-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generated from 621a104fcefa006dfdef9a4bb62a49f5d5280eeb (#5537)
Add descriptions.
- Loading branch information
1 parent
fc2efcc
commit 97bcb3d
Showing
109 changed files
with
9,301 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_05_01/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# coding=utf-8 | ||
# -------------------------------------------------------------------------- | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT License. See License.txt in the project root for | ||
# license information. | ||
# | ||
# Code generated by Microsoft (R) AutoRest Code Generator. | ||
# Changes may cause incorrect behavior and will be lost if the code is | ||
# regenerated. | ||
# -------------------------------------------------------------------------- | ||
|
||
from .resource_management_client import ResourceManagementClient | ||
from .version import VERSION | ||
|
||
__all__ = ['ResourceManagementClient'] | ||
|
||
__version__ = VERSION | ||
|
170 changes: 170 additions & 0 deletions
170
...esources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_05_01/models/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,170 @@ | ||
# coding=utf-8 | ||
# -------------------------------------------------------------------------- | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT License. See License.txt in the project root for | ||
# license information. | ||
# | ||
# Code generated by Microsoft (R) AutoRest Code Generator. | ||
# Changes may cause incorrect behavior and will be lost if the code is | ||
# regenerated. | ||
# -------------------------------------------------------------------------- | ||
|
||
try: | ||
from .deployment_extended_filter_py3 import DeploymentExtendedFilter | ||
from .generic_resource_filter_py3 import GenericResourceFilter | ||
from .resource_group_filter_py3 import ResourceGroupFilter | ||
from .template_link_py3 import TemplateLink | ||
from .parameters_link_py3 import ParametersLink | ||
from .debug_setting_py3 import DebugSetting | ||
from .on_error_deployment_py3 import OnErrorDeployment | ||
from .deployment_properties_py3 import DeploymentProperties | ||
from .deployment_py3 import Deployment | ||
from .deployment_export_result_py3 import DeploymentExportResult | ||
from .resource_management_error_with_details_py3 import ResourceManagementErrorWithDetails | ||
from .alias_path_type_py3 import AliasPathType | ||
from .alias_type_py3 import AliasType | ||
from .provider_resource_type_py3 import ProviderResourceType | ||
from .provider_py3 import Provider | ||
from .basic_dependency_py3 import BasicDependency | ||
from .dependency_py3 import Dependency | ||
from .on_error_deployment_extended_py3 import OnErrorDeploymentExtended | ||
from .deployment_properties_extended_py3 import DeploymentPropertiesExtended | ||
from .deployment_validate_result_py3 import DeploymentValidateResult | ||
from .deployment_extended_py3 import DeploymentExtended | ||
from .plan_py3 import Plan | ||
from .sku_py3 import Sku | ||
from .identity_user_assigned_identities_value_py3 import IdentityUserAssignedIdentitiesValue | ||
from .identity_py3 import Identity | ||
from .generic_resource_py3 import GenericResource | ||
from .resource_group_properties_py3 import ResourceGroupProperties | ||
from .resource_group_py3 import ResourceGroup | ||
from .resource_group_patchable_py3 import ResourceGroupPatchable | ||
from .resources_move_info_py3 import ResourcesMoveInfo | ||
from .export_template_request_py3 import ExportTemplateRequest | ||
from .tag_count_py3 import TagCount | ||
from .tag_value_py3 import TagValue | ||
from .tag_details_py3 import TagDetails | ||
from .target_resource_py3 import TargetResource | ||
from .http_message_py3 import HttpMessage | ||
from .deployment_operation_properties_py3 import DeploymentOperationProperties | ||
from .deployment_operation_py3 import DeploymentOperation | ||
from .resource_provider_operation_display_properties_py3 import ResourceProviderOperationDisplayProperties | ||
from .resource_py3 import Resource | ||
from .sub_resource_py3 import SubResource | ||
from .resource_group_export_result_py3 import ResourceGroupExportResult | ||
from .operation_display_py3 import OperationDisplay | ||
from .operation_py3 import Operation | ||
except (SyntaxError, ImportError): | ||
from .deployment_extended_filter import DeploymentExtendedFilter | ||
from .generic_resource_filter import GenericResourceFilter | ||
from .resource_group_filter import ResourceGroupFilter | ||
from .template_link import TemplateLink | ||
from .parameters_link import ParametersLink | ||
from .debug_setting import DebugSetting | ||
from .on_error_deployment import OnErrorDeployment | ||
from .deployment_properties import DeploymentProperties | ||
from .deployment import Deployment | ||
from .deployment_export_result import DeploymentExportResult | ||
from .resource_management_error_with_details import ResourceManagementErrorWithDetails | ||
from .alias_path_type import AliasPathType | ||
from .alias_type import AliasType | ||
from .provider_resource_type import ProviderResourceType | ||
from .provider import Provider | ||
from .basic_dependency import BasicDependency | ||
from .dependency import Dependency | ||
from .on_error_deployment_extended import OnErrorDeploymentExtended | ||
from .deployment_properties_extended import DeploymentPropertiesExtended | ||
from .deployment_validate_result import DeploymentValidateResult | ||
from .deployment_extended import DeploymentExtended | ||
from .plan import Plan | ||
from .sku import Sku | ||
from .identity_user_assigned_identities_value import IdentityUserAssignedIdentitiesValue | ||
from .identity import Identity | ||
from .generic_resource import GenericResource | ||
from .resource_group_properties import ResourceGroupProperties | ||
from .resource_group import ResourceGroup | ||
from .resource_group_patchable import ResourceGroupPatchable | ||
from .resources_move_info import ResourcesMoveInfo | ||
from .export_template_request import ExportTemplateRequest | ||
from .tag_count import TagCount | ||
from .tag_value import TagValue | ||
from .tag_details import TagDetails | ||
from .target_resource import TargetResource | ||
from .http_message import HttpMessage | ||
from .deployment_operation_properties import DeploymentOperationProperties | ||
from .deployment_operation import DeploymentOperation | ||
from .resource_provider_operation_display_properties import ResourceProviderOperationDisplayProperties | ||
from .resource import Resource | ||
from .sub_resource import SubResource | ||
from .resource_group_export_result import ResourceGroupExportResult | ||
from .operation_display import OperationDisplay | ||
from .operation import Operation | ||
from .operation_paged import OperationPaged | ||
from .deployment_extended_paged import DeploymentExtendedPaged | ||
from .provider_paged import ProviderPaged | ||
from .generic_resource_paged import GenericResourcePaged | ||
from .resource_group_paged import ResourceGroupPaged | ||
from .tag_details_paged import TagDetailsPaged | ||
from .deployment_operation_paged import DeploymentOperationPaged | ||
from .resource_management_client_enums import ( | ||
DeploymentMode, | ||
OnErrorDeploymentType, | ||
ResourceIdentityType, | ||
) | ||
|
||
__all__ = [ | ||
'DeploymentExtendedFilter', | ||
'GenericResourceFilter', | ||
'ResourceGroupFilter', | ||
'TemplateLink', | ||
'ParametersLink', | ||
'DebugSetting', | ||
'OnErrorDeployment', | ||
'DeploymentProperties', | ||
'Deployment', | ||
'DeploymentExportResult', | ||
'ResourceManagementErrorWithDetails', | ||
'AliasPathType', | ||
'AliasType', | ||
'ProviderResourceType', | ||
'Provider', | ||
'BasicDependency', | ||
'Dependency', | ||
'OnErrorDeploymentExtended', | ||
'DeploymentPropertiesExtended', | ||
'DeploymentValidateResult', | ||
'DeploymentExtended', | ||
'Plan', | ||
'Sku', | ||
'IdentityUserAssignedIdentitiesValue', | ||
'Identity', | ||
'GenericResource', | ||
'ResourceGroupProperties', | ||
'ResourceGroup', | ||
'ResourceGroupPatchable', | ||
'ResourcesMoveInfo', | ||
'ExportTemplateRequest', | ||
'TagCount', | ||
'TagValue', | ||
'TagDetails', | ||
'TargetResource', | ||
'HttpMessage', | ||
'DeploymentOperationProperties', | ||
'DeploymentOperation', | ||
'ResourceProviderOperationDisplayProperties', | ||
'Resource', | ||
'SubResource', | ||
'ResourceGroupExportResult', | ||
'OperationDisplay', | ||
'Operation', | ||
'OperationPaged', | ||
'DeploymentExtendedPaged', | ||
'ProviderPaged', | ||
'GenericResourcePaged', | ||
'ResourceGroupPaged', | ||
'TagDetailsPaged', | ||
'DeploymentOperationPaged', | ||
'DeploymentMode', | ||
'OnErrorDeploymentType', | ||
'ResourceIdentityType', | ||
] |
32 changes: 32 additions & 0 deletions
32
...s/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_05_01/models/alias_path_type.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# coding=utf-8 | ||
# -------------------------------------------------------------------------- | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT License. See License.txt in the project root for | ||
# license information. | ||
# | ||
# Code generated by Microsoft (R) AutoRest Code Generator. | ||
# Changes may cause incorrect behavior and will be lost if the code is | ||
# regenerated. | ||
# -------------------------------------------------------------------------- | ||
|
||
from msrest.serialization import Model | ||
|
||
|
||
class AliasPathType(Model): | ||
"""The type of the paths for alias. . | ||
:param path: The path of an alias. | ||
:type path: str | ||
:param api_versions: The API versions. | ||
:type api_versions: list[str] | ||
""" | ||
|
||
_attribute_map = { | ||
'path': {'key': 'path', 'type': 'str'}, | ||
'api_versions': {'key': 'apiVersions', 'type': '[str]'}, | ||
} | ||
|
||
def __init__(self, **kwargs): | ||
super(AliasPathType, self).__init__(**kwargs) | ||
self.path = kwargs.get('path', None) | ||
self.api_versions = kwargs.get('api_versions', None) |
32 changes: 32 additions & 0 deletions
32
...ure-mgmt-resource/azure/mgmt/resource/resources/v2019_05_01/models/alias_path_type_py3.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# coding=utf-8 | ||
# -------------------------------------------------------------------------- | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT License. See License.txt in the project root for | ||
# license information. | ||
# | ||
# Code generated by Microsoft (R) AutoRest Code Generator. | ||
# Changes may cause incorrect behavior and will be lost if the code is | ||
# regenerated. | ||
# -------------------------------------------------------------------------- | ||
|
||
from msrest.serialization import Model | ||
|
||
|
||
class AliasPathType(Model): | ||
"""The type of the paths for alias. . | ||
:param path: The path of an alias. | ||
:type path: str | ||
:param api_versions: The API versions. | ||
:type api_versions: list[str] | ||
""" | ||
|
||
_attribute_map = { | ||
'path': {'key': 'path', 'type': 'str'}, | ||
'api_versions': {'key': 'apiVersions', 'type': '[str]'}, | ||
} | ||
|
||
def __init__(self, *, path: str=None, api_versions=None, **kwargs) -> None: | ||
super(AliasPathType, self).__init__(**kwargs) | ||
self.path = path | ||
self.api_versions = api_versions |
Oops, something went wrong.