Skip to content

Commit 8ecb455

Browse files
authored
Fix swagger issue: add missing etag (#14434)
1 parent ac2b99b commit 8ecb455

File tree

1 file changed

+4
-0
lines changed
  • specification/keyvault/resource-manager/Microsoft.KeyVault/preview/2020-04-01-preview

1 file changed

+4
-0
lines changed

specification/keyvault/resource-manager/Microsoft.KeyVault/preview/2020-04-01-preview/keyvault.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1783,6 +1783,10 @@
17831783
"type": "string",
17841784
"description": "Id of private endpoint connection."
17851785
},
1786+
"etag": {
1787+
"type": "string",
1788+
"description": "Modified whenever there is a change in the state of private endpoint connection."
1789+
},
17861790
"properties": {
17871791
"$ref": "#/definitions/PrivateEndpointConnectionProperties",
17881792
"x-ms-client-flatten": true,

0 commit comments

Comments
 (0)