Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[APIManagement] Update .NET SDK to new version 20210801 #24886

Merged
merged 19 commits into from
Jan 20, 2022
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions eng/mgmt/mgmtmetadata/apimanagement_resource-manager.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ AutoRest installed successfully.
Commencing code generation
Generating CSharp code
Executing AutoRest command
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/apimanagement/resource-manager/readme.md --csharp --version="2.0.4417" --reflect-api-versions --tag=package-2020-12 --csharp-sdks-folder=C:\azure-sdk-for-net\sdk
2021-05-21 07:03:54 UTC
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/main/specification/apimanagement/resource-manager/readme.md --csharp --version="2.0.4417" --reflect-api-versions --tag=package-2021-08 --csharp-sdks-folder=C:\azure-sdk-for-net\sdk
Autorest CSharp Version: 2.3.91
2022-01-11 19:00:51 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: 5047dfdf585969892ac035ffdfbc57623f0bf1c5
Branch: main
Commit: e1b38934a6e3bd0fcb22a7c8e0a8522957aa1d9b
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4417
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Microsoft.Azure.Management.ApiManagment release notes

### Changes in 8.0.0-preview

- Switch the .NET client to use api-version `2021-08-01`
- new entities added, are `Hostname Configuration`, `AccessType`, `CertificateSource`, `ConnectionStatus`, `HTTPHeader`, `IssueType`, `PlatformVersion`, `SystemData`.
- Added support for `PrivateLink`.
- Added support for OpenAPI info contact, license, TOS support.
- Added List operations to get `OutboundNetworkDependenciesEndpoints`.

### Changes in 7.0.0-preview

- Switch the .NET client to use api-version `2020-12-01`
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading