Skip to content

Commit

Permalink
update description for keyvault contract (Azure#17150)
Browse files Browse the repository at this point in the history
Co-authored-by: Kacie Kang <jikang@microsoft.com>
  • Loading branch information
KacieKK and KacieKK authored Dec 22, 2021
1 parent b2c6ba8 commit 06d2de8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2963,7 +2963,7 @@
},
"identityClientId": {
"type": "string",
"description": "SystemAssignedIdentity or UserAssignedIdentity Client Id which will be used to access key vault secret."
"description": "Null for SystemAssignedIdentity or Client Id for UserAssignedIdentity , which will be used to access key vault secret."
}
},
"description": "Create keyVault contract details."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3024,7 +3024,7 @@
},
"identityClientId": {
"type": "string",
"description": "SystemAssignedIdentity or UserAssignedIdentity Client Id which will be used to access key vault secret."
"description": "Null for SystemAssignedIdentity or Client Id for UserAssignedIdentity , which will be used to access key vault secret."
}
},
"description": "Create keyVault contract details."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3036,7 +3036,7 @@
},
"identityClientId": {
"type": "string",
"description": "SystemAssignedIdentity or UserAssignedIdentity Client Id which will be used to access key vault secret."
"description": "Null for SystemAssignedIdentity or Client Id for UserAssignedIdentity , which will be used to access key vault secret."
}
},
"description": "Create keyVault contract details."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3036,7 +3036,7 @@
},
"identityClientId": {
"type": "string",
"description": "SystemAssignedIdentity or UserAssignedIdentity Client Id which will be used to access key vault secret."
"description": "Null for SystemAssignedIdentity or Client Id for UserAssignedIdentity , which will be used to access key vault secret."
}
},
"description": "Create keyVault contract details."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2967,7 +2967,7 @@
},
"identityClientId": {
"type": "string",
"description": "SystemAssignedIdentity or UserAssignedIdentity Client Id which will be used to access key vault secret."
"description": "Null for SystemAssignedIdentity or Client Id for UserAssignedIdentity , which will be used to access key vault secret."
}
},
"description": "Create keyVault contract details."
Expand Down

0 comments on commit 06d2de8

Please sign in to comment.