Skip to content

Commit

Permalink
Azure Digital Twins 0.1.0 SDK (#12538)
Browse files Browse the repository at this point in the history
* DigitalTwins SDK and Tests

* New swagger and tests updated

* enable CI

* Update version

Co-authored-by: Yeming Liu <felix_liu@outlook.com>

Co-authored-by: Ryan Kelly <rykelly@microsoft.com>
Co-authored-by: Yeming Liu <yeliu@microsoft.com>
Co-authored-by: Yeming Liu <felix_liu@outlook.com>
  • Loading branch information
4 people authored and prmathur-microsoft committed Jul 8, 2020
1 parent 1e67a07 commit 4d8556c
Show file tree
Hide file tree
Showing 45 changed files with 7,677 additions and 0 deletions.
14 changes: 14 additions & 0 deletions eng/mgmt/mgmtmetadata/digitaltwins_resource-manager.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Installing AutoRest version: v2
AutoRest installed successfully.
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/digitaltwins/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\src\azure-sdk-for-net\sdk
2020-05-27 18:57:42 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: aad8a360e27b1811a4ecbe64ee898d25b44693a6
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413
1 change: 1 addition & 0 deletions eng/pipelines/mgmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ pr:
- sdk/deviceprovisioningservices/Microsoft.Azure.Management.DeviceProvisioningServices
- sdk/devspaces/Microsoft.Azure.Management.DevSpaces
- sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs
- sdk/digitaltwins/Microsoft.Azure.Management.DigitalTwins
- sdk/dns/Microsoft.Azure.Management.Dns
- sdk/edgegateway/Microsoft.Azure.Management.EdgeGateway
- sdk/eng/mgmt
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--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-->
<PropertyGroup>
<AzureApiTag>DigitalTwins_2020-03-01-preview;</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.128
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.DigitalTwins", "src\Microsoft.Azure.Management.DigitalTwins.csproj", "{51A009FA-D751-4375-9C1D-7FB78789BAB0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.DigitalTwins.Tests", "tests\Microsoft.Azure.Management.DigitalTwins.Tests.csproj", "{B94C7A88-E9F4-4238-99D7-B698EE6219F8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{51A009FA-D751-4375-9C1D-7FB78789BAB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51A009FA-D751-4375-9C1D-7FB78789BAB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51A009FA-D751-4375-9C1D-7FB78789BAB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51A009FA-D751-4375-9C1D-7FB78789BAB0}.Release|Any CPU.Build.0 = Release|Any CPU
{B94C7A88-E9F4-4238-99D7-B698EE6219F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B94C7A88-E9F4-4238-99D7-B698EE6219F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B94C7A88-E9F4-4238-99D7-B698EE6219F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B94C7A88-E9F4-4238-99D7-B698EE6219F8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {79BDA1D3-B45F-4F36-927B-856F345347AD}
EndGlobalSection
EndGlobal
Loading

0 comments on commit 4d8556c

Please sign in to comment.