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

Use Azure CLI create subnet issue #15213

Closed
aaaaasam opened this issue Sep 20, 2020 · 3 comments
Closed

Use Azure CLI create subnet issue #15213

aaaaasam opened this issue Sep 20, 2020 · 3 comments
Assignees
Labels
feature-request Network az network vnet/lb/nic/dns/etc... OKR3.2 Candidate
Milestone

Comments

@aaaaasam
Copy link

aaaaasam commented Sep 20, 2020

az feedback auto-generates most of the information requested below, as of CLI version 2.0.62

Describe the bug
The IPv6 subnet can be successfully created using the CLI, but it cannot be viewed and referenced by azure portal

To Reproduce
Can Work Code:
az network vnet subnet create
--address-prefixes '10.1.2.0/24' 'ace:cab:decb:deed::/64'
--name TestIPv6Subnet
--resource-group sam-test-resource-group
--vnet-name samtestresourcegroupvnet150

Can't work code:
az network vnet subnet create
--address-prefixes 'ace:cab:decb:deed::/64' '10.1.2.0/24'
--name TestIPv6Subnet
--resource-group sam-test-resource-group
--vnet-name samtestresourcegroupvnet150

@ghost ghost added needs-triage This is a new issue that needs to be triaged to the appropriate team. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Sep 20, 2020
@yonzhan yonzhan added Network az network vnet/lb/nic/dns/etc... and removed needs-triage This is a new issue that needs to be triaged to the appropriate team. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Sep 20, 2020
@yonzhan yonzhan added this to the S176 milestone Sep 20, 2020
@yonzhan
Copy link
Collaborator

yonzhan commented Sep 20, 2020

add to S176

@haroldrandom
Copy link
Contributor

haroldrandom commented Nov 2, 2020

@aaaaasam Sorry. I can't reproduce.
image

Is this scenario happening again now?

@haroldrandom
Copy link
Contributor

Closed as inactive. If happening again, feel free to reopen it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Network az network vnet/lb/nic/dns/etc... OKR3.2 Candidate
Projects
None yet
Development

No branches or pull requests

5 participants