Skip to content

Commit

Permalink
Supported Resource Types for hybrid profile AKS and ACR (Azure#16066)
Browse files Browse the repository at this point in the history
* Add blockchain to latest profile

* Add additional types

* Supported api for AKS and ACR

Revert "Add additional types"

This reverts commit 7b46097.

Revert "Add blockchain to latest profile"

This reverts commit 1bcc20d.

Adding supported apis for ACR and AKS

Revert "Add blockchain to latest profile"

This reverts commit 1bcc20d.

Adding supported apis for ACR and AKS

Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
Co-authored-by: Bhuvaneswari Santharam <bhsantha@microsoft.com>
  • Loading branch information
3 people authored and LeiWang3 committed Mar 31, 2022
1 parent 2db9aba commit a3c72f1
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions profile/2020-09-01-hybrid.json
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,70 @@
"path": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/ResourceProvider.json"
}
]
},
"microsoft.containerregistry" : {
"2019-05-01": [
{
"resourceType": "registries",
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
},
{
"resourceType": "registries/importImage",
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
},
{
"resourceType": "registries/webhooks",
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
},
{
"resourceType": "registries/webhooks/ping",
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
},
{
"resourceType": "registries/webhooks/getCallbackConfig",
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
},
{
"resourceType": "registries/webhooks/listEvents",
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
},
{
"resourceType": "registries/listCredentials",
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
},
{
"resourceType": "registries/regenerateCredential",
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
},
{
"resourceType": "checkNameAvailability",
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
},
{
"resourceType": "operations",
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
}
]
},
"microsoft.containerservice" : {
"2020-11-01": [
{
"resourceType": "managedclusters",
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-11-01/managedClusters.json"
}
],
"2019-04-01": [
{
"resourceType": "locations/orchestrators",
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2019-04-01/location.json"
}
],
"2017-07-01": [
{
"resourceType": "containerServices",
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2017-07-01/containerService.json"
}
]
}
},
"data-plane": {
Expand All @@ -594,6 +658,14 @@
}
]
},
"microsoft.containerregistry": {
"2019-08-15-preview": [
{
"resourceType": "*",
"path": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/data-plane/Microsoft.ContainerRegistry/preview/2019-08-15/containerregistry.json"
}
]
},
"microsoft.storage": {
"resourceType": "*",
"2019-07-07": []
Expand Down

0 comments on commit a3c72f1

Please sign in to comment.