Skip to content

Commit 781b52e

Browse files
authored
Update Chaos SDK to latest version of the OpenAPI spec (Azure#28298)
* Update Chaos SDK to latest version of the OpenAPI spec * Fix AssemblyInfo
1 parent 4a52287 commit 781b52e

File tree

5 files changed

+34
-20
lines changed

5 files changed

+34
-20
lines changed

eng/mgmt/mgmtmetadata/chaos_resource-manager.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +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/main/specification/chaos/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\azure-sdk-for-net\sdk
6+
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/main/specification/chaos/resource-manager/readme.md --csharp --version=2.0.4421 --reflect-api-versions --csharp-sdks-folder=C:\workspace\azure-sdk-for-net\sdk
77
Autorest CSharp Version: 2.3.82
8-
2021-11-04 22:44:16 UTC
8+
2022-04-20 18:21:48 UTC
99
Azure-rest-api-specs repository information
1010
GitHub fork: Azure
1111
Branch: main
12-
Commit: 7b60a35565f42011dd6033bf52eb3ccc2b6e8f49
12+
Commit: b5d8eef5bf187dc99f1c18e8323b19e0c37a7124
1313
AutoRest information
14-
Requested version: v2
14+
Requested version: 2.0.4421
1515
Bootstrapper version: autorest@2.0.4413

sdk/chaos/Microsoft.Azure.Management.Chaos/src/Generated/Models/ActionStatus.cs

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

sdk/chaos/Microsoft.Azure.Management.Chaos/src/Generated/SdkInfo_ChaosManagementClient.cs

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

sdk/chaos/Microsoft.Azure.Management.Chaos/src/Microsoft.Azure.Management.Chaos.csproj

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,15 @@
66
<PropertyGroup>
77
<PackageId>Microsoft.Azure.Management.Chaos</PackageId>
88
<Description>Provides developers with libraries for the Chaos under Azure Resource manager to manage Chaos Experiments, Targets, Capabilities and child resources and their available management capabilities. Create, Delete, Update Chaos Experiments, Targets, Capabilities and child resources. Note: This client library is for Chaos under Azure Resource Manager.</Description>
9-
<Version>0.9.15-preview</Version>
9+
<Version>0.9.15-preview.1</Version>
1010
<AssemblyName>Microsoft.Azure.Management.Chaos</AssemblyName>
1111
<PackageTags>management;chaos;</PackageTags>
1212
<PackageReleaseNotes>
1313
<![CDATA[
14-
This corresponds to the 2021-09-15-preview API vresion which
15-
Introduce the Experiments, Targets and Capabilities:
16-
- Added PUT, DELETE, GET and POST start, POST cancel experiment operations.
17-
- Added PUT, DELETE, GET target resource operations.
18-
- Added PUT, DELETE, GET capability resource operations.
19-
- Added GET capability type resources operations.
20-
- Added GET target type resource operations.
21-
- Added GET operation resource type operations.
14+
This is a public preview release of the Azure Chaos Studio SDK for the 2021-09-15-preview API version.
15+
Included in this release is:
16+
- Updated constraints on experiment name parameter.
17+
- Added start and end time to experiment execution details model.
2218
]]>
2319
</PackageReleaseNotes>
2420
</PropertyGroup>

sdk/chaos/Microsoft.Azure.Management.Chaos/src/Properties/AssemblyInfo.cs

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

10-
[assembly: AssemblyVersion("1.0.0.0")]
11-
[assembly: AssemblyFileVersion("1.1.0.0")]
10+
[assembly: AssemblyVersion("0.9.15.1")]
11+
[assembly: AssemblyFileVersion("0.9.15.1")]
1212
[assembly: AssemblyConfiguration("")]
1313
[assembly: AssemblyCompany("Microsoft")]
1414
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
1515
[assembly: AssemblyCopyright("Copyright (c) Microsoft Corporation")]
1616
[assembly: AssemblyTrademark("")]
1717
[assembly: AssemblyCulture("")]
18-
[assembly: NeutralResourcesLanguage("en")]
18+
[assembly: NeutralResourcesLanguage("en")]

0 commit comments

Comments
 (0)