diff --git a/src/EventGrid/EventGrid.Autorest/docs/Grant-AzEventGridPartnerConfiguration.md b/src/EventGrid/EventGrid.Autorest/docs/Grant-AzEventGridPartnerConfiguration.md index c435b0fb6a8e..9587f0564001 100644 --- a/src/EventGrid/EventGrid.Autorest/docs/Grant-AzEventGridPartnerConfiguration.md +++ b/src/EventGrid/EventGrid.Autorest/docs/Grant-AzEventGridPartnerConfiguration.md @@ -61,7 +61,7 @@ Authorize a single partner either by partner registration immutable Id or by par ### -AuthorizationExpirationTimeInUtc Expiration time of the partner authorization. -If this timer expires, any request from this partner to create, update or delete resources in subscriber'scontext will fail. +If this timer expires, any request from this partner to create, update or delete resources in subscriber's context will fail. 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. ```yaml diff --git a/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridChannel.md b/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridChannel.md index a2fd11bb14c5..222c0a3116ad 100644 --- a/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridChannel.md +++ b/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridChannel.md @@ -247,7 +247,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 @@ -293,7 +293,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 @@ -354,7 +354,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 @@ -385,7 +385,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 @@ -400,8 +400,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.Autorest/docs/New-AzEventGridDomain.md b/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridDomain.md index 9528e73273a9..01991ca560f3 100644 --- a/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridDomain.md +++ b/src/EventGrid/EventGrid.Autorest/docs/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 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. ```yaml Type: System.Management.Automation.SwitchParameter diff --git a/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridDomainEventSubscription.md b/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridDomainEventSubscription.md index 4495323e3872..913c25e80ae9 100644 --- a/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridDomainEventSubscription.md +++ b/src/EventGrid/EventGrid.Autorest/docs/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.Autorest/docs/New-AzEventGridDomainTopicEventSubscription.md b/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridDomainTopicEventSubscription.md index 930c277644f2..56c138d31843 100644 --- a/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridDomainTopicEventSubscription.md +++ b/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridDomainTopicEventSubscription.md @@ -354,7 +354,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.Autorest/docs/New-AzEventGridDynamicRoutingEnrichmentObject.md b/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridDynamicRoutingEnrichmentObject.md index aa2998dfb25e..29d21f96c70f 100644 --- a/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridDynamicRoutingEnrichmentObject.md +++ b/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridDynamicRoutingEnrichmentObject.md @@ -23,13 +23,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.Autorest/docs/New-AzEventGridNamespace.md b/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridNamespace.md index 9f2436ec0014..cb7865e19d05 100644 --- a/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridNamespace.md +++ b/src/EventGrid/EventGrid.Autorest/docs/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.Autorest/docs/New-AzEventGridNamespaceTopicEventSubscription.md b/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridNamespaceTopicEventSubscription.md index 85821308f79b..d5fe09e71d61 100644 --- a/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridNamespaceTopicEventSubscription.md +++ b/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridNamespaceTopicEventSubscription.md @@ -319,7 +319,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.Autorest/docs/New-AzEventGridPartnerConfiguration.md b/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridPartnerConfiguration.md index 65d1ff10d0c9..7fb9e3bda485 100644 --- a/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridPartnerConfiguration.md +++ b/src/EventGrid/EventGrid.Autorest/docs/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.Autorest/docs/New-AzEventGridPartnerNamespace.md b/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridPartnerNamespace.md index ba07601c8d3f..0bdcd08cdc8d 100644 --- a/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridPartnerNamespace.md +++ b/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridPartnerNamespace.md @@ -263,7 +263,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.Autorest/docs/New-AzEventGridPartnerTopicEventSubscription.md b/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridPartnerTopicEventSubscription.md index e4a215b4b78b..7a2872082ce4 100644 --- a/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridPartnerTopicEventSubscription.md +++ b/src/EventGrid/EventGrid.Autorest/docs/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.Autorest/docs/New-AzEventGridSubscription.md b/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridSubscription.md index e2e5c455670a..e15b1f603bd1 100644 --- a/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridSubscription.md +++ b/src/EventGrid/EventGrid.Autorest/docs/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.Autorest/docs/New-AzEventGridSystemTopicEventSubscription.md b/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridSystemTopicEventSubscription.md index 9ea610ebd533..c0f3afa51b10 100644 --- a/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridSystemTopicEventSubscription.md +++ b/src/EventGrid/EventGrid.Autorest/docs/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.Autorest/docs/New-AzEventGridTopicEventSubscription.md b/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridTopicEventSubscription.md index dfa17b6587de..f38ab1516696 100644 --- a/src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridTopicEventSubscription.md +++ b/src/EventGrid/EventGrid.Autorest/docs/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.Autorest/docs/Revoke-AzEventGridPartnerConfiguration.md b/src/EventGrid/EventGrid.Autorest/docs/Revoke-AzEventGridPartnerConfiguration.md index 7465a1adf2f1..90373d082f5b 100644 --- a/src/EventGrid/EventGrid.Autorest/docs/Revoke-AzEventGridPartnerConfiguration.md +++ b/src/EventGrid/EventGrid.Autorest/docs/Revoke-AzEventGridPartnerConfiguration.md @@ -61,7 +61,7 @@ Unauthorize a single partner either by partner registration immutable Id or by p ### -AuthorizationExpirationTimeInUtc Expiration time of the partner authorization. -If this timer expires, any request from this partner to create, update or delete resources in subscriber'scontext will fail. +If this timer expires, any request from this partner to create, update or delete resources in subscriber's context will fail. 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. ```yaml diff --git a/src/EventGrid/EventGrid.Autorest/docs/Update-AzEventGridDomain.md b/src/EventGrid/EventGrid.Autorest/docs/Update-AzEventGridDomain.md index a4aa9ee6f8ac..366936bc3ef6 100644 --- a/src/EventGrid/EventGrid.Autorest/docs/Update-AzEventGridDomain.md +++ b/src/EventGrid/EventGrid.Autorest/docs/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 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. ```yaml Type: System.Management.Automation.SwitchParameter diff --git a/src/EventGrid/EventGrid.Autorest/docs/Update-AzEventGridDomainEventSubscription.md b/src/EventGrid/EventGrid.Autorest/docs/Update-AzEventGridDomainEventSubscription.md index 2dd8d9191c1e..08d26ed8cf16 100644 --- a/src/EventGrid/EventGrid.Autorest/docs/Update-AzEventGridDomainEventSubscription.md +++ b/src/EventGrid/EventGrid.Autorest/docs/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.Autorest/docs/Update-AzEventGridDomainTopicEventSubscription.md b/src/EventGrid/EventGrid.Autorest/docs/Update-AzEventGridDomainTopicEventSubscription.md index f6e9acfb2a4a..58f2de67a5a8 100644 --- a/src/EventGrid/EventGrid.Autorest/docs/Update-AzEventGridDomainTopicEventSubscription.md +++ b/src/EventGrid/EventGrid.Autorest/docs/Update-AzEventGridDomainTopicEventSubscription.md @@ -353,7 +353,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.Autorest/docs/Update-AzEventGridNamespace.md b/src/EventGrid/EventGrid.Autorest/docs/Update-AzEventGridNamespace.md index 4d6c0fad55be..ef21855644a2 100644 --- a/src/EventGrid/EventGrid.Autorest/docs/Update-AzEventGridNamespace.md +++ b/src/EventGrid/EventGrid.Autorest/docs/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.Autorest/docs/Update-AzEventGridNamespaceTopicEventSubscription.md b/src/EventGrid/EventGrid.Autorest/docs/Update-AzEventGridNamespaceTopicEventSubscription.md index af5313eb35e0..a141d48d257a 100644 --- a/src/EventGrid/EventGrid.Autorest/docs/Update-AzEventGridNamespaceTopicEventSubscription.md +++ b/src/EventGrid/EventGrid.Autorest/docs/Update-AzEventGridNamespaceTopicEventSubscription.md @@ -343,7 +343,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.Autorest/docs/Update-AzEventGridPartnerTopicEventSubscription.md b/src/EventGrid/EventGrid.Autorest/docs/Update-AzEventGridPartnerTopicEventSubscription.md index 02fc900d02c2..a6f47aff3f6f 100644 --- a/src/EventGrid/EventGrid.Autorest/docs/Update-AzEventGridPartnerTopicEventSubscription.md +++ b/src/EventGrid/EventGrid.Autorest/docs/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.Autorest/docs/Update-AzEventGridSubscription.md b/src/EventGrid/EventGrid.Autorest/docs/Update-AzEventGridSubscription.md index 0c5b4fcdc67d..7185004a9811 100644 --- a/src/EventGrid/EventGrid.Autorest/docs/Update-AzEventGridSubscription.md +++ b/src/EventGrid/EventGrid.Autorest/docs/Update-AzEventGridSubscription.md @@ -275,7 +275,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.Autorest/docs/Update-AzEventGridSystemTopicEventSubscription.md b/src/EventGrid/EventGrid.Autorest/docs/Update-AzEventGridSystemTopicEventSubscription.md index c3d26400169f..26684f2b2b14 100644 --- a/src/EventGrid/EventGrid.Autorest/docs/Update-AzEventGridSystemTopicEventSubscription.md +++ b/src/EventGrid/EventGrid.Autorest/docs/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.Autorest/docs/Update-AzEventGridTopicEventSubscription.md b/src/EventGrid/EventGrid.Autorest/docs/Update-AzEventGridTopicEventSubscription.md index 16863c31ce48..5e625c82f937 100644 --- a/src/EventGrid/EventGrid.Autorest/docs/Update-AzEventGridTopicEventSubscription.md +++ b/src/EventGrid/EventGrid.Autorest/docs/Update-AzEventGridTopicEventSubscription.md @@ -308,7 +308,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.Autorest/examples/New-AzEventGridDynamicRoutingEnrichmentObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridDynamicRoutingEnrichmentObject.md index f60fed2f7fa9..f0b4ed1b88c5 100644 --- a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridDynamicRoutingEnrichmentObject.md +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridDynamicRoutingEnrichmentObject.md @@ -1,12 +1,12 @@ ### 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. \ No newline at end of file diff --git a/src/EventHub/EventHub.Autorest/docs/New-AzEventHub.md b/src/EventHub/EventHub.Autorest/docs/New-AzEventHub.md index 056b1b331364..dac1736379fc 100644 --- a/src/EventHub/EventHub.Autorest/docs/New-AzEventHub.md +++ b/src/EventHub/EventHub.Autorest/docs/New-AzEventHub.md @@ -85,7 +85,7 @@ Type : Microsoft.EventHub/namespaces/eventhubs UpdatedAt : 4/25/2023 3:55:46 AM ``` -Creates a new eventhub entity `myEventHub` on namespace `myNamespace` with CleaupPolicy `Delete`. +Creates a new eventhub entity `myEventHub` on namespace `myNamespace` with CleanupPolicy `Delete`. ### Example 2: Create EventHub with Capture Enabled ```powershell @@ -158,7 +158,7 @@ Type : Microsoft.EventHub/namespaces/eventhubs UpdatedAt : 4/25/2023 4:05:58 AM ``` -Creates a new eventhub entity `myEventHub` on namespace `myNamespace` with CleaupPolicy `Compact`. +Creates a new eventhub entity `myEventHub` on namespace `myNamespace` with CleanupPolicy `Compact`. ## PARAMETERS diff --git a/src/EventHub/EventHub.Autorest/docs/Set-AzEventHubApplicationGroup.md b/src/EventHub/EventHub.Autorest/docs/Set-AzEventHubApplicationGroup.md index 7872c99e6c41..528a7bd56fbb 100644 --- a/src/EventHub/EventHub.Autorest/docs/Set-AzEventHubApplicationGroup.md +++ b/src/EventHub/EventHub.Autorest/docs/Set-AzEventHubApplicationGroup.md @@ -67,7 +67,7 @@ ResourceGroupName : myResourceGroup ``` `-Policy` takes an array of Policy objects. -It represents the entire set of throttling policies defined on the appplication group and not just the one. +It represents the entire set of throttling policies defined on the application group and not just the one. If you want to add or remove throttling policies, the right way to do it is to get the application group and query the Policy data member of the object returned as shown above. ### Example 2: Update application group using InputObject parameter set diff --git a/src/EventHub/EventHub.Autorest/docs/Set-AzEventHubNamespace.md b/src/EventHub/EventHub.Autorest/docs/Set-AzEventHubNamespace.md index e01d98edf59d..0d35ea1326a6 100644 --- a/src/EventHub/EventHub.Autorest/docs/Set-AzEventHubNamespace.md +++ b/src/EventHub/EventHub.Autorest/docs/Set-AzEventHubNamespace.md @@ -115,7 +115,7 @@ ZoneRedundant : True The output type of New and Set cmdlets `IEhNamespace` has a property named `UserAssignedIdentity` which is a hashtable. The keys -of this hastable are the resource ID's of the managed identities the namespace is part of. +of this hashtable are the resource ID's of the managed identities the namespace is part of. To add or remove an IdentityId, extract the keys from the hashtable, which would result in an array of strings which can then be queried and fed as input to set cmdlet as shown above. diff --git a/src/EventHub/EventHub.Autorest/examples/New-AzEventHub.md b/src/EventHub/EventHub.Autorest/examples/New-AzEventHub.md index e073a2f79ec4..a60d6679bba1 100644 --- a/src/EventHub/EventHub.Autorest/examples/New-AzEventHub.md +++ b/src/EventHub/EventHub.Autorest/examples/New-AzEventHub.md @@ -20,7 +20,7 @@ Location : eastus MessageRetentionInDay : 7 Name : myEventHub PartitionCount : 5 -PartitionId : {0, 1, 2, 3�} +PartitionId : {0, 1, 2, 3…} ResourceGroupName : myResourceGroup RetentionTimeInHour : 168 SizeLimitInBytes : @@ -39,7 +39,7 @@ UpdatedAt : 4/25/2023 3:55:46 AM ``` -Creates a new eventhub entity `myEventHub` on namespace `myNamespace` with CleaupPolicy `Delete`. +Creates a new eventhub entity `myEventHub` on namespace `myNamespace` with CleanupPolicy `Delete`. ### Example 2: Create EventHub with Capture Enabled ```powershell @@ -112,4 +112,4 @@ Type : Microsoft.EventHub/namespaces/eventhubs UpdatedAt : 4/25/2023 4:05:58 AM ``` -Creates a new eventhub entity `myEventHub` on namespace `myNamespace` with CleaupPolicy `Compact`. +Creates a new eventhub entity `myEventHub` on namespace `myNamespace` with CleanupPolicy `Compact`. diff --git a/src/EventHub/EventHub.Autorest/examples/Set-AzEventHubApplicationGroup.md b/src/EventHub/EventHub.Autorest/examples/Set-AzEventHubApplicationGroup.md index da0a127068b7..703e1fb3353b 100644 --- a/src/EventHub/EventHub.Autorest/examples/Set-AzEventHubApplicationGroup.md +++ b/src/EventHub/EventHub.Autorest/examples/Set-AzEventHubApplicationGroup.md @@ -32,7 +32,7 @@ Policy : {{ ResourceGroupName : myResourceGroup ``` -`-Policy` takes an array of Policy objects. It represents the entire set of throttling policies defined on the appplication group and not just the one. If you want to add or remove throttling policies, the right way to do it is to get the application group and query the Policy data member of the object returned as shown above. +`-Policy` takes an array of Policy objects. It represents the entire set of throttling policies defined on the application group and not just the one. If you want to add or remove throttling policies, the right way to do it is to get the application group and query the Policy data member of the object returned as shown above. ### Example 2: Update application group using InputObject parameter set ```powershell diff --git a/src/EventHub/EventHub.Autorest/examples/Set-AzEventHubNamespace.md b/src/EventHub/EventHub.Autorest/examples/Set-AzEventHubNamespace.md index fb9bf28710db..71d39abce95e 100644 --- a/src/EventHub/EventHub.Autorest/examples/Set-AzEventHubNamespace.md +++ b/src/EventHub/EventHub.Autorest/examples/Set-AzEventHubNamespace.md @@ -72,7 +72,7 @@ ZoneRedundant : True ``` The output type of New and Set cmdlets `IEhNamespace` has a property named `UserAssignedIdentity` which is a hashtable. The keys -of this hastable are the resource ID's of the managed identities the namespace is part of. To add or remove an IdentityId, extract the +of this hashtable are the resource ID's of the managed identities the namespace is part of. To add or remove an IdentityId, extract the keys from the hashtable, which would result in an array of strings which can then be queried and fed as input to set cmdlet as shown above. ### Example 2: Add a KeyVaultProperty to an existing EventHub Namespace diff --git a/src/EventHub/EventHub/ChangeLog.md b/src/EventHub/EventHub/ChangeLog.md index c6b88bc1edc8..4bb9c34b56bf 100644 --- a/src/EventHub/EventHub/ChangeLog.md +++ b/src/EventHub/EventHub/ChangeLog.md @@ -161,7 +161,7 @@ for a better powershell experience and as a result would witness breaking change * Fix for issue #9786 : cannot create a rule with Listen only rights ## Version 1.3.0 -* Added new cmmdlet added for generating SAS token : New-AzEventHubAuthorizationRuleSASToken +* Added new cmdlet added for generating SAS token : New-AzEventHubAuthorizationRuleSASToken * added verification and error message for authorizationrules rights if only 'Manage' is assigned ## Version 1.2.0 diff --git a/src/EventHub/EventHub/Cmdlets/AuthorizationRule/NewAzureEventhubAuthorizationRuleSASToken.cs b/src/EventHub/EventHub/Cmdlets/AuthorizationRule/NewAzureEventhubAuthorizationRuleSASToken.cs index 978ef4ff9620..c78bcd9f96d8 100644 --- a/src/EventHub/EventHub/Cmdlets/AuthorizationRule/NewAzureEventhubAuthorizationRuleSASToken.cs +++ b/src/EventHub/EventHub/Cmdlets/AuthorizationRule/NewAzureEventhubAuthorizationRuleSASToken.cs @@ -30,7 +30,7 @@ namespace Microsoft.Azure.Commands.EventHub.Commands [Cmdlet("New", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "EventHubAuthorizationRuleSASToken", DefaultParameterSetName = NamespaceAuthoRuleParameterSet, SupportsShouldProcess = true), OutputType(typeof(PSSharedAccessSignatureAttributes))] public class NewAzureAuthorizationRuleSASToken : AzureEventHubsCmdletBase { - [Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, Position = 0, HelpMessage = "ARM ResourceId of the Authoraization Rule")] + [Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, Position = 0, HelpMessage = "ARM ResourceId of the Authorization Rule")] [ResourceGroupCompleter] [ValidateNotNullOrEmpty] [Alias(AliasResourceId)] diff --git a/src/EventHub/EventHub/Resources.Designer.cs b/src/EventHub/EventHub/Resources.Designer.cs index 6568b077c8e8..3cb85e83e7ed 100644 --- a/src/EventHub/EventHub/Resources.Designer.cs +++ b/src/EventHub/EventHub/Resources.Designer.cs @@ -169,7 +169,7 @@ internal static string RegenerateKeyNamesapce { } /// - /// Looks up a localized string similar to Deleting ConsumerGrop:{0} from Eventhub:{1}. + /// Looks up a localized string similar to Deleting ConsumerGroup:{0} from Eventhub:{1}. /// internal static string RemoveConsumerGroup { get { @@ -178,7 +178,7 @@ internal static string RemoveConsumerGroup { } /// - /// Looks up a localized string similar to Removeing AtuhorizationRule:{0} from EventHub:{1} of Namespace: {2}. + /// Looks up a localized string similar to Removing AuthorizationRule:{0} from EventHub:{1} of Namespace: {2}. /// internal static string RemoveEventHubAuthorizationRule { get { @@ -187,7 +187,7 @@ internal static string RemoveEventHubAuthorizationRule { } /// - /// Looks up a localized string similar to Removing AtuhorizationRule:{0} of Namespace: {1}. + /// Looks up a localized string similar to Removing AuthorizationRule:{0} of Namespace: {1}. /// internal static string RemoveNamespaceAuthorizationRule { get { @@ -214,7 +214,7 @@ internal static string RemovingEventHub { } /// - /// Looks up a localized string similar to Are you sure you want to remove AtuhorizationRule:{0} from EventHub: {1} of Namespace: {2}. + /// Looks up a localized string similar to Are you sure you want to remove AuthorizationRule:{0} from EventHub: {1} of Namespace: {2}. /// internal static string RemovingEventHubAuthorizationRule { get { @@ -223,7 +223,7 @@ internal static string RemovingEventHubAuthorizationRule { } /// - /// Looks up a localized string similar to Are you sure you want to delete AtuhorizationRule:{0} of Namespace: {1}. + /// Looks up a localized string similar to Are you sure you want to delete AuthorizationRule:{0} of Namespace: {1}. /// internal static string RemovingNamespaceAuthorizationRule { get { diff --git a/src/EventHub/EventHub/Resources.resx b/src/EventHub/EventHub/Resources.resx index 47f1e894bcbf..bedcc1de0872 100644 --- a/src/EventHub/EventHub/Resources.resx +++ b/src/EventHub/EventHub/Resources.resx @@ -187,19 +187,19 @@ Reject PrivateEndpoint named: {0} for Namespace: {1} of ResourceGroup: {2} - Deleting ConsumerGrop:{0} from Eventhub:{1} + Deleting ConsumerGroup:{0} from Eventhub:{1} - Removeing AtuhorizationRule:{0} from EventHub:{1} of Namespace: {2} + Removing AuthorizationRule:{0} from EventHub:{1} of Namespace: {2} - Deleteing Eventhub Cluster {1} from ResourceGroup {0} + Deleting Eventhub Cluster {1} from ResourceGroup {0} Removing Schema Group named:{0} of Namespace: {1} - Removing AtuhorizationRule:{0} of Namespace: {1} + Removing AuthorizationRule:{0} of Namespace: {1} Remove PrivateEndpoint named: {0} for Namespace: {1} of ResourceGroup: {2}