Skip to content

Commit

Permalink
Fix identity in servicebus
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang committed Aug 7, 2020
1 parent 1e3d031 commit 8257530
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 8257530

Please sign in to comment.