-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ServiceBus: 2018-01-01 Preview - for managing Namespace, IPFilter Rul…
…es, VirtualNetworkRules and Zone Redundant (#3754) * 2018 Preview * changed the preview swagger name * corrected swagger * fixed validation errors * corrected the type in VirtualNetworkRuleListResult * updated swagger, removed the opreations API * preview move to the begining of the file * fixed casing
- Loading branch information
Showing
18 changed files
with
2,376 additions
and
1 deletion.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
...w/2018-01-01-preview/examples/NameSpaces/IPFilterRule/SBNameSpaceIPFilterRuleListAll.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"parameters": { | ||
"namespaceName": "sdk-Namespace-5232", | ||
"resourceGroupName": "ResourceGroup", | ||
"api-version": "2018-01-01-preview", | ||
"subscriptionId": "Subscription" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5232/ipfilterrules/sdk-IPFilterRules-7337", | ||
"name": "sdk-IPFilterRules-7337", | ||
"type": "Microsoft.ServiceBus/Namespaces/IpFilterRules", | ||
"properties": { | ||
"ipMask": "13.78.143.246/32", | ||
"action": "Accept", | ||
"filterName": "sdk-IPFilterRules-7337" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
30 changes: 30 additions & 0 deletions
30
...01-01-preview/examples/NameSpaces/IPFilterRule/SBNameSpaceIpFilterRuleCreateorUpdate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"parameters": { | ||
"namespaceName": "sdk-Namespace-5232", | ||
"resourceGroupName": "ResourceGroup", | ||
"api-version": "2018-01-01-preview", | ||
"subscriptionId": "Subscription", | ||
"ipFilterRuleName": "sdk-IPFilterRules-7337", | ||
"parameters": { | ||
"properties": { | ||
"ipMask": "13.78.143.246/32", | ||
"action": "Accept", | ||
"filterName": "sdk-IPFilterRules-7337" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5232/ipfilterrules/sdk-IPFilterRules-7337", | ||
"name": "sdk-IPFilterRules-7337", | ||
"type": "Microsoft.ServiceBus/Namespaces/IpFilterRules", | ||
"properties": { | ||
"ipMask": "13.78.143.246/32", | ||
"action": "Accept", | ||
"filterName": "sdk-IPFilterRules-7337" | ||
} | ||
} | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
...ew/2018-01-01-preview/examples/NameSpaces/IPFilterRule/SBNameSpaceIpFilterRuleDelete.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"parameters": { | ||
"namespaceName": "sdk-Namespace-5232", | ||
"resourceGroupName": "ResourceGroup", | ||
"api-version": "2018-01-01-preview", | ||
"subscriptionId": "Subscription", | ||
"ipFilterRuleName": "sdk-IPFilterRules-7337" | ||
}, | ||
"responses": { | ||
"200": { }, | ||
"204": { } | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
...eview/2018-01-01-preview/examples/NameSpaces/IPFilterRule/SBNameSpaceIpFilterRuleGet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"parameters": { | ||
"namespaceName": "sdk-Namespace-5232", | ||
"resourceGroupName": "ResourceGroup", | ||
"api-version": "2018-01-01-preview", | ||
"subscriptionId": "Subscription", | ||
"ipFilterRuleName": "sdk-IPFilterRules-7337" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5232/ipfilterrules/sdk-IPFilterRules-7337", | ||
"name": "sdk-IPFilterRules-7337", | ||
"type": "Microsoft.ServiceBus/Namespaces/IpFilterRules", | ||
"properties": { | ||
"ipMask": "13.78.143.246/32", | ||
"action": "Accept", | ||
"filterName": "sdk-IPFilterRules-7337" | ||
} | ||
} | ||
} | ||
} | ||
} |
30 changes: 30 additions & 0 deletions
30
...ew/2018-01-01-preview/examples/NameSpaces/IPFilterRule/SBNameSpaceIpFilterRuleUpdate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"parameters": { | ||
"namespaceName": "sdk-Namespace-5849", | ||
"resourceGroupName": "ResourceGroup", | ||
"api-version": "2018-01-01-preview", | ||
"subscriptionId": "Subscription", | ||
"ipFilterRuleName": "sdk-IPFilterRules-7337", | ||
"parameters": { | ||
"properties": { | ||
"ipMask": "13.78.143.246/32", | ||
"action": "Accept", | ||
"filterName": "sdk-IPFilterRules-7337" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-NotificationHubs-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5232/ipfilterrules/sdk-IPFilterRules-7337", | ||
"name": "sdk-IPFilterRules-7337", | ||
"type": "Microsoft.ServiceBus/Namespaces/IpFilterRules", | ||
"properties": { | ||
"ipMask": "13.78.143.246/32", | ||
"action": "Accept", | ||
"filterName": "sdk-IPFilterRules-7337" | ||
} | ||
} | ||
} | ||
} | ||
} |
68 changes: 68 additions & 0 deletions
68
...icrosoft.ServiceBus/preview/2018-01-01-preview/examples/NameSpaces/SBNameSpaceCreate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"parameters": { | ||
"namespaceName": "sdk-Namespace2924", | ||
"resourceGroupName": "ArunMonocle", | ||
"api-version": "2017-04-01", | ||
"subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4", | ||
"parameters": { | ||
"sku": { | ||
"name": "Standard", | ||
"tier": "Standard" | ||
}, | ||
"location": "South Central US", | ||
"tags": { | ||
"tag1": "value1", | ||
"tag2": "value2" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"sku": { | ||
"name": "Standard", | ||
"tier": "Standard" | ||
}, | ||
"id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-2924", | ||
"name": "sdk-Namespace-2924", | ||
"type": "Microsoft.ServiceBus/Namespaces", | ||
"location": "South Central US", | ||
"tags": { | ||
"tag1": "value1", | ||
"tag2": "value2" | ||
}, | ||
"properties": { | ||
"provisioningState": "Created", | ||
"metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-2924", | ||
"createdAt": "2017-05-25T22:26:36.76Z", | ||
"updatedAt": "2017-05-25T22:26:36.76Z", | ||
"serviceBusEndpoint": "https://sdk-Namespace-2924.servicebus.windows-int.net:443/" | ||
} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"sku": { | ||
"name": "Standard", | ||
"tier": "Standard" | ||
}, | ||
"id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-2924", | ||
"name": "sdk-Namespace-2924", | ||
"type": "Microsoft.ServiceBus/Namespaces", | ||
"location": "South Central US", | ||
"tags": { | ||
"tag1": "value1", | ||
"tag2": "value2" | ||
}, | ||
"properties": { | ||
"provisioningState": "Created", | ||
"metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-2924", | ||
"createdAt": "2017-05-25T22:26:36.76Z", | ||
"updatedAt": "2017-05-25T22:26:36.76Z", | ||
"serviceBusEndpoint": "https://sdk-Namespace-2924.servicebus.windows-int.net:443/" | ||
} | ||
} | ||
}, | ||
"202": {} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
...icrosoft.ServiceBus/preview/2018-01-01-preview/examples/NameSpaces/SBNameSpaceDelete.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"parameters": { | ||
"namespaceName": "sdk-Namespace-3285", | ||
"resourceGroupName": "ArunMonocle", | ||
"api-version": "2017-04-01", | ||
"subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": {}, | ||
"204": {} | ||
} | ||
} |
33 changes: 33 additions & 0 deletions
33
...r/Microsoft.ServiceBus/preview/2018-01-01-preview/examples/NameSpaces/SBNameSpaceGet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"parameters": { | ||
"namespaceName": "sdk-Namespace-2924", | ||
"resourceGroupName": "ArunMonocle", | ||
"api-version": "2017-04-01", | ||
"subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"sku": { | ||
"name": "Standard", | ||
"tier": "Standard" | ||
}, | ||
"id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-2924", | ||
"name": "sdk-Namespace-2924", | ||
"type": "Microsoft.ServiceBus/Namespaces", | ||
"location": "South Central US", | ||
"tags": { | ||
"tag1": "value1", | ||
"tag2": "value2" | ||
}, | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"metricId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-2924", | ||
"createdAt": "2017-05-25T22:26:36.76Z", | ||
"updatedAt": "2017-05-25T22:26:59.35Z", | ||
"serviceBusEndpoint": "https://sdk-Namespace-2924.servicebus.windows-int.net:443/" | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.