-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Container Services: Add API version 2019-04-30 for Azure RedHat OpenShift #5557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
e215f34
Initial 2019-04-30 check in
amanohar adc700b
Add/update/fix fields
amanohar 2d26e3c
Add clusterVersion
amanohar bbdc504
Update readme.md
amanohar 99795b5
Merge branch 'master' into osa20190430
amanohar 58c2d59
Update CODEOWNERS (#5421)
sergey-shandar c527df5
Update package.json (#5555)
sergey-shandar 6c13f9b
Merge branch 'osa20190430' of https://github.com/amanohar/azure-rest-…
amanohar 0f1efaa
[Hub Generated] Review request for Microsoft.VirtualMachineImages to …
paulmey 411118d
Merge branch 'osa20190430' of https://github.com/amanohar/azure-rest-…
amanohar 7c2447d
Fix tag for Python/Go SDK generation
amanohar 1465ae2
Add package-2019-04-only
amanohar 8dcaeaa
Uodate yaml tag with value package-2019-04-only
amanohar 4e99b48
Merge branch 'master' into osa20190430
amanohar 21d2d1b
Merge branch 'master' into osa20190430
amanohar c4cb411
Merge branch 'master' into osa20190430
amanohar 35214be
Merge branch 'master' into osa20190430
amanohar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
196 changes: 196 additions & 0 deletions
196
...ft.ContainerService/stable/2019-04-30/examples/OpenShiftManagedClustersCreate_Update.json
This file contains hidden or 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,196 @@ | ||
| { | ||
| "parameters": { | ||
| "api-version": "2019-04-30", | ||
| "subscriptionId": "subid1", | ||
| "resourceGroupName": "rg1", | ||
| "resourceName": "clustername1", | ||
| "parameters": { | ||
| "location": "location1", | ||
| "tags": { | ||
| "tier": "production", | ||
| "archv2": "" | ||
| }, | ||
| "properties": { | ||
| "openShiftVersion": "v3.11", | ||
| "networkProfile": { | ||
| "vnetCidr": "10.0.0.0/8" | ||
| }, | ||
| "masterPoolProfile": { | ||
| "name": "master", | ||
| "count": 3, | ||
| "vmSize": "Standard_D4s_v3", | ||
| "osType": "Linux", | ||
| "subnetCidr": "10.0.0.0/24" | ||
| }, | ||
| "agentPoolProfiles": [ | ||
| { | ||
| "name": "infra", | ||
| "role": "infra", | ||
| "count": 2, | ||
| "vmSize": "Standard_D4s_v3", | ||
| "osType": "Linux", | ||
| "subnetCidr": "10.0.0.0/24" | ||
| }, | ||
| { | ||
| "name": "compute", | ||
| "role": "compute", | ||
| "count": 4, | ||
| "vmSize": "Standard_D4s_v3", | ||
| "osType": "Linux", | ||
| "subnetCidr": "10.0.0.0/24" | ||
| } | ||
| ], | ||
| "routerProfiles": [ | ||
| { | ||
| "name": "default" | ||
| } | ||
| ], | ||
| "authProfile": { | ||
| "identityProviders": [ | ||
| { | ||
| "name": "Azure AD", | ||
| "provider": { | ||
| "kind": "AADIdentityProvider", | ||
| "clientId": "clientId", | ||
| "secret": "secret", | ||
| "tenantId": "tenantId", | ||
| "customerAdminGroupId": "customerAdminGroupId" | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "id": "/subscriptions/subid1/resourcegroups/rg1/providers/Microsoft.ContainerService/openShiftManagedClusters/clustername1", | ||
| "location": "location1", | ||
| "name": "clustername1", | ||
| "tags": { | ||
| "archv2": "", | ||
| "tier": "production" | ||
| }, | ||
| "type": "Microsoft.ContainerService/OpenShiftManagedClusters", | ||
| "properties": { | ||
| "provisioningState": "Updating", | ||
| "openShiftVersion": "v3.11", | ||
| "clusterVersion": "osa.1", | ||
| "fqdn": "df9337748a4b.location1.cloudapp.azure.com", | ||
| "publicHostname": "openshift.1225bdf9337748a4bd3a.location1.azmosa.io", | ||
| "networkProfile": { | ||
| "vnetCidr": "10.0.0.0/8" | ||
| }, | ||
| "masterPoolProfile": { | ||
| "count": 3, | ||
| "vmSize": "Standard_D4s_v3", | ||
| "subnetCidr": "10.0.0.0/24" | ||
| }, | ||
| "agentPoolProfiles": [ | ||
| { | ||
| "name": "infra", | ||
| "role": "infra", | ||
| "count": 2, | ||
| "vmSize": "Standard_D4s_v3", | ||
| "osType": "Linux", | ||
| "subnetCidr": "10.0.0.0/24" | ||
| }, | ||
| { | ||
| "name": "compute", | ||
| "role": "compute", | ||
| "count": 4, | ||
| "vmSize": "Standard_D4s_v3", | ||
| "osType": "Linux", | ||
| "subnetCidr": "10.0.0.0/24" | ||
| } | ||
| ], | ||
| "routerProfiles": [ | ||
| { | ||
| "name": "default", | ||
| "fqdn": "osa2925bdf9337748f4bd3b.location1.cloudapp.azure.com", | ||
| "publicSubdomain": "apps.bc309ee87c164153871c.location1.azmosa.io" | ||
| } | ||
| ], | ||
| "authProfile": { | ||
| "identityProviders": [ | ||
| { | ||
| "name": "Azure AD", | ||
| "provider": { | ||
| "kind": "AADIdentityProvider", | ||
| "clientId": "clientId", | ||
| "tenantId": "tenantId", | ||
| "customerAdminGroupId": "customerAdminGroupId" | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| }, | ||
| "201": { | ||
| "body": { | ||
| "id": "/subscriptions/subid1/resourcegroups/rg1/providers/Microsoft.ContainerService/openShiftManagedClusters/clustername1", | ||
| "location": "location1", | ||
| "name": "clustername1", | ||
| "tags": { | ||
| "archv2": "", | ||
| "tier": "production" | ||
| }, | ||
| "type": "Microsoft.ContainerService/OpenShiftManagedClusters", | ||
| "properties": { | ||
| "provisioningState": "Creating", | ||
| "openShiftVersion": "v3.11", | ||
| "clusterVersion": "osa.1", | ||
| "fqdn": "df9337748a4b.location1.cloudapp.azure.com", | ||
| "networkProfile": { | ||
| "vnetCidr": "10.0.0.0/8" | ||
| }, | ||
| "masterPoolProfile": { | ||
| "name": "master", | ||
| "count": 3, | ||
| "vmSize": "Standard_D4s_v3", | ||
| "osType": "Linux", | ||
| "subnetCidr": "10.0.0.0/24" | ||
| }, | ||
| "agentPoolProfiles": [ | ||
| { | ||
| "name": "infra", | ||
| "role": "infra", | ||
| "count": 2, | ||
| "vmSize": "Standard_D4s_v3", | ||
| "osType": "Linux", | ||
| "subnetCidr": "10.0.0.0/24" | ||
| }, | ||
| { | ||
| "name": "compute", | ||
| "role": "compute", | ||
| "count": 4, | ||
| "vmSize": "Standard_D4s_v3", | ||
| "osType": "Linux", | ||
| "subnetCidr": "10.0.0.0/24" | ||
| } | ||
| ], | ||
| "routerProfiles": [ | ||
| { | ||
| "name": "default" | ||
| } | ||
| ], | ||
| "authProfile": { | ||
| "identityProviders": [ | ||
| { | ||
| "name": "Azure AD", | ||
| "provider": { | ||
| "kind": "AADIdentityProvider", | ||
| "clientId": "clientId", | ||
| "tenantId": "tenantId", | ||
| "customerAdminGroupId": "customerAdminGroupId" | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } | ||
12 changes: 12 additions & 0 deletions
12
...Microsoft.ContainerService/stable/2019-04-30/examples/OpenShiftManagedClustersDelete.json
This file contains hidden or 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,12 @@ | ||
| { | ||
| "parameters": { | ||
| "api-version": "2019-04-30", | ||
| "subscriptionId": "subid1", | ||
| "resourceGroupName": "rg1", | ||
| "resourceName": "clustername1" | ||
| }, | ||
| "responses": { | ||
| "202": {}, | ||
| "204": {} | ||
| } | ||
| } |
75 changes: 75 additions & 0 deletions
75
...er/Microsoft.ContainerService/stable/2019-04-30/examples/OpenShiftManagedClustersGet.json
This file contains hidden or 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,75 @@ | ||
| { | ||
| "parameters": { | ||
| "api-version": "2019-04-30", | ||
| "subscriptionId": "subid1", | ||
| "resourceGroupName": "rg1", | ||
| "resourceName": "clustername1" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "id": "/subscriptions/subid1/resourcegroups/rg1/providers/Microsoft.ContainerService/openShiftManagedClusters/clustername1", | ||
| "location": "location1", | ||
| "name": "clustername1", | ||
| "tags": { | ||
| "archv2": "", | ||
| "tier": "production" | ||
| }, | ||
| "type": "Microsoft.ContainerService/OpenShiftManagedClusters", | ||
| "properties": { | ||
| "provisioningState": "Succeeded", | ||
| "openShiftVersion": "v3.11", | ||
| "clusterVersion": "osa.1", | ||
| "fqdn": "df9337748a4b.location1.cloudapp.azure.com", | ||
| "publicHostname": "openshift.1225bdf9337748a4bd3a.location1.azmosa.io", | ||
| "networkProfile": { | ||
| "vnetCidr": "10.0.0.0/8" | ||
| }, | ||
| "masterPoolProfile": { | ||
| "count": 3, | ||
| "vmSize": "Standard_D4s_v3", | ||
| "subnetCidr": "10.0.0.0/24" | ||
| }, | ||
| "agentPoolProfiles": [ | ||
| { | ||
| "name": "infra", | ||
| "role": "infra", | ||
| "count": 2, | ||
| "vmSize": "Standard_D4s_v3", | ||
| "osType": "Linux", | ||
| "subnetCidr": "10.0.0.0/24" | ||
| }, | ||
| { | ||
| "name": "compute", | ||
| "role": "compute", | ||
| "count": 4, | ||
| "vmSize": "Standard_D4s_v3", | ||
| "osType": "Linux", | ||
| "subnetCidr": "10.0.0.0/24" | ||
| } | ||
| ], | ||
| "routerProfiles": [ | ||
| { | ||
| "name": "default", | ||
| "fqdn": "osa2925bdf9337748f4bd3b.location1.cloudapp.azure.com", | ||
| "publicSubdomain": "apps.bc309ee87c164153871c.location1.azmosa.io" | ||
| } | ||
| ], | ||
| "authProfile": { | ||
| "identityProviders": [ | ||
| { | ||
| "name": "Azure AD", | ||
| "provider": { | ||
| "kind": "AADIdentityProvider", | ||
| "clientId": "clientId", | ||
| "tenantId": "tenantId", | ||
| "customerAdminGroupId": "customerAdminGroupId" | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } |
77 changes: 77 additions & 0 deletions
77
...r/Microsoft.ContainerService/stable/2019-04-30/examples/OpenShiftManagedClustersList.json
This file contains hidden or 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,77 @@ | ||
| { | ||
| "parameters": { | ||
| "api-version": "2019-04-30", | ||
| "subscriptionId": "subid1" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "value": [ | ||
| { | ||
| "id": "/subscriptions/subid1/providers/Microsoft.ContainerService/openShiftManagedClusters", | ||
| "location": "location1", | ||
| "name": "clustername1", | ||
| "tags": { | ||
| "archv2": "", | ||
| "tier": "production" | ||
| }, | ||
| "type": "Microsoft.ContainerService/OpenShiftManagedClusters", | ||
| "properties": { | ||
| "provisioningState": "Succeeded", | ||
| "openShiftVersion": "v3.11", | ||
| "clusterVersion": "osa.1", | ||
| "fqdn": "df9337748a4b.location1.cloudapp.azure.com", | ||
| "publicHostname": "openshift.1225bdf9337748a4bd3a.location1.azmosa.io", | ||
| "networkProfile": { | ||
| "vnetCidr": "10.0.0.0/8" | ||
| }, | ||
| "masterPoolProfile": { | ||
| "count": 3, | ||
| "vmSize": "Standard_D4s_v3", | ||
| "subnetCidr": "10.0.0.0/24" | ||
| }, | ||
| "agentPoolProfiles": [ | ||
| { | ||
| "name": "infra", | ||
| "role": "infra", | ||
| "count": 2, | ||
| "vmSize": "Standard_D4s_v3", | ||
| "osType": "Linux", | ||
| "subnetCidr": "10.0.0.0/24" | ||
| }, | ||
| { | ||
| "name": "compute", | ||
| "role": "compute", | ||
| "count": 4, | ||
| "vmSize": "Standard_D4s_v3", | ||
| "osType": "Linux", | ||
| "subnetCidr": "10.0.0.0/24" | ||
| } | ||
| ], | ||
| "routerProfiles": [ | ||
| { | ||
| "name": "default", | ||
| "fqdn": "osa2925bdf9337748f4bd3b.location1.cloudapp.azure.com", | ||
| "publicSubdomain": "apps.bc309ee87c164153871c.location1.azmosa.io" | ||
| } | ||
| ], | ||
| "authProfile": { | ||
| "identityProviders": [ | ||
| { | ||
| "name": "Azure AD", | ||
| "provider": { | ||
| "kind": "AADIdentityProvider", | ||
| "clientId": "clientId", | ||
| "tenantId": "tenantId", | ||
| "customerAdminGroupId": "customerAdminGroupId" | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.