Skip to content

Commit

Permalink
Regenerated from an updated 2020-03-01 swagger that removed faulty pr…
Browse files Browse the repository at this point in the history
…operty validation (#20862)
  • Loading branch information
David R. Williamson committed May 5, 2021
1 parent 05144b7 commit 4e1a7f0
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 29 deletions.
4 changes: 2 additions & 2 deletions eng/mgmt/mgmtmetadata/iothub_resource-manager.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Commencing code generation
Generating CSharp code
Executing AutoRest command
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 --tag=package-2020-03 --csharp-sdks-folder=C:\code\Azure\asfn1\sdk
2021-02-17 20:16:51 UTC
2021-05-05 18:24:00 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: 55131eaf8fb4722171769ba175791ad45ae3d969
Commit: a394eccc2ce26369cacbc113cf0c3a9c9501e689
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.IotHub", "src\Microsoft.Azure.Management.IotHub.csproj", "{6D87768F-C148-4850-AA06-B6D0E0319462}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A2940BEF-649E-4B28-A11A-696F3A66E981}"
ProjectSection(SolutionItems) = preProject
AzSdk.RP.props = AzSdk.RP.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<Description>Provides management capabilities for Microsoft Azure Iot Hub.</Description>
<AssemblyTitle>Microsoft Azure Iot Hub Management</AssemblyTitle>
<AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName>
<Version>3.0.0</Version>
<Version>3.0.1</Version>
<PackageTags>Microsoft Azure IotHub;IotHub management;IotHub;</PackageTags>
<PackageReleaseNotes>Updated to API version 2020-03-01</PackageReleaseNotes>
<PackageReleaseNotes>Regenerated from an updated 2020-03-01 swagger that removed faulty property validation.</PackageReleaseNotes>
</PropertyGroup>

<!-- Please do not move/edit code below this line -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyVersion("3.0.1.0")]
[assembly: AssemblyFileVersion("3.0.1.0")]

0 comments on commit 4e1a7f0

Please sign in to comment.