From 4cebcd7c0a787a5ece9dc392ded006868323d70d Mon Sep 17 00:00:00 2001 From: "Ajit Maruti Navasare (MINDTREE LIMITED)" Date: Thu, 3 Sep 2020 16:22:23 -0700 Subject: [PATCH] Added trustedServiceAccessEnabled optional property in Networkrulesets fix for ICM 203561654 --- .../Microsoft.ServiceBus/stable/2017-04-01/servicebus.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2017-04-01/servicebus.json b/specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2017-04-01/servicebus.json index 2970266db160..6d032cf2f304 100644 --- a/specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2017-04-01/servicebus.json +++ b/specification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2017-04-01/servicebus.json @@ -4727,6 +4727,10 @@ "description": "NetworkRuleSet properties", "x-ms-client-flatten": true, "properties": { + "trustedServiceAccessEnabled": { + "type": "boolean", + "description": "Value that indicates whether Trusted Service Access is Enabled or not." + }, "defaultAction": { "type": "string", "description": "Default Action for Network Rule Set",