diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2024-04-01/CommonDefinitions.json b/specification/web/resource-manager/Microsoft.Web/stable/2024-04-01/CommonDefinitions.json index 2467571fe8e3..12f632d3430b 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2024-04-01/CommonDefinitions.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2024-04-01/CommonDefinitions.json @@ -3007,6 +3007,19 @@ "description": "client certificate authentication comma-separated exclusion paths", "type": "string" }, + "ipMode": { + "description": "Specifies the IP mode of the app.", + "enum": [ + "IPv4", + "IPv6", + "IPv4AndIPv6" + ], + "type": "string", + "x-ms-enum": { + "name": "IPMode", + "modelAsString": false + } + }, "endToEndEncryptionEnabled": { "description": "Whether to use end to end encryption between the FrontEnd and the Worker", "type": "boolean"