Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7033,6 +7033,11 @@
"enableBurstCapacity": {
"description": "Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account",
"type": "boolean"
},
"customerManagedKeyStatus": {
"description": "Indicates the status of the Costumer Managed Key feature on the account. In case there are errors, the property provides troubleshooting guidance.",
"type": "string",
"$ref": "#/definitions/CustomerManagedKeyStatus"
}
}
},
Expand Down Expand Up @@ -7187,6 +7192,11 @@
"enableBurstCapacity": {
"description": "Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account",
"type": "boolean"
},
"customerManagedKeyStatus": {
"description": "Indicates the status of the Costumer Managed Key feature on the account. In case there are errors, the property provides troubleshooting guidance.",
"type": "string",
"$ref": "#/definitions/CustomerManagedKeyStatus"
}
},
"required": [
Expand Down Expand Up @@ -7365,6 +7375,11 @@
"enableBurstCapacity": {
"description": "Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account",
"type": "boolean"
},
"customerManagedKeyStatus": {
"description": "Indicates the status of the Costumer Managed Key feature on the account. In case there are errors, the property provides troubleshooting guidance.",
"type": "string",
"$ref": "#/definitions/CustomerManagedKeyStatus"
}
}
},
Expand Down