Skip to content

Commit b84d7cc

Browse files
author
Alexander (Sasha) Nosov
committed
Added update history
1 parent 7637f45 commit b84d7cc

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

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

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ ms.author: sashan.romontei
66
ms.date: 06/21/2025
77
---
88

9+
# About this sample
10+
11+
- **Applies to:** Azure SQL Server resources
12+
- **Workload:** n/a
13+
- **Programming Language:** PowerShell. CLI
14+
- **Authors:** Alexander (Sasha) Nosov, Rodrigo Gerhardt Monteiro
15+
- **Update history:**
16+
17+
04/29/2025 - Initial version
18+
19+
05/13/2025 - Modified to fix errors and to remove the auto-start of the offline resources.
20+
21+
922
# Overview
1023

1124
This script provides a scaleable solution to change the license type of various Azure SQL resources within the selected scope. It automates the process of modifying license settings for SQL Databases, Elastic Pools, SQL Managed Instances, SQL Instance Pools, SQL Virtual Machines, and DataFactory SSIS Integration Runtimes. The script supports targeting a single subscription, a list of subscriptions defined in a CSV file, or all accessible subscriptions. Optionally, it can also start resources that are stopped (if the -ForceStartOnResources parameter is enabled).
@@ -139,4 +152,4 @@ Use the following steps to run the script in a PowerShell session on your PC.
139152
Connect-AzureAD -TenantID <tenant_id>
140153
```
141154
142-
1. Run the script by following an appropriate example.
155+
1. Run the script by following the examples.

0 commit comments

Comments
 (0)