Skip to content

Commit ffa3116

Browse files
authored
Spelling Fixes (#28051)
1 parent 6fd1106 commit ffa3116

35 files changed

+62
-62
lines changed

src/EventGrid/EventGrid.Autorest/docs/Grant-AzEventGridPartnerConfiguration.md

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

6262
### -AuthorizationExpirationTimeInUtc
6363
Expiration time of the partner authorization.
64-
If this timer expires, any request from this partner to create, update or delete resources in subscriber'scontext will fail.
64+
If this timer expires, any request from this partner to create, update or delete resources in subscriber's context will fail.
6565
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.
6666

6767
```yaml

src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridChannel.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Accept wildcard characters: False
247247
248248
### -PartnerDestinationInfoAzureSubscriptionId
249249
Azure subscription ID of the subscriber.
250-
The partner destination associated with the channel will becreated under this Azure subscription.
250+
The partner destination associated with the channel will be created under this Azure subscription.
251251
252252
```yaml
253253
Type: System.String
@@ -293,7 +293,7 @@ Accept wildcard characters: False
293293
294294
### -PartnerDestinationInfoResourceGroupName
295295
Azure Resource Group of the subscriber.
296-
The partner destination associated with the channel will becreated under this resource group.
296+
The partner destination associated with the channel will be created under this resource group.
297297
298298
```yaml
299299
Type: System.String
@@ -354,7 +354,7 @@ Accept wildcard characters: False
354354
355355
### -PartnerTopicInfoAzureSubscriptionId
356356
Azure subscription ID of the subscriber.
357-
The partner topic associated with the channel will becreated under this Azure subscription.
357+
The partner topic associated with the channel will be created under this Azure subscription.
358358
359359
```yaml
360360
Type: System.String
@@ -385,7 +385,7 @@ Accept wildcard characters: False
385385
386386
### -PartnerTopicInfoResourceGroupName
387387
Azure Resource Group of the subscriber.
388-
The partner topic associated with the channel will becreated under this resource group.
388+
The partner topic associated with the channel will be created under this resource group.
389389
390390
```yaml
391391
Type: System.String
@@ -400,8 +400,8 @@ Accept wildcard characters: False
400400
```
401401
402402
### -PartnerTopicInfoSource
403-
The source information is provided by the publisher to determine the scope or context from which the eventsare originating.
404-
This information can be used by the subscriber during the approval process of thecreated partner topic.
403+
The source information is provided by the publisher to determine the scope or context from which the events are originating.
404+
This information can be used by the subscriber during the approval process of the created partner topic.
405405
406406
```yaml
407407
Type: System.String

src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridDomain.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ Accept wildcard characters: False
8888
8989
### -AutoCreateTopicWithFirstSubscription
9090
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).
91-
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.
92-
If this property is set to false, then creating the first event subscription will require creating a domain topicby the user.
93-
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.
94-
Also, note that in auto-managed creation mode, user is allowed to create thedomain topic on demand if needed.
91+
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.
92+
If this property is set to false, then creating the first event subscription will require creating a domain topic by the user.
93+
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.
94+
Also, note that in auto-managed creation mode, user is allowed to create the domain topic on demand if needed.
9595
9696
```yaml
9797
Type: System.Management.Automation.SwitchParameter
@@ -107,9 +107,9 @@ Accept wildcard characters: False
107107
108108
### -AutoDeleteTopicWithLastSubscription
109109
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).
110-
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.
110+
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.
111111
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).
112-
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.
112+
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.
113113
114114
```yaml
115115
Type: System.Management.Automation.SwitchParameter

src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridDomainEventSubscription.md

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

src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridDomainTopicEventSubscription.md

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

src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridDynamicRoutingEnrichmentObject.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Create an in-memory object for DynamicRoutingEnrichment.
2323

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

2929
```output
3030
Key Value
3131
--- -----
32-
key1 vaule1
32+
key1 value1
3333
```
3434

3535
Create an in-memory object for DynamicRoutingEnrichment.

src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridNamespace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ Accept wildcard characters: False
418418
### -SkuCapacity
419419
Specifies the number of Throughput Units that defines the capacity for the namespace.
420420
The property default value is1 which signifies 1 Throughput Unit = 1MB/s ingress and 2MB/s egress per namespace.
421-
Min capacity is 1 andmax allowed capacity is 20.
421+
Min capacity is 1 and max allowed capacity is 20.
422422
423423
```yaml
424424
Type: System.Int32

src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridNamespaceTopicEventSubscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ Time span duration in ISO 8601 format that determines how long messages are avai
319319
- H is the hour designator, and it follows the value for the number of hours.
320320
- M is the minute designator, and it follows the value for the number of minutes.
321321
- 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.
322-
It is is an optional field where its minimum value is 1 minute, and its maximum is determinedby topic’s EventRetentionInDays value.
322+
It is is an optional field where its minimum value is 1 minute, and its maximum is determined by topic’s EventRetentionInDays value.
323323
The followings are examples of valid values: - \'P0DT23H12M\' or \'PT23H12M\': for duration of 23 hours and 12 minutes.
324324
- \'P1D\' or \'P1DT0H0M0S\': for duration of 1 day.
325325

src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridPartnerConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Accept wildcard characters: False
179179
180180
### -PartnerAuthorizationDefaultMaximumExpirationTimeInDay
181181
Time used to validate the authorization expiration time for each authorized partner.
182-
If DefaultMaximumExpirationTimeInDays isnot specified, the default is 7 days.
182+
If DefaultMaximumExpirationTimeInDays is not specified, the default is 7 days.
183183
Otherwise, allowed values are between 1 and 365 days.
184184
185185
```yaml

src/EventGrid/EventGrid.Autorest/docs/New-AzEventGridPartnerNamespace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ Accept wildcard characters: False
263263
```
264264
265265
### -PartnerTopicRoutingMode
266-
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.
266+
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.
267267
If none is specified, source attribute routing will be used to match the partner topic.
268268
269269
```yaml

0 commit comments

Comments
 (0)