Skip to content

Commit 32bd874

Browse files
author
Bhuvaneswari Santharam
committed
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
1 parent 8e16da4 commit 32bd874

File tree

2 files changed

+72
-15
lines changed

2 files changed

+72
-15
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": []

profiles/definitions/latest-2019-04-30.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,6 @@ profiles:
4141
- managedClusters/accessProfiles
4242
'2017-07-01':
4343
- containerServices
44-
microsoft.blockchain:
45-
'2018-06-01-preview':
46-
- blockchainMembers
47-
- blockchainMembers/consortiumMembers
48-
- blockchainMembers/listApiKeys
49-
- lockchainMembers/regenerateApiKeys
50-
- blockchainMembers/transactionNodes
51-
- blockchainMembers/transactionNodes/listApiKeys
52-
- blockchainMembers/transactionNodes/regenerateApiKeys
53-
- locations
54-
- locations/blockchainMemberOperationResults
55-
- locations/checkNameAvailability
56-
- locations/listConsortiums
57-
- operations
58-
- skus
5944
microsoft.capacity:
6045
'2019-04-01':
6146
- appliedReservations

0 commit comments

Comments
 (0)