Skip to content

Commit a3c72f1

Browse files
Bhuvaneswari-SantharammarkcowlBhuvaneswari Santharam
authored andcommitted
Supported Resource Types for hybrid profile AKS and ACR (Azure#16066)
* 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>
1 parent 2db9aba commit a3c72f1

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

profile/2020-09-01-hybrid.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,70 @@
583583
"path": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/ResourceProvider.json"
584584
}
585585
]
586+
},
587+
"microsoft.containerregistry" : {
588+
"2019-05-01": [
589+
{
590+
"resourceType": "registries",
591+
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
592+
},
593+
{
594+
"resourceType": "registries/importImage",
595+
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
596+
},
597+
{
598+
"resourceType": "registries/webhooks",
599+
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
600+
},
601+
{
602+
"resourceType": "registries/webhooks/ping",
603+
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
604+
},
605+
{
606+
"resourceType": "registries/webhooks/getCallbackConfig",
607+
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
608+
},
609+
{
610+
"resourceType": "registries/webhooks/listEvents",
611+
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
612+
},
613+
{
614+
"resourceType": "registries/listCredentials",
615+
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
616+
},
617+
{
618+
"resourceType": "registries/regenerateCredential",
619+
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
620+
},
621+
{
622+
"resourceType": "checkNameAvailability",
623+
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
624+
},
625+
{
626+
"resourceType": "operations",
627+
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2019-05-01/containerregistry.json"
628+
}
629+
]
630+
},
631+
"microsoft.containerservice" : {
632+
"2020-11-01": [
633+
{
634+
"resourceType": "managedclusters",
635+
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-11-01/managedClusters.json"
636+
}
637+
],
638+
"2019-04-01": [
639+
{
640+
"resourceType": "locations/orchestrators",
641+
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2019-04-01/location.json"
642+
}
643+
],
644+
"2017-07-01": [
645+
{
646+
"resourceType": "containerServices",
647+
"path" : "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2017-07-01/containerService.json"
648+
}
649+
]
586650
}
587651
},
588652
"data-plane": {
@@ -594,6 +658,14 @@
594658
}
595659
]
596660
},
661+
"microsoft.containerregistry": {
662+
"2019-08-15-preview": [
663+
{
664+
"resourceType": "*",
665+
"path": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/containerregistry/data-plane/Microsoft.ContainerRegistry/preview/2019-08-15/containerregistry.json"
666+
}
667+
]
668+
},
597669
"microsoft.storage": {
598670
"resourceType": "*",
599671
"2019-07-07": []

0 commit comments

Comments
 (0)