Skip to content

Commit f1ca9b9

Browse files
authored
fix html tag lint (#8341)
1 parent ce454b6 commit f1ca9b9

File tree

1 file changed

+1
-1
lines changed
  • src/datamigration/azext_datamigration/manual

1 file changed

+1
-1
lines changed

src/datamigration/azext_datamigration/manual/_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def load_arguments(self, _):
8686
with self.argument_context('datamigration register-integration-runtime') as c:
8787
c.argument('auth_key', type=str, help='AuthKey of SQL Migration Service')
8888
c.argument('ir_path', type=str, help='Path of Integration Runtime MSI')
89-
c.argument('installed_ir_path', type=str, help='Version folder path in the Integration Runtime installed location. This can be provided when IR is installed but the command is failing to read it. Format: "<Parent-folder-path>\\Microsoft Integration Runtime\\<Version>"')
89+
c.argument('installed_ir_path', type=str, help='Version folder path in the Integration Runtime installed location. This can be provided when IR is installed but the command is failing to read it. Format: `<Parent-folder-path>\\Microsoft Integration Runtime\\<Version>`')
9090

9191
with self.argument_context('datamigration sql-db create') as c:
9292
c.argument('resource_group_name', resource_group_name_type)

0 commit comments

Comments
 (0)