Skip to content

Commit

Permalink
Merge pull request #14261 from bniranjanbhat/user/niranjanb/updateAPI…
Browse files Browse the repository at this point in the history
…Version

Update API version to 2024-09-01-preview
  • Loading branch information
alex-frankel authored Dec 20, 2024
2 parents 30d05e1 + 8c350c1 commit 9d06e39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,6 @@
"type": "string",
"defaultValue": "[subscription().tenantId]"
},
"apiVersion": {
"defaultValue": "2024-04-01",
"type": "string",
"metadata": {
"description": "The api version for deploying a hci cluster"
}
},
"witnessType": {
"defaultValue": "No Witness",
"type": "string",
Expand Down Expand Up @@ -721,7 +714,7 @@
{
"condition": "[equals(parameters('deploymentMode'), 'Validate')]",
"type": "Microsoft.AzureStackHCI/clusters",
"apiVersion": "[parameters('apiVersion')]",
"apiVersion": "2024-09-01-preview",
"name": "[parameters('clusterName')]",
"dependsOn": [
"[resourceId('Microsoft.KeyVault/vaults', parameters('keyVaultName'))]"
Expand Down Expand Up @@ -823,7 +816,7 @@
},
{
"type": "microsoft.azurestackhci/clusters/deploymentSettings",
"apiVersion": "[parameters('apiVersion')]",
"apiVersion": "2024-09-01-preview",
"name": "[format('{0}/default', parameters('clusterName'))]",
"dependsOn": [
"[resourceId('Microsoft.AzureStackHCI/clusters', parameters('clusterName'))]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"apiVersion": {
"value": "2024-04-01"
},
"deploymentMode": {
"value": "Validate"
},
Expand Down

0 comments on commit 9d06e39

Please sign in to comment.