Skip to content
Closed
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
4 changes: 2 additions & 2 deletions sdk/storage/azure-mgmt-storage/_meta.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"commit": "1d424c359209fda4d6ec397e43267da82e87a070",
"commit": "94f3cfb752381a201bd8ec95d0f20f46c7aaba80",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest": "3.10.2",
"use": [
"@autorest/[email protected]",
"@autorest/[email protected]"
],
"autorest_command": "autorest specification/storage/resource-manager/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/mnt/vss/_work/1/azure-sdk-for-python/sdk --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
"autorest_command": "autorest specification/storage/resource-manager/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-python/sdk --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
"readme": "specification/storage/resource-manager/readme.md",
"package-2023-01": "2023-07-20 11:56:40 -0700 3e6b4ddca225530c27273d0f816466a905c0151b Microsoft.Storage/stable/2023-01-01/table.json",
"package-2022-09": "2022-11-13 19:43:16 -0800 da0cfefaa0e6c237e1e3819f1cb2e11d7606878d Microsoft.Storage/stable/2022-09-01/table.json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "22.1.0"
VERSION = "1.0.0b1"
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "22.1.0"
VERSION = "1.0.0b1"
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "22.1.0"
VERSION = "1.0.0b1"
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "22.1.0"
VERSION = "1.0.0b1"
Original file line number Diff line number Diff line change
Expand Up @@ -3045,14 +3045,14 @@ class FileShare(AzureEntityResource):
"provisioned_bandwidth_mibps": {"key": "properties.provisionedBandwidthMibps", "type": "int"},
"included_burst_iops": {"key": "properties.includedBurstIops", "type": "int"},
"max_burst_credits_for_iops": {"key": "properties.maxBurstCreditsForIops", "type": "int"},
"next_allowed_quota_downgrade_time": {"key": "properties.nextAllowedQuotaDowngradeTime", "type": "iso-8601"},
"next_allowed_quota_downgrade_time": {"key": "properties.nextAllowedQuotaDowngradeTime", "type": "rfc-1123"},
"next_allowed_provisioned_iops_downgrade_time": {
"key": "properties.nextAllowedProvisionedIopsDowngradeTime",
"type": "iso-8601",
"type": "rfc-1123",
},
"next_allowed_provisioned_bandwidth_downgrade_time": {
"key": "properties.nextAllowedProvisionedBandwidthDowngradeTime",
"type": "iso-8601",
"type": "rfc-1123",
},
"enabled_protocols": {"key": "properties.enabledProtocols", "type": "str"},
"root_squash": {"key": "properties.rootSquash", "type": "str"},
Expand Down Expand Up @@ -3281,14 +3281,14 @@ class FileShareItem(AzureEntityResource):
"provisioned_bandwidth_mibps": {"key": "properties.provisionedBandwidthMibps", "type": "int"},
"included_burst_iops": {"key": "properties.includedBurstIops", "type": "int"},
"max_burst_credits_for_iops": {"key": "properties.maxBurstCreditsForIops", "type": "int"},
"next_allowed_quota_downgrade_time": {"key": "properties.nextAllowedQuotaDowngradeTime", "type": "iso-8601"},
"next_allowed_quota_downgrade_time": {"key": "properties.nextAllowedQuotaDowngradeTime", "type": "rfc-1123"},
"next_allowed_provisioned_iops_downgrade_time": {
"key": "properties.nextAllowedProvisionedIopsDowngradeTime",
"type": "iso-8601",
"type": "rfc-1123",
},
"next_allowed_provisioned_bandwidth_downgrade_time": {
"key": "properties.nextAllowedProvisionedBandwidthDowngradeTime",
"type": "iso-8601",
"type": "rfc-1123",
},
"enabled_protocols": {"key": "properties.enabledProtocols", "type": "str"},
"root_squash": {"key": "properties.rootSquash", "type": "str"},
Expand Down