Skip to content

Commit dde7143

Browse files
KacieKKsolankisamiryingru97
authored
[APIManagement] Update .NET SDK to new version 20210801 (#24886)
* new version client generation * fix build error * record test in new version * add changelog * update assembly and metadata * fix code generation discrepency * vnet and platform version tests (#7) * add system data validation (#9) * vnet and platform version tests * validate system data Co-authored-by: Kacie <35987382+KacieKK@users.noreply.github.com> * backup restore using msi (#10) * new changes * bump version * added test for private endpoint (#11) * playback * Update private endpoint test (#12) * added test for private endpoint * updated test Co-authored-by: Kacie Kang <jikang@microsoft.com> Co-authored-by: Samir Solanki <samirsolanki@outlook.com> Co-authored-by: Alan Feng <15934598+yingru97@users.noreply.github.com>
1 parent 6a3085c commit dde7143

File tree

256 files changed

+72357
-26108
lines changed

Some content is hidden

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

256 files changed

+72357
-26108
lines changed

eng/mgmt/mgmtmetadata/apimanagement_resource-manager.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ AutoRest installed successfully.
33
Commencing code generation
44
Generating CSharp code
55
Executing AutoRest command
6-
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
7-
2021-05-21 07:03:54 UTC
6+
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
7+
Autorest CSharp Version: 2.3.91
8+
2022-01-11 19:00:51 UTC
89
Azure-rest-api-specs repository information
910
GitHub fork: Azure
10-
Branch: master
11-
Commit: 5047dfdf585969892ac035ffdfbc57623f0bf1c5
11+
Branch: main
12+
Commit: e1b38934a6e3bd0fcb22a7c8e0a8522957aa1d9b
1213
AutoRest information
1314
Requested version: v2
1415
Bootstrapper version: autorest@2.0.4417

sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Microsoft.Azure.Management.ApiManagment release notes
22

3+
### Changes in 8.0.0-preview
4+
5+
- Switch the .NET client to use api-version `2021-08-01`
6+
- new entities added, are `Hostname Configuration`, `AccessType`, `CertificateSource`, `ConnectionStatus`, `HTTPHeader`, `IssueType`, `PlatformVersion`, `SystemData`.
7+
- Added support for `PrivateLink`.
8+
- Added support for OpenAPI info contact, license, TOS support.
9+
- Added List operations to get `OutboundNetworkDependenciesEndpoints`.
10+
311
### Changes in 7.0.0-preview
412

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

sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementClient.cs

Lines changed: 274 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementClientExtensions.cs

Lines changed: 125 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiSchemaOperations.cs

Lines changed: 20 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiSchemaOperationsExtensions.cs

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)