Skip to content

Commit b194dff

Browse files
APIM SDK changes for the Spec update of version 2020-12-01 (#21001)
* generate code with new spec * squash * fix test fails * deleted service test record * update metadata file * fix typo * remove extra quote * fix generated code Co-authored-by: Kacie Kang <[email protected]> Co-authored-by: Samir Solanki <[email protected]>
1 parent 6e62193 commit b194dff

File tree

450 files changed

+51585
-21671
lines changed

Some content is hidden

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

450 files changed

+51585
-21671
lines changed
Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
2020-02-11 05:53:16 UTC
2-
3-
1) azure-rest-api-specs repository information
4-
GitHub user: Azure
1+
Installing AutoRest version: v2
2+
AutoRest installed successfully.
3+
Commencing code generation
4+
Generating CSharp code
5+
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
8+
Azure-rest-api-specs repository information
9+
GitHub fork: Azure
510
Branch: master
6-
Commit: 26bdb0c40d9403e07980e41f054ec75f72225d52
7-
8-
2) AutoRest information
9-
Requested version: latest
10-
Bootstrapper version: C:\Users\sasolank\AppData\Roaming\npm `-- [email protected]
11-
Latest installed version:
11+
Commit: 5047dfdf585969892ac035ffdfbc57623f0bf1c5
12+
AutoRest information
13+
Requested version: v2
14+
Bootstrapper version: [email protected]
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_2019-12-01;</AzureApiTag>
4+
<AzureApiTag>ApiManagement_2020-12-01;</AzureApiTag>
55
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
66
</PropertyGroup>
77
</Project>

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

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

3-
### Changes in 6.0.0-preview
3+
### Changes in 7.0.0-preview
44

5-
- Fixed `quotas` update contract
5+
- Switch the .NET client to use api-version `2020-12-01`
6+
- new entities added, are `ContentType`, `ContentItem`, `DeletedServices`, `GatewayCertificateAuthority`, `PortalRevision`, `PortalSettings`, `TenantSettings`, `ApiManagementSkus`.
7+
- Added support for creating Azure KeyVault based `namedValues`, which allows auto rotation of this Entity. blocked POST operations to get entity secret from it due to Security Issue.
8+
- Added support for creating Azure KeyVault based `certificates`, which allows auto rotation of this Entity.
69

710
### Changes in 5.0.0-preview
811

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

Lines changed: 73 additions & 27 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/ApiDiagnosticOperationsExtensions.cs

Lines changed: 7 additions & 4 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/ApiExportOperations.cs

Lines changed: 6 additions & 4 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/ApiIssueAttachmentOperations.cs

Lines changed: 30 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)