Skip to content

Commit

Permalink
fixed ordering of product names
Browse files Browse the repository at this point in the history
  • Loading branch information
amart241 authored and schrolla committed Aug 1, 2024
1 parent 5ff6ff8 commit c6a9092
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion PowerShell/ScubaGear/Sample-Config-Files/creds_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Description: |
This example includes the following design choices for illustrative purposes:
- Use of Pascal case convention for variable names
ProductNames:
- teams
- aad
- teams
M365Environment: commercial
Organization: abcdef.example.com
AppID: 0123456789abcdef01234566789abcde
Expand Down
6 changes: 3 additions & 3 deletions PowerShell/ScubaGear/Sample-Config-Files/full_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Description: |
This example includes the following design choices for illustrative purposes:
- Use of Pascal case convention for variable names
ProductNames:
- teams
- exo
- defender
- aad
- defender
- exo
- sharepoint
- teams
M365Environment: commercial
OPAPath: .
LogIn: true
Expand Down
6 changes: 3 additions & 3 deletions PowerShell/ScubaGear/Sample-Config-Files/typical_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Description: |
This example includes the following design choices for illustrative purposes:
- Use of Pascal case convention for variable names
ProductNames:
- teams
# - exo
# - defender
- aad
# - defender
# - exo
# - sharepoint
- teams
M365Environment: gcc

0 comments on commit c6a9092

Please sign in to comment.