-
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 925983c22f5abe481e6168c9811e20e8cc44ec5c (#2641) [Storage] modify as review comments * Storage auto conf * azure-mgmt-storage 2.0.0rc3 * Removed incorrectly named 2018-03-01 * Generated from 0726a0d43b7a1e47f20430959fc226c3a18f118b (#2654) Fix storage Python conf
- Loading branch information
1 parent
49020e1
commit f5f8a04
Showing
114 changed files
with
8,528 additions
and
3 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
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
azure-mgmt-storage/azure/mgmt/storage/v2018_03_01_preview/__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 .storage_management_client import StorageManagementClient | ||
from .version import VERSION | ||
|
||
__all__ = ['StorageManagementClient'] | ||
|
||
__version__ = VERSION | ||
|
219 changes: 219 additions & 0 deletions
219
azure-mgmt-storage/azure/mgmt/storage/v2018_03_01_preview/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,219 @@ | ||
# 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 .operation_display_py3 import OperationDisplay | ||
from .dimension_py3 import Dimension | ||
from .metric_specification_py3 import MetricSpecification | ||
from .service_specification_py3 import ServiceSpecification | ||
from .operation_py3 import Operation | ||
from .storage_account_check_name_availability_parameters_py3 import StorageAccountCheckNameAvailabilityParameters | ||
from .sku_capability_py3 import SKUCapability | ||
from .restriction_py3 import Restriction | ||
from .sku_py3 import Sku | ||
from .check_name_availability_result_py3 import CheckNameAvailabilityResult | ||
from .custom_domain_py3 import CustomDomain | ||
from .encryption_service_py3 import EncryptionService | ||
from .encryption_services_py3 import EncryptionServices | ||
from .key_vault_properties_py3 import KeyVaultProperties | ||
from .encryption_py3 import Encryption | ||
from .virtual_network_rule_py3 import VirtualNetworkRule | ||
from .ip_rule_py3 import IPRule | ||
from .network_rule_set_py3 import NetworkRuleSet | ||
from .identity_py3 import Identity | ||
from .storage_account_create_parameters_py3 import StorageAccountCreateParameters | ||
from .endpoints_py3 import Endpoints | ||
from .storage_account_py3 import StorageAccount | ||
from .storage_account_key_py3 import StorageAccountKey | ||
from .storage_account_list_keys_result_py3 import StorageAccountListKeysResult | ||
from .storage_account_regenerate_key_parameters_py3 import StorageAccountRegenerateKeyParameters | ||
from .storage_account_update_parameters_py3 import StorageAccountUpdateParameters | ||
from .usage_name_py3 import UsageName | ||
from .usage_py3 import Usage | ||
from .account_sas_parameters_py3 import AccountSasParameters | ||
from .list_account_sas_response_py3 import ListAccountSasResponse | ||
from .service_sas_parameters_py3 import ServiceSasParameters | ||
from .list_service_sas_response_py3 import ListServiceSasResponse | ||
from .storage_account_management_policies_py3 import StorageAccountManagementPolicies | ||
from .management_policies_rules_set_parameter_py3 import ManagementPoliciesRulesSetParameter | ||
from .proxy_resource_py3 import ProxyResource | ||
from .tracked_resource_py3 import TrackedResource | ||
from .azure_entity_resource_py3 import AzureEntityResource | ||
from .resource_py3 import Resource | ||
from .update_history_property_py3 import UpdateHistoryProperty | ||
from .immutability_policy_properties_py3 import ImmutabilityPolicyProperties | ||
from .tag_property_py3 import TagProperty | ||
from .legal_hold_properties_py3 import LegalHoldProperties | ||
from .blob_container_py3 import BlobContainer | ||
from .immutability_policy_py3 import ImmutabilityPolicy | ||
from .legal_hold_py3 import LegalHold | ||
from .list_container_item_py3 import ListContainerItem | ||
from .list_container_items_py3 import ListContainerItems | ||
except (SyntaxError, ImportError): | ||
from .operation_display import OperationDisplay | ||
from .dimension import Dimension | ||
from .metric_specification import MetricSpecification | ||
from .service_specification import ServiceSpecification | ||
from .operation import Operation | ||
from .storage_account_check_name_availability_parameters import StorageAccountCheckNameAvailabilityParameters | ||
from .sku_capability import SKUCapability | ||
from .restriction import Restriction | ||
from .sku import Sku | ||
from .check_name_availability_result import CheckNameAvailabilityResult | ||
from .custom_domain import CustomDomain | ||
from .encryption_service import EncryptionService | ||
from .encryption_services import EncryptionServices | ||
from .key_vault_properties import KeyVaultProperties | ||
from .encryption import Encryption | ||
from .virtual_network_rule import VirtualNetworkRule | ||
from .ip_rule import IPRule | ||
from .network_rule_set import NetworkRuleSet | ||
from .identity import Identity | ||
from .storage_account_create_parameters import StorageAccountCreateParameters | ||
from .endpoints import Endpoints | ||
from .storage_account import StorageAccount | ||
from .storage_account_key import StorageAccountKey | ||
from .storage_account_list_keys_result import StorageAccountListKeysResult | ||
from .storage_account_regenerate_key_parameters import StorageAccountRegenerateKeyParameters | ||
from .storage_account_update_parameters import StorageAccountUpdateParameters | ||
from .usage_name import UsageName | ||
from .usage import Usage | ||
from .account_sas_parameters import AccountSasParameters | ||
from .list_account_sas_response import ListAccountSasResponse | ||
from .service_sas_parameters import ServiceSasParameters | ||
from .list_service_sas_response import ListServiceSasResponse | ||
from .storage_account_management_policies import StorageAccountManagementPolicies | ||
from .management_policies_rules_set_parameter import ManagementPoliciesRulesSetParameter | ||
from .proxy_resource import ProxyResource | ||
from .tracked_resource import TrackedResource | ||
from .azure_entity_resource import AzureEntityResource | ||
from .resource import Resource | ||
from .update_history_property import UpdateHistoryProperty | ||
from .immutability_policy_properties import ImmutabilityPolicyProperties | ||
from .tag_property import TagProperty | ||
from .legal_hold_properties import LegalHoldProperties | ||
from .blob_container import BlobContainer | ||
from .immutability_policy import ImmutabilityPolicy | ||
from .legal_hold import LegalHold | ||
from .list_container_item import ListContainerItem | ||
from .list_container_items import ListContainerItems | ||
from .operation_paged import OperationPaged | ||
from .sku_paged import SkuPaged | ||
from .storage_account_paged import StorageAccountPaged | ||
from .usage_paged import UsagePaged | ||
from .storage_management_client_enums import ( | ||
ReasonCode, | ||
SkuName, | ||
SkuTier, | ||
Kind, | ||
Reason, | ||
KeySource, | ||
Action, | ||
State, | ||
Bypass, | ||
DefaultAction, | ||
AccessTier, | ||
ProvisioningState, | ||
AccountStatus, | ||
KeyPermission, | ||
UsageUnit, | ||
Services, | ||
SignedResourceTypes, | ||
Permissions, | ||
HttpProtocol, | ||
SignedResource, | ||
PublicAccess, | ||
LeaseStatus, | ||
LeaseState, | ||
LeaseDuration, | ||
ImmutabilityPolicyState, | ||
ImmutabilityPolicyUpdateType, | ||
) | ||
|
||
__all__ = [ | ||
'OperationDisplay', | ||
'Dimension', | ||
'MetricSpecification', | ||
'ServiceSpecification', | ||
'Operation', | ||
'StorageAccountCheckNameAvailabilityParameters', | ||
'SKUCapability', | ||
'Restriction', | ||
'Sku', | ||
'CheckNameAvailabilityResult', | ||
'CustomDomain', | ||
'EncryptionService', | ||
'EncryptionServices', | ||
'KeyVaultProperties', | ||
'Encryption', | ||
'VirtualNetworkRule', | ||
'IPRule', | ||
'NetworkRuleSet', | ||
'Identity', | ||
'StorageAccountCreateParameters', | ||
'Endpoints', | ||
'StorageAccount', | ||
'StorageAccountKey', | ||
'StorageAccountListKeysResult', | ||
'StorageAccountRegenerateKeyParameters', | ||
'StorageAccountUpdateParameters', | ||
'UsageName', | ||
'Usage', | ||
'AccountSasParameters', | ||
'ListAccountSasResponse', | ||
'ServiceSasParameters', | ||
'ListServiceSasResponse', | ||
'StorageAccountManagementPolicies', | ||
'ManagementPoliciesRulesSetParameter', | ||
'ProxyResource', | ||
'TrackedResource', | ||
'AzureEntityResource', | ||
'Resource', | ||
'UpdateHistoryProperty', | ||
'ImmutabilityPolicyProperties', | ||
'TagProperty', | ||
'LegalHoldProperties', | ||
'BlobContainer', | ||
'ImmutabilityPolicy', | ||
'LegalHold', | ||
'ListContainerItem', | ||
'ListContainerItems', | ||
'OperationPaged', | ||
'SkuPaged', | ||
'StorageAccountPaged', | ||
'UsagePaged', | ||
'ReasonCode', | ||
'SkuName', | ||
'SkuTier', | ||
'Kind', | ||
'Reason', | ||
'KeySource', | ||
'Action', | ||
'State', | ||
'Bypass', | ||
'DefaultAction', | ||
'AccessTier', | ||
'ProvisioningState', | ||
'AccountStatus', | ||
'KeyPermission', | ||
'UsageUnit', | ||
'Services', | ||
'SignedResourceTypes', | ||
'Permissions', | ||
'HttpProtocol', | ||
'SignedResource', | ||
'PublicAccess', | ||
'LeaseStatus', | ||
'LeaseState', | ||
'LeaseDuration', | ||
'ImmutabilityPolicyState', | ||
'ImmutabilityPolicyUpdateType', | ||
] |
Oops, something went wrong.