Skip to content

Commit 311fb0e

Browse files
author
SDKAuto
committed
CodeGen from PR 21439 in Azure/azure-rest-api-specs
Merge e998cd7e5634c51989826f52f90be9311972ed33 into 7a54c1a83d14da431c0ae48c4315cba143084bce
1 parent 491b746 commit 311fb0e

File tree

1,150 files changed

+68478
-33895
lines changed

Some content is hidden

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

1,150 files changed

+68478
-33895
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"commit": "6054f1d9f96a4f5189dace33facf9144d468e705",
2+
"commit": "806d481d4bb7e21698866ef464c97231d052bbd2",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.9.2",
55
"use": [
6-
"@autorest/[email protected].1",
6+
"@autorest/[email protected].7",
77
"@autorest/[email protected]"
88
],
9-
"autorest_command": "autorest specification/containerservice/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].1 --use=@autorest/[email protected] --version=3.9.2 --version-tolerant=False",
9+
"autorest_command": "autorest specification/containerservice/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].7 --use=@autorest/[email protected] --version=3.9.2 --version-tolerant=False",
1010
"readme": "specification/containerservice/resource-manager/readme.md"
1111
}

sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/_configuration.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ def __init__(
3636
self,
3737
credential: "TokenCredential",
3838
subscription_id: str,
39-
**kwargs # type: Any
39+
**kwargs: Any
4040
):
41-
# type: (...) -> None
4241
if credential is None:
4342
raise ValueError("Parameter 'credential' must not be None.")
4443
if subscription_id is None:
@@ -53,9 +52,8 @@ def __init__(
5352

5453
def _configure(
5554
self,
56-
**kwargs # type: Any
55+
**kwargs: Any
5756
):
58-
# type: (...) -> None
5957
self.user_agent_policy = kwargs.get('user_agent_policy') or policies.UserAgentPolicy(**kwargs)
6058
self.headers_policy = kwargs.get('headers_policy') or policies.HeadersPolicy(**kwargs)
6159
self.proxy_policy = kwargs.get('proxy_policy') or policies.ProxyPolicy(**kwargs)

sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/_container_service_client.py

Lines changed: 40 additions & 3 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)