Skip to content

Commit d9c2e10

Browse files
ArieHeinCopilotvidai-msft
authored
Spelling Fixes (#27952)
Co-authored-by: Copilot <[email protected]> Co-authored-by: Vincent Dai <[email protected]>
1 parent 22bd96b commit d9c2e10

File tree

48 files changed

+89
-89
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+89
-89
lines changed

src/Storage/Storage.Management/help/Add-AzRmStorageContainerLegalHold.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This command adds legal hold tags to all Storage blob containers in a Storage ac
6363
## PARAMETERS
6464

6565
### -AllowProtectedAppendWriteAll
66-
When enabled, new blocks can be written to both 'Appened and Block Blobs' while maintaining immutability protection and compliance.
66+
When enabled, new blocks can be written to both 'Append and Block Blobs' while maintaining immutability protection and compliance.
6767
Only new blocks can be added and any existing blocks cannot be modified or deleted.
6868

6969
```yaml

src/Storage/Storage.Management/help/Add-AzStorageAccountManagementPolicyAction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Accept wildcard characters: False
202202
```
203203
204204
### -DaysAfterLastAccessTimeGreaterThan
205-
Integer value indicating the age in days after last blob access. This property can only be used in conjuction with last access time tracking policy.
205+
Integer value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy.
206206
207207
```yaml
208208
Type: System.Int32

src/Storage/Storage.Management/help/Disable-AzStorageBlobRestorePolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The **Disable-AzStorageBlobRestorePolicy** cmdlet disables Blob Restore Policy f
4040

4141
### Example 1: Disables Blob Restore Policy for the Azure Storage Blob service on a Storage account
4242
```powershell
43-
Disable-AzStorageBlobRestorePolicy -ResourceGroupName "myresourcegoup" -StorageAccountName "mystorageaccount"
43+
Disable-AzStorageBlobRestorePolicy -ResourceGroupName "myresourcegroup" -StorageAccountName "mystorageaccount"
4444
```
4545

4646
This command Disables Blob Restore Policy for the Azure Storage Blob service on a Storage account.

src/Storage/Storage.Management/help/Enable-AzStorageBlobRestorePolicy.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ The **Enable-AzStorageBlobRestorePolicy** cmdlet enables Blob Restore Policy for
4343

4444

4545
```powershell
46-
Enable-AzStorageBlobDeleteRetentionPolicy -ResourceGroupName "myresourcegoup" -StorageAccountName "mystorageaccount" -RetentionDays 5
46+
Enable-AzStorageBlobDeleteRetentionPolicy -ResourceGroupName "myresourcegroup" -StorageAccountName "mystorageaccount" -RetentionDays 5
4747
48-
Update-AzStorageBlobServiceProperty -ResourceGroupName "myresourcegoup" -StorageAccountName "mystorageaccount" -EnableChangeFeed $true
48+
Update-AzStorageBlobServiceProperty -ResourceGroupName "myresourcegroup" -StorageAccountName "mystorageaccount" -EnableChangeFeed $true
4949
5050
StorageAccountName : mystorageaccount
51-
ResourceGroupName : myresourcegoup
51+
ResourceGroupName : myresourcegroup
5252
DefaultServiceVersion :
5353
DeleteRetentionPolicy.Enabled : True
5454
DeleteRetentionPolicy.Days : 5
@@ -58,9 +58,9 @@ RestorePolicy.MinRestoreTime :
5858
ChangeFeed : True
5959
IsVersioningEnabled : True
6060
61-
Enable-AzStorageBlobRestorePolicy -ResourceGroupName "myresourcegoup" -StorageAccountName "mystorageaccount" -RestoreDays 4
61+
Enable-AzStorageBlobRestorePolicy -ResourceGroupName "myresourcegroup" -StorageAccountName "mystorageaccount" -RestoreDays 4
6262
63-
Get-AzStorageBlobServiceProperty -ResourceGroupName "myresourcegoup" -StorageAccountName "mystorageaccount"
63+
Get-AzStorageBlobServiceProperty -ResourceGroupName "myresourcegroup" -StorageAccountName "mystorageaccount"
6464
6565
StorageAccountName : mystorageaccount
6666
ResourceGroupName : myresourcegoup

src/Storage/Storage.Management/help/Get-AzDataLakeGen2ChildItem.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Get-AzDataLakeGen2ChildItem [-FileSystem] <String> [[-Path] <String>] [-FetchPro
2020
```
2121

2222
## DESCRIPTION
23-
The **Get-AzDataLakeGen2ChildItem** cmdlet lists sub directorys and files in a directory or Filesystem in an Azure storage account.
23+
The **Get-AzDataLakeGen2ChildItem** cmdlet lists sub directories and files in a directory or Filesystem in an Azure storage account.
2424
This cmdlet only works if Hierarchical Namespace is enabled for the Storage account. This kind of account can be created by run "New-AzStorageAccount" cmdlet with "-EnableHierarchicalNamespace $true".
2525

2626
## EXAMPLES
@@ -76,7 +76,7 @@ Echo "Total $Total items in Filesystem $FileSystemName"
7676
```
7777

7878
This example uses the *MaxCount* and *ContinuationToken* parameters to list items recursively from a Filesystem in multiple batches.
79-
A small *MaxCount* can limit the items acount returned from single requst, may help on operation times out error, and limit the memory usage of Powershell.
79+
A small *MaxCount* can limit the number of items returned from a single request, may help prevent operation timeout errors, and reduce the memory usage of PowerShell.
8080
The first four commands assign values to variables to use in the example.
8181
The fifth command specifies a **Do-While** statement that uses the **Get-AzDataLakeGen2ChildItem** cmdlet to list items.
8282
The statement includes the continuation token stored in the $Token variable.
@@ -191,7 +191,7 @@ Accept wildcard characters: False
191191
```
192192
193193
### -OutputUserPrincipalName
194-
If speicify this parameter, the user identity values returned in the owner and group fields of each list entry will be transformed from Microsoft Entra Object IDs to User Principal Names. If not speicify this parameter, the values will be returned as Microsoft Entra Object IDs. Note that group and application Object IDs are not translated because they do not have unique friendly names.
194+
If specify this parameter, the user identity values returned in the owner and group fields of each list entry will be transformed from Microsoft Entra Object IDs to User Principal Names. If not specify this parameter, the values will be returned as Microsoft Entra Object IDs. Note that group and application Object IDs are not translated because they do not have unique friendly names.
195195
196196
```yaml
197197
Type: System.Management.Automation.SwitchParameter

src/Storage/Storage.Management/help/Get-AzStorageBlob.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Name BlobType Length ContentType La
142142
blob2 BlockBlob 2097152 application/octet-stream 2020-07-03 16:19:16Z Hot False 2020-07-03T16:19:16.2883167Z
143143
```
144144

145-
This command gets a single blobs verion with VersionId.
145+
This command gets a single blobs version with VersionId.
146146

147147
### Example 7: Get a single blob snapshot
148148
```powershell
@@ -213,7 +213,7 @@ ExpiresOn PolicyMode
213213
9/17/2024 2:49:32 AM +00:00 Unlocked
214214
```
215215

216-
This example command gets the immutability property of a single blob. You can get a detailed list of blob prTooperties from the **BlobProperties** property, including but not limited to: LastModified, ContentLength, ContentHash, BlobType, LeaseState, AccessTier, ETag, ImmutabilityPolicy, etc...
216+
This example command gets the immutability property of a single blob. You can get a detailed list of blob properties from the **BlobProperties** property, including but not limited to: LastModified, ContentLength, ContentHash, BlobType, LeaseState, AccessTier, ETag, ImmutabilityPolicy, etc...
217217
To list multiple blobs (execute the cmdlet without blob name), use **ListBlobProperties.Properties** instead of **BlobProperties** for better performance.
218218

219219
## PARAMETERS

src/Storage/Storage.Management/help/Get-AzStorageBlobByTag.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ testblob4 BlockBlob 2024 application/octet-stream 20
8686
```
8787

8888
This command lists all blobs in a storage account, which contains a tag with name "tag1" and value "value1", and get the blob properties.
89-
Please note, to get blob properties with parameter -GetBlobProperty, each blob will need an addtional request, so the cmdlet runs show when there are many blobs.
89+
Please note, to get blob properties with parameter -GetBlobProperty, each blob will need an additional request, so the cmdlet runs show when there are many blobs.
9090

9191
## PARAMETERS
9292

@@ -182,7 +182,7 @@ Accept wildcard characters: False
182182
```
183183
184184
### -GetBlobProperty
185-
As the blobs get by tag don't contain blob proeprties, specify tis parameter to get blob properties with an additional request on each blob.
185+
As the blobs get by tag don't contain blob properties, specify tis parameter to get blob properties with an additional request on each blob.
186186
187187
```yaml
188188
Type: System.Management.Automation.SwitchParameter

src/Storage/Storage.Management/help/Get-AzStorageBlobContent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Get-AzStorageBlobContent -Uri $blobUri -Destination "C:\test" -Force
8888
```
8989

9090
This example will download a blob content with Uri, the Uri can be a Uri with Sas token.
91-
If the blob is on a managed disk account, and server requires a bearer token besides Sas Uri to download, the cmdlet will try to generate a bearer token with server returned audience and the login AAD user credentail, then download blob with both Sas Uri and bearer token.
91+
If the blob is on a managed disk account, and server requires a bearer token besides Sas Uri to download, the cmdlet will try to generate a bearer token with server returned audience and the login AAD user credential, then download blob with both Sas Uri and bearer token.
9292

9393
## PARAMETERS
9494

src/Storage/Storage.Management/help/Get-AzStorageBlobCopyState.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ $destBlob = Start-AzStorageBlobCopy -SrcContainer "contosouploads" -SrcBlob "Con
7373
$destBlob | Get-AzStorageBlobCopyState
7474
```
7575

76-
The first command starts copy blob "ContosoPlanning2015" to "ContosoPlanning2015_copy", and output the destiantion blob object.
77-
The second command pipeline the destiantion blob object to Get-AzStorageBlobCopyState, to get blob copy state.
76+
The first command starts copy blob "ContosoPlanning2015" to "ContosoPlanning2015_copy", and output the destination blob object.
77+
The second command pipeline the destination blob object to Get-AzStorageBlobCopyState, to get blob copy state.
7878

7979
## PARAMETERS
8080

src/Storage/Storage.Management/help/Get-AzStorageBlobInventoryPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Test1 False containername Container Csv Daily
6161
Test2 True containername Blob Parquet Weekly True True {blockBlob, appendBlob} {ccc, ddd} {Name, Creation-Time, Last-Modified, Content-Length...}
6262
```
6363

64-
This command gets blob inventory policy from a Storage account, and show its proeprties.
64+
This command gets blob inventory policy from a Storage account, and show its properties.
6565

6666
## PARAMETERS
6767

0 commit comments

Comments
 (0)