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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ BytesScanned FailureCount BlobQueryError
6868
449 0
6969
```
7070

71-
This command querys a blob succsssfully with input config as csv, and output config as json, and save the output to local file "c:\resultfile.json".
71+
This command queries a blob successfully with input config as csv, and output config as json, and save the output to local file "c:\resultfile.json".
7272

7373
### Example 2: Query a blob snapshot
7474
<!-- Skip: Output cannot be splitted from code -->

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ Get-AzStorageFile -ShareName sample | Where-Object {$_.GetType().Name -eq "Azure
6767

6868
This example downloads the files under sample file share
6969

70-
### Example 3: Download an Azure file to a local file, and perserve the Azure File SMB properties (File Attributtes, File Creation Time, File Last Write Time) in the local file.
70+
### Example 3: Download an Azure file to a local file, and preserve the Azure File SMB properties (File Attributes, File Creation Time, File Last Write Time) in the local file.
7171
```powershell
7272
Get-AzStorageFileContent -ShareName sample -Path "dir1/file1" -Destination $localFilePath -PreserveSMBAttribute
7373
```
7474

75-
This example downloads an Azure file to a local file, and perserves the Azure File SMB properties (File Attributtes, File Creation Time, File Last Write Time) in the local file.
75+
This example downloads an Azure file to a local file, and preserves the Azure File SMB properties (File Attributes, File Creation Time, File Last Write Time) in the local file.
7676

7777
## PARAMETERS
7878

@@ -252,7 +252,7 @@ Accept wildcard characters: False
252252
```
253253
254254
### -PreserveSMBAttribute
255-
Keep the source File SMB properties (File Attributtes, File Creation Time, File Last Write Time) in destination File. This parameter is only available on Windows.
255+
Keep the source File SMB properties (File Attributes, File Creation Time, File Last Write Time) in destination File. This parameter is only available on Windows.
256256
257257
```yaml
258258
Type: System.Management.Automation.SwitchParameter

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ $destfile = Start-AzStorageFileCopy -SrcShareName "contososhare" -SrcFilePath "c
4949
$destfile | Get-AzStorageFileCopyState
5050
```
5151

52-
The first command starts copy file "contosofile" to "contosofile_copy", and output the destiantion file object.
53-
The second command pipeline the destiantion file object to Get-AzStorageFileCopyState, to get file copy state.
52+
The first command starts copy file "contosofile" to "contosofile_copy", and output the destination file object.
53+
The second command pipeline the destination file object to Get-AzStorageFileCopyState, to get file copy state.
5454

5555
## PARAMETERS
5656

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
109109
110110
## OUTPUTS
111111
112-
### Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSSeriviceProperties
112+
### Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSServiceProperties
113113
114114
## NOTES
115115

src/Storage/Storage.Management/help/Invoke-AzRmStorageContainerImmutableStorageWithVersioningMigration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $t | Wait-Job
4848

4949
This command migrates an existing Storage blob containers to enable immutable Storage with versioning.
5050
The command only works when the Storage account has already enabled blob versioning, and the containers already has ImmutabilityPolicy.
51-
Since the command ussually will run for a long time, you can run it asynchronously with '-Asjob'.
51+
Since the command usually will run for a long time, you can run it asynchronously with '-Asjob'.
5252

5353
## PARAMETERS
5454

src/Storage/Storage.Management/help/Invoke-AzStorageAccountHierarchicalNamespaceUpgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The **Invoke-AzStorageAccountHierarchicalNamespaceUpgrade** cmdlet can validate
3131

3232
## EXAMPLES
3333

34-
### Example 1: Validate a stroage account can be upgrade to enable HierarchicalNamespace, then upgrade it to enabled HierarchicalNamespace
34+
### Example 1: Validate a storage account can be upgrade to enable HierarchicalNamespace, then upgrade it to enabled HierarchicalNamespace
3535
<!-- Skip: Output cannot be splitted from code -->
3636

3737

@@ -44,7 +44,7 @@ $task = Invoke-AzStorageAccountHierarchicalNamespaceUpgrade -ResourceGroupName $
4444
$task | Wait-Job
4545
```
4646

47-
The first command validates if a stroage account can be upgrade to enable HierarchicalNamespace.
47+
The first command validates if a storage account can be upgrade to enable HierarchicalNamespace.
4848
The second command upgrade the storage account to enable HierarchicalNamespace. Since the upgrade will take time, use '-Asjob' to run it in backend, and return a task. Then wait for the task finish.
4949

5050
## PARAMETERS

src/Storage/Storage.Management/help/Lock-AzRmStorageContainerImmutabilityPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Lock-AzRmStorageContainerImmutabilityPolicy -StorageAccount $accountObject -Cont
6262

6363
This command locks ImmutabilityPolicy of a Storage blob container, with Storage account object.
6464

65-
### Example 3: Lock ImmutabilityPolicyof a Storage blob container, with container object
65+
### Example 3: Lock ImmutabilityPolicy of a Storage blob container, with container object
6666
```powershell
6767
$containerObject = Get-AzRmStorageContainer -ResourceGroupName "myResourceGroup" -AccountName "myStorageAccount" -Name "myContainer"
6868
$policy = Get-AzRmStorageContainerImmutabilityPolicy -Container $containerObject

src/Storage/Storage.Management/help/Move-AzDataLakeGen2Item.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dir2/file1 False 1024 2021-03-23 09:57:33Z rwxrw-rw-
8080
```
8181

8282
This first command creates a Sas token with rdw permission, the second command creates a Storage context from the Sas token, the 3rd command moves an item with the Sas token.
83-
This example use same Sastoken with rdw permission on both source and destication, if use 2 SAS token for source and destication, source need permission rd, destication need permission w.
83+
This example use same Sastoken with rdw permission on both source and destination, if use 2 SAS token for source and destination, source need permission rd, destination need permission w.
8484

8585
## PARAMETERS
8686

src/Storage/Storage.Management/help/New-AzDataLakeGen2SasToken.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ New-AzDataLakeGen2SasToken -FileSystem "filesystem1" -Path "dir1/dir2" -Permissi
4040

4141
This example generates a DatalakeGen2 SAS token with full permission.
4242

43-
### Example 2: Generate a SAS token with specific StartTime, ExpireTime, Protocal, IPAddressOrRange, Encryption Scope, by pipeline a datalakegen2 item
43+
### Example 2: Generate a SAS token with specific StartTime, ExpireTime, Protocol, IPAddressOrRange, Encryption Scope, by pipeline a datalakegen2 item
4444
```powershell
4545
Get-AzDataLakeGen2Item -FileSystem test -Path "testdir/dir2" | New-AzDataLakeGen2SasToken -Permission rw -Protocol Https -IPAddressOrRange 10.0.0.0-12.10.0.0 -StartTime (Get-Date) -ExpiryTime (Get-Date).AddDays(6) -EncryptionScope scopename
4646
```
4747

48-
This example generates a DatalakeGen2 SAS token by pipeline a datalake gen2 item, and with specific StartTime, ExpireTime, Protocal, IPAddressOrRange, Encryption Scope.
48+
This example generates a DatalakeGen2 SAS token by pipeline a datalake gen2 item, and with specific StartTime, ExpireTime, Protocol, IPAddressOrRange, Encryption Scope.
4949

5050
## PARAMETERS
5151

src/Storage/Storage.Management/help/New-AzRmStorageContainer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ $c.DenyEncryptionScopeOverride
8787
True
8888
```
8989

90-
This command creates a storage container with a defalt encryptionScope, and blocks override of encryption scope from the container default.
90+
This command creates a storage container with a default encryptionScope, and blocks override of encryption scope from the container default.
9191
Then show the related container properties.
9292

9393
### Example 4: Create an Azure storage container with RootSquash
9494
<!-- Skip: Output cannot be splitted from code -->
9595

9696

9797
```
98-
$container = New-AzRmStorageContainer -ResourceGroupName "myersourcegroup" -AccountName "mystorageaccount" -Name "mycontainer" -RootSquash AllSquash
98+
$container = New-AzRmStorageContainer -ResourceGroupName "myrsourcegroup" -AccountName "mystorageaccount" -Name "mycontainer" -RootSquash AllSquash
9999
100100
$container.EnableNfsV3AllSquash
101101
True

src/Storage/Storage.Management/help/New-AzRmStorageShare.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ myshare 20
9999

100100
This command creates a Storage file share snapshot of an existing base file share.
101101

102-
### Example 5: Create a Storage file share with EnabledProtocol proeprty as NFS, and RootSquash property as NoRootSquash
102+
### Example 5: Create a Storage file share with EnabledProtocol property as NFS, and RootSquash property as NoRootSquash
103103
<!-- Skip: Output cannot be splitted from code -->
104104

105105

@@ -118,7 +118,7 @@ $share.RootSquash
118118
NoRootSquash
119119
```
120120

121-
This command creates a Storage file share with EnabledProtocol proeprty as NFS, and RootSquash proeprty as NoRootSquash.
121+
This command creates a Storage file share with EnabledProtocol property as NFS, and RootSquash property as NoRootSquash.
122122

123123
### Example 6: Create a Storage file share with provisioned bandwidth and IOPS
124124
```powershell

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ Accept wildcard characters: False
884884
```
885885
886886
### -IdentityType
887-
Set the new Storage Account Identity type, the idenetity is for use with key management services like Azure KeyVault.
887+
Set the new Storage Account Identity type, the identity is for use with key management services like Azure KeyVault.
888888
889889
```yaml
890890
Type: System.String
@@ -917,7 +917,7 @@ Accept wildcard characters: False
917917
918918
### -ImmutabilityPolicyState
919919
The mode of the policy. Possible values include: 'Unlocked', 'Disabled.
920-
Disabled state disablesthe policy.
920+
Disabled state disables the policy.
921921
Unlocked state allows increase and decrease of immutability retention time and also allows toggling allowProtectedAppendWrites property.
922922
A policy can only be created in a Disabled or Unlocked state and can be toggled between the two states.
923923
This property can only be specified with '-EnableAccountLevelImmutability'.

src/Storage/Storage.Management/help/New-AzStorageAccountManagementPolicyBlobIndexMatchObject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PrefixMatch BlobTypes BlobIndexMatch
4444
{prefix1, prefix2} {blockBlob} {tag1, tag2}
4545
```
4646

47-
This command creates 2 ManagementPolicy BlobIndexMatch objects, then add themto a management policy rule filter.
47+
This command creates 2 ManagementPolicy BlobIndexMatch objects, then add them to a management policy rule filter.
4848

4949
## PARAMETERS
5050

src/Storage/Storage.Management/help/New-AzStorageBlobInventoryPolicyRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Test2 True containername Blob Parquet Weekly True
6666
Test3 True containername Blob Parquet Weekly True True {blockBlob, appendBlob} {aaa, bbb} {ccc, ddd} {Name, Last-Modified, BlobType, AccessTier...}
6767
```
6868

69-
This first 3 commands create 3 BlobInventoryPolicy rule objects: rule "Test1" for contaienr inventory; rule "Test2" for blob inventory; rule "Test3" for blob inventory with more schema fields, excludePrefix specified, and IncludeDeleted enabled.
69+
This first 3 commands create 3 BlobInventoryPolicy rule objects: rule "Test1" for container inventory; rule "Test2" for blob inventory; rule "Test3" for blob inventory with more schema fields, excludePrefix specified, and IncludeDeleted enabled.
7070
The following command sets blob inventory policy to a Storage account with the 3 rule objects, then show the updated policy and rules properties.
7171

7272
## PARAMETERS

0 commit comments

Comments
 (0)