-
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.
* updated apispec * spell error fix * removed dncappid from response * updated apispec * Added appid and endpoint in response * adde controller id in delegated subnet response * updated examples * updated * updated apispec * spell check and prettier fix * spell check fix * updated title same in all files * updated operationid * reverting to new change * addressed review comments * addressed feedback comments * spell check fix * updated readme.md * updated definition name * addressed feedback comments * fixed lint issue
- Loading branch information
1 parent
7d9eaf4
commit 25e3eaa
Showing
25 changed files
with
2,168 additions
and
1,133 deletions.
There are no files selected for viewing
1,038 changes: 0 additions & 1,038 deletions
1,038
...ource-manager/Microsoft.DelegatedNetwork/preview/2020-08-08-preview/DelegatedNetwork.json
This file was deleted.
Oops, something went wrong.
506 changes: 506 additions & 0 deletions
506
...nc/resource-manager/Microsoft.DelegatedNetwork/preview/2020-08-08-preview/controller.json
Large diffs are not rendered by default.
Oops, something went wrong.
520 changes: 520 additions & 0 deletions
520
...ource-manager/Microsoft.DelegatedNetwork/preview/2020-08-08-preview/delegatedSubnets.json
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
21 changes: 21 additions & 0 deletions
21
...er/Microsoft.DelegatedNetwork/preview/2020-08-08-preview/examples/deleteOrchestrator.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": { | ||
"subscriptionId": "613192d7-503f-477a-9cfe-4efc3ee2bd60", | ||
"resourceGroupName": "TestRG", | ||
"resourceName": "k8stest1", | ||
"api-version": "2020-08-08-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"description": "OK." | ||
}, | ||
"202": { | ||
"headers": {}, | ||
"description": "Accepted." | ||
}, | ||
"204": { | ||
"headers": {} | ||
} | ||
} | ||
} |
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
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
36 changes: 36 additions & 0 deletions
36
...nager/Microsoft.DelegatedNetwork/preview/2020-08-08-preview/examples/getOrchestrator.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,36 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "613192d7-503f-477a-9cfe-4efc3ee2bd60", | ||
"resourceGroupName": "TestRG", | ||
"resourceName": "testk8s1", | ||
"api-version": "2020-08-08-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"id": "/subscriptions/613192d7-503f-477a-9cfe-4efc3ee2bd60/resourceGroups/TestRG/providers/Microsoft.DelegatedNetwork/orchestrators/testk8s1", | ||
"location": "West US", | ||
"name": "testk8s1", | ||
"type": "Microsoft.DelegatedNetwork/orchestrators", | ||
"kind": "Kubernetes", | ||
"identity": { | ||
"principalId": "7a2192d7-503f-477a-9cfe-4efc3ee2bd60", | ||
"tenantId": "3e2192d7-503f-477a-9cfe-4efc3ee2bd60", | ||
"type": "SystemAssigned" | ||
}, | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"resourceGuid": "1b2192d7-503f-477a-9cfe-4efc3ee2bd60", | ||
"orchestratorAppId": "546192d7-503f-477a-9cfe-4efc3ee2b6e1", | ||
"orchestratorTenantId": "da6192d7-503f-477a-9cfe-4efc3ee2b6c3", | ||
"clusterRootCA": "ddsadsad344mfdsfdl", | ||
"apiServerEndpoint": "https://testk8s.cloudapp.net", | ||
"controllerDetails": { | ||
"id": "/subscriptions/613192d7-503f-477a-9cfe-4efc3ee2bd60/resourceGroups/TestRG/providers/Microsoft.DelegatedNetwork/controller/testcontroller" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
39 changes: 39 additions & 0 deletions
39
...ft.DelegatedNetwork/preview/2020-08-08-preview/examples/orchestratorInstanceListByRG.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,39 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "50016170-c839-41ba-a724-51e9df440b9e", | ||
"api-version": "2020-08-08-preview", | ||
"resourceGroupName": "testRG" | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/613192d7-503f-477a-9cfe-4efc3ee2bd60/resourceGroups/TestRG/providers/Microsoft.DelegatedNetwork/orchestrators/testk8s1", | ||
"location": "West US", | ||
"name": "testk8s1", | ||
"type": "Microsoft.DelegatedNetwork/orchestrators", | ||
"kind": "Kubernetes", | ||
"identity": { | ||
"principalId": "7a2192d7-503f-477a-9cfe-4efc3ee2bd60", | ||
"tenantId": "3e2192d7-503f-477a-9cfe-4efc3ee2bd60", | ||
"type": "SystemAssigned" | ||
}, | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"resourceGuid": "1b2192d7-503f-477a-9cfe-4efc3ee2bd60", | ||
"orchestratorAppId": "546192d7-503f-477a-9cfe-4efc3ee2b6e1", | ||
"orchestratorTenantId": "da6192d7-503f-477a-9cfe-4efc3ee2b6c3", | ||
"clusterRootCA": "ddsadsad344mfdsfdl", | ||
"apiServerEndpoint": "https://testk8s.cloudapp.net", | ||
"controllerDetails": { | ||
"id": "/subscriptions/613192d7-503f-477a-9cfe-4efc3ee2bd60/resourceGroups/TestRG/providers/Microsoft.DelegatedNetwork/controller/testcontroller" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
38 changes: 38 additions & 0 deletions
38
...t.DelegatedNetwork/preview/2020-08-08-preview/examples/orchestratorInstanceListBySub.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,38 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "50016170-c839-41ba-a724-51e9df440b9e", | ||
"api-version": "2020-08-08-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/613192d7-503f-477a-9cfe-4efc3ee2bd60/resourceGroups/TestRG/providers/Microsoft.DelegatedNetwork/orchestrators/testk8s1", | ||
"location": "West US", | ||
"name": "testk8s1", | ||
"type": "Microsoft.DelegatedNetwork/orchestrators", | ||
"kind": "Kubernetes", | ||
"identity": { | ||
"principalId": "7a2192d7-503f-477a-9cfe-4efc3ee2bd60", | ||
"tenantId": "3e2192d7-503f-477a-9cfe-4efc3ee2bd60", | ||
"type": "SystemAssigned" | ||
}, | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"resourceGuid": "1b2192d7-503f-477a-9cfe-4efc3ee2bd60", | ||
"orchestratorAppId": "546192d7-503f-477a-9cfe-4efc3ee2b6e1", | ||
"orchestratorTenantId": "da6192d7-503f-477a-9cfe-4efc3ee2b6c3", | ||
"clusterRootCA": "ddsadsad344mfdsfdl", | ||
"apiServerEndpoint": "https://testk8s.cloudapp.net", | ||
"controllerDetails": { | ||
"id": "/subscriptions/613192d7-503f-477a-9cfe-4efc3ee2bd60/resourceGroups/TestRG/providers/Microsoft.DelegatedNetwork/controller/testcontroller" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
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
Oops, something went wrong.