Skip to content

Commit

Permalink
Released new template.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielscholl committed Jan 17, 2024
1 parent 94c25b7 commit 12efe0a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.24.24.22086",
"templateHash": "17494608709267209629"
"templateHash": "15099609505329783468"
}
},
"parameters": {
Expand Down Expand Up @@ -17649,7 +17649,7 @@
"_generator": {
"name": "bicep",
"version": "0.24.24.22086",
"templateHash": "5023481025050801947"
"templateHash": "14862025164983561930"
}
},
"parameters": {
Expand Down Expand Up @@ -18367,7 +18367,7 @@
"resources": [
{
"type": "Microsoft.ContainerService/managedClusters",
"apiVersion": "2023-09-01",
"apiVersion": "2023-10-01",
"name": "[if(greater(length(variables('name')), 63), substring(variables('name'), 0, 63), variables('name'))]",
"location": "[parameters('location')]",
"tags": "[parameters('tags')]",
Expand Down Expand Up @@ -18486,7 +18486,7 @@
},
"aksOidcIssuerUrl": {
"type": "string",
"value": "[if(parameters('oidcIssuer'), reference(resourceId('Microsoft.ContainerService/managedClusters', if(greater(length(variables('name')), 63), substring(variables('name'), 0, 63), variables('name'))), '2023-09-01').oidcIssuerProfile.issuerURL, '')]"
"value": "[if(parameters('oidcIssuer'), reference(resourceId('Microsoft.ContainerService/managedClusters', if(greater(length(variables('name')), 63), substring(variables('name'), 0, 63), variables('name'))), '2023-10-01').oidcIssuerProfile.issuerURL, '')]"
},
"userNodePoolName": {
"type": "string",
Expand All @@ -18502,19 +18502,19 @@
},
"privateFQDN": {
"type": "string",
"value": "[if(and(parameters('enablePrivateCluster'), not(equals(parameters('privateClusterDnsMethod'), 'none'))), reference(resourceId('Microsoft.ContainerService/managedClusters', if(greater(length(variables('name')), 63), substring(variables('name'), 0, 63), variables('name'))), '2023-09-01').privateFQDN, '')]"
"value": "[if(and(parameters('enablePrivateCluster'), not(equals(parameters('privateClusterDnsMethod'), 'none'))), reference(resourceId('Microsoft.ContainerService/managedClusters', if(greater(length(variables('name')), 63), substring(variables('name'), 0, 63), variables('name'))), '2023-10-01').privateFQDN, '')]"
},
"aksPrivateDnsZoneName": {
"type": "string",
"value": "[if(and(parameters('enablePrivateCluster'), not(equals(parameters('privateClusterDnsMethod'), 'none'))), join(skip(split(reference(resourceId('Microsoft.ContainerService/managedClusters', if(greater(length(variables('name')), 63), substring(variables('name'), 0, 63), variables('name'))), '2023-09-01').privateFQDN, '.'), 1), '.'), '')]"
"value": "[if(and(parameters('enablePrivateCluster'), not(equals(parameters('privateClusterDnsMethod'), 'none'))), join(skip(split(reference(resourceId('Microsoft.ContainerService/managedClusters', if(greater(length(variables('name')), 63), substring(variables('name'), 0, 63), variables('name'))), '2023-10-01').privateFQDN, '.'), 1), '.'), '')]"
},
"aksOidcFedIdentityProperties": {
"type": "object",
"metadata": {
"description": "This output can be directly leveraged when creating a ManagedId Federated Identity"
},
"value": {
"issuer": "[if(parameters('oidcIssuer'), reference(resourceId('Microsoft.ContainerService/managedClusters', if(greater(length(variables('name')), 63), substring(variables('name'), 0, 63), variables('name'))), '2023-09-01').oidcIssuerProfile.issuerURL, '')]",
"issuer": "[if(parameters('oidcIssuer'), reference(resourceId('Microsoft.ContainerService/managedClusters', if(greater(length(variables('name')), 63), substring(variables('name'), 0, 63), variables('name'))), '2023-10-01').oidcIssuerProfile.issuerURL, '')]",
"audiences": [
"api://AzureADTokenExchange"
],
Expand All @@ -18526,7 +18526,7 @@
"metadata": {
"description": "The name of the managed resource group AKS uses"
},
"value": "[reference(resourceId('Microsoft.ContainerService/managedClusters', if(greater(length(variables('name')), 63), substring(variables('name'), 0, 63), variables('name'))), '2023-09-01').nodeResourceGroup]"
"value": "[reference(resourceId('Microsoft.ContainerService/managedClusters', if(greater(length(variables('name')), 63), substring(variables('name'), 0, 63), variables('name'))), '2023-10-01').nodeResourceGroup]"
},
"aksResourceId": {
"type": "string",
Expand Down Expand Up @@ -18603,7 +18603,7 @@
"_generator": {
"name": "bicep",
"version": "0.24.24.22086",
"templateHash": "15553702140565975041"
"templateHash": "2918991882660483195"
}
},
"parameters": {
Expand Down Expand Up @@ -18700,7 +18700,7 @@
"resources": [
{
"type": "Microsoft.ContainerService/managedClusters/agentPools",
"apiVersion": "2021-10-01",
"apiVersion": "2023-10-02-preview",
"name": "[format('{0}/{1}', parameters('AksName'), parameters('PoolName'))]",
"properties": {
"mode": "User",
Expand Down Expand Up @@ -18781,7 +18781,7 @@
"_generator": {
"name": "bicep",
"version": "0.24.24.22086",
"templateHash": "15553702140565975041"
"templateHash": "2918991882660483195"
}
},
"parameters": {
Expand Down Expand Up @@ -18878,7 +18878,7 @@
"resources": [
{
"type": "Microsoft.ContainerService/managedClusters/agentPools",
"apiVersion": "2021-10-01",
"apiVersion": "2023-10-02-preview",
"name": "[format('{0}/{1}', parameters('AksName'), parameters('PoolName'))]",
"properties": {
"mode": "User",
Expand Down Expand Up @@ -18959,7 +18959,7 @@
"_generator": {
"name": "bicep",
"version": "0.24.24.22086",
"templateHash": "15553702140565975041"
"templateHash": "2918991882660483195"
}
},
"parameters": {
Expand Down Expand Up @@ -19056,7 +19056,7 @@
"resources": [
{
"type": "Microsoft.ContainerService/managedClusters/agentPools",
"apiVersion": "2021-10-01",
"apiVersion": "2023-10-02-preview",
"name": "[format('{0}/{1}', parameters('AksName'), parameters('PoolName'))]",
"properties": {
"mode": "User",
Expand Down

0 comments on commit 12efe0a

Please sign in to comment.