microsoftfeedback / aci-issues

Issue reporting and tracking for the Azure Container Instances service
Creative Commons Attribution 4.0 International
7 stars 0 forks source link

Example in `az container create -h` uses incorrect `registry-login-server` parameter #5

Closed joshualyon closed 7 years ago

joshualyon commented 7 years ago

When issuing a call to az container create -h, the first Image Registry argument is listed as --registry-login-server, but the last example uses --registry-server.

I tested the --registry-server argument to see if it was an alias for the correct argument, but it yielded the error message:

az: error: unrecognized arguments: --registry-server test.com
seanmck commented 7 years ago

https://github.com/Azure/azure-cli/pull/4208

seanmck commented 7 years ago

Fixed.