Skip to content

Commit 86c0e7b

Browse files
author
SDKAuto
committed
CodeGen from PR 20116 in Azure/azure-rest-api-specs
Merge 52fa9f3569a9a5d08829a3beafa8c062125939eb into 3d2bd9039eb67a9462ae8fb6a9f9fbb900df59fc
1 parent 64ceffb commit 86c0e7b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"commit": "fc0c0316bf5187af413a256c484c1e2a259e18b8",
2+
"commit": "b8a8ddaec558489206a4803e3d7575ebf624d4fe",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.9.2",
55
"use": [
66
"@autorest/[email protected]",
77
"@autorest/[email protected]"
88
],
9-
"autorest_command": "autorest specification/healthcareapis/resource-manager/readme.md --generate-sample=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.9.2 --version-tolerant=False",
9+
"autorest_command": "autorest specification/healthcareapis/resource-manager/readme.md --generate-sample=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.9.2 --version-tolerant=False",
1010
"readme": "specification/healthcareapis/resource-manager/readme.md"
1111
}

sdk/healthcareapis/azure-mgmt-healthcareapis/azure/mgmt/healthcareapis/_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 = "1.2.0b1"
9+
VERSION = "1.0.0b1"

sdk/healthcareapis/azure-mgmt-healthcareapis/azure/mgmt/healthcareapis/models/_models_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2498,7 +2498,7 @@ class ServiceCosmosDbConfigurationInfo(_serialization.Model):
24982498
"""
24992499

25002500
_validation = {
2501-
"offer_throughput": {"maximum": 10000, "minimum": 400},
2501+
"offer_throughput": {"minimum": 400},
25022502
}
25032503

25042504
_attribute_map = {

0 commit comments

Comments
 (0)