Skip to content

Commit d5f9b3f

Browse files
Updated hybrid compute project (Azure#14797)
* initial-updates * working tests * remove ctor * new tests * feedback * json files * updated session files * update to 2020-08-02 Co-authored-by: Tyler Leonhardt (POWERSHELL) <tyleonha@microsoft.com>
1 parent 0d53cf5 commit d5f9b3f

File tree

61 files changed

+45728
-2538
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+45728
-2538
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
Installing AutoRest version: latest
1+
Installing AutoRest version: v2
22
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/hybridcompute/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=F:\Git\Azure-SDK\azure-sdk-for-net\sdk
7-
2019-10-28 23:22:38 UTC
6+
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/hybridcompute/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\Users\tyleonha\Code\CSharp\azure-sdk-for-net\sdk
7+
2020-09-12 15:59:14 UTC
88
Azure-rest-api-specs repository information
99
GitHub fork: Azure
1010
Branch: master
11-
Commit: fce822ccb299378acb04fbf62697af3f499e4bb7
11+
Commit: 1c32b72538860885beb6a534b93a646330a1f6ef
1212
AutoRest information
13-
Requested version: latest
14-
Bootstrapper version: autorest@2.0.4283
13+
Requested version: v2
14+
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>HybridCompute_2019-08-16</AzureApiTag>
4+
<AzureApiTag>HybridCompute_2020-08-02</AzureApiTag>
55
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
66
</PropertyGroup>
77
</Project>

sdk/hybridcompute/Microsoft.Azure.Management.HybridCompute/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 Hybrid Compute Management Library")]
88
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Hybrid Compute Resources.")]
99

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

sdk/hybridcompute/Microsoft.Azure.Management.HybridCompute/src/Generated/HybridComputeManagementClient.cs

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

sdk/hybridcompute/Microsoft.Azure.Management.HybridCompute/src/Generated/IHybridComputeManagementClient.cs

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

sdk/hybridcompute/Microsoft.Azure.Management.HybridCompute/src/Generated/IMachineExtensionsOperations.cs

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

sdk/hybridcompute/Microsoft.Azure.Management.HybridCompute/src/Generated/IMachinesOperations.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.

0 commit comments

Comments
 (0)