Skip to content

Commit 657641e

Browse files
(Azure CXP) resolves MicrosoftDocs/azure-docs#47741
Changed Set-AzureKeyVaultSecret to Set-AzKeyVaultSecret in sample code
1 parent 451a210 commit 657641e

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)