Skip to content

Commit 40b98e7

Browse files
authored
setting up new api version info (Azure#27808)
* setting up new api version info * api updated and and set appropriate environment variable for tests
1 parent af5d4d2 commit 40b98e7

13 files changed

+814
-488
lines changed

eng/mgmt/mgmtmetadata/containerinstance_resource-manager.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ AutoRest installed successfully.
33
Commencing code generation
44
Generating CSharp code
55
Executing AutoRest command
6-
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-10-13 20:55:27 UTC
6+
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/main/specification/containerinstance/resource-manager/readme.md --csharp --version=2.0.4421 --reflect-api-versions --csharp-sdks-folder=C:\Users\angouloure\azure-sdk-for-net\sdk
7+
Autorest CSharp Version: 2.3.82
8+
2022-03-28 23:27:15 UTC
89
Azure-rest-api-specs repository information
910
GitHub fork: Azure
10-
Branch: master
11-
Commit: 314f28163917b9cfc527f7776b5e4a1dea69d295
11+
Branch: main
12+
Commit: 3026119ab41bbce77275cfa3a1afbabf43af5aea
1213
AutoRest information
13-
Requested version: v2
14-
Bootstrapper version: autorest@3.4.1
14+
Requested version: 2.0.4421
15+
Bootstrapper version: autorest@2.0.4413
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-09-01;</AzureApiTag>
4+
<AzureApiTag>ContainerInstance_2021-10-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/AutoGeneratedDomainNameLabelScope.cs

Lines changed: 25 additions & 0 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/IpAddress.cs

Lines changed: 13 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: 9 additions & 9 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>6.0.0</Version>
8+
<Version>7.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-09-01;</PackageTags>
11+
<PackageTags>Microsoft Azure Container Instance Management;Container Instance;2021-10-01;</PackageTags>
1212
<PackageReleaseNotes>
1313
<![CDATA[
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.
14+
This is a release of the Azure Container Instance SDK. Included with this release is the addition of the Deterministic Name Label Reuse Policy.
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("6.0.0.0")]
11-
[assembly: AssemblyFileVersion("6.0.0.0")]
10+
[assembly: AssemblyVersion("7.0.0.0")]
11+
[assembly: AssemblyFileVersion("7.0.0.0")]
1212
[assembly: AssemblyConfiguration("")]
1313
[assembly: AssemblyCompany("Microsoft")]
1414
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]

0 commit comments

Comments
 (0)