diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2024-01-01/examples/VirtualNetworkGatewayUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2024-01-01/examples/VirtualNetworkGatewayUpdateTags.json
index b4186e95a9f8..51cb6a041558 100644
--- a/specification/network/resource-manager/Microsoft.Network/stable/2024-01-01/examples/VirtualNetworkGatewayUpdateTags.json
+++ b/specification/network/resource-manager/Microsoft.Network/stable/2024-01-01/examples/VirtualNetworkGatewayUpdateTags.json
@@ -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"
diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2024-01-01/virtualNetworkGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2024-01-01/virtualNetworkGateway.json
index c7aa419c1ef9..9310be140bf0 100644
--- a/specification/network/resource-manager/Microsoft.Network/stable/2024-01-01/virtualNetworkGateway.json
+++ b/specification/network/resource-manager/Microsoft.Network/stable/2024-01-01/virtualNetworkGateway.json
@@ -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": [