Skip to content

Commit

Permalink
Update connector-init-intro.md
Browse files Browse the repository at this point in the history
These require no values, they are switches 
 --generate-script-file
  --generate-settings-file
  • Loading branch information
JimDaly committed Jun 13, 2024
1 parent 54f0a90 commit 9f2120f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This example initializes a connector in the current directory.
```powershell
pac connector init `
--connection-template "OAuthAAD" `
--generate-script-file "contoso_script_file" `
--generate-settings-file "contoso_settings_file" `
--generate-script-file `
--generate-settings-file `
--outputDirectory "contoso_Connector"
```

0 comments on commit 9f2120f

Please sign in to comment.