Update activate-pcore-license.md

This commit is contained in:
Alexander (Sasha) Nosov
2024-06-27 14:06:31 -07:00
committed by GitHub
parent 0eaf069014
commit 6d1372e920
@@ -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
)
#