Skip to content

Commit 7e4c4e3

Browse files
skayaniLeiWang3
authored andcommitted
Add managee tenant properties to 2020-02-01-preview (Azure#16466)
1 parent 709aae3 commit 7e4c4e3

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

specification/managedservices/resource-manager/Microsoft.ManagedServices/preview/2020-02-01-preview/examples/GetRegistrationDefinition.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
}
4545
],
4646
"provisioningState": "Succeeded",
47+
"manageeTenantId": "0e06d6a3-55ae-40a3-ac29-350808980808",
48+
"manageeTenantName": "Test customer",
4749
"managedByTenantName": "Test Tenant"
4850
},
4951
"plan": {

specification/managedservices/resource-manager/Microsoft.ManagedServices/preview/2020-02-01-preview/examples/GetRegistrationDefinitions.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
}
4646
],
4747
"provisioningState": "Succeeded",
48+
"manageeTenantId": "0e06d6a3-55ae-40a3-ac29-350808980808",
49+
"manageeTenantName": "Test customer",
4850
"managedByTenantName": "Test Tenant"
4951
},
5052
"plan": {

specification/managedservices/resource-manager/Microsoft.ManagedServices/preview/2020-02-01-preview/managedservices.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,16 @@
652652
"modelAsString": true
653653
}
654654
},
655+
"manageeTenantId": {
656+
"readOnly": true,
657+
"type": "string",
658+
"description": "The identifier of the managed tenant."
659+
},
660+
"manageeTenantName": {
661+
"readOnly": true,
662+
"type": "string",
663+
"description": "The name of the managed tenant."
664+
},
655665
"managedByTenantName": {
656666
"readOnly": true,
657667
"type": "string",

0 commit comments

Comments
 (0)