Skip to content

Commit

Permalink
Update activate-pcore-license.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anosov1960 committed Jun 27, 2024
1 parent 0eaf069 commit 6d1372e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<#
.<#
.DESCRIPTION
This runbook activates a SQL Server license using the Managed Identity
The runbook accepts the following parameters:
Expand All @@ -12,7 +12,7 @@

param (
[Parameter (Mandatory= $true)]
[string] $LicenseId,
[string] $LicenseId
)

#
Expand Down

0 comments on commit 6d1372e

Please sign in to comment.