Skip to content
Draft
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: 1 addition & 1 deletion schemas/2020-06-01-preview/Microsoft.ApiManagement.json
Original file line number Diff line number Diff line change
Expand Up @@ -4469,7 +4469,7 @@
"properties": {
"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."
},
"secretIdentifier": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion schemas/2020-12-01/Microsoft.ApiManagement.json
Original file line number Diff line number Diff line change
Expand Up @@ -4469,7 +4469,7 @@
"properties": {
"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."
},
"secretIdentifier": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion schemas/2021-01-01-preview/Microsoft.ApiManagement.json
Original file line number Diff line number Diff line change
Expand Up @@ -4572,7 +4572,7 @@
"properties": {
"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."
},
"secretIdentifier": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion schemas/2021-04-01-preview/Microsoft.ApiManagement.json
Original file line number Diff line number Diff line change
Expand Up @@ -4735,7 +4735,7 @@
"properties": {
"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."
},
"secretIdentifier": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion schemas/2021-08-01/Microsoft.ApiManagement.json
Original file line number Diff line number Diff line change
Expand Up @@ -4729,7 +4729,7 @@
"properties": {
"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."
},
"secretIdentifier": {
"type": "string",
Expand Down
Loading