Azure-Sentinel/Solutions/CohesitySecurity/Tools
yinghuang123 1c46cd3c1b
Cohesity security (#6599)
* initialize the new branch: CohesitySecurity
add the data connector json file.

* add these files:
    ./Solutions/CohesitySecurity/Analytic Rules/RansomwareAlert.json
    ./Solutions/CohesitySecurity/Playbooks/Incident_Email_Playbook.json
    ./Solutions/CohesitySecurity/Playbooks/Incident_VM_Playbook.json
need to find a azure way to convert the RansomwareAlert.json to yaml format,

* add these files:
    ./Solutions/CohesitySecurity/Analytic Rules/RansomwareAlert.yaml
    ./Solutions/CohesitySecurity/SolutionMetadata.json
    ./Tools/Create-Azure-Sentinel-Solution/V2/input/Solution_CohesitySecurity.json
    ./Tools/Create-Azure-Sentinel-Solution/input/Solution_CohesitySecurity.json
    ./Tools/Create-Sentinel-Solution/V2/input/Solution_CohesitySecurity.json

I feel we should use the v2 build script
    ./Tools/Create-Azure-Sentinel-Solution/V2/createSolutionV2.ps1
instead of
    ./Tools/Create-Azure-Sentinel-Solution/createSolution.ps1

It failed on other Solutions, dued to some hard-coded path, for example:
    Downloading C:\GitHub\azure\Solutions\CiscoDuoSecurity/Workbooks/CiscoDuo.json
    Failed to download C:\GitHub\azure\Solutions\CiscoDuoSecurity/Workbooks/CiscoDuo.json -- Please ensure that it exists in C:%5CGitHub%5Cazure%5CSolutions%5CCiscoDuoSecurity/

For the reason mentioned above, just temporarily delete these files, in order to have a pass build:
    ./Tools/Create-Azure-Sentinel-Solution/V2/input/Solution_CiscoDuoSecurity.json
    ./Tools/Create-Azure-Sentinel-Solution/input/Solution_CiscoWSA.json
    ./Tools/Create-Azure-Sentinel-Solution/input/Solution_SIGNL4.json
    ./Tools/Create-Azure-Sentinel-Solution/input/Solution_ZeroNetworks.json
in our final version, need to get back these files.

what's next:
    These 3 files are duplicate, need to remove 2, and only keep one in our final version.
    for I am not sure, and its doc and examples are conflicting with each other, again,,so, I just keep 3 in different location:
        ./Tools/Create-Azure-Sentinel-Solution/V2/input/Solution_CohesitySecurity.json
        ./Tools/Create-Azure-Sentinel-Solution/input/Solution_CohesitySecurity.json
        ./Tools/Create-Sentinel-Solution/V2/input/Solution_CohesitySecurity.json
    write another script to only build our Solution, so we could get back those temporarily deleted files
    Fix the last failures:
        Failed arm-ttk (Test-AzTemplate): Package
        Failed arm-ttk (Test-AzTemplate) on solutions: Package

Will try again after dinner.

* clean some un-needed files
update the playbook *.json files
so, now build, and auto validataion pass

* get back the other Solutions under input folder, to minimize the diff to mastter
add the yaml format of Analytic Rules

* add stuff for v1 createsolution script
manually change some version value to pass build validation for v1 script
still resulted in the same error with v2, during deployment

* Update SolutionMetadata.json

"cohesity security" -> "cohesitysecurity"
Added "verticals": []

* Update Solution_CohesitySecurity.json

        "Analytic Rules/RansomwareAlert.json" ->         "Analytic Rules/RansomwareAlert.yaml"

* Update Solution_CohesitySecurity.json

"Analytic Rules/RansomwareAlert.yaml" - > "Analytic Rules/Ransomware Alert.yaml"

* Update Solution_CohesitySecurity.json

Ransomware Alert.yaml -> RansomwareAlert.yaml

* +++ ./Solutions/CohesitySecurity/readme
    instruct how to build, validate, etc:
+++ ./Solutions/CohesitySecurity/Analytic Rules/RansomwareAlert.yaml
    manually update thise generated yaml file to pass the build validatation
+++ ./Solutions/CohesitySecurity/SolutionMetadata.json
    update the correct tier value

* +++ ./Solutions/CohesitySecurity/Analytic Rules/RansomwareAlert.yaml
    tried automated process to generate this file

* +++ ./Solutions/CiscoDuoSecurity/Package/mainTemplate.json
+++ ./Solutions/CiscoWSA/Package/mainTemplate.json
+++ ./Solutions/SIGNL4/Package/mainTemplate.json
+++ ./Tools/Create-Azure-Sentinel-Solution/V2/input/Solution_CiscoDuoSecurity.json
+++ ./Tools/Create-Azure-Sentinel-Solution/input/Solution_CiscoWSA.json
+++ ./Tools/Create-Azure-Sentinel-Solution/input/Solution_SIGNL4.json
+++ ./Tools/Create-Azure-Sentinel-Solution/input/Solution_ZeroNetworks.json
    add back these files to minimize the diff to master branch.

remove some un-used playbooks.
add place holders, so as to sanitize and customize PII value.
update readme, to illustrate how to use build.sh to build the package.

* small update to Incident_VM_Playbook.json

* small update to readme

* +++ ./Solutions/CohesitySecurity/Playbooks/SNOW-CreateAndUpdateIncident/SNOW-CreateAndUpdateIncident.json
    fix a weird validation issue
+++ ./Solutions/CohesitySecurity/build.sh
+++ ./Tools/Create-Azure-Sentinel-Solution/build_cohesity.ps1
    add some build files for CohesitySecurity

* --- ./Solutions/CohesitySecurity/build.sh
--- ./Solutions/CohesitySecurity/Analytic Rules/RansomwareAlert.json
+++ ./Solutions/CohesitySecurity/Playbooks/SNOW-CreateAndUpdateIncident/SNOW-CreateAndUpdateIncident.json
+++ ./Solutions/CohesitySecurity/build.ps1
rename from Tools/Create-Azure-Sentinel-Solution/build_cohesity.ps1
rename to Solutions/CohesitySecurity/build_one_solution.ps1

* update readme file.

* fix the Playbooks/SNOW-CreateAndUpdateIncident
1: remove "-" in variables name.
    avoid using - in variable name of Playbooks.
2: change from Microsoftsentinel to Azuresentinel in api.id
    maybe this Playbook is based on an old template?

* update the "publisherId" and "offerId"

* Fix Azure Pipelines validation error.

* +++ ./.script/tests/KqlvalidationsTests/CustomTables/HeliosAuditNativePoller_CL.json

* small update to Analytic rule and helios_connector.

+++ ./Solutions/CohesitySecurity/AlertHttpTrigger/AlertHttpTrigger.sln
+++ ./Solutions/CohesitySecurity/AlertHttpTrigger/AlertHttpTrigger/AlertHttpTrigger.cs
+++ ./Solutions/CohesitySecurity/AlertHttpTrigger/AlertHttpTrigger/AlertHttpTrigger.csproj
+++ ./Solutions/CohesitySecurity/AlertHttpTrigger/AlertHttpTrigger/deploy.sh
+++ ./Solutions/CohesitySecurity/AlertHttpTrigger/AlertHttpTrigger/host.json
+++ ./Solutions/CohesitySecurity/AlertHttpTrigger/AlertHttpTrigger/local.settings.json

* update the queryFrequency and queryPeriod

* update metadata for playbooks.

* parameterize the CohesitySecurity/AlertHttpTrigger
add resetRedis to reset redis key value
remove  in *.json files.

* +++ ./Sample Data/Custom/HeliosAuditNativePoller_CL.json

* add try catch in DataConnectors/CohesitySecurity/AlertHttpTrigger/AlertHttpTrigger.cs

* replace the AlertHttpTrigger with Helios2Sentinel data connector.
add README.md to all the playbooks.
rename all the playbooks to azuredeploy.json file as suggested.

* Just initialize this new branch for Cohesity internal collaboration/review.

* Update readme.md

Typo

* --- ./Solutions/CohesitySecurity/Data Connectors/helios_connector.json

* Update readme.md

Added link to the playbook template

* Update readme.md

Updated link to Azure deployment

* Update readme.md

* Update readme.md

* Update readme.md

First draft of deployment instructions

* Update readme.md

Added references to other deployment instructions

* Update readme.md

Fixed link for the package directory

* Update readme.md

Typo

* Update readme.md

Fixed step #1

* Update readme.md

Escaped URL

* Update readme.md

Fixing build instructions URL

* Update readme.md

Fixing URL again

* Update readme.md

Setting ref line

* Update readme.md

* Update readme.md

Deployment steps corrections

* Update readme.md

Minor fixes

* Update readme.md

Fixed typos

* Update readme.md

Added TBD for package directory

* Update readme.md

Corrected playbook description

* Update readme.md

Testing ARM

* --- ./Solutions/CohesitySecurity/Analytic Rules/RansomwareAlert.yaml
--- ./Solutions/CohesitySecurity/Data Connectors/helios_connector.json
+++ ./Solutions/CohesitySecurity/Package/createUiDefinition.json
+++ ./Solutions/CohesitySecurity/Package/mainTemplate.json
update the build script.

* Update readme.md

Changed URI

* Update readme.md

Trying different link

* Update readme.md

Another URI test

* Update readme.md

Another link test

* Update readme.md

URI test

* Update readme.md

* obfuscate the values in local.settings.json files.
rename cohesity.config to cohesity.json, and update the build.ps1, readme.md.

The github/codeql-action/autobuild keeps failing, but DataConnectors/CohesitySecurity/Helios2Sentinel build succeeded, as shown in following log.
thus will disable the autobuild work flow.
=============================
MSBuild version 17.4.0+18d5aef85 for .NET
  Determining projects to restore...
  Restored /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj (in 241 ms).
  Restored /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.csproj (in 241 ms).
/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.cs(65,34): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.csproj]
  IncidentProducer -> /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/bin/Debug/net6.0/Helios2Sentinel.dll
/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(30,32): warning CS0618: 'AuthenticationContext.AcquireTokenAsync(string, ClientCredential)' is obsolete: 'Microsoft.IdentityModel.Clients.ActiveDirectory is deprecated and replaced with Microsoft.Identity.Client. To migrate a daemon application, or service to service flow, see https://aka.ms/adal-to-msal-net/daemon' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(39,51): warning SYSLIB0014: 'WebRequest.Create(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
  IncidentConsumer -> /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/bin/Debug/net6.0/IncidentConsumer.dll

Build succeeded.

/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.cs(65,34): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.csproj]
/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(30,32): warning CS0618: 'AuthenticationContext.AcquireTokenAsync(string, ClientCredential)' is obsolete: 'Microsoft.IdentityModel.Clients.ActiveDirectory is deprecated and replaced with Microsoft.Identity.Client. To migrate a daemon application, or service to service flow, see https://aka.ms/adal-to-msal-net/daemon' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(39,51): warning SYSLIB0014: 'WebRequest.Create(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
    3 Warning(s)
    0 Error(s)

Time Elapsed 00:00:03.65

* Update readme.md

Changed URI for ARM template

* Update readme.md

Changed URI again

* Update readme.md

Trying new URI format

* Update readme.md

Updated ARM template

* Update readme.md

Formatting changes

* Update readme.md

Added word Cohesity to the playbook name

* Update readme.md

Initial version

* Update readme.md

Completed the description

* Update readme.md

Added formatting

* Update readme.md

Initial version

* Update readme.md

Corrected the URI

* Update readme.md

Corrected typos

* Update readme.md

Formatting changes

* Update readme.md

Removed unnecessary parameter

* Create readme.md

Initial version

* Create readme.md

Initial commit

* Update readme.md

Typo

* Update readme.md

Complete version

* Update readme.md

Fixed typos

* Create readme.md

Final version

* obfuscate the CohesityQueueName
multi-thread improve ParseAlertToQueue function

* Update Solution_CohesitySecurity.json

Added product description

* Update readme.md

Polished text

* Update SolutionMetadata.json

Expanding categories and updating support info

* Update SolutionMetadata.json

Formatting changes

* Update readme.md

Added more testing instructions

* Update readme.md

Adding a testing step

* Update SolutionMetadata.json

Changed per Microsoft code review

* Update Solution_CohesitySecurity.json

Changed per Microsoft review

* moving the try catch logic up.
Add FixedDelayRetry for QueueTrigger.

* update readme file to add introduction about CohesityQueueName.

* add lock to protect the queue in multi-thread scenarios.

* Update readme.md

Updated links to individual deployment instructions.

* Update readme.md

Formatting changes

* Update readme.md

Formatting changes

* n

* fix the indent issue.

* avoid recursion in catch.
move FixedDelayRetry into host.json file.

* delete these 2 not in use files.

* update the host.json for queue policy.

* fix typo.

* Squashed commit of the following:

commit df0261d7ff
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:39:03 2022 -0800

    fix typo.

commit 3cbc054f56
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:22:53 2022 -0800

    update the host.json for queue policy.

commit 5c975aa3bd
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:11:29 2022 -0800

    delete these 2 not in use files.

commit 34d4b4ea72
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:01:47 2022 -0800

    avoid recursion in catch.
    move FixedDelayRetry into host.json file.

commit a5675c32ec
Merge: e4316deb4 24fdabb0d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 13:43:06 2022 -0800

    Merge branch 'CohesitySecurity.internal' of ../../BareReps/workspace/Azure-Sentinel1 into CohesitySecurity.internal

commit e4316deb49
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 13:43:06 2022 -0800

    fix the indent issue.

commit 24fdabb0d5
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 13:39:58 2022 -0800

    n

commit 91a8b155d8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 10:19:21 2022 -0600

    Update readme.md

    Formatting changes

commit eba35f847f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 10:18:44 2022 -0600

    Update readme.md

    Formatting changes

commit 4922249d7c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 10:17:32 2022 -0600

    Update readme.md

    Updated links to individual deployment instructions.

commit d0504d3006
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Sat Dec 10 22:47:59 2022 -0800

    add lock to protect the queue in multi-thread scenarios.

commit 79216fa51e
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 9 16:27:40 2022 -0800

    update readme file to add introduction about CohesityQueueName.

commit 3684302ebd
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 9 16:07:24 2022 -0800

    moving the try catch logic up.
    Add FixedDelayRetry for QueueTrigger.

commit 2bb8bdb2df
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 9 09:46:22 2022 -0600

    Update Solution_CohesitySecurity.json

    Changed per Microsoft review

commit 2e4cd092da
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 9 09:40:25 2022 -0600

    Update SolutionMetadata.json

    Changed per Microsoft code review

commit 4f9275a6c7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:30:33 2022 -0600

    Update readme.md

    Adding a testing step

commit 0e6eef6899
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:22:54 2022 -0600

    Update readme.md

    Added more testing instructions

commit 868e8aff16
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:17:29 2022 -0600

    Update SolutionMetadata.json

    Formatting changes

commit 2681e4e210
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:16:47 2022 -0600

    Update SolutionMetadata.json

    Expanding categories and updating support info

commit 456cde77cf
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:11:55 2022 -0600

    Update readme.md

    Polished text

commit e7596e2376
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 19:51:46 2022 -0600

    Update Solution_CohesitySecurity.json

    Added product description

commit 3b0d6cae13
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 8 17:49:44 2022 -0800

    obfuscate the CohesityQueueName
    multi-thread improve ParseAlertToQueue function

commit 6a010359f4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 17:34:47 2022 -0600

    Create readme.md

    Final version

commit f062e826cc
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 16:39:52 2022 -0600

    Update readme.md

    Fixed typos

commit 16dd47d262
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 16:32:18 2022 -0600

    Update readme.md

    Complete version

commit 1cc3573c46
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 13:45:14 2022 -0600

    Update readme.md

    Typo

commit 882e06b81c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 13:09:45 2022 -0600

    Create readme.md

    Initial commit

commit a3604698a1
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:55:06 2022 -0600

    Create readme.md

    Initial version

commit a3691ffe3c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:27:32 2022 -0600

    Update readme.md

    Removed unnecessary parameter

commit b54d377505
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:26:47 2022 -0600

    Update readme.md

    Formatting changes

commit 7a1d5c44c6
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:22:17 2022 -0600

    Update readme.md

    Corrected typos

commit beba853c33
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:05:11 2022 -0600

    Update readme.md

    Corrected the URI

commit f57caf6c0e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:03:07 2022 -0600

    Update readme.md

    Initial version

commit e6456173f4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 11:45:53 2022 -0600

    Update readme.md

    Added formatting

commit 776e8f5f9f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 11:45:12 2022 -0600

    Update readme.md

    Completed the description

commit 9f32298f3f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 11:12:00 2022 -0600

    Update readme.md

    Initial version

commit 124d09ab97
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 10:57:08 2022 -0600

    Update readme.md

    Added word Cohesity to the playbook name

commit 72ffa6e79e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:55:55 2022 -0600

    Update readme.md

    Formatting changes

commit 63d91a5d6a
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:48:38 2022 -0600

    Update readme.md

    Updated ARM template

commit 9778263e07
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:37:38 2022 -0600

    Update readme.md

    Trying new URI format

commit 30630efe42
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:30:39 2022 -0600

    Update readme.md

    Changed URI again

commit 0622eba625
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:29:04 2022 -0600

    Update readme.md

    Changed URI for ARM template

commit 6b33b2525f
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Dec 7 17:15:05 2022 -0800

    obfuscate the values in local.settings.json files.
    rename cohesity.config to cohesity.json, and update the build.ps1, readme.md.

    The github/codeql-action/autobuild keeps failing, but DataConnectors/CohesitySecurity/Helios2Sentinel build succeeded, as shown in following log.
    thus will disable the autobuild work flow.
    =============================
    MSBuild version 17.4.0+18d5aef85 for .NET
      Determining projects to restore...
      Restored /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj (in 241 ms).
      Restored /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.csproj (in 241 ms).
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.cs(65,34): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.csproj]
      IncidentProducer -> /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/bin/Debug/net6.0/Helios2Sentinel.dll
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(30,32): warning CS0618: 'AuthenticationContext.AcquireTokenAsync(string, ClientCredential)' is obsolete: 'Microsoft.IdentityModel.Clients.ActiveDirectory is deprecated and replaced with Microsoft.Identity.Client. To migrate a daemon application, or service to service flow, see https://aka.ms/adal-to-msal-net/daemon' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(39,51): warning SYSLIB0014: 'WebRequest.Create(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
      IncidentConsumer -> /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/bin/Debug/net6.0/IncidentConsumer.dll

    Build succeeded.

    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.cs(65,34): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.csproj]
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(30,32): warning CS0618: 'AuthenticationContext.AcquireTokenAsync(string, ClientCredential)' is obsolete: 'Microsoft.IdentityModel.Clients.ActiveDirectory is deprecated and replaced with Microsoft.Identity.Client. To migrate a daemon application, or service to service flow, see https://aka.ms/adal-to-msal-net/daemon' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(39,51): warning SYSLIB0014: 'WebRequest.Create(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
        3 Warning(s)
        0 Error(s)

    Time Elapsed 00:00:03.65

commit 48a92fa015
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:56:38 2022 -0600

    Update readme.md

commit fff7b50eef
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:55:03 2022 -0600

    Update readme.md

    URI test

commit d9e31f7740
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:53:17 2022 -0600

    Update readme.md

    Another link test

commit d2c11aa620
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:49:15 2022 -0600

    Update readme.md

    Another URI test

commit 4af3e3078b
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:48:19 2022 -0600

    Update readme.md

    Trying different link

commit 3137eb24db
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:40:02 2022 -0600

    Update readme.md

    Changed URI

commit 2483ea6d37
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Dec 7 13:31:11 2022 -0800

    --- ./Solutions/CohesitySecurity/Analytic Rules/RansomwareAlert.yaml
    --- ./Solutions/CohesitySecurity/Data Connectors/helios_connector.json
    +++ ./Solutions/CohesitySecurity/Package/createUiDefinition.json
    +++ ./Solutions/CohesitySecurity/Package/mainTemplate.json
    update the build script.

commit fefdf8cfd2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:25:13 2022 -0600

    Update readme.md

    Testing ARM

commit 19ec494e83
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:18:22 2022 -0600

    Update readme.md

    Corrected playbook description

commit 59cd9b5250
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:04:28 2022 -0600

    Update readme.md

    Added TBD for package directory

commit 66bdab4f47
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:02:15 2022 -0600

    Update readme.md

    Fixed typos

commit cd7ec9fd1d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:00:08 2022 -0600

    Update readme.md

    Minor fixes

commit 7ba845641f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:45:22 2022 -0600

    Update readme.md

    Deployment steps corrections

commit e6dd9c5fce
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:42:44 2022 -0600

    Update readme.md

commit 29ca436444
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:41:33 2022 -0600

    Update readme.md

    Setting ref line

commit b1301e2b6e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:40:34 2022 -0600

    Update readme.md

    Fixing URL again

commit 6d7012c1b5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:39:11 2022 -0600

    Update readme.md

    Fixing build instructions URL

commit 098e27bbf7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:36:40 2022 -0600

    Update readme.md

    Escaped URL

commit 61ea1d5672
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:35:11 2022 -0600

    Update readme.md

    Fixed step #1

commit 0d071a0b69
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:34:04 2022 -0600

    Update readme.md

    Typo

commit 028950c162
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:33:26 2022 -0600

    Update readme.md

    Fixed link for the package directory

commit 15af0de66d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:31:25 2022 -0600

    Update readme.md

    Added references to other deployment instructions

commit f7e5af2070
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 11:30:56 2022 -0600

    Update readme.md

    First draft of deployment instructions

commit b83e93aea0
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 19:29:02 2022 -0600

    Update readme.md

commit 372ae3e17e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 19:26:25 2022 -0600

    Update readme.md

commit e6b15a5793
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 19:18:30 2022 -0600

    Update readme.md

    Updated link to Azure deployment

commit 3447201611
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 18:56:16 2022 -0600

    Update readme.md

    Added link to the playbook template

commit 36c776fd5b
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 2 15:54:33 2022 -0800

    Just initialize this new branch for Cohesity internal collaboration/review.

* delete those files not in use.

* Update readme.md

Removed en-us locale from links

* remove en-us in the link, to pass buildbot validation.

* further remove the locale in readme.md
rename and sync to the latest Cohesity_Send_Incident_Email Playbook

* Update readme.md

Fixed link to the Cohesity_Send_Incident_Email template

* Update azuredeploy.json

Added "My" to distinguish template from the actual playbook

* Update readme.md

Added troubleshooting section

* update the Cohesity_Send_Incident_Email Playbook

* rename playbook from Incident_Email_Playbook to Cohesity_Send_Incident_Email
remove alerts loop in that playbook.

* update playbook: Cohesity_Send_Incident_Email

* Update readme.md

Added steps about connection authorization

* Update readme.md

Added a step about adding SNOW credentials

* Update readme.md

Added link about editing connections

* Update readme.md

Updated with the info about adding the automation rule.

* Update readme.md

Added info and new steps for the API key

* add the vm playbook related parameters into blob storage in IncidentProducer.

* parameterize the containerName
take back the multi-thread implementation of ParseAlertToQueue

* rename playbook from Incident_VM_Playbook to Cohesity_Restore_From_Last_Snapshot
update to read the details from blob storage.

* Update readme.md

Updated instructions for SNOW playbook to create automation rule for closing SNOW tickets.

* Update readme.md

Updated info related to using the KeyVault to store the API Key.

* rename from DataConnectors/CohesitySecurity/Helios2Sentinel
rename to "Solutions/CohesitySecurity/Data\\ Connectors/Helios2Sentinel
update to use keyvault instead of apiKey from env.
rename some playbooks.

* Update readme.md

Typo

* rename from "Solutions/CohesitySecurity/Data\\ Connectors/
rename to Solutions/CohesitySecurity/Data Connectors/

* fix the extra "\" in readme files.

* +++ b/Solutions/CohesitySecurity/Playbooks/Cohesity_Close_Helios_Incident/azuredeploy.json
+++ b/Solutions/CohesitySecurity/Playbooks/Cohesity_Close_Helios_Incident/readme.md

* Update readme.md

Added specific name for the vault

* Update readme.md

Added specific name for the playbook

* +        "Playbooks/Cohesity_Close_Helios_Incident/azuredeploy.json",

* Squashed commit of the following:

commit c371a4644d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 21:43:53 2022 -0800

    +        "Playbooks/Cohesity_Close_Helios_Incident/azuredeploy.json",

commit 5b8a57d500
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 22:00:52 2022 -0600

    Update readme.md

    Added specific name for the playbook

commit d48f6f2734
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 21:59:47 2022 -0600

    Update readme.md

    Added specific name for the vault

commit 864b714422
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 18:21:06 2022 -0800

    +++ b/Solutions/CohesitySecurity/Playbooks/Cohesity_Close_Helios_Incident/azuredeploy.json
    +++ b/Solutions/CohesitySecurity/Playbooks/Cohesity_Close_Helios_Incident/readme.md

commit fffc00bd40
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 18:13:15 2022 -0800

    fix the extra "\" in readme files.

commit 4923932eb1
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 18:04:32 2022 -0800

    rename from "Solutions/CohesitySecurity/Data\\ Connectors/
    rename to Solutions/CohesitySecurity/Data Connectors/

commit ef5279c6eb
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 19:47:16 2022 -0600

    Update readme.md

    Typo

commit 94e4bdfe64
Merge: 2e21ed5ed 6d788faf0
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 17:26:43 2022 -0800

    Merge remote-tracking branch 'cohesity/CohesitySecurity.internal' into CohesitySecurity.internal

commit 2e21ed5edf
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 17:26:26 2022 -0800

    rename from DataConnectors/CohesitySecurity/Helios2Sentinel
    rename to "Solutions/CohesitySecurity/Data\\ Connectors/Helios2Sentinel
    update to use keyvault instead of apiKey from env.
    rename some playbooks.

commit 6d788faf0f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 19:22:01 2022 -0600

    Update readme.md

    Updated info related to using the KeyVault to store the API Key.

commit 2eb03064da
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 16:31:57 2022 -0600

    Update readme.md

    Updated instructions for SNOW playbook to create automation rule for closing SNOW tickets.

commit 8295c49fd6
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 12:13:14 2022 -0800

    rename playbook from Incident_VM_Playbook to Cohesity_Restore_From_Last_Snapshot
    update to read the details from blob storage.

commit 1a2df6f10c
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 16 10:37:58 2022 -0800

    parameterize the containerName
    take back the multi-thread implementation of ParseAlertToQueue

commit a3da7f4d43
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 15 18:17:20 2022 -0800

    add the vm playbook related parameters into blob storage in IncidentProducer.

commit 6899e05da6
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 12:17:01 2022 -0600

    Update readme.md

    Added info and new steps for the API key

commit 0dda5f371b
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 11:32:08 2022 -0600

    Update readme.md

    Updated with the info about adding the automation rule.

commit fb94db0ee5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 11:27:17 2022 -0600

    Update readme.md

    Added link about editing connections

commit bb844f6a6e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 11:25:30 2022 -0600

    Update readme.md

    Added a step about adding SNOW credentials

commit f5efccdf51
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 11:12:46 2022 -0600

    Update readme.md

    Added steps about connection authorization

commit a7fde185bc
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Dec 14 11:33:21 2022 -0800

    update the Cohesity_Send_Incident_Email Playbook

commit 53ab790928
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 13 20:12:54 2022 -0600

    Update readme.md

    Added troubleshooting section

commit 38fae0f6ee
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 13 19:26:41 2022 -0600

    Update azuredeploy.json

    Added "My" to distinguish template from the actual playbook

commit 2c5e09ecde
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 13 19:25:50 2022 -0600

    Update readme.md

    Fixed link to the Cohesity_Send_Incident_Email template

commit 542d3622af
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Dec 13 17:12:01 2022 -0800

    further remove the locale in readme.md
    rename and sync to the latest Cohesity_Send_Incident_Email Playbook

commit 5ef898ebcd
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 18:36:01 2022 -0600

    Update readme.md

    Removed en-us locale from links

commit df0261d7ff
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:39:03 2022 -0800

    fix typo.

commit 3cbc054f56
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:22:53 2022 -0800

    update the host.json for queue policy.

commit 5c975aa3bd
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:11:29 2022 -0800

    delete these 2 not in use files.

commit 34d4b4ea72
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:01:47 2022 -0800

    avoid recursion in catch.
    move FixedDelayRetry into host.json file.

commit a5675c32ec
Merge: e4316deb4 24fdabb0d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 13:43:06 2022 -0800

    Merge branch 'CohesitySecurity.internal' of ../../BareReps/workspace/Azure-Sentinel1 into CohesitySecurity.internal

commit e4316deb49
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 13:43:06 2022 -0800

    fix the indent issue.

commit 24fdabb0d5
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 13:39:58 2022 -0800

    n

commit 91a8b155d8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 10:19:21 2022 -0600

    Update readme.md

    Formatting changes

commit eba35f847f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 10:18:44 2022 -0600

    Update readme.md

    Formatting changes

commit 4922249d7c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 10:17:32 2022 -0600

    Update readme.md

    Updated links to individual deployment instructions.

commit d0504d3006
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Sat Dec 10 22:47:59 2022 -0800

    add lock to protect the queue in multi-thread scenarios.

commit 79216fa51e
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 9 16:27:40 2022 -0800

    update readme file to add introduction about CohesityQueueName.

commit 3684302ebd
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 9 16:07:24 2022 -0800

    moving the try catch logic up.
    Add FixedDelayRetry for QueueTrigger.

commit 2bb8bdb2df
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 9 09:46:22 2022 -0600

    Update Solution_CohesitySecurity.json

    Changed per Microsoft review

commit 2e4cd092da
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 9 09:40:25 2022 -0600

    Update SolutionMetadata.json

    Changed per Microsoft code review

commit 4f9275a6c7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:30:33 2022 -0600

    Update readme.md

    Adding a testing step

commit 0e6eef6899
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:22:54 2022 -0600

    Update readme.md

    Added more testing instructions

commit 868e8aff16
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:17:29 2022 -0600

    Update SolutionMetadata.json

    Formatting changes

commit 2681e4e210
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:16:47 2022 -0600

    Update SolutionMetadata.json

    Expanding categories and updating support info

commit 456cde77cf
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:11:55 2022 -0600

    Update readme.md

    Polished text

commit e7596e2376
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 19:51:46 2022 -0600

    Update Solution_CohesitySecurity.json

    Added product description

commit 3b0d6cae13
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 8 17:49:44 2022 -0800

    obfuscate the CohesityQueueName
    multi-thread improve ParseAlertToQueue function

commit 6a010359f4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 17:34:47 2022 -0600

    Create readme.md

    Final version

commit f062e826cc
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 16:39:52 2022 -0600

    Update readme.md

    Fixed typos

commit 16dd47d262
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 16:32:18 2022 -0600

    Update readme.md

    Complete version

commit 1cc3573c46
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 13:45:14 2022 -0600

    Update readme.md

    Typo

commit 882e06b81c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 13:09:45 2022 -0600

    Create readme.md

    Initial commit

commit a3604698a1
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:55:06 2022 -0600

    Create readme.md

    Initial version

commit a3691ffe3c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:27:32 2022 -0600

    Update readme.md

    Removed unnecessary parameter

commit b54d377505
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:26:47 2022 -0600

    Update readme.md

    Formatting changes

commit 7a1d5c44c6
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:22:17 2022 -0600

    Update readme.md

    Corrected typos

commit beba853c33
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:05:11 2022 -0600

    Update readme.md

    Corrected the URI

commit f57caf6c0e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:03:07 2022 -0600

    Update readme.md

    Initial version

commit e6456173f4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 11:45:53 2022 -0600

    Update readme.md

    Added formatting

commit 776e8f5f9f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 11:45:12 2022 -0600

    Update readme.md

    Completed the description

commit 9f32298f3f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 11:12:00 2022 -0600

    Update readme.md

    Initial version

commit 124d09ab97
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 10:57:08 2022 -0600

    Update readme.md

    Added word Cohesity to the playbook name

commit 72ffa6e79e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:55:55 2022 -0600

    Update readme.md

    Formatting changes

commit 63d91a5d6a
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:48:38 2022 -0600

    Update readme.md

    Updated ARM template

commit 9778263e07
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:37:38 2022 -0600

    Update readme.md

    Trying new URI format

commit 30630efe42
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:30:39 2022 -0600

    Update readme.md

    Changed URI again

commit 0622eba625
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:29:04 2022 -0600

    Update readme.md

    Changed URI for ARM template

commit 6b33b2525f
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Dec 7 17:15:05 2022 -0800

    obfuscate the values in local.settings.json files.
    rename cohesity.config to cohesity.json, and update the build.ps1, readme.md.

    The github/codeql-action/autobuild keeps failing, but DataConnectors/CohesitySecurity/Helios2Sentinel build succeeded, as shown in following log.
    thus will disable the autobuild work flow.
    =============================
    MSBuild version 17.4.0+18d5aef85 for .NET
      Determining projects to restore...
      Restored /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj (in 241 ms).
      Restored /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.csproj (in 241 ms).
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.cs(65,34): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.csproj]
      IncidentProducer -> /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/bin/Debug/net6.0/Helios2Sentinel.dll
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(30,32): warning CS0618: 'AuthenticationContext.AcquireTokenAsync(string, ClientCredential)' is obsolete: 'Microsoft.IdentityModel.Clients.ActiveDirectory is deprecated and replaced with Microsoft.Identity.Client. To migrate a daemon application, or service to service flow, see https://aka.ms/adal-to-msal-net/daemon' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(39,51): warning SYSLIB0014: 'WebRequest.Create(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
      IncidentConsumer -> /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/bin/Debug/net6.0/IncidentConsumer.dll

    Build succeeded.

    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.cs(65,34): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.csproj]
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(30,32): warning CS0618: 'AuthenticationContext.AcquireTokenAsync(string, ClientCredential)' is obsolete: 'Microsoft.IdentityModel.Clients.ActiveDirectory is deprecated and replaced with Microsoft.Identity.Client. To migrate a daemon application, or service to service flow, see https://aka.ms/adal-to-msal-net/daemon' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(39,51): warning SYSLIB0014: 'WebRequest.Create(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
        3 Warning(s)
        0 Error(s)

    Time Elapsed 00:00:03.65

commit 48a92fa015
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:56:38 2022 -0600

    Update readme.md

commit fff7b50eef
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:55:03 2022 -0600

    Update readme.md

    URI test

commit d9e31f7740
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:53:17 2022 -0600

    Update readme.md

    Another link test

commit d2c11aa620
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:49:15 2022 -0600

    Update readme.md

    Another URI test

commit 4af3e3078b
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:48:19 2022 -0600

    Update readme.md

    Trying different link

commit 3137eb24db
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:40:02 2022 -0600

    Update readme.md

    Changed URI

commit 2483ea6d37
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Dec 7 13:31:11 2022 -0800

    --- ./Solutions/CohesitySecurity/Analytic Rules/RansomwareAlert.yaml
    --- ./Solutions/CohesitySecurity/Data Connectors/helios_connector.json
    +++ ./Solutions/CohesitySecurity/Package/createUiDefinition.json
    +++ ./Solutions/CohesitySecurity/Package/mainTemplate.json
    update the build script.

commit fefdf8cfd2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:25:13 2022 -0600

    Update readme.md

    Testing ARM

commit 19ec494e83
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:18:22 2022 -0600

    Update readme.md

    Corrected playbook description

commit 59cd9b5250
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:04:28 2022 -0600

    Update readme.md

    Added TBD for package directory

commit 66bdab4f47
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:02:15 2022 -0600

    Update readme.md

    Fixed typos

commit cd7ec9fd1d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:00:08 2022 -0600

    Update readme.md

    Minor fixes

commit 7ba845641f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:45:22 2022 -0600

    Update readme.md

    Deployment steps corrections

commit e6dd9c5fce
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:42:44 2022 -0600

    Update readme.md

commit 29ca436444
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:41:33 2022 -0600

    Update readme.md

    Setting ref line

commit b1301e2b6e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:40:34 2022 -0600

    Update readme.md

    Fixing URL again

commit 6d7012c1b5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:39:11 2022 -0600

    Update readme.md

    Fixing build instructions URL

commit 098e27bbf7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:36:40 2022 -0600

    Update readme.md

    Escaped URL

commit 61ea1d5672
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:35:11 2022 -0600

    Update readme.md

    Fixed step #1

commit 0d071a0b69
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:34:04 2022 -0600

    Update readme.md

    Typo

commit 028950c162
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:33:26 2022 -0600

    Update readme.md

    Fixed link for the package directory

commit 15af0de66d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:31:25 2022 -0600

    Update readme.md

    Added references to other deployment instructions

commit f7e5af2070
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 11:30:56 2022 -0600

    Update readme.md

    First draft of deployment instructions

commit b83e93aea0
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 19:29:02 2022 -0600

    Update readme.md

commit 372ae3e17e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 19:26:25 2022 -0600

    Update readme.md

commit e6b15a5793
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 19:18:30 2022 -0600

    Update readme.md

    Updated link to Azure deployment

commit 3447201611
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 18:56:16 2022 -0600

    Update readme.md

    Added link to the playbook template

commit 36c776fd5b
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 2 15:54:33 2022 -0800

    Just initialize this new branch for Cohesity internal collaboration/review.

* remove those old files:
--- a/DataConnectors/CohesitySecurity/Helios2Sentinel/Helios2Sentinel.sln
--- a/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs
--- a/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj
--- a/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/host.json
--- a/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/local.settings.json
--- a/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/readme.md
--- a/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.cs
--- a/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.csproj
--- a/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/host.json
--- a/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/local.settings.json
--- a/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/readme.md
--- a/DataConnectors/CohesitySecurity/Helios2Sentinel/readme.md
--- a/Solutions/CohesitySecurity/Playbooks/Incident_VM_Playbook/azuredeploy.json
--- a/Solutions/CohesitySecurity/Playbooks/Incident_VM_Playbook/readme.md
--- a/Solutions/CohesitySecurity/Playbooks/SNOW-CreateAndUpdateIncident/azuredeploy.json
--- a/Solutions/CohesitySecurity/Playbooks/SNOW-CreateAndUpdateIncident/readme.md

* Update readme.md

- Fixed broken links
- Added info about the Cohesity Close Helios Incident playbook
- Did some formatting

* Update readme.md

- Replaced Helios with DataHawk + a few other formatting changes.

* Update readme.md

- Added info about creating an automation trigger for closing SNOW tickets

* Update readme.md

Add info about skipping steps if the API key is already stored in the vault.

* Update readme.md

Typo.

* Update readme.md

Fixed broken links

* Update readme.md

Fixed broken links

* Update readme.md

Fixed broken links

* Update readme.md

Added connection authorization instructions

* Update readme.md

Added instructions about connection authorization

* Create func_azuredeploy.json

Test Azure func deploy

* Create incident_producer_azuredeploy.json

Initial version of the IncidentProducer Function App

* update these 2 Playbooks:
    ./Solutions/CohesitySecurity/Playbooks/Cohesity_Close_Helios_Incident/azuredeploy.json
    ./Solutions/CohesitySecurity/Playbooks/Cohesity_CreateOrUpdate_ServiceNow_Incident/azuredeploy.json

* update these 2 package files.
+++ ./Solutions/CohesitySecurity/Package/createUiDefinition.json
+++ ./Solutions/CohesitySecurity/Package/mainTemplate.json

* Squashed commit of the following:

commit 2c7eb694bc
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Dec 20 17:01:30 2022 -0800

    update these 2 package files.
    +++ ./Solutions/CohesitySecurity/Package/createUiDefinition.json
    +++ ./Solutions/CohesitySecurity/Package/mainTemplate.json

commit 4520fcb7fd
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Dec 20 16:49:04 2022 -0800

    update these 2 Playbooks:
        ./Solutions/CohesitySecurity/Playbooks/Cohesity_Close_Helios_Incident/azuredeploy.json
        ./Solutions/CohesitySecurity/Playbooks/Cohesity_CreateOrUpdate_ServiceNow_Incident/azuredeploy.json

commit e13cc5a80f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 17:27:36 2022 -0600

    Create incident_producer_azuredeploy.json

    Initial version of the IncidentProducer Function App

commit 0d2c1d1b53
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 15:44:46 2022 -0600

    Create func_azuredeploy.json

    Test Azure func deploy

commit db241debae
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 13:10:35 2022 -0600

    Update readme.md

    Added instructions about connection authorization

commit 7b950bcce0
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 13:06:47 2022 -0600

    Update readme.md

    Added connection authorization instructions

commit 4e38c1cca6
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:48:49 2022 -0600

    Update readme.md

    Fixed broken links

commit c454187a07
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:42:53 2022 -0600

    Update readme.md

    Fixed broken links

commit 138ce8147d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:36:24 2022 -0600

    Update readme.md

    Fixed broken links

commit d9a069e6c9
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:27:31 2022 -0600

    Update readme.md

    Typo.

commit 6b73ea2794
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:27:13 2022 -0600

    Update readme.md

    Add info about skipping steps if the API key is already stored in the vault.

commit 829395b3ae
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:22:41 2022 -0600

    Update readme.md

    - Added info about creating an automation trigger for closing SNOW tickets

commit 0249a4383a
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 09:57:33 2022 -0600

    Update readme.md

    - Replaced Helios with DataHawk + a few other formatting changes.

commit 617395e191
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 09:50:57 2022 -0600

    Update readme.md

    - Fixed broken links
    - Added info about the Cohesity Close Helios Incident playbook
    - Did some formatting

commit c371a4644d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 21:43:53 2022 -0800

    +        "Playbooks/Cohesity_Close_Helios_Incident/azuredeploy.json",

commit 5b8a57d500
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 22:00:52 2022 -0600

    Update readme.md

    Added specific name for the playbook

commit d48f6f2734
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 21:59:47 2022 -0600

    Update readme.md

    Added specific name for the vault

commit 864b714422
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 18:21:06 2022 -0800

    +++ b/Solutions/CohesitySecurity/Playbooks/Cohesity_Close_Helios_Incident/azuredeploy.json
    +++ b/Solutions/CohesitySecurity/Playbooks/Cohesity_Close_Helios_Incident/readme.md

commit fffc00bd40
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 18:13:15 2022 -0800

    fix the extra "\" in readme files.

commit 4923932eb1
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 18:04:32 2022 -0800

    rename from "Solutions/CohesitySecurity/Data\\ Connectors/
    rename to Solutions/CohesitySecurity/Data Connectors/

commit ef5279c6eb
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 19:47:16 2022 -0600

    Update readme.md

    Typo

commit 94e4bdfe64
Merge: 2e21ed5ed 6d788faf0
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 17:26:43 2022 -0800

    Merge remote-tracking branch 'cohesity/CohesitySecurity.internal' into CohesitySecurity.internal

commit 2e21ed5edf
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 17:26:26 2022 -0800

    rename from DataConnectors/CohesitySecurity/Helios2Sentinel
    rename to "Solutions/CohesitySecurity/Data\\ Connectors/Helios2Sentinel
    update to use keyvault instead of apiKey from env.
    rename some playbooks.

commit 6d788faf0f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 19:22:01 2022 -0600

    Update readme.md

    Updated info related to using the KeyVault to store the API Key.

commit 2eb03064da
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 16:31:57 2022 -0600

    Update readme.md

    Updated instructions for SNOW playbook to create automation rule for closing SNOW tickets.

commit 8295c49fd6
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 12:13:14 2022 -0800

    rename playbook from Incident_VM_Playbook to Cohesity_Restore_From_Last_Snapshot
    update to read the details from blob storage.

commit 1a2df6f10c
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 16 10:37:58 2022 -0800

    parameterize the containerName
    take back the multi-thread implementation of ParseAlertToQueue

commit a3da7f4d43
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 15 18:17:20 2022 -0800

    add the vm playbook related parameters into blob storage in IncidentProducer.

commit 6899e05da6
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 12:17:01 2022 -0600

    Update readme.md

    Added info and new steps for the API key

commit 0dda5f371b
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 11:32:08 2022 -0600

    Update readme.md

    Updated with the info about adding the automation rule.

commit fb94db0ee5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 11:27:17 2022 -0600

    Update readme.md

    Added link about editing connections

commit bb844f6a6e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 11:25:30 2022 -0600

    Update readme.md

    Added a step about adding SNOW credentials

commit f5efccdf51
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 11:12:46 2022 -0600

    Update readme.md

    Added steps about connection authorization

commit a7fde185bc
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Dec 14 11:33:21 2022 -0800

    update the Cohesity_Send_Incident_Email Playbook

commit 53ab790928
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 13 20:12:54 2022 -0600

    Update readme.md

    Added troubleshooting section

commit 38fae0f6ee
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 13 19:26:41 2022 -0600

    Update azuredeploy.json

    Added "My" to distinguish template from the actual playbook

commit 2c5e09ecde
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 13 19:25:50 2022 -0600

    Update readme.md

    Fixed link to the Cohesity_Send_Incident_Email template

commit 542d3622af
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Dec 13 17:12:01 2022 -0800

    further remove the locale in readme.md
    rename and sync to the latest Cohesity_Send_Incident_Email Playbook

commit 5ef898ebcd
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 18:36:01 2022 -0600

    Update readme.md

    Removed en-us locale from links

commit df0261d7ff
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:39:03 2022 -0800

    fix typo.

commit 3cbc054f56
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:22:53 2022 -0800

    update the host.json for queue policy.

commit 5c975aa3bd
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:11:29 2022 -0800

    delete these 2 not in use files.

commit 34d4b4ea72
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:01:47 2022 -0800

    avoid recursion in catch.
    move FixedDelayRetry into host.json file.

commit a5675c32ec
Merge: e4316deb4 24fdabb0d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 13:43:06 2022 -0800

    Merge branch 'CohesitySecurity.internal' of ../../BareReps/workspace/Azure-Sentinel1 into CohesitySecurity.internal

commit e4316deb49
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 13:43:06 2022 -0800

    fix the indent issue.

commit 24fdabb0d5
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 13:39:58 2022 -0800

    n

commit 91a8b155d8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 10:19:21 2022 -0600

    Update readme.md

    Formatting changes

commit eba35f847f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 10:18:44 2022 -0600

    Update readme.md

    Formatting changes

commit 4922249d7c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 10:17:32 2022 -0600

    Update readme.md

    Updated links to individual deployment instructions.

commit d0504d3006
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Sat Dec 10 22:47:59 2022 -0800

    add lock to protect the queue in multi-thread scenarios.

commit 79216fa51e
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 9 16:27:40 2022 -0800

    update readme file to add introduction about CohesityQueueName.

commit 3684302ebd
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 9 16:07:24 2022 -0800

    moving the try catch logic up.
    Add FixedDelayRetry for QueueTrigger.

commit 2bb8bdb2df
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 9 09:46:22 2022 -0600

    Update Solution_CohesitySecurity.json

    Changed per Microsoft review

commit 2e4cd092da
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 9 09:40:25 2022 -0600

    Update SolutionMetadata.json

    Changed per Microsoft code review

commit 4f9275a6c7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:30:33 2022 -0600

    Update readme.md

    Adding a testing step

commit 0e6eef6899
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:22:54 2022 -0600

    Update readme.md

    Added more testing instructions

commit 868e8aff16
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:17:29 2022 -0600

    Update SolutionMetadata.json

    Formatting changes

commit 2681e4e210
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:16:47 2022 -0600

    Update SolutionMetadata.json

    Expanding categories and updating support info

commit 456cde77cf
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:11:55 2022 -0600

    Update readme.md

    Polished text

commit e7596e2376
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 19:51:46 2022 -0600

    Update Solution_CohesitySecurity.json

    Added product description

commit 3b0d6cae13
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 8 17:49:44 2022 -0800

    obfuscate the CohesityQueueName
    multi-thread improve ParseAlertToQueue function

commit 6a010359f4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 17:34:47 2022 -0600

    Create readme.md

    Final version

commit f062e826cc
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 16:39:52 2022 -0600

    Update readme.md

    Fixed typos

commit 16dd47d262
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 16:32:18 2022 -0600

    Update readme.md

    Complete version

commit 1cc3573c46
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 13:45:14 2022 -0600

    Update readme.md

    Typo

commit 882e06b81c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 13:09:45 2022 -0600

    Create readme.md

    Initial commit

commit a3604698a1
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:55:06 2022 -0600

    Create readme.md

    Initial version

commit a3691ffe3c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:27:32 2022 -0600

    Update readme.md

    Removed unnecessary parameter

commit b54d377505
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:26:47 2022 -0600

    Update readme.md

    Formatting changes

commit 7a1d5c44c6
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:22:17 2022 -0600

    Update readme.md

    Corrected typos

commit beba853c33
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:05:11 2022 -0600

    Update readme.md

    Corrected the URI

commit f57caf6c0e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:03:07 2022 -0600

    Update readme.md

    Initial version

commit e6456173f4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 11:45:53 2022 -0600

    Update readme.md

    Added formatting

commit 776e8f5f9f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 11:45:12 2022 -0600

    Update readme.md

    Completed the description

commit 9f32298f3f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 11:12:00 2022 -0600

    Update readme.md

    Initial version

commit 124d09ab97
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 10:57:08 2022 -0600

    Update readme.md

    Added word Cohesity to the playbook name

commit 72ffa6e79e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:55:55 2022 -0600

    Update readme.md

    Formatting changes

commit 63d91a5d6a
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:48:38 2022 -0600

    Update readme.md

    Updated ARM template

commit 9778263e07
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:37:38 2022 -0600

    Update readme.md

    Trying new URI format

commit 30630efe42
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:30:39 2022 -0600

    Update readme.md

    Changed URI again

commit 0622eba625
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:29:04 2022 -0600

    Update readme.md

    Changed URI for ARM template

commit 6b33b2525f
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Dec 7 17:15:05 2022 -0800

    obfuscate the values in local.settings.json files.
    rename cohesity.config to cohesity.json, and update the build.ps1, readme.md.

    The github/codeql-action/autobuild keeps failing, but DataConnectors/CohesitySecurity/Helios2Sentinel build succeeded, as shown in following log.
    thus will disable the autobuild work flow.
    =============================
    MSBuild version 17.4.0+18d5aef85 for .NET
      Determining projects to restore...
      Restored /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj (in 241 ms).
      Restored /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.csproj (in 241 ms).
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.cs(65,34): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.csproj]
      IncidentProducer -> /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/bin/Debug/net6.0/Helios2Sentinel.dll
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(30,32): warning CS0618: 'AuthenticationContext.AcquireTokenAsync(string, ClientCredential)' is obsolete: 'Microsoft.IdentityModel.Clients.ActiveDirectory is deprecated and replaced with Microsoft.Identity.Client. To migrate a daemon application, or service to service flow, see https://aka.ms/adal-to-msal-net/daemon' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(39,51): warning SYSLIB0014: 'WebRequest.Create(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
      IncidentConsumer -> /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/bin/Debug/net6.0/IncidentConsumer.dll

    Build succeeded.

    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.cs(65,34): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.csproj]
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(30,32): warning CS0618: 'AuthenticationContext.AcquireTokenAsync(string, ClientCredential)' is obsolete: 'Microsoft.IdentityModel.Clients.ActiveDirectory is deprecated and replaced with Microsoft.Identity.Client. To migrate a daemon application, or service to service flow, see https://aka.ms/adal-to-msal-net/daemon' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(39,51): warning SYSLIB0014: 'WebRequest.Create(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
        3 Warning(s)
        0 Error(s)

    Time Elapsed 00:00:03.65

commit 48a92fa015
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:56:38 2022 -0600

    Update readme.md

commit fff7b50eef
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:55:03 2022 -0600

    Update readme.md

    URI test

commit d9e31f7740
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:53:17 2022 -0600

    Update readme.md

    Another link test

commit d2c11aa620
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:49:15 2022 -0600

    Update readme.md

    Another URI test

commit 4af3e3078b
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:48:19 2022 -0600

    Update readme.md

    Trying different link

commit 3137eb24db
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:40:02 2022 -0600

    Update readme.md

    Changed URI

commit 2483ea6d37
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Dec 7 13:31:11 2022 -0800

    --- ./Solutions/CohesitySecurity/Analytic Rules/RansomwareAlert.yaml
    --- ./Solutions/CohesitySecurity/Data Connectors/helios_connector.json
    +++ ./Solutions/CohesitySecurity/Package/createUiDefinition.json
    +++ ./Solutions/CohesitySecurity/Package/mainTemplate.json
    update the build script.

commit fefdf8cfd2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:25:13 2022 -0600

    Update readme.md

    Testing ARM

commit 19ec494e83
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:18:22 2022 -0600

    Update readme.md

    Corrected playbook description

commit 59cd9b5250
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:04:28 2022 -0600

    Update readme.md

    Added TBD for package directory

commit 66bdab4f47
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:02:15 2022 -0600

    Update readme.md

    Fixed typos

commit cd7ec9fd1d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:00:08 2022 -0600

    Update readme.md

    Minor fixes

commit 7ba845641f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:45:22 2022 -0600

    Update readme.md

    Deployment steps corrections

commit e6dd9c5fce
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:42:44 2022 -0600

    Update readme.md

commit 29ca436444
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:41:33 2022 -0600

    Update readme.md

    Setting ref line

commit b1301e2b6e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:40:34 2022 -0600

    Update readme.md

    Fixing URL again

commit 6d7012c1b5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:39:11 2022 -0600

    Update readme.md

    Fixing build instructions URL

commit 098e27bbf7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:36:40 2022 -0600

    Update readme.md

    Escaped URL

commit 61ea1d5672
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:35:11 2022 -0600

    Update readme.md

    Fixed step #1

commit 0d071a0b69
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:34:04 2022 -0600

    Update readme.md

    Typo

commit 028950c162
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:33:26 2022 -0600

    Update readme.md

    Fixed link for the package directory

commit 15af0de66d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:31:25 2022 -0600

    Update readme.md

    Added references to other deployment instructions

commit f7e5af2070
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 11:30:56 2022 -0600

    Update readme.md

    First draft of deployment instructions

commit b83e93aea0
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 19:29:02 2022 -0600

    Update readme.md

commit 372ae3e17e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 19:26:25 2022 -0600

    Update readme.md

commit e6b15a5793
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 19:18:30 2022 -0600

    Update readme.md

    Updated link to Azure deployment

commit 3447201611
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 18:56:16 2022 -0600

    Update readme.md

    Added link to the playbook template

commit 36c776fd5b
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 2 15:54:33 2022 -0800

    Just initialize this new branch for Cohesity internal collaboration/review.

* update the readme files.

* update the readme files.

* Update readme.md

Returned the reference to the Restore playbook

* retire redis in IncidentProducer
add Anomaly Strength in description
re-organize the codes

* Create azuredeploy.json

ARM template for deploying both Azure functions.

* Update readme.md

Added button to deploy the functions to Azure.

* change to read from key vault intead of env.

* update the csproj files.

* update the csproj files

* Delete func_azuredeploy.json

This is a temporary file that was created by mistake.

* Update azuredeploy.json

Updated metadata

* Update azuredeploy.json

Added metadata

* Update azuredeploy.json

Fixed type ","

* Update readme.md

Updated with consideration of a new ARM template for Azure function config deployment

* Update azuredeploy.json

Added metadata and made Outlook connection type ManagedServiceIdentity

* Update azuredeploy.json

Fixed a typo (",")

* Update azuredeploy.json

Removed managed identity from Outlook

* some small change according to the comments.

* Update readme.md

Added info about authorization

* Squashed commit of the following:

commit a91e642e92
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 23 11:26:54 2022 -0800

    some small change according to the comments.

commit 57f27beb00
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 13:19:42 2022 -0600

    Update azuredeploy.json

    Removed managed identity from Outlook

commit d84dfd4e1f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 11:03:10 2022 -0600

    Update azuredeploy.json

    Fixed a typo (",")

commit eb38749daf
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 11:00:35 2022 -0600

    Update azuredeploy.json

    Added metadata and made Outlook connection type ManagedServiceIdentity

commit 3b526dedd2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 10:51:55 2022 -0600

    Update readme.md

    Updated with consideration of a new ARM template for Azure function config deployment

commit 2b7fa46d11
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 10:25:38 2022 -0600

    Update azuredeploy.json

    Fixed type ","

commit 6bd4f29dd6
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 10:24:16 2022 -0600

    Update azuredeploy.json

    Added metadata

commit d993c87642
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 10:18:03 2022 -0600

    Update azuredeploy.json

    Updated metadata

commit 4fd3aaf0bc
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 09:44:48 2022 -0600

    Delete func_azuredeploy.json

    This is a temporary file that was created by mistake.

commit 4c32629bca
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 22 14:56:10 2022 -0800

    update the csproj files

commit 3d1e443984
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 22 14:51:36 2022 -0800

    update the csproj files.

commit 1bb53f3db7
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 22 14:49:02 2022 -0800

    change to read from key vault intead of env.

commit e89a55ae22
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 22 14:09:01 2022 -0600

    Update readme.md

    Added button to deploy the functions to Azure.

commit d3ef3bd697
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 22 14:03:17 2022 -0600

    Create azuredeploy.json

    ARM template for deploying both Azure functions.

commit 979c7d3c7d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Dec 21 19:38:28 2022 -0800

    retire redis in IncidentProducer
    add Anomaly Strength in description
    re-organize the codes

commit ac0ae888d4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 19:33:30 2022 -0600

    Update readme.md

    Returned the reference to the Restore playbook

commit 8f0536ea15
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Dec 20 17:23:58 2022 -0800

    update the readme files.

commit 2c7eb694bc
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Dec 20 17:01:30 2022 -0800

    update these 2 package files.
    +++ ./Solutions/CohesitySecurity/Package/createUiDefinition.json
    +++ ./Solutions/CohesitySecurity/Package/mainTemplate.json

commit 4520fcb7fd
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Dec 20 16:49:04 2022 -0800

    update these 2 Playbooks:
        ./Solutions/CohesitySecurity/Playbooks/Cohesity_Close_Helios_Incident/azuredeploy.json
        ./Solutions/CohesitySecurity/Playbooks/Cohesity_CreateOrUpdate_ServiceNow_Incident/azuredeploy.json

commit e13cc5a80f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 17:27:36 2022 -0600

    Create incident_producer_azuredeploy.json

    Initial version of the IncidentProducer Function App

commit 0d2c1d1b53
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 15:44:46 2022 -0600

    Create func_azuredeploy.json

    Test Azure func deploy

commit db241debae
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 13:10:35 2022 -0600

    Update readme.md

    Added instructions about connection authorization

commit 7b950bcce0
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 13:06:47 2022 -0600

    Update readme.md

    Added connection authorization instructions

commit 4e38c1cca6
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:48:49 2022 -0600

    Update readme.md

    Fixed broken links

commit c454187a07
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:42:53 2022 -0600

    Update readme.md

    Fixed broken links

commit 138ce8147d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:36:24 2022 -0600

    Update readme.md

    Fixed broken links

commit d9a069e6c9
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:27:31 2022 -0600

    Update readme.md

    Typo.

commit 6b73ea2794
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:27:13 2022 -0600

    Update readme.md

    Add info about skipping steps if the API key is already stored in the vault.

commit 829395b3ae
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:22:41 2022 -0600

    Update readme.md

    - Added info about creating an automation trigger for closing SNOW tickets

commit 0249a4383a
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 09:57:33 2022 -0600

    Update readme.md

    - Replaced Helios with DataHawk + a few other formatting changes.

commit 617395e191
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 09:50:57 2022 -0600

    Update readme.md

    - Fixed broken links
    - Added info about the Cohesity Close Helios Incident playbook
    - Did some formatting

commit c371a4644d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 21:43:53 2022 -0800

    +        "Playbooks/Cohesity_Close_Helios_Incident/azuredeploy.json",

commit 5b8a57d500
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 22:00:52 2022 -0600

    Update readme.md

    Added specific name for the playbook

commit d48f6f2734
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 21:59:47 2022 -0600

    Update readme.md

    Added specific name for the vault

commit 864b714422
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 18:21:06 2022 -0800

    +++ b/Solutions/CohesitySecurity/Playbooks/Cohesity_Close_Helios_Incident/azuredeploy.json
    +++ b/Solutions/CohesitySecurity/Playbooks/Cohesity_Close_Helios_Incident/readme.md

commit fffc00bd40
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 18:13:15 2022 -0800

    fix the extra "\" in readme files.

commit 4923932eb1
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 18:04:32 2022 -0800

    rename from "Solutions/CohesitySecurity/Data\\ Connectors/
    rename to Solutions/CohesitySecurity/Data Connectors/

commit ef5279c6eb
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 19:47:16 2022 -0600

    Update readme.md

    Typo

commit 94e4bdfe64
Merge: 2e21ed5ed 6d788faf0
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 17:26:43 2022 -0800

    Merge remote-tracking branch 'cohesity/CohesitySecurity.internal' into CohesitySecurity.internal

commit 2e21ed5edf
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 17:26:26 2022 -0800

    rename from DataConnectors/CohesitySecurity/Helios2Sentinel
    rename to "Solutions/CohesitySecurity/Data\\ Connectors/Helios2Sentinel
    update to use keyvault instead of apiKey from env.
    rename some playbooks.

commit 6d788faf0f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 19:22:01 2022 -0600

    Update readme.md

    Updated info related to using the KeyVault to store the API Key.

commit 2eb03064da
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 16:31:57 2022 -0600

    Update readme.md

    Updated instructions for SNOW playbook to create automation rule for closing SNOW tickets.

commit 8295c49fd6
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 12:13:14 2022 -0800

    rename playbook from Incident_VM_Playbook to Cohesity_Restore_From_Last_Snapshot
    update to read the details from blob storage.

commit 1a2df6f10c
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 16 10:37:58 2022 -0800

    parameterize the containerName
    take back the multi-thread implementation of ParseAlertToQueue

commit a3da7f4d43
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 15 18:17:20 2022 -0800

    add the vm playbook related parameters into blob storage in IncidentProducer.

commit 6899e05da6
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 12:17:01 2022 -0600

    Update readme.md

    Added info and new steps for the API key

commit 0dda5f371b
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 11:32:08 2022 -0600

    Update readme.md

    Updated with the info about adding the automation rule.

commit fb94db0ee5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 11:27:17 2022 -0600

    Update readme.md

    Added link about editing connections

commit bb844f6a6e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 11:25:30 2022 -0600

    Update readme.md

    Added a step about adding SNOW credentials

commit f5efccdf51
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 11:12:46 2022 -0600

    Update readme.md

    Added steps about connection authorization

commit a7fde185bc
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Dec 14 11:33:21 2022 -0800

    update the Cohesity_Send_Incident_Email Playbook

commit 53ab790928
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 13 20:12:54 2022 -0600

    Update readme.md

    Added troubleshooting section

commit 38fae0f6ee
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 13 19:26:41 2022 -0600

    Update azuredeploy.json

    Added "My" to distinguish template from the actual playbook

commit 2c5e09ecde
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 13 19:25:50 2022 -0600

    Update readme.md

    Fixed link to the Cohesity_Send_Incident_Email template

commit 542d3622af
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Dec 13 17:12:01 2022 -0800

    further remove the locale in readme.md
    rename and sync to the latest Cohesity_Send_Incident_Email Playbook

commit 5ef898ebcd
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 18:36:01 2022 -0600

    Update readme.md

    Removed en-us locale from links

commit df0261d7ff
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:39:03 2022 -0800

    fix typo.

commit 3cbc054f56
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:22:53 2022 -0800

    update the host.json for queue policy.

commit 5c975aa3bd
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:11:29 2022 -0800

    delete these 2 not in use files.

commit 34d4b4ea72
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:01:47 2022 -0800

    avoid recursion in catch.
    move FixedDelayRetry into host.json file.

commit a5675c32ec
Merge: e4316deb4 24fdabb0d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 13:43:06 2022 -0800

    Merge branch 'CohesitySecurity.internal' of ../../BareReps/workspace/Azure-Sentinel1 into CohesitySecurity.internal

commit e4316deb49
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 13:43:06 2022 -0800

    fix the indent issue.

commit 24fdabb0d5
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 13:39:58 2022 -0800

    n

commit 91a8b155d8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 10:19:21 2022 -0600

    Update readme.md

    Formatting changes

commit eba35f847f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 10:18:44 2022 -0600

    Update readme.md

    Formatting changes

commit 4922249d7c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 10:17:32 2022 -0600

    Update readme.md

    Updated links to individual deployment instructions.

commit d0504d3006
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Sat Dec 10 22:47:59 2022 -0800

    add lock to protect the queue in multi-thread scenarios.

commit 79216fa51e
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 9 16:27:40 2022 -0800

    update readme file to add introduction about CohesityQueueName.

commit 3684302ebd
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 9 16:07:24 2022 -0800

    moving the try catch logic up.
    Add FixedDelayRetry for QueueTrigger.

commit 2bb8bdb2df
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 9 09:46:22 2022 -0600

    Update Solution_CohesitySecurity.json

    Changed per Microsoft review

commit 2e4cd092da
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 9 09:40:25 2022 -0600

    Update SolutionMetadata.json

    Changed per Microsoft code review

commit 4f9275a6c7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:30:33 2022 -0600

    Update readme.md

    Adding a testing step

commit 0e6eef6899
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:22:54 2022 -0600

    Update readme.md

    Added more testing instructions

commit 868e8aff16
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:17:29 2022 -0600

    Update SolutionMetadata.json

    Formatting changes

commit 2681e4e210
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:16:47 2022 -0600

    Update SolutionMetadata.json

    Expanding categories and updating support info

commit 456cde77cf
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:11:55 2022 -0600

    Update readme.md

    Polished text

commit e7596e2376
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 19:51:46 2022 -0600

    Update Solution_CohesitySecurity.json

    Added product description

commit 3b0d6cae13
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 8 17:49:44 2022 -0800

    obfuscate the CohesityQueueName
    multi-thread improve ParseAlertToQueue function

commit 6a010359f4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 17:34:47 2022 -0600

    Create readme.md

    Final version

commit f062e826cc
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 16:39:52 2022 -0600

    Update readme.md

    Fixed typos

commit 16dd47d262
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 16:32:18 2022 -0600

    Update readme.md

    Complete version

commit 1cc3573c46
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 13:45:14 2022 -0600

    Update readme.md

    Typo

commit 882e06b81c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 13:09:45 2022 -0600

    Create readme.md

    Initial commit

commit a3604698a1
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:55:06 2022 -0600

    Create readme.md

    Initial version

commit a3691ffe3c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:27:32 2022 -0600

    Update readme.md

    Removed unnecessary parameter

commit b54d377505
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:26:47 2022 -0600

    Update readme.md

    Formatting changes

commit 7a1d5c44c6
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:22:17 2022 -0600

    Update readme.md

    Corrected typos

commit beba853c33
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:05:11 2022 -0600

    Update readme.md

    Corrected the URI

commit f57caf6c0e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:03:07 2022 -0600

    Update readme.md

    Initial version

commit e6456173f4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 11:45:53 2022 -0600

    Update readme.md

    Added formatting

commit 776e8f5f9f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 11:45:12 2022 -0600

    Update readme.md

    Completed the description

commit 9f32298f3f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 11:12:00 2022 -0600

    Update readme.md

    Initial version

commit 124d09ab97
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 10:57:08 2022 -0600

    Update readme.md

    Added word Cohesity to the playbook name

commit 72ffa6e79e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:55:55 2022 -0600

    Update readme.md

    Formatting changes

commit 63d91a5d6a
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:48:38 2022 -0600

    Update readme.md

    Updated ARM template

commit 9778263e07
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:37:38 2022 -0600

    Update readme.md

    Trying new URI format

commit 30630efe42
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:30:39 2022 -0600

    Update readme.md

    Changed URI again

commit 0622eba625
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:29:04 2022 -0600

    Update readme.md

    Changed URI for ARM template

commit 6b33b2525f
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Dec 7 17:15:05 2022 -0800

    obfuscate the values in local.settings.json files.
    rename cohesity.config to cohesity.json, and update the build.ps1, readme.md.

    The github/codeql-action/autobuild keeps failing, but DataConnectors/CohesitySecurity/Helios2Sentinel build succeeded, as shown in following log.
    thus will disable the autobuild work flow.
    =============================
    MSBuild version 17.4.0+18d5aef85 for .NET
      Determining projects to restore...
      Restored /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj (in 241 ms).
      Restored /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.csproj (in 241 ms).
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.cs(65,34): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.csproj]
      IncidentProducer -> /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/bin/Debug/net6.0/Helios2Sentinel.dll
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(30,32): warning CS0618: 'AuthenticationContext.AcquireTokenAsync(string, ClientCredential)' is obsolete: 'Microsoft.IdentityModel.Clients.ActiveDirectory is deprecated and replaced with Microsoft.Identity.Client. To migrate a daemon application, or service to service flow, see https://aka.ms/adal-to-msal-net/daemon' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(39,51): warning SYSLIB0014: 'WebRequest.Create(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
      IncidentConsumer -> /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/bin/Debug/net6.0/IncidentConsumer.dll

    Build succeeded.

    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.cs(65,34): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.csproj]
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(30,32): warning CS0618: 'AuthenticationContext.AcquireTokenAsync(string, ClientCredential)' is obsolete: 'Microsoft.IdentityModel.Clients.ActiveDirectory is deprecated and replaced with Microsoft.Identity.Client. To migrate a daemon application, or service to service flow, see https://aka.ms/adal-to-msal-net/daemon' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(39,51): warning SYSLIB0014: 'WebRequest.Create(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
        3 Warning(s)
        0 Error(s)

    Time Elapsed 00:00:03.65

commit 48a92fa015
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:56:38 2022 -0600

    Update readme.md

commit fff7b50eef
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:55:03 2022 -0600

    Update readme.md

    URI test

commit d9e31f7740
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:53:17 2022 -0600

    Update readme.md

    Another link test

commit d2c11aa620
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:49:15 2022 -0600

    Update readme.md

    Another URI test

commit 4af3e3078b
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:48:19 2022 -0600

    Update readme.md

    Trying different link

commit 3137eb24db
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:40:02 2022 -0600

    Update readme.md

    Changed URI

commit 2483ea6d37
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Dec 7 13:31:11 2022 -0800

    --- ./Solutions/CohesitySecurity/Analytic Rules/RansomwareAlert.yaml
    --- ./Solutions/CohesitySecurity/Data Connectors/helios_connector.json
    +++ ./Solutions/CohesitySecurity/Package/createUiDefinition.json
    +++ ./Solutions/CohesitySecurity/Package/mainTemplate.json
    update the build script.

commit fefdf8cfd2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:25:13 2022 -0600

    Update readme.md

    Testing ARM

commit 19ec494e83
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:18:22 2022 -0600

    Update readme.md

    Corrected playbook description

commit 59cd9b5250
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:04:28 2022 -0600

    Update readme.md

    Added TBD for package directory

commit 66bdab4f47
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:02:15 2022 -0600

    Update readme.md

    Fixed typos

commit cd7ec9fd1d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:00:08 2022 -0600

    Update readme.md

    Minor fixes

commit 7ba845641f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:45:22 2022 -0600

    Update readme.md

    Deployment steps corrections

commit e6dd9c5fce
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:42:44 2022 -0600

    Update readme.md

commit 29ca436444
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:41:33 2022 -0600

    Update readme.md

    Setting ref line

commit b1301e2b6e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:40:34 2022 -0600

    Update readme.md

    Fixing URL again

commit 6d7012c1b5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:39:11 2022 -0600

    Update readme.md

    Fixing build instructions URL

commit 098e27bbf7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:36:40 2022 -0600

    Update readme.md

    Escaped URL

commit 61ea1d5672
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:35:11 2022 -0600

    Update readme.md

    Fixed step #1

commit 0d071a0b69
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:34:04 2022 -0600

    Update readme.md

    Typo

commit 028950c162
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:33:26 2022 -0600

    Update readme.md

    Fixed link for the package directory

commit 15af0de66d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:31:25 2022 -0600

    Update readme.md

    Added references to other deployment instructions

commit f7e5af2070
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 11:30:56 2022 -0600

    Update readme.md

    First draft of deployment instructions

commit b83e93aea0
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 19:29:02 2022 -0600

    Update readme.md

commit 372ae3e17e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 19:26:25 2022 -0600

    Update readme.md

commit e6b15a5793
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 19:18:30 2022 -0600

    Update readme.md

    Updated link to Azure deployment

commit 3447201611
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 18:56:16 2022 -0600

    Update readme.md

    Added link to the playbook template

commit 36c776fd5b
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 2 15:54:33 2022 -0800

    Just initialize this new branch for Cohesity internal collaboration/review.

* Squashed commit of the following:

commit 0a0604e23d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 13:27:00 2022 -0600

    Update readme.md

    Added info about authorization

commit a91e642e92
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 23 11:26:54 2022 -0800

    some small change according to the comments.

commit 57f27beb00
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 13:19:42 2022 -0600

    Update azuredeploy.json

    Removed managed identity from Outlook

commit d84dfd4e1f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 11:03:10 2022 -0600

    Update azuredeploy.json

    Fixed a typo (",")

commit eb38749daf
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 11:00:35 2022 -0600

    Update azuredeploy.json

    Added metadata and made Outlook connection type ManagedServiceIdentity

commit 3b526dedd2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 10:51:55 2022 -0600

    Update readme.md

    Updated with consideration of a new ARM template for Azure function config deployment

commit 2b7fa46d11
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 10:25:38 2022 -0600

    Update azuredeploy.json

    Fixed type ","

commit 6bd4f29dd6
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 10:24:16 2022 -0600

    Update azuredeploy.json

    Added metadata

commit d993c87642
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 10:18:03 2022 -0600

    Update azuredeploy.json

    Updated metadata

commit 4fd3aaf0bc
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 09:44:48 2022 -0600

    Delete func_azuredeploy.json

    This is a temporary file that was created by mistake.

commit 4c32629bca
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 22 14:56:10 2022 -0800

    update the csproj files

commit 3d1e443984
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 22 14:51:36 2022 -0800

    update the csproj files.

commit 1bb53f3db7
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 22 14:49:02 2022 -0800

    change to read from key vault intead of env.

commit e89a55ae22
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 22 14:09:01 2022 -0600

    Update readme.md

    Added button to deploy the functions to Azure.

commit d3ef3bd697
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 22 14:03:17 2022 -0600

    Create azuredeploy.json

    ARM template for deploying both Azure functions.

commit 979c7d3c7d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Dec 21 19:38:28 2022 -0800

    retire redis in IncidentProducer
    add Anomaly Strength in description
    re-organize the codes

commit ac0ae888d4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 19:33:30 2022 -0600

    Update readme.md

    Returned the reference to the Restore playbook

commit 8f0536ea15
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Dec 20 17:23:58 2022 -0800

    update the readme files.

commit 2c7eb694bc
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Dec 20 17:01:30 2022 -0800

    update these 2 package files.
    +++ ./Solutions/CohesitySecurity/Package/createUiDefinition.json
    +++ ./Solutions/CohesitySecurity/Package/mainTemplate.json

commit 4520fcb7fd
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Dec 20 16:49:04 2022 -0800

    update these 2 Playbooks:
        ./Solutions/CohesitySecurity/Playbooks/Cohesity_Close_Helios_Incident/azuredeploy.json
        ./Solutions/CohesitySecurity/Playbooks/Cohesity_CreateOrUpdate_ServiceNow_Incident/azuredeploy.json

commit e13cc5a80f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 17:27:36 2022 -0600

    Create incident_producer_azuredeploy.json

    Initial version of the IncidentProducer Function App

commit 0d2c1d1b53
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 15:44:46 2022 -0600

    Create func_azuredeploy.json

    Test Azure func deploy

commit db241debae
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 13:10:35 2022 -0600

    Update readme.md

    Added instructions about connection authorization

commit 7b950bcce0
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 13:06:47 2022 -0600

    Update readme.md

    Added connection authorization instructions

commit 4e38c1cca6
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:48:49 2022 -0600

    Update readme.md

    Fixed broken links

commit c454187a07
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:42:53 2022 -0600

    Update readme.md

    Fixed broken links

commit 138ce8147d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:36:24 2022 -0600

    Update readme.md

    Fixed broken links

commit d9a069e6c9
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:27:31 2022 -0600

    Update readme.md

    Typo.

commit 6b73ea2794
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:27:13 2022 -0600

    Update readme.md

    Add info about skipping steps if the API key is already stored in the vault.

commit 829395b3ae
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:22:41 2022 -0600

    Update readme.md

    - Added info about creating an automation trigger for closing SNOW tickets

commit 0249a4383a
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 09:57:33 2022 -0600

    Update readme.md

    - Replaced Helios with DataHawk + a few other formatting changes.

commit 617395e191
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 09:50:57 2022 -0600

    Update readme.md

    - Fixed broken links
    - Added info about the Cohesity Close Helios Incident playbook
    - Did some formatting

commit c371a4644d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 21:43:53 2022 -0800

    +        "Playbooks/Cohesity_Close_Helios_Incident/azuredeploy.json",

commit 5b8a57d500
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 22:00:52 2022 -0600

    Update readme.md

    Added specific name for the playbook

commit d48f6f2734
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 21:59:47 2022 -0600

    Update readme.md

    Added specific name for the vault

commit 864b714422
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 18:21:06 2022 -0800

    +++ b/Solutions/CohesitySecurity/Playbooks/Cohesity_Close_Helios_Incident/azuredeploy.json
    +++ b/Solutions/CohesitySecurity/Playbooks/Cohesity_Close_Helios_Incident/readme.md

commit fffc00bd40
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 18:13:15 2022 -0800

    fix the extra "\" in readme files.

commit 4923932eb1
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 18:04:32 2022 -0800

    rename from "Solutions/CohesitySecurity/Data\\ Connectors/
    rename to Solutions/CohesitySecurity/Data Connectors/

commit ef5279c6eb
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 19:47:16 2022 -0600

    Update readme.md

    Typo

commit 94e4bdfe64
Merge: 2e21ed5ed 6d788faf0
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 17:26:43 2022 -0800

    Merge remote-tracking branch 'cohesity/CohesitySecurity.internal' into CohesitySecurity.internal

commit 2e21ed5edf
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 17:26:26 2022 -0800

    rename from DataConnectors/CohesitySecurity/Helios2Sentinel
    rename to "Solutions/CohesitySecurity/Data\\ Connectors/Helios2Sentinel
    update to use keyvault instead of apiKey from env.
    rename some playbooks.

commit 6d788faf0f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 19:22:01 2022 -0600

    Update readme.md

    Updated info related to using the KeyVault to store the API Key.

commit 2eb03064da
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 16:31:57 2022 -0600

    Update readme.md

    Updated instructions for SNOW playbook to create automation rule for closing SNOW tickets.

commit 8295c49fd6
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 12:13:14 2022 -0800

    rename playbook from Incident_VM_Playbook to Cohesity_Restore_From_Last_Snapshot
    update to read the details from blob storage.

commit 1a2df6f10c
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 16 10:37:58 2022 -0800

    parameterize the containerName
    take back the multi-thread implementation of ParseAlertToQueue

commit a3da7f4d43
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 15 18:17:20 2022 -0800

    add the vm playbook related parameters into blob storage in IncidentProducer.

commit 6899e05da6
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 12:17:01 2022 -0600

    Update readme.md

    Added info and new steps for the API key

commit 0dda5f371b
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 11:32:08 2022 -0600

    Update readme.md

    Updated with the info about adding the automation rule.

commit fb94db0ee5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 11:27:17 2022 -0600

    Update readme.md

    Added link about editing connections

commit bb844f6a6e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 11:25:30 2022 -0600

    Update readme.md

    Added a step about adding SNOW credentials

commit f5efccdf51
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 11:12:46 2022 -0600

    Update readme.md

    Added steps about connection authorization

commit a7fde185bc
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Dec 14 11:33:21 2022 -0800

    update the Cohesity_Send_Incident_Email Playbook

commit 53ab790928
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 13 20:12:54 2022 -0600

    Update readme.md

    Added troubleshooting section

commit 38fae0f6ee
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 13 19:26:41 2022 -0600

    Update azuredeploy.json

    Added "My" to distinguish template from the actual playbook

commit 2c5e09ecde
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 13 19:25:50 2022 -0600

    Update readme.md

    Fixed link to the Cohesity_Send_Incident_Email template

commit 542d3622af
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Dec 13 17:12:01 2022 -0800

    further remove the locale in readme.md
    rename and sync to the latest Cohesity_Send_Incident_Email Playbook

commit 5ef898ebcd
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 18:36:01 2022 -0600

    Update readme.md

    Removed en-us locale from links

commit df0261d7ff
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:39:03 2022 -0800

    fix typo.

commit 3cbc054f56
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:22:53 2022 -0800

    update the host.json for queue policy.

commit 5c975aa3bd
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:11:29 2022 -0800

    delete these 2 not in use files.

commit 34d4b4ea72
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:01:47 2022 -0800

    avoid recursion in catch.
    move FixedDelayRetry into host.json file.

commit a5675c32ec
Merge: e4316deb4 24fdabb0d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 13:43:06 2022 -0800

    Merge branch 'CohesitySecurity.internal' of ../../BareReps/workspace/Azure-Sentinel1 into CohesitySecurity.internal

commit e4316deb49
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 13:43:06 2022 -0800

    fix the indent issue.

commit 24fdabb0d5
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 13:39:58 2022 -0800

    n

commit 91a8b155d8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 10:19:21 2022 -0600

    Update readme.md

    Formatting changes

commit eba35f847f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 10:18:44 2022 -0600

    Update readme.md

    Formatting changes

commit 4922249d7c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 10:17:32 2022 -0600

    Update readme.md

    Updated links to individual deployment instructions.

commit d0504d3006
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Sat Dec 10 22:47:59 2022 -0800

    add lock to protect the queue in multi-thread scenarios.

commit 79216fa51e
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 9 16:27:40 2022 -0800

    update readme file to add introduction about CohesityQueueName.

commit 3684302ebd
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 9 16:07:24 2022 -0800

    moving the try catch logic up.
    Add FixedDelayRetry for QueueTrigger.

commit 2bb8bdb2df
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 9 09:46:22 2022 -0600

    Update Solution_CohesitySecurity.json

    Changed per Microsoft review

commit 2e4cd092da
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 9 09:40:25 2022 -0600

    Update SolutionMetadata.json

    Changed per Microsoft code review

commit 4f9275a6c7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:30:33 2022 -0600

    Update readme.md

    Adding a testing step

commit 0e6eef6899
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:22:54 2022 -0600

    Update readme.md

    Added more testing instructions

commit 868e8aff16
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:17:29 2022 -0600

    Update SolutionMetadata.json

    Formatting changes

commit 2681e4e210
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:16:47 2022 -0600

    Update SolutionMetadata.json

    Expanding categories and updating support info

commit 456cde77cf
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:11:55 2022 -0600

    Update readme.md

    Polished text

commit e7596e2376
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 19:51:46 2022 -0600

    Update Solution_CohesitySecurity.json

    Added product description

commit 3b0d6cae13
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 8 17:49:44 2022 -0800

    obfuscate the CohesityQueueName
    multi-thread improve ParseAlertToQueue function

commit 6a010359f4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 17:34:47 2022 -0600

    Create readme.md

    Final version

commit f062e826cc
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 16:39:52 2022 -0600

    Update readme.md

    Fixed typos

commit 16dd47d262
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 16:32:18 2022 -0600

    Update readme.md

    Complete version

commit 1cc3573c46
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 13:45:14 2022 -0600

    Update readme.md

    Typo

commit 882e06b81c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 13:09:45 2022 -0600

    Create readme.md

    Initial commit

commit a3604698a1
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:55:06 2022 -0600

    Create readme.md

    Initial version

commit a3691ffe3c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:27:32 2022 -0600

    Update readme.md

    Removed unnecessary parameter

commit b54d377505
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:26:47 2022 -0600

    Update readme.md

    Formatting changes

commit 7a1d5c44c6
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:22:17 2022 -0600

    Update readme.md

    Corrected typos

commit beba853c33
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:05:11 2022 -0600

    Update readme.md

    Corrected the URI

commit f57caf6c0e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:03:07 2022 -0600

    Update readme.md

    Initial version

commit e6456173f4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 11:45:53 2022 -0600

    Update readme.md

    Added formatting

commit 776e8f5f9f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 11:45:12 2022 -0600

    Update readme.md

    Completed the description

commit 9f32298f3f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 11:12:00 2022 -0600

    Update readme.md

    Initial version

commit 124d09ab97
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 10:57:08 2022 -0600

    Update readme.md

    Added word Cohesity to the playbook name

commit 72ffa6e79e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:55:55 2022 -0600

    Update readme.md

    Formatting changes

commit 63d91a5d6a
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:48:38 2022 -0600

    Update readme.md

    Updated ARM template

commit 9778263e07
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:37:38 2022 -0600

    Update readme.md

    Trying new URI format

commit 30630efe42
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:30:39 2022 -0600

    Update readme.md

    Changed URI again

commit 0622eba625
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:29:04 2022 -0600

    Update readme.md

    Changed URI for ARM template

commit 6b33b2525f
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Dec 7 17:15:05 2022 -0800

    obfuscate the values in local.settings.json files.
    rename cohesity.config to cohesity.json, and update the build.ps1, readme.md.

    The github/codeql-action/autobuild keeps failing, but DataConnectors/CohesitySecurity/Helios2Sentinel build succeeded, as shown in following log.
    thus will disable the autobuild work flow.
    =============================
    MSBuild version 17.4.0+18d5aef85 for .NET
      Determining projects to restore...
      Restored /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj (in 241 ms).
      Restored /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.csproj (in 241 ms).
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.cs(65,34): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.csproj]
      IncidentProducer -> /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/bin/Debug/net6.0/Helios2Sentinel.dll
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(30,32): warning CS0618: 'AuthenticationContext.AcquireTokenAsync(string, ClientCredential)' is obsolete: 'Microsoft.IdentityModel.Clients.ActiveDirectory is deprecated and replaced with Microsoft.Identity.Client. To migrate a daemon application, or service to service flow, see https://aka.ms/adal-to-msal-net/daemon' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(39,51): warning SYSLIB0014: 'WebRequest.Create(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
      IncidentConsumer -> /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/bin/Debug/net6.0/IncidentConsumer.dll

    Build succeeded.

    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.cs(65,34): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.csproj]
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(30,32): warning CS0618: 'AuthenticationContext.AcquireTokenAsync(string, ClientCredential)' is obsolete: 'Microsoft.IdentityModel.Clients.ActiveDirectory is deprecated and replaced with Microsoft.Identity.Client. To migrate a daemon application, or service to service flow, see https://aka.ms/adal-to-msal-net/daemon' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(39,51): warning SYSLIB0014: 'WebRequest.Create(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
        3 Warning(s)
        0 Error(s)

    Time Elapsed 00:00:03.65

commit 48a92fa015
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:56:38 2022 -0600

    Update readme.md

commit fff7b50eef
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:55:03 2022 -0600

    Update readme.md

    URI test

commit d9e31f7740
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:53:17 2022 -0600

    Update readme.md

    Another link test

commit d2c11aa620
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:49:15 2022 -0600

    Update readme.md

    Another URI test

commit 4af3e3078b
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:48:19 2022 -0600

    Update readme.md

    Trying different link

commit 3137eb24db
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:40:02 2022 -0600

    Update readme.md

    Changed URI

commit 2483ea6d37
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Dec 7 13:31:11 2022 -0800

    --- ./Solutions/CohesitySecurity/Analytic Rules/RansomwareAlert.yaml
    --- ./Solutions/CohesitySecurity/Data Connectors/helios_connector.json
    +++ ./Solutions/CohesitySecurity/Package/createUiDefinition.json
    +++ ./Solutions/CohesitySecurity/Package/mainTemplate.json
    update the build script.

commit fefdf8cfd2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:25:13 2022 -0600

    Update readme.md

    Testing ARM

commit 19ec494e83
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:18:22 2022 -0600

    Update readme.md

    Corrected playbook description

commit 59cd9b5250
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:04:28 2022 -0600

    Update readme.md

    Added TBD for package directory

commit 66bdab4f47
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:02:15 2022 -0600

    Update readme.md

    Fixed typos

commit cd7ec9fd1d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:00:08 2022 -0600

    Update readme.md

    Minor fixes

commit 7ba845641f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:45:22 2022 -0600

    Update readme.md

    Deployment steps corrections

commit e6dd9c5fce
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:42:44 2022 -0600

    Update readme.md

commit 29ca436444
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:41:33 2022 -0600

    Update readme.md

    Setting ref line

commit b1301e2b6e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:40:34 2022 -0600

    Update readme.md

    Fixing URL again

commit 6d7012c1b5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:39:11 2022 -0600

    Update readme.md

    Fixing build instructions URL

commit 098e27bbf7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:36:40 2022 -0600

    Update readme.md

    Escaped URL

commit 61ea1d5672
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:35:11 2022 -0600

    Update readme.md

    Fixed step #1

commit 0d071a0b69
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:34:04 2022 -0600

    Update readme.md

    Typo

commit 028950c162
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:33:26 2022 -0600

    Update readme.md

    Fixed link for the package directory

commit 15af0de66d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:31:25 2022 -0600

    Update readme.md

    Added references to other deployment instructions

commit f7e5af2070
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 11:30:56 2022 -0600

    Update readme.md

    First draft of deployment instructions

commit b83e93aea0
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 19:29:02 2022 -0600

    Update readme.md

commit 372ae3e17e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 19:26:25 2022 -0600

    Update readme.md

commit e6b15a5793
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 19:18:30 2022 -0600

    Update readme.md

    Updated link to Azure deployment

commit 3447201611
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 18:56:16 2022 -0600

    Update readme.md

    Added link to the playbook template

commit 36c776fd5b
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 2 15:54:33 2022 -0800

    Just initialize this new branch for Cohesity internal collaboration/review.

* delete this file:
    ./Solutions/CohesitySecurity/Playbooks/Cohesity_CreateOrUpdate_ServiceNow_Incident/func_azuredeploy.json

* Update readme.md

Fixed a typo

* Update readme.md

Changed deployment instructions

* Update azuredeploy.json

Added metadata to the deployment wizard

* Update azuredeploy.json

Changed prerequisites

* Delete incident_producer_azuredeploy.json

Deleted file that I created for test purposes

* Update azuredeploy.json

Testing managed connection with Azure Blob

* Update azuredeploy.json

Removed managed identity from Blob

* Squashed commit of the following:

commit 3b67143194
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 14:33:47 2022 -0600

    Update azuredeploy.json

    Removed managed identity from Blob

commit 978af21d84
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 14:30:04 2022 -0600

    Update azuredeploy.json

    Testing managed connection with Azure Blob

commit 4d3b803617
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 14:23:47 2022 -0600

    Delete incident_producer_azuredeploy.json

    Deleted file that I created for test purposes

commit be1f06e1b8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 14:19:39 2022 -0600

    Update azuredeploy.json

    Changed prerequisites

commit cce48babe9
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 14:15:25 2022 -0600

    Update azuredeploy.json

    Added metadata to the deployment wizard

commit c59d740aff
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 14:11:59 2022 -0600

    Update readme.md

    Changed deployment instructions

commit 7b4cb687b1
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 14:10:33 2022 -0600

    Update readme.md

    Fixed a typo

commit 0a0604e23d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 13:27:00 2022 -0600

    Update readme.md

    Added info about authorization

commit a91e642e92
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 23 11:26:54 2022 -0800

    some small change according to the comments.

commit 57f27beb00
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 13:19:42 2022 -0600

    Update azuredeploy.json

    Removed managed identity from Outlook

commit d84dfd4e1f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 11:03:10 2022 -0600

    Update azuredeploy.json

    Fixed a typo (",")

commit eb38749daf
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 11:00:35 2022 -0600

    Update azuredeploy.json

    Added metadata and made Outlook connection type ManagedServiceIdentity

commit 3b526dedd2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 10:51:55 2022 -0600

    Update readme.md

    Updated with consideration of a new ARM template for Azure function config deployment

commit 2b7fa46d11
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 10:25:38 2022 -0600

    Update azuredeploy.json

    Fixed type ","

commit 6bd4f29dd6
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 10:24:16 2022 -0600

    Update azuredeploy.json

    Added metadata

commit d993c87642
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 10:18:03 2022 -0600

    Update azuredeploy.json

    Updated metadata

commit 4fd3aaf0bc
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 09:44:48 2022 -0600

    Delete func_azuredeploy.json

    This is a temporary file that was created by mistake.

commit 4c32629bca
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 22 14:56:10 2022 -0800

    update the csproj files

commit 3d1e443984
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 22 14:51:36 2022 -0800

    update the csproj files.

commit 1bb53f3db7
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 22 14:49:02 2022 -0800

    change to read from key vault intead of env.

commit e89a55ae22
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 22 14:09:01 2022 -0600

    Update readme.md

    Added button to deploy the functions to Azure.

commit d3ef3bd697
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 22 14:03:17 2022 -0600

    Create azuredeploy.json

    ARM template for deploying both Azure functions.

commit 979c7d3c7d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Dec 21 19:38:28 2022 -0800

    retire redis in IncidentProducer
    add Anomaly Strength in description
    re-organize the codes

commit ac0ae888d4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 19:33:30 2022 -0600

    Update readme.md

    Returned the reference to the Restore playbook

commit 8f0536ea15
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Dec 20 17:23:58 2022 -0800

    update the readme files.

commit 2c7eb694bc
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Dec 20 17:01:30 2022 -0800

    update these 2 package files.
    +++ ./Solutions/CohesitySecurity/Package/createUiDefinition.json
    +++ ./Solutions/CohesitySecurity/Package/mainTemplate.json

commit 4520fcb7fd
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Dec 20 16:49:04 2022 -0800

    update these 2 Playbooks:
        ./Solutions/CohesitySecurity/Playbooks/Cohesity_Close_Helios_Incident/azuredeploy.json
        ./Solutions/CohesitySecurity/Playbooks/Cohesity_CreateOrUpdate_ServiceNow_Incident/azuredeploy.json

commit e13cc5a80f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 17:27:36 2022 -0600

    Create incident_producer_azuredeploy.json

    Initial version of the IncidentProducer Function App

commit 0d2c1d1b53
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 15:44:46 2022 -0600

    Create func_azuredeploy.json

    Test Azure func deploy

commit db241debae
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 13:10:35 2022 -0600

    Update readme.md

    Added instructions about connection authorization

commit 7b950bcce0
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 13:06:47 2022 -0600

    Update readme.md

    Added connection authorization instructions

commit 4e38c1cca6
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:48:49 2022 -0600

    Update readme.md

    Fixed broken links

commit c454187a07
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:42:53 2022 -0600

    Update readme.md

    Fixed broken links

commit 138ce8147d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:36:24 2022 -0600

    Update readme.md

    Fixed broken links

commit d9a069e6c9
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:27:31 2022 -0600

    Update readme.md

    Typo.

commit 6b73ea2794
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:27:13 2022 -0600

    Update readme.md

    Add info about skipping steps if the API key is already stored in the vault.

commit 829395b3ae
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:22:41 2022 -0600

    Update readme.md

    - Added info about creating an automation trigger for closing SNOW tickets

commit 0249a4383a
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 09:57:33 2022 -0600

    Update readme.md

    - Replaced Helios with DataHawk + a few other formatting changes.

commit 617395e191
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 09:50:57 2022 -0600

    Update readme.md

    - Fixed broken links
    - Added info about the Cohesity Close Helios Incident playbook
    - Did some formatting

commit c371a4644d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 21:43:53 2022 -0800

    +        "Playbooks/Cohesity_Close_Helios_Incident/azuredeploy.json",

commit 5b8a57d500
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 22:00:52 2022 -0600

    Update readme.md

    Added specific name for the playbook

commit d48f6f2734
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 21:59:47 2022 -0600

    Update readme.md

    Added specific name for the vault

commit 864b714422
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 18:21:06 2022 -0800

    +++ b/Solutions/CohesitySecurity/Playbooks/Cohesity_Close_Helios_Incident/azuredeploy.json
    +++ b/Solutions/CohesitySecurity/Playbooks/Cohesity_Close_Helios_Incident/readme.md

commit fffc00bd40
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 18:13:15 2022 -0800

    fix the extra "\" in readme files.

commit 4923932eb1
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 18:04:32 2022 -0800

    rename from "Solutions/CohesitySecurity/Data\\ Connectors/
    rename to Solutions/CohesitySecurity/Data Connectors/

commit ef5279c6eb
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 19:47:16 2022 -0600

    Update readme.md

    Typo

commit 94e4bdfe64
Merge: 2e21ed5ed 6d788faf0
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 17:26:43 2022 -0800

    Merge remote-tracking branch 'cohesity/CohesitySecurity.internal' into CohesitySecurity.internal

commit 2e21ed5edf
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 17:26:26 2022 -0800

    rename from DataConnectors/CohesitySecurity/Helios2Sentinel
    rename to "Solutions/CohesitySecurity/Data\\ Connectors/Helios2Sentinel
    update to use keyvault instead of apiKey from env.
    rename some playbooks.

commit 6d788faf0f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 19:22:01 2022 -0600

    Update readme.md

    Updated info related to using the KeyVault to store the API Key.

commit 2eb03064da
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 16:31:57 2022 -0600

    Update readme.md

    Updated instructions for SNOW playbook to create automation rule for closing SNOW tickets.

commit 8295c49fd6
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 12:13:14 2022 -0800

    rename playbook from Incident_VM_Playbook to Cohesity_Restore_From_Last_Snapshot
    update to read the details from blob storage.

commit 1a2df6f10c
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 16 10:37:58 2022 -0800

    parameterize the containerName
    take back the multi-thread implementation of ParseAlertToQueue

commit a3da7f4d43
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 15 18:17:20 2022 -0800

    add the vm playbook related parameters into blob storage in IncidentProducer.

commit 6899e05da6
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 12:17:01 2022 -0600

    Update readme.md

    Added info and new steps for the API key

commit 0dda5f371b
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 11:32:08 2022 -0600

    Update readme.md

    Updated with the info about adding the automation rule.

commit fb94db0ee5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 11:27:17 2022 -0600

    Update readme.md

    Added link about editing connections

commit bb844f6a6e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 11:25:30 2022 -0600

    Update readme.md

    Added a step about adding SNOW credentials

commit f5efccdf51
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 11:12:46 2022 -0600

    Update readme.md

    Added steps about connection authorization

commit a7fde185bc
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Dec 14 11:33:21 2022 -0800

    update the Cohesity_Send_Incident_Email Playbook

commit 53ab790928
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 13 20:12:54 2022 -0600

    Update readme.md

    Added troubleshooting section

commit 38fae0f6ee
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 13 19:26:41 2022 -0600

    Update azuredeploy.json

    Added "My" to distinguish template from the actual playbook

commit 2c5e09ecde
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 13 19:25:50 2022 -0600

    Update readme.md

    Fixed link to the Cohesity_Send_Incident_Email template

commit 542d3622af
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Dec 13 17:12:01 2022 -0800

    further remove the locale in readme.md
    rename and sync to the latest Cohesity_Send_Incident_Email Playbook

commit 5ef898ebcd
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 18:36:01 2022 -0600

    Update readme.md

    Removed en-us locale from links

commit df0261d7ff
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:39:03 2022 -0800

    fix typo.

commit 3cbc054f56
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:22:53 2022 -0800

    update the host.json for queue policy.

commit 5c975aa3bd
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:11:29 2022 -0800

    delete these 2 not in use files.

commit 34d4b4ea72
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:01:47 2022 -0800

    avoid recursion in catch.
    move FixedDelayRetry into host.json file.

commit a5675c32ec
Merge: e4316deb4 24fdabb0d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 13:43:06 2022 -0800

    Merge branch 'CohesitySecurity.internal' of ../../BareReps/workspace/Azure-Sentinel1 into CohesitySecurity.internal

commit e4316deb49
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 13:43:06 2022 -0800

    fix the indent issue.

commit 24fdabb0d5
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 13:39:58 2022 -0800

    n

commit 91a8b155d8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 10:19:21 2022 -0600

    Update readme.md

    Formatting changes

commit eba35f847f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 10:18:44 2022 -0600

    Update readme.md

    Formatting changes

commit 4922249d7c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 10:17:32 2022 -0600

    Update readme.md

    Updated links to individual deployment instructions.

commit d0504d3006
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Sat Dec 10 22:47:59 2022 -0800

    add lock to protect the queue in multi-thread scenarios.

commit 79216fa51e
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 9 16:27:40 2022 -0800

    update readme file to add introduction about CohesityQueueName.

commit 3684302ebd
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 9 16:07:24 2022 -0800

    moving the try catch logic up.
    Add FixedDelayRetry for QueueTrigger.

commit 2bb8bdb2df
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 9 09:46:22 2022 -0600

    Update Solution_CohesitySecurity.json

    Changed per Microsoft review

commit 2e4cd092da
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 9 09:40:25 2022 -0600

    Update SolutionMetadata.json

    Changed per Microsoft code review

commit 4f9275a6c7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:30:33 2022 -0600

    Update readme.md

    Adding a testing step

commit 0e6eef6899
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:22:54 2022 -0600

    Update readme.md

    Added more testing instructions

commit 868e8aff16
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:17:29 2022 -0600

    Update SolutionMetadata.json

    Formatting changes

commit 2681e4e210
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:16:47 2022 -0600

    Update SolutionMetadata.json

    Expanding categories and updating support info

commit 456cde77cf
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:11:55 2022 -0600

    Update readme.md

    Polished text

commit e7596e2376
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 19:51:46 2022 -0600

    Update Solution_CohesitySecurity.json

    Added product description

commit 3b0d6cae13
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 8 17:49:44 2022 -0800

    obfuscate the CohesityQueueName
    multi-thread improve ParseAlertToQueue function

commit 6a010359f4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 17:34:47 2022 -0600

    Create readme.md

    Final version

commit f062e826cc
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 16:39:52 2022 -0600

    Update readme.md

    Fixed typos

commit 16dd47d262
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 16:32:18 2022 -0600

    Update readme.md

    Complete version

commit 1cc3573c46
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 13:45:14 2022 -0600

    Update readme.md

    Typo

commit 882e06b81c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 13:09:45 2022 -0600

    Create readme.md

    Initial commit

commit a3604698a1
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:55:06 2022 -0600

    Create readme.md

    Initial version

commit a3691ffe3c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:27:32 2022 -0600

    Update readme.md

    Removed unnecessary parameter

commit b54d377505
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:26:47 2022 -0600

    Update readme.md

    Formatting changes

commit 7a1d5c44c6
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:22:17 2022 -0600

    Update readme.md

    Corrected typos

commit beba853c33
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:05:11 2022 -0600

    Update readme.md

    Corrected the URI

commit f57caf6c0e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:03:07 2022 -0600

    Update readme.md

    Initial version

commit e6456173f4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 11:45:53 2022 -0600

    Update readme.md

    Added formatting

commit 776e8f5f9f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 11:45:12 2022 -0600

    Update readme.md

    Completed the description

commit 9f32298f3f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 11:12:00 2022 -0600

    Update readme.md

    Initial version

commit 124d09ab97
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 10:57:08 2022 -0600

    Update readme.md

    Added word Cohesity to the playbook name

commit 72ffa6e79e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:55:55 2022 -0600

    Update readme.md

    Formatting changes

commit 63d91a5d6a
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:48:38 2022 -0600

    Update readme.md

    Updated ARM template

commit 9778263e07
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:37:38 2022 -0600

    Update readme.md

    Trying new URI format

commit 30630efe42
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:30:39 2022 -0600

    Update readme.md

    Changed URI again

commit 0622eba625
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:29:04 2022 -0600

    Update readme.md

    Changed URI for ARM template

commit 6b33b2525f
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Dec 7 17:15:05 2022 -0800

    obfuscate the values in local.settings.json files.
    rename cohesity.config to cohesity.json, and update the build.ps1, readme.md.

    The github/codeql-action/autobuild keeps failing, but DataConnectors/CohesitySecurity/Helios2Sentinel build succeeded, as shown in following log.
    thus will disable the autobuild work flow.
    =============================
    MSBuild version 17.4.0+18d5aef85 for .NET
      Determining projects to restore...
      Restored /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj (in 241 ms).
      Restored /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.csproj (in 241 ms).
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.cs(65,34): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.csproj]
      IncidentProducer -> /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/bin/Debug/net6.0/Helios2Sentinel.dll
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(30,32): warning CS0618: 'AuthenticationContext.AcquireTokenAsync(string, ClientCredential)' is obsolete: 'Microsoft.IdentityModel.Clients.ActiveDirectory is deprecated and replaced with Microsoft.Identity.Client. To migrate a daemon application, or service to service flow, see https://aka.ms/adal-to-msal-net/daemon' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(39,51): warning SYSLIB0014: 'WebRequest.Create(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
      IncidentConsumer -> /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/bin/Debug/net6.0/IncidentConsumer.dll

    Build succeeded.

    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.cs(65,34): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.csproj]
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(30,32): warning CS0618: 'AuthenticationContext.AcquireTokenAsync(string, ClientCredential)' is obsolete: 'Microsoft.IdentityModel.Clients.ActiveDirectory is deprecated and replaced with Microsoft.Identity.Client. To migrate a daemon application, or service to service flow, see https://aka.ms/adal-to-msal-net/daemon' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(39,51): warning SYSLIB0014: 'WebRequest.Create(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
        3 Warning(s)
        0 Error(s)

    Time Elapsed 00:00:03.65

commit 48a92fa015
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:56:38 2022 -0600

    Update readme.md

commit fff7b50eef
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:55:03 2022 -0600

    Update readme.md

    URI test

commit d9e31f7740
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:53:17 2022 -0600

    Update readme.md

    Another link test

commit d2c11aa620
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:49:15 2022 -0600

    Update readme.md

    Another URI test

commit 4af3e3078b
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:48:19 2022 -0600

    Update readme.md

    Trying different link

commit 3137eb24db
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:40:02 2022 -0600

    Update readme.md

    Changed URI

commit 2483ea6d37
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Dec 7 13:31:11 2022 -0800

    --- ./Solutions/CohesitySecurity/Analytic Rules/RansomwareAlert.yaml
    --- ./Solutions/CohesitySecurity/Data Connectors/helios_connector.json
    +++ ./Solutions/CohesitySecurity/Package/createUiDefinition.json
    +++ ./Solutions/CohesitySecurity/Package/mainTemplate.json
    update the build script.

commit fefdf8cfd2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:25:13 2022 -0600

    Update readme.md

    Testing ARM

commit 19ec494e83
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:18:22 2022 -0600

    Update readme.md

    Corrected playbook description

commit 59cd9b5250
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:04:28 2022 -0600

    Update readme.md

    Added TBD for package directory

commit 66bdab4f47
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:02:15 2022 -0600

    Update readme.md

    Fixed typos

commit cd7ec9fd1d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:00:08 2022 -0600

    Update readme.md

    Minor fixes

commit 7ba845641f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:45:22 2022 -0600

    Update readme.md

    Deployment steps corrections

commit e6dd9c5fce
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:42:44 2022 -0600

    Update readme.md

commit 29ca436444
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:41:33 2022 -0600

    Update readme.md

    Setting ref line

commit b1301e2b6e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:40:34 2022 -0600

    Update readme.md

    Fixing URL again

commit 6d7012c1b5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:39:11 2022 -0600

    Update readme.md

    Fixing build instructions URL

commit 098e27bbf7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:36:40 2022 -0600

    Update readme.md

    Escaped URL

commit 61ea1d5672
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:35:11 2022 -0600

    Update readme.md

    Fixed step #1

commit 0d071a0b69
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:34:04 2022 -0600

    Update readme.md

    Typo

commit 028950c162
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:33:26 2022 -0600

    Update readme.md

    Fixed link for the package directory

commit 15af0de66d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:31:25 2022 -0600

    Update readme.md

    Added references to other deployment instructions

commit f7e5af2070
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 11:30:56 2022 -0600

    Update readme.md

    First draft of deployment instructions

commit b83e93aea0
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 19:29:02 2022 -0600

    Update readme.md

commit 372ae3e17e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 19:26:25 2022 -0600

    Update readme.md

commit e6b15a5793
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 19:18:30 2022 -0600

    Update readme.md

    Updated link to Azure deployment

commit 3447201611
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 18:56:16 2022 -0600

    Update readme.md

    Added link to the playbook template

commit 36c776fd5b
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 2 15:54:33 2022 -0800

    Just initialize this new branch for Cohesity internal collaboration/review.

* remove this file:
    ./Solutions/CohesitySecurity/Data Connectors/Helios2Sentinel/IncidentProducer/incident_producer_azuredeploy.json

* update the managedApis.

* Squashed commit of the following:

commit 52a92c57ab
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 23 15:55:50 2022 -0800

    update the managedApis.

commit 3b67143194
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 14:33:47 2022 -0600

    Update azuredeploy.json

    Removed managed identity from Blob

commit 978af21d84
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 14:30:04 2022 -0600

    Update azuredeploy.json

    Testing managed connection with Azure Blob

commit 4d3b803617
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 14:23:47 2022 -0600

    Delete incident_producer_azuredeploy.json

    Deleted file that I created for test purposes

commit be1f06e1b8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 14:19:39 2022 -0600

    Update azuredeploy.json

    Changed prerequisites

commit cce48babe9
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 14:15:25 2022 -0600

    Update azuredeploy.json

    Added metadata to the deployment wizard

commit c59d740aff
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 14:11:59 2022 -0600

    Update readme.md

    Changed deployment instructions

commit 7b4cb687b1
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 14:10:33 2022 -0600

    Update readme.md

    Fixed a typo

commit 0a0604e23d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 13:27:00 2022 -0600

    Update readme.md

    Added info about authorization

commit a91e642e92
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 23 11:26:54 2022 -0800

    some small change according to the comments.

commit 57f27beb00
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 13:19:42 2022 -0600

    Update azuredeploy.json

    Removed managed identity from Outlook

commit d84dfd4e1f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 11:03:10 2022 -0600

    Update azuredeploy.json

    Fixed a typo (",")

commit eb38749daf
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 11:00:35 2022 -0600

    Update azuredeploy.json

    Added metadata and made Outlook connection type ManagedServiceIdentity

commit 3b526dedd2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 10:51:55 2022 -0600

    Update readme.md

    Updated with consideration of a new ARM template for Azure function config deployment

commit 2b7fa46d11
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 10:25:38 2022 -0600

    Update azuredeploy.json

    Fixed type ","

commit 6bd4f29dd6
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 10:24:16 2022 -0600

    Update azuredeploy.json

    Added metadata

commit d993c87642
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 10:18:03 2022 -0600

    Update azuredeploy.json

    Updated metadata

commit 4fd3aaf0bc
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 09:44:48 2022 -0600

    Delete func_azuredeploy.json

    This is a temporary file that was created by mistake.

commit 4c32629bca
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 22 14:56:10 2022 -0800

    update the csproj files

commit 3d1e443984
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 22 14:51:36 2022 -0800

    update the csproj files.

commit 1bb53f3db7
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 22 14:49:02 2022 -0800

    change to read from key vault intead of env.

commit e89a55ae22
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 22 14:09:01 2022 -0600

    Update readme.md

    Added button to deploy the functions to Azure.

commit d3ef3bd697
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 22 14:03:17 2022 -0600

    Create azuredeploy.json

    ARM template for deploying both Azure functions.

commit 979c7d3c7d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Dec 21 19:38:28 2022 -0800

    retire redis in IncidentProducer
    add Anomaly Strength in description
    re-organize the codes

commit ac0ae888d4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 19:33:30 2022 -0600

    Update readme.md

    Returned the reference to the Restore playbook

commit 8f0536ea15
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Dec 20 17:23:58 2022 -0800

    update the readme files.

commit 2c7eb694bc
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Dec 20 17:01:30 2022 -0800

    update these 2 package files.
    +++ ./Solutions/CohesitySecurity/Package/createUiDefinition.json
    +++ ./Solutions/CohesitySecurity/Package/mainTemplate.json

commit 4520fcb7fd
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Dec 20 16:49:04 2022 -0800

    update these 2 Playbooks:
        ./Solutions/CohesitySecurity/Playbooks/Cohesity_Close_Helios_Incident/azuredeploy.json
        ./Solutions/CohesitySecurity/Playbooks/Cohesity_CreateOrUpdate_ServiceNow_Incident/azuredeploy.json

commit e13cc5a80f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 17:27:36 2022 -0600

    Create incident_producer_azuredeploy.json

    Initial version of the IncidentProducer Function App

commit 0d2c1d1b53
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 15:44:46 2022 -0600

    Create func_azuredeploy.json

    Test Azure func deploy

commit db241debae
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 13:10:35 2022 -0600

    Update readme.md

    Added instructions about connection authorization

commit 7b950bcce0
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 13:06:47 2022 -0600

    Update readme.md

    Added connection authorization instructions

commit 4e38c1cca6
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:48:49 2022 -0600

    Update readme.md

    Fixed broken links

commit c454187a07
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:42:53 2022 -0600

    Update readme.md

    Fixed broken links

commit 138ce8147d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:36:24 2022 -0600

    Update readme.md

    Fixed broken links

commit d9a069e6c9
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:27:31 2022 -0600

    Update readme.md

    Typo.

commit 6b73ea2794
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:27:13 2022 -0600

    Update readme.md

    Add info about skipping steps if the API key is already stored in the vault.

commit 829395b3ae
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:22:41 2022 -0600

    Update readme.md

    - Added info about creating an automation trigger for closing SNOW tickets

commit 0249a4383a
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 09:57:33 2022 -0600

    Update readme.md

    - Replaced Helios with DataHawk + a few other formatting changes.

commit 617395e191
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 09:50:57 2022 -0600

    Update readme.md

    - Fixed broken links
    - Added info about the Cohesity Close Helios Incident playbook
    - Did some formatting

commit c371a4644d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 21:43:53 2022 -0800

    +        "Playbooks/Cohesity_Close_Helios_Incident/azuredeploy.json",

commit 5b8a57d500
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 22:00:52 2022 -0600

    Update readme.md

    Added specific name for the playbook

commit d48f6f2734
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 21:59:47 2022 -0600

    Update readme.md

    Added specific name for the vault

commit 864b714422
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 18:21:06 2022 -0800

    +++ b/Solutions/CohesitySecurity/Playbooks/Cohesity_Close_Helios_Incident/azuredeploy.json
    +++ b/Solutions/CohesitySecurity/Playbooks/Cohesity_Close_Helios_Incident/readme.md

commit fffc00bd40
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 18:13:15 2022 -0800

    fix the extra "\" in readme files.

commit 4923932eb1
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 18:04:32 2022 -0800

    rename from "Solutions/CohesitySecurity/Data\\ Connectors/
    rename to Solutions/CohesitySecurity/Data Connectors/

commit ef5279c6eb
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 19:47:16 2022 -0600

    Update readme.md

    Typo

commit 94e4bdfe64
Merge: 2e21ed5ed 6d788faf0
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 17:26:43 2022 -0800

    Merge remote-tracking branch 'cohesity/CohesitySecurity.internal' into CohesitySecurity.internal

commit 2e21ed5edf
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 17:26:26 2022 -0800

    rename from DataConnectors/CohesitySecurity/Helios2Sentinel
    rename to "Solutions/CohesitySecurity/Data\\ Connectors/Helios2Sentinel
    update to use keyvault instead of apiKey from env.
    rename some playbooks.

commit 6d788faf0f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 19:22:01 2022 -0600

    Update readme.md

    Updated info related to using the KeyVault to store the API Key.

commit 2eb03064da
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 16:31:57 2022 -0600

    Update readme.md

    Updated instructions for SNOW playbook to create automation rule for closing SNOW tickets.

commit 8295c49fd6
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 12:13:14 2022 -0800

    rename playbook from Incident_VM_Playbook to Cohesity_Restore_From_Last_Snapshot
    update to read the details from blob storage.

commit 1a2df6f10c
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 16 10:37:58 2022 -0800

    parameterize the containerName
    take back the multi-thread implementation of ParseAlertToQueue

commit a3da7f4d43
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 15 18:17:20 2022 -0800

    add the vm playbook related parameters into blob storage in IncidentProducer.

commit 6899e05da6
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 12:17:01 2022 -0600

    Update readme.md

    Added info and new steps for the API key

commit 0dda5f371b
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 11:32:08 2022 -0600

    Update readme.md

    Updated with the info about adding the automation rule.

commit fb94db0ee5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 11:27:17 2022 -0600

    Update readme.md

    Added link about editing connections

commit bb844f6a6e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 11:25:30 2022 -0600

    Update readme.md

    Added a step about adding SNOW credentials

commit f5efccdf51
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 11:12:46 2022 -0600

    Update readme.md

    Added steps about connection authorization

commit a7fde185bc
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Dec 14 11:33:21 2022 -0800

    update the Cohesity_Send_Incident_Email Playbook

commit 53ab790928
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 13 20:12:54 2022 -0600

    Update readme.md

    Added troubleshooting section

commit 38fae0f6ee
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 13 19:26:41 2022 -0600

    Update azuredeploy.json

    Added "My" to distinguish template from the actual playbook

commit 2c5e09ecde
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 13 19:25:50 2022 -0600

    Update readme.md

    Fixed link to the Cohesity_Send_Incident_Email template

commit 542d3622af
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Dec 13 17:12:01 2022 -0800

    further remove the locale in readme.md
    rename and sync to the latest Cohesity_Send_Incident_Email Playbook

commit 5ef898ebcd
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 18:36:01 2022 -0600

    Update readme.md

    Removed en-us locale from links

commit df0261d7ff
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:39:03 2022 -0800

    fix typo.

commit 3cbc054f56
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:22:53 2022 -0800

    update the host.json for queue policy.

commit 5c975aa3bd
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:11:29 2022 -0800

    delete these 2 not in use files.

commit 34d4b4ea72
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:01:47 2022 -0800

    avoid recursion in catch.
    move FixedDelayRetry into host.json file.

commit a5675c32ec
Merge: e4316deb4 24fdabb0d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 13:43:06 2022 -0800

    Merge branch 'CohesitySecurity.internal' of ../../BareReps/workspace/Azure-Sentinel1 into CohesitySecurity.internal

commit e4316deb49
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 13:43:06 2022 -0800

    fix the indent issue.

commit 24fdabb0d5
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 13:39:58 2022 -0800

    n

commit 91a8b155d8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 10:19:21 2022 -0600

    Update readme.md

    Formatting changes

commit eba35f847f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 10:18:44 2022 -0600

    Update readme.md

    Formatting changes

commit 4922249d7c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 10:17:32 2022 -0600

    Update readme.md

    Updated links to individual deployment instructions.

commit d0504d3006
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Sat Dec 10 22:47:59 2022 -0800

    add lock to protect the queue in multi-thread scenarios.

commit 79216fa51e
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 9 16:27:40 2022 -0800

    update readme file to add introduction about CohesityQueueName.

commit 3684302ebd
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 9 16:07:24 2022 -0800

    moving the try catch logic up.
    Add FixedDelayRetry for QueueTrigger.

commit 2bb8bdb2df
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 9 09:46:22 2022 -0600

    Update Solution_CohesitySecurity.json

    Changed per Microsoft review

commit 2e4cd092da
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 9 09:40:25 2022 -0600

    Update SolutionMetadata.json

    Changed per Microsoft code review

commit 4f9275a6c7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:30:33 2022 -0600

    Update readme.md

    Adding a testing step

commit 0e6eef6899
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:22:54 2022 -0600

    Update readme.md

    Added more testing instructions

commit 868e8aff16
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:17:29 2022 -0600

    Update SolutionMetadata.json

    Formatting changes

commit 2681e4e210
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:16:47 2022 -0600

    Update SolutionMetadata.json

    Expanding categories and updating support info

commit 456cde77cf
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:11:55 2022 -0600

    Update readme.md

    Polished text

commit e7596e2376
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 19:51:46 2022 -0600

    Update Solution_CohesitySecurity.json

    Added product description

commit 3b0d6cae13
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 8 17:49:44 2022 -0800

    obfuscate the CohesityQueueName
    multi-thread improve ParseAlertToQueue function

commit 6a010359f4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 17:34:47 2022 -0600

    Create readme.md

    Final version

commit f062e826cc
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 16:39:52 2022 -0600

    Update readme.md

    Fixed typos

commit 16dd47d262
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 16:32:18 2022 -0600

    Update readme.md

    Complete version

commit 1cc3573c46
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 13:45:14 2022 -0600

    Update readme.md

    Typo

commit 882e06b81c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 13:09:45 2022 -0600

    Create readme.md

    Initial commit

commit a3604698a1
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:55:06 2022 -0600

    Create readme.md

    Initial version

commit a3691ffe3c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:27:32 2022 -0600

    Update readme.md

    Removed unnecessary parameter

commit b54d377505
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:26:47 2022 -0600

    Update readme.md

    Formatting changes

commit 7a1d5c44c6
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:22:17 2022 -0600

    Update readme.md

    Corrected typos

commit beba853c33
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:05:11 2022 -0600

    Update readme.md

    Corrected the URI

commit f57caf6c0e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:03:07 2022 -0600

    Update readme.md

    Initial version

commit e6456173f4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 11:45:53 2022 -0600

    Update readme.md

    Added formatting

commit 776e8f5f9f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 11:45:12 2022 -0600

    Update readme.md

    Completed the description

commit 9f32298f3f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 11:12:00 2022 -0600

    Update readme.md

    Initial version

commit 124d09ab97
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 10:57:08 2022 -0600

    Update readme.md

    Added word Cohesity to the playbook name

commit 72ffa6e79e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:55:55 2022 -0600

    Update readme.md

    Formatting changes

commit 63d91a5d6a
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:48:38 2022 -0600

    Update readme.md

    Updated ARM template

commit 9778263e07
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:37:38 2022 -0600

    Update readme.md

    Trying new URI format

commit 30630efe42
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:30:39 2022 -0600

    Update readme.md

    Changed URI again

commit 0622eba625
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:29:04 2022 -0600

    Update readme.md

    Changed URI for ARM template

commit 6b33b2525f
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Dec 7 17:15:05 2022 -0800

    obfuscate the values in local.settings.json files.
    rename cohesity.config to cohesity.json, and update the build.ps1, readme.md.

    The github/codeql-action/autobuild keeps failing, but DataConnectors/CohesitySecurity/Helios2Sentinel build succeeded, as shown in following log.
    thus will disable the autobuild work flow.
    =============================
    MSBuild version 17.4.0+18d5aef85 for .NET
      Determining projects to restore...
      Restored /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj (in 241 ms).
      Restored /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.csproj (in 241 ms).
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.cs(65,34): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.csproj]
      IncidentProducer -> /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/bin/Debug/net6.0/Helios2Sentinel.dll
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(30,32): warning CS0618: 'AuthenticationContext.AcquireTokenAsync(string, ClientCredential)' is obsolete: 'Microsoft.IdentityModel.Clients.ActiveDirectory is deprecated and replaced with Microsoft.Identity.Client. To migrate a daemon application, or service to service flow, see https://aka.ms/adal-to-msal-net/daemon' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(39,51): warning SYSLIB0014: 'WebRequest.Create(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
      IncidentConsumer -> /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/bin/Debug/net6.0/IncidentConsumer.dll

    Build succeeded.

    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.cs(65,34): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.csproj]
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(30,32): warning CS0618: 'AuthenticationContext.AcquireTokenAsync(string, ClientCredential)' is obsolete: 'Microsoft.IdentityModel.Clients.ActiveDirectory is deprecated and replaced with Microsoft.Identity.Client. To migrate a daemon application, or service to service flow, see https://aka.ms/adal-to-msal-net/daemon' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(39,51): warning SYSLIB0014: 'WebRequest.Create(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
        3 Warning(s)
        0 Error(s)

    Time Elapsed 00:00:03.65

commit 48a92fa015
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:56:38 2022 -0600

    Update readme.md

commit fff7b50eef
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:55:03 2022 -0600

    Update readme.md

    URI test

commit d9e31f7740
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:53:17 2022 -0600

    Update readme.md

    Another link test

commit d2c11aa620
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:49:15 2022 -0600

    Update readme.md

    Another URI test

commit 4af3e3078b
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:48:19 2022 -0600

    Update readme.md

    Trying different link

commit 3137eb24db
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:40:02 2022 -0600

    Update readme.md

    Changed URI

commit 2483ea6d37
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Dec 7 13:31:11 2022 -0800

    --- ./Solutions/CohesitySecurity/Analytic Rules/RansomwareAlert.yaml
    --- ./Solutions/CohesitySecurity/Data Connectors/helios_connector.json
    +++ ./Solutions/CohesitySecurity/Package/createUiDefinition.json
    +++ ./Solutions/CohesitySecurity/Package/mainTemplate.json
    update the build script.

commit fefdf8cfd2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:25:13 2022 -0600

    Update readme.md

    Testing ARM

commit 19ec494e83
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:18:22 2022 -0600

    Update readme.md

    Corrected playbook description

commit 59cd9b5250
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:04:28 2022 -0600

    Update readme.md

    Added TBD for package directory

commit 66bdab4f47
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:02:15 2022 -0600

    Update readme.md

    Fixed typos

commit cd7ec9fd1d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:00:08 2022 -0600

    Update readme.md

    Minor fixes

commit 7ba845641f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:45:22 2022 -0600

    Update readme.md

    Deployment steps corrections

commit e6dd9c5fce
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:42:44 2022 -0600

    Update readme.md

commit 29ca436444
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:41:33 2022 -0600

    Update readme.md

    Setting ref line

commit b1301e2b6e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:40:34 2022 -0600

    Update readme.md

    Fixing URL again

commit 6d7012c1b5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:39:11 2022 -0600

    Update readme.md

    Fixing build instructions URL

commit 098e27bbf7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:36:40 2022 -0600

    Update readme.md

    Escaped URL

commit 61ea1d5672
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:35:11 2022 -0600

    Update readme.md

    Fixed step #1

commit 0d071a0b69
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:34:04 2022 -0600

    Update readme.md

    Typo

commit 028950c162
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:33:26 2022 -0600

    Update readme.md

    Fixed link for the package directory

commit 15af0de66d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:31:25 2022 -0600

    Update readme.md

    Added references to other deployment instructions

commit f7e5af2070
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 11:30:56 2022 -0600

    Update readme.md

    First draft of deployment instructions

commit b83e93aea0
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 19:29:02 2022 -0600

    Update readme.md

commit 372ae3e17e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 19:26:25 2022 -0600

    Update readme.md

commit e6b15a5793
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 19:18:30 2022 -0600

    Update readme.md

    Updated link to Azure deployment

commit 3447201611
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 18:56:16 2022 -0600

    Update readme.md

    Added link to the playbook template

commit 36c776fd5b
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 2 15:54:33 2022 -0800

    Just initialize this new branch for Cohesity internal collaboration/review.

* Update azuredeploy.json

Added Keyvaultname as a connection parameter

* Update azuredeploy.json

Made KeyVault  managed connection with the predefined Keyvault name

* Update readme.md

Updated instructions to reflect the new deployment steps

* Update azuredeploy.json

Fixed container name

* Update readme.md

Updated deployment instructions to reflect that keyvault is now a managed connection

* beautify this json file.

* beautify this json file.

* Squashed commit of the following:

commit 208d1f3d73
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 3 17:49:26 2023 -0800

    beautify this json file.

commit 92de7c93bb
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 3 17:48:57 2023 -0800

    beautify this json file.

commit 02bb9f3da8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 3 17:07:12 2023 -0600

    Update readme.md

    Updated deployment instructions to reflect that keyvault is now a managed connection

commit 9386f5c8fc
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 3 16:56:46 2023 -0600

    Update azuredeploy.json

    Fixed container name

commit 748937fe20
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 3 16:09:35 2023 -0600

    Update readme.md

    Updated instructions to reflect the new deployment steps

commit 3fdcfd398b
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 3 15:45:13 2023 -0600

    Update azuredeploy.json

    Made KeyVault  managed connection with the predefined Keyvault name

commit 0d4a8fabf9
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 3 10:43:18 2023 -0600

    Update azuredeploy.json

    Added Keyvaultname as a connection parameter

commit 52a92c57ab
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 23 15:55:50 2022 -0800

    update the managedApis.

commit 3b67143194
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 14:33:47 2022 -0600

    Update azuredeploy.json

    Removed managed identity from Blob

commit 978af21d84
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 14:30:04 2022 -0600

    Update azuredeploy.json

    Testing managed connection with Azure Blob

commit 4d3b803617
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 14:23:47 2022 -0600

    Delete incident_producer_azuredeploy.json

    Deleted file that I created for test purposes

commit be1f06e1b8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 14:19:39 2022 -0600

    Update azuredeploy.json

    Changed prerequisites

commit cce48babe9
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 14:15:25 2022 -0600

    Update azuredeploy.json

    Added metadata to the deployment wizard

commit c59d740aff
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 14:11:59 2022 -0600

    Update readme.md

    Changed deployment instructions

commit 7b4cb687b1
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 14:10:33 2022 -0600

    Update readme.md

    Fixed a typo

commit 0a0604e23d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 13:27:00 2022 -0600

    Update readme.md

    Added info about authorization

commit a91e642e92
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 23 11:26:54 2022 -0800

    some small change according to the comments.

commit 57f27beb00
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 13:19:42 2022 -0600

    Update azuredeploy.json

    Removed managed identity from Outlook

commit d84dfd4e1f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 11:03:10 2022 -0600

    Update azuredeploy.json

    Fixed a typo (",")

commit eb38749daf
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 11:00:35 2022 -0600

    Update azuredeploy.json

    Added metadata and made Outlook connection type ManagedServiceIdentity

commit 3b526dedd2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 10:51:55 2022 -0600

    Update readme.md

    Updated with consideration of a new ARM template for Azure function config deployment

commit 2b7fa46d11
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 10:25:38 2022 -0600

    Update azuredeploy.json

    Fixed type ","

commit 6bd4f29dd6
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 10:24:16 2022 -0600

    Update azuredeploy.json

    Added metadata

commit d993c87642
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 10:18:03 2022 -0600

    Update azuredeploy.json

    Updated metadata

commit 4fd3aaf0bc
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 23 09:44:48 2022 -0600

    Delete func_azuredeploy.json

    This is a temporary file that was created by mistake.

commit 4c32629bca
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 22 14:56:10 2022 -0800

    update the csproj files

commit 3d1e443984
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 22 14:51:36 2022 -0800

    update the csproj files.

commit 1bb53f3db7
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 22 14:49:02 2022 -0800

    change to read from key vault intead of env.

commit e89a55ae22
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 22 14:09:01 2022 -0600

    Update readme.md

    Added button to deploy the functions to Azure.

commit d3ef3bd697
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 22 14:03:17 2022 -0600

    Create azuredeploy.json

    ARM template for deploying both Azure functions.

commit 979c7d3c7d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Dec 21 19:38:28 2022 -0800

    retire redis in IncidentProducer
    add Anomaly Strength in description
    re-organize the codes

commit ac0ae888d4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 19:33:30 2022 -0600

    Update readme.md

    Returned the reference to the Restore playbook

commit 8f0536ea15
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Dec 20 17:23:58 2022 -0800

    update the readme files.

commit 2c7eb694bc
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Dec 20 17:01:30 2022 -0800

    update these 2 package files.
    +++ ./Solutions/CohesitySecurity/Package/createUiDefinition.json
    +++ ./Solutions/CohesitySecurity/Package/mainTemplate.json

commit 4520fcb7fd
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Dec 20 16:49:04 2022 -0800

    update these 2 Playbooks:
        ./Solutions/CohesitySecurity/Playbooks/Cohesity_Close_Helios_Incident/azuredeploy.json
        ./Solutions/CohesitySecurity/Playbooks/Cohesity_CreateOrUpdate_ServiceNow_Incident/azuredeploy.json

commit e13cc5a80f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 17:27:36 2022 -0600

    Create incident_producer_azuredeploy.json

    Initial version of the IncidentProducer Function App

commit 0d2c1d1b53
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 15:44:46 2022 -0600

    Create func_azuredeploy.json

    Test Azure func deploy

commit db241debae
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 13:10:35 2022 -0600

    Update readme.md

    Added instructions about connection authorization

commit 7b950bcce0
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 13:06:47 2022 -0600

    Update readme.md

    Added connection authorization instructions

commit 4e38c1cca6
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:48:49 2022 -0600

    Update readme.md

    Fixed broken links

commit c454187a07
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:42:53 2022 -0600

    Update readme.md

    Fixed broken links

commit 138ce8147d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:36:24 2022 -0600

    Update readme.md

    Fixed broken links

commit d9a069e6c9
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:27:31 2022 -0600

    Update readme.md

    Typo.

commit 6b73ea2794
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:27:13 2022 -0600

    Update readme.md

    Add info about skipping steps if the API key is already stored in the vault.

commit 829395b3ae
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 10:22:41 2022 -0600

    Update readme.md

    - Added info about creating an automation trigger for closing SNOW tickets

commit 0249a4383a
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 09:57:33 2022 -0600

    Update readme.md

    - Replaced Helios with DataHawk + a few other formatting changes.

commit 617395e191
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 20 09:50:57 2022 -0600

    Update readme.md

    - Fixed broken links
    - Added info about the Cohesity Close Helios Incident playbook
    - Did some formatting

commit c371a4644d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 21:43:53 2022 -0800

    +        "Playbooks/Cohesity_Close_Helios_Incident/azuredeploy.json",

commit 5b8a57d500
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 22:00:52 2022 -0600

    Update readme.md

    Added specific name for the playbook

commit d48f6f2734
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 21:59:47 2022 -0600

    Update readme.md

    Added specific name for the vault

commit 864b714422
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 18:21:06 2022 -0800

    +++ b/Solutions/CohesitySecurity/Playbooks/Cohesity_Close_Helios_Incident/azuredeploy.json
    +++ b/Solutions/CohesitySecurity/Playbooks/Cohesity_Close_Helios_Incident/readme.md

commit fffc00bd40
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 18:13:15 2022 -0800

    fix the extra "\" in readme files.

commit 4923932eb1
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 18:04:32 2022 -0800

    rename from "Solutions/CohesitySecurity/Data\\ Connectors/
    rename to Solutions/CohesitySecurity/Data Connectors/

commit ef5279c6eb
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 19:47:16 2022 -0600

    Update readme.md

    Typo

commit 94e4bdfe64
Merge: 2e21ed5ed 6d788faf0
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 17:26:43 2022 -0800

    Merge remote-tracking branch 'cohesity/CohesitySecurity.internal' into CohesitySecurity.internal

commit 2e21ed5edf
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 17:26:26 2022 -0800

    rename from DataConnectors/CohesitySecurity/Helios2Sentinel
    rename to "Solutions/CohesitySecurity/Data\\ Connectors/Helios2Sentinel
    update to use keyvault instead of apiKey from env.
    rename some playbooks.

commit 6d788faf0f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 19:22:01 2022 -0600

    Update readme.md

    Updated info related to using the KeyVault to store the API Key.

commit 2eb03064da
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 19 16:31:57 2022 -0600

    Update readme.md

    Updated instructions for SNOW playbook to create automation rule for closing SNOW tickets.

commit 8295c49fd6
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 19 12:13:14 2022 -0800

    rename playbook from Incident_VM_Playbook to Cohesity_Restore_From_Last_Snapshot
    update to read the details from blob storage.

commit 1a2df6f10c
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 16 10:37:58 2022 -0800

    parameterize the containerName
    take back the multi-thread implementation of ParseAlertToQueue

commit a3da7f4d43
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 15 18:17:20 2022 -0800

    add the vm playbook related parameters into blob storage in IncidentProducer.

commit 6899e05da6
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 12:17:01 2022 -0600

    Update readme.md

    Added info and new steps for the API key

commit 0dda5f371b
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 11:32:08 2022 -0600

    Update readme.md

    Updated with the info about adding the automation rule.

commit fb94db0ee5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 11:27:17 2022 -0600

    Update readme.md

    Added link about editing connections

commit bb844f6a6e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 11:25:30 2022 -0600

    Update readme.md

    Added a step about adding SNOW credentials

commit f5efccdf51
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 15 11:12:46 2022 -0600

    Update readme.md

    Added steps about connection authorization

commit a7fde185bc
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Dec 14 11:33:21 2022 -0800

    update the Cohesity_Send_Incident_Email Playbook

commit 53ab790928
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 13 20:12:54 2022 -0600

    Update readme.md

    Added troubleshooting section

commit 38fae0f6ee
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 13 19:26:41 2022 -0600

    Update azuredeploy.json

    Added "My" to distinguish template from the actual playbook

commit 2c5e09ecde
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 13 19:25:50 2022 -0600

    Update readme.md

    Fixed link to the Cohesity_Send_Incident_Email template

commit 542d3622af
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Dec 13 17:12:01 2022 -0800

    further remove the locale in readme.md
    rename and sync to the latest Cohesity_Send_Incident_Email Playbook

commit 5ef898ebcd
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 18:36:01 2022 -0600

    Update readme.md

    Removed en-us locale from links

commit df0261d7ff
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:39:03 2022 -0800

    fix typo.

commit 3cbc054f56
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:22:53 2022 -0800

    update the host.json for queue policy.

commit 5c975aa3bd
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:11:29 2022 -0800

    delete these 2 not in use files.

commit 34d4b4ea72
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 14:01:47 2022 -0800

    avoid recursion in catch.
    move FixedDelayRetry into host.json file.

commit a5675c32ec
Merge: e4316deb4 24fdabb0d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 13:43:06 2022 -0800

    Merge branch 'CohesitySecurity.internal' of ../../BareReps/workspace/Azure-Sentinel1 into CohesitySecurity.internal

commit e4316deb49
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 13:43:06 2022 -0800

    fix the indent issue.

commit 24fdabb0d5
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Dec 12 13:39:58 2022 -0800

    n

commit 91a8b155d8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 10:19:21 2022 -0600

    Update readme.md

    Formatting changes

commit eba35f847f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 10:18:44 2022 -0600

    Update readme.md

    Formatting changes

commit 4922249d7c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Dec 12 10:17:32 2022 -0600

    Update readme.md

    Updated links to individual deployment instructions.

commit d0504d3006
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Sat Dec 10 22:47:59 2022 -0800

    add lock to protect the queue in multi-thread scenarios.

commit 79216fa51e
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 9 16:27:40 2022 -0800

    update readme file to add introduction about CohesityQueueName.

commit 3684302ebd
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 9 16:07:24 2022 -0800

    moving the try catch logic up.
    Add FixedDelayRetry for QueueTrigger.

commit 2bb8bdb2df
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 9 09:46:22 2022 -0600

    Update Solution_CohesitySecurity.json

    Changed per Microsoft review

commit 2e4cd092da
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Dec 9 09:40:25 2022 -0600

    Update SolutionMetadata.json

    Changed per Microsoft code review

commit 4f9275a6c7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:30:33 2022 -0600

    Update readme.md

    Adding a testing step

commit 0e6eef6899
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:22:54 2022 -0600

    Update readme.md

    Added more testing instructions

commit 868e8aff16
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:17:29 2022 -0600

    Update SolutionMetadata.json

    Formatting changes

commit 2681e4e210
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:16:47 2022 -0600

    Update SolutionMetadata.json

    Expanding categories and updating support info

commit 456cde77cf
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 20:11:55 2022 -0600

    Update readme.md

    Polished text

commit e7596e2376
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 19:51:46 2022 -0600

    Update Solution_CohesitySecurity.json

    Added product description

commit 3b0d6cae13
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Dec 8 17:49:44 2022 -0800

    obfuscate the CohesityQueueName
    multi-thread improve ParseAlertToQueue function

commit 6a010359f4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 17:34:47 2022 -0600

    Create readme.md

    Final version

commit f062e826cc
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 16:39:52 2022 -0600

    Update readme.md

    Fixed typos

commit 16dd47d262
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 16:32:18 2022 -0600

    Update readme.md

    Complete version

commit 1cc3573c46
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 13:45:14 2022 -0600

    Update readme.md

    Typo

commit 882e06b81c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 13:09:45 2022 -0600

    Create readme.md

    Initial commit

commit a3604698a1
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:55:06 2022 -0600

    Create readme.md

    Initial version

commit a3691ffe3c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:27:32 2022 -0600

    Update readme.md

    Removed unnecessary parameter

commit b54d377505
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:26:47 2022 -0600

    Update readme.md

    Formatting changes

commit 7a1d5c44c6
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:22:17 2022 -0600

    Update readme.md

    Corrected typos

commit beba853c33
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:05:11 2022 -0600

    Update readme.md

    Corrected the URI

commit f57caf6c0e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 12:03:07 2022 -0600

    Update readme.md

    Initial version

commit e6456173f4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 11:45:53 2022 -0600

    Update readme.md

    Added formatting

commit 776e8f5f9f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 11:45:12 2022 -0600

    Update readme.md

    Completed the description

commit 9f32298f3f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 11:12:00 2022 -0600

    Update readme.md

    Initial version

commit 124d09ab97
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Dec 8 10:57:08 2022 -0600

    Update readme.md

    Added word Cohesity to the playbook name

commit 72ffa6e79e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:55:55 2022 -0600

    Update readme.md

    Formatting changes

commit 63d91a5d6a
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:48:38 2022 -0600

    Update readme.md

    Updated ARM template

commit 9778263e07
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:37:38 2022 -0600

    Update readme.md

    Trying new URI format

commit 30630efe42
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:30:39 2022 -0600

    Update readme.md

    Changed URI again

commit 0622eba625
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 19:29:04 2022 -0600

    Update readme.md

    Changed URI for ARM template

commit 6b33b2525f
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Dec 7 17:15:05 2022 -0800

    obfuscate the values in local.settings.json files.
    rename cohesity.config to cohesity.json, and update the build.ps1, readme.md.

    The github/codeql-action/autobuild keeps failing, but DataConnectors/CohesitySecurity/Helios2Sentinel build succeeded, as shown in following log.
    thus will disable the autobuild work flow.
    =============================
    MSBuild version 17.4.0+18d5aef85 for .NET
      Determining projects to restore...
      Restored /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj (in 241 ms).
      Restored /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.csproj (in 241 ms).
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.cs(65,34): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.csproj]
      IncidentProducer -> /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/bin/Debug/net6.0/Helios2Sentinel.dll
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(30,32): warning CS0618: 'AuthenticationContext.AcquireTokenAsync(string, ClientCredential)' is obsolete: 'Microsoft.IdentityModel.Clients.ActiveDirectory is deprecated and replaced with Microsoft.Identity.Client. To migrate a daemon application, or service to service flow, see https://aka.ms/adal-to-msal-net/daemon' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(39,51): warning SYSLIB0014: 'WebRequest.Create(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
      IncidentConsumer -> /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/bin/Debug/net6.0/IncidentConsumer.dll

    Build succeeded.

    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.cs(65,34): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentProducer/IncidentProducer.csproj]
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(30,32): warning CS0618: 'AuthenticationContext.AcquireTokenAsync(string, ClientCredential)' is obsolete: 'Microsoft.IdentityModel.Clients.ActiveDirectory is deprecated and replaced with Microsoft.Identity.Client. To migrate a daemon application, or service to service flow, see https://aka.ms/adal-to-msal-net/daemon' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
    /Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.cs(39,51): warning SYSLIB0014: 'WebRequest.Create(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' [/Users/ying.huang/workspace/Azure-Sentinel/DataConnectors/CohesitySecurity/Helios2Sentinel/IncidentConsumer/IncidentConsumer.csproj]
        3 Warning(s)
        0 Error(s)

    Time Elapsed 00:00:03.65

commit 48a92fa015
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:56:38 2022 -0600

    Update readme.md

commit fff7b50eef
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:55:03 2022 -0600

    Update readme.md

    URI test

commit d9e31f7740
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:53:17 2022 -0600

    Update readme.md

    Another link test

commit d2c11aa620
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:49:15 2022 -0600

    Update readme.md

    Another URI test

commit 4af3e3078b
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:48:19 2022 -0600

    Update readme.md

    Trying different link

commit 3137eb24db
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:40:02 2022 -0600

    Update readme.md

    Changed URI

commit 2483ea6d37
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Dec 7 13:31:11 2022 -0800

    --- ./Solutions/CohesitySecurity/Analytic Rules/RansomwareAlert.yaml
    --- ./Solutions/CohesitySecurity/Data Connectors/helios_connector.json
    +++ ./Solutions/CohesitySecurity/Package/createUiDefinition.json
    +++ ./Solutions/CohesitySecurity/Package/mainTemplate.json
    update the build script.

commit fefdf8cfd2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:25:13 2022 -0600

    Update readme.md

    Testing ARM

commit 19ec494e83
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:18:22 2022 -0600

    Update readme.md

    Corrected playbook description

commit 59cd9b5250
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:04:28 2022 -0600

    Update readme.md

    Added TBD for package directory

commit 66bdab4f47
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:02:15 2022 -0600

    Update readme.md

    Fixed typos

commit cd7ec9fd1d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 15:00:08 2022 -0600

    Update readme.md

    Minor fixes

commit 7ba845641f
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:45:22 2022 -0600

    Update readme.md

    Deployment steps corrections

commit e6dd9c5fce
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:42:44 2022 -0600

    Update readme.md

commit 29ca436444
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:41:33 2022 -0600

    Update readme.md

    Setting ref line

commit b1301e2b6e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:40:34 2022 -0600

    Update readme.md

    Fixing URL again

commit 6d7012c1b5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:39:11 2022 -0600

    Update readme.md

    Fixing build instructions URL

commit 098e27bbf7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:36:40 2022 -0600

    Update readme.md

    Escaped URL

commit 61ea1d5672
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:35:11 2022 -0600

    Update readme.md

    Fixed step #1

commit 0d071a0b69
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:34:04 2022 -0600

    Update readme.md

    Typo

commit 028950c162
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:33:26 2022 -0600

    Update readme.md

    Fixed link for the package directory

commit 15af0de66d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 13:31:25 2022 -0600

    Update readme.md

    Added references to other deployment instructions

commit f7e5af2070
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Wed Dec 7 11:30:56 2022 -0600

    Update readme.md

    First draft of deployment instructions

commit b83e93aea0
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 19:29:02 2022 -0600

    Update readme.md

commit 372ae3e17e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 19:26:25 2022 -0600

    Update readme.md

commit e6b15a5793
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 19:18:30 2022 -0600

    Update readme.md

    Updated link to Azure deployment

commit 3447201611
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Dec 6 18:56:16 2022 -0600

    Update readme.md

    Added link to the playbook template

commit 36c776fd5b
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Dec 2 15:54:33 2022 -0800

    Just initialize this new branch for Cohesity internal collaboration/review.

* Update readme.md

Updated prerequisites and troubleshooting details per MS code review

* Update readme.md

Updated pre-requisites and troubleshooting steps

* Squashed commit of the following:

commit d43cfccf32
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 14:25:35 2023 -0800

    update deploy scripts.

commit 05f45be385
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:11:45 2023 -0600

    Update readme.md

    Fixed a typo

commit 6155c4e0f7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:08:20 2023 -0600

    Update readme.md

    Updated the instructions to reflect the new deployment script

commit 98347394d8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:07:16 2023 -0600

    Update readme.md

    Updated the instructions to reflect new deployment steps

commit 607b64f197
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:49:24 2023 -0600

    Update readme.md

    Fixed a typo

commit db7be2ab91
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:44:56 2023 -0600

    Update readme.md

    Polished language

commit 8371bf109e
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 10:45:15 2023 -0800

    update azuredeploy to host on windows OS.
    add deployment related scripts.
    update the readme file.

commit bc64f554f2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 11:38:53 2023 -0600

    Update readme.md

    Updated publishing instructions

commit de74f40e18
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 5 14:21:11 2023 -0800

    change to windows host to workaround the AzureWebJobsStorage error issue.

commit 5a1daf5b3c
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:57:42 2023 -0800

    small fix in azuredeploy.json

commit d9cdca1acb
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:54:46 2023 -0800

    add DefaultEndpointsProtocol to azuredeploy.json

* Squashed commit of the following:

commit 94270ea0f0
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 15:21:44 2023 -0800

    remove BlobStorageConnectionString for duplication.
    remove a dup try catch.

commit 199f5a140d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 11:07:38 2023 -0800

    update the Function Apps to use env instead of secret for variables.
    fix some properties in azuredeploy.json.

commit 7bb4f9341f
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 17:51:04 2023 -0800

    small fix in script.

commit d43cfccf32
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 14:25:35 2023 -0800

    update deploy scripts.

commit 05f45be385
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:11:45 2023 -0600

    Update readme.md

    Fixed a typo

commit 6155c4e0f7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:08:20 2023 -0600

    Update readme.md

    Updated the instructions to reflect the new deployment script

commit 98347394d8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:07:16 2023 -0600

    Update readme.md

    Updated the instructions to reflect new deployment steps

commit 607b64f197
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:49:24 2023 -0600

    Update readme.md

    Fixed a typo

commit db7be2ab91
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:44:56 2023 -0600

    Update readme.md

    Polished language

commit 8371bf109e
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 10:45:15 2023 -0800

    update azuredeploy to host on windows OS.
    add deployment related scripts.
    update the readme file.

commit bc64f554f2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 11:38:53 2023 -0600

    Update readme.md

    Updated publishing instructions

commit de74f40e18
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 5 14:21:11 2023 -0800

    change to windows host to workaround the AzureWebJobsStorage error issue.

commit 5a1daf5b3c
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:57:42 2023 -0800

    small fix in azuredeploy.json

commit d9cdca1acb
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:54:46 2023 -0800

    add DefaultEndpointsProtocol to azuredeploy.json

* update deploy script.

* Squashed commit of the following:

commit 8e139c0072
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 11 10:27:54 2023 -0800

    update text from 'Azure Sentinel' to 'Microsoft Sentinel'

commit 94270ea0f0
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 15:21:44 2023 -0800

    remove BlobStorageConnectionString for duplication.
    remove a dup try catch.

commit 199f5a140d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 11:07:38 2023 -0800

    update the Function Apps to use env instead of secret for variables.
    fix some properties in azuredeploy.json.

commit 7bb4f9341f
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 17:51:04 2023 -0800

    small fix in script.

commit d43cfccf32
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 14:25:35 2023 -0800

    update deploy scripts.

commit 05f45be385
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:11:45 2023 -0600

    Update readme.md

    Fixed a typo

commit 6155c4e0f7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:08:20 2023 -0600

    Update readme.md

    Updated the instructions to reflect the new deployment script

commit 98347394d8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:07:16 2023 -0600

    Update readme.md

    Updated the instructions to reflect new deployment steps

commit 607b64f197
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:49:24 2023 -0600

    Update readme.md

    Fixed a typo

commit db7be2ab91
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:44:56 2023 -0600

    Update readme.md

    Polished language

commit 8371bf109e
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 10:45:15 2023 -0800

    update azuredeploy to host on windows OS.
    add deployment related scripts.
    update the readme file.

commit bc64f554f2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 11:38:53 2023 -0600

    Update readme.md

    Updated publishing instructions

commit de74f40e18
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 5 14:21:11 2023 -0800

    change to windows host to workaround the AzureWebJobsStorage error issue.

commit 5a1daf5b3c
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:57:42 2023 -0800

    small fix in azuredeploy.json

commit d9cdca1acb
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:54:46 2023 -0800

    add DefaultEndpointsProtocol to azuredeploy.json

* Squashed commit of the following:

commit 2bec432bd4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:33:30 2023 -0600

    Update azuredeploy.json

    Updated metadata

commit c97b56befe
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:29:18 2023 -0600

    Update azuredeploy.json

    Fixed quotes

commit c3b07a1ed5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:25:09 2023 -0600

    Update azuredeploy.json

    Fixed typo

commit 04289abf2c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:23:34 2023 -0600

    Update azuredeploy.json

    Added metadata

commit 8e139c0072
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 11 10:27:54 2023 -0800

    update text from 'Azure Sentinel' to 'Microsoft Sentinel'

commit 94270ea0f0
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 15:21:44 2023 -0800

    remove BlobStorageConnectionString for duplication.
    remove a dup try catch.

commit 199f5a140d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 11:07:38 2023 -0800

    update the Function Apps to use env instead of secret for variables.
    fix some properties in azuredeploy.json.

commit 7bb4f9341f
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 17:51:04 2023 -0800

    small fix in script.

commit d43cfccf32
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 14:25:35 2023 -0800

    update deploy scripts.

commit 05f45be385
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:11:45 2023 -0600

    Update readme.md

    Fixed a typo

commit 6155c4e0f7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:08:20 2023 -0600

    Update readme.md

    Updated the instructions to reflect the new deployment script

commit 98347394d8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:07:16 2023 -0600

    Update readme.md

    Updated the instructions to reflect new deployment steps

commit 607b64f197
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:49:24 2023 -0600

    Update readme.md

    Fixed a typo

commit db7be2ab91
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:44:56 2023 -0600

    Update readme.md

    Polished language

commit 8371bf109e
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 10:45:15 2023 -0800

    update azuredeploy to host on windows OS.
    add deployment related scripts.
    update the readme file.

commit bc64f554f2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 11:38:53 2023 -0600

    Update readme.md

    Updated publishing instructions

commit de74f40e18
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 5 14:21:11 2023 -0800

    change to windows host to workaround the AzureWebJobsStorage error issue.

commit 5a1daf5b3c
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:57:42 2023 -0800

    small fix in azuredeploy.json

commit d9cdca1acb
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:54:46 2023 -0800

    add DefaultEndpointsProtocol to azuredeploy.json

* Squashed commit of the following:

commit 2069d81a44
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 20 11:06:13 2023 -0800

    clean the codes.

commit edc60d45ab
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 20 10:26:19 2023 -0800

    add feature: TestAlertToQueue

commit 28efdb81d1
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 19 15:46:24 2023 -0800

    clean some codes.

commit eb86fbf97d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 19 14:05:22 2023 -0800

    Fix some warning, retire some obsolete codes.

commit fe35840043
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 18 17:08:17 2023 -0800

    fix some compilation warnings.

commit 8fae6744b2
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Wed Jan 18 16:04:32 2023 +0530

    Reviews

    Edited content for style and grammar

commit 2bec432bd4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:33:30 2023 -0600

    Update azuredeploy.json

    Updated metadata

commit c97b56befe
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:29:18 2023 -0600

    Update azuredeploy.json

    Fixed quotes

commit c3b07a1ed5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:25:09 2023 -0600

    Update azuredeploy.json

    Fixed typo

commit 04289abf2c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:23:34 2023 -0600

    Update azuredeploy.json

    Added metadata

commit 8e139c0072
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 11 10:27:54 2023 -0800

    update text from 'Azure Sentinel' to 'Microsoft Sentinel'

commit 94270ea0f0
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 15:21:44 2023 -0800

    remove BlobStorageConnectionString for duplication.
    remove a dup try catch.

commit 199f5a140d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 11:07:38 2023 -0800

    update the Function Apps to use env instead of secret for variables.
    fix some properties in azuredeploy.json.

commit 7bb4f9341f
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 17:51:04 2023 -0800

    small fix in script.

commit d43cfccf32
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 14:25:35 2023 -0800

    update deploy scripts.

commit 05f45be385
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:11:45 2023 -0600

    Update readme.md

    Fixed a typo

commit 6155c4e0f7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:08:20 2023 -0600

    Update readme.md

    Updated the instructions to reflect the new deployment script

commit 98347394d8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:07:16 2023 -0600

    Update readme.md

    Updated the instructions to reflect new deployment steps

commit 607b64f197
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:49:24 2023 -0600

    Update readme.md

    Fixed a typo

commit db7be2ab91
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:44:56 2023 -0600

    Update readme.md

    Polished language

commit 8371bf109e
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 10:45:15 2023 -0800

    update azuredeploy to host on windows OS.
    add deployment related scripts.
    update the readme file.

commit bc64f554f2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 11:38:53 2023 -0600

    Update readme.md

    Updated publishing instructions

commit de74f40e18
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 5 14:21:11 2023 -0800

    change to windows host to workaround the AzureWebJobsStorage error issue.

commit 5a1daf5b3c
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:57:42 2023 -0800

    small fix in azuredeploy.json

commit d9cdca1acb
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:54:46 2023 -0800

    add DefaultEndpointsProtocol to azuredeploy.json

* Fix some merge issue.

* Squashed commit of the following:

commit 66c1136590
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 24 13:42:41 2023 -0800

    a temporary fix for the duplicate incident issue.
    will try to add some automation tests to verify:
        1: has incidents generated.
        2: no duplicate
    and then find a decent fix.

commit 3338fe0c4d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 24 15:11:50 2023 -0600

    Update azuredeploy.json

    Added link to the prerequisite details

commit e563f5ff1e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 24 15:09:26 2023 -0600

    Update azuredeploy.json

    Added link to prerequisite details

commit 956a4e4437
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 03:06:04 2023 +0530

    Doc review

    Reviewed doc for language and style

commit 9c6e3cffbc
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 02:58:14 2023 +0530

    Doc review

    Reviewed for language and style

commit dc84755098
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 02:46:15 2023 +0530

    Doc Review

    Reviewed for language and style

commit 2069d81a44
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 20 11:06:13 2023 -0800

    clean the codes.

commit edc60d45ab
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 20 10:26:19 2023 -0800

    add feature: TestAlertToQueue

commit 28efdb81d1
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 19 15:46:24 2023 -0800

    clean some codes.

commit eb86fbf97d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 19 14:05:22 2023 -0800

    Fix some warning, retire some obsolete codes.

commit fe35840043
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 18 17:08:17 2023 -0800

    fix some compilation warnings.

commit 8fae6744b2
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Wed Jan 18 16:04:32 2023 +0530

    Reviews

    Edited content for style and grammar

commit 2bec432bd4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:33:30 2023 -0600

    Update azuredeploy.json

    Updated metadata

commit c97b56befe
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:29:18 2023 -0600

    Update azuredeploy.json

    Fixed quotes

commit c3b07a1ed5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:25:09 2023 -0600

    Update azuredeploy.json

    Fixed typo

commit 04289abf2c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:23:34 2023 -0600

    Update azuredeploy.json

    Added metadata

commit 8e139c0072
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 11 10:27:54 2023 -0800

    update text from 'Azure Sentinel' to 'Microsoft Sentinel'

commit 94270ea0f0
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 15:21:44 2023 -0800

    remove BlobStorageConnectionString for duplication.
    remove a dup try catch.

commit 199f5a140d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 11:07:38 2023 -0800

    update the Function Apps to use env instead of secret for variables.
    fix some properties in azuredeploy.json.

commit 7bb4f9341f
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 17:51:04 2023 -0800

    small fix in script.

commit d43cfccf32
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 14:25:35 2023 -0800

    update deploy scripts.

commit 05f45be385
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:11:45 2023 -0600

    Update readme.md

    Fixed a typo

commit 6155c4e0f7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:08:20 2023 -0600

    Update readme.md

    Updated the instructions to reflect the new deployment script

commit 98347394d8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:07:16 2023 -0600

    Update readme.md

    Updated the instructions to reflect new deployment steps

commit 607b64f197
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:49:24 2023 -0600

    Update readme.md

    Fixed a typo

commit db7be2ab91
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:44:56 2023 -0600

    Update readme.md

    Polished language

commit 8371bf109e
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 10:45:15 2023 -0800

    update azuredeploy to host on windows OS.
    add deployment related scripts.
    update the readme file.

commit bc64f554f2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 11:38:53 2023 -0600

    Update readme.md

    Updated publishing instructions

commit de74f40e18
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 5 14:21:11 2023 -0800

    change to windows host to workaround the AzureWebJobsStorage error issue.

commit 5a1daf5b3c
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:57:42 2023 -0800

    small fix in azuredeploy.json

commit d9cdca1acb
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:54:46 2023 -0800

    add DefaultEndpointsProtocol to azuredeploy.json

* Squashed commit of the following:

commit dea9ed1210
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 24 17:14:06 2023 -0800

    a decent fix for the dup issue by Eugene.

commit 66c1136590
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 24 13:42:41 2023 -0800

    a temporary fix for the duplicate incident issue.
    will try to add some automation tests to verify:
        1: has incidents generated.
        2: no duplicate
    and then find a decent fix.

commit 3338fe0c4d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 24 15:11:50 2023 -0600

    Update azuredeploy.json

    Added link to the prerequisite details

commit e563f5ff1e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 24 15:09:26 2023 -0600

    Update azuredeploy.json

    Added link to prerequisite details

commit 956a4e4437
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 03:06:04 2023 +0530

    Doc review

    Reviewed doc for language and style

commit 9c6e3cffbc
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 02:58:14 2023 +0530

    Doc review

    Reviewed for language and style

commit dc84755098
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 02:46:15 2023 +0530

    Doc Review

    Reviewed for language and style

commit 2069d81a44
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 20 11:06:13 2023 -0800

    clean the codes.

commit edc60d45ab
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 20 10:26:19 2023 -0800

    add feature: TestAlertToQueue

commit 28efdb81d1
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 19 15:46:24 2023 -0800

    clean some codes.

commit eb86fbf97d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 19 14:05:22 2023 -0800

    Fix some warning, retire some obsolete codes.

commit fe35840043
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 18 17:08:17 2023 -0800

    fix some compilation warnings.

commit 8fae6744b2
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Wed Jan 18 16:04:32 2023 +0530

    Reviews

    Edited content for style and grammar

commit 2bec432bd4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:33:30 2023 -0600

    Update azuredeploy.json

    Updated metadata

commit c97b56befe
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:29:18 2023 -0600

    Update azuredeploy.json

    Fixed quotes

commit c3b07a1ed5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:25:09 2023 -0600

    Update azuredeploy.json

    Fixed typo

commit 04289abf2c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:23:34 2023 -0600

    Update azuredeploy.json

    Added metadata

commit 8e139c0072
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 11 10:27:54 2023 -0800

    update text from 'Azure Sentinel' to 'Microsoft Sentinel'

commit 94270ea0f0
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 15:21:44 2023 -0800

    remove BlobStorageConnectionString for duplication.
    remove a dup try catch.

commit 199f5a140d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 11:07:38 2023 -0800

    update the Function Apps to use env instead of secret for variables.
    fix some properties in azuredeploy.json.

commit 7bb4f9341f
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 17:51:04 2023 -0800

    small fix in script.

commit d43cfccf32
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 14:25:35 2023 -0800

    update deploy scripts.

commit 05f45be385
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:11:45 2023 -0600

    Update readme.md

    Fixed a typo

commit 6155c4e0f7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:08:20 2023 -0600

    Update readme.md

    Updated the instructions to reflect the new deployment script

commit 98347394d8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:07:16 2023 -0600

    Update readme.md

    Updated the instructions to reflect new deployment steps

commit 607b64f197
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:49:24 2023 -0600

    Update readme.md

    Fixed a typo

commit db7be2ab91
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:44:56 2023 -0600

    Update readme.md

    Polished language

commit 8371bf109e
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 10:45:15 2023 -0800

    update azuredeploy to host on windows OS.
    add deployment related scripts.
    update the readme file.

commit bc64f554f2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 11:38:53 2023 -0600

    Update readme.md

    Updated publishing instructions

commit de74f40e18
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 5 14:21:11 2023 -0800

    change to windows host to workaround the AzureWebJobsStorage error issue.

commit 5a1daf5b3c
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:57:42 2023 -0800

    small fix in azuredeploy.json

commit d9cdca1acb
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:54:46 2023 -0800

    add DefaultEndpointsProtocol to azuredeploy.json

* Squashed commit of the following:

commit 79bb3a1fbe
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 27 17:25:10 2023 -0600

    Update Cohesity_API_FunctionApp.json

    Removed unnecessary coma

commit 331342e063
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Sat Jan 28 02:17:57 2023 +0530

    Reviewed doc

    Reviewed for style and language

commit f5ce722a37
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Sat Jan 28 02:12:12 2023 +0530

    Reviewed the doc

    Reviewed for style and language

commit 047a772779
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Jan 26 17:51:02 2023 -0600

    Create Cohesity_API_FunctionApp.json

    First version of data connector file

commit aee525ee71
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Jan 26 17:38:11 2023 -0600

    Update readme.md

    Typo

commit 011848f908
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Thu Jan 26 15:13:52 2023 -0800

    Remove pre-requisited from CloseHeliosIncident and Restore playbooks

commit 65180bee33
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 25 17:20:47 2023 -0800

    add test case for playbook: Cohesity_Close_Helios_Incident.

commit 9e22aacb3c
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Wed Jan 25 14:47:31 2023 -0800

    Add user role related info to playbook readme files

commit dea9ed1210
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 24 17:14:06 2023 -0800

    a decent fix for the dup issue by Eugene.

commit 66c1136590
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 24 13:42:41 2023 -0800

    a temporary fix for the duplicate incident issue.
    will try to add some automation tests to verify:
        1: has incidents generated.
        2: no duplicate
    and then find a decent fix.

commit 3338fe0c4d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 24 15:11:50 2023 -0600

    Update azuredeploy.json

    Added link to the prerequisite details

commit e563f5ff1e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 24 15:09:26 2023 -0600

    Update azuredeploy.json

    Added link to prerequisite details

commit 956a4e4437
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 03:06:04 2023 +0530

    Doc review

    Reviewed doc for language and style

commit 9c6e3cffbc
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 02:58:14 2023 +0530

    Doc review

    Reviewed for language and style

commit dc84755098
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 02:46:15 2023 +0530

    Doc Review

    Reviewed for language and style

commit 2069d81a44
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 20 11:06:13 2023 -0800

    clean the codes.

commit edc60d45ab
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 20 10:26:19 2023 -0800

    add feature: TestAlertToQueue

commit 28efdb81d1
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 19 15:46:24 2023 -0800

    clean some codes.

commit eb86fbf97d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 19 14:05:22 2023 -0800

    Fix some warning, retire some obsolete codes.

commit fe35840043
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 18 17:08:17 2023 -0800

    fix some compilation warnings.

commit 8fae6744b2
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Wed Jan 18 16:04:32 2023 +0530

    Reviews

    Edited content for style and grammar

commit 2bec432bd4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:33:30 2023 -0600

    Update azuredeploy.json

    Updated metadata

commit c97b56befe
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:29:18 2023 -0600

    Update azuredeploy.json

    Fixed quotes

commit c3b07a1ed5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:25:09 2023 -0600

    Update azuredeploy.json

    Fixed typo

commit 04289abf2c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:23:34 2023 -0600

    Update azuredeploy.json

    Added metadata

commit 8e139c0072
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 11 10:27:54 2023 -0800

    update text from 'Azure Sentinel' to 'Microsoft Sentinel'

commit 94270ea0f0
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 15:21:44 2023 -0800

    remove BlobStorageConnectionString for duplication.
    remove a dup try catch.

commit 199f5a140d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 11:07:38 2023 -0800

    update the Function Apps to use env instead of secret for variables.
    fix some properties in azuredeploy.json.

commit 7bb4f9341f
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 17:51:04 2023 -0800

    small fix in script.

commit d43cfccf32
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 14:25:35 2023 -0800

    update deploy scripts.

commit 05f45be385
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:11:45 2023 -0600

    Update readme.md

    Fixed a typo

commit 6155c4e0f7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:08:20 2023 -0600

    Update readme.md

    Updated the instructions to reflect the new deployment script

commit 98347394d8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:07:16 2023 -0600

    Update readme.md

    Updated the instructions to reflect new deployment steps

commit 607b64f197
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:49:24 2023 -0600

    Update readme.md

    Fixed a typo

commit db7be2ab91
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:44:56 2023 -0600

    Update readme.md

    Polished language

commit 8371bf109e
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 10:45:15 2023 -0800

    update azuredeploy to host on windows OS.
    add deployment related scripts.
    update the readme file.

commit bc64f554f2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 11:38:53 2023 -0600

    Update readme.md

    Updated publishing instructions

commit de74f40e18
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 5 14:21:11 2023 -0800

    change to windows host to workaround the AzureWebJobsStorage error issue.

commit 5a1daf5b3c
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:57:42 2023 -0800

    small fix in azuredeploy.json

commit d9cdca1acb
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:54:46 2023 -0800

    add DefaultEndpointsProtocol to azuredeploy.json

* Squashed commit of the following:

commit 85f916b3d5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 31 17:33:10 2023 -0600

    Update Cohesity_API_FunctionApp.json

    Removed locale from the link

commit bd24164805
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Mon Jan 30 17:22:41 2023 -0800

    Fix delete blob deployment URL and tags

commit e6cab0c113
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:40:38 2023 -0800

    add back folders with name begining in upper case.

commit 9bca6381b2
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:38:42 2023 -0800

    delete those old folders with name begining in lower case.

commit 38e30732c9
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:37:04 2023 -0800

    uniform data input.
    rename folders to upper case prefix.
    add more test cases.

commit 62429c630a
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:33:05 2023 -0800

    uniform data input.
    rename folders to upper case prefix.
    add more test cases.

commit 4a0baa24f1
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Fri Jan 27 21:02:12 2023 -0800

    Add delete incident blobs playbook

commit aca0d06a50
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 27 17:44:19 2023 -0800

    add one new exported playbook, need to later add description, name, author, etc.
    add cohesity tool to export playbook.

commit 79bb3a1fbe
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 27 17:25:10 2023 -0600

    Update Cohesity_API_FunctionApp.json

    Removed unnecessary coma

commit 331342e063
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Sat Jan 28 02:17:57 2023 +0530

    Reviewed doc

    Reviewed for style and language

commit f5ce722a37
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Sat Jan 28 02:12:12 2023 +0530

    Reviewed the doc

    Reviewed for style and language

commit 047a772779
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Jan 26 17:51:02 2023 -0600

    Create Cohesity_API_FunctionApp.json

    First version of data connector file

commit aee525ee71
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Jan 26 17:38:11 2023 -0600

    Update readme.md

    Typo

commit 011848f908
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Thu Jan 26 15:13:52 2023 -0800

    Remove pre-requisited from CloseHeliosIncident and Restore playbooks

commit 65180bee33
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 25 17:20:47 2023 -0800

    add test case for playbook: Cohesity_Close_Helios_Incident.

commit 9e22aacb3c
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Wed Jan 25 14:47:31 2023 -0800

    Add user role related info to playbook readme files

commit dea9ed1210
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 24 17:14:06 2023 -0800

    a decent fix for the dup issue by Eugene.

commit 66c1136590
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 24 13:42:41 2023 -0800

    a temporary fix for the duplicate incident issue.
    will try to add some automation tests to verify:
        1: has incidents generated.
        2: no duplicate
    and then find a decent fix.

commit 3338fe0c4d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 24 15:11:50 2023 -0600

    Update azuredeploy.json

    Added link to the prerequisite details

commit e563f5ff1e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 24 15:09:26 2023 -0600

    Update azuredeploy.json

    Added link to prerequisite details

commit 956a4e4437
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 03:06:04 2023 +0530

    Doc review

    Reviewed doc for language and style

commit 9c6e3cffbc
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 02:58:14 2023 +0530

    Doc review

    Reviewed for language and style

commit dc84755098
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 02:46:15 2023 +0530

    Doc Review

    Reviewed for language and style

commit 2069d81a44
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 20 11:06:13 2023 -0800

    clean the codes.

commit edc60d45ab
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 20 10:26:19 2023 -0800

    add feature: TestAlertToQueue

commit 28efdb81d1
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 19 15:46:24 2023 -0800

    clean some codes.

commit eb86fbf97d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 19 14:05:22 2023 -0800

    Fix some warning, retire some obsolete codes.

commit fe35840043
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 18 17:08:17 2023 -0800

    fix some compilation warnings.

commit 8fae6744b2
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Wed Jan 18 16:04:32 2023 +0530

    Reviews

    Edited content for style and grammar

commit 2bec432bd4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:33:30 2023 -0600

    Update azuredeploy.json

    Updated metadata

commit c97b56befe
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:29:18 2023 -0600

    Update azuredeploy.json

    Fixed quotes

commit c3b07a1ed5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:25:09 2023 -0600

    Update azuredeploy.json

    Fixed typo

commit 04289abf2c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:23:34 2023 -0600

    Update azuredeploy.json

    Added metadata

commit 8e139c0072
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 11 10:27:54 2023 -0800

    update text from 'Azure Sentinel' to 'Microsoft Sentinel'

commit 94270ea0f0
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 15:21:44 2023 -0800

    remove BlobStorageConnectionString for duplication.
    remove a dup try catch.

commit 199f5a140d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 11:07:38 2023 -0800

    update the Function Apps to use env instead of secret for variables.
    fix some properties in azuredeploy.json.

commit 7bb4f9341f
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 17:51:04 2023 -0800

    small fix in script.

commit d43cfccf32
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 14:25:35 2023 -0800

    update deploy scripts.

commit 05f45be385
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:11:45 2023 -0600

    Update readme.md

    Fixed a typo

commit 6155c4e0f7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:08:20 2023 -0600

    Update readme.md

    Updated the instructions to reflect the new deployment script

commit 98347394d8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:07:16 2023 -0600

    Update readme.md

    Updated the instructions to reflect new deployment steps

commit 607b64f197
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:49:24 2023 -0600

    Update readme.md

    Fixed a typo

commit db7be2ab91
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:44:56 2023 -0600

    Update readme.md

    Polished language

commit 8371bf109e
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 10:45:15 2023 -0800

    update azuredeploy to host on windows OS.
    add deployment related scripts.
    update the readme file.

commit bc64f554f2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 11:38:53 2023 -0600

    Update readme.md

    Updated publishing instructions

commit de74f40e18
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 5 14:21:11 2023 -0800

    change to windows host to workaround the AzureWebJobsStorage error issue.

commit 5a1daf5b3c
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:57:42 2023 -0800

    small fix in azuredeploy.json

commit d9cdca1acb
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:54:46 2023 -0800

    add DefaultEndpointsProtocol to azuredeploy.json

* delete the old tests folder.

* add new Tests folder.

* Squashed commit of the following:

commit d00210396c
Author: Kishan Nerella <kishannerella@gmail.com>
Date:   Fri Feb 3 19:26:15 2023 -0800

    Fix package download links and producer timer trigger

    Also, changed the function app packaging by removing top-level directory.

commit 1a953226cf
Author: Kishan Nerella <kishannerella@MacBook-Pro.local>
Date:   Fri Feb 3 12:51:48 2023 -0800

    Add function runtime config and deployment url

commit 8bfc80e4cd
Author: Kishan Nerella <kishannerella@MacBook-Pro.local>
Date:   Fri Feb 3 12:13:42 2023 -0800

    Create producer and consumer packages for deployment

commit f45527acc1
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Thu Feb 2 20:02:00 2023 -0800

    Fix readme language

commit eaf972c517
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Thu Feb 2 19:55:37 2023 -0800

    Fix links in readme files

commit 7dbcd360ce
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Feb 2 12:55:57 2023 -0600

    Update Cohesity_API_FunctionApp.json

    Removed a wrong reference

commit 85f916b3d5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 31 17:33:10 2023 -0600

    Update Cohesity_API_FunctionApp.json

    Removed locale from the link

commit bd24164805
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Mon Jan 30 17:22:41 2023 -0800

    Fix delete blob deployment URL and tags

commit e6cab0c113
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:40:38 2023 -0800

    add back folders with name begining in upper case.

commit 9bca6381b2
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:38:42 2023 -0800

    delete those old folders with name begining in lower case.

commit 38e30732c9
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:37:04 2023 -0800

    uniform data input.
    rename folders to upper case prefix.
    add more test cases.

commit 62429c630a
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:33:05 2023 -0800

    uniform data input.
    rename folders to upper case prefix.
    add more test cases.

commit 4a0baa24f1
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Fri Jan 27 21:02:12 2023 -0800

    Add delete incident blobs playbook

commit aca0d06a50
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 27 17:44:19 2023 -0800

    add one new exported playbook, need to later add description, name, author, etc.
    add cohesity tool to export playbook.

commit 79bb3a1fbe
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 27 17:25:10 2023 -0600

    Update Cohesity_API_FunctionApp.json

    Removed unnecessary coma

commit 331342e063
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Sat Jan 28 02:17:57 2023 +0530

    Reviewed doc

    Reviewed for style and language

commit f5ce722a37
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Sat Jan 28 02:12:12 2023 +0530

    Reviewed the doc

    Reviewed for style and language

commit 047a772779
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Jan 26 17:51:02 2023 -0600

    Create Cohesity_API_FunctionApp.json

    First version of data connector file

commit aee525ee71
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Jan 26 17:38:11 2023 -0600

    Update readme.md

    Typo

commit 011848f908
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Thu Jan 26 15:13:52 2023 -0800

    Remove pre-requisited from CloseHeliosIncident and Restore playbooks

commit 65180bee33
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 25 17:20:47 2023 -0800

    add test case for playbook: Cohesity_Close_Helios_Incident.

commit 9e22aacb3c
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Wed Jan 25 14:47:31 2023 -0800

    Add user role related info to playbook readme files

commit dea9ed1210
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 24 17:14:06 2023 -0800

    a decent fix for the dup issue by Eugene.

commit 66c1136590
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 24 13:42:41 2023 -0800

    a temporary fix for the duplicate incident issue.
    will try to add some automation tests to verify:
        1: has incidents generated.
        2: no duplicate
    and then find a decent fix.

commit 3338fe0c4d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 24 15:11:50 2023 -0600

    Update azuredeploy.json

    Added link to the prerequisite details

commit e563f5ff1e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 24 15:09:26 2023 -0600

    Update azuredeploy.json

    Added link to prerequisite details

commit 956a4e4437
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 03:06:04 2023 +0530

    Doc review

    Reviewed doc for language and style

commit 9c6e3cffbc
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 02:58:14 2023 +0530

    Doc review

    Reviewed for language and style

commit dc84755098
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 02:46:15 2023 +0530

    Doc Review

    Reviewed for language and style

commit 2069d81a44
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 20 11:06:13 2023 -0800

    clean the codes.

commit edc60d45ab
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 20 10:26:19 2023 -0800

    add feature: TestAlertToQueue

commit 28efdb81d1
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 19 15:46:24 2023 -0800

    clean some codes.

commit eb86fbf97d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 19 14:05:22 2023 -0800

    Fix some warning, retire some obsolete codes.

commit fe35840043
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 18 17:08:17 2023 -0800

    fix some compilation warnings.

commit 8fae6744b2
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Wed Jan 18 16:04:32 2023 +0530

    Reviews

    Edited content for style and grammar

commit 2bec432bd4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:33:30 2023 -0600

    Update azuredeploy.json

    Updated metadata

commit c97b56befe
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:29:18 2023 -0600

    Update azuredeploy.json

    Fixed quotes

commit c3b07a1ed5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:25:09 2023 -0600

    Update azuredeploy.json

    Fixed typo

commit 04289abf2c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:23:34 2023 -0600

    Update azuredeploy.json

    Added metadata

commit 8e139c0072
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 11 10:27:54 2023 -0800

    update text from 'Azure Sentinel' to 'Microsoft Sentinel'

commit 94270ea0f0
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 15:21:44 2023 -0800

    remove BlobStorageConnectionString for duplication.
    remove a dup try catch.

commit 199f5a140d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 11:07:38 2023 -0800

    update the Function Apps to use env instead of secret for variables.
    fix some properties in azuredeploy.json.

commit 7bb4f9341f
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 17:51:04 2023 -0800

    small fix in script.

commit d43cfccf32
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 14:25:35 2023 -0800

    update deploy scripts.

commit 05f45be385
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:11:45 2023 -0600

    Update readme.md

    Fixed a typo

commit 6155c4e0f7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:08:20 2023 -0600

    Update readme.md

    Updated the instructions to reflect the new deployment script

commit 98347394d8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:07:16 2023 -0600

    Update readme.md

    Updated the instructions to reflect new deployment steps

commit 607b64f197
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:49:24 2023 -0600

    Update readme.md

    Fixed a typo

commit db7be2ab91
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:44:56 2023 -0600

    Update readme.md

    Polished language

commit 8371bf109e
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 10:45:15 2023 -0800

    update azuredeploy to host on windows OS.
    add deployment related scripts.
    update the readme file.

commit bc64f554f2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 11:38:53 2023 -0600

    Update readme.md

    Updated publishing instructions

commit de74f40e18
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 5 14:21:11 2023 -0800

    change to windows host to workaround the AzureWebJobsStorage error issue.

commit 5a1daf5b3c
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:57:42 2023 -0800

    small fix in azuredeploy.json

commit d9cdca1acb
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:54:46 2023 -0800

    add DefaultEndpointsProtocol to azuredeploy.json

* Squashed commit of the following:

commit c79d25164a
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Tue Feb 7 18:13:10 2023 -0800

    Create package using v2 solution creator

    Also, moved the Solution file into 'Data' folder as it looks like that's
    the standard.

commit e3d0f772cd
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Tue Feb 7 17:29:53 2023 -0800

    Change post deployment field in email to an array of values

    Also, add periods at the end of descriptions in all the playbooks.

commit e8053f8b1c
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Tue Feb 7 15:55:32 2023 -0800

    Add Cohesity in the title of playbooks and update readme accordingly

commit da51a755a2
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Mon Feb 6 20:45:28 2023 -0800

    Created package files with the new playbook

    Also, fixed readme to add the new playbook and some corrections.

commit e946591710
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Mon Feb 6 13:41:13 2023 -0800

    Remove empty parameter from playbook as package validation fails

commit 6c52f04bf8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Feb 6 19:27:57 2023 -0600

    Update readme.md

    Removed an extra dot

commit 7af5db7056
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Feb 6 10:00:51 2023 -0800

    update/add some auto deploy related scripts.

commit b5ffb71344
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Feb 6 09:52:36 2023 -0800

    beautify this json file

commit d00210396c
Author: Kishan Nerella <kishannerella@gmail.com>
Date:   Fri Feb 3 19:26:15 2023 -0800

    Fix package download links and producer timer trigger

    Also, changed the function app packaging by removing top-level directory.

commit 1a953226cf
Author: Kishan Nerella <kishannerella@MacBook-Pro.local>
Date:   Fri Feb 3 12:51:48 2023 -0800

    Add function runtime config and deployment url

commit 8bfc80e4cd
Author: Kishan Nerella <kishannerella@MacBook-Pro.local>
Date:   Fri Feb 3 12:13:42 2023 -0800

    Create producer and consumer packages for deployment

commit f45527acc1
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Thu Feb 2 20:02:00 2023 -0800

    Fix readme language

commit eaf972c517
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Thu Feb 2 19:55:37 2023 -0800

    Fix links in readme files

commit 7dbcd360ce
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Feb 2 12:55:57 2023 -0600

    Update Cohesity_API_FunctionApp.json

    Removed a wrong reference

commit 85f916b3d5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 31 17:33:10 2023 -0600

    Update Cohesity_API_FunctionApp.json

    Removed locale from the link

commit bd24164805
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Mon Jan 30 17:22:41 2023 -0800

    Fix delete blob deployment URL and tags

commit e6cab0c113
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:40:38 2023 -0800

    add back folders with name begining in upper case.

commit 9bca6381b2
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:38:42 2023 -0800

    delete those old folders with name begining in lower case.

commit 38e30732c9
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:37:04 2023 -0800

    uniform data input.
    rename folders to upper case prefix.
    add more test cases.

commit 62429c630a
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:33:05 2023 -0800

    uniform data input.
    rename folders to upper case prefix.
    add more test cases.

commit 4a0baa24f1
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Fri Jan 27 21:02:12 2023 -0800

    Add delete incident blobs playbook

commit aca0d06a50
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 27 17:44:19 2023 -0800

    add one new exported playbook, need to later add description, name, author, etc.
    add cohesity tool to export playbook.

commit 79bb3a1fbe
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 27 17:25:10 2023 -0600

    Update Cohesity_API_FunctionApp.json

    Removed unnecessary coma

commit 331342e063
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Sat Jan 28 02:17:57 2023 +0530

    Reviewed doc

    Reviewed for style and language

commit f5ce722a37
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Sat Jan 28 02:12:12 2023 +0530

    Reviewed the doc

    Reviewed for style and language

commit 047a772779
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Jan 26 17:51:02 2023 -0600

    Create Cohesity_API_FunctionApp.json

    First version of data connector file

commit aee525ee71
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Jan 26 17:38:11 2023 -0600

    Update readme.md

    Typo

commit 011848f908
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Thu Jan 26 15:13:52 2023 -0800

    Remove pre-requisited from CloseHeliosIncident and Restore playbooks

commit 65180bee33
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 25 17:20:47 2023 -0800

    add test case for playbook: Cohesity_Close_Helios_Incident.

commit 9e22aacb3c
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Wed Jan 25 14:47:31 2023 -0800

    Add user role related info to playbook readme files

commit dea9ed1210
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 24 17:14:06 2023 -0800

    a decent fix for the dup issue by Eugene.

commit 66c1136590
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 24 13:42:41 2023 -0800

    a temporary fix for the duplicate incident issue.
    will try to add some automation tests to verify:
        1: has incidents generated.
        2: no duplicate
    and then find a decent fix.

commit 3338fe0c4d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 24 15:11:50 2023 -0600

    Update azuredeploy.json

    Added link to the prerequisite details

commit e563f5ff1e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 24 15:09:26 2023 -0600

    Update azuredeploy.json

    Added link to prerequisite details

commit 956a4e4437
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 03:06:04 2023 +0530

    Doc review

    Reviewed doc for language and style

commit 9c6e3cffbc
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 02:58:14 2023 +0530

    Doc review

    Reviewed for language and style

commit dc84755098
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 02:46:15 2023 +0530

    Doc Review

    Reviewed for language and style

commit 2069d81a44
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 20 11:06:13 2023 -0800

    clean the codes.

commit edc60d45ab
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 20 10:26:19 2023 -0800

    add feature: TestAlertToQueue

commit 28efdb81d1
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 19 15:46:24 2023 -0800

    clean some codes.

commit eb86fbf97d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 19 14:05:22 2023 -0800

    Fix some warning, retire some obsolete codes.

commit fe35840043
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 18 17:08:17 2023 -0800

    fix some compilation warnings.

commit 8fae6744b2
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Wed Jan 18 16:04:32 2023 +0530

    Reviews

    Edited content for style and grammar

commit 2bec432bd4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:33:30 2023 -0600

    Update azuredeploy.json

    Updated metadata

commit c97b56befe
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:29:18 2023 -0600

    Update azuredeploy.json

    Fixed quotes

commit c3b07a1ed5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:25:09 2023 -0600

    Update azuredeploy.json

    Fixed typo

commit 04289abf2c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:23:34 2023 -0600

    Update azuredeploy.json

    Added metadata

commit 8e139c0072
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 11 10:27:54 2023 -0800

    update text from 'Azure Sentinel' to 'Microsoft Sentinel'

commit 94270ea0f0
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 15:21:44 2023 -0800

    remove BlobStorageConnectionString for duplication.
    remove a dup try catch.

commit 199f5a140d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 11:07:38 2023 -0800

    update the Function Apps to use env instead of secret for variables.
    fix some properties in azuredeploy.json.

commit 7bb4f9341f
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 17:51:04 2023 -0800

    small fix in script.

commit d43cfccf32
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 14:25:35 2023 -0800

    update deploy scripts.

commit 05f45be385
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:11:45 2023 -0600

    Update readme.md

    Fixed a typo

commit 6155c4e0f7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:08:20 2023 -0600

    Update readme.md

    Updated the instructions to reflect the new deployment script

commit 98347394d8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:07:16 2023 -0600

    Update readme.md

    Updated the instructions to reflect new deployment steps

commit 607b64f197
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:49:24 2023 -0600

    Update readme.md

    Fixed a typo

commit db7be2ab91
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:44:56 2023 -0600

    Update readme.md

    Polished language

commit 8371bf109e
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 10:45:15 2023 -0800

    update azuredeploy to host on windows OS.
    add deployment related scripts.
    update the readme file.

commit bc64f554f2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 11:38:53 2023 -0600

    Update readme.md

    Updated publishing instructions

commit de74f40e18
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 5 14:21:11 2023 -0800

    change to windows host to workaround the AzureWebJobsStorage error issue.

commit 5a1daf5b3c
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:57:42 2023 -0800

    small fix in azuredeploy.json

commit d9cdca1acb
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:54:46 2023 -0800

    add DefaultEndpointsProtocol to azuredeploy.json

* Squashed commit of the following:

commit 8a2a67073b
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Wed Feb 8 14:02:55 2023 -0800

    Add logo to solution

    Also, fix manual deployment steps in Cohesity_API_FunctionApp.json.
    Updated connector description in createUiTemplate.json and re-created
    package.

commit 03d5b8d68a
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Wed Feb 8 13:11:54 2023 -0800

    Add Cohesity logo

commit c79d25164a
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Tue Feb 7 18:13:10 2023 -0800

    Create package using v2 solution creator

    Also, moved the Solution file into 'Data' folder as it looks like that's
    the standard.

commit e3d0f772cd
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Tue Feb 7 17:29:53 2023 -0800

    Change post deployment field in email to an array of values

    Also, add periods at the end of descriptions in all the playbooks.

commit e8053f8b1c
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Tue Feb 7 15:55:32 2023 -0800

    Add Cohesity in the title of playbooks and update readme accordingly

commit da51a755a2
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Mon Feb 6 20:45:28 2023 -0800

    Created package files with the new playbook

    Also, fixed readme to add the new playbook and some corrections.

commit e946591710
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Mon Feb 6 13:41:13 2023 -0800

    Remove empty parameter from playbook as package validation fails

commit 6c52f04bf8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Feb 6 19:27:57 2023 -0600

    Update readme.md

    Removed an extra dot

commit 7af5db7056
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Feb 6 10:00:51 2023 -0800

    update/add some auto deploy related scripts.

commit b5ffb71344
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Feb 6 09:52:36 2023 -0800

    beautify this json file

commit d00210396c
Author: Kishan Nerella <kishannerella@gmail.com>
Date:   Fri Feb 3 19:26:15 2023 -0800

    Fix package download links and producer timer trigger

    Also, changed the function app packaging by removing top-level directory.

commit 1a953226cf
Author: Kishan Nerella <kishannerella@MacBook-Pro.local>
Date:   Fri Feb 3 12:51:48 2023 -0800

    Add function runtime config and deployment url

commit 8bfc80e4cd
Author: Kishan Nerella <kishannerella@MacBook-Pro.local>
Date:   Fri Feb 3 12:13:42 2023 -0800

    Create producer and consumer packages for deployment

commit f45527acc1
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Thu Feb 2 20:02:00 2023 -0800

    Fix readme language

commit eaf972c517
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Thu Feb 2 19:55:37 2023 -0800

    Fix links in readme files

commit 7dbcd360ce
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Feb 2 12:55:57 2023 -0600

    Update Cohesity_API_FunctionApp.json

    Removed a wrong reference

commit 85f916b3d5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 31 17:33:10 2023 -0600

    Update Cohesity_API_FunctionApp.json

    Removed locale from the link

commit bd24164805
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Mon Jan 30 17:22:41 2023 -0800

    Fix delete blob deployment URL and tags

commit e6cab0c113
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:40:38 2023 -0800

    add back folders with name begining in upper case.

commit 9bca6381b2
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:38:42 2023 -0800

    delete those old folders with name begining in lower case.

commit 38e30732c9
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:37:04 2023 -0800

    uniform data input.
    rename folders to upper case prefix.
    add more test cases.

commit 62429c630a
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:33:05 2023 -0800

    uniform data input.
    rename folders to upper case prefix.
    add more test cases.

commit 4a0baa24f1
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Fri Jan 27 21:02:12 2023 -0800

    Add delete incident blobs playbook

commit aca0d06a50
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 27 17:44:19 2023 -0800

    add one new exported playbook, need to later add description, name, author, etc.
    add cohesity tool to export playbook.

commit 79bb3a1fbe
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 27 17:25:10 2023 -0600

    Update Cohesity_API_FunctionApp.json

    Removed unnecessary coma

commit 331342e063
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Sat Jan 28 02:17:57 2023 +0530

    Reviewed doc

    Reviewed for style and language

commit f5ce722a37
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Sat Jan 28 02:12:12 2023 +0530

    Reviewed the doc

    Reviewed for style and language

commit 047a772779
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Jan 26 17:51:02 2023 -0600

    Create Cohesity_API_FunctionApp.json

    First version of data connector file

commit aee525ee71
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Jan 26 17:38:11 2023 -0600

    Update readme.md

    Typo

commit 011848f908
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Thu Jan 26 15:13:52 2023 -0800

    Remove pre-requisited from CloseHeliosIncident and Restore playbooks

commit 65180bee33
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 25 17:20:47 2023 -0800

    add test case for playbook: Cohesity_Close_Helios_Incident.

commit 9e22aacb3c
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Wed Jan 25 14:47:31 2023 -0800

    Add user role related info to playbook readme files

commit dea9ed1210
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 24 17:14:06 2023 -0800

    a decent fix for the dup issue by Eugene.

commit 66c1136590
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 24 13:42:41 2023 -0800

    a temporary fix for the duplicate incident issue.
    will try to add some automation tests to verify:
        1: has incidents generated.
        2: no duplicate
    and then find a decent fix.

commit 3338fe0c4d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 24 15:11:50 2023 -0600

    Update azuredeploy.json

    Added link to the prerequisite details

commit e563f5ff1e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 24 15:09:26 2023 -0600

    Update azuredeploy.json

    Added link to prerequisite details

commit 956a4e4437
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 03:06:04 2023 +0530

    Doc review

    Reviewed doc for language and style

commit 9c6e3cffbc
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 02:58:14 2023 +0530

    Doc review

    Reviewed for language and style

commit dc84755098
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 02:46:15 2023 +0530

    Doc Review

    Reviewed for language and style

commit 2069d81a44
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 20 11:06:13 2023 -0800

    clean the codes.

commit edc60d45ab
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 20 10:26:19 2023 -0800

    add feature: TestAlertToQueue

commit 28efdb81d1
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 19 15:46:24 2023 -0800

    clean some codes.

commit eb86fbf97d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 19 14:05:22 2023 -0800

    Fix some warning, retire some obsolete codes.

commit fe35840043
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 18 17:08:17 2023 -0800

    fix some compilation warnings.

commit 8fae6744b2
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Wed Jan 18 16:04:32 2023 +0530

    Reviews

    Edited content for style and grammar

commit 2bec432bd4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:33:30 2023 -0600

    Update azuredeploy.json

    Updated metadata

commit c97b56befe
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:29:18 2023 -0600

    Update azuredeploy.json

    Fixed quotes

commit c3b07a1ed5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:25:09 2023 -0600

    Update azuredeploy.json

    Fixed typo

commit 04289abf2c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:23:34 2023 -0600

    Update azuredeploy.json

    Added metadata

commit 8e139c0072
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 11 10:27:54 2023 -0800

    update text from 'Azure Sentinel' to 'Microsoft Sentinel'

commit 94270ea0f0
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 15:21:44 2023 -0800

    remove BlobStorageConnectionString for duplication.
    remove a dup try catch.

commit 199f5a140d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 11:07:38 2023 -0800

    update the Function Apps to use env instead of secret for variables.
    fix some properties in azuredeploy.json.

commit 7bb4f9341f
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 17:51:04 2023 -0800

    small fix in script.

commit d43cfccf32
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 14:25:35 2023 -0800

    update deploy scripts.

commit 05f45be385
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:11:45 2023 -0600

    Update readme.md

    Fixed a typo

commit 6155c4e0f7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:08:20 2023 -0600

    Update readme.md

    Updated the instructions to reflect the new deployment script

commit 98347394d8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:07:16 2023 -0600

    Update readme.md

    Updated the instructions to reflect new deployment steps

commit 607b64f197
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:49:24 2023 -0600

    Update readme.md

    Fixed a typo

commit db7be2ab91
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:44:56 2023 -0600

    Update readme.md

    Polished language

commit 8371bf109e
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 10:45:15 2023 -0800

    update azuredeploy to host on windows OS.
    add deployment related scripts.
    update the readme file.

commit bc64f554f2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 11:38:53 2023 -0600

    Update readme.md

    Updated publishing instructions

commit de74f40e18
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 5 14:21:11 2023 -0800

    change to windows host to workaround the AzureWebJobsStorage error issue.

commit 5a1daf5b3c
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:57:42 2023 -0800

    small fix in azuredeploy.json

commit d9cdca1acb
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:54:46 2023 -0800

    add DefaultEndpointsProtocol to azuredeploy.json

* Squashed commit of the following:

commit 724bd4b85e
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Wed Feb 8 16:55:25 2023 -0800

    Renamed function app package name and location

commit 8a2a67073b
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Wed Feb 8 14:02:55 2023 -0800

    Add logo to solution

    Also, fix manual deployment steps in Cohesity_API_FunctionApp.json.
    Updated connector description in createUiTemplate.json and re-created
    package.

commit 03d5b8d68a
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Wed Feb 8 13:11:54 2023 -0800

    Add Cohesity logo

commit c79d25164a
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Tue Feb 7 18:13:10 2023 -0800

    Create package using v2 solution creator

    Also, moved the Solution file into 'Data' folder as it looks like that's
    the standard.

commit e3d0f772cd
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Tue Feb 7 17:29:53 2023 -0800

    Change post deployment field in email to an array of values

    Also, add periods at the end of descriptions in all the playbooks.

commit e8053f8b1c
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Tue Feb 7 15:55:32 2023 -0800

    Add Cohesity in the title of playbooks and update readme accordingly

commit da51a755a2
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Mon Feb 6 20:45:28 2023 -0800

    Created package files with the new playbook

    Also, fixed readme to add the new playbook and some corrections.

commit e946591710
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Mon Feb 6 13:41:13 2023 -0800

    Remove empty parameter from playbook as package validation fails

commit 6c52f04bf8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Feb 6 19:27:57 2023 -0600

    Update readme.md

    Removed an extra dot

commit 7af5db7056
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Feb 6 10:00:51 2023 -0800

    update/add some auto deploy related scripts.

commit b5ffb71344
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Feb 6 09:52:36 2023 -0800

    beautify this json file

commit d00210396c
Author: Kishan Nerella <kishannerella@gmail.com>
Date:   Fri Feb 3 19:26:15 2023 -0800

    Fix package download links and producer timer trigger

    Also, changed the function app packaging by removing top-level directory.

commit 1a953226cf
Author: Kishan Nerella <kishannerella@MacBook-Pro.local>
Date:   Fri Feb 3 12:51:48 2023 -0800

    Add function runtime config and deployment url

commit 8bfc80e4cd
Author: Kishan Nerella <kishannerella@MacBook-Pro.local>
Date:   Fri Feb 3 12:13:42 2023 -0800

    Create producer and consumer packages for deployment

commit f45527acc1
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Thu Feb 2 20:02:00 2023 -0800

    Fix readme language

commit eaf972c517
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Thu Feb 2 19:55:37 2023 -0800

    Fix links in readme files

commit 7dbcd360ce
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Feb 2 12:55:57 2023 -0600

    Update Cohesity_API_FunctionApp.json

    Removed a wrong reference

commit 85f916b3d5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 31 17:33:10 2023 -0600

    Update Cohesity_API_FunctionApp.json

    Removed locale from the link

commit bd24164805
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Mon Jan 30 17:22:41 2023 -0800

    Fix delete blob deployment URL and tags

commit e6cab0c113
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:40:38 2023 -0800

    add back folders with name begining in upper case.

commit 9bca6381b2
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:38:42 2023 -0800

    delete those old folders with name begining in lower case.

commit 38e30732c9
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:37:04 2023 -0800

    uniform data input.
    rename folders to upper case prefix.
    add more test cases.

commit 62429c630a
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:33:05 2023 -0800

    uniform data input.
    rename folders to upper case prefix.
    add more test cases.

commit 4a0baa24f1
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Fri Jan 27 21:02:12 2023 -0800

    Add delete incident blobs playbook

commit aca0d06a50
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 27 17:44:19 2023 -0800

    add one new exported playbook, need to later add description, name, author, etc.
    add cohesity tool to export playbook.

commit 79bb3a1fbe
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 27 17:25:10 2023 -0600

    Update Cohesity_API_FunctionApp.json

    Removed unnecessary coma

commit 331342e063
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Sat Jan 28 02:17:57 2023 +0530

    Reviewed doc

    Reviewed for style and language

commit f5ce722a37
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Sat Jan 28 02:12:12 2023 +0530

    Reviewed the doc

    Reviewed for style and language

commit 047a772779
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Jan 26 17:51:02 2023 -0600

    Create Cohesity_API_FunctionApp.json

    First version of data connector file

commit aee525ee71
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Jan 26 17:38:11 2023 -0600

    Update readme.md

    Typo

commit 011848f908
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Thu Jan 26 15:13:52 2023 -0800

    Remove pre-requisited from CloseHeliosIncident and Restore playbooks

commit 65180bee33
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 25 17:20:47 2023 -0800

    add test case for playbook: Cohesity_Close_Helios_Incident.

commit 9e22aacb3c
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Wed Jan 25 14:47:31 2023 -0800

    Add user role related info to playbook readme files

commit dea9ed1210
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 24 17:14:06 2023 -0800

    a decent fix for the dup issue by Eugene.

commit 66c1136590
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 24 13:42:41 2023 -0800

    a temporary fix for the duplicate incident issue.
    will try to add some automation tests to verify:
        1: has incidents generated.
        2: no duplicate
    and then find a decent fix.

commit 3338fe0c4d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 24 15:11:50 2023 -0600

    Update azuredeploy.json

    Added link to the prerequisite details

commit e563f5ff1e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 24 15:09:26 2023 -0600

    Update azuredeploy.json

    Added link to prerequisite details

commit 956a4e4437
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 03:06:04 2023 +0530

    Doc review

    Reviewed doc for language and style

commit 9c6e3cffbc
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 02:58:14 2023 +0530

    Doc review

    Reviewed for language and style

commit dc84755098
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 02:46:15 2023 +0530

    Doc Review

    Reviewed for language and style

commit 2069d81a44
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 20 11:06:13 2023 -0800

    clean the codes.

commit edc60d45ab
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 20 10:26:19 2023 -0800

    add feature: TestAlertToQueue

commit 28efdb81d1
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 19 15:46:24 2023 -0800

    clean some codes.

commit eb86fbf97d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 19 14:05:22 2023 -0800

    Fix some warning, retire some obsolete codes.

commit fe35840043
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 18 17:08:17 2023 -0800

    fix some compilation warnings.

commit 8fae6744b2
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Wed Jan 18 16:04:32 2023 +0530

    Reviews

    Edited content for style and grammar

commit 2bec432bd4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:33:30 2023 -0600

    Update azuredeploy.json

    Updated metadata

commit c97b56befe
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:29:18 2023 -0600

    Update azuredeploy.json

    Fixed quotes

commit c3b07a1ed5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:25:09 2023 -0600

    Update azuredeploy.json

    Fixed typo

commit 04289abf2c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:23:34 2023 -0600

    Update azuredeploy.json

    Added metadata

commit 8e139c0072
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 11 10:27:54 2023 -0800

    update text from 'Azure Sentinel' to 'Microsoft Sentinel'

commit 94270ea0f0
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 15:21:44 2023 -0800

    remove BlobStorageConnectionString for duplication.
    remove a dup try catch.

commit 199f5a140d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 11:07:38 2023 -0800

    update the Function Apps to use env instead of secret for variables.
    fix some properties in azuredeploy.json.

commit 7bb4f9341f
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 17:51:04 2023 -0800

    small fix in script.

commit d43cfccf32
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 14:25:35 2023 -0800

    update deploy scripts.

commit 05f45be385
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:11:45 2023 -0600

    Update readme.md

    Fixed a typo

commit 6155c4e0f7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:08:20 2023 -0600

    Update readme.md

    Updated the instructions to reflect the new deployment script

commit 98347394d8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:07:16 2023 -0600

    Update readme.md

    Updated the instructions to reflect new deployment steps

commit 607b64f197
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:49:24 2023 -0600

    Update readme.md

    Fixed a typo

commit db7be2ab91
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:44:56 2023 -0600

    Update readme.md

    Polished language

commit 8371bf109e
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 10:45:15 2023 -0800

    update azuredeploy to host on windows OS.
    add deployment related scripts.
    update the readme file.

commit bc64f554f2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 11:38:53 2023 -0600

    Update readme.md

    Updated publishing instructions

commit de74f40e18
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 5 14:21:11 2023 -0800

    change to windows host to workaround the AzureWebJobsStorage error issue.

commit 5a1daf5b3c
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:57:42 2023 -0800

    small fix in azuredeploy.json

commit d9cdca1acb
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:54:46 2023 -0800

    add DefaultEndpointsProtocol to azuredeploy.json

* Squashed commit of the following:

commit dcd835bd2a
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Fri Feb 10 13:58:34 2023 -0800

    Re-create package with version 2.0 and updated URLs

commit 26b81b758d
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Fri Feb 10 13:54:10 2023 -0800

    Replace github URL to Azure from Cohesity

commit 2f3e379183
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Fri Feb 10 13:16:52 2023 -0800

    Remove manual deployment option, change version and URLs

commit 3eb7ffc7aa
Author: yinghuang123 <115043385+yinghuang123@users.noreply.github.com>
Date:   Thu Feb 9 11:13:27 2023 -0800

    Zip (#4)

    Add producer and consumer packaging scripts

commit 724bd4b85e
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Wed Feb 8 16:55:25 2023 -0800

    Renamed function app package name and location

commit 8a2a67073b
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Wed Feb 8 14:02:55 2023 -0800

    Add logo to solution

    Also, fix manual deployment steps in Cohesity_API_FunctionApp.json.
    Updated connector description in createUiTemplate.json and re-created
    package.

commit 03d5b8d68a
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Wed Feb 8 13:11:54 2023 -0800

    Add Cohesity logo

commit c79d25164a
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Tue Feb 7 18:13:10 2023 -0800

    Create package using v2 solution creator

    Also, moved the Solution file into 'Data' folder as it looks like that's
    the standard.

commit e3d0f772cd
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Tue Feb 7 17:29:53 2023 -0800

    Change post deployment field in email to an array of values

    Also, add periods at the end of descriptions in all the playbooks.

commit e8053f8b1c
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Tue Feb 7 15:55:32 2023 -0800

    Add Cohesity in the title of playbooks and update readme accordingly

commit da51a755a2
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Mon Feb 6 20:45:28 2023 -0800

    Created package files with the new playbook

    Also, fixed readme to add the new playbook and some corrections.

commit e946591710
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Mon Feb 6 13:41:13 2023 -0800

    Remove empty parameter from playbook as package validation fails

commit 6c52f04bf8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Feb 6 19:27:57 2023 -0600

    Update readme.md

    Removed an extra dot

commit 7af5db7056
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Feb 6 10:00:51 2023 -0800

    update/add some auto deploy related scripts.

commit b5ffb71344
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Feb 6 09:52:36 2023 -0800

    beautify this json file

commit d00210396c
Author: Kishan Nerella <kishannerella@gmail.com>
Date:   Fri Feb 3 19:26:15 2023 -0800

    Fix package download links and producer timer trigger

    Also, changed the function app packaging by removing top-level directory.

commit 1a953226cf
Author: Kishan Nerella <kishannerella@MacBook-Pro.local>
Date:   Fri Feb 3 12:51:48 2023 -0800

    Add function runtime config and deployment url

commit 8bfc80e4cd
Author: Kishan Nerella <kishannerella@MacBook-Pro.local>
Date:   Fri Feb 3 12:13:42 2023 -0800

    Create producer and consumer packages for deployment

commit f45527acc1
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Thu Feb 2 20:02:00 2023 -0800

    Fix readme language

commit eaf972c517
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Thu Feb 2 19:55:37 2023 -0800

    Fix links in readme files

commit 7dbcd360ce
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Feb 2 12:55:57 2023 -0600

    Update Cohesity_API_FunctionApp.json

    Removed a wrong reference

commit 85f916b3d5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 31 17:33:10 2023 -0600

    Update Cohesity_API_FunctionApp.json

    Removed locale from the link

commit bd24164805
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Mon Jan 30 17:22:41 2023 -0800

    Fix delete blob deployment URL and tags

commit e6cab0c113
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:40:38 2023 -0800

    add back folders with name begining in upper case.

commit 9bca6381b2
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:38:42 2023 -0800

    delete those old folders with name begining in lower case.

commit 38e30732c9
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:37:04 2023 -0800

    uniform data input.
    rename folders to upper case prefix.
    add more test cases.

commit 62429c630a
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:33:05 2023 -0800

    uniform data input.
    rename folders to upper case prefix.
    add more test cases.

commit 4a0baa24f1
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Fri Jan 27 21:02:12 2023 -0800

    Add delete incident blobs playbook

commit aca0d06a50
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 27 17:44:19 2023 -0800

    add one new exported playbook, need to later add description, name, author, etc.
    add cohesity tool to export playbook.

commit 79bb3a1fbe
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 27 17:25:10 2023 -0600

    Update Cohesity_API_FunctionApp.json

    Removed unnecessary coma

commit 331342e063
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Sat Jan 28 02:17:57 2023 +0530

    Reviewed doc

    Reviewed for style and language

commit f5ce722a37
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Sat Jan 28 02:12:12 2023 +0530

    Reviewed the doc

    Reviewed for style and language

commit 047a772779
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Jan 26 17:51:02 2023 -0600

    Create Cohesity_API_FunctionApp.json

    First version of data connector file

commit aee525ee71
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Jan 26 17:38:11 2023 -0600

    Update readme.md

    Typo

commit 011848f908
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Thu Jan 26 15:13:52 2023 -0800

    Remove pre-requisited from CloseHeliosIncident and Restore playbooks

commit 65180bee33
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 25 17:20:47 2023 -0800

    add test case for playbook: Cohesity_Close_Helios_Incident.

commit 9e22aacb3c
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Wed Jan 25 14:47:31 2023 -0800

    Add user role related info to playbook readme files

commit dea9ed1210
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 24 17:14:06 2023 -0800

    a decent fix for the dup issue by Eugene.

commit 66c1136590
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 24 13:42:41 2023 -0800

    a temporary fix for the duplicate incident issue.
    will try to add some automation tests to verify:
        1: has incidents generated.
        2: no duplicate
    and then find a decent fix.

commit 3338fe0c4d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 24 15:11:50 2023 -0600

    Update azuredeploy.json

    Added link to the prerequisite details

commit e563f5ff1e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 24 15:09:26 2023 -0600

    Update azuredeploy.json

    Added link to prerequisite details

commit 956a4e4437
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 03:06:04 2023 +0530

    Doc review

    Reviewed doc for language and style

commit 9c6e3cffbc
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 02:58:14 2023 +0530

    Doc review

    Reviewed for language and style

commit dc84755098
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 02:46:15 2023 +0530

    Doc Review

    Reviewed for language and style

commit 2069d81a44
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 20 11:06:13 2023 -0800

    clean the codes.

commit edc60d45ab
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 20 10:26:19 2023 -0800

    add feature: TestAlertToQueue

commit 28efdb81d1
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 19 15:46:24 2023 -0800

    clean some codes.

commit eb86fbf97d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 19 14:05:22 2023 -0800

    Fix some warning, retire some obsolete codes.

commit fe35840043
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 18 17:08:17 2023 -0800

    fix some compilation warnings.

commit 8fae6744b2
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Wed Jan 18 16:04:32 2023 +0530

    Reviews

    Edited content for style and grammar

commit 2bec432bd4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:33:30 2023 -0600

    Update azuredeploy.json

    Updated metadata

commit c97b56befe
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:29:18 2023 -0600

    Update azuredeploy.json

    Fixed quotes

commit c3b07a1ed5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:25:09 2023 -0600

    Update azuredeploy.json

    Fixed typo

commit 04289abf2c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:23:34 2023 -0600

    Update azuredeploy.json

    Added metadata

commit 8e139c0072
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 11 10:27:54 2023 -0800

    update text from 'Azure Sentinel' to 'Microsoft Sentinel'

commit 94270ea0f0
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 15:21:44 2023 -0800

    remove BlobStorageConnectionString for duplication.
    remove a dup try catch.

commit 199f5a140d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 11:07:38 2023 -0800

    update the Function Apps to use env instead of secret for variables.
    fix some properties in azuredeploy.json.

commit 7bb4f9341f
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 17:51:04 2023 -0800

    small fix in script.

commit d43cfccf32
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 14:25:35 2023 -0800

    update deploy scripts.

commit 05f45be385
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:11:45 2023 -0600

    Update readme.md

    Fixed a typo

commit 6155c4e0f7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:08:20 2023 -0600

    Update readme.md

    Updated the instructions to reflect the new deployment script

commit 98347394d8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:07:16 2023 -0600

    Update readme.md

    Updated the instructions to reflect new deployment steps

commit 607b64f197
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:49:24 2023 -0600

    Update readme.md

    Fixed a typo

commit db7be2ab91
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:44:56 2023 -0600

    Update readme.md

    Polished language

commit 8371bf109e
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 10:45:15 2023 -0800

    update azuredeploy to host on windows OS.
    add deployment related scripts.
    update the readme file.

commit bc64f554f2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 11:38:53 2023 -0600

    Update readme.md

    Updated publishing instructions

commit de74f40e18
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 5 14:21:11 2023 -0800

    change to windows host to workaround the AzureWebJobsStorage error issue.

commit 5a1daf5b3c
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:57:42 2023 -0800

    small fix in azuredeploy.json

commit d9cdca1acb
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:54:46 2023 -0800

    add DefaultEndpointsProtocol to azuredeploy.json

* Squashed commit of the following:

commit 12ec703ace
Merge: 4243ee1498 3d8a1cbdd1
Author: yinghuang123 <115043385+yinghuang123@users.noreply.github.com>
Date:   Thu Feb 16 16:08:39 2023 -0800

    Merge pull request #5 from cohesity/audo_deployment

    fix to the serverfarms Conflict issue.

commit 4243ee1498
Merge: dcd835bd2a 5127b80fde
Author: yinghuang123 <115043385+yinghuang123@users.noreply.github.com>
Date:   Thu Feb 16 16:08:04 2023 -0800

    Merge pull request #6 from cohesity/build

    update the build related stuff.

commit 5127b80fde
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Feb 16 14:55:44 2023 -0800

    add this file, but which still not working yet.
        ./Solutions/CohesitySecurity/Package/mainTemplate.json.sh
    update the build script.

commit b4b7dcce8c
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Feb 16 11:19:41 2023 -0800

    update the build related stuff.
    small change to metadata.

commit 3d8a1cbdd1
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Feb 15 11:03:21 2023 -0800

    fix to the serverfarms Conflict issue.
    small update to the deployment script.

commit dcd835bd2a
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Fri Feb 10 13:58:34 2023 -0800

    Re-create package with version 2.0 and updated URLs

commit 26b81b758d
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Fri Feb 10 13:54:10 2023 -0800

    Replace github URL to Azure from Cohesity

commit 2f3e379183
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Fri Feb 10 13:16:52 2023 -0800

    Remove manual deployment option, change version and URLs

commit 3eb7ffc7aa
Author: yinghuang123 <115043385+yinghuang123@users.noreply.github.com>
Date:   Thu Feb 9 11:13:27 2023 -0800

    Zip (#4)

    Add producer and consumer packaging scripts

commit 724bd4b85e
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Wed Feb 8 16:55:25 2023 -0800

    Renamed function app package name and location

commit 8a2a67073b
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Wed Feb 8 14:02:55 2023 -0800

    Add logo to solution

    Also, fix manual deployment steps in Cohesity_API_FunctionApp.json.
    Updated connector description in createUiTemplate.json and re-created
    package.

commit 03d5b8d68a
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Wed Feb 8 13:11:54 2023 -0800

    Add Cohesity logo

commit c79d25164a
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Tue Feb 7 18:13:10 2023 -0800

    Create package using v2 solution creator

    Also, moved the Solution file into 'Data' folder as it looks like that's
    the standard.

commit e3d0f772cd
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Tue Feb 7 17:29:53 2023 -0800

    Change post deployment field in email to an array of values

    Also, add periods at the end of descriptions in all the playbooks.

commit e8053f8b1c
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Tue Feb 7 15:55:32 2023 -0800

    Add Cohesity in the title of playbooks and update readme accordingly

commit da51a755a2
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Mon Feb 6 20:45:28 2023 -0800

    Created package files with the new playbook

    Also, fixed readme to add the new playbook and some corrections.

commit e946591710
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Mon Feb 6 13:41:13 2023 -0800

    Remove empty parameter from playbook as package validation fails

commit 6c52f04bf8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Feb 6 19:27:57 2023 -0600

    Update readme.md

    Removed an extra dot

commit 7af5db7056
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Feb 6 10:00:51 2023 -0800

    update/add some auto deploy related scripts.

commit b5ffb71344
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Feb 6 09:52:36 2023 -0800

    beautify this json file

commit d00210396c
Author: Kishan Nerella <kishannerella@gmail.com>
Date:   Fri Feb 3 19:26:15 2023 -0800

    Fix package download links and producer timer trigger

    Also, changed the function app packaging by removing top-level directory.

commit 1a953226cf
Author: Kishan Nerella <kishannerella@MacBook-Pro.local>
Date:   Fri Feb 3 12:51:48 2023 -0800

    Add function runtime config and deployment url

commit 8bfc80e4cd
Author: Kishan Nerella <kishannerella@MacBook-Pro.local>
Date:   Fri Feb 3 12:13:42 2023 -0800

    Create producer and consumer packages for deployment

commit f45527acc1
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Thu Feb 2 20:02:00 2023 -0800

    Fix readme language

commit eaf972c517
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Thu Feb 2 19:55:37 2023 -0800

    Fix links in readme files

commit 7dbcd360ce
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Feb 2 12:55:57 2023 -0600

    Update Cohesity_API_FunctionApp.json

    Removed a wrong reference

commit 85f916b3d5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 31 17:33:10 2023 -0600

    Update Cohesity_API_FunctionApp.json

    Removed locale from the link

commit bd24164805
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Mon Jan 30 17:22:41 2023 -0800

    Fix delete blob deployment URL and tags

commit e6cab0c113
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:40:38 2023 -0800

    add back folders with name begining in upper case.

commit 9bca6381b2
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:38:42 2023 -0800

    delete those old folders with name begining in lower case.

commit 38e30732c9
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:37:04 2023 -0800

    uniform data input.
    rename folders to upper case prefix.
    add more test cases.

commit 62429c630a
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:33:05 2023 -0800

    uniform data input.
    rename folders to upper case prefix.
    add more test cases.

commit 4a0baa24f1
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Fri Jan 27 21:02:12 2023 -0800

    Add delete incident blobs playbook

commit aca0d06a50
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 27 17:44:19 2023 -0800

    add one new exported playbook, need to later add description, name, author, etc.
    add cohesity tool to export playbook.

commit 79bb3a1fbe
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 27 17:25:10 2023 -0600

    Update Cohesity_API_FunctionApp.json

    Removed unnecessary coma

commit 331342e063
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Sat Jan 28 02:17:57 2023 +0530

    Reviewed doc

    Reviewed for style and language

commit f5ce722a37
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Sat Jan 28 02:12:12 2023 +0530

    Reviewed the doc

    Reviewed for style and language

commit 047a772779
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Jan 26 17:51:02 2023 -0600

    Create Cohesity_API_FunctionApp.json

    First version of data connector file

commit aee525ee71
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Jan 26 17:38:11 2023 -0600

    Update readme.md

    Typo

commit 011848f908
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Thu Jan 26 15:13:52 2023 -0800

    Remove pre-requisited from CloseHeliosIncident and Restore playbooks

commit 65180bee33
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 25 17:20:47 2023 -0800

    add test case for playbook: Cohesity_Close_Helios_Incident.

commit 9e22aacb3c
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Wed Jan 25 14:47:31 2023 -0800

    Add user role related info to playbook readme files

commit dea9ed1210
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 24 17:14:06 2023 -0800

    a decent fix for the dup issue by Eugene.

commit 66c1136590
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 24 13:42:41 2023 -0800

    a temporary fix for the duplicate incident issue.
    will try to add some automation tests to verify:
        1: has incidents generated.
        2: no duplicate
    and then find a decent fix.

commit 3338fe0c4d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 24 15:11:50 2023 -0600

    Update azuredeploy.json

    Added link to the prerequisite details

commit e563f5ff1e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 24 15:09:26 2023 -0600

    Update azuredeploy.json

    Added link to prerequisite details

commit 956a4e4437
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 03:06:04 2023 +0530

    Doc review

    Reviewed doc for language and style

commit 9c6e3cffbc
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 02:58:14 2023 +0530

    Doc review

    Reviewed for language and style

commit dc84755098
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 02:46:15 2023 +0530

    Doc Review

    Reviewed for language and style

commit 2069d81a44
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 20 11:06:13 2023 -0800

    clean the codes.

commit edc60d45ab
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 20 10:26:19 2023 -0800

    add feature: TestAlertToQueue

commit 28efdb81d1
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 19 15:46:24 2023 -0800

    clean some codes.

commit eb86fbf97d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 19 14:05:22 2023 -0800

    Fix some warning, retire some obsolete codes.

commit fe35840043
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 18 17:08:17 2023 -0800

    fix some compilation warnings.

commit 8fae6744b2
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Wed Jan 18 16:04:32 2023 +0530

    Reviews

    Edited content for style and grammar

commit 2bec432bd4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:33:30 2023 -0600

    Update azuredeploy.json

    Updated metadata

commit c97b56befe
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:29:18 2023 -0600

    Update azuredeploy.json

    Fixed quotes

commit c3b07a1ed5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:25:09 2023 -0600

    Update azuredeploy.json

    Fixed typo

commit 04289abf2c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:23:34 2023 -0600

    Update azuredeploy.json

    Added metadata

commit 8e139c0072
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 11 10:27:54 2023 -0800

    update text from 'Azure Sentinel' to 'Microsoft Sentinel'

commit 94270ea0f0
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 15:21:44 2023 -0800

    remove BlobStorageConnectionString for duplication.
    remove a dup try catch.

commit 199f5a140d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 11:07:38 2023 -0800

    update the Function Apps to use env instead of secret for variables.
    fix some properties in azuredeploy.json.

commit 7bb4f9341f
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 17:51:04 2023 -0800

    small fix in script.

commit d43cfccf32
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 14:25:35 2023 -0800

    update deploy scripts.

commit 05f45be385
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:11:45 2023 -0600

    Update readme.md

    Fixed a typo

commit 6155c4e0f7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:08:20 2023 -0600

    Update readme.md

    Updated the instructions to reflect the new deployment script

commit 98347394d8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:07:16 2023 -0600

    Update readme.md

    Updated the instructions to reflect new deployment steps

commit 607b64f197
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:49:24 2023 -0600

    Update readme.md

    Fixed a typo

commit db7be2ab91
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:44:56 2023 -0600

    Update readme.md

    Polished language

commit 8371bf109e
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 10:45:15 2023 -0800

    update azuredeploy to host on windows OS.
    add deployment related scripts.
    update the readme file.

commit bc64f554f2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 11:38:53 2023 -0600

    Update readme.md

    Updated publishing instructions

commit de74f40e18
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 5 14:21:11 2023 -0800

    change to windows host to workaround the AzureWebJobsStorage error issue.

commit 5a1daf5b3c
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:57:42 2023 -0800

    small fix in azuredeploy.json

commit d9cdca1acb
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:54:46 2023 -0800

    add DefaultEndpointsProtocol to azuredeploy.json

* Squashed commit of the following:

commit 82fe1b920b9437ec97561346af0a8b3f933ded20
Merge: 474253f2bf 8dad8388be
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Feb 21 12:29:26 2023 -0800

    Merge remote-tracking branch 'origin/master' into CohesitySecurity.internal

commit 474253f2bf
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Tue Feb 21 11:49:26 2023 -0800

    Regenerate package with v2 solution creator and updated partner info

commit 44e2f1b792
Merge: 12ec703ace 284f45dc79
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Sun Feb 19 22:49:30 2023 -0800

    Merge remote-tracking branch 'origin/master' into CohesitySecurity.internal

commit 12ec703ace
Merge: 4243ee1498 3d8a1cbdd1
Author: yinghuang123 <115043385+yinghuang123@users.noreply.github.com>
Date:   Thu Feb 16 16:08:39 2023 -0800

    Merge pull request #5 from cohesity/audo_deployment

    fix to the serverfarms Conflict issue.

commit 4243ee1498
Merge: dcd835bd2a 5127b80fde
Author: yinghuang123 <115043385+yinghuang123@users.noreply.github.com>
Date:   Thu Feb 16 16:08:04 2023 -0800

    Merge pull request #6 from cohesity/build

    update the build related stuff.

commit 5127b80fde
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Feb 16 14:55:44 2023 -0800

    add this file, but which still not working yet.
        ./Solutions/CohesitySecurity/Package/mainTemplate.json.sh
    update the build script.

commit b4b7dcce8c
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Feb 16 11:19:41 2023 -0800

    update the build related stuff.
    small change to metadata.

commit 3d8a1cbdd1
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Feb 15 11:03:21 2023 -0800

    fix to the serverfarms Conflict issue.
    small update to the deployment script.

commit dcd835bd2a
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Fri Feb 10 13:58:34 2023 -0800

    Re-create package with version 2.0 and updated URLs

commit 26b81b758d
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Fri Feb 10 13:54:10 2023 -0800

    Replace github URL to Azure from Cohesity

commit 2f3e379183
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Fri Feb 10 13:16:52 2023 -0800

    Remove manual deployment option, change version and URLs

commit 3eb7ffc7aa
Author: yinghuang123 <115043385+yinghuang123@users.noreply.github.com>
Date:   Thu Feb 9 11:13:27 2023 -0800

    Zip (#4)

    Add producer and consumer packaging scripts

commit 724bd4b85e
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Wed Feb 8 16:55:25 2023 -0800

    Renamed function app package name and location

commit 8a2a67073b
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Wed Feb 8 14:02:55 2023 -0800

    Add logo to solution

    Also, fix manual deployment steps in Cohesity_API_FunctionApp.json.
    Updated connector description in createUiTemplate.json and re-created
    package.

commit 03d5b8d68a
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Wed Feb 8 13:11:54 2023 -0800

    Add Cohesity logo

commit c79d25164a
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Tue Feb 7 18:13:10 2023 -0800

    Create package using v2 solution creator

    Also, moved the Solution file into 'Data' folder as it looks like that's
    the standard.

commit e3d0f772cd
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Tue Feb 7 17:29:53 2023 -0800

    Change post deployment field in email to an array of values

    Also, add periods at the end of descriptions in all the playbooks.

commit e8053f8b1c
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Tue Feb 7 15:55:32 2023 -0800

    Add Cohesity in the title of playbooks and update readme accordingly

commit da51a755a2
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Mon Feb 6 20:45:28 2023 -0800

    Created package files with the new playbook

    Also, fixed readme to add the new playbook and some corrections.

commit e946591710
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Mon Feb 6 13:41:13 2023 -0800

    Remove empty parameter from playbook as package validation fails

commit 6c52f04bf8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Feb 6 19:27:57 2023 -0600

    Update readme.md

    Removed an extra dot

commit 7af5db7056
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Feb 6 10:00:51 2023 -0800

    update/add some auto deploy related scripts.

commit b5ffb71344
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Feb 6 09:52:36 2023 -0800

    beautify this json file

commit d00210396c
Author: Kishan Nerella <kishannerella@gmail.com>
Date:   Fri Feb 3 19:26:15 2023 -0800

    Fix package download links and producer timer trigger

    Also, changed the function app packaging by removing top-level directory.

commit 1a953226cf
Author: Kishan Nerella <kishannerella@MacBook-Pro.local>
Date:   Fri Feb 3 12:51:48 2023 -0800

    Add function runtime config and deployment url

commit 8bfc80e4cd
Author: Kishan Nerella <kishannerella@MacBook-Pro.local>
Date:   Fri Feb 3 12:13:42 2023 -0800

    Create producer and consumer packages for deployment

commit f45527acc1
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Thu Feb 2 20:02:00 2023 -0800

    Fix readme language

commit eaf972c517
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Thu Feb 2 19:55:37 2023 -0800

    Fix links in readme files

commit 7dbcd360ce
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Feb 2 12:55:57 2023 -0600

    Update Cohesity_API_FunctionApp.json

    Removed a wrong reference

commit 85f916b3d5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 31 17:33:10 2023 -0600

    Update Cohesity_API_FunctionApp.json

    Removed locale from the link

commit bd24164805
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Mon Jan 30 17:22:41 2023 -0800

    Fix delete blob deployment URL and tags

commit e6cab0c113
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:40:38 2023 -0800

    add back folders with name begining in upper case.

commit 9bca6381b2
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:38:42 2023 -0800

    delete those old folders with name begining in lower case.

commit 38e30732c9
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:37:04 2023 -0800

    uniform data input.
    rename folders to upper case prefix.
    add more test cases.

commit 62429c630a
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:33:05 2023 -0800

    uniform data input.
    rename folders to upper case prefix.
    add more test cases.

commit 4a0baa24f1
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Fri Jan 27 21:02:12 2023 -0800

    Add delete incident blobs playbook

commit aca0d06a50
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 27 17:44:19 2023 -0800

    add one new exported playbook, need to later add description, name, author, etc.
    add cohesity tool to export playbook.

commit 79bb3a1fbe
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 27 17:25:10 2023 -0600

    Update Cohesity_API_FunctionApp.json

    Removed unnecessary coma

commit 331342e063
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Sat Jan 28 02:17:57 2023 +0530

    Reviewed doc

    Reviewed for style and language

commit f5ce722a37
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Sat Jan 28 02:12:12 2023 +0530

    Reviewed the doc

    Reviewed for style and language

commit 047a772779
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Jan 26 17:51:02 2023 -0600

    Create Cohesity_API_FunctionApp.json

    First version of data connector file

commit aee525ee71
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Jan 26 17:38:11 2023 -0600

    Update readme.md

    Typo

commit 011848f908
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Thu Jan 26 15:13:52 2023 -0800

    Remove pre-requisited from CloseHeliosIncident and Restore playbooks

commit 65180bee33
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 25 17:20:47 2023 -0800

    add test case for playbook: Cohesity_Close_Helios_Incident.

commit 9e22aacb3c
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Wed Jan 25 14:47:31 2023 -0800

    Add user role related info to playbook readme files

commit dea9ed1210
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 24 17:14:06 2023 -0800

    a decent fix for the dup issue by Eugene.

commit 66c1136590
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 24 13:42:41 2023 -0800

    a temporary fix for the duplicate incident issue.
    will try to add some automation tests to verify:
        1: has incidents generated.
        2: no duplicate
    and then find a decent fix.

commit 3338fe0c4d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 24 15:11:50 2023 -0600

    Update azuredeploy.json

    Added link to the prerequisite details

commit e563f5ff1e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 24 15:09:26 2023 -0600

    Update azuredeploy.json

    Added link to prerequisite details

commit 956a4e4437
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 03:06:04 2023 +0530

    Doc review

    Reviewed doc for language and style

commit 9c6e3cffbc
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 02:58:14 2023 +0530

    Doc review

    Reviewed for language and style

commit dc84755098
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 02:46:15 2023 +0530

    Doc Review

    Reviewed for language and style

commit 2069d81a44
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 20 11:06:13 2023 -0800

    clean the codes.

commit edc60d45ab
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 20 10:26:19 2023 -0800

    add feature: TestAlertToQueue

commit 28efdb81d1
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 19 15:46:24 2023 -0800

    clean some codes.

commit eb86fbf97d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 19 14:05:22 2023 -0800

    Fix some warning, retire some obsolete codes.

commit fe35840043
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 18 17:08:17 2023 -0800

    fix some compilation warnings.

commit 8fae6744b2
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Wed Jan 18 16:04:32 2023 +0530

    Reviews

    Edited content for style and grammar

commit 2bec432bd4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:33:30 2023 -0600

    Update azuredeploy.json

    Updated metadata

commit c97b56befe
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:29:18 2023 -0600

    Update azuredeploy.json

    Fixed quotes

commit c3b07a1ed5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:25:09 2023 -0600

    Update azuredeploy.json

    Fixed typo

commit 04289abf2c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:23:34 2023 -0600

    Update azuredeploy.json

    Added metadata

commit 8e139c0072
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 11 10:27:54 2023 -0800

    update text from 'Azure Sentinel' to 'Microsoft Sentinel'

commit 94270ea0f0
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 15:21:44 2023 -0800

    remove BlobStorageConnectionString for duplication.
    remove a dup try catch.

commit 199f5a140d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 11:07:38 2023 -0800

    update the Function Apps to use env instead of secret for variables.
    fix some properties in azuredeploy.json.

commit 7bb4f9341f
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 17:51:04 2023 -0800

    small fix in script.

commit d43cfccf32
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 14:25:35 2023 -0800

    update deploy scripts.

commit 05f45be385
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:11:45 2023 -0600

    Update readme.md

    Fixed a typo

commit 6155c4e0f7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:08:20 2023 -0600

    Update readme.md

    Updated the instructions to reflect the new deployment script

commit 98347394d8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:07:16 2023 -0600

    Update readme.md

    Updated the instructions to reflect new deployment steps

commit 607b64f197
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:49:24 2023 -0600

    Update readme.md

    Fixed a typo

commit db7be2ab91
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:44:56 2023 -0600

    Update readme.md

    Polished language

commit 8371bf109e
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 10:45:15 2023 -0800

    update azuredeploy to host on windows OS.
    add deployment related scripts.
    update the readme file.

commit bc64f554f2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 11:38:53 2023 -0600

    Update readme.md

    Updated publishing instructions

commit de74f40e18
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 5 14:21:11 2023 -0800

    change to windows host to workaround the AzureWebJobsStorage error issue.

commit 5a1daf5b3c
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:57:42 2023 -0800

    small fix in azuredeploy.json

commit d9cdca1acb
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:54:46 2023 -0800

    add DefaultEndpointsProtocol to azuredeploy.json

* Squashed commit of the following:

commit b768cab7f3
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Wed Feb 22 18:25:53 2023 -0800

    Fix the required permissions and role for the Azure AD app

commit 474253f2bf
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Tue Feb 21 11:49:26 2023 -0800

    Regenerate package with v2 solution creator and updated partner info

commit 44e2f1b792
Merge: 12ec703ac 284f45dc7
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Sun Feb 19 22:49:30 2023 -0800

    Merge remote-tracking branch 'origin/master' into CohesitySecurity.internal

commit 12ec703ace
Merge: 4243ee149 3d8a1cbdd
Author: yinghuang123 <115043385+yinghuang123@users.noreply.github.com>
Date:   Thu Feb 16 16:08:39 2023 -0800

    Merge pull request #5 from cohesity/audo_deployment

    fix to the serverfarms Conflict issue.

commit 4243ee1498
Merge: dcd835bd2 5127b80fd
Author: yinghuang123 <115043385+yinghuang123@users.noreply.github.com>
Date:   Thu Feb 16 16:08:04 2023 -0800

    Merge pull request #6 from cohesity/build

    update the build related stuff.

commit 5127b80fde
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Feb 16 14:55:44 2023 -0800

    add this file, but which still not working yet.
        ./Solutions/CohesitySecurity/Package/mainTemplate.json.sh
    update the build script.

commit b4b7dcce8c
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Feb 16 11:19:41 2023 -0800

    update the build related stuff.
    small change to metadata.

commit 3d8a1cbdd1
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Feb 15 11:03:21 2023 -0800

    fix to the serverfarms Conflict issue.
    small update to the deployment script.

commit dcd835bd2a
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Fri Feb 10 13:58:34 2023 -0800

    Re-create package with version 2.0 and updated URLs

commit 26b81b758d
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Fri Feb 10 13:54:10 2023 -0800

    Replace github URL to Azure from Cohesity

commit 2f3e379183
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Fri Feb 10 13:16:52 2023 -0800

    Remove manual deployment option, change version and URLs

commit 3eb7ffc7aa
Author: yinghuang123 <115043385+yinghuang123@users.noreply.github.com>
Date:   Thu Feb 9 11:13:27 2023 -0800

    Zip (#4)

    Add producer and consumer packaging scripts

commit 724bd4b85e
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Wed Feb 8 16:55:25 2023 -0800

    Renamed function app package name and location

commit 8a2a67073b
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Wed Feb 8 14:02:55 2023 -0800

    Add logo to solution

    Also, fix manual deployment steps in Cohesity_API_FunctionApp.json.
    Updated connector description in createUiTemplate.json and re-created
    package.

commit 03d5b8d68a
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Wed Feb 8 13:11:54 2023 -0800

    Add Cohesity logo

commit c79d25164a
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Tue Feb 7 18:13:10 2023 -0800

    Create package using v2 solution creator

    Also, moved the Solution file into 'Data' folder as it looks like that's
    the standard.

commit e3d0f772cd
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Tue Feb 7 17:29:53 2023 -0800

    Change post deployment field in email to an array of values

    Also, add periods at the end of descriptions in all the playbooks.

commit e8053f8b1c
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Tue Feb 7 15:55:32 2023 -0800

    Add Cohesity in the title of playbooks and update readme accordingly

commit da51a755a2
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Mon Feb 6 20:45:28 2023 -0800

    Created package files with the new playbook

    Also, fixed readme to add the new playbook and some corrections.

commit e946591710
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Mon Feb 6 13:41:13 2023 -0800

    Remove empty parameter from playbook as package validation fails

commit 6c52f04bf8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Mon Feb 6 19:27:57 2023 -0600

    Update readme.md

    Removed an extra dot

commit 7af5db7056
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Feb 6 10:00:51 2023 -0800

    update/add some auto deploy related scripts.

commit b5ffb71344
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Feb 6 09:52:36 2023 -0800

    beautify this json file

commit d00210396c
Author: Kishan Nerella <kishannerella@gmail.com>
Date:   Fri Feb 3 19:26:15 2023 -0800

    Fix package download links and producer timer trigger

    Also, changed the function app packaging by removing top-level directory.

commit 1a953226cf
Author: Kishan Nerella <kishannerella@MacBook-Pro.local>
Date:   Fri Feb 3 12:51:48 2023 -0800

    Add function runtime config and deployment url

commit 8bfc80e4cd
Author: Kishan Nerella <kishannerella@MacBook-Pro.local>
Date:   Fri Feb 3 12:13:42 2023 -0800

    Create producer and consumer packages for deployment

commit f45527acc1
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Thu Feb 2 20:02:00 2023 -0800

    Fix readme language

commit eaf972c517
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Thu Feb 2 19:55:37 2023 -0800

    Fix links in readme files

commit 7dbcd360ce
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Feb 2 12:55:57 2023 -0600

    Update Cohesity_API_FunctionApp.json

    Removed a wrong reference

commit 85f916b3d5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 31 17:33:10 2023 -0600

    Update Cohesity_API_FunctionApp.json

    Removed locale from the link

commit bd24164805
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Mon Jan 30 17:22:41 2023 -0800

    Fix delete blob deployment URL and tags

commit e6cab0c113
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:40:38 2023 -0800

    add back folders with name begining in upper case.

commit 9bca6381b2
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:38:42 2023 -0800

    delete those old folders with name begining in lower case.

commit 38e30732c9
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:37:04 2023 -0800

    uniform data input.
    rename folders to upper case prefix.
    add more test cases.

commit 62429c630a
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Mon Jan 30 16:33:05 2023 -0800

    uniform data input.
    rename folders to upper case prefix.
    add more test cases.

commit 4a0baa24f1
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Fri Jan 27 21:02:12 2023 -0800

    Add delete incident blobs playbook

commit aca0d06a50
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 27 17:44:19 2023 -0800

    add one new exported playbook, need to later add description, name, author, etc.
    add cohesity tool to export playbook.

commit 79bb3a1fbe
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 27 17:25:10 2023 -0600

    Update Cohesity_API_FunctionApp.json

    Removed unnecessary coma

commit 331342e063
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Sat Jan 28 02:17:57 2023 +0530

    Reviewed doc

    Reviewed for style and language

commit f5ce722a37
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Sat Jan 28 02:12:12 2023 +0530

    Reviewed the doc

    Reviewed for style and language

commit 047a772779
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Jan 26 17:51:02 2023 -0600

    Create Cohesity_API_FunctionApp.json

    First version of data connector file

commit aee525ee71
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Thu Jan 26 17:38:11 2023 -0600

    Update readme.md

    Typo

commit 011848f908
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Thu Jan 26 15:13:52 2023 -0800

    Remove pre-requisited from CloseHeliosIncident and Restore playbooks

commit 65180bee33
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 25 17:20:47 2023 -0800

    add test case for playbook: Cohesity_Close_Helios_Incident.

commit 9e22aacb3c
Author: Kishan Nerella <kishan.nerella@cohesity.com>
Date:   Wed Jan 25 14:47:31 2023 -0800

    Add user role related info to playbook readme files

commit dea9ed1210
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 24 17:14:06 2023 -0800

    a decent fix for the dup issue by Eugene.

commit 66c1136590
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 24 13:42:41 2023 -0800

    a temporary fix for the duplicate incident issue.
    will try to add some automation tests to verify:
        1: has incidents generated.
        2: no duplicate
    and then find a decent fix.

commit 3338fe0c4d
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 24 15:11:50 2023 -0600

    Update azuredeploy.json

    Added link to the prerequisite details

commit e563f5ff1e
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Tue Jan 24 15:09:26 2023 -0600

    Update azuredeploy.json

    Added link to prerequisite details

commit 956a4e4437
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 03:06:04 2023 +0530

    Doc review

    Reviewed doc for language and style

commit 9c6e3cffbc
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 02:58:14 2023 +0530

    Doc review

    Reviewed for language and style

commit dc84755098
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Mon Jan 23 02:46:15 2023 +0530

    Doc Review

    Reviewed for language and style

commit 2069d81a44
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 20 11:06:13 2023 -0800

    clean the codes.

commit edc60d45ab
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 20 10:26:19 2023 -0800

    add feature: TestAlertToQueue

commit 28efdb81d1
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 19 15:46:24 2023 -0800

    clean some codes.

commit eb86fbf97d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 19 14:05:22 2023 -0800

    Fix some warning, retire some obsolete codes.

commit fe35840043
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 18 17:08:17 2023 -0800

    fix some compilation warnings.

commit 8fae6744b2
Author: rohit2230 <121071301+rohit2230@users.noreply.github.com>
Date:   Wed Jan 18 16:04:32 2023 +0530

    Reviews

    Edited content for style and grammar

commit 2bec432bd4
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:33:30 2023 -0600

    Update azuredeploy.json

    Updated metadata

commit c97b56befe
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:29:18 2023 -0600

    Update azuredeploy.json

    Fixed quotes

commit c3b07a1ed5
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:25:09 2023 -0600

    Update azuredeploy.json

    Fixed typo

commit 04289abf2c
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 13 17:23:34 2023 -0600

    Update azuredeploy.json

    Added metadata

commit 8e139c0072
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 11 10:27:54 2023 -0800

    update text from 'Azure Sentinel' to 'Microsoft Sentinel'

commit 94270ea0f0
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 15:21:44 2023 -0800

    remove BlobStorageConnectionString for duplication.
    remove a dup try catch.

commit 199f5a140d
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Tue Jan 10 11:07:38 2023 -0800

    update the Function Apps to use env instead of secret for variables.
    fix some properties in azuredeploy.json.

commit 7bb4f9341f
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 17:51:04 2023 -0800

    small fix in script.

commit d43cfccf32
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 14:25:35 2023 -0800

    update deploy scripts.

commit 05f45be385
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:11:45 2023 -0600

    Update readme.md

    Fixed a typo

commit 6155c4e0f7
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:08:20 2023 -0600

    Update readme.md

    Updated the instructions to reflect the new deployment script

commit 98347394d8
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 15:07:16 2023 -0600

    Update readme.md

    Updated the instructions to reflect new deployment steps

commit 607b64f197
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:49:24 2023 -0600

    Update readme.md

    Fixed a typo

commit db7be2ab91
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 13:44:56 2023 -0600

    Update readme.md

    Polished language

commit 8371bf109e
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Fri Jan 6 10:45:15 2023 -0800

    update azuredeploy to host on windows OS.
    add deployment related scripts.
    update the readme file.

commit bc64f554f2
Author: eerus <115032728+eerus@users.noreply.github.com>
Date:   Fri Jan 6 11:38:53 2023 -0600

    Update readme.md

    Updated publishing instructions

commit de74f40e18
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Thu Jan 5 14:21:11 2023 -0800

    change to windows host to workaround the AzureWebJobsStorage error issue.

commit 5a1daf5b3c
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:57:42 2023 -0800

    small fix in azuredeploy.json

commit d9cdca1acb
Author: Ying Huang <ying.huang@cohesity.com>
Date:   Wed Jan 4 15:54:46 2023 -0800

    add DefaultEndpointsProtocol to azuredeploy.json

---------

Co-authored-by: eerus <115032728+eerus@users.noreply.github.com>
Co-authored-by: Kishan Nerella <kishan.nerella@cohesity.com>
2023-02-23 10:45:02 +05:30
..
Cohesity_Playbook_ARM_Template_Generator.ps1 Cohesity security (#6599) 2023-02-23 10:45:02 +05:30