Skip to content

Commit d85750b

Browse files
dpokludaDavid Pokludaabatishchev
authored
Release of Device Update for IoT Hub control-plane SDK library for .NET (Azure#19159)
* Release of Device Update for IoT Hub control-plane SDK library for .NET * Code review feedback fixes. * Removing unneeded sections from the solution file. * Redo * Update AccountCrudTests.json * Reverting eng/mgmt/disableTestRunParallel change Co-authored-by: David Pokluda <david.pokluda@microsoft.com> Co-authored-by: Alex Batishchev <alexbat@microsoft.com> Co-authored-by: Alexander Batishchev <abatishchev@gmail.com>
1 parent 85e2a5b commit d85750b

Some content is hidden

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

45 files changed

+10322
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Installing AutoRest version: v2
2+
AutoRest installed successfully.
3+
Commencing code generation
4+
Generating CSharp code
5+
Executing AutoRest command
6+
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/deviceupdate/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=E:\GitHub\azure-sdk-for-net\sdk
7+
2021-03-03 02:46:25 UTC
8+
Azure-rest-api-specs repository information
9+
GitHub fork: Azure
10+
Branch: master
11+
Commit: 4d1ea13dd5ec9e9e73e8ebabfa2d27a83b7e0e0d
12+
AutoRest information
13+
Requested version: v2
14+
Bootstrapper version: autorest@2.0.4413
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<!--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-->
3+
<PropertyGroup>
4+
<AzureApiTag>DeviceUpdate_2020-03-01;</AzureApiTag>
5+
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
6+
</PropertyGroup>
7+
</Project>
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.30114.128
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.DeviceUpdate", "src\Microsoft.Azure.Management.DeviceUpdate.csproj", "{2886F4B7-FEA8-42D5-BC8C-BDBCA917F957}"
7+
EndProject
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.DeviceUpdate.Tests", "tests\Microsoft.Azure.Management.DeviceUpdate.Tests.csproj", "{9F2DB215-83CD-48AE-BEC2-601E6EB50FE3}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Release|Any CPU = Release|Any CPU
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{2886F4B7-FEA8-42D5-BC8C-BDBCA917F957}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{2886F4B7-FEA8-42D5-BC8C-BDBCA917F957}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{2886F4B7-FEA8-42D5-BC8C-BDBCA917F957}.Release|Any CPU.ActiveCfg = Release|Any CPU
19+
{2886F4B7-FEA8-42D5-BC8C-BDBCA917F957}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{9F2DB215-83CD-48AE-BEC2-601E6EB50FE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{9F2DB215-83CD-48AE-BEC2-601E6EB50FE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{9F2DB215-83CD-48AE-BEC2-601E6EB50FE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{9F2DB215-83CD-48AE-BEC2-601E6EB50FE3}.Release|Any CPU.Build.0 = Release|Any CPU
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
EndGlobal

0 commit comments

Comments
 (0)