Skip to content

Commit

Permalink
Remove management plane changes from data plane PR (#8459)
Browse files Browse the repository at this point in the history
* Remove management plane changes from data plane PR

* Resolve validation issues on older preview version
  • Loading branch information
heaths authored Feb 21, 2020
1 parent 56b2d1f commit 3c7b424
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
"responses": {
"200": {
"headers": {}
},
"204": {
"headers": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
"api-version": "2018-02-14-preview"
},
"responses": {
"200": {},
"202": {}
"200": {
"headers": {}
},
"202": {
"headers": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,6 @@
"responses": {
"200": {
"description": "OK Response."
},
"204": {
"description": "No Content."
}
},
"x-ms-examples": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1122,13 +1122,7 @@
},
"enableSoftDelete": {
"type": "boolean",
"default": true,
"description": "Property to specify whether the 'soft delete' functionality is enabled for this key vault. If it's not set to any value(true or false) when creating new key vault, it will be set to true by default. Once it's been set to true value, it can NOT be reverted to false."
},
"softDeleteRetentionInDays": {
"type": "integer",
"format": "int32",
"description": "softDelete data retention days. It accepts >=7 and <=90."
"description": "Property to specify whether the 'soft delete' functionality is enabled for this key vault. If omitted, assume true as default value. Once set to true, cannot be reverted to false."
},
"createMode": {
"type": "string",
Expand Down Expand Up @@ -1197,13 +1191,7 @@
},
"enableSoftDelete": {
"type": "boolean",
"default": false,
"description": "Property to specify whether the 'soft delete' functionality is enabled for this key vault. If omitted, assume false as default value when patching an existing vault. Once set to true, cannot be reverted to false."
},
"softDeleteRetentionInDays": {
"type": "integer",
"format": "int32",
"description": "softDelete data retention days. It accepts >=7 and <=90."
"description": "Property to specify whether the 'soft delete' functionality is enabled for this key vault. If omitted, assume true as default value. Once set to true, cannot be reverted to false."
},
"createMode": {
"type": "string",
Expand Down

0 comments on commit 3c7b424

Please sign in to comment.