Skip to content

Commit 1e310ac

Browse files
authored
fix spelling (#3635)
1 parent 39ba52a commit 1e310ac

File tree

47 files changed

+87
-87
lines changed

Some content is hidden

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

47 files changed

+87
-87
lines changed

azps-12.5.0/Az.Storage/Add-AzRmStorageContainerLegalHold.md

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

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

7171
```yaml

azps-12.5.0/Az.Storage/Add-AzStorageAccountManagementPolicyAction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Accept wildcard characters: False
204204
```
205205
206206
### -DaysAfterLastAccessTimeGreaterThan
207-
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.
207+
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.
208208
209209
```yaml
210210
Type: System.Int32

azps-12.5.0/Az.Storage/Disable-AzStorageBlobRestorePolicy.md

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

4343
### Example 1: Disables Blob Restore Policy for the Azure Storage Blob service on a Storage account
4444
```powershell
45-
Disable-AzStorageBlobRestorePolicy -ResourceGroupName "myresourcegoup" -StorageAccountName "mystorageaccount"
45+
Disable-AzStorageBlobRestorePolicy -ResourceGroupName "myresourcegroup" -StorageAccountName "mystorageaccount"
4646
```
4747

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

azps-12.5.0/Az.Storage/Enable-AzStorageBlobRestorePolicy.md

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

4646

4747
```powershell
48-
Enable-AzStorageBlobDeleteRetentionPolicy -ResourceGroupName "myresourcegoup" -StorageAccountName "mystorageaccount" -RetentionDays 5
48+
Enable-AzStorageBlobDeleteRetentionPolicy -ResourceGroupName "myresourcegroup" -StorageAccountName "mystorageaccount" -RetentionDays 5
4949
50-
Update-AzStorageBlobServiceProperty -ResourceGroupName "myresourcegoup" -StorageAccountName "mystorageaccount" -EnableChangeFeed $true
50+
Update-AzStorageBlobServiceProperty -ResourceGroupName "myresourcegroup" -StorageAccountName "mystorageaccount" -EnableChangeFeed $true
5151
5252
StorageAccountName : mystorageaccount
53-
ResourceGroupName : myresourcegoup
53+
ResourceGroupName : myresourcegroup
5454
DefaultServiceVersion :
5555
DeleteRetentionPolicy.Enabled : True
5656
DeleteRetentionPolicy.Days : 5
@@ -60,12 +60,12 @@ RestorePolicy.MinRestoreTime :
6060
ChangeFeed : True
6161
IsVersioningEnabled : True
6262
63-
Enable-AzStorageBlobRestorePolicy -ResourceGroupName "myresourcegoup" -StorageAccountName "mystorageaccount" -RestoreDays 4
63+
Enable-AzStorageBlobRestorePolicy -ResourceGroupName "myresourcegroup" -StorageAccountName "mystorageaccount" -RestoreDays 4
6464
65-
Get-AzStorageBlobServiceProperty -ResourceGroupName "myresourcegoup" -StorageAccountName "mystorageaccount"
65+
Get-AzStorageBlobServiceProperty -ResourceGroupName "myresourcegroup" -StorageAccountName "mystorageaccount"
6666
6767
StorageAccountName : mystorageaccount
68-
ResourceGroupName : myresourcegoup
68+
ResourceGroupName : myresourcegroup
6969
DefaultServiceVersion :
7070
DeleteRetentionPolicy.Enabled : True
7171
DeleteRetentionPolicy.Days : 5

azps-12.5.0/Az.Storage/Get-AzDataLakeGen2ChildItem.md

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

2424
## DESCRIPTION
25-
The **Get-AzDataLakeGen2ChildItem** cmdlet lists sub directorys and files in a directory or Filesystem in an Azure storage account.
25+
The **Get-AzDataLakeGen2ChildItem** cmdlet lists sub directories and files in a directory or Filesystem in an Azure storage account.
2626
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".
2727

2828
## EXAMPLES
@@ -78,7 +78,7 @@ Echo "Total $Total items in Filesystem $FileSystemName"
7878
```
7979

8080
This example uses the *MaxCount* and *ContinuationToken* parameters to list items recursively from a Filesystem in multiple batches.
81-
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.
81+
A small *MaxCount* can limit the items account returned from single request, may help on operation times out error, and limit the memory usage of Powershell.
8282
The first four commands assign values to variables to use in the example.
8383
The fifth command specifies a **Do-While** statement that uses the **Get-AzDataLakeGen2ChildItem** cmdlet to list items.
8484
The statement includes the continuation token stored in the $Token variable.
@@ -193,7 +193,7 @@ Accept wildcard characters: False
193193
```
194194
195195
### -OutputUserPrincipalName
196-
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.
196+
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.
197197
198198
```yaml
199199
Type: System.Management.Automation.SwitchParameter

azps-12.5.0/Az.Storage/Get-AzStorageAccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This command gets all of the Storage accounts in the subscription.
6161

6262
### Example 4: Get a Storage accounts with its blob restore status
6363
```powershell
64-
$account = Get-AzStorageAccount -ResourceGroupName "myresourcegoup" -Name "mystorageaccount" -IncludeBlobRestoreStatus
64+
$account = Get-AzStorageAccount -ResourceGroupName "myresourcegroup" -Name "mystorageaccount" -IncludeBlobRestoreStatus
6565
6666
$account.BlobRestoreStatus
6767
```

azps-12.5.0/Az.Storage/Get-AzStorageAccountMigration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Gets the status of the ongoing migration for the specified storage account.
3333

3434
### Example 1: Get a Storage account migration
3535
```powershell
36-
Get-AzStorageAccountMigration -AccountName myaccount -ResourceGroupName myresroucegroup
36+
Get-AzStorageAccountMigration -AccountName myaccount -ResourceGroupName myresourcegroup
3737
```
3838

3939
```output

azps-12.5.0/Az.Storage/Get-AzStorageBlob.md

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

147-
This command gets a single blobs verion with VersionId.
147+
This command gets a single blobs version with VersionId.
148148

149149
### Example 7: Get a single blob snapshot
150150
```powershell
@@ -215,7 +215,7 @@ ExpiresOn PolicyMode
215215
9/17/2024 2:49:32 AM +00:00 Unlocked
216216
```
217217

218-
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...
218+
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...
219219
To list multiple blobs (execute the cmdlet without blob name), use **ListBlobProperties.Properties** instead of **BlobProperties** for better performance.
220220

221221
## PARAMETERS

azps-12.5.0/Az.Storage/Get-AzStorageBlobByTag.md

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

9090
This command lists all blobs in a storage account, which contains a tag with name "tag1" and value "value1", and get the blob properties.
91-
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.
91+
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.
9292

9393
## PARAMETERS
9494

@@ -184,7 +184,7 @@ Accept wildcard characters: False
184184
```
185185
186186
### -GetBlobProperty
187-
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.
187+
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.
188188
189189
```yaml
190190
Type: System.Management.Automation.SwitchParameter

azps-12.5.0/Az.Storage/Get-AzStorageBlobContent.md

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

9292
This example will download a blob content with Uri, the Uri can be a Uri with Sas token.
93-
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.
93+
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.
9494

9595
## PARAMETERS
9696

0 commit comments

Comments
 (0)