File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/confcom/azext_confcom Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 343343 short-summary: Inserts a Security Policy into a Radius app template.
344344
345345 parameters:
346- - name: --template -f
346+ - name: --template-file -f
347347 type: string
348348 short-summary: 'Input parameters file to optionally accompany a Bicep Template'
349349
354354
355355 examples:
356356 - name: Insert a Security Policy into a Radius app template
357- text: az confcom radius policy insert policy.rego app.bicep
357+ text: az confcom radius policy insert policy.rego -f app.bicep
358358 - 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
359+ text: az confcom radius policy insert policy.rego -f app.bicep --idx 1
360360"""
You can’t perform that action at this time.
0 commit comments