-
Notifications
You must be signed in to change notification settings - Fork 214
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
Support args
on container.{v0,v1}
#4236
Conversation
We were not handling the `args` property on `container.v0` or `container.v1` resources. This adds support and a test to confirm we don't regress. Fixes Azure#4220
fae5262
to
07672f6
Compare
args
on container.{v0,v1}
args
on container.{v0,v1}
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash:
pwsh:
WindowsPowerShell install
MSI install
Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
yay! |
We were not handling the
args
property oncontainer.v0
orcontainer.v1
resources. This adds support and a test to confirm wedon't regress.
Fixes #4220