-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Shivam Malpani
committed
Apr 17, 2024
1 parent
665e7c3
commit 8287ea8
Showing
22 changed files
with
2,154 additions
and
0 deletions.
There are no files selected for viewing
1,426 changes: 1,426 additions & 0 deletions
1,426
...rce-manager/Microsoft.ServiceNetworking/preview/2024-05-01-preview/TrafficController.json
Large diffs are not rendered by default.
Oops, something went wrong.
21 changes: 21 additions & 0 deletions
21
...er/Microsoft.ServiceNetworking/preview/2024-05-01-preview/examples/AssociationDelete.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 @@ | ||
{ | ||
"title": "Delete Association", | ||
"operationId": "AssociationsInterface_Delete", | ||
"parameters": { | ||
"api-version": "2024-05-01-preview", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg1", | ||
"trafficControllerName": "tc1", | ||
"associationName": "as1" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": { | ||
"headers": { | ||
"Retry-After": 3, | ||
"location": "https://blobLocation.com" | ||
} | ||
}, | ||
"204": {} | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
...nager/Microsoft.ServiceNetworking/preview/2024-05-01-preview/examples/AssociationGet.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,28 @@ | ||
{ | ||
"title": "Get Association", | ||
"operationId": "AssociationsInterface_Get", | ||
"parameters": { | ||
"api-version": "2024-05-01-preview", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg1", | ||
"trafficControllerName": "tc1", | ||
"associationName": "as1" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"name": "as1", | ||
"type": "Microsoft.ServiceNetworking/trafficControllers/associations", | ||
"id": "/subscriptions/subid/resourcegroups/rg1/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/associations/as1", | ||
"location": "NorthCentralUS", | ||
"properties": { | ||
"associationType": "subnets", | ||
"subnet": { | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet-tc/subnets/tc-subnet" | ||
}, | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
} | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
...ger/Microsoft.ServiceNetworking/preview/2024-05-01-preview/examples/AssociationPatch.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,35 @@ | ||
{ | ||
"title": "Update Association", | ||
"operationId": "AssociationsInterface_Update", | ||
"parameters": { | ||
"api-version": "2024-05-01-preview", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg1", | ||
"trafficControllerName": "tc1", | ||
"associationName": "as1", | ||
"properties": { | ||
"properties": { | ||
"associationType": "subnets", | ||
"subnet": { | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet-tc/subnets/tc-subnet" | ||
} | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"name": "as1", | ||
"type": "Microsoft.ServiceNetworking/trafficControllers/associations", | ||
"id": "/subscriptions/subid/resourcegroups/rg1/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/associations/as1", | ||
"location": "NorthCentralUS", | ||
"properties": { | ||
"associationType": "subnets", | ||
"subnet": { | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet-tc/subnets/tc-subnet" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
51 changes: 51 additions & 0 deletions
51
...nager/Microsoft.ServiceNetworking/preview/2024-05-01-preview/examples/AssociationPut.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,51 @@ | ||
{ | ||
"title": "Put Association", | ||
"operationId": "AssociationsInterface_CreateOrUpdate", | ||
"parameters": { | ||
"api-version": "2024-05-01-preview", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg1", | ||
"trafficControllerName": "tc1", | ||
"associationName": "as1", | ||
"resource": { | ||
"location": "NorthCentralUS", | ||
"properties": { | ||
"associationType": "subnets", | ||
"subnet": { | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet-tc/subnets/tc-subnet" | ||
} | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"name": "associatedvnet-1", | ||
"type": "Microsoft.ServiceNetworking/trafficControllers/associations", | ||
"id": "/subscriptions/subid/resourcegroups/rg1/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/associations/as1", | ||
"location": "NorthCentralUS", | ||
"properties": { | ||
"associationType": "subnets", | ||
"subnet": { | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet-tc/subnets/tc-subnet" | ||
}, | ||
"provisioningState": "Accepted" | ||
} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"name": "associatedvnet-1", | ||
"type": "Microsoft.ServiceNetworking/trafficControllers/associations", | ||
"id": "/subscriptions/subid/resourcegroups/rg1/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/associations/as1", | ||
"location": "NorthCentralUS", | ||
"properties": { | ||
"associationType": "subnets", | ||
"subnet": { | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet-tc/subnets/tc-subnet" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
31 changes: 31 additions & 0 deletions
31
...ager/Microsoft.ServiceNetworking/preview/2024-05-01-preview/examples/AssociationsGet.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,31 @@ | ||
{ | ||
"title": "Get Associations", | ||
"operationId": "AssociationsInterface_ListByTrafficController", | ||
"parameters": { | ||
"api-version": "2024-05-01-preview", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg1", | ||
"trafficControllerName": "tc1" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"name": "as1", | ||
"type": "Microsoft.ServiceNetworking/trafficControllers/associations", | ||
"id": "/subscriptions/subid/resourcegroups/rg1/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/associations/as1", | ||
"location": "NorthCentralUS", | ||
"properties": { | ||
"associationType": "subnets", | ||
"subnet": { | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet-tc/subnets/tc-subnet" | ||
}, | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
...nager/Microsoft.ServiceNetworking/preview/2024-05-01-preview/examples/FrontendDelete.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 @@ | ||
{ | ||
"title": "Delete Frontend", | ||
"operationId": "FrontendsInterface_Delete", | ||
"parameters": { | ||
"api-version": "2024-05-01-preview", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg1", | ||
"trafficControllerName": "tc1", | ||
"frontendName": "fe1" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": { | ||
"headers": { | ||
"Retry-After": 3, | ||
"location": "https://blobLocation.com" | ||
} | ||
}, | ||
"204": {} | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
...-manager/Microsoft.ServiceNetworking/preview/2024-05-01-preview/examples/FrontendGet.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,25 @@ | ||
{ | ||
"title": "Get Frontend", | ||
"operationId": "FrontendsInterface_Get", | ||
"parameters": { | ||
"api-version": "2024-05-01-preview", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg1", | ||
"trafficControllerName": "tc1", | ||
"frontendName": "fe1" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"name": "fe1", | ||
"location": "NorthCentralUS", | ||
"type": "Microsoft.ServiceNetworking/trafficControllers/frontends", | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/frontends/fe1", | ||
"properties": { | ||
"fqdn": "test.net", | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
} | ||
} | ||
} |
26 changes: 26 additions & 0 deletions
26
...anager/Microsoft.ServiceNetworking/preview/2024-05-01-preview/examples/FrontendPatch.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 @@ | ||
{ | ||
"title": "Update Frontend", | ||
"operationId": "FrontendsInterface_Update", | ||
"parameters": { | ||
"api-version": "2024-05-01-preview", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg1", | ||
"trafficControllerName": "tc1", | ||
"frontendName": "fe1", | ||
"properties": {} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"name": "fe1", | ||
"location": "NorthCentralUS", | ||
"type": "Microsoft.ServiceNetworking/trafficControllers/frontends", | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/frontends/fe1", | ||
"properties": { | ||
"fqdn": "test.net", | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
} | ||
} | ||
} |
41 changes: 41 additions & 0 deletions
41
...-manager/Microsoft.ServiceNetworking/preview/2024-05-01-preview/examples/FrontendPut.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,41 @@ | ||
{ | ||
"title": "Put Frontend", | ||
"operationId": "FrontendsInterface_CreateOrUpdate", | ||
"parameters": { | ||
"api-version": "2024-05-01-preview", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg1", | ||
"trafficControllerName": "tc1", | ||
"frontendName": "fe1", | ||
"resource": { | ||
"location": "NorthCentralUS", | ||
"properties": {} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"name": "fe1", | ||
"location": "NorthCentralUS", | ||
"type": "Microsoft.ServiceNetworking/trafficControllers/frontends", | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/frontends/fe1", | ||
"properties": { | ||
"fqdn": "test.net", | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"name": "fe1", | ||
"location": "NorthCentralUS", | ||
"type": "Microsoft.ServiceNetworking/trafficControllers/frontends", | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/frontends/fe1", | ||
"properties": { | ||
"fqdn": "test.net", | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
} | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
...manager/Microsoft.ServiceNetworking/preview/2024-05-01-preview/examples/FrontendsGet.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,28 @@ | ||
{ | ||
"title": "Get Frontends", | ||
"operationId": "FrontendsInterface_ListByTrafficController", | ||
"parameters": { | ||
"api-version": "2024-05-01-preview", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg1", | ||
"trafficControllerName": "tc1" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"name": "fe1", | ||
"location": "NorthCentralUS", | ||
"type": "Microsoft.ServiceNetworking/trafficControllers/frontends", | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ServiceNetworking/trafficControllers/tc1/frontends/fe1", | ||
"properties": { | ||
"fqdn": "test.net", | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
26 changes: 26 additions & 0 deletions
26
...nager/Microsoft.ServiceNetworking/preview/2024-05-01-preview/examples/OperationsList.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 @@ | ||
{ | ||
"title": "Get Operations List", | ||
"operationId": "Operations_List", | ||
"parameters": { | ||
"api-version": "2023-11-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"name": "Microsoft.ServiceNetworking/trafficControllers/read", | ||
"isDataAction": false, | ||
"display": { | ||
"provider": "Microsoft Service Networking", | ||
"resource": "Traffic Controller", | ||
"operation": "Get Traffic Controller configuration", | ||
"description": "Traffic Controller is a L7 Load Balancing solution for a Multi Cluster setup" | ||
}, | ||
"origin": "user,system" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
...Microsoft.ServiceNetworking/preview/2024-05-01-preview/examples/SecurityPolicyDelete.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 @@ | ||
{ | ||
"title": "Delete SecurityPolicy", | ||
"operationId": "SecurityPoliciesInterface_Delete", | ||
"parameters": { | ||
"api-version": "2024-05-01-preview", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg1", | ||
"trafficControllerName": "tc1", | ||
"securityPolicyName": "sp1" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": { | ||
"headers": { | ||
"Retry-After": 3, | ||
"location": "https://blobLocation.com" | ||
} | ||
}, | ||
"204": {} | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
...er/Microsoft.ServiceNetworking/preview/2024-05-01-preview/examples/SecurityPolicyGet.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,28 @@ | ||
{ | ||
"title": "Get SecurityPolicy", | ||
"operationId": "SecurityPoliciesInterface_Get", | ||
"parameters": { | ||
"api-version": "2024-05-01-preview", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg1", | ||
"trafficControllerName": "tc1", | ||
"securityPolicyName": "sp1" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"name": "waf-0", | ||
"type": "Microsoft.ServiceNetworking/trafficControllers/securityPolicies", | ||
"id": "/subscriptions/subid/resourcegroups/rg1/providers/Microsoft.ServiceNetworking/trafficControllers/sample-tc/securityPolicies/waf-0", | ||
"location": "eastus", | ||
"properties": { | ||
"policyType": "waf", | ||
"webApplicationFirewallPolicy": { | ||
"id": "/subscriptions/subid/resourcegroups/rg1/providers/Microsoft.Networking/applicationGatewayWebApplicationFirewallPolicies/wp-0" | ||
}, | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.