Skip to content

Commit

Permalink
Add managee tenant properties to 2020-02-01-preview (Azure#16466)
Browse files Browse the repository at this point in the history
  • Loading branch information
skayani authored Nov 3, 2021
1 parent 54a13e2 commit 5a16e5a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
}
],
"provisioningState": "Succeeded",
"manageeTenantId": "0e06d6a3-55ae-40a3-ac29-350808980808",
"manageeTenantName": "Test customer",
"managedByTenantName": "Test Tenant"
},
"plan": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
}
],
"provisioningState": "Succeeded",
"manageeTenantId": "0e06d6a3-55ae-40a3-ac29-350808980808",
"manageeTenantName": "Test customer",
"managedByTenantName": "Test Tenant"
},
"plan": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,16 @@
"modelAsString": true
}
},
"manageeTenantId": {
"readOnly": true,
"type": "string",
"description": "The identifier of the managed tenant."
},
"manageeTenantName": {
"readOnly": true,
"type": "string",
"description": "The name of the managed tenant."
},
"managedByTenantName": {
"readOnly": true,
"type": "string",
Expand Down

0 comments on commit 5a16e5a

Please sign in to comment.