forked from sazeesha/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved VNet, IpFilter rules and Kafka from 2018-preview to 2017 API ve…
…rsion (Azure#4246)
- Loading branch information
Showing
11 changed files
with
827 additions
and
115 deletions.
There are no files selected for viewing
710 changes: 595 additions & 115 deletions
710
specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/EventHub.json
Large diffs are not rendered by default.
Oops, something went wrong.
26 changes: 26 additions & 0 deletions
26
...ub/stable/2017-04-01/examples/NameSpaces/IPFilterRule/EHNameSpaceIPFilterRuleListAll.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": "2017-04-01", | ||
"subscriptionId": "Subscription" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5232/ipfilterrules/sdk-IPFilterRules-7337", | ||
"name": "sdk-IPFilterRules-7337", | ||
"type": "Microsoft.EventHub/Namespaces/IpFilterRules", | ||
"properties": { | ||
"ipMask": "13.78.143.246/32", | ||
"action": "Accept", | ||
"filterName": "sdk-IPFilterRules-7337" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
30 changes: 30 additions & 0 deletions
30
...le/2017-04-01/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleCreateorUpdate.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": "2017-04-01", | ||
"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.EventHub/namespaces/sdk-Namespace-5232/ipfilterrules/sdk-IPFilterRules-7337", | ||
"name": "sdk-IPFilterRules-7337", | ||
"type": "Microsoft.EventHub/Namespaces/IpFilterRules", | ||
"properties": { | ||
"ipMask": "13.78.143.246/32", | ||
"action": "Accept", | ||
"filterName": "sdk-IPFilterRules-7337" | ||
} | ||
} | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
...Hub/stable/2017-04-01/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleDelete.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": "2017-04-01", | ||
"subscriptionId": "Subscription", | ||
"ipFilterRuleName": "sdk-IPFilterRules-7337" | ||
}, | ||
"responses": { | ||
"200": { }, | ||
"204": { } | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
...entHub/stable/2017-04-01/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleGet.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": "2017-04-01", | ||
"subscriptionId": "Subscription", | ||
"ipFilterRuleName": "sdk-IPFilterRules-7337" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5232/ipfilterrules/sdk-IPFilterRules-7337", | ||
"name": "sdk-IPFilterRules-7337", | ||
"type": "Microsoft.EventHub/Namespaces/IpFilterRules", | ||
"properties": { | ||
"ipMask": "13.78.143.246/32", | ||
"action": "Accept", | ||
"filterName": "sdk-IPFilterRules-7337" | ||
} | ||
} | ||
} | ||
} | ||
} |
30 changes: 30 additions & 0 deletions
30
...Hub/stable/2017-04-01/examples/NameSpaces/IPFilterRule/EHNameSpaceIpFilterRuleUpdate.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": "2017-04-01", | ||
"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.EventHub/namespaces/sdk-Namespace-5232/ipfilterrules/sdk-IPFilterRules-7337", | ||
"name": "sdk-IPFilterRules-7337", | ||
"type": "Microsoft.EventHub/Namespaces/IpFilterRules", | ||
"properties": { | ||
"ipMask": "13.78.143.246/32", | ||
"action": "Accept", | ||
"filterName": "sdk-IPFilterRules-7337" | ||
} | ||
} | ||
} | ||
} | ||
} |
26 changes: 26 additions & 0 deletions
26
...1/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleCreateorUpdate.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-6019", | ||
"resourceGroupName": "ResourceGroup", | ||
"api-version": "2017-04-01", | ||
"subscriptionId": "Subscription", | ||
"virtualNetworkRuleName": "sdk-VirtualNetworkRules-9191", | ||
"parameters": { | ||
"properties": { | ||
"virtualNetworkSubnetId": "/subscriptions/Subscription/resourceGroups/sbehvnettest/providers/Microsoft.Network/virtualNetworks/sbehvnettest/subnets/default" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-6019/virtualnetworkrules/sdk-VirtualNetworkRules-9191", | ||
"name": "sdk-VirtualNetworkRules-9191", | ||
"type": "Microsoft.EventHub/Namespaces/VirtualNetworkRules", | ||
"properties": { | ||
"virtualNetworkSubnetId": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.Network/virtualNetworks/sbehvnettest/subnets/default" | ||
} | ||
} | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
...017-04-01/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleDelete.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-6019", | ||
"resourceGroupName": "ResourceGroup", | ||
"api-version": "2017-04-01", | ||
"subscriptionId": "Subscription", | ||
"virtualNetworkRuleName": "sdk-VirtualNetworkRules-9191" | ||
}, | ||
"responses": { | ||
"200": { }, | ||
"204": { } | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
...e/2017-04-01/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleGet.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,21 @@ | ||
{ | ||
"parameters": { | ||
"namespaceName": "sdk-Namespace-6019", | ||
"resourceGroupName": "ResourceGroup", | ||
"api-version": "2017-04-01", | ||
"subscriptionId": "Subscription", | ||
"virtualNetworkRuleName": "sdk-VirtualNetworkRules-9191" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-6019/virtualnetworkrules/sdk-VirtualNetworkRules-9191", | ||
"name": "sdk-VirtualNetworkRules-9191", | ||
"type": "Microsoft.EventHub/Namespaces/VirtualNetworkRules", | ||
"properties": { | ||
"virtualNetworkSubnetId": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.Network/virtualNetworks/sbehvnettest/subnets/default" | ||
} | ||
} | ||
} | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
...17-04-01/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleListAll.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,24 @@ | ||
{ | ||
"parameters": { | ||
"namespaceName": "sdk-Namespace-6019", | ||
"resourceGroupName": "ResourceGroup", | ||
"api-version": "2017-04-01", | ||
"subscriptionId": "Subscription" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-6019/virtualnetworkrules/sdk-VirtualNetworkRules-9191", | ||
"name": "sdk-VirtualNetworkRules-9191", | ||
"type": "Microsoft.EventHub/Namespaces/VirtualNetworkRules", | ||
"properties": { | ||
"virtualNetworkSubnetId": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.Network/virtualNetworks/sbehvnettest/subnets/default" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
26 changes: 26 additions & 0 deletions
26
...017-04-01/examples/NameSpaces/VirtualNetworkRule/EHNameSpaceVirtualNetworkRuleupdate.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-6019", | ||
"resourceGroupName": "ResourceGroup", | ||
"api-version": "2017-04-01", | ||
"subscriptionId": "Subscription", | ||
"virtualNetworkRuleName": "sdk-VirtualNetworkRules-9191", | ||
"parameters": { | ||
"properties": { | ||
"virtualNetworkSubnetId": "/subscriptions/Subscription/resourceGroups/sbehvnettest/providers/Microsoft.Network/virtualNetworks/sbehvnettest/subnets/default" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.EventHub/namespaces/sdk-Namespace-6019/virtualnetworkrules/sdk-VirtualNetworkRules-9191", | ||
"name": "sdk-VirtualNetworkRules-9191", | ||
"type": "Microsoft.EventHub/Namespaces/VirtualNetworkRules", | ||
"properties": { | ||
"virtualNetworkSubnetId": "/subscriptions/Subscription/resourceGroups/ResourceGroup/providers/Microsoft.Network/virtualNetworks/sbehvnettest/subnets/default" | ||
} | ||
} | ||
} | ||
} | ||
} |