You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/eventhub/resource-manager/Microsoft.EventHub/preview/2021-06-01-preview/networkrulessets-preview.json
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -206,6 +206,19 @@
206
206
"$ref": "#/definitions/NWRuleSetIpRules"
207
207
},
208
208
"description": "List of IpRules"
209
+
},
210
+
"publicNetworkAccess": {
211
+
"description": "This determines if traffic is allowed over public network. By default it is enabled.",
Copy file name to clipboardExpand all lines: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2021-06-01-preview/networksets.json
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -226,6 +226,10 @@
226
226
"description": "NetworkRuleSet properties",
227
227
"x-ms-client-flatten": true,
228
228
"properties": {
229
+
"trustedServiceAccessEnabled": {
230
+
"type": "boolean",
231
+
"description": "Value that indicates whether Trusted Service Access is Enabled or not."
232
+
},
229
233
"defaultAction": {
230
234
"type": "string",
231
235
"description": "Default Action for Network Rule Set",
@@ -251,6 +255,19 @@
251
255
"$ref": "#/definitions/NWRuleSetIpRules"
252
256
},
253
257
"description": "List of IpRules"
258
+
},
259
+
"publicNetworkAccess": {
260
+
"description": "This determines if traffic is allowed over public network. By default it is enabled.",
Copy file name to clipboardExpand all lines: specification/servicebus/resource-manager/Microsoft.ServiceBus/preview/2021-06-01-preview/subscriptions.json
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -370,9 +370,35 @@
370
370
"forwardDeadLetteredMessagesTo": {
371
371
"type": "string",
372
372
"description": "Queue/Topic name to forward the Dead Letter message"
373
+
},
374
+
"isClientAffine": {
375
+
"type": "boolean",
376
+
"description": "Value that indicates whether the subscription has an affinity to the client id."
377
+
},
378
+
"clientAffineProperties": {
379
+
"$ref": "#/definitions/SBClientAffineProperties",
380
+
"description": "Properties specific to client affine subscriptions."
373
381
}
374
382
},
375
383
"description": "Description of Subscription Resource."
384
+
},
385
+
"SBClientAffineProperties": {
386
+
"type": "object",
387
+
"properties": {
388
+
"clientId": {
389
+
"type": "string",
390
+
"description": "Indicates the Client ID of the application that created the client-affine subscription."
391
+
},
392
+
"isDurable": {
393
+
"type": "boolean",
394
+
"description": "For client-affine subscriptions, this value indicates whether the subscription is durable or not."
395
+
},
396
+
"isShared": {
397
+
"type": "boolean",
398
+
"description": "For client-affine subscriptions, this value indicates whether the subscription is shared or not."
399
+
}
400
+
},
401
+
"description": "Properties specific to client affine subscriptions."
0 commit comments