Skip to content

Commit d4195de

Browse files
Format
1 parent 8204d9c commit d4195de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/python/infrastructures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ def _disable_apim_public_access(self) -> bool:
786786
with open(params_file_path, 'w', encoding='utf-8') as file:
787787
file.write(json.dumps(bicep_parameters_format))
788788

789-
print_plain(' 📝 Updated parameters to disable public access')
789+
print_plain('📝 Updated parameters to disable public access')
790790

791791
# Run the second deployment
792792
main_bicep_path = infra_dir / 'main.bicep'

0 commit comments

Comments
 (0)