Skip to content

Commit

Permalink
modify type for WebActivityAuthentication-resource property (#23949)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanjungao718 authored May 18, 2023
1 parent 4abcb50 commit e773d51
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5917,8 +5917,8 @@
"$ref": "../artifacts.json#/definitions/SecretBase"
},
"resource": {
"description": "Resource for which Azure Auth token will be requested when using MSI Authentication.",
"type": "string"
"description": "Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string).",
"type": "object"
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5958,8 +5958,8 @@
"$ref": "../artifacts.json#/definitions/SecretBase"
},
"resource": {
"description": "Resource for which Azure Auth token will be requested when using MSI Authentication.",
"type": "string"
"description": "Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string).",
"type": "object"
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6015,8 +6015,8 @@
"$ref": "../artifacts.json#/definitions/SecretBase"
},
"resource": {
"description": "Resource for which Azure Auth token will be requested when using MSI Authentication.",
"type": "string"
"description": "Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string).",
"type": "object"
}
},
"required": [
Expand Down

0 comments on commit e773d51

Please sign in to comment.