mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Update activate-pcore-license.md
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
<#
|
||||
.<#
|
||||
.DESCRIPTION
|
||||
This runbook activates a SQL Server license using the Managed Identity
|
||||
The runbook accepts the following parameters:
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
param (
|
||||
[Parameter (Mandatory= $true)]
|
||||
[string] $LicenseId,
|
||||
[string] $LicenseId
|
||||
)
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user