We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d10b15 commit a1ca513Copy full SHA for a1ca513
1 file changed
src/azure-cli/azure/cli/command_modules/resource/custom.py
@@ -1723,6 +1723,7 @@ def export_group_as_template(
1723
1724
return result.output if export_format.lower() == "bicep" else result.template
1725
1726
+
1727
def create_application(cmd, resource_group_name,
1728
application_name, managedby_resource_group_id,
1729
kind, managedapp_definition_id=None, location=None,
0 commit comments