Skip to content

Commit 54dad29

Browse files
authored
apimanagement - 2022-08-01 - track1 sdk (Azure#34639)
1 parent e574426 commit 54dad29

File tree

516 files changed

+76024
-52923
lines changed

Some content is hidden

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

516 files changed

+76024
-52923
lines changed
Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
1-
Installing AutoRest version: v2
1+
Installing AutoRest version: v2
22
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/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
9-
Azure-rest-api-specs repository information
10-
GitHub fork: Azure
11-
Branch: main
12-
Commit: e1b38934a6e3bd0fcb22a7c8e0a8522957aa1d9b
13-
AutoRest information
14-
Requested version: v2
15-
Bootstrapper version: autorest@2.0.4417
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.4421 --reflect-api-versions --csharp-sdks-folder=D:\github\azure-sdk-for-net\sdk
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<!--This file and it's contents are updated at build time moving or editing might result in build failure. Take due deligence while editing this file-->
33
<PropertyGroup>
4-
<AzureApiTag>ApiManagement_2021-08-01;</AzureApiTag>
4+
<AzureApiTag>ApiManagement_2022-08-01;</AzureApiTag>
55
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
66
</PropertyGroup>
77
</Project>

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

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

3+
### Changes in 9.0.0-preview
4+
5+
- Switch the .NET client to use api-version `2022-08-01`
6+
- new entities added, are `ApiWikiOperation`, `Authorization Provider`, `DocumentationOperation`, `GraphQLApiResolverOperation`, `GraphQLApiResolverPolicyOperation`, `PolicyFragment`, `ProductWikiOperation`
7+
- Added support for configuring `NatGateway` for API Management service
8+
- Added support for Migrating API Management service
9+
- Breaking Change in Configuring `ContentItems` for Developer Portal
10+
311
### Changes in 8.0.0-preview
412

513
- Switch the .NET client to use api-version `2021-08-01`
@@ -18,12 +26,12 @@
1826
### Changes in 5.0.0-preview
1927

2028
- Switch the .NET client to use api-version `2019-12-01`
21-
- `properties` entity renamed to `namedValues`
29+
- `properties` entity renamed to `namedValues`
2230
- new `gateway` entity added
23-
- Added POST operations to get entities secret properties. Secret properties will not be returned with GET or LIST operations anymore. Entities are: `accessInformation`, `authorizationServers`, `delegationSettings`, `identityProviders`, `namedValues`, `openIdConnectProviders`, `subscriptions`.
31+
- Added POST operations to get entities secret properties. Secret properties will not be returned with GET or LIST operations anymore. Entities are: `accessInformation`, `authorizationServers`, `delegationSettings`, `identityProviders`, `namedValues`, `openIdConnectProviders`, `subscriptions`.
2432
- `diagnostics` entity: `enableHttpCorrelationHeaders` property is not supported, `loggerId` is a required property now.
2533
- Breaking Change: `capacity` is a required parameter with creating ApiManagement service.
26-
- Added support for creating `userAssignedIdentity`.
34+
- Added support for creating `userAssignedIdentity`.
2735
- Added support for `disableGateway` property, which allows taking a region out of a multi-region premium sku ApiManagement service
2836
- Added support for `apiVersionConstraint` property which allows limiting all control plane calls higher than a specific api-version
2937
- Breaking Change: Exception thrown in case of failure changed from `CloudException` to `ErrorResponseException`.

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

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

0 commit comments

Comments
 (0)