Skip to content

Commit 0a18d6f

Browse files
Merge pull request #2984 from FumingZhang/fuming/aks-08-arm-schema
Add AKS 2023-08 ARM schemas
2 parents 2bafa64 + 27cff4b commit 0a18d6f

File tree

6 files changed

+10757
-5
lines changed

6 files changed

+10757
-5
lines changed

generator/autogenlist.ts

+6-4
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ const disabledProviders: AutoGenConfig[] = [
109109
namespace: 'Microsoft.ConfidentialLedger',
110110
disabledForAutogen: true
111111
},
112+
{
113+
// Disabled temporally due to unsupported directory structure
114+
basePath: 'containerservice/resource-manager',
115+
namespace: 'Microsoft.ContainerService',
116+
disabledForAutogen: true,
117+
},
112118
];
113119

114120
// Run "npm run list-basepaths" to discover all the valid readme files to add to this list
@@ -366,10 +372,6 @@ const autoGenList: AutoGenConfig[] = [
366372
basePath: 'customerlockbox/resource-manager',
367373
namespace: 'Microsoft.CustomerLockbox',
368374
},
369-
{
370-
basePath: 'containerservice/resource-manager',
371-
namespace: 'Microsoft.ContainerService',
372-
},
373375
{
374376
basePath: 'commerce/resource-manager',
375377
namespace: 'Microsoft.Commerce',

schemas/2019-04-01/deploymentTemplate.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,19 @@
663663
{ "$ref": "https://schema.management.azure.com/schemas/2022-05-05-preview/Microsoft.PlayFab.json#/resourceDefinitions/titles_titledatasets" },
664664
{ "$ref": "https://schema.management.azure.com/schemas/2022-05-05-preview/Microsoft.PlayFab.json#/resourceDefinitions/titles_titleinternaldatasets" },
665665
{ "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusterpools" },
666-
{ "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusterpools_clusters" }
666+
{ "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusterpools_clusters" },
667+
{ "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" },
668+
{ "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" },
669+
{ "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" },
670+
{ "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" },
671+
{ "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" },
672+
{ "$ref": "https://schema.management.azure.com/schemas/2023-08-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" },
673+
{ "$ref": "https://schema.management.azure.com/schemas/2023-08-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" },
674+
{ "$ref": "https://schema.management.azure.com/schemas/2023-08-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" },
675+
{ "$ref": "https://schema.management.azure.com/schemas/2023-08-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" },
676+
{ "$ref": "https://schema.management.azure.com/schemas/2023-08-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_trustedAccessRoleBindings" },
677+
{ "$ref": "https://schema.management.azure.com/schemas/2023-08-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedclustersnapshots" },
678+
{ "$ref": "https://schema.management.azure.com/schemas/2023-08-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" }
667679
]
668680
}
669681
]

0 commit comments

Comments
 (0)