Skip to content

Spelling Fixes #27919

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jun 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Name EndpointType AuthenticationType ResourceGroupName
azps-dt-sb ServiceBus KeyBased azps_test_group
```

Create an AzDigitalTwinsEndpoint for ServicBus by PrimaryConnectionString
Create an AzDigitalTwinsEndpoint for ServiceBus by PrimaryConnectionString

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Get a MonitorResource

## EXAMPLES

### Example 1: List all dynatrace monitors under a subsciption
### Example 1: List all dynatrace monitors under a subscription
```powershell
Get-AzDynatraceMonitor
```
Expand All @@ -52,7 +52,7 @@ Name ProvisioningState Location MonitoringStatus SingleSignOnPropertyA
dyob-pwsh01 Succeeded eastus2euap Enabled {mpliftrlogz20210811outlook.onmicrosoft.com}
```

This command lists all dynatrace monitors under a subsciption.
This command lists all dynatrace monitors under a subscription.

### Example 2: List all dynatrace monitors under the resource group
```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ EnvironmentId IngestionKey
ihx78752 dt0c01.C3A5JBXDZ4C3SCZDRBJ3D23I.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
```

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

## PARAMETERS

Expand Down
2 changes: 1 addition & 1 deletion src/EdgeOrder/EdgeOrder/help/Get-AzEdgeOrderItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Gets an order item.
### Example 1: Get orderItem details
```powershell
$orderItem = Get-AzEdgeOrderItem -Name examplePowershell -SubscriptionId "SubscriptionId" -ResourceGroupName "resourceGroupName"
$ordderItem | Format-List
$orderItem | Format-List
```

```output
Expand Down
2 changes: 1 addition & 1 deletion src/Elastic/Elastic/help/Get-AzElasticVersion.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Get-AzElasticVersion -Region westus2
```output
version
---------
8.15.2 (Lattest)
8.15.2 (Latest)
8.14.3
7.17.24
```
Expand Down
4 changes: 2 additions & 2 deletions src/ElasticSan/ElasticSan/help/New-AzElasticSan.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Accept wildcard characters: False

### -BaseSizeTiB
Base size of the Elastic San appliance in TiB.
Default vaule is 20.
Default value is 20.

```yaml
Type: System.Int64
Expand Down Expand Up @@ -163,7 +163,7 @@ Accept wildcard characters: False

### -ExtendedCapacitySizeTiB
Extended size of the Elastic San appliance in TiB.
Default vaule is 0.
Default value is 0.

```yaml
Type: System.Int64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Remove a list of virtual network rules from a VolumeGroup

### Example 1: Remove network rules by NetworkAclsVirtualNetworkRule objects
```powershell
# Initialze network rule objects
# Initialize network rule objects
$virtualNetworkRule1 = New-AzElasticSanVirtualNetworkRuleObject -VirtualNetworkResourceId "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myresourcegroup/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/subnet1" -Action Allow
$virtualNetworkRule2 = New-AzElasticSanVirtualNetworkRuleObject -VirtualNetworkResourceId "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myresourcegroup/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/subnet2" -Action Allow
$virtualNetworkRule3 = New-AzElasticSanVirtualNetworkRuleObject -VirtualNetworkResourceId "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myresourcegroup/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/subnet3" -Action Allow
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ SystemDataLastModifiedByType : Application
Type : Microsoft.ElasticSan/ElasticSans
```

This example updates the protocol type and virtual network rules of a volume gorup
This example updates the protocol type and virtual network rules of a volume group

### Example 2: Update a volume group virtual network rule with JSON input
```powershell
Expand Down
12 changes: 6 additions & 6 deletions src/EventGrid/EventGrid/help/New-AzEventGridChannel.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Accept wildcard characters: False
### -PartnerDestinationInfoAzureSubscriptionId
Azure subscription ID of the subscriber.
The partner destination associated with the channel will becreated under this Azure subscription.
The partner destination associated with the channel will be created under this Azure subscription.
```yaml
Type: System.String
Expand Down Expand Up @@ -290,7 +290,7 @@ Accept wildcard characters: False
### -PartnerDestinationInfoResourceGroupName
Azure Resource Group of the subscriber.
The partner destination associated with the channel will becreated under this resource group.
The partner destination associated with the channel will be created under this resource group.
```yaml
Type: System.String
Expand Down Expand Up @@ -351,7 +351,7 @@ Accept wildcard characters: False
### -PartnerTopicInfoAzureSubscriptionId
Azure subscription ID of the subscriber.
The partner topic associated with the channel will becreated under this Azure subscription.
The partner topic associated with the channel will be created under this Azure subscription.
```yaml
Type: System.String
Expand Down Expand Up @@ -382,7 +382,7 @@ Accept wildcard characters: False
### -PartnerTopicInfoResourceGroupName
Azure Resource Group of the subscriber.
The partner topic associated with the channel will becreated under this resource group.
The partner topic associated with the channel will be created under this resource group.
```yaml
Type: System.String
Expand All @@ -397,8 +397,8 @@ Accept wildcard characters: False
```
### -PartnerTopicInfoSource
The source information is provided by the publisher to determine the scope or context from which the eventsare originating.
This information can be used by the subscriber during the approval process of thecreated partner topic.
The source information is provided by the publisher to determine the scope or context from which the events are originating.
This information can be used by the subscriber during the approval process of the created partner topic.
```yaml
Type: System.String
Expand Down
12 changes: 6 additions & 6 deletions src/EventGrid/EventGrid/help/New-AzEventGridDomain.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ Accept wildcard characters: False

### -AutoCreateTopicWithFirstSubscription
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).
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.
If this property is set to false, then creating the first event subscription will require creating a domain topicby the user.
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.
Also, note that in auto-managed creation mode, user is allowed to create thedomain topic on demand if needed.
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.
If this property is set to false, then creating the first event subscription will require creating a domain topic by the user.
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.
Also, note that in auto-managed creation mode, user is allowed to create the domain topic on demand if needed.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand All @@ -107,9 +107,9 @@ Accept wildcard characters: False

### -AutoDeleteTopicWithLastSubscription
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).
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.
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.
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).
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.
The self-management mode can be used if the user wants full control 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.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ Accept wildcard characters: False
```

### -FilterIsSubjectCaseSensitive
Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filtershould be compared in a case sensitive manner.
Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ Accept wildcard characters: False
```

### -FilterIsSubjectCaseSensitive
Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filtershould be compared in a case sensitive manner.
Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Create an in-memory object for DynamicRoutingEnrichment.

### Example 1: Create an in-memory object for DynamicRoutingEnrichment.
```powershell
New-AzEventGridDynamicRoutingEnrichmentObject -Key key1 -Value vaule1
New-AzEventGridDynamicRoutingEnrichmentObject -Key key1 -Value value1
```

```output
Key Value
--- -----
key1 vaule1
key1 value1
```

Create an in-memory object for DynamicRoutingEnrichment.
Expand Down
2 changes: 1 addition & 1 deletion src/EventGrid/EventGrid/help/New-AzEventGridNamespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ Accept wildcard characters: False
### -SkuCapacity
Specifies the number of Throughput Units that defines the capacity for the namespace.
The property default value is1 which signifies 1 Throughput Unit = 1MB/s ingress and 2MB/s egress per namespace.
Min capacity is 1 andmax allowed capacity is 20.
Min capacity is 1 and max allowed capacity is 20.

```yaml
Type: System.Int32
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ Time span duration in ISO 8601 format that determines how long messages are avai
- H is the hour designator, and it follows the value for the number of hours.
- M is the minute designator, and it follows the value for the number of minutes.
- S is the second designator, and it follows the value for the number of seconds.This duration value cannot be set greater than the topic's EventRetentionInDays.
It is is an optional field where its minimum value is 1 minute, and its maximum is determinedby topic's EventRetentionInDays value.
It is is an optional field where its minimum value is 1 minute, and its maximum is determined by topic's EventRetentionInDays value.
The followings are examples of valid values: - \'P0DT23H12M\' or \'PT23H12M\': for duration of 23 hours and 12 minutes.
- \'P1D\' or \'P1DT0H0M0S\': for duration of 1 day.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Accept wildcard characters: False

### -PartnerAuthorizationDefaultMaximumExpirationTimeInDay
Time used to validate the authorization expiration time for each authorized partner.
If DefaultMaximumExpirationTimeInDays isnot specified, the default is 7 days.
If DefaultMaximumExpirationTimeInDays is not specified, the default is 7 days.
Otherwise, allowed values are between 1 and 365 days.

```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ Accept wildcard characters: False
```

### -PartnerTopicRoutingMode
This determines if events published to this partner namespace should use the source attribute in the event payloador use the channel name in the header when matching to the partner topic.
This determines if events published to this partner namespace should use the source attribute in the event payload or use the channel name in the header when matching to the partner topic.
If none is specified, source attribute routing will be used to match the partner topic.

```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ Accept wildcard characters: False
```

### -FilterIsSubjectCaseSensitive
Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filtershould be compared in a case sensitive manner.
Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ Accept wildcard characters: False
```

### -FilterIsSubjectCaseSensitive
Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filtershould be compared in a case sensitive manner.
Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ Accept wildcard characters: False
```

### -FilterIsSubjectCaseSensitive
Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filtershould be compared in a case sensitive manner.
Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ Accept wildcard characters: False
```
### -FilterIsSubjectCaseSensitive
Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filtershould be compared in a case sensitive manner.
Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner.
```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down
12 changes: 6 additions & 6 deletions src/EventGrid/EventGrid/help/Update-AzEventGridDomain.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ Accept wildcard characters: False

### -AutoCreateTopicWithFirstSubscription
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).
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.
If this property is set to false, then creating the first event subscription will require creating a domain topicby the user.
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.
Also, note that in auto-managed creation mode, user is allowed to create thedomain topic on demand if needed.
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.
If this property is set to false, then creating the first event subscription will require creating a domain topic by the user.
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.
Also, note that in auto-managed creation mode, user is allowed to create the domain topic on demand if needed.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand All @@ -93,9 +93,9 @@ Accept wildcard characters: False

### -AutoDeleteTopicWithLastSubscription
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).
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.
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.
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).
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.
The self-management mode can be used if the user wants full control 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.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ Accept wildcard characters: False
```
### -FilterIsSubjectCaseSensitive
Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filtershould be compared in a case sensitive manner.
Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner.
```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ Accept wildcard characters: False
```

### -FilterIsSubjectCaseSensitive
Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filtershould be compared in a case sensitive manner.
Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ Accept wildcard characters: False
### -SkuCapacity
Specifies the number of Throughput Units that defines the capacity for the namespace.
The property default value is1 which signifies 1 Throughput Unit = 1MB/s ingress and 2MB/s egress per namespace.
Min capacity is 1 andmax allowed capacity is 20.
Min capacity is 1 and max allowed capacity is 20.

```yaml
Type: System.Int32
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ Time span duration in ISO 8601 format that determines how long messages are avai
- H is the hour designator, and it follows the value for the number of hours.
- M is the minute designator, and it follows the value for the number of minutes.
- S is the second designator, and it follows the value for the number of seconds.This duration value cannot be set greater than the topic's EventRetentionInDays.
It is is an optional field where its minimum value is 1 minute, and its maximum is determinedby topic's EventRetentionInDays value.
It is is an optional field where its minimum value is 1 minute, and its maximum is determined by topic's EventRetentionInDays value.
The followings are examples of valid values: - \'P0DT23H12M\' or \'PT23H12M\': for duration of 23 hours and 12 minutes.
- \'P1D\' or \'P1DT0H0M0S\': for duration of 1 day.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ Accept wildcard characters: False
```

### -FilterIsSubjectCaseSensitive
Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filtershould be compared in a case sensitive manner.
Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ Accept wildcard characters: False
```

### -FilterIsSubjectCaseSensitive
Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filtershould be compared in a case sensitive manner.
Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down
Loading