We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--help
1 parent 6454df1 commit a9e7186Copy full SHA for a9e7186
.vscode/launch.json
@@ -9,12 +9,7 @@
9
"program": "${workspaceRoot}/src/azure-cli/azure/cli/__main__.py",
10
"cwd": "${workspaceRoot}",
11
"args": [
12
- "ts",
13
- "export",
14
- "-s",
15
- "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/Gokul-TestRG4/providers/Microsoft.Resources/templateSpecs/testTS/versions/1",
16
- "--output-folder",
17
- "C:\\Users\\daetienn\\Desktop\\ExportBugOutput2"
+ "--help"
18
],
19
"console": "integratedTerminal",
20
"debugOptions": [
0 commit comments