We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac39bbf commit b4480b8Copy full SHA for b4480b8
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