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

udr.azcli raised an error because azfw_private_ip is missing. #43

Open
Yuichi-Ikeda opened this issue Aug 25, 2023 · 0 comments
Open

udr.azcli raised an error because azfw_private_ip is missing. #43

Yuichi-Ikeda opened this issue Aug 25, 2023 · 0 comments

Comments

@Yuichi-Ikeda
Copy link

Describe the bug
privateIPAddress is case sensitive. IP 'P' should be upper case. In your case, privateIpAddress is miss spelling in firewall.azcli. The correct one is privateIPAddress.

To Reproduce
azfw_private_ip=$(az network firewall show -n $AZFW_NAME -g $HUBRGNAME -o tsv --query 'ipConfigurations[0].privateIpAddress')

Expected behavior
azfw_private_ip=$(az network firewall show -n $AZFW_NAME -g $HUBRGNAME -o tsv --query 'ipConfigurations[0].privateIPAddress')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant