You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param manifest_version: Version of the extension manifest format/content
32
-
:type manifest_version: number
32
+
:type manifest_version: float
33
33
:param scopes: List of all oauth scopes required by this extension
34
34
:type scopes: list of str
35
35
:param service_instance_type: The ServiceInstanceType(Guid) of the VSTS service that must be available to an account in order for the extension to be installed
:param manifest_version: Version of the extension manifest format/content
32
-
:type manifest_version: number
32
+
:type manifest_version: float
33
33
:param scopes: List of all oauth scopes required by this extension
34
34
:type scopes: list of str
35
35
:param service_instance_type: The ServiceInstanceType(Guid) of the VSTS service that must be available to an account in order for the extension to be installed
@@ -65,7 +65,7 @@ class InstalledExtension(ExtensionManifest):
:param manifest_version: Version of the extension manifest format/content
34
-
:type manifest_version: number
34
+
:type manifest_version: float
35
35
:param restricted_to: Default user claims applied to all contributions (except the ones which have been speficied restrictedTo explicitly) to control the visibility of a contribution.
36
36
:type restricted_to: list of str
37
37
:param scopes: List of all oauth scopes required by this extension
:param manifest_version: Version of the extension manifest format/content
34
-
:type manifest_version: number
34
+
:type manifest_version: float
35
35
:param restricted_to: Default user claims applied to all contributions (except the ones which have been speficied restrictedTo explicitly) to control the visibility of a contribution.
36
36
:type restricted_to: list of str
37
37
:param scopes: List of all oauth scopes required by this extension
@@ -70,7 +70,7 @@ class InstalledExtension(ExtensionManifest):
0 commit comments