forked from Azure/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.
[Hub Generated] Review request for Microsoft.Resources to add version…
… stable/2022-12-01 (Azure#23292) * Adds base for updating Microsoft.Resources from version stable/2021-01-01 to version 2022-12-01 * Updates readme * Updates API version in new specs and examples * Adding new version 2022-12-01 for Locations API * Correct version * removing resources.json from readme * Review comment * Validation error fixes * Model Validation Fix * Validation Error fix test * small fix * Missing files * Deleting files * Operations * Swagger ModelValidation fix * Operations api * removing previous commit * x-ms-example * missing curly * default response * Prettier errors fixed * Operation Schema * Breaking changes * Staging errror fix * Testing temp fix * common-types fix * staging lint diff warnings fixed * Testing v4 * v5 common types fix * Rollback * common-types fix * Removing redundant parameters * Model validation fix * GUID fix * uuid fix * ReadOnlyPropertChanged error fixed * uuid fix
- Loading branch information
1 parent
7c7227c
commit 5c05151
Showing
9 changed files
with
1,386 additions
and
4 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
...es/resource-manager/Microsoft.Resources/stable/2022-12-01/examples/CheckResourceName.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,20 @@ | ||
{ | ||
"parameters": { | ||
"body": [ | ||
{ | ||
"Name": "isxbox", | ||
"Type": "ResourceProviderTestHost/TestResourceType" | ||
} | ||
], | ||
"api-version": "2022-12-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"name": "isxbox", | ||
"type": "ResourceProviderTestHost/TestResourceType", | ||
"status": "Allowed" | ||
} | ||
} | ||
} | ||
} |
86 changes: 86 additions & 0 deletions
86
...sources/resource-manager/Microsoft.Resources/stable/2022-12-01/examples/GetLocations.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,86 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "a1ffc958-d2c7-493e-9f1e-125a0477f536", | ||
"api-version": "2022-12-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/a1ffc958-d2c7-493e-9f1e-125a0477f536/locations/eastus", | ||
"name": "eastus", | ||
"type": "Region", | ||
"displayName": "East US", | ||
"regionalDisplayName": "(US) East US", | ||
"metadata": { | ||
"regionType": "Physical", | ||
"regionCategory": "Recommended", | ||
"geography": "United States", | ||
"geographyGroup": "US", | ||
"longitude": "-79.8164", | ||
"latitude": "37.3719", | ||
"physicalLocation": "Virginia", | ||
"pairedRegion": [ | ||
{ | ||
"name": "westus", | ||
"id": "/subscriptions/a1ffc958-d2c7-493e-9f1e-125a0477f536/locations/westus" | ||
} | ||
] | ||
}, | ||
"availabilityZoneMappings": [ | ||
{ | ||
"logicalZone": "1", | ||
"physicalZone": "eastus-az1" | ||
}, | ||
{ | ||
"logicalZone": "2", | ||
"physicalZone": "eastus-az3" | ||
}, | ||
{ | ||
"logicalZone": "3", | ||
"physicalZone": "eastus-az2" | ||
} | ||
] | ||
}, | ||
{ | ||
"id": "/subscriptions/a1ffc958-d2c7-493e-9f1e-125a0477f536/locations/eastus2", | ||
"name": "eastus2", | ||
"type": "Region", | ||
"displayName": "East US 2", | ||
"regionalDisplayName": "(US) East US 2", | ||
"metadata": { | ||
"regionType": "Physical", | ||
"regionCategory": "Recommended", | ||
"geography": "United States", | ||
"geographyGroup": "US", | ||
"longitude": "-78.3889", | ||
"latitude": "36.6681", | ||
"physicalLocation": "Virginia", | ||
"pairedRegion": [ | ||
{ | ||
"name": "centralus", | ||
"id": "/subscriptions/a1ffc958-d2c7-493e-9f1e-125a0477f536/locations/centralus" | ||
} | ||
] | ||
}, | ||
"availabilityZoneMappings": [ | ||
{ | ||
"logicalZone": "1", | ||
"physicalZone": "eastus2-az1" | ||
}, | ||
{ | ||
"logicalZone": "2", | ||
"physicalZone": "eastus2-az3" | ||
}, | ||
{ | ||
"logicalZone": "3", | ||
"physicalZone": "eastus2-az2" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
117 changes: 117 additions & 0 deletions
117
...ger/Microsoft.Resources/stable/2022-12-01/examples/GetLocationsWithExtendedLocations.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,117 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "a1ffc958-d2c7-493e-9f1e-125a0477f536", | ||
"api-version": "2022-12-01", | ||
"includeExtendedLocations": "true" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/a1ffc958-d2c7-493e-9f1e-125a0477f536/locations/eastus", | ||
"name": "eastus", | ||
"type": "Region", | ||
"displayName": "East US", | ||
"regionalDisplayName": "(US) East US", | ||
"metadata": { | ||
"regionType": "Physical", | ||
"regionCategory": "Recommended", | ||
"geography": "United States", | ||
"geographyGroup": "US", | ||
"longitude": "-79.8164", | ||
"latitude": "37.3719", | ||
"physicalLocation": "Virginia", | ||
"pairedRegion": [ | ||
{ | ||
"name": "westus", | ||
"id": "/subscriptions/a1ffc958-d2c7-493e-9f1e-125a0477f536/locations/westus" | ||
} | ||
] | ||
}, | ||
"availabilityZoneMappings": [ | ||
{ | ||
"logicalZone": "1", | ||
"physicalZone": "eastus-az1" | ||
}, | ||
{ | ||
"logicalZone": "2", | ||
"physicalZone": "eastus-az3" | ||
}, | ||
{ | ||
"logicalZone": "3", | ||
"physicalZone": "eastus-az2" | ||
} | ||
] | ||
}, | ||
{ | ||
"id": "/subscriptions/a1ffc958-d2c7-493e-9f1e-125a0477f536/locations/eastus2", | ||
"name": "eastus2", | ||
"type": "Region", | ||
"displayName": "East US 2", | ||
"regionalDisplayName": "(US) East US 2", | ||
"metadata": { | ||
"regionType": "Physical", | ||
"regionCategory": "Recommended", | ||
"geography": "United States", | ||
"geographyGroup": "US", | ||
"longitude": "-78.3889", | ||
"latitude": "36.6681", | ||
"physicalLocation": "Virginia", | ||
"pairedRegion": [ | ||
{ | ||
"name": "centralus", | ||
"id": "/subscriptions/a1ffc958-d2c7-493e-9f1e-125a0477f536/locations/centralus" | ||
} | ||
] | ||
}, | ||
"availabilityZoneMappings": [ | ||
{ | ||
"logicalZone": "1", | ||
"physicalZone": "eastus2-az1" | ||
}, | ||
{ | ||
"logicalZone": "2", | ||
"physicalZone": "eastus2-az3" | ||
}, | ||
{ | ||
"logicalZone": "3", | ||
"physicalZone": "eastus2-az2" | ||
} | ||
] | ||
}, | ||
{ | ||
"id": "/subscriptions/a1ffc958-d2c7-493e-9f1e-125a0477f536/locations/eastus/edgeZones/ezecustomerlabboston1", | ||
"name": "ezecustomerlabboston1", | ||
"type": "EdgeZone", | ||
"displayName": "EZE Customer Lab Boston 1", | ||
"regionalDisplayName": "(US) EZE Customer Lab Boston 1", | ||
"metadata": { | ||
"regionType": "Physical", | ||
"regionCategory": "Extended", | ||
"geographyGroup": "US", | ||
"geography": "United States", | ||
"longitude": "-71.219038", | ||
"latitude": "42.301218" | ||
} | ||
}, | ||
{ | ||
"id": "/subscriptions/a1ffc958-d2c7-493e-9f1e-125a0477f536/locations/southcentralus/edgeZones/ezecustomerlabhouston1", | ||
"name": "ezecustomerlabhouston1", | ||
"type": "EdgeZone", | ||
"displayName": "EZE Customer Lab Houston 1", | ||
"regionalDisplayName": "(US) EZE Customer Lab Houston 1", | ||
"metadata": { | ||
"regionType": "Physical", | ||
"regionCategory": "Extended", | ||
"geographyGroup": "US", | ||
"geography": "United States", | ||
"longitude": "-95.41452", | ||
"latitude": "29.9411" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...rces/resource-manager/Microsoft.Resources/stable/2022-12-01/examples/GetSubscription.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,32 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "291bba3f-e0a5-47bc-a099-3bdcb2a50a05", | ||
"api-version": "2022-12-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/291bba3f-e0a5-47bc-a099-3bdcb2a50a05", | ||
"subscriptionId": "291bba3f-e0a5-47bc-a099-3bdcb2a50a05", | ||
"tenantId": "31c75423-32d6-4322-88b7-c478bdde4858", | ||
"displayName": "Example Subscription", | ||
"state": "Enabled", | ||
"subscriptionPolicies": { | ||
"locationPlacementId": "Internal_2014-09-01", | ||
"quotaId": "Internal_2014-09-01", | ||
"spendingLimit": "Off" | ||
}, | ||
"authorizationSource": "Bypassed", | ||
"managedByTenants": [ | ||
{ | ||
"tenantId": "8f70baf1-1f6e-46a2-a1ff-238dac1ebfb7" | ||
} | ||
], | ||
"tags": { | ||
"tagKey1": "tagValue1", | ||
"tagKey2": "tagValue2" | ||
} | ||
} | ||
} | ||
} | ||
} |
61 changes: 61 additions & 0 deletions
61
...ces/resource-manager/Microsoft.Resources/stable/2022-12-01/examples/GetSubscriptions.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,61 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2022-12-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/291bba3f-e0a5-47bc-a099-3bdcb2a50a05", | ||
"subscriptionId": "291bba3f-e0a5-47bc-a099-3bdcb2a50a05", | ||
"tenantId": "31c75423-32d6-4322-88b7-c478bdde4858", | ||
"displayName": "Example Subscription", | ||
"state": "Enabled", | ||
"subscriptionPolicies": { | ||
"locationPlacementId": "Internal_2014-09-01", | ||
"quotaId": "Internal_2014-09-01", | ||
"spendingLimit": "Off" | ||
}, | ||
"authorizationSource": "RoleBased", | ||
"managedByTenants": [ | ||
{ | ||
"tenantId": "8f70baf1-1f6e-46a2-a1ff-238dac1ebfb7" | ||
} | ||
], | ||
"tags": { | ||
"tagKey1": "tagValue1", | ||
"tagKey2": "tagValue2" | ||
} | ||
}, | ||
{ | ||
"id": "/subscriptions/72ac930a-f34e-42d8-b06d-dc2a9e12ed71", | ||
"subscriptionId": "72ac930a-f34e-42d8-b06d-dc2a9e12ed71", | ||
"tenantId": "2a0ff0de-96b2-4859-bb7c-a430d07a3e0c", | ||
"displayName": "Example Subscription2", | ||
"state": "Enabled", | ||
"subscriptionPolicies": { | ||
"locationPlacementId": "Internal_2014-09-01", | ||
"quotaId": "Internal_2014-09-01", | ||
"spendingLimit": "Off" | ||
}, | ||
"authorizationSource": "RoleBased", | ||
"managedByTenants": [ | ||
{ | ||
"tenantId": "8f70baf1-1f6e-46a2-a1ff-238dac1ebfb7" | ||
}, | ||
{ | ||
"tenantId": "f7fb6af2-321d-47c8-9c0f-b0239eaad39a" | ||
} | ||
], | ||
"tags": { | ||
"tagKey1": "tagValue1", | ||
"tagKey2": "tagValue2" | ||
} | ||
} | ||
], | ||
"nextLink": "..." | ||
} | ||
} | ||
} | ||
} |
53 changes: 53 additions & 0 deletions
53
...resources/resource-manager/Microsoft.Resources/stable/2022-12-01/examples/GetTenants.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,53 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2022-12-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/tenants/a70a1586-9c4a-4373-b907-1d310660dbd1", | ||
"tenantId": "a70a1586-9c4a-4373-b907-1d310660dbd1", | ||
"countryCode": "US", | ||
"displayName": "Test_Test_aad50", | ||
"domains": [ | ||
"aad50.ccsctp.net" | ||
], | ||
"tenantCategory": "ManagedBy", | ||
"defaultDomain": "aad50.ccsctp.net", | ||
"tenantType": "AAD" | ||
}, | ||
{ | ||
"id": "/tenants/83abe5cd-bcc3-441a-bd86-e6a75360cecc", | ||
"tenantId": "83abe5cd-bcc3-441a-bd86-e6a75360cecc", | ||
"countryCode": "US", | ||
"displayName": "Contoso Corp.", | ||
"domains": [ | ||
"auxteststagemanual.ccsctp.net" | ||
], | ||
"tenantCategory": "Home", | ||
"defaultDomain": "auxteststagemanual.ccsctp.net", | ||
"tenantType": "AAD" | ||
}, | ||
{ | ||
"id": "/tenants/daea2e9b-847b-4c93-850d-2aa6f2d7af33", | ||
"tenantId": "daea2e9b-847b-4c93-850d-2aa6f2d7af33", | ||
"countryCode": "US", | ||
"displayName": "TEST_TEST_RDV", | ||
"domains": [ | ||
"rdvmohoro.ccsctp.net", | ||
"rdvmohoro.mail.ccsctp.net", | ||
"rdvmohoro.com" | ||
], | ||
"tenantCategory": "ProjectedBy", | ||
"defaultDomain": "rdvmohoro.ccsctp.net", | ||
"tenantType": "AAD", | ||
"tenantBrandingLogoUrl": "logo1.logo.rdvmohoro.com" | ||
} | ||
], | ||
"nextLink": "..." | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.