Skip to content

Commit 30b4cd3

Browse files
Update containerinstance client to 2021-09-01 API (Azure#24713)
* Generated files * Updating tags and versions * Updating tests
1 parent 957ea65 commit 30b4cd3

13 files changed

+442
-1573
lines changed

eng/mgmt/mgmtmetadata/containerinstance_resource-manager.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Commencing code generation
44
Generating CSharp code
55
Executing AutoRest command
66
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
7-
2021-09-17 17:58:36 UTC
7+
2021-10-13 20:55:27 UTC
88
Azure-rest-api-specs repository information
99
GitHub fork: Azure
1010
Branch: master
11-
Commit: e07d7900e7e02c9bb6caba0ee15f0e280e97b8f5
11+
Commit: 314f28163917b9cfc527f7776b5e4a1dea69d295
1212
AutoRest information
1313
Requested version: v2
14-
Bootstrapper version: autorest@2.0.4413
14+
Bootstrapper version: autorest@3.4.1
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>ContainerInstance_2021-07-01;</AzureApiTag>
4+
<AzureApiTag>ContainerInstance_2021-09-01;</AzureApiTag>
55
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
66
</PropertyGroup>
77
</Project>

sdk/containerinstance/Microsoft.Azure.Management.ContainerInstance/src/Generated/ContainerInstanceManagementClient.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/containerinstance/Microsoft.Azure.Management.ContainerInstance/src/Generated/Models/ContainerGroup.cs

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

sdk/containerinstance/Microsoft.Azure.Management.ContainerInstance/src/Generated/Models/Resource.cs

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/containerinstance/Microsoft.Azure.Management.ContainerInstance/src/Generated/SdkInfo_ContainerInstanceManagementClient.cs

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

sdk/containerinstance/Microsoft.Azure.Management.ContainerInstance/src/Microsoft.Azure.Management.ContainerInstance.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
<PropertyGroup>
77
<Description>Microsoft Azure Container Instance Management Library</Description>
8-
<Version>5.0.0</Version>
8+
<Version>6.0.0</Version>
99
<AssemblyName>Microsoft.Azure.Management.ContainerInstance</AssemblyName>
1010
<PackageId>Microsoft.Azure.Management.ContainerInstance</PackageId>
11-
<PackageTags>Microsoft Azure Container Instance Management;Container Instance;2021-07-01;</PackageTags>
11+
<PackageTags>Microsoft Azure Container Instance Management;Container Instance;2021-09-01;</PackageTags>
1212
<PackageReleaseNotes>
1313
<![CDATA[
14-
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.
14+
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.
1515
]]>
1616
</PackageReleaseNotes>
1717
</PropertyGroup>

sdk/containerinstance/Microsoft.Azure.Management.ContainerInstance/src/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
[assembly: AssemblyTitle("Microsoft Azure Container Instance Management Library")]
88
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Container Instance.")]
99

10-
[assembly: AssemblyVersion("5.0.0.0")]
11-
[assembly: AssemblyFileVersion("5.0.0.0")]
10+
[assembly: AssemblyVersion("6.0.0.0")]
11+
[assembly: AssemblyFileVersion("6.0.0.0")]
1212
[assembly: AssemblyConfiguration("")]
1313
[assembly: AssemblyCompany("Microsoft")]
1414
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]

0 commit comments

Comments
 (0)