Skip to content
Merged
Changes from all commits
Commits
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 @@ -956,6 +956,10 @@
"x-ms-client-flatten": true,
"$ref": "#/definitions/SBNamespaceProperties",
"description": "Properties of the namespace."
},
"identity": {
"$ref": "#/definitions/Identity",
"description": "Properties of BYOK Identity description"
}
},
"allOf": [
Expand Down Expand Up @@ -998,10 +1002,6 @@
"type": "boolean",
"description": "Enabling this property creates a Premium Service Bus Namespace in regions supported availability zones."
},
"identity": {
"$ref": "#/definitions/Identity",
"description": "Properties of BYOK Identity description"
},
"encryption": {
"$ref": "#/definitions/Encryption",
"description": "Properties of BYOK Encryption description"
Expand Down Expand Up @@ -1291,10 +1291,12 @@
"properties": {
"principalId": {
"type": "string",
"readOnly": true,
"description": "ObjectId from the KeyVault"
},
"tenantId": {
"type": "string",
"readOnly": true,
"description": "TenantId from the KeyVault"
},
"type": {
Expand Down