Skip to content

Commit 08ad9be

Browse files
committed
Bug fix 11737257
1 parent dfe0d9a commit 08ad9be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Infrastructure/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The command does the following:
119119

120120
```powershell
121121
$credential = Get-Credential
122-
Apply-AzSUpdate -AzureStackCredentials $credential -TenantID $TenantID -vupdate "Update Version" -EnvironmentName "AzureStackAdmin"
122+
Install-AzSUpdate -AzureStackCredentials $credential -TenantID $TenantID -vupdate "Update Version" -EnvironmentName "AzureStackAdmin"
123123
```
124124

125125
Note: The cmdlet requires credentials to apply a specific Update. Provide the administrator Azure Active Directory credentials, such as *<Admin Account>*@*<mydirectory>*.onmicrosoft.com or the ADFS credentials, to the prompt.
@@ -454,7 +454,7 @@ Get-AzSUpdateRun -AzureStackCredentials $credential -TenantID $TenantID -Environ
454454
455455
#Review Region Update Summary after successful run
456456
Get-AzSUpdateSummary -AzureStackCredentials $credential -TenantID $TenantID -EnvironmentName "AzureStackAdmin"
457-
457+
```
458458

459459
### Set Azure Stack's Latitude and Longitude
460460

0 commit comments

Comments
 (0)