We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb6b63 commit e19c6edCopy full SHA for e19c6ed
1 file changed
src/confcom/azext_confcom/_help.py
@@ -343,7 +343,7 @@
343
short-summary: Inserts a Security Policy into a Radius app template.
344
345
parameters:
346
- - name: --template -f
+ - name: --template-file -f
347
type: string
348
short-summary: 'Input parameters file to optionally accompany a Bicep Template'
349
@@ -354,7 +354,7 @@
354
355
examples:
356
- name: Insert a Security Policy into a Radius app template
357
- text: az confcom radius policy insert policy.rego app.bicep
+ text: az confcom radius policy insert policy.rego -f app.bicep
358
- name: Insert a Security Policy into a Radius app template for the second container resource
359
- text: az confcom radius policy insert policy.rego app.bicep --idx 1
+ text: az confcom radius policy insert policy.rego -f app.bicep --idx 1
360
"""
0 commit comments