Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion azure-devops/azure/devops/v5_1/cloud_load_test/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,7 @@ class WebApiUserLoadTestMachineInput(WebApiLoadTestMachineInput):
'agent_group_name': {'key': 'agentGroupName', 'type': 'str'},
'tenant_id': {'key': 'tenantId', 'type': 'str'},
'user_load_agent_resources_uri': {'key': 'userLoadAgentResourcesUri', 'type': 'str'},
'vSTSAccount_uri': {'key': 'vSTSAccountUri', 'type': 'str'}
'vSTSAccount_uri': {'key': 'vstsAccountUri', 'type': 'str'}
}

def __init__(self, machine_group_id=None, machine_type=None, setup_configuration=None, supported_run_types=None, agent_group_name=None, tenant_id=None, user_load_agent_resources_uri=None, vSTSAccount_uri=None):
Expand Down
24 changes: 12 additions & 12 deletions azure-devops/azure/devops/v5_1/contributions/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class ClientContribution(Model):
"""
Representaion of a ContributionNode that can be used for serialized to clients.
Representation of a ContributionNode that can be used for serialized to clients.

:param description: Description of the contribution/type
:type description: str
Expand Down Expand Up @@ -48,7 +48,7 @@ def __init__(self, description=None, id=None, includes=None, properties=None, ta

class ClientContributionNode(Model):
"""
Representaion of a ContributionNode that can be used for serialized to clients.
Representation of a ContributionNode that can be used for serialized to clients.

:param children: List of ids for contributions which are children to the current contribution.
:type children: list of str
Expand Down Expand Up @@ -79,7 +79,7 @@ class ClientContributionProviderDetails(Model):
:type name: str
:param properties: Properties associated with the provider
:type properties: dict
:param version: Version of contributions assoicated with this contribution provider.
:param version: Version of contributions associated with this contribution provider.
:type version: str
"""

Expand Down Expand Up @@ -195,7 +195,7 @@ class ContributionNodeQueryResult(Model):

:param nodes: Map of contribution ids to corresponding node.
:type nodes: dict
:param provider_details: Map of provder ids to the corresponding provider details object.
:param provider_details: Map of provider ids to the corresponding provider details object.
:type provider_details: dict
"""

Expand Down Expand Up @@ -396,17 +396,17 @@ class ExtensionEventCallbackCollection(Model):
"""
Collection of event callbacks - endpoints called when particular extension events occur.

:param post_disable: Optional. Defines an endpoint that gets called via a POST reqeust to notify that an extension disable has occurred.
:param post_disable: Optional. Defines an endpoint that gets called via a POST request to notify that an extension disable has occurred.
:type post_disable: :class:`ExtensionEventCallback <azure.devops.v5_1.contributions.models.ExtensionEventCallback>`
:param post_enable: Optional. Defines an endpoint that gets called via a POST reqeust to notify that an extension enable has occurred.
:param post_enable: Optional. Defines an endpoint that gets called via a POST request to notify that an extension enable has occurred.
:type post_enable: :class:`ExtensionEventCallback <azure.devops.v5_1.contributions.models.ExtensionEventCallback>`
:param post_install: Optional. Defines an endpoint that gets called via a POST reqeust to notify that an extension install has completed.
:param post_install: Optional. Defines an endpoint that gets called via a POST request to notify that an extension install has completed.
:type post_install: :class:`ExtensionEventCallback <azure.devops.v5_1.contributions.models.ExtensionEventCallback>`
:param post_uninstall: Optional. Defines an endpoint that gets called via a POST reqeust to notify that an extension uninstall has occurred.
:param post_uninstall: Optional. Defines an endpoint that gets called via a POST request to notify that an extension uninstall has occurred.
:type post_uninstall: :class:`ExtensionEventCallback <azure.devops.v5_1.contributions.models.ExtensionEventCallback>`
:param post_update: Optional. Defines an endpoint that gets called via a POST reqeust to notify that an extension update has occurred.
:param post_update: Optional. Defines an endpoint that gets called via a POST request to notify that an extension update has occurred.
:type post_update: :class:`ExtensionEventCallback <azure.devops.v5_1.contributions.models.ExtensionEventCallback>`
:param pre_install: Optional. Defines an endpoint that gets called via a POST reqeust to notify that an extension install is about to occur. Response indicates whether to proceed or abort.
:param pre_install: Optional. Defines an endpoint that gets called via a POST request to notify that an extension install is about to occur. Response indicates whether to proceed or abort.
:type pre_install: :class:`ExtensionEventCallback <azure.devops.v5_1.contributions.models.ExtensionEventCallback>`
:param version_check: For multi-version extensions, defines an endpoint that gets called via an OPTIONS request to determine the particular version of the extension to be used
:type version_check: :class:`ExtensionEventCallback <azure.devops.v5_1.contributions.models.ExtensionEventCallback>`
Expand Down Expand Up @@ -497,7 +497,7 @@ class ExtensionManifest(Model):
:type licensing: :class:`ExtensionLicensing <azure.devops.v5_1.contributions.models.ExtensionLicensing>`
:param manifest_version: Version of the extension manifest format/content
:type manifest_version: float
: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.
:param restricted_to: Default user claims applied to all contributions (except the ones which have been specified restrictedTo explicitly) to control the visibility of a contribution.
:type restricted_to: list of str
:param scopes: List of all oauth scopes required by this extension
:type scopes: list of str
Expand Down Expand Up @@ -562,7 +562,7 @@ class InstalledExtension(ExtensionManifest):
:type licensing: :class:`ExtensionLicensing <azure.devops.v5_1.contributions.models.ExtensionLicensing>`
:param manifest_version: Version of the extension manifest format/content
:type manifest_version: float
: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.
:param restricted_to: Default user claims applied to all contributions (except the ones which have been specified restrictedTo explicitly) to control the visibility of a contribution.
:type restricted_to: list of str
:param scopes: List of all oauth scopes required by this extension
:type scopes: list of str
Expand Down
2 changes: 1 addition & 1 deletion azure-devops/azure/devops/v5_1/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ class TeamProjectCollection(TeamProjectCollectionReference):
:type _links: :class:`ReferenceLinks <azure.devops.v5_1.core.models.ReferenceLinks>`
:param description: Project collection description.
:type description: str
:param process_customization_type: Process customzation type on this collection. It can be Xml or Inherited.
:param process_customization_type: Process customization type on this collection. It can be Xml or Inherited.
:type process_customization_type: object
:param state: Project collection state.
:type state: str
Expand Down
16 changes: 8 additions & 8 deletions azure-devops/azure/devops/v5_1/extension_management/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,17 +413,17 @@ class ExtensionEventCallbackCollection(Model):
"""
Collection of event callbacks - endpoints called when particular extension events occur.

:param post_disable: Optional. Defines an endpoint that gets called via a POST reqeust to notify that an extension disable has occurred.
:param post_disable: Optional. Defines an endpoint that gets called via a POST request to notify that an extension disable has occurred.
:type post_disable: :class:`ExtensionEventCallback <azure.devops.v5_1.extension_management.models.ExtensionEventCallback>`
:param post_enable: Optional. Defines an endpoint that gets called via a POST reqeust to notify that an extension enable has occurred.
:param post_enable: Optional. Defines an endpoint that gets called via a POST request to notify that an extension enable has occurred.
:type post_enable: :class:`ExtensionEventCallback <azure.devops.v5_1.extension_management.models.ExtensionEventCallback>`
:param post_install: Optional. Defines an endpoint that gets called via a POST reqeust to notify that an extension install has completed.
:param post_install: Optional. Defines an endpoint that gets called via a POST request to notify that an extension install has completed.
:type post_install: :class:`ExtensionEventCallback <azure.devops.v5_1.extension_management.models.ExtensionEventCallback>`
:param post_uninstall: Optional. Defines an endpoint that gets called via a POST reqeust to notify that an extension uninstall has occurred.
:param post_uninstall: Optional. Defines an endpoint that gets called via a POST request to notify that an extension uninstall has occurred.
:type post_uninstall: :class:`ExtensionEventCallback <azure.devops.v5_1.extension_management.models.ExtensionEventCallback>`
:param post_update: Optional. Defines an endpoint that gets called via a POST reqeust to notify that an extension update has occurred.
:param post_update: Optional. Defines an endpoint that gets called via a POST request to notify that an extension update has occurred.
:type post_update: :class:`ExtensionEventCallback <azure.devops.v5_1.extension_management.models.ExtensionEventCallback>`
:param pre_install: Optional. Defines an endpoint that gets called via a POST reqeust to notify that an extension install is about to occur. Response indicates whether to proceed or abort.
:param pre_install: Optional. Defines an endpoint that gets called via a POST request to notify that an extension install is about to occur. Response indicates whether to proceed or abort.
:type pre_install: :class:`ExtensionEventCallback <azure.devops.v5_1.extension_management.models.ExtensionEventCallback>`
:param version_check: For multi-version extensions, defines an endpoint that gets called via an OPTIONS request to determine the particular version of the extension to be used
:type version_check: :class:`ExtensionEventCallback <azure.devops.v5_1.extension_management.models.ExtensionEventCallback>`
Expand Down Expand Up @@ -535,7 +535,7 @@ class ExtensionManifest(Model):
:type licensing: :class:`ExtensionLicensing <azure.devops.v5_1.extension_management.models.ExtensionLicensing>`
:param manifest_version: Version of the extension manifest format/content
:type manifest_version: float
: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.
:param restricted_to: Default user claims applied to all contributions (except the ones which have been specified restrictedTo explicitly) to control the visibility of a contribution.
:type restricted_to: list of str
:param scopes: List of all oauth scopes required by this extension
:type scopes: list of str
Expand Down Expand Up @@ -864,7 +864,7 @@ class InstalledExtension(ExtensionManifest):
:type licensing: :class:`ExtensionLicensing <azure.devops.v5_1.extension_management.models.ExtensionLicensing>`
:param manifest_version: Version of the extension manifest format/content
:type manifest_version: float
: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.
:param restricted_to: Default user claims applied to all contributions (except the ones which have been specified restrictedTo explicitly) to control the visibility of a contribution.
:type restricted_to: list of str
:param scopes: List of all oauth scopes required by this extension
:type scopes: list of str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ContributedFeature(Model):
:type description: str
:param feature_properties: Extra properties for the feature
:type feature_properties: dict
:param feature_state_changed_listeners: Handler for listening to setter calls on feature value. These listeners are only invoked after a successful set has occured
:param feature_state_changed_listeners: Handler for listening to setter calls on feature value. These listeners are only invoked after a successful set has occurred
:type feature_state_changed_listeners: list of :class:`ContributedFeatureListener <azure.devops.v5_1.feature_management.models.ContributedFeatureListener>`
:param id: The full contribution id of the feature
:type id: str
Expand Down
14 changes: 7 additions & 7 deletions azure-devops/azure/devops/v5_1/gallery/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ class Answers(Model):
"""

_attribute_map = {
'vSMarketplace_extension_name': {'key': 'vSMarketplaceExtensionName', 'type': 'str'},
'vSMarketplace_publisher_name': {'key': 'vSMarketplacePublisherName', 'type': 'str'}
'vSMarketplace_extension_name': {'key': 'vsMarketplaceExtensionName', 'type': 'str'},
'vSMarketplace_publisher_name': {'key': 'vsMarketplacePublisherName', 'type': 'str'}
}

def __init__(self, vSMarketplace_extension_name=None, vSMarketplace_publisher_name=None):
Expand Down Expand Up @@ -570,7 +570,7 @@ class ExtensionFilterResult(Model):
"""
The FilterResult is the set of extensions that matched a particular query filter.

:param extensions: This is the set of appplications that matched the query filter supplied.
:param extensions: This is the set of applications that matched the query filter supplied.
:type extensions: list of :class:`PublishedExtension <azure.devops.v5_1.gallery.models.PublishedExtension>`
:param paging_token: The PagingToken is returned from a request when more records exist that match the result than were requested or could be returned. A follow-up query with this paging token can be used to retrieve more results.
:type paging_token: str
Expand Down Expand Up @@ -684,7 +684,7 @@ class ExtensionQuery(Model):
:type asset_types: list of str
:param filters: Each filter is a unique query and will have matching set of extensions returned from the request. Each result will have the same index in the resulting array that the filter had in the incoming query.
:type filters: list of :class:`QueryFilter <azure.devops.v5_1.gallery.models.QueryFilter>`
:param flags: The Flags are used to deterine which set of information the caller would like returned for the matched extensions.
:param flags: The Flags are used to determine which set of information the caller would like returned for the matched extensions.
:type flags: object
"""

Expand Down Expand Up @@ -1225,7 +1225,7 @@ class PublisherFilterResult(Model):
"""
The FilterResult is the set of publishers that matched a particular query filter.

:param publishers: This is the set of appplications that matched the query filter supplied.
:param publishers: This is the set of applications that matched the query filter supplied.
:type publishers: list of :class:`Publisher <azure.devops.v5_1.gallery.models.Publisher>`
"""

Expand All @@ -1244,7 +1244,7 @@ class PublisherQuery(Model):

:param filters: Each filter is a unique query and will have matching set of publishers returned from the request. Each result will have the same index in the resulting array that the filter had in the incoming query.
:type filters: list of :class:`QueryFilter <azure.devops.v5_1.gallery.models.QueryFilter>`
:param flags: The Flags are used to deterine which set of information the caller would like returned for the matched publishers.
:param flags: The Flags are used to determine which set of information the caller would like returned for the matched publishers.
:type flags: object
"""

Expand Down Expand Up @@ -1718,7 +1718,7 @@ class ReviewSummary(Model):
:type average_rating: int
:param rating_count: Count of total ratings
:type rating_count: long
:param rating_split: Split of count accross rating
:param rating_split: Split of count across rating
:type rating_split: list of :class:`RatingCountPerRating <azure.devops.v5_1.gallery.models.RatingCountPerRating>`
"""

Expand Down
Loading