Skip to content

Commit

Permalink
fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
solankisamir committed Sep 11, 2020
1 parent 7cbbf94 commit 2144c49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3721,8 +3721,7 @@
}
],
"required": [
"displayName",
"value"
"displayName"
],
"description": "NamedValue Contract properties."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"properties": {
"displayName": "prop6namekv",
"keyVault": {
"IdentityClientId": "ceaa6b06-c00f-43ef-99ac-f53d1fe876a0",
"SecretIdentifier": "https://rpbvtkeyvaultintegration.vault-int.azure-int.net/secrets/msitestingCert"
"identityClientId": "ceaa6b06-c00f-43ef-99ac-f53d1fe876a0",
"secretIdentifier": "https://rpbvtkeyvaultintegration.vault-int.azure-int.net/secrets/msitestingCert"
},
"tags": [
"foo",
Expand Down

0 comments on commit 2144c49

Please sign in to comment.