Skip to content

Commit

Permalink
Merge pull request #2984 from FumingZhang/fuming/aks-08-arm-schema
Browse files Browse the repository at this point in the history
Add AKS 2023-08 ARM schemas
  • Loading branch information
anthony-c-martin authored Oct 18, 2023
2 parents 2bafa64 + 27cff4b commit 0a18d6f
Show file tree
Hide file tree
Showing 6 changed files with 10,757 additions and 5 deletions.
10 changes: 6 additions & 4 deletions generator/autogenlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ const disabledProviders: AutoGenConfig[] = [
namespace: 'Microsoft.ConfidentialLedger',
disabledForAutogen: true
},
{
// Disabled temporally due to unsupported directory structure
basePath: 'containerservice/resource-manager',
namespace: 'Microsoft.ContainerService',
disabledForAutogen: true,
},
];

// Run "npm run list-basepaths" to discover all the valid readme files to add to this list
Expand Down Expand Up @@ -366,10 +372,6 @@ const autoGenList: AutoGenConfig[] = [
basePath: 'customerlockbox/resource-manager',
namespace: 'Microsoft.CustomerLockbox',
},
{
basePath: 'containerservice/resource-manager',
namespace: 'Microsoft.ContainerService',
},
{
basePath: 'commerce/resource-manager',
namespace: 'Microsoft.Commerce',
Expand Down
14 changes: 13 additions & 1 deletion schemas/2019-04-01/deploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,19 @@
{ "$ref": "https://schema.management.azure.com/schemas/2022-05-05-preview/Microsoft.PlayFab.json#/resourceDefinitions/titles_titledatasets" },
{ "$ref": "https://schema.management.azure.com/schemas/2022-05-05-preview/Microsoft.PlayFab.json#/resourceDefinitions/titles_titleinternaldatasets" },
{ "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusterpools" },
{ "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusterpools_clusters" }
{ "$ref": "https://schema.management.azure.com/schemas/2023-06-01-preview/Microsoft.HDInsight.json#/resourceDefinitions/clusterpools_clusters" },
{ "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" },
{ "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" },
{ "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" },
{ "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" },
{ "$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" },
{ "$ref": "https://schema.management.azure.com/schemas/2023-08-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters" },
{ "$ref": "https://schema.management.azure.com/schemas/2023-08-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_agentPools" },
{ "$ref": "https://schema.management.azure.com/schemas/2023-08-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_maintenanceConfigurations" },
{ "$ref": "https://schema.management.azure.com/schemas/2023-08-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_privateEndpointConnections" },
{ "$ref": "https://schema.management.azure.com/schemas/2023-08-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedClusters_trustedAccessRoleBindings" },
{ "$ref": "https://schema.management.azure.com/schemas/2023-08-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/managedclustersnapshots" },
{ "$ref": "https://schema.management.azure.com/schemas/2023-08-02-preview/Microsoft.ContainerService.json#/resourceDefinitions/snapshots" }
]
}
]
Expand Down
Loading

0 comments on commit 0a18d6f

Please sign in to comment.