Update powershell to python in README.md

Change powershell to python in the descrption
This commit is contained in:
Cv-securityIQ 2024-06-20 16:48:39 +05:30 коммит произвёл GitHub
Родитель bb60e2e081
Коммит 80c141195c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 13 добавлений и 13 удалений

Просмотреть файл

@ -54,36 +54,36 @@ Each of these Analytic Rules run on a continuous basis and are querying for the
* Name =
* Commvault_Disable_IDP
* Runbook Type =
* Powershell
* Python
* Runtime Version =
* 5.1
* 3.8
* Click “Create”
* Edit Powershell Runbook =
* Use the content in this file: **Runbooks/Commvault_Disable_IDP.ps1**
* Edit Python Runbook =
* Use the content in this file: **Runbooks/Commvault_Disable_IDP.py**
* Click "Publish"
* Click "Save"
* Go to “Commvault-Automation-Account" -> Runbooks (under “Process Automation”) -> Create a Runbook
* Name =
* Commvault_Disable_User
* Runbook Type =
* Powershell
* Python
* Runtime Version =
* 5.1
* 3.8
* Click "Create"
* Edit Powershell Runbook =
* Use the content in this file: **Runbooks/Commvault_Disable_Users.ps1**
* Edit Python Runbook =
* Use the content in this file: **Runbooks/Commvault_Disable_Users.py**
* Click "Publish"
* Click "Save"
* Go to “Commvault-Automation-Account" -> Runbooks (under “Process Automation”) -> Create a Runbook
* Name =
* Commvault_Disable_Data_Aging
* Runbook Type =
* Powershell
* Python
* Runtime Version =
* 5.1
* 3.8
* Click "Create"
* Edit Powershell Runbook =
* Use the content in this file: **Runbooks/Commvault_Disable_Data_Aging.ps1**
* Edit Python Runbook =
* Use the content in this file: **Runbooks/Commvault_Disable_Data_Aging.py**
* Click "Publish"
* Click "Save"
@ -601,4 +601,4 @@ Each of these Analytic Rules run on a continuous basis and are querying for the
* In the middle of the screen is a table with the column headers Status, Start Time, etc.
* Sort the rows by start time by clicking the "Start Time" column header
* The latest run should say "Succeeded". Click it.
* Check to see the result of the runbook at the end of the logic app chain.
* Check to see the result of the runbook at the end of the logic app chain.