Skip to content

Commit

Permalink
Support Sku capabilities. Bump to 7.3.0 (#12328)
Browse files Browse the repository at this point in the history
* Support Sku capabilities. Bump to 7.3.0

* Generate from AutoRest
  • Loading branch information
yangyuan authored Jun 2, 2020
1 parent fd0e9af commit 8affe75
Show file tree
Hide file tree
Showing 9 changed files with 432 additions and 8 deletions.
4 changes: 2 additions & 2 deletions eng/mgmt/mgmtmetadata/cognitiveservices_resource-manager.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ 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/cognitiveservices/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\Repos\azure-sdk-for-net\sdk
2020-05-11 21:35:19 UTC
2020-05-27 19:37:47 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: 3e8fb815e2e4f149fbfcdaab64efc4d45dcc0690
Commit: aad8a360e27b1811a4ecbe64ee898d25b44693a6
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413

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.

Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.CognitiveServices</PackageId>
<Description>Microsoft Azure Management Cognitive Services Library</Description>
<Version>7.2.0-preview</Version>
<Version>7.3.0-preview</Version>
<AssemblyName>Microsoft.Azure.Management.CognitiveServices</AssemblyName>
<PackageTags>Cognitive Services management;Cognitive Services;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
1) Support Private Endpoint.
1) Support Sku capabilities.
]]>
</PackageReleaseNotes>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
[assembly: AssemblyTitle("Microsoft Azure Cognitive Services Management Library")]
[assembly: AssemblyDescription("Provides Microsoft Azure Cognitive Services management functions for managing Microsoft Azure Cognitive Services accounts.")]

[assembly: AssemblyVersion("7.2.0.0")]
[assembly: AssemblyFileVersion("7.2.0.0")]
[assembly: AssemblyVersion("7.3.0.0")]
[assembly: AssemblyFileVersion("7.3.0.0")]

[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
Expand Down

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

Loading

0 comments on commit 8affe75

Please sign in to comment.