Skip to content

Commit 5a0384b

Browse files
vinageshazure-sdk
andauthored
Autogenerate Microsoft.Azure.Management.IotHub SDK 4.1.0 from swagger version 2021-07-01
Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
1 parent 013a5dd commit 5a0384b

File tree

13 files changed

+2133
-1423
lines changed

13 files changed

+2133
-1423
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
Installing AutoRest version: v2
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/iothub/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\code\Azure\asfn1\sdk
7-
2021-05-13 18:36:24 UTC
6+
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/iothub/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=D:\iot\azure-sdk-for-net\sdk
7+
Autorest CSharp Version: 2.3.82
8+
2021-08-27 21:13:22 UTC
89
Azure-rest-api-specs repository information
910
GitHub fork: Azure
1011
Branch: master
11-
Commit: 7d4caa5e1c9996a25300b0b23ef426667e4a7bde
12+
Commit: cde7f150e8d3bf3af2418cc347cae0fb2baed6a7
1213
AutoRest information
1314
Requested version: v2
1415
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>Devices_2021-03-31</AzureApiTag>
4+
<AzureApiTag>Devices_2021-07-01</AzureApiTag>
55
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
66
</PropertyGroup>
77
</Project>

sdk/iothub/Microsoft.Azure.Management.IotHub/src/Generated/IotHubClient.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/iothub/Microsoft.Azure.Management.IotHub/src/Generated/Models/CertificateBodyDescription.cs

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

sdk/iothub/Microsoft.Azure.Management.IotHub/src/Generated/Models/CertificateProperties.cs

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

sdk/iothub/Microsoft.Azure.Management.IotHub/src/Generated/Models/IotHubProperties.cs

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

sdk/iothub/Microsoft.Azure.Management.IotHub/src/Generated/SdkInfo_iotHubClient.cs

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

sdk/iothub/Microsoft.Azure.Management.IotHub/src/Microsoft.Azure.Management.IotHub.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<Description>Provides management capabilities for Microsoft Azure Iot Hub.</Description>
1414
<AssemblyTitle>Microsoft Azure Iot Hub Management</AssemblyTitle>
1515
<AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName>
16-
<Version>4.0.0</Version>
16+
<Version>4.1.0</Version>
1717
<PackageTags>Microsoft Azure IotHub;IotHub management;IotHub;</PackageTags>
18-
<PackageReleaseNotes>Regenerated from an updated 2021-03-31 swagger.</PackageReleaseNotes>
18+
<PackageReleaseNotes>Regenerated from an updated 2021-07-01 swagger.</PackageReleaseNotes>
1919
</PropertyGroup>
2020

2121
<!-- Please do not move/edit code below this line -->

sdk/iothub/Microsoft.Azure.Management.IotHub/src/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515
[assembly: NeutralResourcesLanguage("en")]
16-
[assembly: AssemblyVersion("4.0.0.0")]
16+
[assembly: AssemblyVersion("4.1.0")]
1717
[assembly: AssemblyFileVersion("4.0.0.0")]

sdk/iothub/Microsoft.Azure.Management.IotHub/src/generate.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Important to note:
22
# Configuration for the code generation including target swagger file and code generation settings can be found here:
3-
# https://github.com/Azure/azure-rest-api-specs/tree/master/specification/digitaltwins/resource-manager
3+
# https://github.com/Azure/azure-rest-api-specs/tree/master/specification/iothub/resource-manager
44

55
try
66
{

0 commit comments

Comments
 (0)