Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

az vm creation fails whilst using "--patch-mode" #29206

Open
CybercrawlerS opened this issue Jun 19, 2024 · 1 comment
Open

az vm creation fails whilst using "--patch-mode" #29206

CybercrawlerS opened this issue Jun 19, 2024 · 1 comment
Assignees
Labels
Auto-Assign Auto assign by bot Azure CLI Team The command of the issue is owned by Azure CLI team Compute az vm/vmss/image/disk/snapshot customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone

Comments

@CybercrawlerS
Copy link

Describe the bug

Using the "--patch-mode" to "Manual" whilst creating a Azure Windows VM is producing 'windowsConfiguration' error.

Related command

az vm create --resource-group $resourceGroup --name $clusterPrefix --image $image$imageVersion --subnet $subnet --size Standard_D16ads_v5 --os-disk-name $clusterPrefix-OS-DISK --os-disk-size-gb 256 --storage-sku Premium_LRS --admin-username $username --admin-password $password --patch-mode Manual --private-ip-address $ip

Errors

'windowsConfiguration'

Issue script & Debug output

debug-logs.txt

Expected behavior

Create VM without any issues

Environment Summary

{
"azure-cli": "2.61.0",
"azure-cli-core": "2.61.0",
"azure-cli-telemetry": "1.1.0",
"extensions": {
"azure-devops": "1.0.1"
}
}

Additional context

No response

@CybercrawlerS CybercrawlerS added the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Jun 19, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added customer-reported Issues that are reported by GitHub users external to the Azure organization. Compute az vm/vmss/image/disk/snapshot labels Jun 19, 2024
@yonzhan
Copy link
Collaborator

yonzhan commented Jun 19, 2024

Thank you for opening this issue, we will look into it.

@microsoft-github-policy-service microsoft-github-policy-service bot added Auto-Assign Auto assign by bot Azure CLI Team The command of the issue is owned by Azure CLI team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Jun 19, 2024
@yonzhan yonzhan added this to the Backlog milestone Jun 19, 2024
@yonzhan yonzhan removed the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto-Assign Auto assign by bot Azure CLI Team The command of the issue is owned by Azure CLI team Compute az vm/vmss/image/disk/snapshot customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Projects
None yet
Development

No branches or pull requests

4 participants