Skip to content

Commit 4ac9cc1

Browse files
authored
Merge pull request #103747 from VikasPullagura-MSFT/patch-45
(Azure CXP) resolves MicrosoftDocs/azure-docs#47741
2 parents 451a210 + 657641e commit 4ac9cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/scripts/service-fabric-powershell-add-application-certificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $content = [System.Convert]::ToBase64String($contentbytes)
5959
$SecretValue = ConvertTo-SecureString -String $content -AsPlainText -Force
6060
6161
# Upload the certificate to the key vault as a secret
62-
$Secret = Set-AzureKeyVaultSecret -VaultName $VaultName -Name $CertName -SecretValue $SecretValue
62+
$Secret = Set-AzKeyVaultSecret -VaultName $VaultName -Name $CertName -SecretValue $SecretValue
6363
6464
```
6565

0 commit comments

Comments
 (0)