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

Is it possible to create NIC with dynamic private IP allocation? #8265

Open
bbaabemhp opened this issue Nov 12, 2024 · 1 comment
Open

Is it possible to create NIC with dynamic private IP allocation? #8265

bbaabemhp opened this issue Nov 12, 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 customer-reported Issues that are reported by GitHub users external to the Azure organization. Network question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone

Comments

@bbaabemhp
Copy link

Describe the bug

Not a bug, but I didn't see any possibility to create a Nic with dynamic allocation of private IP Address

Related command

az network nic create

Errors

No option --private-ip-address-allocation Dynamic

Issue script & Debug output

az network nic create
--resource-group "$RESOURCE_GROUP"
--name "$NIC_NAME"
--vnet-name "$VNET_NAME"
--subnet "$SUBNET_NAME"
--network-security-group "$NSG_NAME"
--location "$LOCATION"
--ip-forwarding false
--private-ip-address ""
--private-ip-address-allocation Dynamic

Expected behavior

It should create Nic with dynamic private ip address

Environment Summary

azure-cli 2.65.0

Additional context

No response

@bbaabemhp bbaabemhp added the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Nov 12, 2024
@yonzhan
Copy link
Collaborator

yonzhan commented Nov 12, 2024

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

@microsoft-github-policy-service microsoft-github-policy-service bot added question The issue doesn't require a change to the product in order to be resolved. Most issues start as that customer-reported Issues that are reported by GitHub users external to the Azure organization. Network labels Nov 12, 2024
@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 labels Nov 12, 2024
@yonzhan yonzhan removed the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Nov 12, 2024
@yonzhan yonzhan added this to the Backlog milestone Nov 12, 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 customer-reported Issues that are reported by GitHub users external to the Azure organization. Network 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

3 participants