Skip to content

Commit

Permalink
Fix for PR VirtualNetworkGatewayConnection using key vault for authen…
Browse files Browse the repository at this point in the history
…tication. (#29357) (#29376)

* Fix

* Fix2

---------

Co-authored-by: Khushboo Baheti <[email protected]>
  • Loading branch information
Khushboo-Baheti and Khushboo Baheti authored Jun 10, 2024
1 parent 51433e1 commit fa39bf4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworkGateways/vpngw",
"type": "Microsoft.Network/virtualNetworkGateways",
"location": "westus",
"identity": {
"type": "UserAssigned",
"userAssignedIdentities": {
"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identity1": {}
}
},
"tags": {
"tag1": "value1",
"tag2": "value2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3292,6 +3292,10 @@
"readOnly": true,
"type": "string",
"description": "A unique read-only string that changes whenever the resource is updated."
},
"identity": {
"$ref": "./network.json#/definitions/ManagedServiceIdentity",
"description": "The identity of the virtual network gateway, if configured."
}
},
"allOf": [
Expand Down

0 comments on commit fa39bf4

Please sign in to comment.