Skip to content

Commit

Permalink
Removes old config value from setup command. Closes #5928
Browse files Browse the repository at this point in the history
  • Loading branch information
milanholemans committed Mar 29, 2024
1 parent 54c55e1 commit 79bc59c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions docs/docs/cmd/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ m365 setup [options]

```md definition-list
`--interactive`
: Configure CLI for Microsoft 365 for interactive use without prompting for additional information
: Configure CLI for Microsoft 365 for interactive use without prompting for additional information.

`--scripting`
: Configure CLI for Microsoft 365 for use in scripts without prompting for additional information
: Configure CLI for Microsoft 365 for use in scripts without prompting for additional information.
```

<Global />
Expand Down Expand Up @@ -49,7 +49,6 @@ The `m365 setup` command uses the following presets:
- interactive use:
- autoOpenLinksInBrowser: true,
- copyDeviceCodeToClipboard: true,
- interactive: true,
- output: 'text',
- printErrorsAsPlainText: true,
- prompt: true,
Expand All @@ -58,7 +57,6 @@ The `m365 setup` command uses the following presets:
- scripting use:
- autoOpenLinksInBrowser: false,
- copyDeviceCodeToClipboard: false,
- interactive: false,
- output: 'json',
- printErrorsAsPlainText: false,
- prompt: false,
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/sample-scripts/entra/_category_.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
label: Azure Active Directory
label: Microsoft Entra ID
collapsible: true
collapsed: true
position: 1
position: 1

0 comments on commit 79bc59c

Please sign in to comment.