Skip to content

Commit 478a644

Browse files
Fix the requirements
1 parent e935c4e commit 478a644

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • samples/manage/azure-hybrid-benefit/modify-license-type

samples/manage/azure-hybrid-benefit/modify-license-type/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ It uses managed identity authentication (via Connect-AzAccount -Identity and az
2828
# Required Permissions
2929
The automation account needs to have the bellow permissions in order to be able to successfully run the Runbook and update all the SQL Server resources license type:
3030

31-
1. **Azure SQL Databases**: *SQL DB Contributor role*.
32-
1. **Azure SQL Elastic Pools**: *SQL DB Contributor*
33-
1. **Azure SQL Managed Instances**: *SQL Managed Instance Contributor*
34-
1. **Azure SQL Instance Pools**: *SQL Managed Instance Contributor*
35-
1. **Azure Data Factory SSIS Integration Runtimes**: *Data Factory Contributor role*.
36-
1. **SQL Servers in Azure Virtual Machines**: *Virtual Machine Contributor role*.
31+
1. **SQL DB Contributor**: *SQL DB Contributor role*.
32+
1. **SQL Managed Instance Contributor**: *SQL Managed Instance Contributor*
33+
1. **SQL Server Contributor**: *SQL Managed Instance Contributor*
34+
1. **Data Factory Contributor**: *Data Factory Contributor role*.
35+
1. **Virtual Machine Contributor**: *Virtual Machine Contributor role*.
36+
3737

3838
A *Subscription Contributor* role has sufficient permissions to mdify any of the above resources.
3939

0 commit comments

Comments
 (0)