From c6a9092ef292f4c2c2503f559f67036d8ac005f8 Mon Sep 17 00:00:00 2001 From: amart241 <106177534+amart241@users.noreply.github.com> Date: Thu, 1 Aug 2024 08:07:29 -0700 Subject: [PATCH] fixed ordering of product names --- PowerShell/ScubaGear/Sample-Config-Files/creds_config.yaml | 2 +- PowerShell/ScubaGear/Sample-Config-Files/full_config.yaml | 6 +++--- .../ScubaGear/Sample-Config-Files/typical_config.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/PowerShell/ScubaGear/Sample-Config-Files/creds_config.yaml b/PowerShell/ScubaGear/Sample-Config-Files/creds_config.yaml index e3e0179a05..ab76c5d187 100644 --- a/PowerShell/ScubaGear/Sample-Config-Files/creds_config.yaml +++ b/PowerShell/ScubaGear/Sample-Config-Files/creds_config.yaml @@ -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 diff --git a/PowerShell/ScubaGear/Sample-Config-Files/full_config.yaml b/PowerShell/ScubaGear/Sample-Config-Files/full_config.yaml index ecbdbb1344..2fa6b4fab8 100644 --- a/PowerShell/ScubaGear/Sample-Config-Files/full_config.yaml +++ b/PowerShell/ScubaGear/Sample-Config-Files/full_config.yaml @@ -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 diff --git a/PowerShell/ScubaGear/Sample-Config-Files/typical_config.yaml b/PowerShell/ScubaGear/Sample-Config-Files/typical_config.yaml index a13381abd6..861bd2163a 100644 --- a/PowerShell/ScubaGear/Sample-Config-Files/typical_config.yaml +++ b/PowerShell/ScubaGear/Sample-Config-Files/typical_config.yaml @@ -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