Skip to content

Commit 3885643

Browse files
committed
Updated text
1 parent bd132cf commit 3885643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-stack/hci/manage/manage-secrets-rotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Follow these steps in to change the deployment service principal:
115115
```powershell
116116
$SubscriptionId= "<Subscription ID>"
117117
$TenantId= "<Tenant ID>"
118-
$AppId = "Application ID>"
118+
$AppId = "<Application ID>"
119119
$secretText= "<Client secret>"
120120
$NewPassword = ConvertTo-SecureString -String $secretText -AsPlainText -Force
121121
Set-AzureStackRPSpCredential -SubscriptionID $SubscriptionId -TenantID $TenantId -AppId $AppId -NewPassword $NewPassword

0 commit comments

Comments
 (0)