Skip to content

Commit

Permalink
Merge branch '1075-clean-up-sample-config-files' of https://github.co…
Browse files Browse the repository at this point in the history
…m/cisagov/ScubaGear into 1075-clean-up-sample-config-files
  • Loading branch information
amart241 committed Aug 1, 2024
2 parents 5da8aad + e557113 commit 2487f96
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions PowerShell/ScubaGear/Sample-Config-Files/aad-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Aad:
MS.AAD.3.1v1: *CommonExclusions
MS.AAD.3.2v1: *CommonExclusions
MS.AAD.3.6v1: *CommonExclusions
MS.AAD.3.7v1: *CommonExclusions
MS.AAD.3.8v1: *CommonExclusions
MS.AAD.7.4v1: &CommonRoleExclusions
RoleExclusions:
Expand Down
2 changes: 1 addition & 1 deletion PowerShell/ScubaGear/Sample-Config-Files/basic_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Description: |
YAML Basic Configuration file ( one product )
This example includes the following design choice for illustrative purposes:
- Use of Pascal case convention for varible names
- Use of Pascal case convention for variable names
ProductNames: teams
M365Environment: gcc
4 changes: 2 additions & 2 deletions PowerShell/ScubaGear/Sample-Config-Files/creds_config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Description: |
YAML Configuration file with dummy authentication parameters, deomnstrates format of what the authentication parameters should look like for your tenant
YAML Configuration file with dummy authentication parameters, demonstrates format of what the authentication parameters should look like for your tenant
This example includes the following design choices for illustrative purposes:
- Use of Pascal case convention for varible names
- Use of Pascal case convention for variable names
ProductNames:
- aad
- teams
Expand Down
4 changes: 2 additions & 2 deletions PowerShell/ScubaGear/Sample-Config-Files/full_config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Description: |
YAML Configuration file with all parameters
This config file does not include any custom variables or any per product namespace variables
For more specifc per product config variables please refer to the sample config associated with that product
This config file does not include any custom variables or any per product namespace variables. The file shows all global configuration file variables with their default values . Users can override these values as needed. Global variables can be omitted from the file if the default is desired. Global variables specified in the configuration file can also be overridden if given as command line parameters.
For more specific per product config variables please refer to the sample config associated with that product
This example includes the following design choices for illustrative purposes:
- Use of Pascal case convention for variable names
ProductNames:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Description: |
YAML Configuration file for unit test in SCuBA
This config file does not include any per product namespace variables
For more specifc per product config variables please refer to the sample config associated with that product
For more specific per product config variables please refer to the sample config associated with that product
This example includes the following design choices for illustrative purposes:
- Use of Pascal case convention for variable names
- Example use of a custom variable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Description: |
YAML Typical Configuration File ( multiple products )
Some names are commented out but for completeness are left in to show all product options
This example includes the following design choices for illustrative purposes:
- Use of Pascal case convention for varible names
- Use of Pascal case convention for variable names
ProductNames:
- aad
# - defender
Expand Down

0 comments on commit 2487f96

Please sign in to comment.