Skip to content

Commit 27b2468

Browse files
authored
fix spelling (MicrosoftDocs#3622)
1 parent 7111b56 commit 27b2468

File tree

41 files changed

+64
-64
lines changed

Some content is hidden

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

41 files changed

+64
-64
lines changed

azps-12.5.0/Az.DedicatedHsm/Remove-AzDedicatedHsm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ Deletes the specified Azure Dedicated HSM.
3737
Remove-AzDedicatedHsm -Name hsm-7t2xaf -ResourceGroupName lucas-manual-test
3838
```
3939

40-
This commnad removes a hardware security module(HSM) by name.
40+
This command removes a hardware security module(HSM) by name.
4141

4242
### Example 2: Remove a Dedicated HSM by object
4343
```powershell
4444
$hsm = Get-AzDedicatedHsm -Name hsm-7t2xaf -ResourceGroupName dedicatedhsm-rg-n359cz
4545
Remove-AzDedicatedHsm -InputObject $hsm
4646
```
4747

48-
This commnad removes a Dedicated HSM by object.
48+
This command removes a Dedicated HSM by object.
4949

5050
## PARAMETERS
5151

azps-12.5.0/Az.DesktopVirtualization/Get-AzWvdApplication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Name Type
5050
ApplicationGroupName/ApplicationName Microsoft.DesktopVirtualization/applicationgroups/applications
5151
```
5252

53-
This command gets a Windows Virtual Desktop Application in an applicaton Group.
53+
This command gets a Windows Virtual Desktop Application in an application Group.
5454

5555
### Example 2: List Windows Virtual Desktop Applications
5656
```powershell
@@ -64,7 +64,7 @@ ApplicationGroupName/ApplicationName1 Microsoft.DesktopVirtualization/applicatio
6464
ApplicationGroupName/ApplicationName2 Microsoft.DesktopVirtualization/applicationgroups/applications
6565
```
6666

67-
This command Lists Windows Virtual Desktop Applications in an applicaton Group.
67+
This command Lists Windows Virtual Desktop Applications in an application Group.
6868

6969
## PARAMETERS
7070

azps-12.5.0/Az.DesktopVirtualization/Get-AzWvdStartMenuItem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ApplicationGroupName/Disk Cleanup Microsoft.DesktopVirtualizat
3939
ApplicationGroupName/Internet Explorer Microsoft.DesktopVirtualization/applicationgroups/startmenuitems
4040
```
4141

42-
This command Lists Windows Virtual Desktop Start Menu Items in an applicaton Group.
42+
This command Lists Windows Virtual Desktop Start Menu Items in an application Group.
4343

4444
## PARAMETERS
4545

azps-12.5.0/Az.DesktopVirtualization/Remove-AzWvdApplication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Remove an application.
3737
Remove-AzWvdApplication -ResourceGroupName ResourceGroupName -ApplicationGroupName ApplicationGroupName -Name ApplicationName
3838
```
3939

40-
This command deletes a Windows Virtual Desktop Application in an applicaton Group.
40+
This command deletes a Windows Virtual Desktop Application in an application Group.
4141

4242
## PARAMETERS
4343

azps-12.5.0/Az.DesktopVirtualization/Update-AzWvdApplication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Name Type
5959
ApplicationGroupName/ApplicationName Microsoft.DesktopVirtualization/applicationgroups/applications
6060
```
6161

62-
This command updates a Windows Virtual Desktop Application in an applicaton Group.
62+
This command updates a Windows Virtual Desktop Application in an application Group.
6363

6464
## PARAMETERS
6565

azps-12.5.0/Az.DesktopVirtualization/Update-AzWvdDesktop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Name Type
4848
ApplicationGroupName/DesktopName Microsoft.DesktopVirtualization/applicationgroups/desktops
4949
```
5050

51-
This command updates a Windows Virtual Desktop Desktop in an applicaton Group.
51+
This command updates a Windows Virtual Desktop Desktop in an application Group.
5252

5353
## PARAMETERS
5454

azps-12.5.0/Az.DevCenter/Get-AzDevCenterAdminCatalogSyncErrorDetail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Gets catalog synchronization error details
3232

3333
## EXAMPLES
3434

35-
### Example 1: Get the catalog sync error dteail
35+
### Example 1: Get the catalog sync error detail
3636
```powershell
3737
Get-AzDevCenterAdminCatalogSyncErrorDetail -DevCenterName Contoso -CatalogName CentralCatalog -ResourceGroupName testRg
3838
```

azps-12.5.0/Az.DevCenter/Get-AzDevCenterAdminImage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Gets a gallery image.
4545

4646
## EXAMPLES
4747

48-
### Example 1: List iamges in a dev center
48+
### Example 1: List images in a dev center
4949
```powershell
5050
Get-AzDevCenterAdminImage -ResourceGroupName testRg -DevCenterName Contoso
5151
```

azps-12.5.0/Az.DevCenter/Get-AzDevCenterAdminImageVersion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Gets an image version.
4444
Get-AzDevCenterAdminImageVersion -ResourceGroupName testRg -DevCenterName Contoso -ImageName ContosoBaseImage -GalleryName StandardGallery
4545
```
4646

47-
This command lists the image verions for the image "ContosoBaseImage" under the gallery "StandardGallery".
47+
This command lists the image versions for the image "ContosoBaseImage" under the gallery "StandardGallery".
4848

4949
### Example 2: Get an image version
5050
```powershell

azps-12.5.0/Az.DevCenter/Get-AzDevCenterAdminOperationStatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Get-AzDevCenterAdminOperationStatus -Location "eastus" -OperationId "7e9e1394-d
3838

3939
This command gets the operation.
4040

41-
### Example 2: Get an operatio using InputObject
41+
### Example 2: Get an operation using InputObject
4242
```powershell
4343
$operation = @{"Location" = "eastus"; "OperationId" = "7e9e1394-dad0-4414-8160-21c592e880ef*4699EE32265F9FA5BF00FA169E7D9CF51755378796E32F2D1A198E080CC84614"; "SubscriptionId" = "0ac520ee-14c0-480f-b6c9-0a90c58ffff"}
4444
Get-AzDevCenterAdminOperationStatus -InputObject $operation

azps-12.5.0/Az.DevCenter/Get-AzDevCenterAdminProjectCatalogSyncErrorDetail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Gets project catalog synchronization error details
3232

3333
## EXAMPLES
3434

35-
### Example 1: Get the project catalog sync error dteail
35+
### Example 1: Get the project catalog sync error detail
3636
```powershell
3737
Get-AzDevCenterAdminProjectCatalogSyncErrorDetail -ProjectName DevProject -CatalogName CentralCatalog -ResourceGroupName testRg
3838
```

azps-12.5.0/Az.DevCenter/New-AzDevCenterAdminNetworkConnection.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ New-AzDevCenterAdminNetworkConnection -Name eastusNetwork -ResourceGroupName tes
4444

4545
This command creates an Azure AD joined network connection named "eastusNetwork" in the resource group "testRg".
4646

47-
### Example 2: Create a hybid Azure AD joined network connection
47+
### Example 2: Create a hybrid Azure AD joined network connection
4848
```powershell
4949
New-AzDevCenterAdminNetworkConnection -Name eastusNetwork -ResourceGroupName testRg -Location westus3 -DomainJoinType HybridAzureADJoin -DomainName mydomaincontroller.local -DomainPassword $password -DomainUsername testuser@mydomaincontroller.local -NetworkingResourceGroupName NetworkInterfaces -SubnetId "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ExampleRG/providers/Microsoft.Network/virtualNetworks/ExampleVNet/subnets/default"
5050
```
5151

52-
This command creates a hybid Azure AD joined network connection named "eastusNetwork" in the resource group "testRg".
52+
This command creates a hybrid Azure AD joined network connection named "eastusNetwork" in the resource group "testRg".
5353

5454
### Example 3: Create an Azure AD joined network connection using InputObject
5555
```powershell
@@ -59,13 +59,13 @@ New-AzDevCenterAdminNetworkConnection -InputObject $networkConnection -Location
5959

6060
This command creates an Azure AD joined network connection named "eastusNetwork" in the resource group "testRg".
6161

62-
### Example 4: Create a hybid Azure AD joined network connection using InputObject
62+
### Example 4: Create a hybrid Azure AD joined network connection using InputObject
6363
```powershell
6464
$networkConnection = @{"ResourceGroupName" = "testRg"; "NetworkConnectionName" = "eastusNetwork"; "SubscriptionId" = "0ac520ee-14c0-480f-b6c9-0a90c58ffff"}
6565
New-AzDevCenterAdminNetworkConnection -InputObject $networkConnection -Location westus3 -DomainJoinType HybridAzureADJoin -DomainName mydomaincontroller.local -DomainPassword $password -DomainUsername testuser@mydomaincontroller.local -NetworkingResourceGroupName NetworkInterfaces -SubnetId "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ExampleRG/providers/Microsoft.Network/virtualNetworks/ExampleVNet/subnets/default"
6666
```
6767

68-
This command creates a hybid Azure AD joined network connection named "eastusNetwork" in the resource group "testRg".
68+
This command creates a hybrid Azure AD joined network connection named "eastusNetwork" in the resource group "testRg".
6969

7070
## PARAMETERS
7171

azps-12.5.0/Az.DevCenter/Repair-AzDevCenterUserDevBox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The Dev Box may restart during this operation.
4949

5050
## EXAMPLES
5151

52-
### Example 1: Reapir dev box by endpoint
52+
### Example 1: Repair dev box by endpoint
5353
```powershell
5454
Repair-AzDevCenterUserDevBox -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -Name myDevBox -ProjectName DevProject
5555
```
@@ -71,7 +71,7 @@ Repair-AzDevCenterUserDevBox -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b18
7171

7272
This command repairs the dev box "myDevBox".
7373

74-
### Example 4: Reapir dev box by dev center and InputObject
74+
### Example 4: Repair dev box by dev center and InputObject
7575
```powershell
7676
$devBoxInput = @{"DevBoxName" = "myDevBox"; "UserId" = "me"; "ProjectName" = "DevProject";}
7777
Repair-AzDevCenterUserDevBox -DevCenterName Contoso -InputObject $devBoxInput

azps-12.5.0/Az.DevCenter/Update-AzDevCenterAdminNetworkConnection.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ Update-AzDevCenterAdminNetworkConnection -Name eastusNetwork -ResourceGroupName
4242

4343
This command updates an Azure AD joined network connection named "eastusNetwork" in the resource group "testRg".
4444

45-
### Example 2: Update a hybid Azure AD joined network connection
45+
### Example 2: Update a hybrid Azure AD joined network connection
4646
```powershell
4747
Update-AzDevCenterAdminNetworkConnection -Name eastusNetwork -ResourceGroupName testRg -DomainName mydomaincontroller.local -DomainUsername testuser@mydomaincontroller.local -SubnetId "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ExampleRG/providers/Microsoft.Network/virtualNetworks/ExampleVNet/subnets/default"
4848
```
4949

50-
This command updates a hybid Azure AD joined network connection named "eastusNetwork" in the resource group "testRg".
50+
This command updates a hybrid Azure AD joined network connection named "eastusNetwork" in the resource group "testRg".
5151

5252
### Example 3: Update an Azure AD joined network connection
5353
```powershell
@@ -57,13 +57,13 @@ Update-AzDevCenterAdminNetworkConnection -InputObject $networkConnectionInput -S
5757

5858
This command updates an Azure AD joined network connection named "eastusNetwork" in the resource group "testRg".
5959

60-
### Example 4: Update a hybid Azure AD joined network connection
60+
### Example 4: Update a hybrid Azure AD joined network connection
6161
```powershell
6262
$hybridNetworkConnectionInput = Get-AzDevCenterAdminNetworkConnection -ResourceGroupName testRg -Name eastusNetwork
6363
Update-AzDevCenterAdminNetworkConnection -InputObject $hybridNetworkConnectionInput -DomainName mydomaincontroller.local -DomainUsername testuser@mydomaincontroller.local -SubnetId "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ExampleRG/providers/Microsoft.Network/virtualNetworks/ExampleVNet/subnets/default"
6464
```
6565

66-
This command updates a hybid Azure AD joined network connection named "eastusNetwork" in the resource group "testRg".
66+
This command updates a hyoid Azure AD joined network connection named "eastusNetwork" in the resource group "testRg".
6767

6868
## PARAMETERS
6969

azps-12.5.0/Az.DigitalTwins/New-AzDigitalTwinsEndpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Name EndpointType AuthenticationType ResourceGroupName
8484
azps-dt-sb ServiceBus KeyBased azps_test_group
8585
```
8686

87-
Create an AzDigitalTwinsEndpoint for ServicBus by PrimaryConnectionString
87+
Create an AzDigitalTwinsEndpoint for ServiceBus by PrimaryConnectionString
8888

8989
## PARAMETERS
9090

azps-12.5.0/Az.DynatraceObservability/Get-AzDynatraceMonitor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Get a MonitorResource
4343

4444
## EXAMPLES
4545

46-
### Example 1: List all dynatrace monitors under a subsciption
46+
### Example 1: List all dynatrace monitors under a subscription
4747
```powershell
4848
Get-AzDynatraceMonitor
4949
```
@@ -54,7 +54,7 @@ Name ProvisioningState Location MonitoringStatus SingleSignOnPropertyA
5454
dyob-pwsh01 Succeeded eastus2euap Enabled {mpliftrlogz20210811outlook.onmicrosoft.com}
5555
```
5656

57-
This command lists all dynatrace monitors under a subsciption.
57+
This command lists all dynatrace monitors under a subscription.
5858

5959
### Example 2: List all dynatrace monitors under the resource group
6060
```powershell

azps-12.5.0/Az.DynatraceObservability/Get-AzDynatraceMonitorVMHostPayload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ EnvironmentId IngestionKey
3636
ihx78752 dt0c01.C3A5JBXDZ4C3SCZDRBJ3D23I.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
3737
```
3838

39-
This coammnd gets the payload that needs to be passed in the request body for installing Dynatrace agent on a VM.
39+
This command gets the payload that needs to be passed in the request body for installing Dynatrace agent on a VM.
4040

4141
## PARAMETERS
4242

azps-12.5.0/Az.EdgeOrder/Get-AzEdgeOrderItem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Gets an order item.
4040
### Example 1: Get orderItem details
4141
```powershell
4242
$orderItem = Get-AzEdgeOrderItem -Name examplePowershell -SubscriptionId "SubscriptionId" -ResourceGroupName "resourceGroupName"
43-
$ordderItem | Format-List
43+
$orderItem | Format-List
4444
```
4545

4646
```output

azps-12.5.0/Az.ElasticSan/Remove-AzElasticSanVolumeGroupNetworkRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Remove a list of virtual network rules from a VolumeGroup
3737

3838
### Example 1: Remove network rules by NetworkAclsVirtualNetworkRule objects
3939
```powershell
40-
# Initialze network rule objects
40+
# Initialize network rule objects
4141
$virtualNetworkRule1 = New-AzElasticSanVirtualNetworkRuleObject -VirtualNetworkResourceId "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myresourcegroup/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/subnet1" -Action Allow
4242
$virtualNetworkRule2 = New-AzElasticSanVirtualNetworkRuleObject -VirtualNetworkResourceId "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myresourcegroup/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/subnet2" -Action Allow
4343
$virtualNetworkRule3 = New-AzElasticSanVirtualNetworkRuleObject -VirtualNetworkResourceId "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myresourcegroup/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/subnet3" -Action Allow

azps-12.5.0/Az.ElasticSan/Update-AzElasticSanVolumeGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ SystemDataLastModifiedByType : Application
7474
Type : Microsoft.ElasticSan/ElasticSans
7575
```
7676

77-
This example updates the protocol type and virtual network rules of a volume gorup
77+
This example updates the protocol type and virtual network rules of a volume group
7878

7979
### Example 2: Update a volume group virtual network rule with JSON input
8080
```powershell

azps-12.5.0/Az.EventGrid/Grant-AzEventGridPartnerConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Authorize a single partner either by partner registration immutable Id or by par
6666

6767
### -AuthorizationExpirationTimeInUtc
6868
Expiration time of the partner authorization.
69-
If this timer expires, any request from this partner to create, update or delete resources in subscriber'scontext will fail.
69+
If this timer expires, any request from this partner to create, update or delete resources in subscriber's context will fail.
7070
If specified, the allowed values are between 1 to the value of defaultMaximumExpirationTimeInDays specified in PartnerConfiguration.If not specified, the default value will be the value of defaultMaximumExpirationTimeInDays specified in PartnerConfiguration or 7 if this value is not specified.
7171

7272
```yaml

azps-12.5.0/Az.EventGrid/New-AzEventGridChannel.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Accept wildcard characters: False
246246
247247
### -PartnerDestinationInfoAzureSubscriptionId
248248
Azure subscription ID of the subscriber.
249-
The partner destination associated with the channel will becreated under this Azure subscription.
249+
The partner destination associated with the channel will be created under this Azure subscription.
250250
251251
```yaml
252252
Type: System.String
@@ -292,7 +292,7 @@ Accept wildcard characters: False
292292
293293
### -PartnerDestinationInfoResourceGroupName
294294
Azure Resource Group of the subscriber.
295-
The partner destination associated with the channel will becreated under this resource group.
295+
The partner destination associated with the channel will be created under this resource group.
296296
297297
```yaml
298298
Type: System.String
@@ -353,7 +353,7 @@ Accept wildcard characters: False
353353
354354
### -PartnerTopicInfoAzureSubscriptionId
355355
Azure subscription ID of the subscriber.
356-
The partner topic associated with the channel will becreated under this Azure subscription.
356+
The partner topic associated with the channel will be created under this Azure subscription.
357357
358358
```yaml
359359
Type: System.String
@@ -384,7 +384,7 @@ Accept wildcard characters: False
384384
385385
### -PartnerTopicInfoResourceGroupName
386386
Azure Resource Group of the subscriber.
387-
The partner topic associated with the channel will becreated under this resource group.
387+
The partner topic associated with the channel will be created under this resource group.
388388
389389
```yaml
390390
Type: System.String
@@ -399,8 +399,8 @@ Accept wildcard characters: False
399399
```
400400
401401
### -PartnerTopicInfoSource
402-
The source information is provided by the publisher to determine the scope or context from which the eventsare originating.
403-
This information can be used by the subscriber during the approval process of thecreated partner topic.
402+
The source information is provided by the publisher to determine the scope or context from which the events are originating.
403+
This information can be used by the subscriber during the approval process of the created partner topic.
404404
405405
```yaml
406406
Type: System.String

azps-12.5.0/Az.EventGrid/New-AzEventGridDomain.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ Accept wildcard characters: False
9090
9191
### -AutoCreateTopicWithFirstSubscription
9292
This Boolean is used to specify the creation mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.In this context, creation of domain topic can be auto-managed (when true) or self-managed (when false).
93-
The default value for this property is true.When this property is null or set to true, Event Grid is responsible of automatically creating the domain topic when the first event subscription iscreated at the scope of the domain topic.
93+
The default value for this property is true.When this property is null or set to true, Event Grid is responsible of automatically creating the domain topic when the first event subscription is created at the scope of the domain topic.
9494
If this property is set to false, then creating the first event subscription will require creating a domain topicby the user.
95-
The self-management mode can be used if the user wants full control of when the domain topic is created, while auto-managed mode provides theflexibility to perform less operations and manage fewer resources by the user.
96-
Also, note that in auto-managed creation mode, user is allowed to create thedomain topic on demand if needed.
95+
The self-management mode can be used if the user wants full control of when the domain topic is created, while auto-managed mode provides the flexibility to perform less operations and manage fewer resources by the user.
96+
Also, note that in auto-managed creation mode, user is allowed to create the domain topic on demand if needed.
9797
9898
```yaml
9999
Type: System.Management.Automation.SwitchParameter
@@ -109,9 +109,9 @@ Accept wildcard characters: False
109109
110110
### -AutoDeleteTopicWithLastSubscription
111111
This Boolean is used to specify the deletion mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.In this context, deletion of domain topic can be auto-managed (when true) or self-managed (when false).
112-
The default value for this property is true.When this property is set to true, Event Grid is responsible of automatically deleting the domain topic when the last event subscription at the scopeof the domain topic is deleted.
112+
The default value for this property is true.When this property is set to true, Event Grid is responsible of automatically deleting the domain topic when the last event subscription at the scope of the domain topic is deleted.
113113
If this property is set to false, then the user needs to manually delete the domain topic when it is no longer needed(e.g., when last event subscription is deleted and the resource needs to be cleaned up).
114-
The self-management mode can be used if the user wants fullcontrol of when the domain topic needs to be deleted, while auto-managed mode provides the flexibility to perform less operations and manage fewerresources by the user.
114+
The self-management mode can be used if the user wants fullcontrol of when the domain topic needs to be deleted, while auto-managed mode provides the flexibility to perform less operations and manage fewer resources by the user.
115115
116116
```yaml
117117
Type: System.Management.Automation.SwitchParameter

azps-12.5.0/Az.EventGrid/New-AzEventGridDomainEventSubscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Accept wildcard characters: False
340340
```
341341
342342
### -FilterIsSubjectCaseSensitive
343-
Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filtershould be compared in a case sensitive manner.
343+
Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner.
344344
345345
```yaml
346346
Type: System.Management.Automation.SwitchParameter

azps-12.5.0/Az.EventGrid/New-AzEventGridDomainTopicEventSubscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ Accept wildcard characters: False
358358
```
359359
360360
### -FilterIsSubjectCaseSensitive
361-
Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filtershould be compared in a case sensitive manner.
361+
Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner.
362362
363363
```yaml
364364
Type: System.Management.Automation.SwitchParameter

azps-12.5.0/Az.EventGrid/New-AzEventGridDynamicRoutingEnrichmentObject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Create an in-memory object for DynamicRoutingEnrichment.
2626

2727
### Example 1: Create an in-memory object for DynamicRoutingEnrichment.
2828
```powershell
29-
New-AzEventGridDynamicRoutingEnrichmentObject -Key key1 -Value vaule1
29+
New-AzEventGridDynamicRoutingEnrichmentObject -Key key1 -Value value1
3030
```
3131

3232
```output

0 commit comments

Comments
 (0)