Skip to content

Commit 7158071

Browse files
committed
fix help doc
1 parent 36b2fe0 commit 7158071

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Storage/Storage.Management/help/Set-AzStorageAccount.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ This command updates a Storage account by enable Sftp and localuser.
460460
To run the command succssfully, the Storage account should already enable Hierarchical Namespace.
461461

462462
### Example 21: Update a Storage account by set AllowedCopyScope as PrivateLink
463+
<!-- Skip: Output cannot be splitted from code -->
463464
```
464465
PS C:\> $account = Set-AzStorageAccount -ResourceGroupName "myresourcegroup" -AccountName "mystorageaccount" -AllowedCopyScope PrivateLink
465466
@@ -470,6 +471,7 @@ PrivateLink
470471
The command updates a Storage account by set AllowedCopyScope as PrivateLink.
471472

472473
### Example 22: Update a Storage account with Keyvault from another tenant (access Keyvault with FederatedClientId)
474+
<!-- Skip: Output cannot be splitted from code -->
473475
```powershell
474476
# create Storage account with Keyvault encryption (access Keyvault with FederatedClientId), then show properties
475477
PS C:\> $account = Set-AzStorageAccount -ResourceGroupName $resourceGroupName -Name $storageAccountName `

0 commit comments

Comments
 (0)