Skip to content

Commit 3a21e9b

Browse files
author
SDKAuto
committed
CodeGen from PR 30903 in Azure/azure-rest-api-specs
Merge 21a5313fc66bec01b0e2e04a00aaba619b8f849c into c120171b3684d88562fa26ae7db5d22b7bfa95d8
1 parent a7e3707 commit 3a21e9b

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"commit": "b72e0199fa3242d64b0b49f38e71586066a8c048",
2+
"commit": "46710dd2511aad424d395048ea55347977a25fed",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.10.2",
55
"use": [
66
"@autorest/[email protected]",
77
"@autorest/[email protected]"
88
],
9-
"autorest_command": "autorest specification/cosmos-db/resource-manager/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
9+
"autorest_command": "autorest specification/cosmos-db/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",
1010
"readme": "specification/cosmos-db/resource-manager/readme.md"
1111
}

sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "10.0.0b4"
9+
VERSION = "0.7.0"

sdk/cosmos/azure-mgmt-cosmosdb/generated_samples/cosmos_db_database_account_list_read_only_keys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def main():
3030
subscription_id="subid",
3131
)
3232

33-
response = client.database_accounts.list_read_only_keys(
33+
response = client.database_accounts.get_read_only_keys(
3434
resource_group_name="rg1",
3535
account_name="ddb1",
3636
)

sdk/cosmos/azure-mgmt-cosmosdb/generated_samples/throughput_pool/cosmos_db_throughput_pool_list.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ def main():
3030
subscription_id="ffffffff-ffff-ffff-ffff-ffffffffffff",
3131
)
3232

33-
response = client.throughput_pools.list_by_resource_group(
34-
resource_group_name="rgName",
35-
)
33+
response = client.throughput_pools.list()
3634
for item in response:
3735
print(item)
3836

0 commit comments

Comments
 (0)