Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
qinl-li committed May 10, 2021
1 parent 058b918 commit 8d58f99
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@
"nbf": {
"x-ms-client-name": "NotBefore",
"type": "integer",
"format": "int64",
"format": "unixtime",
"description": "Not before date in UTC."
},
"exp": {
"x-ms-client-name": "Expires",
"type": "integer",
"format": "int64",
"format": "unixtime",
"description": "Expiry date in UTC."
},
"created": {
"type": "integer",
"format": "int64",
"format": "unixtime",
"readOnly": true,
"description": "Creation time in UTC."
},
"updated": {
"type": "integer",
"format": "int64",
"format": "unixtime",
"readOnly": true,
"description": "Last updated time in UTC."
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -429,23 +429,21 @@
"$ref": "common.json#/definitions/Attributes"
}
],
"properties": {
"recoveryLevel": {
"type": "string",
"description": "The deletion recovery level currently in effect for the object. If it contains 'Purgeable', then the object can be permanently deleted by a privileged user; otherwise, only the system can purge the object at the end of the retention interval.",
"enum": [
"Purgeable",
"Recoverable+Purgeable",
"Recoverable",
"Recoverable+ProtectedSubscription"
],
"x-ms-enum": {
"name": "DeletionRecoveryLevel",
"modelAsString": true
},
"readOnly": true,
"x-nullable": false
}
"recoveryLevel": {
"type": "string",
"description": "The deletion recovery level currently in effect for the object. If it contains 'Purgeable', then the object can be permanently deleted by a privileged user; otherwise, only the system can purge the object at the end of the retention interval.",
"enum": [
"Purgeable",
"Recoverable+Purgeable",
"Recoverable",
"Recoverable+ProtectedSubscription"
],
"x-ms-enum": {
"name": "DeletionRecoveryLevel",
"modelAsString": true
},
"readOnly": true,
"x-nullable": false
},
"description": "The object attributes managed by the Azure Key Vault service."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,12 +271,6 @@
"schema": {
"$ref": "#/definitions/SecretListResult"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "common.json#/definitions/CloudError"
}
}
},
"x-ms-examples": {
Expand Down

0 comments on commit 8d58f99

Please sign in to comment.