Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep for digitaltwins #12155

Merged
merged 1 commit into from
May 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
/sdk/cognitiveservices/vision.computervision/ @toothache
/sdk/cognitiveservices/vision.face/ @TFR258

/sdk/digitaltwins/ @drwill-ms @timtay-microsoft @abhipsaMisra @vinagesh @azabbasi @prmathur-microsoft @bikamani @barustum

/sdk/eventgrid/ @Kishp01 @ahamad-MS

/sdk/eventhub/ @serkantkaraca @jsquire @kinelski
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
.vs/
*.lock.json
developer/
launch.json

# Build results
binaries/
Expand Down
2 changes: 2 additions & 0 deletions eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
<PackageReference Update="Azure.Storage.Queues" Version="12.1.1" />
<PackageReference Update="Azure.Storage.Files.DataLake" Version="12.0.0" />
<PackageReference Update="BenchmarkDotNet" Version="0.11.5" />
<PackageReference Update="Castle.Core" Version="4.4.0" />
<PackageReference Update="FluentAssertions" Version="5.10.3" />
<PackageReference Update="FsCheck.Xunit" Version="2.14.0" />
<PackageReference Update="Microsoft.Azure.Amqp" Version="[2.4.2, 3.0.0)" />
<PackageReference Update="Microsoft.Azure.Batch" Version="11.0.0" />
Expand Down
3 changes: 3 additions & 0 deletions sdk/digitaltwins/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.config.json
!*common.config.json
!*common.test.assets.config.json
42 changes: 42 additions & 0 deletions sdk/digitaltwins/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

resources:
repositories:
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure
- repository: azure-sdk-build-tools
type: git
name: internal/azure-sdk-build-tools

trigger:
branches:
include:
- master
- hotfix/*
- release/*
paths:
include:
- sdk/digitaltwins/

pr:
branches:
include:
- master
- feature/*
- hotfix/*
- release/*
paths:
include:
- sdk/digitaltwins/

stages:
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: digitaltwins
ArtifactName: packages
Artifacts:
- name: Azure.DigitalTwins.Core
safeName: AzureDigitalTwinsCore
18 changes: 18 additions & 0 deletions sdk/digitaltwins/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
trigger: none

resources:
repositories:
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure

jobs:
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-tests.yml
parameters:
ServiceDirectory: digitaltwins
Location: southcentralus
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources-preview)
EnvVars:
# Runs live tests.
AZURE_IOT_TEST_MODE: Live