diff --git a/src/DigitalTwins/DigitalTwins/help/New-AzDigitalTwinsEndpoint.md b/src/DigitalTwins/DigitalTwins/help/New-AzDigitalTwinsEndpoint.md index 9e857d2d26d4..9079f8693e67 100644 --- a/src/DigitalTwins/DigitalTwins/help/New-AzDigitalTwinsEndpoint.md +++ b/src/DigitalTwins/DigitalTwins/help/New-AzDigitalTwinsEndpoint.md @@ -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 diff --git a/src/DynatraceObservability/DynatraceObservability/help/Get-AzDynatraceMonitor.md b/src/DynatraceObservability/DynatraceObservability/help/Get-AzDynatraceMonitor.md index da65fab674a3..66f56a0ec3ac 100644 --- a/src/DynatraceObservability/DynatraceObservability/help/Get-AzDynatraceMonitor.md +++ b/src/DynatraceObservability/DynatraceObservability/help/Get-AzDynatraceMonitor.md @@ -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 ``` @@ -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 diff --git a/src/DynatraceObservability/DynatraceObservability/help/Get-AzDynatraceMonitorVMHostPayload.md b/src/DynatraceObservability/DynatraceObservability/help/Get-AzDynatraceMonitorVMHostPayload.md index 4bf1fcf04614..6a1f83c168e4 100644 --- a/src/DynatraceObservability/DynatraceObservability/help/Get-AzDynatraceMonitorVMHostPayload.md +++ b/src/DynatraceObservability/DynatraceObservability/help/Get-AzDynatraceMonitorVMHostPayload.md @@ -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 diff --git a/src/EdgeOrder/EdgeOrder/help/Get-AzEdgeOrderItem.md b/src/EdgeOrder/EdgeOrder/help/Get-AzEdgeOrderItem.md index 1a0dd2f84c96..98b35f837e3a 100644 --- a/src/EdgeOrder/EdgeOrder/help/Get-AzEdgeOrderItem.md +++ b/src/EdgeOrder/EdgeOrder/help/Get-AzEdgeOrderItem.md @@ -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 diff --git a/src/Elastic/Elastic/help/Get-AzElasticVersion.md b/src/Elastic/Elastic/help/Get-AzElasticVersion.md index 1153f30a5fda..7e7f30713c66 100644 --- a/src/Elastic/Elastic/help/Get-AzElasticVersion.md +++ b/src/Elastic/Elastic/help/Get-AzElasticVersion.md @@ -30,7 +30,7 @@ Get-AzElasticVersion -Region westus2 ```output version --------- -8.15.2 (Lattest) +8.15.2 (Latest) 8.14.3 7.17.24 ``` diff --git a/src/ElasticSan/ElasticSan/help/New-AzElasticSan.md b/src/ElasticSan/ElasticSan/help/New-AzElasticSan.md index 73ac6dfcdc4c..5f1f800a6eb8 100644 --- a/src/ElasticSan/ElasticSan/help/New-AzElasticSan.md +++ b/src/ElasticSan/ElasticSan/help/New-AzElasticSan.md @@ -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 @@ -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 diff --git a/src/ElasticSan/ElasticSan/help/Remove-AzElasticSanVolumeGroupNetworkRule.md b/src/ElasticSan/ElasticSan/help/Remove-AzElasticSanVolumeGroupNetworkRule.md index f430bf3fec97..86782e775a83 100644 --- a/src/ElasticSan/ElasticSan/help/Remove-AzElasticSanVolumeGroupNetworkRule.md +++ b/src/ElasticSan/ElasticSan/help/Remove-AzElasticSanVolumeGroupNetworkRule.md @@ -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 diff --git a/src/ElasticSan/ElasticSan/help/Update-AzElasticSanVolumeGroup.md b/src/ElasticSan/ElasticSan/help/Update-AzElasticSanVolumeGroup.md index fff2ed7e37f6..472779a24102 100644 --- a/src/ElasticSan/ElasticSan/help/Update-AzElasticSanVolumeGroup.md +++ b/src/ElasticSan/ElasticSan/help/Update-AzElasticSanVolumeGroup.md @@ -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 diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridChannel.md b/src/EventGrid/EventGrid/help/New-AzEventGridChannel.md index 8afa2a946492..baadfc0db154 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridChannel.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridChannel.md @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridDomain.md b/src/EventGrid/EventGrid/help/New-AzEventGridDomain.md index 52e3b8133fb5..7817519434a1 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridDomain.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridDomain.md @@ -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 @@ -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 diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridDomainEventSubscription.md b/src/EventGrid/EventGrid/help/New-AzEventGridDomainEventSubscription.md index 5a46776fabbd..cdf7a74af3c7 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridDomainEventSubscription.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridDomainEventSubscription.md @@ -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 diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridDomainTopicEventSubscription.md b/src/EventGrid/EventGrid/help/New-AzEventGridDomainTopicEventSubscription.md index 9faff7aaf539..d2ff0415591f 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridDomainTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridDomainTopicEventSubscription.md @@ -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 diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridDynamicRoutingEnrichmentObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridDynamicRoutingEnrichmentObject.md index 6254c29de378..c2dfb2197dca 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridDynamicRoutingEnrichmentObject.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridDynamicRoutingEnrichmentObject.md @@ -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. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridNamespace.md b/src/EventGrid/EventGrid/help/New-AzEventGridNamespace.md index 0e22be53e319..aad6023d9b8c 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridNamespace.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridNamespace.md @@ -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 diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridNamespaceTopicEventSubscription.md b/src/EventGrid/EventGrid/help/New-AzEventGridNamespaceTopicEventSubscription.md index e7b317ce7d3e..a82862082b2a 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridNamespaceTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridNamespaceTopicEventSubscription.md @@ -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. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridPartnerConfiguration.md b/src/EventGrid/EventGrid/help/New-AzEventGridPartnerConfiguration.md index d2e13ea8de87..39ceba160174 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridPartnerConfiguration.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridPartnerConfiguration.md @@ -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 diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridPartnerNamespace.md b/src/EventGrid/EventGrid/help/New-AzEventGridPartnerNamespace.md index e00fb0d84794..109b23f8f100 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridPartnerNamespace.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridPartnerNamespace.md @@ -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 diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridPartnerTopicEventSubscription.md b/src/EventGrid/EventGrid/help/New-AzEventGridPartnerTopicEventSubscription.md index a4a4f2ad14dd..94843745648f 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridPartnerTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridPartnerTopicEventSubscription.md @@ -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 diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridSubscription.md b/src/EventGrid/EventGrid/help/New-AzEventGridSubscription.md index bf993b41f0b3..37f6b979bb84 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridSubscription.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridSubscription.md @@ -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 diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridSystemTopicEventSubscription.md b/src/EventGrid/EventGrid/help/New-AzEventGridSystemTopicEventSubscription.md index d3c31f8f9259..72d0bd2ce145 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridSystemTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridSystemTopicEventSubscription.md @@ -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 diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridTopicEventSubscription.md b/src/EventGrid/EventGrid/help/New-AzEventGridTopicEventSubscription.md index 73a75619cecf..f1b480f0a36a 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridTopicEventSubscription.md @@ -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 diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridDomain.md b/src/EventGrid/EventGrid/help/Update-AzEventGridDomain.md index 5a3eb9b95709..f526d7cca1df 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridDomain.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridDomain.md @@ -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 @@ -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 diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridDomainEventSubscription.md b/src/EventGrid/EventGrid/help/Update-AzEventGridDomainEventSubscription.md index 9617f8289fc9..4206813aace3 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridDomainEventSubscription.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridDomainEventSubscription.md @@ -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 diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridDomainTopicEventSubscription.md b/src/EventGrid/EventGrid/help/Update-AzEventGridDomainTopicEventSubscription.md index 841777facebd..201eaa513c24 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridDomainTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridDomainTopicEventSubscription.md @@ -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 diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridNamespace.md b/src/EventGrid/EventGrid/help/Update-AzEventGridNamespace.md index 8c43155cc0bf..049ec9a56839 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridNamespace.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridNamespace.md @@ -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 diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridNamespaceTopicEventSubscription.md b/src/EventGrid/EventGrid/help/Update-AzEventGridNamespaceTopicEventSubscription.md index 95082b2e4b9d..33dab189e5f3 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridNamespaceTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridNamespaceTopicEventSubscription.md @@ -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. diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridPartnerTopicEventSubscription.md b/src/EventGrid/EventGrid/help/Update-AzEventGridPartnerTopicEventSubscription.md index 75979d8828fb..bab8a2690449 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridPartnerTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridPartnerTopicEventSubscription.md @@ -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 diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridSubscription.md b/src/EventGrid/EventGrid/help/Update-AzEventGridSubscription.md index e0d5880febe9..d19bf6732bb0 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridSubscription.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridSubscription.md @@ -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 diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridSystemTopicEventSubscription.md b/src/EventGrid/EventGrid/help/Update-AzEventGridSystemTopicEventSubscription.md index 9f6b9a3b7788..1e1e3d0b3c47 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridSystemTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridSystemTopicEventSubscription.md @@ -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 diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridTopicEventSubscription.md b/src/EventGrid/EventGrid/help/Update-AzEventGridTopicEventSubscription.md index df6452ef940e..fd0308555e26 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridTopicEventSubscription.md @@ -307,7 +307,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