Skip to content

Commit 774f90e

Browse files
author
SDKAuto
committed
CodeGen from PR 32583 in Azure/azure-rest-api-specs
Merge a8c5ccc704124bf2c84e48ebaefb28f596aea14b into 20efe6fd4db8a494eab1852a8541fbabe5de569c
1 parent 96b2d6e commit 774f90e

File tree

853 files changed

+15146
-11376
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

853 files changed

+15146
-11376
lines changed

sdk/resources/azure-mgmt-resource/_meta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"commit": "34424077cae09522361ea641761dc37941603383",
2+
"commit": "19ad2dd92207e140cb0a2752e9a418424d95299f",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.10.2",
55
"use": [
6-
"@autorest/python@6.19.0",
6+
"@autorest/python@6.27.4",
77
"@autorest/[email protected]"
88
],
9-
"autorest_command": "autorest specification/resources/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/python@6.19.0 --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
9+
"autorest_command": "autorest specification/resources/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/python@6.27.4 --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
1010
"readme": "specification/resources/resource-manager/readme.md",
1111
"package-privatelinks-2020-05": "2022-03-18 16:14:07 -0700 2c68b6f0c9566d97d9d590a31b0d46997622eef7 Microsoft.Authorization/stable/2020-05-01/privateLinks.json",
1212
"package-features-2021-07": "2022-03-06 17:36:42 -0800 6a57e9cedc87cafd2dc9e4f3e8af62b5725e3d22 Microsoft.Features/stable/2021-07-01/features.json",

sdk/resources/azure-mgmt-resource/azure/mgmt/resource/changes/_changes_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def __init__(
9494
policies.SensitiveHeaderCleanupPolicy(**kwargs) if self._config.redirect_policy else None,
9595
self._config.http_logging_policy,
9696
]
97-
self._client = ARMPipelineClient(base_url=base_url, policies=_policies, **kwargs)
97+
self._client: ARMPipelineClient = ARMPipelineClient(base_url=base_url, policies=_policies, **kwargs)
9898
super(ChangesClient, self).__init__(
9999
api_version=api_version,
100100
profile=profile

0 commit comments

Comments
 (0)