-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <jikang@microsoft.com> Co-authored-by: Samir Solanki <samirsolanki@outlook.com>
- Loading branch information
1 parent
6e62193
commit b194dff
Showing
450 changed files
with
51,585 additions
and
21,671 deletions.
There are no files selected for viewing
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,11 +1,14 @@ | ||
2020-02-11 05:53:16 UTC | ||
|
||
1) azure-rest-api-specs repository information | ||
GitHub user: Azure | ||
Installing AutoRest version: v2 | ||
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 | ||
Azure-rest-api-specs repository information | ||
GitHub fork: Azure | ||
Branch: master | ||
Commit: 26bdb0c40d9403e07980e41f054ec75f72225d52 | ||
|
||
2) AutoRest information | ||
Requested version: latest | ||
Bootstrapper version: C:\Users\sasolank\AppData\Roaming\npm `-- autorest@2.0.4413 | ||
Latest installed version: | ||
Commit: 5047dfdf585969892ac035ffdfbc57623f0bf1c5 | ||
AutoRest information | ||
Requested version: v2 | ||
Bootstrapper version: autorest@2.0.4417 |
2 changes: 1 addition & 1 deletion
2
sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/AzSdk.RP.props
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,7 +1,7 @@ | ||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<!--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--> | ||
<PropertyGroup> | ||
<AzureApiTag>ApiManagement_2019-12-01;</AzureApiTag> | ||
<AzureApiTag>ApiManagement_2020-12-01;</AzureApiTag> | ||
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags> | ||
</PropertyGroup> | ||
</Project> |
7 changes: 5 additions & 2 deletions
7
sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/CHANGELOG.md
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
100 changes: 73 additions & 27 deletions
100
...agement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiDiagnosticOperations.cs
Large diffs are not rendered by default.
Oops, something went wrong.
11 changes: 7 additions & 4 deletions
11
...crosoft.Azure.Management.ApiManagement/src/Generated/ApiDiagnosticOperationsExtensions.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
10 changes: 6 additions & 4 deletions
10
...imanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiExportOperations.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
50 changes: 30 additions & 20 deletions
50
...nt/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiIssueAttachmentOperations.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.