Skip to content

Commit af8a3a0

Browse files
authored
Minor edit
1 parent d815c20 commit af8a3a0

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ ms.date: 03/25/2025
1111

1212
This script provides a scaleable solution to set or change the license type on all Azure SQL Servers resources in a specified scope.
1313

14-
You can specify a single subscription to scan, or provide a list of subscriptions as a .CSV file.
15-
If not specified, all subscriptions your role has access to are scanned.
14+
By default, the script scans all subscriptions the user account has access or a .CSV file with a list of subscriptions. Alternatively, you can specify a single subscription or and a specific resource group. The sript enumerates the specific resources that have been affected by the change.
1615

1716
# Prerequisites
1817

samples/manage/azure-hybrid-benefit/modify-license-type/modify-license-type.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This script provides a scalable method to switch the license type to pay-as-you-go (aka LicenseIncluded) for all SQL resources in a specific subscription or the entire tenant. By default, the script scans
3-
# all subscriptions the user account has access. Alternatively, you can specify a single subscription or a .CSV file
4-
# with a list of subscription. The usage report includes the list of resources that have been affected by the change.
3+
# all subscriptions the user account has access or a .CSV file with a list of subscriptions. Alternatively, you can specify a single subscription or and a specific resource group. The sripts enumerates te specific
4+
# resources that have been affected by the change.
55
#
66
# The following resources are in scope for the license utilization analysis:
77
# - Azure SQL databases (vCore-based purchasing model only)

0 commit comments

Comments
 (0)