-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AutoRelease] t2-extendedlocation-2021-09-22-24922 (#20782)
* CodeGen from PR 15676 in Azure/azure-rest-api-specs Amalladi/extendedlocation update operationID field (#15676) * Add blockchain to latest profile * Add additional types * Update operationId field in Swagger, update ListOperations Example * Revert commit * prettier fix Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com> Co-authored-by: Aditi <amalladi@microsoft.com> * version,CHANGELOG * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: SDKAuto <sdkautomation@microsoft.com> Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com> Co-authored-by: Aditi <amalladi@microsoft.com> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com>
- Loading branch information
1 parent
03efaee
commit d6f5ea9
Showing
28 changed files
with
3,574 additions
and
48 deletions.
There are no files selected for viewing
14 changes: 13 additions & 1 deletion
14
sdk/extendedlocation/azure-mgmt-extendedlocation/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,21 @@ | ||
# Release History | ||
|
||
## 1.0.0 (2021-09-22) | ||
|
||
**Features** | ||
- Adding a new API Version 2021-08-15 | ||
- Adding support for Managed Identity [SystemAssigned] | ||
- Model PatchableCustomLocations has a new parameter identity | ||
- Model CustomLocation has a new parameter identity | ||
|
||
**Breaking changes** | ||
|
||
- Operation CustomLocationsOperations.update has a new signature | ||
|
||
## 1.0.0b2 (2021-05-06) | ||
|
||
* Remove v2020_07_15_privatepreview | ||
|
||
## 1.0.0b1 (2020-03-25) | ||
## 1.0.0b1 (2021-03-25) | ||
|
||
* Initial Release |
11 changes: 7 additions & 4 deletions
11
sdk/extendedlocation/azure-mgmt-extendedlocation/_meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
{ | ||
"autorest": "3.3.0", | ||
"use": "@autorest/python@5.6.6", | ||
"commit": "70b5215249735bc56df6d9fc20a535f24f655117", | ||
"autorest": "3.4.5", | ||
"use": [ | ||
"@autorest/python@5.8.4", | ||
"@autorest/modelerfour@4.19.2" | ||
], | ||
"commit": "e687b0f9c1856f7f20e1c0e1aca53b1e342cde3e", | ||
"repository_url": "https://github.com/Azure/azure-rest-api-specs", | ||
"autorest_command": "autorest specification/extendedlocation/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --track2 --use=@autorest/python@5.6.6 --version=3.3.0", | ||
"autorest_command": "autorest specification/extendedlocation/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --track2 --use=@autorest/python@5.8.4 --use=@autorest/modelerfour@4.19.2 --version=3.4.5", | ||
"readme": "specification/extendedlocation/resource-manager/readme.md" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.