Skip to content

Commit 99e27ee

Browse files
msyycSDKAutoRAY-316
authored
[AutoRelease] t2-support-2021-03-29-38122(wave4) (Azure#17621)
* CodeGen from PR 13698 in Azure/azure-rest-api-specs support readme.python change (Azure#13698) * version,CHANGELOG * test * support changelog config(wave4) * -GA space add Co-authored-by: SDKAuto <sdkautomation@microsoft.com> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Zed <601306339@qq.com>
1 parent 41f1bbe commit 99e27ee

File tree

4 files changed

+70
-151
lines changed

4 files changed

+70
-151
lines changed

sdk/support/azure-mgmt-support/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History
22

3+
## 6.0.0 (2021-03-29)
4+
5+
- GA release
6+
37
## 6.0.0b1 (2020-12-02)
48

59
This is beta preview version.
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"chosen_version": "2020-04-01",
3+
"total_api_version_list": ["2020-04-01"],
4+
"client": {
5+
"name": "MicrosoftSupport",
6+
"filename": "_microsoft_support",
7+
"description": "Microsoft Azure Support Resource Provider.",
8+
"base_url": "\u0027https://management.azure.com\u0027",
9+
"custom_base_url": null,
10+
"azure_arm": true,
11+
"has_lro_operations": true,
12+
"client_side_validation": false
13+
},
14+
"global_parameters": {
15+
"sync": {
16+
"credential": {
17+
"signature": "credential, # type: \"TokenCredential\"",
18+
"description": "Credential needed for the client to connect to Azure.",
19+
"docstring_type": "~azure.core.credentials.TokenCredential",
20+
"required": true
21+
},
22+
"subscription_id": {
23+
"signature": "subscription_id, # type: str",
24+
"description": "Azure subscription Id.",
25+
"docstring_type": "str",
26+
"required": true
27+
}
28+
},
29+
"async": {
30+
"credential": {
31+
"signature": "credential, # type: \"AsyncTokenCredential\"",
32+
"description": "Credential needed for the client to connect to Azure.",
33+
"docstring_type": "~azure.core.credentials_async.AsyncTokenCredential",
34+
"required": true
35+
},
36+
"subscription_id": {
37+
"signature": "subscription_id, # type: str",
38+
"description": "Azure subscription Id.",
39+
"docstring_type": "str",
40+
"required": true
41+
}
42+
},
43+
"constant": {
44+
},
45+
"call": "credential, subscription_id"
46+
},
47+
"config": {
48+
"credential": true,
49+
"credential_scopes": ["https://management.azure.com/.default"],
50+
"credential_default_policy_type": "BearerTokenCredentialPolicy",
51+
"credential_default_policy_type_has_async_version": true,
52+
"credential_key_header_name": null
53+
},
54+
"operation_groups": {
55+
"operations": "Operations",
56+
"services": "ServicesOperations",
57+
"problem_classifications": "ProblemClassificationsOperations",
58+
"support_tickets": "SupportTicketsOperations",
59+
"communications": "CommunicationsOperations"
60+
},
61+
"operation_mixins": {
62+
},
63+
"sync_imports": "None",
64+
"async_imports": "None"
65+
}

sdk/support/azure-mgmt-support/azure/mgmt/support/_version.py

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

9-
VERSION = "6.0.0b1"
10-
9+
VERSION = "6.0.0"

sdk/support/azure-mgmt-support/tests/recordings/test_cli_mgmt_support.test_support.yaml

Lines changed: 0 additions & 149 deletions
This file was deleted.

0 commit comments

Comments
 (0)