diff --git a/azps-12.5.0/Az.DedicatedHsm/Remove-AzDedicatedHsm.md b/azps-12.5.0/Az.DedicatedHsm/Remove-AzDedicatedHsm.md index face47b690..8f651996bb 100644 --- a/azps-12.5.0/Az.DedicatedHsm/Remove-AzDedicatedHsm.md +++ b/azps-12.5.0/Az.DedicatedHsm/Remove-AzDedicatedHsm.md @@ -37,7 +37,7 @@ Deletes the specified Azure Dedicated HSM. Remove-AzDedicatedHsm -Name hsm-7t2xaf -ResourceGroupName lucas-manual-test ``` -This commnad removes a hardware security module(HSM) by name. +This command removes a hardware security module(HSM) by name. ### Example 2: Remove a Dedicated HSM by object ```powershell @@ -45,7 +45,7 @@ $hsm = Get-AzDedicatedHsm -Name hsm-7t2xaf -ResourceGroupName dedicatedhsm-rg-n3 Remove-AzDedicatedHsm -InputObject $hsm ``` -This commnad removes a Dedicated HSM by object. +This command removes a Dedicated HSM by object. ## PARAMETERS diff --git a/azps-12.5.0/Az.DesktopVirtualization/Get-AzWvdApplication.md b/azps-12.5.0/Az.DesktopVirtualization/Get-AzWvdApplication.md index 074de29761..35a2bbf2a3 100644 --- a/azps-12.5.0/Az.DesktopVirtualization/Get-AzWvdApplication.md +++ b/azps-12.5.0/Az.DesktopVirtualization/Get-AzWvdApplication.md @@ -50,7 +50,7 @@ Name Type ApplicationGroupName/ApplicationName Microsoft.DesktopVirtualization/applicationgroups/applications ``` -This command gets a Windows Virtual Desktop Application in an applicaton Group. +This command gets a Windows Virtual Desktop Application in an application Group. ### Example 2: List Windows Virtual Desktop Applications ```powershell @@ -64,7 +64,7 @@ ApplicationGroupName/ApplicationName1 Microsoft.DesktopVirtualization/applicatio ApplicationGroupName/ApplicationName2 Microsoft.DesktopVirtualization/applicationgroups/applications ``` -This command Lists Windows Virtual Desktop Applications in an applicaton Group. +This command Lists Windows Virtual Desktop Applications in an application Group. ## PARAMETERS diff --git a/azps-12.5.0/Az.DesktopVirtualization/Get-AzWvdStartMenuItem.md b/azps-12.5.0/Az.DesktopVirtualization/Get-AzWvdStartMenuItem.md index aad52ba1dd..ebdbd6134a 100644 --- a/azps-12.5.0/Az.DesktopVirtualization/Get-AzWvdStartMenuItem.md +++ b/azps-12.5.0/Az.DesktopVirtualization/Get-AzWvdStartMenuItem.md @@ -39,7 +39,7 @@ ApplicationGroupName/Disk Cleanup Microsoft.DesktopVirtualizat ApplicationGroupName/Internet Explorer Microsoft.DesktopVirtualization/applicationgroups/startmenuitems ``` -This command Lists Windows Virtual Desktop Start Menu Items in an applicaton Group. +This command Lists Windows Virtual Desktop Start Menu Items in an application Group. ## PARAMETERS diff --git a/azps-12.5.0/Az.DesktopVirtualization/Remove-AzWvdApplication.md b/azps-12.5.0/Az.DesktopVirtualization/Remove-AzWvdApplication.md index 3414241f01..8c508e578d 100644 --- a/azps-12.5.0/Az.DesktopVirtualization/Remove-AzWvdApplication.md +++ b/azps-12.5.0/Az.DesktopVirtualization/Remove-AzWvdApplication.md @@ -37,7 +37,7 @@ Remove an application. Remove-AzWvdApplication -ResourceGroupName ResourceGroupName -ApplicationGroupName ApplicationGroupName -Name ApplicationName ``` -This command deletes a Windows Virtual Desktop Application in an applicaton Group. +This command deletes a Windows Virtual Desktop Application in an application Group. ## PARAMETERS diff --git a/azps-12.5.0/Az.DesktopVirtualization/Update-AzWvdApplication.md b/azps-12.5.0/Az.DesktopVirtualization/Update-AzWvdApplication.md index 615735848b..3355e69d07 100644 --- a/azps-12.5.0/Az.DesktopVirtualization/Update-AzWvdApplication.md +++ b/azps-12.5.0/Az.DesktopVirtualization/Update-AzWvdApplication.md @@ -59,7 +59,7 @@ Name Type ApplicationGroupName/ApplicationName Microsoft.DesktopVirtualization/applicationgroups/applications ``` -This command updates a Windows Virtual Desktop Application in an applicaton Group. +This command updates a Windows Virtual Desktop Application in an application Group. ## PARAMETERS diff --git a/azps-12.5.0/Az.DesktopVirtualization/Update-AzWvdDesktop.md b/azps-12.5.0/Az.DesktopVirtualization/Update-AzWvdDesktop.md index 6035502127..b00443ecca 100644 --- a/azps-12.5.0/Az.DesktopVirtualization/Update-AzWvdDesktop.md +++ b/azps-12.5.0/Az.DesktopVirtualization/Update-AzWvdDesktop.md @@ -48,7 +48,7 @@ Name Type ApplicationGroupName/DesktopName Microsoft.DesktopVirtualization/applicationgroups/desktops ``` -This command updates a Windows Virtual Desktop Desktop in an applicaton Group. +This command updates a Windows Virtual Desktop Desktop in an application Group. ## PARAMETERS diff --git a/azps-12.5.0/Az.DevCenter/Get-AzDevCenterAdminCatalogSyncErrorDetail.md b/azps-12.5.0/Az.DevCenter/Get-AzDevCenterAdminCatalogSyncErrorDetail.md index 6c68852629..4c952d7b29 100644 --- a/azps-12.5.0/Az.DevCenter/Get-AzDevCenterAdminCatalogSyncErrorDetail.md +++ b/azps-12.5.0/Az.DevCenter/Get-AzDevCenterAdminCatalogSyncErrorDetail.md @@ -32,7 +32,7 @@ Gets catalog synchronization error details ## EXAMPLES -### Example 1: Get the catalog sync error dteail +### Example 1: Get the catalog sync error detail ```powershell Get-AzDevCenterAdminCatalogSyncErrorDetail -DevCenterName Contoso -CatalogName CentralCatalog -ResourceGroupName testRg ``` diff --git a/azps-12.5.0/Az.DevCenter/Get-AzDevCenterAdminImage.md b/azps-12.5.0/Az.DevCenter/Get-AzDevCenterAdminImage.md index 3165e94196..3e16bbde65 100644 --- a/azps-12.5.0/Az.DevCenter/Get-AzDevCenterAdminImage.md +++ b/azps-12.5.0/Az.DevCenter/Get-AzDevCenterAdminImage.md @@ -45,7 +45,7 @@ Gets a gallery image. ## EXAMPLES -### Example 1: List iamges in a dev center +### Example 1: List images in a dev center ```powershell Get-AzDevCenterAdminImage -ResourceGroupName testRg -DevCenterName Contoso ``` diff --git a/azps-12.5.0/Az.DevCenter/Get-AzDevCenterAdminImageVersion.md b/azps-12.5.0/Az.DevCenter/Get-AzDevCenterAdminImageVersion.md index 1ed8233539..5723c0b6d8 100644 --- a/azps-12.5.0/Az.DevCenter/Get-AzDevCenterAdminImageVersion.md +++ b/azps-12.5.0/Az.DevCenter/Get-AzDevCenterAdminImageVersion.md @@ -44,7 +44,7 @@ Gets an image version. Get-AzDevCenterAdminImageVersion -ResourceGroupName testRg -DevCenterName Contoso -ImageName ContosoBaseImage -GalleryName StandardGallery ``` -This command lists the image verions for the image "ContosoBaseImage" under the gallery "StandardGallery". +This command lists the image versions for the image "ContosoBaseImage" under the gallery "StandardGallery". ### Example 2: Get an image version ```powershell diff --git a/azps-12.5.0/Az.DevCenter/Get-AzDevCenterAdminOperationStatus.md b/azps-12.5.0/Az.DevCenter/Get-AzDevCenterAdminOperationStatus.md index 3557a2707b..2f22e444aa 100644 --- a/azps-12.5.0/Az.DevCenter/Get-AzDevCenterAdminOperationStatus.md +++ b/azps-12.5.0/Az.DevCenter/Get-AzDevCenterAdminOperationStatus.md @@ -38,7 +38,7 @@ Get-AzDevCenterAdminOperationStatus -Location "eastus" -OperationId "7e9e1394-d This command gets the operation. -### Example 2: Get an operatio using InputObject +### Example 2: Get an operation using InputObject ```powershell $operation = @{"Location" = "eastus"; "OperationId" = "7e9e1394-dad0-4414-8160-21c592e880ef*4699EE32265F9FA5BF00FA169E7D9CF51755378796E32F2D1A198E080CC84614"; "SubscriptionId" = "0ac520ee-14c0-480f-b6c9-0a90c58ffff"} Get-AzDevCenterAdminOperationStatus -InputObject $operation diff --git a/azps-12.5.0/Az.DevCenter/Get-AzDevCenterAdminProjectCatalogSyncErrorDetail.md b/azps-12.5.0/Az.DevCenter/Get-AzDevCenterAdminProjectCatalogSyncErrorDetail.md index 135048c471..5399ebf01c 100644 --- a/azps-12.5.0/Az.DevCenter/Get-AzDevCenterAdminProjectCatalogSyncErrorDetail.md +++ b/azps-12.5.0/Az.DevCenter/Get-AzDevCenterAdminProjectCatalogSyncErrorDetail.md @@ -32,7 +32,7 @@ Gets project catalog synchronization error details ## EXAMPLES -### Example 1: Get the project catalog sync error dteail +### Example 1: Get the project catalog sync error detail ```powershell Get-AzDevCenterAdminProjectCatalogSyncErrorDetail -ProjectName DevProject -CatalogName CentralCatalog -ResourceGroupName testRg ``` diff --git a/azps-12.5.0/Az.DevCenter/New-AzDevCenterAdminNetworkConnection.md b/azps-12.5.0/Az.DevCenter/New-AzDevCenterAdminNetworkConnection.md index df5987b0ed..96d3f6a304 100644 --- a/azps-12.5.0/Az.DevCenter/New-AzDevCenterAdminNetworkConnection.md +++ b/azps-12.5.0/Az.DevCenter/New-AzDevCenterAdminNetworkConnection.md @@ -44,12 +44,12 @@ New-AzDevCenterAdminNetworkConnection -Name eastusNetwork -ResourceGroupName tes This command creates an Azure AD joined network connection named "eastusNetwork" in the resource group "testRg". -### Example 2: Create a hybid Azure AD joined network connection +### Example 2: Create a hybrid Azure AD joined network connection ```powershell New-AzDevCenterAdminNetworkConnection -Name eastusNetwork -ResourceGroupName testRg -Location westus3 -DomainJoinType HybridAzureADJoin -DomainName mydomaincontroller.local -DomainPassword $password -DomainUsername testuser@mydomaincontroller.local -NetworkingResourceGroupName NetworkInterfaces -SubnetId "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ExampleRG/providers/Microsoft.Network/virtualNetworks/ExampleVNet/subnets/default" ``` -This command creates a hybid Azure AD joined network connection named "eastusNetwork" in the resource group "testRg". +This command creates a hybrid Azure AD joined network connection named "eastusNetwork" in the resource group "testRg". ### Example 3: Create an Azure AD joined network connection using InputObject ```powershell @@ -59,13 +59,13 @@ New-AzDevCenterAdminNetworkConnection -InputObject $networkConnection -Location This command creates an Azure AD joined network connection named "eastusNetwork" in the resource group "testRg". -### Example 4: Create a hybid Azure AD joined network connection using InputObject +### Example 4: Create a hybrid Azure AD joined network connection using InputObject ```powershell $networkConnection = @{"ResourceGroupName" = "testRg"; "NetworkConnectionName" = "eastusNetwork"; "SubscriptionId" = "0ac520ee-14c0-480f-b6c9-0a90c58ffff"} New-AzDevCenterAdminNetworkConnection -InputObject $networkConnection -Location westus3 -DomainJoinType HybridAzureADJoin -DomainName mydomaincontroller.local -DomainPassword $password -DomainUsername testuser@mydomaincontroller.local -NetworkingResourceGroupName NetworkInterfaces -SubnetId "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ExampleRG/providers/Microsoft.Network/virtualNetworks/ExampleVNet/subnets/default" ``` -This command creates a hybid Azure AD joined network connection named "eastusNetwork" in the resource group "testRg". +This command creates a hybrid Azure AD joined network connection named "eastusNetwork" in the resource group "testRg". ## PARAMETERS diff --git a/azps-12.5.0/Az.DevCenter/Repair-AzDevCenterUserDevBox.md b/azps-12.5.0/Az.DevCenter/Repair-AzDevCenterUserDevBox.md index a87ad256eb..edbc660720 100644 --- a/azps-12.5.0/Az.DevCenter/Repair-AzDevCenterUserDevBox.md +++ b/azps-12.5.0/Az.DevCenter/Repair-AzDevCenterUserDevBox.md @@ -49,7 +49,7 @@ The Dev Box may restart during this operation. ## EXAMPLES -### Example 1: Reapir dev box by endpoint +### Example 1: Repair dev box by endpoint ```powershell Repair-AzDevCenterUserDevBox -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -Name myDevBox -ProjectName DevProject ``` @@ -71,7 +71,7 @@ Repair-AzDevCenterUserDevBox -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b18 This command repairs the dev box "myDevBox". -### Example 4: Reapir dev box by dev center and InputObject +### Example 4: Repair dev box by dev center and InputObject ```powershell $devBoxInput = @{"DevBoxName" = "myDevBox"; "UserId" = "me"; "ProjectName" = "DevProject";} Repair-AzDevCenterUserDevBox -DevCenterName Contoso -InputObject $devBoxInput diff --git a/azps-12.5.0/Az.DevCenter/Update-AzDevCenterAdminNetworkConnection.md b/azps-12.5.0/Az.DevCenter/Update-AzDevCenterAdminNetworkConnection.md index cc0845a9f3..d255625d5a 100644 --- a/azps-12.5.0/Az.DevCenter/Update-AzDevCenterAdminNetworkConnection.md +++ b/azps-12.5.0/Az.DevCenter/Update-AzDevCenterAdminNetworkConnection.md @@ -42,12 +42,12 @@ Update-AzDevCenterAdminNetworkConnection -Name eastusNetwork -ResourceGroupName This command updates an Azure AD joined network connection named "eastusNetwork" in the resource group "testRg". -### Example 2: Update a hybid Azure AD joined network connection +### Example 2: Update a hybrid Azure AD joined network connection ```powershell Update-AzDevCenterAdminNetworkConnection -Name eastusNetwork -ResourceGroupName testRg -DomainName mydomaincontroller.local -DomainUsername testuser@mydomaincontroller.local -SubnetId "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ExampleRG/providers/Microsoft.Network/virtualNetworks/ExampleVNet/subnets/default" ``` -This command updates a hybid Azure AD joined network connection named "eastusNetwork" in the resource group "testRg". +This command updates a hybrid Azure AD joined network connection named "eastusNetwork" in the resource group "testRg". ### Example 3: Update an Azure AD joined network connection ```powershell @@ -57,13 +57,13 @@ Update-AzDevCenterAdminNetworkConnection -InputObject $networkConnectionInput -S This command updates an Azure AD joined network connection named "eastusNetwork" in the resource group "testRg". -### Example 4: Update a hybid Azure AD joined network connection +### Example 4: Update a hybrid Azure AD joined network connection ```powershell $hybridNetworkConnectionInput = Get-AzDevCenterAdminNetworkConnection -ResourceGroupName testRg -Name eastusNetwork Update-AzDevCenterAdminNetworkConnection -InputObject $hybridNetworkConnectionInput -DomainName mydomaincontroller.local -DomainUsername testuser@mydomaincontroller.local -SubnetId "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ExampleRG/providers/Microsoft.Network/virtualNetworks/ExampleVNet/subnets/default" ``` -This command updates a hybid Azure AD joined network connection named "eastusNetwork" in the resource group "testRg". +This command updates a hyoid Azure AD joined network connection named "eastusNetwork" in the resource group "testRg". ## PARAMETERS diff --git a/azps-12.5.0/Az.DigitalTwins/New-AzDigitalTwinsEndpoint.md b/azps-12.5.0/Az.DigitalTwins/New-AzDigitalTwinsEndpoint.md index ae1e62d987..6a0a188255 100644 --- a/azps-12.5.0/Az.DigitalTwins/New-AzDigitalTwinsEndpoint.md +++ b/azps-12.5.0/Az.DigitalTwins/New-AzDigitalTwinsEndpoint.md @@ -84,7 +84,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/azps-12.5.0/Az.DynatraceObservability/Get-AzDynatraceMonitor.md b/azps-12.5.0/Az.DynatraceObservability/Get-AzDynatraceMonitor.md index 6bb723b5c1..f18696d725 100644 --- a/azps-12.5.0/Az.DynatraceObservability/Get-AzDynatraceMonitor.md +++ b/azps-12.5.0/Az.DynatraceObservability/Get-AzDynatraceMonitor.md @@ -43,7 +43,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 ``` @@ -54,7 +54,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/azps-12.5.0/Az.DynatraceObservability/Get-AzDynatraceMonitorVMHostPayload.md b/azps-12.5.0/Az.DynatraceObservability/Get-AzDynatraceMonitorVMHostPayload.md index c49ab7ff49..679c50761d 100644 --- a/azps-12.5.0/Az.DynatraceObservability/Get-AzDynatraceMonitorVMHostPayload.md +++ b/azps-12.5.0/Az.DynatraceObservability/Get-AzDynatraceMonitorVMHostPayload.md @@ -36,7 +36,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/azps-12.5.0/Az.EdgeOrder/Get-AzEdgeOrderItem.md b/azps-12.5.0/Az.EdgeOrder/Get-AzEdgeOrderItem.md index 8b86445126..9bceb71ca0 100644 --- a/azps-12.5.0/Az.EdgeOrder/Get-AzEdgeOrderItem.md +++ b/azps-12.5.0/Az.EdgeOrder/Get-AzEdgeOrderItem.md @@ -40,7 +40,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/azps-12.5.0/Az.ElasticSan/Remove-AzElasticSanVolumeGroupNetworkRule.md b/azps-12.5.0/Az.ElasticSan/Remove-AzElasticSanVolumeGroupNetworkRule.md index e152dc15a6..37ff2e0194 100644 --- a/azps-12.5.0/Az.ElasticSan/Remove-AzElasticSanVolumeGroupNetworkRule.md +++ b/azps-12.5.0/Az.ElasticSan/Remove-AzElasticSanVolumeGroupNetworkRule.md @@ -37,7 +37,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/azps-12.5.0/Az.ElasticSan/Update-AzElasticSanVolumeGroup.md b/azps-12.5.0/Az.ElasticSan/Update-AzElasticSanVolumeGroup.md index 7206347487..edf7bc7db8 100644 --- a/azps-12.5.0/Az.ElasticSan/Update-AzElasticSanVolumeGroup.md +++ b/azps-12.5.0/Az.ElasticSan/Update-AzElasticSanVolumeGroup.md @@ -74,7 +74,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/azps-12.5.0/Az.EventGrid/Grant-AzEventGridPartnerConfiguration.md b/azps-12.5.0/Az.EventGrid/Grant-AzEventGridPartnerConfiguration.md index e40f0cdad6..3be882e4e5 100644 --- a/azps-12.5.0/Az.EventGrid/Grant-AzEventGridPartnerConfiguration.md +++ b/azps-12.5.0/Az.EventGrid/Grant-AzEventGridPartnerConfiguration.md @@ -66,7 +66,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/azps-12.5.0/Az.EventGrid/New-AzEventGridChannel.md b/azps-12.5.0/Az.EventGrid/New-AzEventGridChannel.md index 566680d10e..bb7f5be6ec 100644 --- a/azps-12.5.0/Az.EventGrid/New-AzEventGridChannel.md +++ b/azps-12.5.0/Az.EventGrid/New-AzEventGridChannel.md @@ -246,7 +246,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 @@ -292,7 +292,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 @@ -353,7 +353,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 @@ -384,7 +384,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 @@ -399,8 +399,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/azps-12.5.0/Az.EventGrid/New-AzEventGridDomain.md b/azps-12.5.0/Az.EventGrid/New-AzEventGridDomain.md index f6707dbbed..be45002542 100644 --- a/azps-12.5.0/Az.EventGrid/New-AzEventGridDomain.md +++ b/azps-12.5.0/Az.EventGrid/New-AzEventGridDomain.md @@ -90,10 +90,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. +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 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 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 @@ -109,9 +109,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/azps-12.5.0/Az.EventGrid/New-AzEventGridDomainEventSubscription.md b/azps-12.5.0/Az.EventGrid/New-AzEventGridDomainEventSubscription.md index f89bf86892..4bc40dfdf1 100644 --- a/azps-12.5.0/Az.EventGrid/New-AzEventGridDomainEventSubscription.md +++ b/azps-12.5.0/Az.EventGrid/New-AzEventGridDomainEventSubscription.md @@ -340,7 +340,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/azps-12.5.0/Az.EventGrid/New-AzEventGridDomainTopicEventSubscription.md b/azps-12.5.0/Az.EventGrid/New-AzEventGridDomainTopicEventSubscription.md index d7c9c22bb6..8b3ca5982e 100644 --- a/azps-12.5.0/Az.EventGrid/New-AzEventGridDomainTopicEventSubscription.md +++ b/azps-12.5.0/Az.EventGrid/New-AzEventGridDomainTopicEventSubscription.md @@ -358,7 +358,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/azps-12.5.0/Az.EventGrid/New-AzEventGridDynamicRoutingEnrichmentObject.md b/azps-12.5.0/Az.EventGrid/New-AzEventGridDynamicRoutingEnrichmentObject.md index 6a10a2aece..b101177056 100644 --- a/azps-12.5.0/Az.EventGrid/New-AzEventGridDynamicRoutingEnrichmentObject.md +++ b/azps-12.5.0/Az.EventGrid/New-AzEventGridDynamicRoutingEnrichmentObject.md @@ -26,7 +26,7 @@ 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 diff --git a/azps-12.5.0/Az.EventGrid/New-AzEventGridNamespaceTopicEventSubscription.md b/azps-12.5.0/Az.EventGrid/New-AzEventGridNamespaceTopicEventSubscription.md index ee9d108e36..f090830d44 100644 --- a/azps-12.5.0/Az.EventGrid/New-AzEventGridNamespaceTopicEventSubscription.md +++ b/azps-12.5.0/Az.EventGrid/New-AzEventGridNamespaceTopicEventSubscription.md @@ -323,7 +323,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 determine dby 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/azps-12.5.0/Az.EventGrid/New-AzEventGridPartnerNamespace.md b/azps-12.5.0/Az.EventGrid/New-AzEventGridPartnerNamespace.md index 32a56039b5..b96c9eefc7 100644 --- a/azps-12.5.0/Az.EventGrid/New-AzEventGridPartnerNamespace.md +++ b/azps-12.5.0/Az.EventGrid/New-AzEventGridPartnerNamespace.md @@ -266,7 +266,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/azps-12.5.0/Az.EventGrid/New-AzEventGridPartnerTopicEventSubscription.md b/azps-12.5.0/Az.EventGrid/New-AzEventGridPartnerTopicEventSubscription.md index b7e7e763ac..b588d1f977 100644 --- a/azps-12.5.0/Az.EventGrid/New-AzEventGridPartnerTopicEventSubscription.md +++ b/azps-12.5.0/Az.EventGrid/New-AzEventGridPartnerTopicEventSubscription.md @@ -314,7 +314,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/azps-12.5.0/Az.EventGrid/New-AzEventGridSubscription.md b/azps-12.5.0/Az.EventGrid/New-AzEventGridSubscription.md index a77d65d4d7..b5d31a1af8 100644 --- a/azps-12.5.0/Az.EventGrid/New-AzEventGridSubscription.md +++ b/azps-12.5.0/Az.EventGrid/New-AzEventGridSubscription.md @@ -292,7 +292,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/azps-12.5.0/Az.EventGrid/New-AzEventGridSystemTopicEventSubscription.md b/azps-12.5.0/Az.EventGrid/New-AzEventGridSystemTopicEventSubscription.md index aee0f10ced..223f0bc2a6 100644 --- a/azps-12.5.0/Az.EventGrid/New-AzEventGridSystemTopicEventSubscription.md +++ b/azps-12.5.0/Az.EventGrid/New-AzEventGridSystemTopicEventSubscription.md @@ -314,7 +314,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/azps-12.5.0/Az.EventGrid/New-AzEventGridTopicEventSubscription.md b/azps-12.5.0/Az.EventGrid/New-AzEventGridTopicEventSubscription.md index b4741500e5..a3f1c4cf17 100644 --- a/azps-12.5.0/Az.EventGrid/New-AzEventGridTopicEventSubscription.md +++ b/azps-12.5.0/Az.EventGrid/New-AzEventGridTopicEventSubscription.md @@ -311,7 +311,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/azps-12.5.0/Az.EventGrid/Revoke-AzEventGridPartnerConfiguration.md b/azps-12.5.0/Az.EventGrid/Revoke-AzEventGridPartnerConfiguration.md index 9ade00d3de..704d744c35 100644 --- a/azps-12.5.0/Az.EventGrid/Revoke-AzEventGridPartnerConfiguration.md +++ b/azps-12.5.0/Az.EventGrid/Revoke-AzEventGridPartnerConfiguration.md @@ -66,7 +66,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/azps-12.5.0/Az.EventGrid/Update-AzEventGridDomain.md b/azps-12.5.0/Az.EventGrid/Update-AzEventGridDomain.md index 4cf96aa5c6..dc87b8a0cd 100644 --- a/azps-12.5.0/Az.EventGrid/Update-AzEventGridDomain.md +++ b/azps-12.5.0/Az.EventGrid/Update-AzEventGridDomain.md @@ -76,10 +76,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. +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 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 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 @@ -95,9 +95,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/azps-12.5.0/Az.EventGrid/Update-AzEventGridDomainEventSubscription.md b/azps-12.5.0/Az.EventGrid/Update-AzEventGridDomainEventSubscription.md index 9f095f60b9..56902d08e9 100644 --- a/azps-12.5.0/Az.EventGrid/Update-AzEventGridDomainEventSubscription.md +++ b/azps-12.5.0/Az.EventGrid/Update-AzEventGridDomainEventSubscription.md @@ -340,7 +340,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/azps-12.5.0/Az.EventGrid/Update-AzEventGridDomainTopicEventSubscription.md b/azps-12.5.0/Az.EventGrid/Update-AzEventGridDomainTopicEventSubscription.md index 31f236e783..5b1a2cab76 100644 --- a/azps-12.5.0/Az.EventGrid/Update-AzEventGridDomainTopicEventSubscription.md +++ b/azps-12.5.0/Az.EventGrid/Update-AzEventGridDomainTopicEventSubscription.md @@ -357,7 +357,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/azps-12.5.0/Az.EventGrid/Update-AzEventGridNamespaceTopicEventSubscription.md b/azps-12.5.0/Az.EventGrid/Update-AzEventGridNamespaceTopicEventSubscription.md index a5ae7cfd35..9074d62c92 100644 --- a/azps-12.5.0/Az.EventGrid/Update-AzEventGridNamespaceTopicEventSubscription.md +++ b/azps-12.5.0/Az.EventGrid/Update-AzEventGridNamespaceTopicEventSubscription.md @@ -347,7 +347,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/azps-12.5.0/Az.EventGrid/Update-AzEventGridPartnerTopicEventSubscription.md b/azps-12.5.0/Az.EventGrid/Update-AzEventGridPartnerTopicEventSubscription.md index f12e02ac8b..009c90d5b4 100644 --- a/azps-12.5.0/Az.EventGrid/Update-AzEventGridPartnerTopicEventSubscription.md +++ b/azps-12.5.0/Az.EventGrid/Update-AzEventGridPartnerTopicEventSubscription.md @@ -311,7 +311,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/azps-12.5.0/Az.EventGrid/Update-AzEventGridSubscription.md b/azps-12.5.0/Az.EventGrid/Update-AzEventGridSubscription.md index 36942e6573..74ddb5075f 100644 --- a/azps-12.5.0/Az.EventGrid/Update-AzEventGridSubscription.md +++ b/azps-12.5.0/Az.EventGrid/Update-AzEventGridSubscription.md @@ -278,7 +278,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/azps-12.5.0/Az.EventGrid/Update-AzEventGridSystemTopicEventSubscription.md b/azps-12.5.0/Az.EventGrid/Update-AzEventGridSystemTopicEventSubscription.md index c6dae2ea8a..c5cc5409ac 100644 --- a/azps-12.5.0/Az.EventGrid/Update-AzEventGridSystemTopicEventSubscription.md +++ b/azps-12.5.0/Az.EventGrid/Update-AzEventGridSystemTopicEventSubscription.md @@ -311,7 +311,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/azps-12.5.0/Az.EventGrid/Update-AzEventGridTopicEventSubscription.md b/azps-12.5.0/Az.EventGrid/Update-AzEventGridTopicEventSubscription.md index a568b4d8db..4870023014 100644 --- a/azps-12.5.0/Az.EventGrid/Update-AzEventGridTopicEventSubscription.md +++ b/azps-12.5.0/Az.EventGrid/Update-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