Skip to content

Commit eca21a9

Browse files
azclibotmsyyc
andauthored
code and test (Azure#23602)
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Yuchao Yan <[email protected]>
1 parent 0db5fc6 commit eca21a9

File tree

84 files changed

+842
-772
lines changed

Some content is hidden

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

84 files changed

+842
-772
lines changed

sdk/resources/azure-mgmt-resource/CHANGELOG.md

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

3+
## 21.0.0 (2022-03-22)
4+
5+
**Features**
6+
7+
- Added operation PrivateLinkAssociationOperations.list
8+
- Added operation ResourceManagementPrivateLinkOperations.list_by_resource_group
9+
10+
**Breaking changes**
11+
12+
- Operation PrivateLinkAssociationOperations.get has a new signature
13+
314
## 20.1.0 (2022-01-25)
415

516
**Features**

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"@autorest/[email protected]",
55
"@autorest/[email protected]"
66
],
7-
"commit": "f187094411ec2a52c368560154bd8388210b3618",
7+
"commit": "8b95273ab48c9cce6f1497674ed5f878bdede04e",
88
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
9-
"autorest_command": "autorest specification/resources/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --python3-only --track2 --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.7.2",
9+
"autorest_command": "autorest specification/resources/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --python3-only --track2 --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.7.2",
1010
"readme": "specification/resources/resource-manager/readme.md"
1111
}

sdk/resources/azure-mgmt-resource/azure/mgmt/resource/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# license information.
66
# --------------------------------------------------------------------------
77

8-
VERSION = "20.1.0"
8+
VERSION = "21.0.0"

sdk/resources/azure-mgmt-resource/azure/mgmt/resource/deploymentscripts/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# license information.
66
# --------------------------------------------------------------------------
77

8-
VERSION = "20.1.0"
8+
VERSION = "21.0.0"

sdk/resources/azure-mgmt-resource/azure/mgmt/resource/deploymentscripts/v2019_10_01_preview/_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 = "20.1.0"
9+
VERSION = "21.0.0"

sdk/resources/azure-mgmt-resource/azure/mgmt/resource/deploymentscripts/v2020_10_01/_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 = "20.1.0"
9+
VERSION = "21.0.0"

sdk/resources/azure-mgmt-resource/azure/mgmt/resource/features/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# license information.
66
# --------------------------------------------------------------------------
77

8-
VERSION = "20.1.0"
8+
VERSION = "21.0.0"

sdk/resources/azure-mgmt-resource/azure/mgmt/resource/features/v2015_12_01/_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 = "20.1.0"
9+
VERSION = "21.0.0"

sdk/resources/azure-mgmt-resource/azure/mgmt/resource/features/v2021_07_01/_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 = "20.1.0"
9+
VERSION = "21.0.0"

sdk/resources/azure-mgmt-resource/azure/mgmt/resource/links/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# license information.
66
# --------------------------------------------------------------------------
77

8-
VERSION = "20.1.0"
8+
VERSION = "21.0.0"

0 commit comments

Comments
 (0)