We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8204d9c commit d4195deCopy full SHA for d4195de
shared/python/infrastructures.py
@@ -786,7 +786,7 @@ def _disable_apim_public_access(self) -> bool:
786
with open(params_file_path, 'w', encoding='utf-8') as file:
787
file.write(json.dumps(bicep_parameters_format))
788
789
- print_plain(' 📝 Updated parameters to disable public access')
+ print_plain('📝 Updated parameters to disable public access')
790
791
# Run the second deployment
792
main_bicep_path = infra_dir / 'main.bicep'
0 commit comments