Skip to content

Commit

Permalink
Fix field names in test API version (Azure#6571)
Browse files Browse the repository at this point in the history
  • Loading branch information
sugatt authored Mar 21, 2022
1 parent e2474f5 commit 05aa541
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,10 @@
"description": "App id of arc AAD identity.",
"type": "string"
},
"arcApplicationTenantId": {
"description": "Tenant id of arc AAD identity.",
"type": "string"
},
"arcServicePrincipalObjectId": {
"description": "Object id of arc AAD service principal.",
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@
"description": "Object id of cluster AAD identity.",
"type": "string"
},
"servicePrincipalClientId": {
"aadServicePrincipalObjectId": {
"description": "Id of cluster identity service principal.",
"type": "string"
},
Expand Down

0 comments on commit 05aa541

Please sign in to comment.