Skip to content

Commit

Permalink
Update containerinstance client to 2021-09-01 API (#24713)
Browse files Browse the repository at this point in the history
* Generated files

* Updating tags and versions

* Updating tests
  • Loading branch information
joseph-porter authored Oct 14, 2021
1 parent 957ea65 commit 30b4cd3
Show file tree
Hide file tree
Showing 13 changed files with 442 additions and 1,573 deletions.
6 changes: 3 additions & 3 deletions eng/mgmt/mgmtmetadata/containerinstance_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/containerinstance/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\Users\josephporter\source\azure-sdk-for-net\sdk
2021-09-17 17:58:36 UTC
2021-10-13 20:55:27 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: e07d7900e7e02c9bb6caba0ee15f0e280e97b8f5
Commit: 314f28163917b9cfc527f7776b5e4a1dea69d295
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413
Bootstrapper version: autorest@3.4.1
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>ContainerInstance_2021-07-01;</AzureApiTag>
<AzureApiTag>ContainerInstance_2021-09-01;</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>

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.

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 @@ -5,13 +5,13 @@

<PropertyGroup>
<Description>Microsoft Azure Container Instance Management Library</Description>
<Version>5.0.0</Version>
<Version>6.0.0</Version>
<AssemblyName>Microsoft.Azure.Management.ContainerInstance</AssemblyName>
<PackageId>Microsoft.Azure.Management.ContainerInstance</PackageId>
<PackageTags>Microsoft Azure Container Instance Management;Container Instance;2021-07-01;</PackageTags>
<PackageTags>Microsoft Azure Container Instance Management;Container Instance;2021-09-01;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
This is a release of the Azure Container Instance SDK. Included with this release is the removal of Network Profile, replaced by SubnetIds, as well as the addtion of Managed Identity authenticated ACR image pull.
This is a release of the Azure Container Instance SDK. Included with this release is the addition of the Zones property to support Availability Zones.
]]>
</PackageReleaseNotes>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
[assembly: AssemblyTitle("Microsoft Azure Container Instance Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Container Instance.")]

[assembly: AssemblyVersion("5.0.0.0")]
[assembly: AssemblyFileVersion("5.0.0.0")]
[assembly: AssemblyVersion("6.0.0.0")]
[assembly: AssemblyFileVersion("6.0.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Expand Down
Loading

0 comments on commit 30b4cd3

Please sign in to comment.