-
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.
add x-ms-enum to diskType and add missing managedClsuterVersions paths
fix example names add managed cluster version paths add default error
- Loading branch information
Alfredo Santamaria Gomez
committed
Apr 10, 2021
1 parent
2bd297d
commit e2e9032
Showing
6 changed files
with
437 additions
and
23 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
...gedClusters/stable/2021-05-01/examples/ManagedClusterVersionGetByEnvironment_example.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 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"location": "eastus", | ||
"environment": "Windows", | ||
"clusterVersion": "7.2.477.9590", | ||
"api-version": "2021-05-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceFabric/locations/eastus/environments/Windows/managedClusterVersions/7.2.477.9590", | ||
"name": "7.2.477.9590", | ||
"type": "Microsoft.ServiceFabric/locations/environments/managedClusterVersions", | ||
"properties": { | ||
"supportExpiryUtc": "2021-11-30T00:00:00", | ||
"osType": "Windows", | ||
"codeVersion": "7.2.477.9590" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
27 changes: 27 additions & 0 deletions
27
...iceFabricManagedClusters/stable/2021-05-01/examples/ManagedClusterVersionGet_example.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,27 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"location": "eastus", | ||
"clusterVersion": "7.2.477.9590", | ||
"api-version": "2021-05-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceFabric/locations/eastus/environments/Windows/managedClusterVersions/7.2.477.9590", | ||
"name": "7.2.477.9590", | ||
"type": "Microsoft.ServiceFabric/locations/environments/managedClusterVersions", | ||
"properties": { | ||
"supportExpiryUtc": "2021-11-30T00:00:00", | ||
"osType": "Windows", | ||
"codeVersion": "7.2.477.9590" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
37 changes: 37 additions & 0 deletions
37
...ricManagedClusters/stable/2021-05-01/examples/ManagedClusterVersionListByEnvironment.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,37 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"location": "eastus", | ||
"environment": "Windows", | ||
"api-version": "2021-05-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceFabric/locations/eastus/environments/Windows/managedClusterVersions/7.2.457.9590", | ||
"name": "7.2.457.9590", | ||
"type": "Microsoft.ServiceFabric/locations/environments/managedClusterVersions", | ||
"properties": { | ||
"supportExpiryUtc": "2021-11-30T00:00:00", | ||
"osType": "Windows", | ||
"codeVersion": "7.2.457.9590" | ||
} | ||
}, | ||
{ | ||
"id": "subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceFabric/locations/eastus/environments/Windows/managedClusterVersions/7.2.477.9590", | ||
"name": "7.2.477.9590", | ||
"type": "Microsoft.ServiceFabric/locations/environments/managedClusterVersions", | ||
"properties": { | ||
"supportExpiryUtc": "2021-11-30T00:00:00", | ||
"osType": "Windows", | ||
"codeVersion": "7.2.477.9590" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
36 changes: 36 additions & 0 deletions
36
...ceFabricManagedClusters/stable/2021-05-01/examples/ManagedClusterVersionList_example.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": "00000000-0000-0000-0000-000000000000", | ||
"location": "eastus", | ||
"api-version": "2021-05-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": {}, | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceFabric/locations/eastus/environments/Windows/managedClusterVersions/7.2.457.9590", | ||
"name": "7.2.457.9590", | ||
"type": "Microsoft.ServiceFabric/locations/environments/managedClusterVersions", | ||
"properties": { | ||
"supportExpiryUtc": "2021-11-30T00:00:00", | ||
"osType": "Windows", | ||
"codeVersion": "7.2.457.9590" | ||
} | ||
}, | ||
{ | ||
"id": "subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceFabric/locations/eastus/environments/Windows/managedClusterVersions/7.2.477.9590", | ||
"name": "7.2.477.9590", | ||
"type": "Microsoft.ServiceFabric/locations/environments/managedClusterVersions", | ||
"properties": { | ||
"supportExpiryUtc": "2021-11-30T00:00:00", | ||
"osType": "Windows", | ||
"codeVersion": "7.2.477.9590" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.