diff --git a/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2020-07-01-preview/signalr.json b/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2020-07-01-preview/signalr.json index 49555b69da3f..7280df736977 100644 --- a/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2020-07-01-preview/signalr.json +++ b/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2020-07-01-preview/signalr.json @@ -1343,7 +1343,8 @@ "properties": { "defaultAction": { "$ref": "#/definitions/ACLAction", - "description": "Default action when no other rule matches" + "description": "Default action when no other rule matches", + "default": "Deny" }, "publicNetwork": { "$ref": "#/definitions/NetworkACL", diff --git a/specification/signalr/resource-manager/Microsoft.SignalRService/stable/2020-05-01/signalr.json b/specification/signalr/resource-manager/Microsoft.SignalRService/stable/2020-05-01/signalr.json index 540d82e0e9a7..0083c536e227 100644 --- a/specification/signalr/resource-manager/Microsoft.SignalRService/stable/2020-05-01/signalr.json +++ b/specification/signalr/resource-manager/Microsoft.SignalRService/stable/2020-05-01/signalr.json @@ -1340,7 +1340,8 @@ "properties": { "defaultAction": { "$ref": "#/definitions/ACLAction", - "description": "Default action when no other rule matches" + "description": "Default action when no other rule matches", + "default": "Deny" }, "publicNetwork": { "$ref": "#/definitions/NetworkACL",