forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 21599 in Azure/azure-rest-api-specs
Update readme.python.md (Azure#21599)
- Loading branch information
SDKAuto
committed
Nov 18, 2022
1 parent
abec1c8
commit eb11c9c
Showing
14 changed files
with
504 additions
and
382 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,15 +1,27 @@ | ||
# Release History | ||
|
||
## 2.0.0 (2022-11-18) | ||
|
||
**Features** | ||
|
||
## 1.0.1 (Unreleased) | ||
- Added operation CollectorPolicies.updateTags | ||
- Added Interface CollectorPoliciesUpdateTagsOptionalParams | ||
- Added Type Alias ApiVersionParameter | ||
- Added Type Alias CollectorPoliciesUpdateTagsResponse | ||
- Interface CollectorPoliciesCreateOrUpdateOptionalParams has a new optional parameter tags | ||
- Added Enum KnownApiVersionParameter | ||
|
||
### Features Added | ||
|
||
### Breaking Changes | ||
|
||
### Bugs Fixed | ||
|
||
### Other Changes | ||
**Breaking Changes** | ||
|
||
- Operation AzureTrafficCollectors.beginCreateOrUpdate has a new signature | ||
- Operation AzureTrafficCollectors.beginCreateOrUpdateAndWait has a new signature | ||
- Operation CollectorPolicies.beginCreateOrUpdate has a new signature | ||
- Operation CollectorPolicies.beginCreateOrUpdateAndWait has a new signature | ||
- Interface AzureTrafficCollectorsCreateOrUpdateOptionalParams no longer has parameter collectorPolicies | ||
- Interface AzureTrafficCollectorsCreateOrUpdateOptionalParams no longer has parameter location | ||
- Parameter location of interface TrackedResource is now required | ||
|
||
|
||
## 1.0.0 (2022-07-13) | ||
|
||
The package of @azure/arm-networkfunction is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart). |
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,8 @@ | ||
{ | ||
"commit": "96c6e14d4dfd2aef59a69a43185308567fec8c07", | ||
"commit": "4f8a52119114fdc8159fcc556ec580b090241f33", | ||
"readme": "specification/networkfunction/resource-manager/readme.md", | ||
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\networkfunction\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.1 --generate-sample=true", | ||
"autorest_command": "autorest --version=3.8.4 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/networkfunction/resource-manager/readme.md --use=@autorest/typescript@6.0.0-rc.2", | ||
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git", | ||
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.0", | ||
"use": "@autorest/typescript@6.0.0-rc.1" | ||
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.1", | ||
"use": "@autorest/typescript@6.0.0-rc.2" | ||
} |
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.