From c7e5dee7194f8623b8f1421687b1a6925c0bfb4f Mon Sep 17 00:00:00 2001 From: azure-powershell-bot <65331932+azure-powershell-bot@users.noreply.github.com> Date: Tue, 15 Oct 2024 07:38:40 +0000 Subject: [PATCH 1/3] Move EventGrid to main --- .../EventGrid.Autorest/Az.EventGrid.psd1 | 2 +- src/EventGrid/EventGrid.Autorest/README.md | 45 +- .../EventGrid.Autorest/build-module.ps1 | 19 +- ...GridNumberInRangeAdvancedFilterObject.ps1} | 29 +- ...w-AzEventGridNumberInRangeFilterObject.ps1 | 53 + ...idNumberNotInRangeAdvancedFilterObject.ps1 | 53 + ...zEventGridNumberNotInRangeFilterObject.ps1 | 53 + ...ventGridBoolEqualsAdvancedFilterObject.ps1 | 53 + .../New-AzEventGridBoolEqualsFilterObject.ps1 | 53 + ...DynamicDeliveryAttributeMappingObject.ps1} | 29 +- ...EventGridEventSubscriptionFilterObject.ps1 | 81 + ...EventGridIsNotNullAdvancedFilterObject.ps1 | 47 + .../New-AzEventGridIsNotNullFilterObject.ps1 | 47 + ...dIsNullOrUndefinedAdvancedFilterObject.ps1 | 47 + ...EventGridIsNullOrUndefinedFilterObject.ps1 | 47 + ...dNumberGreaterThanAdvancedFilterObject.ps1 | 53 + ...EventGridNumberGreaterThanFilterObject.ps1 | 53 + ...reaterThanOrEqualsAdvancedFilterObject.ps1 | 53 + ...dNumberGreaterThanOrEqualsFilterObject.ps1 | 53 + ...zEventGridNumberInAdvancedFilterObject.ps1 | 53 + ...> New-AzEventGridNumberInFilterObject.ps1} | 29 +- ...GridNumberLessThanAdvancedFilterObject.ps1 | 53 + ...-AzEventGridNumberLessThanFilterObject.ps1 | 53 + ...erLessThanOrEqualsAdvancedFilterObject.ps1 | 53 + ...GridNumberLessThanOrEqualsFilterObject.ps1 | 53 + ...entGridNumberNotInAdvancedFilterObject.ps1 | 53 + ...New-AzEventGridNumberNotInFilterObject.ps1 | 53 + ...idStaticDeliveryAttributeMappingObject.ps1 | 59 + ...idStringBeginsWithAdvancedFilterObject.ps1 | 53 + ...zEventGridStringBeginsWithFilterObject.ps1 | 53 + ...GridStringContainsAdvancedFilterObject.ps1 | 53 + ...-AzEventGridStringContainsFilterObject.ps1 | 53 + ...GridStringEndsWithAdvancedFilterObject.ps1 | 53 + ...-AzEventGridStringEndsWithFilterObject.ps1 | 53 + ...zEventGridStringInAdvancedFilterObject.ps1 | 53 + .../New-AzEventGridStringInFilterObject.ps1 | 53 + ...tringNotBeginsWithAdvancedFilterObject.ps1 | 53 + ...entGridStringNotBeginsWithFilterObject.ps1 | 53 + ...dStringNotContainsAdvancedFilterObject.ps1 | 53 + ...EventGridStringNotContainsFilterObject.ps1 | 53 + ...dStringNotEndsWithAdvancedFilterObject.ps1 | 53 + ...EventGridStringNotEndsWithFilterObject.ps1 | 53 + ...entGridStringNotInAdvancedFilterObject.ps1 | 53 + ...New-AzEventGridStringNotInFilterObject.ps1 | 53 + .../New-AzEventGridAdvancedFilterObject.md | 12 - ...EventGridBoolEqualsAdvancedFilterObject.md | 12 + .../New-AzEventGridBoolEqualsFilterObject.md | 10 + ...EventGridDeliveryAttributeMappingObject.md | 12 - ...idDynamicDeliveryAttributeMappingObject.md | 12 + ...zEventGridEventSubscriptionFilterObject.md | 13 + .../examples/New-AzEventGridFilterObject.md | 12 - ...zEventGridIsNotNullAdvancedFilterObject.md | 12 + .../New-AzEventGridIsNotNullFilterObject.md | 12 + ...idIsNullOrUndefinedAdvancedFilterObject.md | 12 + ...zEventGridIsNullOrUndefinedFilterObject.md | 12 + ...idNumberGreaterThanAdvancedFilterObject.md | 12 + ...zEventGridNumberGreaterThanFilterObject.md | 12 + ...GreaterThanOrEqualsAdvancedFilterObject.md | 12 + ...idNumberGreaterThanOrEqualsFilterObject.md | 12 + ...AzEventGridNumberInAdvancedFilterObject.md | 12 + .../New-AzEventGridNumberInFilterObject.md | 12 + ...ntGridNumberInRangeAdvancedFilterObject.md | 13 + ...ew-AzEventGridNumberInRangeFilterObject.md | 13 + ...tGridNumberLessThanAdvancedFilterObject.md | 12 + ...w-AzEventGridNumberLessThanFilterObject.md | 12 + ...berLessThanOrEqualsAdvancedFilterObject.md | 12 + ...tGridNumberLessThanOrEqualsFilterObject.md | 12 + ...ventGridNumberNotInAdvancedFilterObject.md | 12 + .../New-AzEventGridNumberNotInFilterObject.md | 12 + ...ridNumberNotInRangeAdvancedFilterObject.md | 13 + ...AzEventGridNumberNotInRangeFilterObject.md | 13 + ...ridStaticDeliveryAttributeMappingObject.md | 12 + ...ridStringBeginsWithAdvancedFilterObject.md | 12 + ...AzEventGridStringBeginsWithFilterObject.md | 12 + ...tGridStringContainsAdvancedFilterObject.md | 12 + ...w-AzEventGridStringContainsFilterObject.md | 10 + ...tGridStringEndsWithAdvancedFilterObject.md | 12 + ...w-AzEventGridStringEndsWithFilterObject.md | 12 + ...AzEventGridStringInAdvancedFilterObject.md | 12 + .../New-AzEventGridStringInFilterObject.md | 12 + ...StringNotBeginsWithAdvancedFilterObject.md | 12 + ...ventGridStringNotBeginsWithFilterObject.md | 12 + ...idStringNotContainsAdvancedFilterObject.md | 12 + ...zEventGridStringNotContainsFilterObject.md | 12 + ...idStringNotEndsWithAdvancedFilterObject.md | 12 + ...zEventGridStringNotEndsWithFilterObject.md | 12 + ...ventGridStringNotInAdvancedFilterObject.md | 12 + .../New-AzEventGridStringNotInFilterObject.md | 12 + ...entGridBoolEqualsAdvancedFilterObject.ps1} | 25 +- .../New-AzEventGridBoolEqualsFilterObject.ps1 | 123 + .../exports/New-AzEventGridCaCertificate.ps1 | 4 +- .../exports/New-AzEventGridChannel.ps1 | 4 +- .../exports/New-AzEventGridClient.ps1 | 4 +- .../exports/New-AzEventGridClientGroup.ps1 | 4 +- .../exports/New-AzEventGridDomain.ps1 | 4 +- ...New-AzEventGridDomainEventSubscription.ps1 | 4 +- .../exports/New-AzEventGridDomainTopic.ps1 | 4 +- ...zEventGridDomainTopicEventSubscription.ps1 | 4 +- ...DynamicDeliveryAttributeMappingObject.ps1} | 23 +- ...EventGridEventSubscriptionFilterObject.ps1 | 161 + ...EventGridIsNotNullAdvancedFilterObject.ps1 | 117 + .../New-AzEventGridIsNotNullFilterObject.ps1 | 117 + ...dIsNullOrUndefinedAdvancedFilterObject.ps1 | 117 + ...EventGridIsNullOrUndefinedFilterObject.ps1 | 117 + .../exports/New-AzEventGridNamespace.ps1 | 4 +- .../exports/New-AzEventGridNamespaceTopic.ps1 | 4 +- ...entGridNamespaceTopicEventSubscription.ps1 | 4 +- ...dNumberGreaterThanAdvancedFilterObject.ps1 | 123 + ...EventGridNumberGreaterThanFilterObject.ps1 | 123 + ...reaterThanOrEqualsAdvancedFilterObject.ps1 | 123 + ...dNumberGreaterThanOrEqualsFilterObject.ps1 | 123 + ...zEventGridNumberInAdvancedFilterObject.ps1 | 123 + ...> New-AzEventGridNumberInFilterObject.ps1} | 25 +- ...tGridNumberInRangeAdvancedFilterObject.ps1 | 124 + ...w-AzEventGridNumberInRangeFilterObject.ps1 | 124 + ...GridNumberLessThanAdvancedFilterObject.ps1 | 123 + ...-AzEventGridNumberLessThanFilterObject.ps1 | 123 + ...erLessThanOrEqualsAdvancedFilterObject.ps1 | 123 + ...GridNumberLessThanOrEqualsFilterObject.ps1 | 123 + ...entGridNumberNotInAdvancedFilterObject.ps1 | 123 + ...New-AzEventGridNumberNotInFilterObject.ps1 | 123 + ...idNumberNotInRangeAdvancedFilterObject.ps1 | 124 + ...zEventGridNumberNotInRangeFilterObject.ps1 | 124 + .../New-AzEventGridPartnerConfiguration.ps1 | 4 +- .../New-AzEventGridPartnerDestination.ps1 | 4 +- .../New-AzEventGridPartnerNamespace.ps1 | 4 +- .../New-AzEventGridPartnerRegistration.ps1 | 4 +- .../exports/New-AzEventGridPartnerTopic.ps1 | 4 +- ...EventGridPartnerTopicEventSubscription.ps1 | 4 +- .../New-AzEventGridPermissionBinding.ps1 | 4 +- ...idStaticDeliveryAttributeMappingObject.ps1 | 129 + ...idStringBeginsWithAdvancedFilterObject.ps1 | 123 + ...zEventGridStringBeginsWithFilterObject.ps1 | 123 + ...GridStringContainsAdvancedFilterObject.ps1 | 123 + ...-AzEventGridStringContainsFilterObject.ps1 | 123 + ...GridStringEndsWithAdvancedFilterObject.ps1 | 123 + ...-AzEventGridStringEndsWithFilterObject.ps1 | 123 + ...zEventGridStringInAdvancedFilterObject.ps1 | 123 + .../New-AzEventGridStringInFilterObject.ps1 | 123 + ...tringNotBeginsWithAdvancedFilterObject.ps1 | 123 + ...entGridStringNotBeginsWithFilterObject.ps1 | 123 + ...dStringNotContainsAdvancedFilterObject.ps1 | 123 + ...EventGridStringNotContainsFilterObject.ps1 | 123 + ...dStringNotEndsWithAdvancedFilterObject.ps1 | 123 + ...EventGridStringNotEndsWithFilterObject.ps1 | 123 + ...entGridStringNotInAdvancedFilterObject.ps1 | 123 + ...New-AzEventGridStringNotInFilterObject.ps1 | 123 + .../exports/New-AzEventGridSubscription.ps1 | 4 +- .../exports/New-AzEventGridSystemTopic.ps1 | 4 +- ...zEventGridSystemTopicEventSubscription.ps1 | 4 +- .../exports/New-AzEventGridTopic.ps1 | 4 +- .../New-AzEventGridTopicEventSubscription.ps1 | 4 +- .../exports/New-AzEventGridTopicSpace.ps1 | 4 +- .../exports/ProxyCmdletDefinitions.ps1 | 4877 +++++++++++++++-- .../exports/Update-AzEventGridChannel.ps1 | 4 +- .../exports/Update-AzEventGridClient.ps1 | 4 +- .../exports/Update-AzEventGridClientGroup.ps1 | 4 +- .../exports/Update-AzEventGridDomain.ps1 | 4 +- ...ate-AzEventGridDomainEventSubscription.ps1 | 4 +- ...zEventGridDomainTopicEventSubscription.ps1 | 4 +- .../exports/Update-AzEventGridNamespace.ps1 | 4 +- .../Update-AzEventGridNamespaceTopic.ps1 | 4 +- ...entGridNamespaceTopicEventSubscription.ps1 | 4 +- ...Update-AzEventGridPartnerConfiguration.ps1 | 4 +- .../Update-AzEventGridPartnerDestination.ps1 | 4 +- .../Update-AzEventGridPartnerNamespace.ps1 | 4 +- .../Update-AzEventGridPartnerTopic.ps1 | 4 +- ...EventGridPartnerTopicEventSubscription.ps1 | 4 +- .../Update-AzEventGridPermissionBinding.ps1 | 4 +- .../Update-AzEventGridSubscription.ps1 | 4 +- .../exports/Update-AzEventGridSystemTopic.ps1 | 4 +- ...zEventGridSystemTopicEventSubscription.ps1 | 4 +- .../exports/Update-AzEventGridTopic.ps1 | 4 +- ...date-AzEventGridTopicEventSubscription.ps1 | 4 +- .../exports/Update-AzEventGridTopicSpace.ps1 | 4 +- .../generated/api/EventGrid.cs | 1144 ++-- ...AzEventGridCaCertificate_CreateExpanded.cs | 4 +- ...CaCertificate_CreateViaIdentityExpanded.cs | 4 +- ...cate_CreateViaIdentityNamespaceExpanded.cs | 4 +- ...GridCaCertificate_CreateViaJsonFilePath.cs | 4 +- ...ntGridCaCertificate_CreateViaJsonString.cs | 4 +- .../NewAzEventGridChannel_CreateExpanded.cs | 4 +- ...ntGridChannel_CreateViaIdentityExpanded.cs | 4 +- ...eateViaIdentityPartnerNamespaceExpanded.cs | 4 +- ...zEventGridChannel_CreateViaJsonFilePath.cs | 4 +- ...wAzEventGridChannel_CreateViaJsonString.cs | 4 +- ...ewAzEventGridClientGroup_CreateExpanded.cs | 4 +- ...idClientGroup_CreateViaIdentityExpanded.cs | 4 +- ...roup_CreateViaIdentityNamespaceExpanded.cs | 4 +- ...ntGridClientGroup_CreateViaJsonFilePath.cs | 4 +- ...ventGridClientGroup_CreateViaJsonString.cs | 4 +- .../NewAzEventGridClient_CreateExpanded.cs | 4 +- ...entGridClient_CreateViaIdentityExpanded.cs | 4 +- ...ient_CreateViaIdentityNamespaceExpanded.cs | 4 +- ...AzEventGridClient_CreateViaJsonFilePath.cs | 4 +- ...ewAzEventGridClient_CreateViaJsonString.cs | 4 +- ...dDomainEventSubscription_CreateExpanded.cs | 4 +- ...ription_CreateViaIdentityDomainExpanded.cs | 4 +- ...tSubscription_CreateViaIdentityExpanded.cs | 4 +- ...EventSubscription_CreateViaJsonFilePath.cs | 4 +- ...inEventSubscription_CreateViaJsonString.cs | 4 +- ...inTopicEventSubscription_CreateExpanded.cs | 4 +- ...ription_CreateViaIdentityDomainExpanded.cs | 4 +- ...tSubscription_CreateViaIdentityExpanded.cs | 4 +- ...cription_CreateViaIdentityTopicExpanded.cs | 4 +- ...EventSubscription_CreateViaJsonFilePath.cs | 4 +- ...icEventSubscription_CreateViaJsonString.cs | 4 +- ...ewAzEventGridDomainTopic_CreateExpanded.cs | 6 +- .../NewAzEventGridDomain_CreateExpanded.cs | 4 +- ...entGridDomain_CreateViaIdentityExpanded.cs | 4 +- ...AzEventGridDomain_CreateViaJsonFilePath.cs | 4 +- ...ewAzEventGridDomain_CreateViaJsonString.cs | 4 +- ...ceTopicEventSubscription_CreateExpanded.cs | 6 +- ...tSubscription_CreateViaIdentityExpanded.cs | 6 +- ...tion_CreateViaIdentityNamespaceExpanded.cs | 6 +- ...cription_CreateViaIdentityTopicExpanded.cs | 6 +- ...EventSubscription_CreateViaJsonFilePath.cs | 6 +- ...icEventSubscription_CreateViaJsonString.cs | 6 +- ...zEventGridNamespaceTopic_CreateExpanded.cs | 4 +- ...amespaceTopic_CreateViaIdentityExpanded.cs | 4 +- ...opic_CreateViaIdentityNamespaceExpanded.cs | 4 +- ...ridNamespaceTopic_CreateViaJsonFilePath.cs | 4 +- ...tGridNamespaceTopic_CreateViaJsonString.cs | 4 +- .../NewAzEventGridNamespace_CreateExpanded.cs | 6 +- ...GridNamespace_CreateViaIdentityExpanded.cs | 6 +- ...ventGridNamespace_CreateViaJsonFilePath.cs | 6 +- ...zEventGridNamespace_CreateViaJsonString.cs | 6 +- ...GridPartnerConfiguration_CreateExpanded.cs | 6 +- ...tnerConfiguration_CreateViaJsonFilePath.cs | 6 +- ...artnerConfiguration_CreateViaJsonString.cs | 6 +- ...ntGridPartnerDestination_CreateExpanded.cs | 4 +- ...erDestination_CreateViaIdentityExpanded.cs | 4 +- ...artnerDestination_CreateViaJsonFilePath.cs | 4 +- ...dPartnerDestination_CreateViaJsonString.cs | 4 +- ...ventGridPartnerNamespace_CreateExpanded.cs | 4 +- ...tnerNamespace_CreateViaIdentityExpanded.cs | 4 +- ...dPartnerNamespace_CreateViaJsonFilePath.cs | 4 +- ...ridPartnerNamespace_CreateViaJsonString.cs | 4 +- ...tGridPartnerRegistration_CreateExpanded.cs | 4 +- ...rRegistration_CreateViaIdentityExpanded.cs | 4 +- ...rtnerRegistration_CreateViaJsonFilePath.cs | 4 +- ...PartnerRegistration_CreateViaJsonString.cs | 4 +- ...erTopicEventSubscription_CreateExpanded.cs | 6 +- ...tSubscription_CreateViaIdentityExpanded.cs | 6 +- ...n_CreateViaIdentityPartnerTopicExpanded.cs | 6 +- ...EventSubscription_CreateViaJsonFilePath.cs | 6 +- ...icEventSubscription_CreateViaJsonString.cs | 6 +- ...wAzEventGridPartnerTopic_CreateExpanded.cs | 4 +- ...dPartnerTopic_CreateViaIdentityExpanded.cs | 4 +- ...tGridPartnerTopic_CreateViaJsonFilePath.cs | 4 +- ...entGridPartnerTopic_CreateViaJsonString.cs | 4 +- ...entGridPermissionBinding_CreateExpanded.cs | 4 +- ...issionBinding_CreateViaIdentityExpanded.cs | 4 +- ...ding_CreateViaIdentityNamespaceExpanded.cs | 4 +- ...PermissionBinding_CreateViaJsonFilePath.cs | 4 +- ...idPermissionBinding_CreateViaJsonString.cs | 4 +- ...wAzEventGridSubscription_CreateExpanded.cs | 4 +- ...dSubscription_CreateViaIdentityExpanded.cs | 4 +- ...tGridSubscription_CreateViaJsonFilePath.cs | 4 +- ...entGridSubscription_CreateViaJsonString.cs | 4 +- ...emTopicEventSubscription_CreateExpanded.cs | 6 +- ...tSubscription_CreateViaIdentityExpanded.cs | 6 +- ...on_CreateViaIdentitySystemTopicExpanded.cs | 6 +- ...EventSubscription_CreateViaJsonFilePath.cs | 6 +- ...icEventSubscription_CreateViaJsonString.cs | 6 +- ...ewAzEventGridSystemTopic_CreateExpanded.cs | 4 +- ...idSystemTopic_CreateViaIdentityExpanded.cs | 4 +- ...ntGridSystemTopic_CreateViaJsonFilePath.cs | 4 +- ...ventGridSystemTopic_CreateViaJsonString.cs | 4 +- ...idTopicEventSubscription_CreateExpanded.cs | 4 +- ...tSubscription_CreateViaIdentityExpanded.cs | 4 +- ...cription_CreateViaIdentityTopicExpanded.cs | 4 +- ...EventSubscription_CreateViaJsonFilePath.cs | 4 +- ...icEventSubscription_CreateViaJsonString.cs | 4 +- ...NewAzEventGridTopicSpace_CreateExpanded.cs | 4 +- ...ridTopicSpace_CreateViaIdentityExpanded.cs | 4 +- ...pace_CreateViaIdentityNamespaceExpanded.cs | 4 +- ...entGridTopicSpace_CreateViaJsonFilePath.cs | 4 +- ...EventGridTopicSpace_CreateViaJsonString.cs | 4 +- .../NewAzEventGridTopic_CreateExpanded.cs | 4 +- ...ventGridTopic_CreateViaIdentityExpanded.cs | 4 +- ...wAzEventGridTopic_CreateViaJsonFilePath.cs | 4 +- ...NewAzEventGridTopic_CreateViaJsonString.cs | 4 +- ...UpdateAzEventGridChannel_UpdateExpanded.cs | 4 +- ...ntGridChannel_UpdateViaIdentityExpanded.cs | 4 +- ...dateViaIdentityPartnerNamespaceExpanded.cs | 4 +- ...zEventGridChannel_UpdateViaJsonFilePath.cs | 4 +- ...eAzEventGridChannel_UpdateViaJsonString.cs | 4 +- ...teAzEventGridClientGroup_UpdateExpanded.cs | 4 +- ...idClientGroup_UpdateViaIdentityExpanded.cs | 4 +- ...roup_UpdateViaIdentityNamespaceExpanded.cs | 4 +- .../UpdateAzEventGridClient_UpdateExpanded.cs | 4 +- ...entGridClient_UpdateViaIdentityExpanded.cs | 4 +- ...ient_UpdateViaIdentityNamespaceExpanded.cs | 4 +- ...dDomainEventSubscription_UpdateExpanded.cs | 4 +- ...ription_UpdateViaIdentityDomainExpanded.cs | 4 +- ...tSubscription_UpdateViaIdentityExpanded.cs | 4 +- ...EventSubscription_UpdateViaJsonFilePath.cs | 4 +- ...inEventSubscription_UpdateViaJsonString.cs | 4 +- ...inTopicEventSubscription_UpdateExpanded.cs | 4 +- ...ription_UpdateViaIdentityDomainExpanded.cs | 4 +- ...tSubscription_UpdateViaIdentityExpanded.cs | 4 +- ...cription_UpdateViaIdentityTopicExpanded.cs | 4 +- ...EventSubscription_UpdateViaJsonFilePath.cs | 4 +- ...icEventSubscription_UpdateViaJsonString.cs | 4 +- .../UpdateAzEventGridDomain_UpdateExpanded.cs | 4 +- ...entGridDomain_UpdateViaIdentityExpanded.cs | 4 +- ...ceTopicEventSubscription_UpdateExpanded.cs | 4 +- ...tSubscription_UpdateViaIdentityExpanded.cs | 4 +- ...tion_UpdateViaIdentityNamespaceExpanded.cs | 4 +- ...cription_UpdateViaIdentityTopicExpanded.cs | 4 +- ...EventSubscription_UpdateViaJsonFilePath.cs | 4 +- ...icEventSubscription_UpdateViaJsonString.cs | 4 +- ...zEventGridNamespaceTopic_UpdateExpanded.cs | 4 +- ...amespaceTopic_UpdateViaIdentityExpanded.cs | 4 +- ...opic_UpdateViaIdentityNamespaceExpanded.cs | 4 +- ...ridNamespaceTopic_UpdateViaJsonFilePath.cs | 4 +- ...tGridNamespaceTopic_UpdateViaJsonString.cs | 4 +- ...dateAzEventGridNamespace_UpdateExpanded.cs | 6 +- ...GridNamespace_UpdateViaIdentityExpanded.cs | 6 +- ...GridPartnerConfiguration_UpdateExpanded.cs | 4 +- ...tnerConfiguration_UpdateViaJsonFilePath.cs | 4 +- ...artnerConfiguration_UpdateViaJsonString.cs | 4 +- ...ntGridPartnerDestination_UpdateExpanded.cs | 4 +- ...erDestination_UpdateViaIdentityExpanded.cs | 4 +- ...artnerDestination_UpdateViaJsonFilePath.cs | 4 +- ...dPartnerDestination_UpdateViaJsonString.cs | 4 +- ...ventGridPartnerNamespace_UpdateExpanded.cs | 4 +- ...tnerNamespace_UpdateViaIdentityExpanded.cs | 4 +- ...dPartnerNamespace_UpdateViaJsonFilePath.cs | 4 +- ...ridPartnerNamespace_UpdateViaJsonString.cs | 4 +- ...erTopicEventSubscription_UpdateExpanded.cs | 4 +- ...tSubscription_UpdateViaIdentityExpanded.cs | 4 +- ...n_UpdateViaIdentityPartnerTopicExpanded.cs | 4 +- ...EventSubscription_UpdateViaJsonFilePath.cs | 4 +- ...icEventSubscription_UpdateViaJsonString.cs | 4 +- ...eAzEventGridPartnerTopic_UpdateExpanded.cs | 4 +- ...dPartnerTopic_UpdateViaIdentityExpanded.cs | 4 +- ...entGridPermissionBinding_UpdateExpanded.cs | 4 +- ...issionBinding_UpdateViaIdentityExpanded.cs | 4 +- ...ding_UpdateViaIdentityNamespaceExpanded.cs | 4 +- ...eAzEventGridSubscription_UpdateExpanded.cs | 4 +- ...dSubscription_UpdateViaIdentityExpanded.cs | 4 +- ...tGridSubscription_UpdateViaJsonFilePath.cs | 4 +- ...entGridSubscription_UpdateViaJsonString.cs | 4 +- ...emTopicEventSubscription_UpdateExpanded.cs | 4 +- ...tSubscription_UpdateViaIdentityExpanded.cs | 4 +- ...on_UpdateViaIdentitySystemTopicExpanded.cs | 4 +- ...EventSubscription_UpdateViaJsonFilePath.cs | 4 +- ...icEventSubscription_UpdateViaJsonString.cs | 4 +- ...teAzEventGridSystemTopic_UpdateExpanded.cs | 4 +- ...idSystemTopic_UpdateViaIdentityExpanded.cs | 4 +- ...idTopicEventSubscription_UpdateExpanded.cs | 4 +- ...tSubscription_UpdateViaIdentityExpanded.cs | 4 +- ...cription_UpdateViaIdentityTopicExpanded.cs | 4 +- ...EventSubscription_UpdateViaJsonFilePath.cs | 4 +- ...icEventSubscription_UpdateViaJsonString.cs | 4 +- ...ateAzEventGridTopicSpace_UpdateExpanded.cs | 4 +- ...ridTopicSpace_UpdateViaIdentityExpanded.cs | 4 +- ...pace_UpdateViaIdentityNamespaceExpanded.cs | 4 +- .../UpdateAzEventGridTopic_UpdateExpanded.cs | 4 +- ...ventGridTopic_UpdateViaIdentityExpanded.cs | 4 +- .../EventGrid.Autorest/help/Az.EventGrid.md | 220 +- ...EventGridBoolEqualsAdvancedFilterObject.md | 81 + .../New-AzEventGridBoolEqualsFilterObject.md | 79 + .../help/New-AzEventGridCaCertificate.md | 4 +- .../help/New-AzEventGridChannel.md | 4 +- .../help/New-AzEventGridClient.md | 4 +- .../help/New-AzEventGridClientGroup.md | 4 +- .../help/New-AzEventGridDomain.md | 4 +- .../New-AzEventGridDomainEventSubscription.md | 4 +- .../help/New-AzEventGridDomainTopic.md | 4 +- ...AzEventGridDomainTopicEventSubscription.md | 4 +- ...dDynamicDeliveryAttributeMappingObject.md} | 29 +- ...zEventGridEventSubscriptionFilterObject.md | 150 + ...zEventGridIsNotNullAdvancedFilterObject.md | 66 + .../New-AzEventGridIsNotNullFilterObject.md | 66 + ...idIsNullOrUndefinedAdvancedFilterObject.md | 66 + ...zEventGridIsNullOrUndefinedFilterObject.md | 66 + .../help/New-AzEventGridNamespace.md | 4 +- .../help/New-AzEventGridNamespaceTopic.md | 4 +- ...ventGridNamespaceTopicEventSubscription.md | 4 +- ...idNumberGreaterThanAdvancedFilterObject.md | 81 + ...zEventGridNumberGreaterThanFilterObject.md | 81 + ...GreaterThanOrEqualsAdvancedFilterObject.md | 82 + ...idNumberGreaterThanOrEqualsFilterObject.md | 81 + ...zEventGridNumberInAdvancedFilterObject.md} | 28 +- ...=> New-AzEventGridNumberInFilterObject.md} | 28 +- ...ntGridNumberInRangeAdvancedFilterObject.md | 82 + ...ew-AzEventGridNumberInRangeFilterObject.md | 82 + ...tGridNumberLessThanAdvancedFilterObject.md | 81 + ...w-AzEventGridNumberLessThanFilterObject.md | 81 + ...berLessThanOrEqualsAdvancedFilterObject.md | 82 + ...tGridNumberLessThanOrEqualsFilterObject.md | 81 + ...ventGridNumberNotInAdvancedFilterObject.md | 81 + .../New-AzEventGridNumberNotInFilterObject.md | 81 + ...ridNumberNotInRangeAdvancedFilterObject.md | 82 + ...AzEventGridNumberNotInRangeFilterObject.md | 82 + .../New-AzEventGridPartnerConfiguration.md | 4 +- .../help/New-AzEventGridPartnerDestination.md | 4 +- .../help/New-AzEventGridPartnerNamespace.md | 4 +- .../New-AzEventGridPartnerRegistration.md | 4 +- .../help/New-AzEventGridPartnerTopic.md | 4 +- ...zEventGridPartnerTopicEventSubscription.md | 4 +- .../help/New-AzEventGridPermissionBinding.md | 4 +- ...idStaticDeliveryAttributeMappingObject.md} | 42 +- ...ridStringBeginsWithAdvancedFilterObject.md | 81 + ...AzEventGridStringBeginsWithFilterObject.md | 81 + ...tGridStringContainsAdvancedFilterObject.md | 81 + ...w-AzEventGridStringContainsFilterObject.md | 79 + ...tGridStringEndsWithAdvancedFilterObject.md | 81 + ...w-AzEventGridStringEndsWithFilterObject.md | 81 + ...AzEventGridStringInAdvancedFilterObject.md | 81 + .../New-AzEventGridStringInFilterObject.md} | 32 +- ...StringNotBeginsWithAdvancedFilterObject.md | 82 + ...ventGridStringNotBeginsWithFilterObject.md | 81 + ...idStringNotContainsAdvancedFilterObject.md | 81 + ...zEventGridStringNotContainsFilterObject.md | 81 + ...idStringNotEndsWithAdvancedFilterObject.md | 81 + ...zEventGridStringNotEndsWithFilterObject.md | 81 + ...ventGridStringNotInAdvancedFilterObject.md | 81 + .../New-AzEventGridStringNotInFilterObject.md | 81 + .../help/New-AzEventGridSubscription.md | 4 +- .../help/New-AzEventGridSystemTopic.md | 4 +- ...AzEventGridSystemTopicEventSubscription.md | 4 +- .../help/New-AzEventGridTopic.md | 4 +- .../New-AzEventGridTopicEventSubscription.md | 4 +- .../help/New-AzEventGridTopicSpace.md | 4 +- .../help/Update-AzEventGridChannel.md | 4 +- .../help/Update-AzEventGridClient.md | 4 +- .../help/Update-AzEventGridClientGroup.md | 4 +- .../help/Update-AzEventGridDomain.md | 4 +- ...date-AzEventGridDomainEventSubscription.md | 4 +- ...AzEventGridDomainTopicEventSubscription.md | 4 +- .../help/Update-AzEventGridNamespace.md | 4 +- .../help/Update-AzEventGridNamespaceTopic.md | 4 +- ...ventGridNamespaceTopicEventSubscription.md | 4 +- .../Update-AzEventGridPartnerConfiguration.md | 4 +- .../Update-AzEventGridPartnerDestination.md | 4 +- .../Update-AzEventGridPartnerNamespace.md | 4 +- .../help/Update-AzEventGridPartnerTopic.md | 4 +- ...zEventGridPartnerTopicEventSubscription.md | 4 +- .../Update-AzEventGridPermissionBinding.md | 4 +- .../help/Update-AzEventGridSubscription.md | 4 +- .../help/Update-AzEventGridSystemTopic.md | 4 +- ...AzEventGridSystemTopicEventSubscription.md | 4 +- .../help/Update-AzEventGridTopic.md | 4 +- ...pdate-AzEventGridTopicEventSubscription.md | 4 +- .../help/Update-AzEventGridTopicSpace.md | 4 +- ...idBoolEqualsAdvancedFilterObject.Tests.ps1 | 21 + ...zEventGridBoolEqualsFilterObject.Tests.ps1 | 21 + ...icDeliveryAttributeMappingObject.Tests.ps1 | 21 + ...ridEventSubscriptionFilterObject.Tests.ps1 | 21 + ...ridIsNotNullAdvancedFilterObject.Tests.ps1 | 21 + ...AzEventGridIsNotNullFilterObject.Tests.ps1 | 21 + ...lOrUndefinedAdvancedFilterObject.Tests.ps1 | 21 + ...ridIsNullOrUndefinedFilterObject.Tests.ps1 | 21 + ...rGreaterThanAdvancedFilterObject.Tests.ps1 | 21 + ...ridNumberGreaterThanFilterObject.Tests.ps1 | 21 + ...ThanOrEqualsAdvancedFilterObject.Tests.ps1 | 21 + ...rGreaterThanOrEqualsFilterObject.Tests.ps1 | 21 + ...GridNumberInAdvancedFilterObject.Tests.ps1 | 21 + ...-AzEventGridNumberInFilterObject.Tests.ps1 | 21 + ...umberInRangeAdvancedFilterObject.Tests.ps1 | 21 + ...entGridNumberInRangeFilterObject.Tests.ps1 | 21 + ...mberLessThanAdvancedFilterObject.Tests.ps1 | 21 + ...ntGridNumberLessThanFilterObject.Tests.ps1 | 21 + ...ThanOrEqualsAdvancedFilterObject.Tests.ps1 | 21 + ...mberLessThanOrEqualsFilterObject.Tests.ps1 | 21 + ...dNumberNotInAdvancedFilterObject.Tests.ps1 | 21 + ...EventGridNumberNotInFilterObject.Tests.ps1 | 21 + ...erNotInRangeAdvancedFilterObject.Tests.ps1 | 21 + ...GridNumberNotInRangeFilterObject.Tests.ps1 | 21 + ...icDeliveryAttributeMappingObject.Tests.ps1 | 21 + ...ngBeginsWithAdvancedFilterObject.Tests.ps1 | 21 + ...GridStringBeginsWithFilterObject.Tests.ps1 | 21 + ...ringContainsAdvancedFilterObject.Tests.ps1 | 21 + ...ntGridStringContainsFilterObject.Tests.ps1 | 21 + ...ringEndsWithAdvancedFilterObject.Tests.ps1 | 21 + ...ntGridStringEndsWithFilterObject.Tests.ps1 | 21 + ...GridStringInAdvancedFilterObject.Tests.ps1 | 21 + ...-AzEventGridStringInFilterObject.Tests.ps1 | 21 + ...otBeginsWithAdvancedFilterObject.Tests.ps1 | 21 + ...dStringNotBeginsWithFilterObject.Tests.ps1 | 21 + ...gNotContainsAdvancedFilterObject.Tests.ps1 | 21 + ...ridStringNotContainsFilterObject.Tests.ps1 | 21 + ...gNotEndsWithAdvancedFilterObject.Tests.ps1 | 21 + ...ridStringNotEndsWithFilterObject.Tests.ps1 | 21 + ...dStringNotInAdvancedFilterObject.Tests.ps1 | 21 + ...EventGridStringNotInFilterObject.Tests.ps1 | 21 + src/EventGrid/EventGrid/Az.EventGrid.psd1 | 61 +- src/EventGrid/EventGrid/help/Az.EventGrid.md | 220 +- .../help/Disable-AzEventGridPartnerTopic.md | 19 +- .../Enable-AzEventGridPartnerDestination.md | 19 +- .../help/Enable-AzEventGridPartnerTopic.md | 19 +- .../help/Get-AzEventGridCaCertificate.md | 23 +- .../EventGrid/help/Get-AzEventGridChannel.md | 23 +- .../help/Get-AzEventGridChannelFullUrl.md | 21 +- .../EventGrid/help/Get-AzEventGridClient.md | 23 +- .../help/Get-AzEventGridClientGroup.md | 23 +- .../EventGrid/help/Get-AzEventGridDomain.md | 23 +- .../Get-AzEventGridDomainEventSubscription.md | 23 +- ...omainEventSubscriptionDeliveryAttribute.md | 21 +- ...EventGridDomainEventSubscriptionFullUrl.md | 21 +- .../help/Get-AzEventGridDomainKey.md | 17 +- .../help/Get-AzEventGridDomainTopic.md | 23 +- ...AzEventGridDomainTopicEventSubscription.md | 25 +- ...TopicEventSubscriptionDeliveryAttribute.md | 23 +- ...GridDomainTopicEventSubscriptionFullUrl.md | 23 +- .../help/Get-AzEventGridExtensionTopic.md | 17 +- ...FullUrlForPartnerTopicEventSubscription.md | 21 +- ...dFullUrlForSystemTopicEventSubscription.md | 21 +- .../help/Get-AzEventGridNamespace.md | 23 +- .../help/Get-AzEventGridNamespaceKey.md | 17 +- .../help/Get-AzEventGridNamespaceTopic.md | 23 +- ...ventGridNamespaceTopicEventSubscription.md | 25 +- .../help/Get-AzEventGridNamespaceTopicKey.md | 17 +- .../Get-AzEventGridPartnerConfiguration.md | 19 +- .../help/Get-AzEventGridPartnerDestination.md | 23 +- .../help/Get-AzEventGridPartnerNamespace.md | 23 +- .../Get-AzEventGridPartnerNamespaceKey.md | 17 +- .../Get-AzEventGridPartnerRegistration.md | 23 +- .../help/Get-AzEventGridPartnerTopic.md | 23 +- ...zEventGridPartnerTopicEventSubscription.md | 23 +- ...TopicEventSubscriptionDeliveryAttribute.md | 21 +- .../help/Get-AzEventGridPermissionBinding.md | 23 +- .../help/Get-AzEventGridSubscription.md | 23 +- ...zEventGridSubscriptionDeliveryAttribute.md | 19 +- .../Get-AzEventGridSubscriptionFullUrl.md | 19 +- .../help/Get-AzEventGridSubscriptionGlobal.md | 23 +- .../Get-AzEventGridSubscriptionRegional.md | 23 +- .../help/Get-AzEventGridSystemTopic.md | 23 +- ...AzEventGridSystemTopicEventSubscription.md | 23 +- ...TopicEventSubscriptionDeliveryAttribute.md | 21 +- .../EventGrid/help/Get-AzEventGridTopic.md | 23 +- .../Get-AzEventGridTopicEventSubscription.md | 23 +- ...TopicEventSubscriptionDeliveryAttribute.md | 21 +- ...zEventGridTopicEventSubscriptionFullUrl.md | 21 +- .../help/Get-AzEventGridTopicEventType.md | 17 +- .../EventGrid/help/Get-AzEventGridTopicKey.md | 17 +- .../help/Get-AzEventGridTopicSpace.md | 23 +- .../help/Get-AzEventGridTopicType.md | 21 +- .../help/Get-AzEventGridTopicTypeEventType.md | 17 +- .../help/Get-AzEventGridVerifiedPartner.md | 21 +- .../Grant-AzEventGridPartnerConfiguration.md | 23 +- ...ctionEventSubscriptionDestinationObject.md | 17 +- ...EventGridBoolEqualsAdvancedFilterObject.md | 96 + .../New-AzEventGridBoolEqualsFilterObject.md | 94 + .../help/New-AzEventGridCaCertificate.md | 29 +- .../EventGrid/help/New-AzEventGridChannel.md | 29 +- .../EventGrid/help/New-AzEventGridClient.md | 29 +- .../help/New-AzEventGridClientGroup.md | 29 +- .../EventGrid/help/New-AzEventGridDomain.md | 27 +- .../New-AzEventGridDomainEventSubscription.md | 29 +- .../help/New-AzEventGridDomainKey.md | 23 +- .../help/New-AzEventGridDomainTopic.md | 21 +- ...AzEventGridDomainTopicEventSubscription.md | 31 +- ...idDynamicDeliveryAttributeMappingObject.md | 96 + ...EventGridDynamicRoutingEnrichmentObject.md | 17 +- ...ntHubEventSubscriptionDestinationObject.md | 17 +- ...zEventGridEventSubscriptionFilterObject.md | 164 + ...ctionEventSubscriptionDestinationObject.md | 17 +- .../New-AzEventGridInboundIPRuleObject.md | 17 +- ...zEventGridIsNotNullAdvancedFilterObject.md | 81 + ...> New-AzEventGridIsNotNullFilterObject.md} | 31 +- ...idIsNullOrUndefinedAdvancedFilterObject.md | 81 + ...zEventGridIsNullOrUndefinedFilterObject.md | 81 + .../help/New-AzEventGridNamespace.md | 27 +- .../help/New-AzEventGridNamespaceKey.md | 23 +- .../help/New-AzEventGridNamespaceTopic.md | 29 +- ...ventGridNamespaceTopicEventSubscription.md | 31 +- .../help/New-AzEventGridNamespaceTopicKey.md | 25 +- ...idNumberGreaterThanAdvancedFilterObject.md | 96 + ...zEventGridNumberGreaterThanFilterObject.md | 96 + ...GreaterThanOrEqualsAdvancedFilterObject.md | 96 + ...idNumberGreaterThanOrEqualsFilterObject.md | 96 + ...AzEventGridNumberInAdvancedFilterObject.md | 96 + .../New-AzEventGridNumberInFilterObject.md | 96 + ...ntGridNumberInRangeAdvancedFilterObject.md | 97 + ...ew-AzEventGridNumberInRangeFilterObject.md | 97 + ...tGridNumberLessThanAdvancedFilterObject.md | 96 + ...w-AzEventGridNumberLessThanFilterObject.md | 96 + ...berLessThanOrEqualsAdvancedFilterObject.md | 96 + ...tGridNumberLessThanOrEqualsFilterObject.md | 96 + ...ventGridNumberNotInAdvancedFilterObject.md | 96 + .../New-AzEventGridNumberNotInFilterObject.md | 96 + ...ridNumberNotInRangeAdvancedFilterObject.md | 97 + ...AzEventGridNumberNotInRangeFilterObject.md | 97 + .../New-AzEventGridPartnerConfiguration.md | 25 +- .../help/New-AzEventGridPartnerDestination.md | 27 +- ...rtnerEventSubscriptionDestinationObject.md | 17 +- .../help/New-AzEventGridPartnerNamespace.md | 27 +- .../New-AzEventGridPartnerNamespaceKey.md | 23 +- .../help/New-AzEventGridPartnerObject.md | 17 +- .../New-AzEventGridPartnerRegistration.md | 27 +- .../help/New-AzEventGridPartnerTopic.md | 27 +- ...zEventGridPartnerTopicEventSubscription.md | 29 +- .../help/New-AzEventGridPermissionBinding.md | 29 +- ...ventGridPrivateEndpointConnectionObject.md | 17 +- ...ventGridResourceMoveChangeHistoryObject.md | 17 +- ...QueueEventSubscriptionDestinationObject.md | 17 +- ...TopicEventSubscriptionDestinationObject.md | 17 +- ...ridStaticDeliveryAttributeMappingObject.md | 111 + ...zEventGridStaticRoutingEnrichmentObject.md | 17 +- ...QueueEventSubscriptionDestinationObject.md | 17 +- ...ridStringBeginsWithAdvancedFilterObject.md | 96 + ...AzEventGridStringBeginsWithFilterObject.md | 96 + ...tGridStringContainsAdvancedFilterObject.md | 96 + ...w-AzEventGridStringContainsFilterObject.md | 94 + ...tGridStringEndsWithAdvancedFilterObject.md | 96 + ...w-AzEventGridStringEndsWithFilterObject.md | 96 + ...AzEventGridStringInAdvancedFilterObject.md | 96 + .../New-AzEventGridStringInFilterObject.md | 96 + ...StringNotBeginsWithAdvancedFilterObject.md | 96 + ...ventGridStringNotBeginsWithFilterObject.md | 96 + ...idStringNotContainsAdvancedFilterObject.md | 96 + ...zEventGridStringNotContainsFilterObject.md | 96 + ...idStringNotEndsWithAdvancedFilterObject.md | 96 + ...zEventGridStringNotEndsWithFilterObject.md | 96 + ...ventGridStringNotInAdvancedFilterObject.md | 96 + .../New-AzEventGridStringNotInFilterObject.md | 96 + .../help/New-AzEventGridSubscription.md | 27 +- .../help/New-AzEventGridSystemTopic.md | 27 +- ...AzEventGridSystemTopicEventSubscription.md | 29 +- .../EventGrid/help/New-AzEventGridTopic.md | 27 +- .../New-AzEventGridTopicEventSubscription.md | 29 +- .../EventGrid/help/New-AzEventGridTopicKey.md | 23 +- .../help/New-AzEventGridTopicSpace.md | 29 +- ...bHookEventSubscriptionDestinationObject.md | 17 +- .../help/Remove-AzEventGridCaCertificate.md | 21 +- .../help/Remove-AzEventGridChannel.md | 21 +- .../help/Remove-AzEventGridClient.md | 21 +- .../help/Remove-AzEventGridClientGroup.md | 21 +- .../help/Remove-AzEventGridDomain.md | 19 +- ...move-AzEventGridDomainEventSubscription.md | 21 +- .../help/Remove-AzEventGridDomainTopic.md | 21 +- ...AzEventGridDomainTopicEventSubscription.md | 23 +- .../help/Remove-AzEventGridNamespace.md | 19 +- .../help/Remove-AzEventGridNamespaceTopic.md | 21 +- ...ventGridNamespaceTopicEventSubscription.md | 23 +- .../Remove-AzEventGridPartnerConfiguration.md | 17 +- .../Remove-AzEventGridPartnerDestination.md | 19 +- .../Remove-AzEventGridPartnerNamespace.md | 19 +- .../Remove-AzEventGridPartnerRegistration.md | 19 +- .../help/Remove-AzEventGridPartnerTopic.md | 19 +- ...zEventGridPartnerTopicEventSubscription.md | 21 +- .../Remove-AzEventGridPermissionBinding.md | 21 +- .../help/Remove-AzEventGridSubscription.md | 19 +- .../help/Remove-AzEventGridSystemTopic.md | 19 +- ...AzEventGridSystemTopicEventSubscription.md | 21 +- .../EventGrid/help/Remove-AzEventGridTopic.md | 19 +- ...emove-AzEventGridTopicEventSubscription.md | 21 +- .../help/Remove-AzEventGridTopicSpace.md | 21 +- .../Revoke-AzEventGridPartnerConfiguration.md | 23 +- .../help/Update-AzEventGridChannel.md | 29 +- .../help/Update-AzEventGridClient.md | 25 +- .../help/Update-AzEventGridClientGroup.md | 25 +- .../help/Update-AzEventGridDomain.md | 23 +- ...date-AzEventGridDomainEventSubscription.md | 29 +- ...AzEventGridDomainTopicEventSubscription.md | 31 +- .../help/Update-AzEventGridNamespace.md | 23 +- .../help/Update-AzEventGridNamespaceTopic.md | 29 +- ...ventGridNamespaceTopicEventSubscription.md | 31 +- .../Update-AzEventGridPartnerConfiguration.md | 25 +- .../Update-AzEventGridPartnerDestination.md | 27 +- .../Update-AzEventGridPartnerNamespace.md | 27 +- .../help/Update-AzEventGridPartnerTopic.md | 23 +- ...zEventGridPartnerTopicEventSubscription.md | 29 +- .../Update-AzEventGridPermissionBinding.md | 25 +- .../help/Update-AzEventGridSubscription.md | 27 +- .../help/Update-AzEventGridSystemTopic.md | 23 +- ...AzEventGridSystemTopicEventSubscription.md | 29 +- .../EventGrid/help/Update-AzEventGridTopic.md | 23 +- ...pdate-AzEventGridTopicEventSubscription.md | 29 +- .../help/Update-AzEventGridTopicSpace.md | 25 +- 675 files changed, 24016 insertions(+), 2216 deletions(-) rename src/EventGrid/EventGrid.Autorest/custom/{autogen-model-cmdlets/New-AzEventGridFilterObject.ps1 => New-AzEventGridNumberInRangeAdvancedFilterObject.ps1} (60%) create mode 100644 src/EventGrid/EventGrid.Autorest/custom/New-AzEventGridNumberInRangeFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/New-AzEventGridNumberNotInRangeAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/New-AzEventGridNumberNotInRangeFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridBoolEqualsAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridBoolEqualsFilterObject.ps1 rename src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/{New-AzEventGridDeliveryAttributeMappingObject.ps1 => New-AzEventGridDynamicDeliveryAttributeMappingObject.ps1} (68%) create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridEventSubscriptionFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridIsNotNullAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridIsNotNullFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridIsNullOrUndefinedAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridIsNullOrUndefinedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberGreaterThanAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberGreaterThanFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberGreaterThanOrEqualsFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberInAdvancedFilterObject.ps1 rename src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/{New-AzEventGridAdvancedFilterObject.ps1 => New-AzEventGridNumberInFilterObject.ps1} (59%) create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberLessThanAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberLessThanFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberLessThanOrEqualsFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberNotInAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberNotInFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStaticDeliveryAttributeMappingObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringBeginsWithAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringBeginsWithFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringContainsAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringContainsFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringEndsWithAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringEndsWithFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringInAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringInFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotBeginsWithAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotBeginsWithFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotContainsAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotContainsFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotEndsWithAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotEndsWithFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotInAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotInFilterObject.ps1 delete mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridBoolEqualsAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridBoolEqualsFilterObject.md delete mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridDeliveryAttributeMappingObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridDynamicDeliveryAttributeMappingObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridEventSubscriptionFilterObject.md delete mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridIsNotNullAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridIsNotNullFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridIsNullOrUndefinedAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridIsNullOrUndefinedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberGreaterThanAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberGreaterThanFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberGreaterThanOrEqualsFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberInAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberInFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberInRangeAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberInRangeFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberLessThanAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberLessThanFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberLessThanOrEqualsFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberNotInAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberNotInFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberNotInRangeAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberNotInRangeFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStaticDeliveryAttributeMappingObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringBeginsWithAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringBeginsWithFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringContainsAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringContainsFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringEndsWithAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringEndsWithFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringInAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringInFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotBeginsWithAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotBeginsWithFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotContainsAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotContainsFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotEndsWithAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotEndsWithFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotInAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotInFilterObject.md rename src/EventGrid/EventGrid.Autorest/exports/{New-AzEventGridFilterObject.ps1 => New-AzEventGridBoolEqualsAdvancedFilterObject.ps1} (86%) create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridBoolEqualsFilterObject.ps1 rename src/EventGrid/EventGrid.Autorest/exports/{New-AzEventGridDeliveryAttributeMappingObject.ps1 => New-AzEventGridDynamicDeliveryAttributeMappingObject.ps1} (89%) create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridEventSubscriptionFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridIsNotNullAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridIsNotNullFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridIsNullOrUndefinedAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridIsNullOrUndefinedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberGreaterThanAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberGreaterThanFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberGreaterThanOrEqualsFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberInAdvancedFilterObject.ps1 rename src/EventGrid/EventGrid.Autorest/exports/{New-AzEventGridAdvancedFilterObject.ps1 => New-AzEventGridNumberInFilterObject.ps1} (85%) create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberInRangeAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberInRangeFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberLessThanAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberLessThanFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberLessThanOrEqualsFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberNotInAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberNotInFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberNotInRangeAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberNotInRangeFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStaticDeliveryAttributeMappingObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringBeginsWithAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringBeginsWithFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringContainsAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringContainsFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringEndsWithAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringEndsWithFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringInAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringInFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotBeginsWithAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotBeginsWithFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotContainsAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotContainsFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotEndsWithAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotEndsWithFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotInAdvancedFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotInFilterObject.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridBoolEqualsAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridBoolEqualsFilterObject.md rename src/EventGrid/{EventGrid/help/New-AzEventGridDeliveryAttributeMappingObject.md => EventGrid.Autorest/help/New-AzEventGridDynamicDeliveryAttributeMappingObject.md} (57%) create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridEventSubscriptionFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridIsNotNullAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridIsNotNullFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridIsNullOrUndefinedAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridIsNullOrUndefinedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberGreaterThanAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberGreaterThanFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberGreaterThanOrEqualsFilterObject.md rename src/EventGrid/EventGrid.Autorest/help/{New-AzEventGridAdvancedFilterObject.md => New-AzEventGridNumberInAdvancedFilterObject.md} (60%) rename src/EventGrid/EventGrid.Autorest/help/{New-AzEventGridFilterObject.md => New-AzEventGridNumberInFilterObject.md} (63%) create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberInRangeAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberInRangeFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberLessThanAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberLessThanFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberLessThanOrEqualsFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberNotInAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberNotInFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberNotInRangeAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberNotInRangeFilterObject.md rename src/EventGrid/EventGrid.Autorest/help/{New-AzEventGridDeliveryAttributeMappingObject.md => New-AzEventGridStaticDeliveryAttributeMappingObject.md} (50%) create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringBeginsWithAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringBeginsWithFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringContainsAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringContainsFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringEndsWithAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringEndsWithFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringInAdvancedFilterObject.md rename src/EventGrid/{EventGrid/help/New-AzEventGridFilterObject.md => EventGrid.Autorest/help/New-AzEventGridStringInFilterObject.md} (61%) create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotBeginsWithAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotBeginsWithFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotContainsAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotContainsFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotEndsWithAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotEndsWithFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotInAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotInFilterObject.md create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridBoolEqualsAdvancedFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridBoolEqualsFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridDynamicDeliveryAttributeMappingObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridEventSubscriptionFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridIsNotNullAdvancedFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridIsNotNullFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridIsNullOrUndefinedAdvancedFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridIsNullOrUndefinedFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridNumberGreaterThanAdvancedFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridNumberGreaterThanFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridNumberGreaterThanOrEqualsFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridNumberInAdvancedFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridNumberInFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridNumberInRangeAdvancedFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridNumberInRangeFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridNumberLessThanAdvancedFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridNumberLessThanFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridNumberLessThanOrEqualsFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridNumberNotInAdvancedFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridNumberNotInFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridNumberNotInRangeAdvancedFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridNumberNotInRangeFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridStaticDeliveryAttributeMappingObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridStringBeginsWithAdvancedFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridStringBeginsWithFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridStringContainsAdvancedFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridStringContainsFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridStringEndsWithAdvancedFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridStringEndsWithFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridStringInAdvancedFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridStringInFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridStringNotBeginsWithAdvancedFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridStringNotBeginsWithFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridStringNotContainsAdvancedFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridStringNotContainsFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridStringNotEndsWithAdvancedFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridStringNotEndsWithFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridStringNotInAdvancedFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid.Autorest/test/New-AzEventGridStringNotInFilterObject.Tests.ps1 create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridBoolEqualsAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridBoolEqualsFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridDynamicDeliveryAttributeMappingObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridEventSubscriptionFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridIsNotNullAdvancedFilterObject.md rename src/EventGrid/EventGrid/help/{New-AzEventGridAdvancedFilterObject.md => New-AzEventGridIsNotNullFilterObject.md} (60%) create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridIsNullOrUndefinedAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridIsNullOrUndefinedFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridNumberGreaterThanAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridNumberGreaterThanFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridNumberGreaterThanOrEqualsFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridNumberInAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridNumberInFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridNumberInRangeAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridNumberInRangeFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridNumberLessThanAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridNumberLessThanFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridNumberLessThanOrEqualsFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridNumberNotInAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridNumberNotInFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridNumberNotInRangeAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridNumberNotInRangeFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridStaticDeliveryAttributeMappingObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridStringBeginsWithAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridStringBeginsWithFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridStringContainsAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridStringContainsFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridStringEndsWithAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridStringEndsWithFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridStringInAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridStringInFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridStringNotBeginsWithAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridStringNotBeginsWithFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridStringNotContainsAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridStringNotContainsFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridStringNotEndsWithAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridStringNotEndsWithFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridStringNotInAdvancedFilterObject.md create mode 100644 src/EventGrid/EventGrid/help/New-AzEventGridStringNotInFilterObject.md diff --git a/src/EventGrid/EventGrid.Autorest/Az.EventGrid.psd1 b/src/EventGrid/EventGrid.Autorest/Az.EventGrid.psd1 index 6c4e0ec43913..064f9265b5c0 100644 --- a/src/EventGrid/EventGrid.Autorest/Az.EventGrid.psd1 +++ b/src/EventGrid/EventGrid.Autorest/Az.EventGrid.psd1 @@ -11,7 +11,7 @@ DotNetFrameworkVersion = '4.7.2' RequiredAssemblies = './bin/Az.EventGrid.private.dll' FormatsToProcess = './Az.EventGrid.format.ps1xml' - FunctionsToExport = 'Disable-AzEventGridPartnerTopic', 'Enable-AzEventGridPartnerDestination', 'Enable-AzEventGridPartnerTopic', 'Get-AzEventGridCaCertificate', 'Get-AzEventGridChannel', 'Get-AzEventGridChannelFullUrl', 'Get-AzEventGridClient', 'Get-AzEventGridClientGroup', 'Get-AzEventGridDomain', 'Get-AzEventGridDomainEventSubscription', 'Get-AzEventGridDomainEventSubscriptionDeliveryAttribute', 'Get-AzEventGridDomainEventSubscriptionFullUrl', 'Get-AzEventGridDomainKey', 'Get-AzEventGridDomainTopic', 'Get-AzEventGridDomainTopicEventSubscription', 'Get-AzEventGridDomainTopicEventSubscriptionDeliveryAttribute', 'Get-AzEventGridDomainTopicEventSubscriptionFullUrl', 'Get-AzEventGridExtensionTopic', 'Get-AzEventGridFullUrlForPartnerTopicEventSubscription', 'Get-AzEventGridFullUrlForSystemTopicEventSubscription', 'Get-AzEventGridNamespace', 'Get-AzEventGridNamespaceKey', 'Get-AzEventGridNamespaceTopic', 'Get-AzEventGridNamespaceTopicEventSubscription', 'Get-AzEventGridNamespaceTopicKey', 'Get-AzEventGridPartnerConfiguration', 'Get-AzEventGridPartnerDestination', 'Get-AzEventGridPartnerNamespace', 'Get-AzEventGridPartnerNamespaceKey', 'Get-AzEventGridPartnerRegistration', 'Get-AzEventGridPartnerTopic', 'Get-AzEventGridPartnerTopicEventSubscription', 'Get-AzEventGridPartnerTopicEventSubscriptionDeliveryAttribute', 'Get-AzEventGridPermissionBinding', 'Get-AzEventGridSubscription', 'Get-AzEventGridSubscriptionDeliveryAttribute', 'Get-AzEventGridSubscriptionFullUrl', 'Get-AzEventGridSubscriptionGlobal', 'Get-AzEventGridSubscriptionRegional', 'Get-AzEventGridSystemTopic', 'Get-AzEventGridSystemTopicEventSubscription', 'Get-AzEventGridSystemTopicEventSubscriptionDeliveryAttribute', 'Get-AzEventGridTopic', 'Get-AzEventGridTopicEventSubscription', 'Get-AzEventGridTopicEventSubscriptionDeliveryAttribute', 'Get-AzEventGridTopicEventSubscriptionFullUrl', 'Get-AzEventGridTopicEventType', 'Get-AzEventGridTopicKey', 'Get-AzEventGridTopicSpace', 'Get-AzEventGridTopicType', 'Get-AzEventGridTopicTypeEventType', 'Get-AzEventGridVerifiedPartner', 'Grant-AzEventGridPartnerConfiguration', 'New-AzEventGridAdvancedFilterObject', 'New-AzEventGridAzureFunctionEventSubscriptionDestinationObject', 'New-AzEventGridCaCertificate', 'New-AzEventGridChannel', 'New-AzEventGridClient', 'New-AzEventGridClientGroup', 'New-AzEventGridDeliveryAttributeMappingObject', 'New-AzEventGridDomain', 'New-AzEventGridDomainEventSubscription', 'New-AzEventGridDomainKey', 'New-AzEventGridDomainTopic', 'New-AzEventGridDomainTopicEventSubscription', 'New-AzEventGridDynamicRoutingEnrichmentObject', 'New-AzEventGridEventHubEventSubscriptionDestinationObject', 'New-AzEventGridFilterObject', 'New-AzEventGridHybridConnectionEventSubscriptionDestinationObject', 'New-AzEventGridInboundIPRuleObject', 'New-AzEventGridNamespace', 'New-AzEventGridNamespaceKey', 'New-AzEventGridNamespaceTopic', 'New-AzEventGridNamespaceTopicEventSubscription', 'New-AzEventGridNamespaceTopicKey', 'New-AzEventGridPartnerConfiguration', 'New-AzEventGridPartnerDestination', 'New-AzEventGridPartnerEventSubscriptionDestinationObject', 'New-AzEventGridPartnerNamespace', 'New-AzEventGridPartnerNamespaceKey', 'New-AzEventGridPartnerObject', 'New-AzEventGridPartnerRegistration', 'New-AzEventGridPartnerTopic', 'New-AzEventGridPartnerTopicEventSubscription', 'New-AzEventGridPermissionBinding', 'New-AzEventGridPrivateEndpointConnectionObject', 'New-AzEventGridResourceMoveChangeHistoryObject', 'New-AzEventGridServiceBusQueueEventSubscriptionDestinationObject', 'New-AzEventGridServiceBusTopicEventSubscriptionDestinationObject', 'New-AzEventGridStaticRoutingEnrichmentObject', 'New-AzEventGridStorageQueueEventSubscriptionDestinationObject', 'New-AzEventGridSubscription', 'New-AzEventGridSystemTopic', 'New-AzEventGridSystemTopicEventSubscription', 'New-AzEventGridTopic', 'New-AzEventGridTopicEventSubscription', 'New-AzEventGridTopicKey', 'New-AzEventGridTopicSpace', 'New-AzEventGridWebHookEventSubscriptionDestinationObject', 'Remove-AzEventGridCaCertificate', 'Remove-AzEventGridChannel', 'Remove-AzEventGridClient', 'Remove-AzEventGridClientGroup', 'Remove-AzEventGridDomain', 'Remove-AzEventGridDomainEventSubscription', 'Remove-AzEventGridDomainTopic', 'Remove-AzEventGridDomainTopicEventSubscription', 'Remove-AzEventGridNamespace', 'Remove-AzEventGridNamespaceTopic', 'Remove-AzEventGridNamespaceTopicEventSubscription', 'Remove-AzEventGridPartnerConfiguration', 'Remove-AzEventGridPartnerDestination', 'Remove-AzEventGridPartnerNamespace', 'Remove-AzEventGridPartnerRegistration', 'Remove-AzEventGridPartnerTopic', 'Remove-AzEventGridPartnerTopicEventSubscription', 'Remove-AzEventGridPermissionBinding', 'Remove-AzEventGridSubscription', 'Remove-AzEventGridSystemTopic', 'Remove-AzEventGridSystemTopicEventSubscription', 'Remove-AzEventGridTopic', 'Remove-AzEventGridTopicEventSubscription', 'Remove-AzEventGridTopicSpace', 'Revoke-AzEventGridPartnerConfiguration', 'Update-AzEventGridChannel', 'Update-AzEventGridClient', 'Update-AzEventGridClientGroup', 'Update-AzEventGridDomain', 'Update-AzEventGridDomainEventSubscription', 'Update-AzEventGridDomainTopicEventSubscription', 'Update-AzEventGridNamespace', 'Update-AzEventGridNamespaceTopic', 'Update-AzEventGridNamespaceTopicEventSubscription', 'Update-AzEventGridPartnerConfiguration', 'Update-AzEventGridPartnerDestination', 'Update-AzEventGridPartnerNamespace', 'Update-AzEventGridPartnerTopic', 'Update-AzEventGridPartnerTopicEventSubscription', 'Update-AzEventGridPermissionBinding', 'Update-AzEventGridSubscription', 'Update-AzEventGridSystemTopic', 'Update-AzEventGridSystemTopicEventSubscription', 'Update-AzEventGridTopic', 'Update-AzEventGridTopicEventSubscription', 'Update-AzEventGridTopicSpace' + FunctionsToExport = 'Disable-AzEventGridPartnerTopic', 'Enable-AzEventGridPartnerDestination', 'Enable-AzEventGridPartnerTopic', 'Get-AzEventGridCaCertificate', 'Get-AzEventGridChannel', 'Get-AzEventGridChannelFullUrl', 'Get-AzEventGridClient', 'Get-AzEventGridClientGroup', 'Get-AzEventGridDomain', 'Get-AzEventGridDomainEventSubscription', 'Get-AzEventGridDomainEventSubscriptionDeliveryAttribute', 'Get-AzEventGridDomainEventSubscriptionFullUrl', 'Get-AzEventGridDomainKey', 'Get-AzEventGridDomainTopic', 'Get-AzEventGridDomainTopicEventSubscription', 'Get-AzEventGridDomainTopicEventSubscriptionDeliveryAttribute', 'Get-AzEventGridDomainTopicEventSubscriptionFullUrl', 'Get-AzEventGridExtensionTopic', 'Get-AzEventGridFullUrlForPartnerTopicEventSubscription', 'Get-AzEventGridFullUrlForSystemTopicEventSubscription', 'Get-AzEventGridNamespace', 'Get-AzEventGridNamespaceKey', 'Get-AzEventGridNamespaceTopic', 'Get-AzEventGridNamespaceTopicEventSubscription', 'Get-AzEventGridNamespaceTopicKey', 'Get-AzEventGridPartnerConfiguration', 'Get-AzEventGridPartnerDestination', 'Get-AzEventGridPartnerNamespace', 'Get-AzEventGridPartnerNamespaceKey', 'Get-AzEventGridPartnerRegistration', 'Get-AzEventGridPartnerTopic', 'Get-AzEventGridPartnerTopicEventSubscription', 'Get-AzEventGridPartnerTopicEventSubscriptionDeliveryAttribute', 'Get-AzEventGridPermissionBinding', 'Get-AzEventGridSubscription', 'Get-AzEventGridSubscriptionDeliveryAttribute', 'Get-AzEventGridSubscriptionFullUrl', 'Get-AzEventGridSubscriptionGlobal', 'Get-AzEventGridSubscriptionRegional', 'Get-AzEventGridSystemTopic', 'Get-AzEventGridSystemTopicEventSubscription', 'Get-AzEventGridSystemTopicEventSubscriptionDeliveryAttribute', 'Get-AzEventGridTopic', 'Get-AzEventGridTopicEventSubscription', 'Get-AzEventGridTopicEventSubscriptionDeliveryAttribute', 'Get-AzEventGridTopicEventSubscriptionFullUrl', 'Get-AzEventGridTopicEventType', 'Get-AzEventGridTopicKey', 'Get-AzEventGridTopicSpace', 'Get-AzEventGridTopicType', 'Get-AzEventGridTopicTypeEventType', 'Get-AzEventGridVerifiedPartner', 'Grant-AzEventGridPartnerConfiguration', 'New-AzEventGridAzureFunctionEventSubscriptionDestinationObject', 'New-AzEventGridBoolEqualsAdvancedFilterObject', 'New-AzEventGridBoolEqualsFilterObject', 'New-AzEventGridCaCertificate', 'New-AzEventGridChannel', 'New-AzEventGridClient', 'New-AzEventGridClientGroup', 'New-AzEventGridDomain', 'New-AzEventGridDomainEventSubscription', 'New-AzEventGridDomainKey', 'New-AzEventGridDomainTopic', 'New-AzEventGridDomainTopicEventSubscription', 'New-AzEventGridDynamicDeliveryAttributeMappingObject', 'New-AzEventGridDynamicRoutingEnrichmentObject', 'New-AzEventGridEventHubEventSubscriptionDestinationObject', 'New-AzEventGridEventSubscriptionFilterObject', 'New-AzEventGridHybridConnectionEventSubscriptionDestinationObject', 'New-AzEventGridInboundIPRuleObject', 'New-AzEventGridIsNotNullAdvancedFilterObject', 'New-AzEventGridIsNotNullFilterObject', 'New-AzEventGridIsNullOrUndefinedAdvancedFilterObject', 'New-AzEventGridIsNullOrUndefinedFilterObject', 'New-AzEventGridNamespace', 'New-AzEventGridNamespaceKey', 'New-AzEventGridNamespaceTopic', 'New-AzEventGridNamespaceTopicEventSubscription', 'New-AzEventGridNamespaceTopicKey', 'New-AzEventGridNumberGreaterThanAdvancedFilterObject', 'New-AzEventGridNumberGreaterThanFilterObject', 'New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject', 'New-AzEventGridNumberGreaterThanOrEqualsFilterObject', 'New-AzEventGridNumberInAdvancedFilterObject', 'New-AzEventGridNumberInFilterObject', 'New-AzEventGridNumberInRangeAdvancedFilterObject', 'New-AzEventGridNumberInRangeFilterObject', 'New-AzEventGridNumberLessThanAdvancedFilterObject', 'New-AzEventGridNumberLessThanFilterObject', 'New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject', 'New-AzEventGridNumberLessThanOrEqualsFilterObject', 'New-AzEventGridNumberNotInAdvancedFilterObject', 'New-AzEventGridNumberNotInFilterObject', 'New-AzEventGridNumberNotInRangeAdvancedFilterObject', 'New-AzEventGridNumberNotInRangeFilterObject', 'New-AzEventGridPartnerConfiguration', 'New-AzEventGridPartnerDestination', 'New-AzEventGridPartnerEventSubscriptionDestinationObject', 'New-AzEventGridPartnerNamespace', 'New-AzEventGridPartnerNamespaceKey', 'New-AzEventGridPartnerObject', 'New-AzEventGridPartnerRegistration', 'New-AzEventGridPartnerTopic', 'New-AzEventGridPartnerTopicEventSubscription', 'New-AzEventGridPermissionBinding', 'New-AzEventGridPrivateEndpointConnectionObject', 'New-AzEventGridResourceMoveChangeHistoryObject', 'New-AzEventGridServiceBusQueueEventSubscriptionDestinationObject', 'New-AzEventGridServiceBusTopicEventSubscriptionDestinationObject', 'New-AzEventGridStaticDeliveryAttributeMappingObject', 'New-AzEventGridStaticRoutingEnrichmentObject', 'New-AzEventGridStorageQueueEventSubscriptionDestinationObject', 'New-AzEventGridStringBeginsWithAdvancedFilterObject', 'New-AzEventGridStringBeginsWithFilterObject', 'New-AzEventGridStringContainsAdvancedFilterObject', 'New-AzEventGridStringContainsFilterObject', 'New-AzEventGridStringEndsWithAdvancedFilterObject', 'New-AzEventGridStringEndsWithFilterObject', 'New-AzEventGridStringInAdvancedFilterObject', 'New-AzEventGridStringInFilterObject', 'New-AzEventGridStringNotBeginsWithAdvancedFilterObject', 'New-AzEventGridStringNotBeginsWithFilterObject', 'New-AzEventGridStringNotContainsAdvancedFilterObject', 'New-AzEventGridStringNotContainsFilterObject', 'New-AzEventGridStringNotEndsWithAdvancedFilterObject', 'New-AzEventGridStringNotEndsWithFilterObject', 'New-AzEventGridStringNotInAdvancedFilterObject', 'New-AzEventGridStringNotInFilterObject', 'New-AzEventGridSubscription', 'New-AzEventGridSystemTopic', 'New-AzEventGridSystemTopicEventSubscription', 'New-AzEventGridTopic', 'New-AzEventGridTopicEventSubscription', 'New-AzEventGridTopicKey', 'New-AzEventGridTopicSpace', 'New-AzEventGridWebHookEventSubscriptionDestinationObject', 'Remove-AzEventGridCaCertificate', 'Remove-AzEventGridChannel', 'Remove-AzEventGridClient', 'Remove-AzEventGridClientGroup', 'Remove-AzEventGridDomain', 'Remove-AzEventGridDomainEventSubscription', 'Remove-AzEventGridDomainTopic', 'Remove-AzEventGridDomainTopicEventSubscription', 'Remove-AzEventGridNamespace', 'Remove-AzEventGridNamespaceTopic', 'Remove-AzEventGridNamespaceTopicEventSubscription', 'Remove-AzEventGridPartnerConfiguration', 'Remove-AzEventGridPartnerDestination', 'Remove-AzEventGridPartnerNamespace', 'Remove-AzEventGridPartnerRegistration', 'Remove-AzEventGridPartnerTopic', 'Remove-AzEventGridPartnerTopicEventSubscription', 'Remove-AzEventGridPermissionBinding', 'Remove-AzEventGridSubscription', 'Remove-AzEventGridSystemTopic', 'Remove-AzEventGridSystemTopicEventSubscription', 'Remove-AzEventGridTopic', 'Remove-AzEventGridTopicEventSubscription', 'Remove-AzEventGridTopicSpace', 'Revoke-AzEventGridPartnerConfiguration', 'Update-AzEventGridChannel', 'Update-AzEventGridClient', 'Update-AzEventGridClientGroup', 'Update-AzEventGridDomain', 'Update-AzEventGridDomainEventSubscription', 'Update-AzEventGridDomainTopicEventSubscription', 'Update-AzEventGridNamespace', 'Update-AzEventGridNamespaceTopic', 'Update-AzEventGridNamespaceTopicEventSubscription', 'Update-AzEventGridPartnerConfiguration', 'Update-AzEventGridPartnerDestination', 'Update-AzEventGridPartnerNamespace', 'Update-AzEventGridPartnerTopic', 'Update-AzEventGridPartnerTopicEventSubscription', 'Update-AzEventGridPermissionBinding', 'Update-AzEventGridSubscription', 'Update-AzEventGridSystemTopic', 'Update-AzEventGridSystemTopicEventSubscription', 'Update-AzEventGridTopic', 'Update-AzEventGridTopicEventSubscription', 'Update-AzEventGridTopicSpace' PrivateData = @{ PSData = @{ Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'EventGrid' diff --git a/src/EventGrid/EventGrid.Autorest/README.md b/src/EventGrid/EventGrid.Autorest/README.md index 211d9eee7500..1d63c81b475a 100644 --- a/src/EventGrid/EventGrid.Autorest/README.md +++ b/src/EventGrid/EventGrid.Autorest/README.md @@ -527,6 +527,7 @@ directive: - no-inline: - EventSubscriptionDestination +# Version 4.0.7+ of the AutoReduce tool does not handle 2D arrays correctly, so the following four commands will be implemented through customization, and can be uncommented in the next version update if the AutoReduce tool supports compiling 2D arrays - model-cmdlet: - model-name: WebHookEventSubscriptionDestination - model-name: EventHubEventSubscriptionDestination @@ -539,12 +540,50 @@ directive: - model-name: ResourceMoveChangeHistory - model-name: PrivateEndpointConnection - model-name: DynamicRoutingEnrichment - - model-name: DeliveryAttributeMapping + - model-name: DynamicDeliveryAttributeMapping + - model-name: StaticDeliveryAttributeMapping - model-name: StaticRoutingEnrichment - model-name: InboundIPRule - - model-name: AdvancedFilter - model-name: Partner - - model-name: Filter + - model-name: EventSubscriptionFilter + - model-name: BoolEqualsFilter + - model-name: IsNotNullFilter + - model-name: IsNullOrUndefinedFilter + - model-name: NumberGreaterThanFilter + - model-name: NumberGreaterThanOrEqualsFilter + - model-name: NumberInFilter + # - model-name: NumberInRangeFilter + - model-name: NumberLessThanFilter + - model-name: NumberLessThanOrEqualsFilter + - model-name: NumberNotInFilter + # - model-name: NumberNotInRangeFilter + - model-name: StringBeginsWithFilter + - model-name: StringContainsFilter + - model-name: StringEndsWithFilter + - model-name: StringInFilter + - model-name: StringNotBeginsWithFilter + - model-name: StringNotContainsFilter + - model-name: StringNotEndsWithFilter + - model-name: StringNotInFilter + - model-name: BoolEqualsAdvancedFilter + - model-name: IsNotNullAdvancedFilter + - model-name: IsNullOrUndefinedAdvancedFilter + - model-name: NumberGreaterThanAdvancedFilter + - model-name: NumberGreaterThanOrEqualsAdvancedFilter + - model-name: NumberInAdvancedFilter + # - model-name: NumberInRangeAdvancedFilter + - model-name: NumberLessThanAdvancedFilter + - model-name: NumberLessThanOrEqualsAdvancedFilter + - model-name: NumberNotInAdvancedFilter + # - model-name: NumberNotInRangeAdvancedFilter + - model-name: StringBeginsWithAdvancedFilter + - model-name: StringContainsAdvancedFilter + - model-name: StringEndsWithAdvancedFilter + - model-name: StringInAdvancedFilter + - model-name: StringNotBeginsWithAdvancedFilter + - model-name: StringNotContainsAdvancedFilter + - model-name: StringNotEndsWithAdvancedFilter + - model-name: StringNotInAdvancedFilter # CA Certificates cannot be updated. Please delete the existing CA Certificate resource and recreate it with the desired values. - where: diff --git a/src/EventGrid/EventGrid.Autorest/build-module.ps1 b/src/EventGrid/EventGrid.Autorest/build-module.ps1 index c3ba7417adbd..7c73eca53aa1 100644 --- a/src/EventGrid/EventGrid.Autorest/build-module.ps1 +++ b/src/EventGrid/EventGrid.Autorest/build-module.ps1 @@ -12,7 +12,7 @@ # Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code # is regenerated. # ---------------------------------------------------------------------------------- -param([switch]$NotIsolated, [switch]$Run, [switch]$Test, [switch]$Docs, [switch]$Pack, [switch]$Code, [switch]$Release, [switch]$Debugger, [switch]$NoDocs, [switch]$UX) +param([switch]$NotIsolated, [switch]$Run, [switch]$Test, [switch]$Docs, [switch]$Pack, [switch]$Code, [switch]$Release, [switch]$Debugger, [switch]$NoDocs, [switch]$UX, [Switch]$DisableAfterBuildTasks) $ErrorActionPreference = 'Stop' if($PSEdition -ne 'Core') { @@ -75,6 +75,8 @@ if(-not $NotIsolated -and -not $Debugger) { $binFolder = Join-Path $PSScriptRoot 'bin' $objFolder = Join-Path $PSScriptRoot 'obj' +$isAzure = [System.Convert]::ToBoolean('true') + if(-not $Debugger) { Write-Host -ForegroundColor Green 'Cleaning build folders...' $null = Remove-Item -Recurse -ErrorAction SilentlyContinue -Path $binFolder, $objFolder @@ -130,7 +132,7 @@ $examplesFolder = Join-Path $PSScriptRoot 'examples' $null = New-Item -ItemType Directory -Force -Path $examplesFolder Write-Host -ForegroundColor Green 'Creating cmdlets for specified models...' -$modelCmdlets = @(@{modelName="WebHookEventSubscriptionDestination"; cmdletName=""}, @{modelName="EventHubEventSubscriptionDestination"; cmdletName=""}, @{modelName="StorageQueueEventSubscriptionDestination"; cmdletName=""}, @{modelName="HybridConnectionEventSubscriptionDestination"; cmdletName=""}, @{modelName="ServiceBusQueueEventSubscriptionDestination"; cmdletName=""}, @{modelName="ServiceBusTopicEventSubscriptionDestination"; cmdletName=""}, @{modelName="AzureFunctionEventSubscriptionDestination"; cmdletName=""}, @{modelName="PartnerEventSubscriptionDestination"; cmdletName=""}, @{modelName="ResourceMoveChangeHistory"; cmdletName=""}, @{modelName="PrivateEndpointConnection"; cmdletName=""}, @{modelName="DynamicRoutingEnrichment"; cmdletName=""}, @{modelName="DeliveryAttributeMapping"; cmdletName=""}, @{modelName="StaticRoutingEnrichment"; cmdletName=""}, @{modelName="InboundIPRule"; cmdletName=""}, @{modelName="AdvancedFilter"; cmdletName=""}, @{modelName="Partner"; cmdletName=""}, @{modelName="Filter"; cmdletName=""}) +$modelCmdlets = @(@{modelName="WebHookEventSubscriptionDestination"; cmdletName=""}, @{modelName="EventHubEventSubscriptionDestination"; cmdletName=""}, @{modelName="StorageQueueEventSubscriptionDestination"; cmdletName=""}, @{modelName="HybridConnectionEventSubscriptionDestination"; cmdletName=""}, @{modelName="ServiceBusQueueEventSubscriptionDestination"; cmdletName=""}, @{modelName="ServiceBusTopicEventSubscriptionDestination"; cmdletName=""}, @{modelName="AzureFunctionEventSubscriptionDestination"; cmdletName=""}, @{modelName="PartnerEventSubscriptionDestination"; cmdletName=""}, @{modelName="ResourceMoveChangeHistory"; cmdletName=""}, @{modelName="PrivateEndpointConnection"; cmdletName=""}, @{modelName="DynamicRoutingEnrichment"; cmdletName=""}, @{modelName="DynamicDeliveryAttributeMapping"; cmdletName=""}, @{modelName="StaticDeliveryAttributeMapping"; cmdletName=""}, @{modelName="StaticRoutingEnrichment"; cmdletName=""}, @{modelName="InboundIPRule"; cmdletName=""}, @{modelName="Partner"; cmdletName=""}, @{modelName="EventSubscriptionFilter"; cmdletName=""}, @{modelName="BoolEqualsFilter"; cmdletName=""}, @{modelName="IsNotNullFilter"; cmdletName=""}, @{modelName="IsNullOrUndefinedFilter"; cmdletName=""}, @{modelName="NumberGreaterThanFilter"; cmdletName=""}, @{modelName="NumberGreaterThanOrEqualsFilter"; cmdletName=""}, @{modelName="NumberInFilter"; cmdletName=""}, @{modelName="NumberLessThanFilter"; cmdletName=""}, @{modelName="NumberLessThanOrEqualsFilter"; cmdletName=""}, @{modelName="NumberNotInFilter"; cmdletName=""}, @{modelName="StringBeginsWithFilter"; cmdletName=""}, @{modelName="StringContainsFilter"; cmdletName=""}, @{modelName="StringEndsWithFilter"; cmdletName=""}, @{modelName="StringInFilter"; cmdletName=""}, @{modelName="StringNotBeginsWithFilter"; cmdletName=""}, @{modelName="StringNotContainsFilter"; cmdletName=""}, @{modelName="StringNotEndsWithFilter"; cmdletName=""}, @{modelName="StringNotInFilter"; cmdletName=""}, @{modelName="BoolEqualsAdvancedFilter"; cmdletName=""}, @{modelName="IsNotNullAdvancedFilter"; cmdletName=""}, @{modelName="IsNullOrUndefinedAdvancedFilter"; cmdletName=""}, @{modelName="NumberGreaterThanAdvancedFilter"; cmdletName=""}, @{modelName="NumberGreaterThanOrEqualsAdvancedFilter"; cmdletName=""}, @{modelName="NumberInAdvancedFilter"; cmdletName=""}, @{modelName="NumberLessThanAdvancedFilter"; cmdletName=""}, @{modelName="NumberLessThanOrEqualsAdvancedFilter"; cmdletName=""}, @{modelName="NumberNotInAdvancedFilter"; cmdletName=""}, @{modelName="StringBeginsWithAdvancedFilter"; cmdletName=""}, @{modelName="StringContainsAdvancedFilter"; cmdletName=""}, @{modelName="StringEndsWithAdvancedFilter"; cmdletName=""}, @{modelName="StringInAdvancedFilter"; cmdletName=""}, @{modelName="StringNotBeginsWithAdvancedFilter"; cmdletName=""}, @{modelName="StringNotContainsAdvancedFilter"; cmdletName=""}, @{modelName="StringNotEndsWithAdvancedFilter"; cmdletName=""}, @{modelName="StringNotInAdvancedFilter"; cmdletName=""}) $modelCmdletFolder = Join-Path (Join-Path $PSScriptRoot './custom') 'autogen-model-cmdlets' if (Test-Path $modelCmdletFolder) { $null = Remove-Item -Force -Recurse -Path $modelCmdletFolder @@ -151,7 +153,7 @@ if($NoDocs) { $null = Get-ChildItem -Path $docsFolder -Recurse -Exclude 'README.md' | Remove-Item -Recurse -ErrorAction SilentlyContinue } $null = New-Item -ItemType Directory -Force -Path $docsFolder - $addComplexInterfaceInfo = ![System.Convert]::ToBoolean('true') + $addComplexInterfaceInfo = !$isAzure Export-ProxyCmdlet -ModuleName $moduleName -ModulePath $modulePaths -ExportsFolder $exportsFolder -InternalFolder $internalFolder -ModuleDescription $moduleDescription -DocsFolder $docsFolder -ExamplesFolder $examplesFolder -ModuleGuid $guid -AddComplexInterfaceInfo:$addComplexInterfaceInfo } @@ -177,4 +179,13 @@ if (Test-Path (Join-Path $PSScriptRoot 'generate-portal-ux.ps1')) . (Join-Path $PSScriptRoot 'generate-portal-ux.ps1') } -Write-Host -ForegroundColor Green '-------------Done-------------' +if (-not $DisableAfterBuildTasks){ + $afterBuildTasksPath = Join-Path $PSScriptRoot '' + $afterBuildTasksArgs = ConvertFrom-Json 'true' -AsHashtable + if(Test-Path -Path $afterBuildTasksPath -PathType leaf){ + Write-Host -ForegroundColor Green 'Running after build tasks...' + . $afterBuildTasksPath @afterBuildTasksArgs + } +} + +Write-Host -ForegroundColor Green '-------------Done-------------' \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/New-AzEventGridNumberInRangeAdvancedFilterObject.ps1 similarity index 60% rename from src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridFilterObject.ps1 rename to src/EventGrid/EventGrid.Autorest/custom/New-AzEventGridNumberInRangeAdvancedFilterObject.ps1 index 940335d18ec9..04d95ec5fff5 100644 --- a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridFilterObject.ps1 +++ b/src/EventGrid/EventGrid.Autorest/custom/New-AzEventGridNumberInRangeAdvancedFilterObject.ps1 @@ -16,38 +16,37 @@ <# .Synopsis -Create an in-memory object for Filter. +Create an in-memory object for NumberInRangeAdvancedFilter. .Description -Create an in-memory object for Filter. +Create an in-memory object for NumberInRangeAdvancedFilter. .Outputs -Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.Filter +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInRangeAdvancedFilter .Link -https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridfilterobject +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberinrangeadvancedfilterobject #> -function New-AzEventGridFilterObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.Filter')] +function New-AzEventGridNumberInRangeAdvancedFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInRangeAdvancedFilter')] [CmdletBinding(PositionalBinding=$false)] Param( + [Parameter(HelpMessage="The set of filter values.")] + [double[][]] + $Value, [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] [string] - $Key, - [Parameter(Mandatory, HelpMessage="The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others.")] - [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleterAttribute("NumberIn", "NumberNotIn", "NumberLessThan", "NumberGreaterThan", "NumberLessThanOrEquals", "NumberGreaterThanOrEquals", "BoolEquals", "StringIn", "StringNotIn", "StringBeginsWith", "StringEndsWith", "StringContains", "NumberInRange", "NumberNotInRange", "StringNotBeginsWith", "StringNotEndsWith", "StringNotContains", "IsNullOrUndefined", "IsNotNull")] - [string] - $OperatorType + $Key ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.Filter]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInRangeAdvancedFilter]::New() + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } if ($PSBoundParameters.ContainsKey('Key')) { $Object.Key = $Key } - if ($PSBoundParameters.ContainsKey('OperatorType')) { - $Object.OperatorType = $OperatorType - } return $Object } } diff --git a/src/EventGrid/EventGrid.Autorest/custom/New-AzEventGridNumberInRangeFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/New-AzEventGridNumberInRangeFilterObject.ps1 new file mode 100644 index 000000000000..9644f94edd8f --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/New-AzEventGridNumberInRangeFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberInRangeFilter. +.Description +Create an in-memory object for NumberInRangeFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInRangeFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberinrangefilterobject +#> +function New-AzEventGridNumberInRangeFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInRangeFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The set of filter values.")] + [double[][]] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInRangeFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/New-AzEventGridNumberNotInRangeAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/New-AzEventGridNumberNotInRangeAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..0e194383d025 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/New-AzEventGridNumberNotInRangeAdvancedFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberNotInRangeAdvancedFilter. +.Description +Create an in-memory object for NumberNotInRangeAdvancedFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInRangeAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbernotinrangeadvancedfilterobject +#> +function New-AzEventGridNumberNotInRangeAdvancedFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInRangeAdvancedFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The set of filter values.")] + [double[][]] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInRangeAdvancedFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/New-AzEventGridNumberNotInRangeFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/New-AzEventGridNumberNotInRangeFilterObject.ps1 new file mode 100644 index 000000000000..a0d4b2749ab3 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/New-AzEventGridNumberNotInRangeFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberNotInRangeFilter. +.Description +Create an in-memory object for NumberNotInRangeFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInRangeFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbernotinrangefilterobject +#> +function New-AzEventGridNumberNotInRangeFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInRangeFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The set of filter values.")] + [double[][]] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInRangeFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridBoolEqualsAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridBoolEqualsAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..28c07611e20c --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridBoolEqualsAdvancedFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for BoolEqualsAdvancedFilter. +.Description +Create an in-memory object for BoolEqualsAdvancedFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.BoolEqualsAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridboolequalsadvancedfilterobject +#> +function New-AzEventGridBoolEqualsAdvancedFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.BoolEqualsAdvancedFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The boolean filter value.")] + [bool] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.BoolEqualsAdvancedFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridBoolEqualsFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridBoolEqualsFilterObject.ps1 new file mode 100644 index 000000000000..bf86f88e3cb0 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridBoolEqualsFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for BoolEqualsFilter. +.Description +Create an in-memory object for BoolEqualsFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.BoolEqualsFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridboolequalsfilterobject +#> +function New-AzEventGridBoolEqualsFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.BoolEqualsFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The boolean filter value.")] + [bool] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.BoolEqualsFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridDeliveryAttributeMappingObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridDynamicDeliveryAttributeMappingObject.ps1 similarity index 68% rename from src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridDeliveryAttributeMappingObject.ps1 rename to src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridDynamicDeliveryAttributeMappingObject.ps1 index 2ee0090b8676..3fc9b69a1d09 100644 --- a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridDeliveryAttributeMappingObject.ps1 +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridDynamicDeliveryAttributeMappingObject.ps1 @@ -16,38 +16,37 @@ <# .Synopsis -Create an in-memory object for DeliveryAttributeMapping. +Create an in-memory object for DynamicDeliveryAttributeMapping. .Description -Create an in-memory object for DeliveryAttributeMapping. +Create an in-memory object for DynamicDeliveryAttributeMapping. .Outputs -Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DeliveryAttributeMapping +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DynamicDeliveryAttributeMapping .Link -https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgriddeliveryattributemappingobject +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgriddynamicdeliveryattributemappingobject #> -function New-AzEventGridDeliveryAttributeMappingObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DeliveryAttributeMapping')] +function New-AzEventGridDynamicDeliveryAttributeMappingObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DynamicDeliveryAttributeMapping')] [CmdletBinding(PositionalBinding=$false)] Param( - [Parameter(HelpMessage="Name of the delivery attribute or header.")] + [Parameter(HelpMessage="JSON path in the event which contains attribute value.")] [string] - $Name, - [Parameter(Mandatory, HelpMessage="Type of the delivery attribute or header name.")] - [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleterAttribute("Static", "Dynamic")] + $SourceField, + [Parameter(HelpMessage="Name of the delivery attribute or header.")] [string] - $Type + $Name ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DeliveryAttributeMapping]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DynamicDeliveryAttributeMapping]::New() + if ($PSBoundParameters.ContainsKey('SourceField')) { + $Object.SourceField = $SourceField + } if ($PSBoundParameters.ContainsKey('Name')) { $Object.Name = $Name } - if ($PSBoundParameters.ContainsKey('Type')) { - $Object.Type = $Type - } return $Object } } diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridEventSubscriptionFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridEventSubscriptionFilterObject.ps1 new file mode 100644 index 000000000000..3a7dec72e16b --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridEventSubscriptionFilterObject.ps1 @@ -0,0 +1,81 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for EventSubscriptionFilter. +.Description +Create an in-memory object for EventSubscriptionFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventSubscriptionFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgrideventsubscriptionfilterobject +#> +function New-AzEventGridEventSubscriptionFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventSubscriptionFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="An array of advanced filters that are used for filtering event subscriptions.")] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[]] + $AdvancedFilter, + [Parameter(HelpMessage="Allows advanced filters to be evaluated against an array of values instead of expecting a singular value.")] + [bool] + $EnableAdvancedFilteringOnArray, + [Parameter(HelpMessage="A list of applicable event types that need to be part of the event subscription. If it is desired to subscribe to all default event types, set the IncludedEventTypes to null.")] + [string[]] + $IncludedEventType, + [Parameter(HelpMessage="Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter + should be compared in a case sensitive manner.")] + [bool] + $IsSubjectCaseSensitive, + [Parameter(HelpMessage="An optional string to filter events for an event subscription based on a resource path prefix. + The format of this depends on the publisher of the events. + Wildcard characters are not supported in this path.")] + [string] + $SubjectBeginsWith, + [Parameter(HelpMessage="An optional string to filter events for an event subscription based on a resource path suffix. + Wildcard characters are not supported in this path.")] + [string] + $SubjectEndsWith + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventSubscriptionFilter]::New() + + if ($PSBoundParameters.ContainsKey('AdvancedFilter')) { + $Object.AdvancedFilter = $AdvancedFilter + } + if ($PSBoundParameters.ContainsKey('EnableAdvancedFilteringOnArray')) { + $Object.EnableAdvancedFilteringOnArray = $EnableAdvancedFilteringOnArray + } + if ($PSBoundParameters.ContainsKey('IncludedEventType')) { + $Object.IncludedEventType = $IncludedEventType + } + if ($PSBoundParameters.ContainsKey('IsSubjectCaseSensitive')) { + $Object.IsSubjectCaseSensitive = $IsSubjectCaseSensitive + } + if ($PSBoundParameters.ContainsKey('SubjectBeginsWith')) { + $Object.SubjectBeginsWith = $SubjectBeginsWith + } + if ($PSBoundParameters.ContainsKey('SubjectEndsWith')) { + $Object.SubjectEndsWith = $SubjectEndsWith + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridIsNotNullAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridIsNotNullAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..12f33d05fd8f --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridIsNotNullAdvancedFilterObject.ps1 @@ -0,0 +1,47 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for IsNotNullAdvancedFilter. +.Description +Create an in-memory object for IsNotNullAdvancedFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNotNullAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridisnotnulladvancedfilterobject +#> +function New-AzEventGridIsNotNullAdvancedFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNotNullAdvancedFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNotNullAdvancedFilter]::New() + + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridIsNotNullFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridIsNotNullFilterObject.ps1 new file mode 100644 index 000000000000..caabb310e649 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridIsNotNullFilterObject.ps1 @@ -0,0 +1,47 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for IsNotNullFilter. +.Description +Create an in-memory object for IsNotNullFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNotNullFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridisnotnullfilterobject +#> +function New-AzEventGridIsNotNullFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNotNullFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNotNullFilter]::New() + + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridIsNullOrUndefinedAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridIsNullOrUndefinedAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..239af0692772 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridIsNullOrUndefinedAdvancedFilterObject.ps1 @@ -0,0 +1,47 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for IsNullOrUndefinedAdvancedFilter. +.Description +Create an in-memory object for IsNullOrUndefinedAdvancedFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNullOrUndefinedAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridisnullorundefinedadvancedfilterobject +#> +function New-AzEventGridIsNullOrUndefinedAdvancedFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNullOrUndefinedAdvancedFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNullOrUndefinedAdvancedFilter]::New() + + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridIsNullOrUndefinedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridIsNullOrUndefinedFilterObject.ps1 new file mode 100644 index 000000000000..cea4edfa7484 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridIsNullOrUndefinedFilterObject.ps1 @@ -0,0 +1,47 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for IsNullOrUndefinedFilter. +.Description +Create an in-memory object for IsNullOrUndefinedFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNullOrUndefinedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridisnullorundefinedfilterobject +#> +function New-AzEventGridIsNullOrUndefinedFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNullOrUndefinedFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNullOrUndefinedFilter]::New() + + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberGreaterThanAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberGreaterThanAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..b003e446e616 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberGreaterThanAdvancedFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberGreaterThanAdvancedFilter. +.Description +Create an in-memory object for NumberGreaterThanAdvancedFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbergreaterthanadvancedfilterobject +#> +function New-AzEventGridNumberGreaterThanAdvancedFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanAdvancedFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The filter value.")] + [double] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanAdvancedFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberGreaterThanFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberGreaterThanFilterObject.ps1 new file mode 100644 index 000000000000..1e60f3b2900c --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberGreaterThanFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberGreaterThanFilter. +.Description +Create an in-memory object for NumberGreaterThanFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbergreaterthanfilterobject +#> +function New-AzEventGridNumberGreaterThanFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The filter value.")] + [double] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..09a83f34a2e7 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberGreaterThanOrEqualsAdvancedFilter. +.Description +Create an in-memory object for NumberGreaterThanOrEqualsAdvancedFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanOrEqualsAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbergreaterthanorequalsadvancedfilterobject +#> +function New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanOrEqualsAdvancedFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The filter value.")] + [double] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanOrEqualsAdvancedFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberGreaterThanOrEqualsFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberGreaterThanOrEqualsFilterObject.ps1 new file mode 100644 index 000000000000..2c833f991496 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberGreaterThanOrEqualsFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberGreaterThanOrEqualsFilter. +.Description +Create an in-memory object for NumberGreaterThanOrEqualsFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanOrEqualsFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbergreaterthanorequalsfilterobject +#> +function New-AzEventGridNumberGreaterThanOrEqualsFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanOrEqualsFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The filter value.")] + [double] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanOrEqualsFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberInAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberInAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..ff26d633914f --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberInAdvancedFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberInAdvancedFilter. +.Description +Create an in-memory object for NumberInAdvancedFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberinadvancedfilterobject +#> +function New-AzEventGridNumberInAdvancedFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInAdvancedFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The set of filter values.")] + [double[]] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInAdvancedFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberInFilterObject.ps1 similarity index 59% rename from src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridAdvancedFilterObject.ps1 rename to src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberInFilterObject.ps1 index 2132b7e10a6b..9623c99eee32 100644 --- a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridAdvancedFilterObject.ps1 +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberInFilterObject.ps1 @@ -16,38 +16,37 @@ <# .Synopsis -Create an in-memory object for AdvancedFilter. +Create an in-memory object for NumberInFilter. .Description -Create an in-memory object for AdvancedFilter. +Create an in-memory object for NumberInFilter. .Outputs -Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.AdvancedFilter +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInFilter .Link -https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridadvancedfilterobject +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberinfilterobject #> -function New-AzEventGridAdvancedFilterObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.AdvancedFilter')] +function New-AzEventGridNumberInFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInFilter')] [CmdletBinding(PositionalBinding=$false)] Param( + [Parameter(HelpMessage="The set of filter values.")] + [double[]] + $Value, [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] [string] - $Key, - [Parameter(Mandatory, HelpMessage="The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others.")] - [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleterAttribute("NumberIn", "NumberNotIn", "NumberLessThan", "NumberGreaterThan", "NumberLessThanOrEquals", "NumberGreaterThanOrEquals", "BoolEquals", "StringIn", "StringNotIn", "StringBeginsWith", "StringEndsWith", "StringContains", "NumberInRange", "NumberNotInRange", "StringNotBeginsWith", "StringNotEndsWith", "StringNotContains", "IsNullOrUndefined", "IsNotNull")] - [string] - $OperatorType + $Key ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.AdvancedFilter]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInFilter]::New() + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } if ($PSBoundParameters.ContainsKey('Key')) { $Object.Key = $Key } - if ($PSBoundParameters.ContainsKey('OperatorType')) { - $Object.OperatorType = $OperatorType - } return $Object } } diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberLessThanAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberLessThanAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..1bd1b4c955ac --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberLessThanAdvancedFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberLessThanAdvancedFilter. +.Description +Create an in-memory object for NumberLessThanAdvancedFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberlessthanadvancedfilterobject +#> +function New-AzEventGridNumberLessThanAdvancedFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanAdvancedFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The filter value.")] + [double] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanAdvancedFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberLessThanFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberLessThanFilterObject.ps1 new file mode 100644 index 000000000000..d00893d20404 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberLessThanFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberLessThanFilter. +.Description +Create an in-memory object for NumberLessThanFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberlessthanfilterobject +#> +function New-AzEventGridNumberLessThanFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The filter value.")] + [double] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..0a98e80350fc --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberLessThanOrEqualsAdvancedFilter. +.Description +Create an in-memory object for NumberLessThanOrEqualsAdvancedFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanOrEqualsAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberlessthanorequalsadvancedfilterobject +#> +function New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanOrEqualsAdvancedFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The filter value.")] + [double] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanOrEqualsAdvancedFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberLessThanOrEqualsFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberLessThanOrEqualsFilterObject.ps1 new file mode 100644 index 000000000000..830bfeb12f12 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberLessThanOrEqualsFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberLessThanOrEqualsFilter. +.Description +Create an in-memory object for NumberLessThanOrEqualsFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanOrEqualsFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberlessthanorequalsfilterobject +#> +function New-AzEventGridNumberLessThanOrEqualsFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanOrEqualsFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The filter value.")] + [double] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanOrEqualsFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberNotInAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberNotInAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..2b386e7574a9 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberNotInAdvancedFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberNotInAdvancedFilter. +.Description +Create an in-memory object for NumberNotInAdvancedFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbernotinadvancedfilterobject +#> +function New-AzEventGridNumberNotInAdvancedFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInAdvancedFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The set of filter values.")] + [double[]] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInAdvancedFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberNotInFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberNotInFilterObject.ps1 new file mode 100644 index 000000000000..f5bb78ed8906 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridNumberNotInFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberNotInFilter. +.Description +Create an in-memory object for NumberNotInFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbernotinfilterobject +#> +function New-AzEventGridNumberNotInFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The set of filter values.")] + [double[]] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStaticDeliveryAttributeMappingObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStaticDeliveryAttributeMappingObject.ps1 new file mode 100644 index 000000000000..2f7898a2d36a --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStaticDeliveryAttributeMappingObject.ps1 @@ -0,0 +1,59 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StaticDeliveryAttributeMapping. +.Description +Create an in-memory object for StaticDeliveryAttributeMapping. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StaticDeliveryAttributeMapping +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstaticdeliveryattributemappingobject +#> +function New-AzEventGridStaticDeliveryAttributeMappingObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StaticDeliveryAttributeMapping')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="Boolean flag to tell if the attribute contains sensitive information .")] + [bool] + $IsSecret, + [Parameter(HelpMessage="Value of the delivery attribute.")] + [string] + $Value, + [Parameter(HelpMessage="Name of the delivery attribute or header.")] + [string] + $Name + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StaticDeliveryAttributeMapping]::New() + + if ($PSBoundParameters.ContainsKey('IsSecret')) { + $Object.IsSecret = $IsSecret + } + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Name')) { + $Object.Name = $Name + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringBeginsWithAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringBeginsWithAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..b3663151a683 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringBeginsWithAdvancedFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringBeginsWithAdvancedFilter. +.Description +Create an in-memory object for StringBeginsWithAdvancedFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringBeginsWithAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringbeginswithadvancedfilterobject +#> +function New-AzEventGridStringBeginsWithAdvancedFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringBeginsWithAdvancedFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The set of filter values.")] + [string[]] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringBeginsWithAdvancedFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringBeginsWithFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringBeginsWithFilterObject.ps1 new file mode 100644 index 000000000000..d8285dc21c10 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringBeginsWithFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringBeginsWithFilter. +.Description +Create an in-memory object for StringBeginsWithFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringBeginsWithFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringbeginswithfilterobject +#> +function New-AzEventGridStringBeginsWithFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringBeginsWithFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The set of filter values.")] + [string[]] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringBeginsWithFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringContainsAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringContainsAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..b2bd2ae6e227 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringContainsAdvancedFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringContainsAdvancedFilter. +.Description +Create an in-memory object for StringContainsAdvancedFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringContainsAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringcontainsadvancedfilterobject +#> +function New-AzEventGridStringContainsAdvancedFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringContainsAdvancedFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The set of filter values.")] + [string[]] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringContainsAdvancedFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringContainsFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringContainsFilterObject.ps1 new file mode 100644 index 000000000000..128c7ae71eba --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringContainsFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringContainsFilter. +.Description +Create an in-memory object for StringContainsFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringContainsFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringcontainsfilterobject +#> +function New-AzEventGridStringContainsFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringContainsFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The set of filter values.")] + [string[]] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringContainsFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringEndsWithAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringEndsWithAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..c35eb7541df4 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringEndsWithAdvancedFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringEndsWithAdvancedFilter. +.Description +Create an in-memory object for StringEndsWithAdvancedFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringEndsWithAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringendswithadvancedfilterobject +#> +function New-AzEventGridStringEndsWithAdvancedFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringEndsWithAdvancedFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The set of filter values.")] + [string[]] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringEndsWithAdvancedFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringEndsWithFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringEndsWithFilterObject.ps1 new file mode 100644 index 000000000000..27062027104a --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringEndsWithFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringEndsWithFilter. +.Description +Create an in-memory object for StringEndsWithFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringEndsWithFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringendswithfilterobject +#> +function New-AzEventGridStringEndsWithFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringEndsWithFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The set of filter values.")] + [string[]] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringEndsWithFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringInAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringInAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..5c2816645792 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringInAdvancedFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringInAdvancedFilter. +.Description +Create an in-memory object for StringInAdvancedFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringInAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringinadvancedfilterobject +#> +function New-AzEventGridStringInAdvancedFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringInAdvancedFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The set of filter values.")] + [string[]] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringInAdvancedFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringInFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringInFilterObject.ps1 new file mode 100644 index 000000000000..6550a570a081 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringInFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringInFilter. +.Description +Create an in-memory object for StringInFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringInFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringinfilterobject +#> +function New-AzEventGridStringInFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringInFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The set of filter values.")] + [string[]] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringInFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotBeginsWithAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotBeginsWithAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..5583bef7ccea --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotBeginsWithAdvancedFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringNotBeginsWithAdvancedFilter. +.Description +Create an in-memory object for StringNotBeginsWithAdvancedFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotBeginsWithAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotbeginswithadvancedfilterobject +#> +function New-AzEventGridStringNotBeginsWithAdvancedFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotBeginsWithAdvancedFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The set of filter values.")] + [string[]] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotBeginsWithAdvancedFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotBeginsWithFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotBeginsWithFilterObject.ps1 new file mode 100644 index 000000000000..7a1b76d545fd --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotBeginsWithFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringNotBeginsWithFilter. +.Description +Create an in-memory object for StringNotBeginsWithFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotBeginsWithFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotbeginswithfilterobject +#> +function New-AzEventGridStringNotBeginsWithFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotBeginsWithFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The set of filter values.")] + [string[]] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotBeginsWithFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotContainsAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotContainsAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..ebee5ec58547 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotContainsAdvancedFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringNotContainsAdvancedFilter. +.Description +Create an in-memory object for StringNotContainsAdvancedFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotContainsAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotcontainsadvancedfilterobject +#> +function New-AzEventGridStringNotContainsAdvancedFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotContainsAdvancedFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The set of filter values.")] + [string[]] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotContainsAdvancedFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotContainsFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotContainsFilterObject.ps1 new file mode 100644 index 000000000000..a69dfa4fcf18 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotContainsFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringNotContainsFilter. +.Description +Create an in-memory object for StringNotContainsFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotContainsFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotcontainsfilterobject +#> +function New-AzEventGridStringNotContainsFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotContainsFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The set of filter values.")] + [string[]] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotContainsFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotEndsWithAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotEndsWithAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..8655cfc7dc1f --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotEndsWithAdvancedFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringNotEndsWithAdvancedFilter. +.Description +Create an in-memory object for StringNotEndsWithAdvancedFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotEndsWithAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotendswithadvancedfilterobject +#> +function New-AzEventGridStringNotEndsWithAdvancedFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotEndsWithAdvancedFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The set of filter values.")] + [string[]] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotEndsWithAdvancedFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotEndsWithFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotEndsWithFilterObject.ps1 new file mode 100644 index 000000000000..f2aca610b9df --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotEndsWithFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringNotEndsWithFilter. +.Description +Create an in-memory object for StringNotEndsWithFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotEndsWithFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotendswithfilterobject +#> +function New-AzEventGridStringNotEndsWithFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotEndsWithFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The set of filter values.")] + [string[]] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotEndsWithFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotInAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotInAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..2252e8eecd8c --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotInAdvancedFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringNotInAdvancedFilter. +.Description +Create an in-memory object for StringNotInAdvancedFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotInAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotinadvancedfilterobject +#> +function New-AzEventGridStringNotInAdvancedFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotInAdvancedFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The set of filter values.")] + [string[]] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotInAdvancedFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotInFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotInFilterObject.ps1 new file mode 100644 index 000000000000..2bf8c46343dc --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/custom/autogen-model-cmdlets/New-AzEventGridStringNotInFilterObject.ps1 @@ -0,0 +1,53 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringNotInFilter. +.Description +Create an in-memory object for StringNotInFilter. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotInFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotinfilterobject +#> +function New-AzEventGridStringNotInFilterObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotInFilter')] + [CmdletBinding(PositionalBinding=$false)] + Param( + + [Parameter(HelpMessage="The set of filter values.")] + [string[]] + $Value, + [Parameter(HelpMessage="The field/property in the event based on which you want to filter.")] + [string] + $Key + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotInFilter]::New() + + if ($PSBoundParameters.ContainsKey('Value')) { + $Object.Value = $Value + } + if ($PSBoundParameters.ContainsKey('Key')) { + $Object.Key = $Key + } + return $Object + } +} + diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridAdvancedFilterObject.md deleted file mode 100644 index ba8fa97f9f09..000000000000 --- a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridAdvancedFilterObject.md +++ /dev/null @@ -1,12 +0,0 @@ -### Example 1: Create an in-memory object for AdvancedFilter. -```powershell -New-AzEventGridAdvancedFilterObject -OperatorType NumberIn -Key "TestKey" -``` - -```output -Key OperatorType ---- ------------ -TestKey NumberIn -``` - -Create an in-memory object for AdvancedFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridBoolEqualsAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridBoolEqualsAdvancedFilterObject.md new file mode 100644 index 000000000000..4db4e21c255d --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridBoolEqualsAdvancedFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for BoolEqualsAdvancedFilter. +```powershell +New-AzEventGridBoolEqualsAdvancedFilterObject -Key "testKey" -Value:$true +``` + +```output +Key OperatorType Value +--- ------------ ----- +testKey BoolEquals True +``` + +Create an in-memory object for BoolEqualsAdvancedFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridBoolEqualsFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridBoolEqualsFilterObject.md new file mode 100644 index 000000000000..6cdde69c0047 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridBoolEqualsFilterObject.md @@ -0,0 +1,10 @@ +### Example 1: Create an in-memory object for BoolEqualsFilter. +```powershell +New-AzEventGridBoolEqualsFilterObject -Key "testKey" -Value:$true +``` + +```output +New-AzEventGridBoolEqualsFilterObject -Key "testKey" -Value:$true +``` + +Create an in-memory object for BoolEqualsFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridDeliveryAttributeMappingObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridDeliveryAttributeMappingObject.md deleted file mode 100644 index 3c24ad308e0e..000000000000 --- a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridDeliveryAttributeMappingObject.md +++ /dev/null @@ -1,12 +0,0 @@ -### Example 1: Create an in-memory object for DeliveryAttributeMapping. -```powershell -New-AzEventGridDeliveryAttributeMappingObject -Type "TestType" -Name "TestName" -``` - -```output -Name ----- -TestName -``` - -Create an in-memory object for DeliveryAttributeMapping. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridDynamicDeliveryAttributeMappingObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridDynamicDeliveryAttributeMappingObject.md new file mode 100644 index 000000000000..1941e86871e0 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridDynamicDeliveryAttributeMappingObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for DynamicDeliveryAttributeMapping. +```powershell +New-AzEventGridDynamicDeliveryAttributeMappingObject -Name "testname" -SourceField "testfield" +``` + +```output +Name +---- +testname +``` + +Create an in-memory object for DynamicDeliveryAttributeMapping. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridEventSubscriptionFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridEventSubscriptionFilterObject.md new file mode 100644 index 000000000000..1d5a46b34195 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridEventSubscriptionFilterObject.md @@ -0,0 +1,13 @@ +### Example 1: Create an in-memory object for EventSubscriptionFilter. +```powershell +$adviceObj = New-AzEventGridBoolEqualsAdvancedFilterObject -Key "testKey" -Value:$true +New-AzEventGridEventSubscriptionFilterObject -AdvancedFilter $adviceObj -EnableAdvancedFilteringOnArray:$true -IncludedEventType "test" -IsSubjectCaseSensitive:$true -SubjectBeginsWith "startTest" -SubjectEndsWith "endTest" +``` + +```output +EnableAdvancedFilteringOnArray IsSubjectCaseSensitive SubjectBeginsWith SubjectEndsWith +------------------------------ ---------------------- ----------------- --------------- +True True startTest endTest +``` + +Create an in-memory object for EventSubscriptionFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridFilterObject.md deleted file mode 100644 index a613b5aef19b..000000000000 --- a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridFilterObject.md +++ /dev/null @@ -1,12 +0,0 @@ -### Example 1: Create an in-memory object for Filter. -```powershell -New-AzEventGridFilterObject -OperatorType NumberIn -Key "TestKey" -``` - -```output -Key OperatorType ---- ------------ -TestKey NumberIn -``` - -Create an in-memory object for Filter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridIsNotNullAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridIsNotNullAdvancedFilterObject.md new file mode 100644 index 000000000000..34bf59c8cd7c --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridIsNotNullAdvancedFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for IsNotNullAdvancedFilter. +```powershell +New-AzEventGridIsNotNullAdvancedFilterObject -Key "testkey" +``` + +```output +Key OperatorType +--- ------------ +testkey IsNotNull +``` + +Create an in-memory object for IsNotNullAdvancedFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridIsNotNullFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridIsNotNullFilterObject.md new file mode 100644 index 000000000000..cc9e28fafeb6 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridIsNotNullFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for IsNotNullFilter. +```powershell +New-AzEventGridIsNotNullFilterObject -Key "testKey" +``` + +```output +Key OperatorType +--- ------------ +testKey IsNotNull +``` + +Create an in-memory object for IsNotNullFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridIsNullOrUndefinedAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridIsNullOrUndefinedAdvancedFilterObject.md new file mode 100644 index 000000000000..8d1c36c9ef86 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridIsNullOrUndefinedAdvancedFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for IsNullOrUndefinedAdvancedFilter. +```powershell +New-AzEventGridIsNullOrUndefinedAdvancedFilterObject -Key "testKey" +``` + +```output +Key OperatorType +--- ------------ +testKey IsNullOrUndefined +``` + +Create an in-memory object for IsNullOrUndefinedAdvancedFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridIsNullOrUndefinedFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridIsNullOrUndefinedFilterObject.md new file mode 100644 index 000000000000..60c45b2352b0 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridIsNullOrUndefinedFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for IsNullOrUndefinedFilter. +```powershell +New-AzEventGridIsNullOrUndefinedFilterObject -Key "testKey" +``` + +```output +Key OperatorType +--- ------------ +testKey IsNullOrUndefined +``` + +Create an in-memory object for IsNullOrUndefinedFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberGreaterThanAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberGreaterThanAdvancedFilterObject.md new file mode 100644 index 000000000000..504fce4a406a --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberGreaterThanAdvancedFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for NumberGreaterThanAdvancedFilter. +```powershell +New-AzEventGridNumberGreaterThanAdvancedFilterObject -Key "testKey" -Value 11.22 +``` + +```output +Key OperatorType Value +--- ------------ ----- +testKey NumberGreaterThan 11.22 +``` + +Create an in-memory object for NumberGreaterThanAdvancedFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberGreaterThanFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberGreaterThanFilterObject.md new file mode 100644 index 000000000000..60bf1e9eaec4 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberGreaterThanFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for NumberGreaterThanFilter. +```powershell +New-AzEventGridNumberGreaterThanFilterObject -Key "testKey" -Value 11.22 +``` + +```output +Key OperatorType Value +--- ------------ ----- +testKey NumberGreaterThan 11.22 +``` + +Create an in-memory object for NumberGreaterThanFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject.md new file mode 100644 index 000000000000..fb6e0d079267 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for NumberGreaterThanOrEqualsAdvancedFilter. +```powershell +New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject -Key "testKey" -Value 11.22 +``` + +```output +Key OperatorType Value +--- ------------ ----- +testKey NumberGreaterThanOrEquals 11.22 +``` + +Create an in-memory object for NumberGreaterThanOrEqualsAdvancedFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberGreaterThanOrEqualsFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberGreaterThanOrEqualsFilterObject.md new file mode 100644 index 000000000000..4c61851f3635 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberGreaterThanOrEqualsFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for NumberGreaterThanOrEqualsFilter. +```powershell +New-AzEventGridNumberGreaterThanOrEqualsFilterObject -Key "testKey" -Value 11.22 +``` + +```output +Key OperatorType Value +--- ------------ ----- +testKey NumberGreaterThanOrEquals 11.22 +``` + +Create an in-memory object for NumberGreaterThanOrEqualsFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberInAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberInAdvancedFilterObject.md new file mode 100644 index 000000000000..1d039e197cbd --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberInAdvancedFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for NumberInAdvancedFilter. +```powershell +New-AzEventGridNumberInAdvancedFilterObject -Key "testKey" -Value 11.22,22.33 +``` + +```output +Key OperatorType +--- ------------ +testKey NumberIn +``` + +Create an in-memory object for NumberInAdvancedFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberInFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberInFilterObject.md new file mode 100644 index 000000000000..b8ba7c67a2a8 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberInFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for NumberInFilter. +```powershell +New-AzEventGridNumberInFilterObject -Key "testKey" -Value 11.22,22.33 +``` + +```output +Key OperatorType +--- ------------ +testKey NumberIn +``` + +Create an in-memory object for NumberInFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberInRangeAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberInRangeAdvancedFilterObject.md new file mode 100644 index 000000000000..2183613ce3b8 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberInRangeAdvancedFilterObject.md @@ -0,0 +1,13 @@ +### Example 1: Create an in-memory object for NumberInRangeAdvancedFilter. +```powershell +$valuesObj = @(11.11, 22.22, 33.33, 44.44) +New-AzEventGridNumberInRangeAdvancedFilterObject -Key "testKey" -Value @(,$valuesObj) +``` + +```output +Key OperatorType +--- ------------ +testKey NumberInRange +``` + +Create an in-memory object for NumberInRangeAdvancedFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberInRangeFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberInRangeFilterObject.md new file mode 100644 index 000000000000..c5542fefebe4 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberInRangeFilterObject.md @@ -0,0 +1,13 @@ +### Example 1: Create an in-memory object for NumberInRangeFilter. +```powershell +$valuesObj = @(11.11, 22.22, 33.33, 44.44) +New-AzEventGridNumberInRangeFilterObject -Key "testKey" -Value @(,$valuesObj) +``` + +```output +Key OperatorType +--- ------------ +testKey NumberInRange +``` + +Create an in-memory object for NumberInRangeFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberLessThanAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberLessThanAdvancedFilterObject.md new file mode 100644 index 000000000000..65ca478b287d --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberLessThanAdvancedFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for NumberLessThanAdvancedFilter. +```powershell +New-AzEventGridNumberLessThanAdvancedFilterObject -Key "testKey" -Value 11.22 +``` + +```output +Key OperatorType Value +--- ------------ ----- +testKey NumberLessThan 11.22 +``` + +Create an in-memory object for NumberLessThanAdvancedFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberLessThanFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberLessThanFilterObject.md new file mode 100644 index 000000000000..f5dcfe9518f4 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberLessThanFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for NumberLessThanFilter. +```powershell +New-AzEventGridNumberLessThanFilterObject -Key "testKey" -Value 11.22 +``` + +```output +Key OperatorType Value +--- ------------ ----- +testKey NumberLessThan 11.22 +``` + +Create an in-memory object for NumberLessThanFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject.md new file mode 100644 index 000000000000..2330b3cc9a06 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for NumberLessThanOrEqualsAdvancedFilter. +```powershell +New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject -Key "testKey" -Value 11.22 +``` + +```output +Key OperatorType Value +--- ------------ ----- +testKey NumberLessThanOrEquals 11.22 +``` + +Create an in-memory object for NumberLessThanOrEqualsAdvancedFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberLessThanOrEqualsFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberLessThanOrEqualsFilterObject.md new file mode 100644 index 000000000000..b2d5ebaa3870 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberLessThanOrEqualsFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for NumberLessThanOrEqualsFilter. +```powershell +New-AzEventGridNumberLessThanOrEqualsFilterObject -Key "testKey" -Value 11.22 +``` + +```output +Key OperatorType Value +--- ------------ ----- +testKey NumberLessThanOrEquals 11.22 +``` + +Create an in-memory object for NumberLessThanOrEqualsFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberNotInAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberNotInAdvancedFilterObject.md new file mode 100644 index 000000000000..1bd8c9c0b673 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberNotInAdvancedFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for NumberNotInAdvancedFilter. +```powershell +New-AzEventGridNumberNotInAdvancedFilterObject -Key "testKey" -Value 11.22,22.33 +``` + +```output +Key OperatorType +--- ------------ +testKey NumberNotIn +``` + +Create an in-memory object for NumberNotInAdvancedFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberNotInFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberNotInFilterObject.md new file mode 100644 index 000000000000..894ab75f77cb --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberNotInFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for NumberNotInFilter. +```powershell +New-AzEventGridNumberNotInFilterObject -Key "testKey" -Value 11.22,22.33 +``` + +```output +Key OperatorType +--- ------------ +testKey NumberNotIn +``` + +Create an in-memory object for NumberNotInFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberNotInRangeAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberNotInRangeAdvancedFilterObject.md new file mode 100644 index 000000000000..0ca20ce39577 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberNotInRangeAdvancedFilterObject.md @@ -0,0 +1,13 @@ +### Example 1: Create an in-memory object for NumberNotInRangeAdvancedFilter. +```powershell +$valuesObj = @(11.11, 22.22, 33.33, 44.44) +New-AzEventGridNumberNotInRangeAdvancedFilterObject -Key "testKey" -Value @(,$valuesObj) +``` + +```output +Key OperatorType +--- ------------ +testKey NumberNotInRange +``` + +Create an in-memory object for NumberNotInRangeAdvancedFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberNotInRangeFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberNotInRangeFilterObject.md new file mode 100644 index 000000000000..d6b1c1fd71b7 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridNumberNotInRangeFilterObject.md @@ -0,0 +1,13 @@ +### Example 1: Create an in-memory object for NumberNotInRangeFilter. +```powershell +$valuesObj = @(11.11, 22.22, 33.33, 44.44) +New-AzEventGridNumberNotInRangeFilterObject -Key "testKey" -Value @(,$valuesObj) +``` + +```output +Key OperatorType +--- ------------ +testKey NumberNotInRange +``` + +Create an in-memory object for NumberNotInRangeFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStaticDeliveryAttributeMappingObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStaticDeliveryAttributeMappingObject.md new file mode 100644 index 000000000000..30cb82097b8c --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStaticDeliveryAttributeMappingObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for StaticDeliveryAttributeMapping. +```powershell +New-AzEventGridStaticDeliveryAttributeMappingObject -IsSecret:$true -Name "testName" -Value "testValue" +``` + +```output +Name +---- +testName +``` + +Create an in-memory object for StaticDeliveryAttributeMapping. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringBeginsWithAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringBeginsWithAdvancedFilterObject.md new file mode 100644 index 000000000000..6400628bb509 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringBeginsWithAdvancedFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for StringBeginsWithAdvancedFilter. +```powershell +New-AzEventGridStringBeginsWithAdvancedFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringBeginsWith +``` + +Create an in-memory object for StringBeginsWithAdvancedFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringBeginsWithFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringBeginsWithFilterObject.md new file mode 100644 index 000000000000..be849deb0668 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringBeginsWithFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for StringBeginsWithFilter. +```powershell +New-AzEventGridStringBeginsWithFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringBeginsWith +``` + +Create an in-memory object for StringBeginsWithFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringContainsAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringContainsAdvancedFilterObject.md new file mode 100644 index 000000000000..fc6e7fd3512c --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringContainsAdvancedFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for StringContainsAdvancedFilter. +```powershell +New-AzEventGridStringContainsAdvancedFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringContains +``` + +Create an in-memory object for StringContainsAdvancedFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringContainsFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringContainsFilterObject.md new file mode 100644 index 000000000000..2bb5d54dc06f --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringContainsFilterObject.md @@ -0,0 +1,10 @@ +### Example 1: Create an in-memory object for StringContainsFilter. +```powershell +New-AzEventGridStringContainsFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +New-AzEventGridStringContainsFilterObject -Key "testKey" -Value "value1","value2" +``` + +Create an in-memory object for StringContainsFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringEndsWithAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringEndsWithAdvancedFilterObject.md new file mode 100644 index 000000000000..8b269bbe4a16 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringEndsWithAdvancedFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for StringEndsWithAdvancedFilter. +```powershell +New-AzEventGridStringEndsWithAdvancedFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringEndsWith +``` + +Create an in-memory object for StringEndsWithAdvancedFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringEndsWithFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringEndsWithFilterObject.md new file mode 100644 index 000000000000..98a0972b758b --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringEndsWithFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for StringEndsWithFilter. +```powershell +New-AzEventGridStringEndsWithFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringEndsWith +``` + +Create an in-memory object for StringEndsWithFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringInAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringInAdvancedFilterObject.md new file mode 100644 index 000000000000..ecdf4b371579 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringInAdvancedFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for StringInAdvancedFilter. +```powershell +New-AzEventGridStringInAdvancedFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringIn +``` + +Create an in-memory object for StringInAdvancedFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringInFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringInFilterObject.md new file mode 100644 index 000000000000..69c07f706d34 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringInFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for StringInFilter. +```powershell +New-AzEventGridStringInFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringIn +``` + +Create an in-memory object for StringInFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotBeginsWithAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotBeginsWithAdvancedFilterObject.md new file mode 100644 index 000000000000..a80e0c62e2ed --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotBeginsWithAdvancedFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for StringNotBeginsWithAdvancedFilter. +```powershell +New-AzEventGridStringNotBeginsWithAdvancedFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringNotBeginsWith +``` + +Create an in-memory object for StringNotBeginsWithAdvancedFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotBeginsWithFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotBeginsWithFilterObject.md new file mode 100644 index 000000000000..aaa15fac96f9 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotBeginsWithFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for StringNotBeginsWithFilter. +```powershell +New-AzEventGridStringNotBeginsWithFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringNotBeginsWith +``` + +Create an in-memory object for StringNotBeginsWithFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotContainsAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotContainsAdvancedFilterObject.md new file mode 100644 index 000000000000..e6be9d1544bb --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotContainsAdvancedFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for StringNotContainsAdvancedFilter. +```powershell +New-AzEventGridStringNotContainsAdvancedFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringNotContains +``` + +Create an in-memory object for StringNotContainsAdvancedFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotContainsFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotContainsFilterObject.md new file mode 100644 index 000000000000..8f7e4fb9dfdf --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotContainsFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for StringNotContainsFilter. +```powershell +New-AzEventGridStringNotContainsFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringNotContains +``` + +Create an in-memory object for StringNotContainsFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotEndsWithAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotEndsWithAdvancedFilterObject.md new file mode 100644 index 000000000000..b217d446bb98 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotEndsWithAdvancedFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for StringNotEndsWithAdvancedFilter. +```powershell +New-AzEventGridStringNotEndsWithAdvancedFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringNotEndsWith +``` + +Create an in-memory object for StringNotEndsWithAdvancedFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotEndsWithFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotEndsWithFilterObject.md new file mode 100644 index 000000000000..18eb1b494216 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotEndsWithFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for StringNotEndsWithFilter. +```powershell +New-AzEventGridStringNotEndsWithFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringNotEndsWith +``` + +Create an in-memory object for StringNotEndsWithFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotInAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotInAdvancedFilterObject.md new file mode 100644 index 000000000000..bbddb8b96431 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotInAdvancedFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for StringNotInAdvancedFilter. +```powershell +New-AzEventGridStringNotInAdvancedFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringNotIn +``` + +Create an in-memory object for StringNotInAdvancedFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotInFilterObject.md b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotInFilterObject.md new file mode 100644 index 000000000000..382710112180 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/examples/New-AzEventGridStringNotInFilterObject.md @@ -0,0 +1,12 @@ +### Example 1: Create an in-memory object for StringNotInFilter. +```powershell +New-AzEventGridStringNotInFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringNotIn +``` + +Create an in-memory object for StringNotInFilter. \ No newline at end of file diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridBoolEqualsAdvancedFilterObject.ps1 similarity index 86% rename from src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridFilterObject.ps1 rename to src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridBoolEqualsAdvancedFilterObject.ps1 index e9b00b54e47e..b609a67a92b1 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridFilterObject.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridBoolEqualsAdvancedFilterObject.ps1 @@ -16,27 +16,26 @@ <# .Synopsis -Create an in-memory object for Filter. +Create an in-memory object for BoolEqualsAdvancedFilter. .Description -Create an in-memory object for Filter. +Create an in-memory object for BoolEqualsAdvancedFilter. .Example -New-AzEventGridFilterObject -OperatorType NumberIn -Key "TestKey" +New-AzEventGridBoolEqualsAdvancedFilterObject -Key "testKey" -Value:$true .Outputs -Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.Filter +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.BoolEqualsAdvancedFilter .Link -https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridfilterobject +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridboolequalsadvancedfilterobject #> -function New-AzEventGridFilterObject { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.Filter])] +function New-AzEventGridBoolEqualsAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.BoolEqualsAdvancedFilter])] [CmdletBinding(PositionalBinding=$false)] param( - [Parameter(Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleterAttribute("NumberIn", "NumberNotIn", "NumberLessThan", "NumberGreaterThan", "NumberLessThanOrEquals", "NumberGreaterThanOrEquals", "BoolEquals", "StringIn", "StringNotIn", "StringBeginsWith", "StringEndsWith", "StringContains", "NumberInRange", "NumberNotInRange", "StringNotBeginsWith", "StringNotEndsWith", "StringNotContains", "IsNullOrUndefined", "IsNotNull")] + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] - [System.String] - # The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others. - ${OperatorType}, + [System.Boolean] + # The boolean filter value. + ${Value}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] @@ -71,7 +70,7 @@ begin { } $mapping = @{ - __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridFilterObject'; + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridBoolEqualsAdvancedFilterObject'; } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridBoolEqualsFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridBoolEqualsFilterObject.ps1 new file mode 100644 index 000000000000..3a6c6574e03c --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridBoolEqualsFilterObject.ps1 @@ -0,0 +1,123 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for BoolEqualsFilter. +.Description +Create an in-memory object for BoolEqualsFilter. +.Example +New-AzEventGridBoolEqualsFilterObject -Key "testKey" -Value:$true + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.BoolEqualsFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridboolequalsfilterobject +#> +function New-AzEventGridBoolEqualsFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.BoolEqualsFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Boolean] + # The boolean filter value. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridBoolEqualsFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridCaCertificate.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridCaCertificate.ps1 index 49b823044424..867fdac134e4 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridCaCertificate.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridCaCertificate.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Create a CA certificate with the specified parameters. +create a CA certificate with the specified parameters. .Description -Create a CA certificate with the specified parameters. +create a CA certificate with the specified parameters. .Example New-AzEventGridCaCertificate -Name azps-cacert -NamespaceName azps-eventgridnamespace -ResourceGroupName azps_test_group_eventgrid -EncodedCertificate "-----BEGIN CERTIFICATE----- >> **************** diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridChannel.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridChannel.ps1 index c1ac6999ac1b..5ddfce0befa5 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridChannel.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridChannel.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Synchronously creates or updates a new channel with the specified parameters. +Synchronously create a new channel with the specified parameters. .Description -Synchronously creates or updates a new channel with the specified parameters. +Synchronously create a new channel with the specified parameters. .Example $dateObj = Get-Date -Year 2023 -Month 11 -Day 10 -Hour 11 -Minute 06 -Second 07 New-AzEventGridChannel -Name azps-channel -PartnerNamespaceName azps-partnernamespace -ResourceGroupName azps_test_group_eventgrid -ChannelType PartnerTopic -PartnerTopicInfoAzureSubscriptionId "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" -PartnerTopicInfoResourceGroupName "azps_test_group_eventgrid2" -PartnerTopicInfoName "default" -PartnerTopicInfoSource "ContosoCorp.Accounts.User1" -ExpirationTimeIfNotActivatedUtc $dateObj.ToUniversalTime() diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridClient.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridClient.ps1 index a76ed53f03f8..70e9b4061224 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridClient.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridClient.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Create a client with the specified parameters. +create a client with the specified parameters. .Description -Create a client with the specified parameters. +create a client with the specified parameters. .Example $attribute = @{"room"="345";"floor"="3";"deviceTypes"="Fan"} New-AzEventGridClient -Name azps-client -NamespaceName azps-eventgridnamespace -ResourceGroupName azps_test_group_eventgrid -Attribute $attribute -State Enabled -ClientCertificateAuthenticationValidationScheme "SubjectMatchesAuthenticationName" diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridClientGroup.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridClientGroup.ps1 index d770ee7d941b..7cf7e0ca7c53 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridClientGroup.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridClientGroup.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Create a client group with the specified parameters. +create a client group with the specified parameters. .Description -Create a client group with the specified parameters. +create a client group with the specified parameters. .Example New-AzEventGridClientGroup -Name azps-clientgroup -NamespaceName azps-eventgridnamespace -ResourceGroupName azps_test_group_eventgrid -Query "attributes.b IN ['a', 'b', 'c']" diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridDomain.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridDomain.ps1 index 42157f09388d..7c6698253cac 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridDomain.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridDomain.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Asynchronously creates or updates a new domain with the specified parameters. +Asynchronously create a new domain with the specified parameters. .Description -Asynchronously creates or updates a new domain with the specified parameters. +Asynchronously create a new domain with the specified parameters. .Example $inboundIpRule = New-AzEventGridInboundIPRuleObject -Action Allow -IPMask "12.18.176.1" New-AzEventGridDomain -Name azps-domain -ResourceGroupName azps_test_group_eventgrid -Location westus2 -PublicNetworkAccess Enabled -InboundIPRule $inboundIpRule diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridDomainEventSubscription.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridDomainEventSubscription.ps1 index bede49e8c405..92776bfd34e7 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridDomainEventSubscription.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridDomainEventSubscription.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Asynchronously creates a new event subscription or updates an existing event subscription. +Asynchronously create a new event subscription or create an existing event subscription. .Description -Asynchronously creates a new event subscription or updates an existing event subscription. +Asynchronously create a new event subscription or create an existing event subscription. .Example $obj = New-AzEventGridWebHookEventSubscriptionDestinationObject -EndpointUrl "https://azpsweb.azurewebsites.net/api/updates" New-AzEventGridDomainEventSubscription -DomainName azps-domain -EventSubscriptionName azps-eventsubname -ResourceGroupName azps_test_group_eventgrid -FilterIsSubjectCaseSensitive:$false -FilterSubjectBeginsWith "ExamplePrefix" -FilterSubjectEndsWith "ExampleSuffix" -Destination $obj diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridDomainTopic.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridDomainTopic.ps1 index cada651f46bc..05cd6b7b2f89 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridDomainTopic.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridDomainTopic.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Asynchronously creates or updates a new domain topic with the specified parameters. +Asynchronously create a new domain topic with the specified parameters. .Description -Asynchronously creates or updates a new domain topic with the specified parameters. +Asynchronously create a new domain topic with the specified parameters. .Example New-AzEventGridDomainTopic -DomainName azps-domain -ResourceGroupName azps_test_group_eventgrid -Name azps-domaintopic diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridDomainTopicEventSubscription.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridDomainTopicEventSubscription.ps1 index df18eac6be20..20132f4c9764 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridDomainTopicEventSubscription.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridDomainTopicEventSubscription.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Asynchronously creates a new event subscription or updates an existing event subscription. +Asynchronously create a new event subscription or create an existing event subscription. .Description -Asynchronously creates a new event subscription or updates an existing event subscription. +Asynchronously create a new event subscription or create an existing event subscription. .Example $obj = New-AzEventGridWebHookEventSubscriptionDestinationObject -EndpointUrl "https://azpsweb.azurewebsites.net/api/updates" New-AzEventGridDomainTopicEventSubscription -DomainName azps-domain -EventSubscriptionName azps-eventsubname -ResourceGroupName azps_test_group_eventgrid -TopicName azps-topic -FilterIsSubjectCaseSensitive:$false -FilterSubjectBeginsWith "ExamplePrefix" -FilterSubjectEndsWith "ExampleSuffix" -Destination $obj diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridDeliveryAttributeMappingObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridDynamicDeliveryAttributeMappingObject.ps1 similarity index 89% rename from src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridDeliveryAttributeMappingObject.ps1 rename to src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridDynamicDeliveryAttributeMappingObject.ps1 index 65925a30bf55..9dc75e4d1806 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridDeliveryAttributeMappingObject.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridDynamicDeliveryAttributeMappingObject.ps1 @@ -16,27 +16,26 @@ <# .Synopsis -Create an in-memory object for DeliveryAttributeMapping. +Create an in-memory object for DynamicDeliveryAttributeMapping. .Description -Create an in-memory object for DeliveryAttributeMapping. +Create an in-memory object for DynamicDeliveryAttributeMapping. .Example -New-AzEventGridDeliveryAttributeMappingObject -Type "TestType" -Name "TestName" +New-AzEventGridDynamicDeliveryAttributeMappingObject -Name "testname" -SourceField "testfield" .Outputs -Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DeliveryAttributeMapping +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DynamicDeliveryAttributeMapping .Link -https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgriddeliveryattributemappingobject +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgriddynamicdeliveryattributemappingobject #> -function New-AzEventGridDeliveryAttributeMappingObject { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DeliveryAttributeMapping])] +function New-AzEventGridDynamicDeliveryAttributeMappingObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DynamicDeliveryAttributeMapping])] [CmdletBinding(PositionalBinding=$false)] param( - [Parameter(Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleterAttribute("Static", "Dynamic")] + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] [System.String] - # Type of the delivery attribute or header name. - ${Type}, + # JSON path in the event which contains attribute value. + ${SourceField}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] @@ -71,7 +70,7 @@ begin { } $mapping = @{ - __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridDeliveryAttributeMappingObject'; + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridDynamicDeliveryAttributeMappingObject'; } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridEventSubscriptionFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridEventSubscriptionFilterObject.ps1 new file mode 100644 index 000000000000..a7536d7872cf --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridEventSubscriptionFilterObject.ps1 @@ -0,0 +1,161 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for EventSubscriptionFilter. +.Description +Create an in-memory object for EventSubscriptionFilter. +.Example +$adviceObj = New-AzEventGridBoolEqualsAdvancedFilterObject -Key "testKey" -Value:$true +New-AzEventGridEventSubscriptionFilterObject -AdvancedFilter $adviceObj -EnableAdvancedFilteringOnArray:$true -IncludedEventType "test" -IsSubjectCaseSensitive:$true -SubjectBeginsWith "startTest" -SubjectEndsWith "endTest" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventSubscriptionFilter +.Notes +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + +ADVANCEDFILTER : An array of advanced filters that are used for filtering event subscriptions. + OperatorType : The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others. + [Key ]: The field/property in the event based on which you want to filter. +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgrideventsubscriptionfilterobject +#> +function New-AzEventGridEventSubscriptionFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventSubscriptionFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[]] + # An array of advanced filters that are used for filtering event subscriptions. + ${AdvancedFilter}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Boolean] + # Allows advanced filters to be evaluated against an array of values instead of expecting a singular value. + ${EnableAdvancedFilteringOnArray}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String[]] + # A list of applicable event types that need to be part of the event subscription. + # If it is desired to subscribe to all default event types, set the IncludedEventTypes to null. + ${IncludedEventType}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Boolean] + # Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter + # should be compared in a case sensitive manner. + ${IsSubjectCaseSensitive}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # An optional string to filter events for an event subscription based on a resource path prefix. + # The format of this depends on the publisher of the events. + # Wildcard characters are not supported in this path. + ${SubjectBeginsWith}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # An optional string to filter events for an event subscription based on a resource path suffix. + # Wildcard characters are not supported in this path. + ${SubjectEndsWith} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridEventSubscriptionFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridIsNotNullAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridIsNotNullAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..293744cf9287 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridIsNotNullAdvancedFilterObject.ps1 @@ -0,0 +1,117 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for IsNotNullAdvancedFilter. +.Description +Create an in-memory object for IsNotNullAdvancedFilter. +.Example +New-AzEventGridIsNotNullAdvancedFilterObject -Key "testkey" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNotNullAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridisnotnulladvancedfilterobject +#> +function New-AzEventGridIsNotNullAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNotNullAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridIsNotNullAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridIsNotNullFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridIsNotNullFilterObject.ps1 new file mode 100644 index 000000000000..5c5b0df723b0 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridIsNotNullFilterObject.ps1 @@ -0,0 +1,117 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for IsNotNullFilter. +.Description +Create an in-memory object for IsNotNullFilter. +.Example +New-AzEventGridIsNotNullFilterObject -Key "testKey" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNotNullFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridisnotnullfilterobject +#> +function New-AzEventGridIsNotNullFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNotNullFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridIsNotNullFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridIsNullOrUndefinedAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridIsNullOrUndefinedAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..aaf4076d96e5 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridIsNullOrUndefinedAdvancedFilterObject.ps1 @@ -0,0 +1,117 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for IsNullOrUndefinedAdvancedFilter. +.Description +Create an in-memory object for IsNullOrUndefinedAdvancedFilter. +.Example +New-AzEventGridIsNullOrUndefinedAdvancedFilterObject -Key "testKey" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNullOrUndefinedAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridisnullorundefinedadvancedfilterobject +#> +function New-AzEventGridIsNullOrUndefinedAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNullOrUndefinedAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridIsNullOrUndefinedAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridIsNullOrUndefinedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridIsNullOrUndefinedFilterObject.ps1 new file mode 100644 index 000000000000..b5106890208e --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridIsNullOrUndefinedFilterObject.ps1 @@ -0,0 +1,117 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for IsNullOrUndefinedFilter. +.Description +Create an in-memory object for IsNullOrUndefinedFilter. +.Example +New-AzEventGridIsNullOrUndefinedFilterObject -Key "testKey" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNullOrUndefinedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridisnullorundefinedfilterobject +#> +function New-AzEventGridIsNullOrUndefinedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNullOrUndefinedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridIsNullOrUndefinedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNamespace.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNamespace.ps1 index c1f8bfc4536f..697854e7c0e2 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNamespace.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNamespace.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Asynchronously creates or updates a new namespace with the specified parameters. +Asynchronously create a new namespace with the specified parameters. .Description -Asynchronously creates or updates a new namespace with the specified parameters. +Asynchronously create a new namespace with the specified parameters. .Example New-AzEventGridNamespace -Name azps-eventgridnamespace -ResourceGroupName azps_test_group_eventgrid -Location eastus -TopicSpaceConfigurationState Enabled diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNamespaceTopic.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNamespaceTopic.ps1 index 265130534dc6..ba6ac09b361c 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNamespaceTopic.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNamespaceTopic.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Asynchronously creates a new namespace topic with the specified parameters. +Asynchronously create a new namespace topic with the specified parameters. .Description -Asynchronously creates a new namespace topic with the specified parameters. +Asynchronously create a new namespace topic with the specified parameters. .Example New-AzEventGridNamespaceTopic -NamespaceName azps-eventgridnamespace -ResourceGroupName azps_test_group_eventgrid -TopicName azps-topic -PublisherType Custom -EventRetentionInDay 1 -InputSchema CloudEventSchemaV1_0 diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNamespaceTopicEventSubscription.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNamespaceTopicEventSubscription.ps1 index 0e2f651a205f..585265e16a45 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNamespaceTopicEventSubscription.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNamespaceTopicEventSubscription.ps1 @@ -16,10 +16,10 @@ <# .Synopsis -Asynchronously creates or updates an event subscription of a namespace topic with the specified parameters. +Asynchronously create an event subscription of a namespace topic with the specified parameters. Existing event subscriptions will be updated with this API. .Description -Asynchronously creates or updates an event subscription of a namespace topic with the specified parameters. +Asynchronously create an event subscription of a namespace topic with the specified parameters. Existing event subscriptions will be updated with this API. .Example $TimeSpan = New-TimeSpan -Hours 1 -Minutes 25 diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberGreaterThanAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberGreaterThanAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..4c1300897ca2 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberGreaterThanAdvancedFilterObject.ps1 @@ -0,0 +1,123 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberGreaterThanAdvancedFilter. +.Description +Create an in-memory object for NumberGreaterThanAdvancedFilter. +.Example +New-AzEventGridNumberGreaterThanAdvancedFilterObject -Key "testKey" -Value 11.22 + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbergreaterthanadvancedfilterobject +#> +function New-AzEventGridNumberGreaterThanAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double] + # The filter value. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberGreaterThanAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberGreaterThanFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberGreaterThanFilterObject.ps1 new file mode 100644 index 000000000000..34ff5a97efeb --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberGreaterThanFilterObject.ps1 @@ -0,0 +1,123 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberGreaterThanFilter. +.Description +Create an in-memory object for NumberGreaterThanFilter. +.Example +New-AzEventGridNumberGreaterThanFilterObject -Key "testKey" -Value 11.22 + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbergreaterthanfilterobject +#> +function New-AzEventGridNumberGreaterThanFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double] + # The filter value. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberGreaterThanFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..1941d73e784a --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject.ps1 @@ -0,0 +1,123 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberGreaterThanOrEqualsAdvancedFilter. +.Description +Create an in-memory object for NumberGreaterThanOrEqualsAdvancedFilter. +.Example +New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject -Key "testKey" -Value 11.22 + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanOrEqualsAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbergreaterthanorequalsadvancedfilterobject +#> +function New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanOrEqualsAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double] + # The filter value. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberGreaterThanOrEqualsFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberGreaterThanOrEqualsFilterObject.ps1 new file mode 100644 index 000000000000..cafb53d9614d --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberGreaterThanOrEqualsFilterObject.ps1 @@ -0,0 +1,123 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberGreaterThanOrEqualsFilter. +.Description +Create an in-memory object for NumberGreaterThanOrEqualsFilter. +.Example +New-AzEventGridNumberGreaterThanOrEqualsFilterObject -Key "testKey" -Value 11.22 + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanOrEqualsFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbergreaterthanorequalsfilterobject +#> +function New-AzEventGridNumberGreaterThanOrEqualsFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanOrEqualsFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double] + # The filter value. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberGreaterThanOrEqualsFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberInAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberInAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..e6b40840c2b9 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberInAdvancedFilterObject.ps1 @@ -0,0 +1,123 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberInAdvancedFilter. +.Description +Create an in-memory object for NumberInAdvancedFilter. +.Example +New-AzEventGridNumberInAdvancedFilterObject -Key "testKey" -Value 11.22,22.33 + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberinadvancedfilterobject +#> +function New-AzEventGridNumberInAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double[]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberInAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberInFilterObject.ps1 similarity index 85% rename from src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridAdvancedFilterObject.ps1 rename to src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberInFilterObject.ps1 index eba51bcc1fb7..704a274b80f7 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridAdvancedFilterObject.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberInFilterObject.ps1 @@ -16,27 +16,26 @@ <# .Synopsis -Create an in-memory object for AdvancedFilter. +Create an in-memory object for NumberInFilter. .Description -Create an in-memory object for AdvancedFilter. +Create an in-memory object for NumberInFilter. .Example -New-AzEventGridAdvancedFilterObject -OperatorType NumberIn -Key "TestKey" +New-AzEventGridNumberInFilterObject -Key "testKey" -Value 11.22,22.33 .Outputs -Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.AdvancedFilter +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInFilter .Link -https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridadvancedfilterobject +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberinfilterobject #> -function New-AzEventGridAdvancedFilterObject { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.AdvancedFilter])] +function New-AzEventGridNumberInFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInFilter])] [CmdletBinding(PositionalBinding=$false)] param( - [Parameter(Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleterAttribute("NumberIn", "NumberNotIn", "NumberLessThan", "NumberGreaterThan", "NumberLessThanOrEquals", "NumberGreaterThanOrEquals", "BoolEquals", "StringIn", "StringNotIn", "StringBeginsWith", "StringEndsWith", "StringContains", "NumberInRange", "NumberNotInRange", "StringNotBeginsWith", "StringNotEndsWith", "StringNotContains", "IsNullOrUndefined", "IsNotNull")] + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] - [System.String] - # The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others. - ${OperatorType}, + [System.Double[]] + # The set of filter values. + ${Value}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] @@ -71,7 +70,7 @@ begin { } $mapping = @{ - __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridAdvancedFilterObject'; + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberInFilterObject'; } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberInRangeAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberInRangeAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..ad9e9a16cdcb --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberInRangeAdvancedFilterObject.ps1 @@ -0,0 +1,124 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberInRangeAdvancedFilter. +.Description +Create an in-memory object for NumberInRangeAdvancedFilter. +.Example +$valuesObj = @(11.11, 22.22, 33.33, 44.44) +New-AzEventGridNumberInRangeAdvancedFilterObject -Key "testKey" -Value @(,$valuesObj) + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInRangeAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberinrangeadvancedfilterobject +#> +function New-AzEventGridNumberInRangeAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInRangeAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double[][]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberInRangeAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberInRangeFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberInRangeFilterObject.ps1 new file mode 100644 index 000000000000..aa3a4c5a0e2b --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberInRangeFilterObject.ps1 @@ -0,0 +1,124 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberInRangeFilter. +.Description +Create an in-memory object for NumberInRangeFilter. +.Example +$valuesObj = @(11.11, 22.22, 33.33, 44.44) +New-AzEventGridNumberInRangeFilterObject -Key "testKey" -Value @(,$valuesObj) + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInRangeFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberinrangefilterobject +#> +function New-AzEventGridNumberInRangeFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInRangeFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double[][]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberInRangeFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberLessThanAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberLessThanAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..e4462d156226 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberLessThanAdvancedFilterObject.ps1 @@ -0,0 +1,123 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberLessThanAdvancedFilter. +.Description +Create an in-memory object for NumberLessThanAdvancedFilter. +.Example +New-AzEventGridNumberLessThanAdvancedFilterObject -Key "testKey" -Value 11.22 + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberlessthanadvancedfilterobject +#> +function New-AzEventGridNumberLessThanAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double] + # The filter value. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberLessThanAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberLessThanFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberLessThanFilterObject.ps1 new file mode 100644 index 000000000000..c4d883a380ff --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberLessThanFilterObject.ps1 @@ -0,0 +1,123 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberLessThanFilter. +.Description +Create an in-memory object for NumberLessThanFilter. +.Example +New-AzEventGridNumberLessThanFilterObject -Key "testKey" -Value 11.22 + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberlessthanfilterobject +#> +function New-AzEventGridNumberLessThanFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double] + # The filter value. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberLessThanFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..96b8019b2cf6 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject.ps1 @@ -0,0 +1,123 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberLessThanOrEqualsAdvancedFilter. +.Description +Create an in-memory object for NumberLessThanOrEqualsAdvancedFilter. +.Example +New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject -Key "testKey" -Value 11.22 + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanOrEqualsAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberlessthanorequalsadvancedfilterobject +#> +function New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanOrEqualsAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double] + # The filter value. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberLessThanOrEqualsFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberLessThanOrEqualsFilterObject.ps1 new file mode 100644 index 000000000000..408f4ed5cf40 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberLessThanOrEqualsFilterObject.ps1 @@ -0,0 +1,123 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberLessThanOrEqualsFilter. +.Description +Create an in-memory object for NumberLessThanOrEqualsFilter. +.Example +New-AzEventGridNumberLessThanOrEqualsFilterObject -Key "testKey" -Value 11.22 + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanOrEqualsFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberlessthanorequalsfilterobject +#> +function New-AzEventGridNumberLessThanOrEqualsFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanOrEqualsFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double] + # The filter value. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberLessThanOrEqualsFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberNotInAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberNotInAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..cceaff36d692 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberNotInAdvancedFilterObject.ps1 @@ -0,0 +1,123 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberNotInAdvancedFilter. +.Description +Create an in-memory object for NumberNotInAdvancedFilter. +.Example +New-AzEventGridNumberNotInAdvancedFilterObject -Key "testKey" -Value 11.22,22.33 + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbernotinadvancedfilterobject +#> +function New-AzEventGridNumberNotInAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double[]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberNotInAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberNotInFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberNotInFilterObject.ps1 new file mode 100644 index 000000000000..29889941281d --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberNotInFilterObject.ps1 @@ -0,0 +1,123 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberNotInFilter. +.Description +Create an in-memory object for NumberNotInFilter. +.Example +New-AzEventGridNumberNotInFilterObject -Key "testKey" -Value 11.22,22.33 + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbernotinfilterobject +#> +function New-AzEventGridNumberNotInFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double[]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberNotInFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberNotInRangeAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberNotInRangeAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..a4d3155d6766 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberNotInRangeAdvancedFilterObject.ps1 @@ -0,0 +1,124 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberNotInRangeAdvancedFilter. +.Description +Create an in-memory object for NumberNotInRangeAdvancedFilter. +.Example +$valuesObj = @(11.11, 22.22, 33.33, 44.44) +New-AzEventGridNumberNotInRangeAdvancedFilterObject -Key "testKey" -Value @(,$valuesObj) + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInRangeAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbernotinrangeadvancedfilterobject +#> +function New-AzEventGridNumberNotInRangeAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInRangeAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double[][]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberNotInRangeAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberNotInRangeFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberNotInRangeFilterObject.ps1 new file mode 100644 index 000000000000..1795f0efd816 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridNumberNotInRangeFilterObject.ps1 @@ -0,0 +1,124 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for NumberNotInRangeFilter. +.Description +Create an in-memory object for NumberNotInRangeFilter. +.Example +$valuesObj = @(11.11, 22.22, 33.33, 44.44) +New-AzEventGridNumberNotInRangeFilterObject -Key "testKey" -Value @(,$valuesObj) + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInRangeFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbernotinrangefilterobject +#> +function New-AzEventGridNumberNotInRangeFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInRangeFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double[][]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberNotInRangeFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridPartnerConfiguration.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridPartnerConfiguration.ps1 index cc31e5d927c9..8869f86da5fe 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridPartnerConfiguration.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridPartnerConfiguration.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Synchronously creates or updates a partner configuration with the specified parameters. +Synchronously create a partner configuration with the specified parameters. .Description -Synchronously creates or updates a partner configuration with the specified parameters. +Synchronously create a partner configuration with the specified parameters. .Example $partner = New-AzEventGridPartnerObject -AuthorizationExpirationTimeInUtc "2023-11-19T09:31:42.521Z" -Name "Auth0" -RegistrationImmutableId "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" New-AzEventGridPartnerConfiguration -ResourceGroupName azps_test_group_eventgrid -Location global -PartnerAuthorizationDefaultMaximumExpirationTimeInDay 10 -PartnerAuthorizationAuthorizedPartnersList $partner diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridPartnerDestination.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridPartnerDestination.ps1 index d74fe330fa27..d6adcb27fcd4 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridPartnerDestination.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridPartnerDestination.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Asynchronously creates a new partner destination with the specified parameters. +Asynchronously create a new partner destination with the specified parameters. .Description -Asynchronously creates a new partner destination with the specified parameters. +Asynchronously create a new partner destination with the specified parameters. .Example New-AzEventGridPartnerDestination -Name azps-destin -ResourceGroupName azps_test_group_eventgrid -Location eastus -Tag @{"1"="a"} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridPartnerNamespace.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridPartnerNamespace.ps1 index aa12e429303a..d4630c95469e 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridPartnerNamespace.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridPartnerNamespace.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Asynchronously creates a new partner namespace with the specified parameters. +Asynchronously create a new partner namespace with the specified parameters. .Description -Asynchronously creates a new partner namespace with the specified parameters. +Asynchronously create a new partner namespace with the specified parameters. .Example New-AzEventGridPartnerNamespace -Name azps-partnernamespace -ResourceGroupName azps_test_group_eventgrid -Location eastus -PartnerTopicRoutingMode SourceEventAttribute -PartnerRegistrationFullyQualifiedId "/subscriptions/{subId}/resourceGroups/azps_test_group_eventgrid/providers/Microsoft.EventGrid/partnerRegistrations/azps-registration" .Example diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridPartnerRegistration.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridPartnerRegistration.ps1 index 7acb8aab6f8e..871511bcdfc5 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridPartnerRegistration.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridPartnerRegistration.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Create a new partner registration with the specified parameters. +create a new partner registration with the specified parameters. .Description -Create a new partner registration with the specified parameters. +create a new partner registration with the specified parameters. .Example New-AzEventGridPartnerRegistration -Name azps-registration -ResourceGroupName azps_test_group_eventgrid -Location global diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridPartnerTopic.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridPartnerTopic.ps1 index ba71de7ed976..01a9cff3d6b9 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridPartnerTopic.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridPartnerTopic.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Asynchronously creates a new partner topic with the specified parameters. +Asynchronously create a new partner topic with the specified parameters. .Description -Asynchronously creates a new partner topic with the specified parameters. +Asynchronously create a new partner topic with the specified parameters. .Example $partnerRegistration = Get-AzEventGridPartnerRegistration -ResourceGroupName azps_test_group_eventgrid -Name azps-registration New-AzEventGridPartnerTopic -Name default -ResourceGroupName azps_test_group_eventgrid -Location eastus -partnerRegistrationImmutableId $partnerRegistration.ImmutableId -Source "ContosoCorp.Accounts.User1" -ExpirationTimeIfNotActivatedUtc "2023-11-17T11:06:13.109Z" -PartnerTopicFriendlyDescription "Example description" -MessageForActivation "Example message for activation" diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridPartnerTopicEventSubscription.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridPartnerTopicEventSubscription.ps1 index dc6f10858c6f..d46d2a20eeba 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridPartnerTopicEventSubscription.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridPartnerTopicEventSubscription.ps1 @@ -16,10 +16,10 @@ <# .Synopsis -Asynchronously creates or updates an event subscription of a partner topic with the specified parameters. +Asynchronously create an event subscription of a partner topic with the specified parameters. Existing event subscriptions will be updated with this API. .Description -Asynchronously creates or updates an event subscription of a partner topic with the specified parameters. +Asynchronously create an event subscription of a partner topic with the specified parameters. Existing event subscriptions will be updated with this API. .Example $obj = New-AzEventGridWebHookEventSubscriptionDestinationObject -EndpointUrl "https://azpsweb.azurewebsites.net" diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridPermissionBinding.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridPermissionBinding.ps1 index 2a9fbcbe007c..f23adb43f521 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridPermissionBinding.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridPermissionBinding.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Create a permission binding with the specified parameters. +create a permission binding with the specified parameters. .Description -Create a permission binding with the specified parameters. +create a permission binding with the specified parameters. .Example New-AzEventGridPermissionBinding -Name azps-pb -NamespaceName azps-eventgridnamespace -ResourceGroupName azps_test_group_eventgrid -ClientGroupName "azps-clientgroup" -Permission Publisher -TopicSpaceName "azps-topicspace" diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStaticDeliveryAttributeMappingObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStaticDeliveryAttributeMappingObject.ps1 new file mode 100644 index 000000000000..1b95818798d3 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStaticDeliveryAttributeMappingObject.ps1 @@ -0,0 +1,129 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StaticDeliveryAttributeMapping. +.Description +Create an in-memory object for StaticDeliveryAttributeMapping. +.Example +New-AzEventGridStaticDeliveryAttributeMappingObject -IsSecret:$true -Name "testName" -Value "testValue" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StaticDeliveryAttributeMapping +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstaticdeliveryattributemappingobject +#> +function New-AzEventGridStaticDeliveryAttributeMappingObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StaticDeliveryAttributeMapping])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Boolean] + # Boolean flag to tell if the attribute contains sensitive information . + ${IsSecret}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # Value of the delivery attribute. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # Name of the delivery attribute or header. + ${Name} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStaticDeliveryAttributeMappingObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringBeginsWithAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringBeginsWithAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..cb0782c13eac --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringBeginsWithAdvancedFilterObject.ps1 @@ -0,0 +1,123 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringBeginsWithAdvancedFilter. +.Description +Create an in-memory object for StringBeginsWithAdvancedFilter. +.Example +New-AzEventGridStringBeginsWithAdvancedFilterObject -Key "testKey" -Value "value1","value2" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringBeginsWithAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringbeginswithadvancedfilterobject +#> +function New-AzEventGridStringBeginsWithAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringBeginsWithAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String[]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringBeginsWithAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringBeginsWithFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringBeginsWithFilterObject.ps1 new file mode 100644 index 000000000000..cf61115aa1c0 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringBeginsWithFilterObject.ps1 @@ -0,0 +1,123 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringBeginsWithFilter. +.Description +Create an in-memory object for StringBeginsWithFilter. +.Example +New-AzEventGridStringBeginsWithFilterObject -Key "testKey" -Value "value1","value2" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringBeginsWithFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringbeginswithfilterobject +#> +function New-AzEventGridStringBeginsWithFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringBeginsWithFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String[]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringBeginsWithFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringContainsAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringContainsAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..b025ebf460cf --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringContainsAdvancedFilterObject.ps1 @@ -0,0 +1,123 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringContainsAdvancedFilter. +.Description +Create an in-memory object for StringContainsAdvancedFilter. +.Example +New-AzEventGridStringContainsAdvancedFilterObject -Key "testKey" -Value "value1","value2" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringContainsAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringcontainsadvancedfilterobject +#> +function New-AzEventGridStringContainsAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringContainsAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String[]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringContainsAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringContainsFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringContainsFilterObject.ps1 new file mode 100644 index 000000000000..dfca97c30eca --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringContainsFilterObject.ps1 @@ -0,0 +1,123 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringContainsFilter. +.Description +Create an in-memory object for StringContainsFilter. +.Example +New-AzEventGridStringContainsFilterObject -Key "testKey" -Value "value1","value2" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringContainsFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringcontainsfilterobject +#> +function New-AzEventGridStringContainsFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringContainsFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String[]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringContainsFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringEndsWithAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringEndsWithAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..d67a77587a3d --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringEndsWithAdvancedFilterObject.ps1 @@ -0,0 +1,123 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringEndsWithAdvancedFilter. +.Description +Create an in-memory object for StringEndsWithAdvancedFilter. +.Example +New-AzEventGridStringEndsWithAdvancedFilterObject -Key "testKey" -Value "value1","value2" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringEndsWithAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringendswithadvancedfilterobject +#> +function New-AzEventGridStringEndsWithAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringEndsWithAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String[]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringEndsWithAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringEndsWithFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringEndsWithFilterObject.ps1 new file mode 100644 index 000000000000..7b39cae793ae --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringEndsWithFilterObject.ps1 @@ -0,0 +1,123 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringEndsWithFilter. +.Description +Create an in-memory object for StringEndsWithFilter. +.Example +New-AzEventGridStringEndsWithFilterObject -Key "testKey" -Value "value1","value2" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringEndsWithFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringendswithfilterobject +#> +function New-AzEventGridStringEndsWithFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringEndsWithFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String[]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringEndsWithFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringInAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringInAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..dfbb6e5528de --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringInAdvancedFilterObject.ps1 @@ -0,0 +1,123 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringInAdvancedFilter. +.Description +Create an in-memory object for StringInAdvancedFilter. +.Example +New-AzEventGridStringInAdvancedFilterObject -Key "testKey" -Value "value1","value2" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringInAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringinadvancedfilterobject +#> +function New-AzEventGridStringInAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringInAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String[]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringInAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringInFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringInFilterObject.ps1 new file mode 100644 index 000000000000..d72c8653e375 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringInFilterObject.ps1 @@ -0,0 +1,123 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringInFilter. +.Description +Create an in-memory object for StringInFilter. +.Example +New-AzEventGridStringInFilterObject -Key "testKey" -Value "value1","value2" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringInFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringinfilterobject +#> +function New-AzEventGridStringInFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringInFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String[]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringInFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotBeginsWithAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotBeginsWithAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..9052d2ffeb0a --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotBeginsWithAdvancedFilterObject.ps1 @@ -0,0 +1,123 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringNotBeginsWithAdvancedFilter. +.Description +Create an in-memory object for StringNotBeginsWithAdvancedFilter. +.Example +New-AzEventGridStringNotBeginsWithAdvancedFilterObject -Key "testKey" -Value "value1","value2" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotBeginsWithAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotbeginswithadvancedfilterobject +#> +function New-AzEventGridStringNotBeginsWithAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotBeginsWithAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String[]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringNotBeginsWithAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotBeginsWithFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotBeginsWithFilterObject.ps1 new file mode 100644 index 000000000000..d1711721fc85 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotBeginsWithFilterObject.ps1 @@ -0,0 +1,123 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringNotBeginsWithFilter. +.Description +Create an in-memory object for StringNotBeginsWithFilter. +.Example +New-AzEventGridStringNotBeginsWithFilterObject -Key "testKey" -Value "value1","value2" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotBeginsWithFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotbeginswithfilterobject +#> +function New-AzEventGridStringNotBeginsWithFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotBeginsWithFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String[]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringNotBeginsWithFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotContainsAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotContainsAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..5026c9c08735 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotContainsAdvancedFilterObject.ps1 @@ -0,0 +1,123 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringNotContainsAdvancedFilter. +.Description +Create an in-memory object for StringNotContainsAdvancedFilter. +.Example +New-AzEventGridStringNotContainsAdvancedFilterObject -Key "testKey" -Value "value1","value2" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotContainsAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotcontainsadvancedfilterobject +#> +function New-AzEventGridStringNotContainsAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotContainsAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String[]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringNotContainsAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotContainsFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotContainsFilterObject.ps1 new file mode 100644 index 000000000000..8ce1a038d2ba --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotContainsFilterObject.ps1 @@ -0,0 +1,123 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringNotContainsFilter. +.Description +Create an in-memory object for StringNotContainsFilter. +.Example +New-AzEventGridStringNotContainsFilterObject -Key "testKey" -Value "value1","value2" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotContainsFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotcontainsfilterobject +#> +function New-AzEventGridStringNotContainsFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotContainsFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String[]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringNotContainsFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotEndsWithAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotEndsWithAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..e781881b836f --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotEndsWithAdvancedFilterObject.ps1 @@ -0,0 +1,123 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringNotEndsWithAdvancedFilter. +.Description +Create an in-memory object for StringNotEndsWithAdvancedFilter. +.Example +New-AzEventGridStringNotEndsWithAdvancedFilterObject -Key "testKey" -Value "value1","value2" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotEndsWithAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotendswithadvancedfilterobject +#> +function New-AzEventGridStringNotEndsWithAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotEndsWithAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String[]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringNotEndsWithAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotEndsWithFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotEndsWithFilterObject.ps1 new file mode 100644 index 000000000000..e80df3b57eaf --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotEndsWithFilterObject.ps1 @@ -0,0 +1,123 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringNotEndsWithFilter. +.Description +Create an in-memory object for StringNotEndsWithFilter. +.Example +New-AzEventGridStringNotEndsWithFilterObject -Key "testKey" -Value "value1","value2" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotEndsWithFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotendswithfilterobject +#> +function New-AzEventGridStringNotEndsWithFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotEndsWithFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String[]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringNotEndsWithFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotInAdvancedFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotInAdvancedFilterObject.ps1 new file mode 100644 index 000000000000..d455146568aa --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotInAdvancedFilterObject.ps1 @@ -0,0 +1,123 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringNotInAdvancedFilter. +.Description +Create an in-memory object for StringNotInAdvancedFilter. +.Example +New-AzEventGridStringNotInAdvancedFilterObject -Key "testKey" -Value "value1","value2" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotInAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotinadvancedfilterobject +#> +function New-AzEventGridStringNotInAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotInAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String[]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringNotInAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotInFilterObject.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotInFilterObject.ps1 new file mode 100644 index 000000000000..6d61197175e2 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridStringNotInFilterObject.ps1 @@ -0,0 +1,123 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for StringNotInFilter. +.Description +Create an in-memory object for StringNotInFilter. +.Example +New-AzEventGridStringNotInFilterObject -Key "testKey" -Value "value1","value2" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotInFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotinfilterobject +#> +function New-AzEventGridStringNotInFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotInFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String[]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringNotInFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridSubscription.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridSubscription.ps1 index 741527ca6e8c..d26920c85c93 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridSubscription.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridSubscription.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope. +Asynchronously create a new event subscription or create an existing event subscription based on the specified scope. .Description -Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope. +Asynchronously create a new event subscription or create an existing event subscription based on the specified scope. .Example $obj = New-AzEventGridWebHookEventSubscriptionDestinationObject -EndpointUrl "https://azpsweb.azurewebsites.net/api/updates" New-AzEventGridSubscription -Name azps-eventsub -Scope "subscriptions/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" -Destination $obj -FilterIsSubjectCaseSensitive:$false diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridSystemTopic.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridSystemTopic.ps1 index c52b1894cc29..6ff4c5b06250 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridSystemTopic.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridSystemTopic.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Asynchronously creates a new system topic with the specified parameters. +Asynchronously create a new system topic with the specified parameters. .Description -Asynchronously creates a new system topic with the specified parameters. +Asynchronously create a new system topic with the specified parameters. .Example New-AzEventGridSystemTopic -Name azps-systopic -ResourceGroupName azps_test_group_eventgrid -Location eastus -Source "/subscriptions/{subId}/resourcegroups/azps_test_group_eventgrid/providers/Microsoft.Storage/storageAccounts/azpssa" -TopicType "microsoft.storage.storageaccounts" diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridSystemTopicEventSubscription.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridSystemTopicEventSubscription.ps1 index ef59718e77a0..2784a614991e 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridSystemTopicEventSubscription.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridSystemTopicEventSubscription.ps1 @@ -16,10 +16,10 @@ <# .Synopsis -Asynchronously creates or updates an event subscription with the specified parameters. +Asynchronously create an event subscription with the specified parameters. Existing event subscriptions will be updated with this API. .Description -Asynchronously creates or updates an event subscription with the specified parameters. +Asynchronously create an event subscription with the specified parameters. Existing event subscriptions will be updated with this API. .Example $obj = New-AzEventGridWebHookEventSubscriptionDestinationObject -EndpointUrl "https://azpsweb.azurewebsites.net" diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridTopic.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridTopic.ps1 index 5fa9327138f6..211a3e866f4a 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridTopic.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridTopic.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Asynchronously creates a new topic with the specified parameters. +Asynchronously create a new topic with the specified parameters. .Description -Asynchronously creates a new topic with the specified parameters. +Asynchronously create a new topic with the specified parameters. .Example $inboundIpRule = New-AzEventGridInboundIPRuleObject -Action Allow -IPMask "12.18.176.1" New-AzEventGridTopic -Name azps-topic -ResourceGroupName azps_test_group_eventgrid -Location eastus -PublicNetworkAccess Enabled -InboundIPRule $inboundIpRule diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridTopicEventSubscription.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridTopicEventSubscription.ps1 index bf80af3cf7e2..669d02f90f38 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridTopicEventSubscription.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridTopicEventSubscription.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Asynchronously creates a new event subscription or updates an existing event subscription. +Asynchronously create a new event subscription or create an existing event subscription. .Description -Asynchronously creates a new event subscription or updates an existing event subscription. +Asynchronously create a new event subscription or create an existing event subscription. .Example $obj = New-AzEventGridWebHookEventSubscriptionDestinationObject -EndpointUrl "https://azpsweb.azurewebsites.net/api/updates" New-AzEventGridTopicEventSubscription -EventSubscriptionName azps-eventsub -ResourceGroupName azps_test_group_eventgrid -TopicName azps-topic -FilterIsSubjectCaseSensitive:$false -FilterSubjectBeginsWith "ExamplePrefix" -FilterSubjectEndsWith "ExampleSuffix" -EventDeliverySchema CloudEventSchemaV1_0 -Destination $obj diff --git a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridTopicSpace.ps1 b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridTopicSpace.ps1 index 489279169bf8..b9aa2e315203 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridTopicSpace.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/New-AzEventGridTopicSpace.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Create a topic space with the specified parameters. +create a topic space with the specified parameters. .Description -Create a topic space with the specified parameters. +create a topic space with the specified parameters. .Example New-AzEventGridTopicSpace -Name azps-topicspace -NamespaceName azps-eventgridnamespace -ResourceGroupName azps_test_group_eventgrid -TopicTemplate "filter1" diff --git a/src/EventGrid/EventGrid.Autorest/exports/ProxyCmdletDefinitions.ps1 b/src/EventGrid/EventGrid.Autorest/exports/ProxyCmdletDefinitions.ps1 index fe74c74fdcd6..ab98c63c4413 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/ProxyCmdletDefinitions.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/ProxyCmdletDefinitions.ps1 @@ -13460,9 +13460,9 @@ end { <# .Synopsis -Create a CA certificate with the specified parameters. +create a CA certificate with the specified parameters. .Description -Create a CA certificate with the specified parameters. +create a CA certificate with the specified parameters. .Example New-AzEventGridCaCertificate -Name azps-cacert -NamespaceName azps-eventgridnamespace -ResourceGroupName azps_test_group_eventgrid -EncodedCertificate "-----BEGIN CERTIFICATE----- >> **************** @@ -13783,9 +13783,9 @@ end { <# .Synopsis -Synchronously creates or updates a new channel with the specified parameters. +Synchronously create a new channel with the specified parameters. .Description -Synchronously creates or updates a new channel with the specified parameters. +Synchronously create a new channel with the specified parameters. .Example $dateObj = Get-Date -Year 2023 -Month 11 -Day 10 -Hour 11 -Minute 06 -Second 07 New-AzEventGridChannel -Name azps-channel -PartnerNamespaceName azps-partnernamespace -ResourceGroupName azps_test_group_eventgrid -ChannelType PartnerTopic -PartnerTopicInfoAzureSubscriptionId "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" -PartnerTopicInfoResourceGroupName "azps_test_group_eventgrid2" -PartnerTopicInfoName "default" -PartnerTopicInfoSource "ContosoCorp.Accounts.User1" -ExpirationTimeIfNotActivatedUtc $dateObj.ToUniversalTime() @@ -14228,9 +14228,9 @@ end { <# .Synopsis -Create a client group with the specified parameters. +create a client group with the specified parameters. .Description -Create a client group with the specified parameters. +create a client group with the specified parameters. .Example New-AzEventGridClientGroup -Name azps-clientgroup -NamespaceName azps-eventgridnamespace -ResourceGroupName azps_test_group_eventgrid -Query "attributes.b IN ['a', 'b', 'c']" @@ -14544,9 +14544,9 @@ end { <# .Synopsis -Create a client with the specified parameters. +create a client with the specified parameters. .Description -Create a client with the specified parameters. +create a client with the specified parameters. .Example $attribute = @{"room"="345";"floor"="3";"deviceTypes"="Fan"} New-AzEventGridClient -Name azps-client -NamespaceName azps-eventgridnamespace -ResourceGroupName azps_test_group_eventgrid -Attribute $attribute -State Enabled -ClientCertificateAuthenticationValidationScheme "SubjectMatchesAuthenticationName" @@ -14955,9 +14955,9 @@ end { <# .Synopsis -Asynchronously creates a new event subscription or updates an existing event subscription. +Asynchronously create a new event subscription or create an existing event subscription. .Description -Asynchronously creates a new event subscription or updates an existing event subscription. +Asynchronously create a new event subscription or create an existing event subscription. .Example $obj = New-AzEventGridWebHookEventSubscriptionDestinationObject -EndpointUrl "https://azpsweb.azurewebsites.net/api/updates" New-AzEventGridDomainEventSubscription -DomainName azps-domain -EventSubscriptionName azps-eventsubname -ResourceGroupName azps_test_group_eventgrid -FilterIsSubjectCaseSensitive:$false -FilterSubjectBeginsWith "ExamplePrefix" -FilterSubjectEndsWith "ExampleSuffix" -Destination $obj @@ -15671,9 +15671,9 @@ end { <# .Synopsis -Asynchronously creates a new event subscription or updates an existing event subscription. +Asynchronously create a new event subscription or create an existing event subscription. .Description -Asynchronously creates a new event subscription or updates an existing event subscription. +Asynchronously create a new event subscription or create an existing event subscription. .Example $obj = New-AzEventGridWebHookEventSubscriptionDestinationObject -EndpointUrl "https://azpsweb.azurewebsites.net/api/updates" New-AzEventGridDomainTopicEventSubscription -DomainName azps-domain -EventSubscriptionName azps-eventsubname -ResourceGroupName azps_test_group_eventgrid -TopicName azps-topic -FilterIsSubjectCaseSensitive:$false -FilterSubjectBeginsWith "ExamplePrefix" -FilterSubjectEndsWith "ExampleSuffix" -Destination $obj @@ -16201,9 +16201,9 @@ end { <# .Synopsis -Asynchronously creates or updates a new domain topic with the specified parameters. +Asynchronously create a new domain topic with the specified parameters. .Description -Asynchronously creates or updates a new domain topic with the specified parameters. +Asynchronously create a new domain topic with the specified parameters. .Example New-AzEventGridDomainTopic -DomainName azps-domain -ResourceGroupName azps_test_group_eventgrid -Name azps-domaintopic @@ -16401,9 +16401,9 @@ end { <# .Synopsis -Asynchronously creates or updates a new domain with the specified parameters. +Asynchronously create a new domain with the specified parameters. .Description -Asynchronously creates or updates a new domain with the specified parameters. +Asynchronously create a new domain with the specified parameters. .Example $inboundIpRule = New-AzEventGridInboundIPRuleObject -Action Allow -IPMask "12.18.176.1" New-AzEventGridDomain -Name azps-domain -ResourceGroupName azps_test_group_eventgrid -Location westus2 -PublicNetworkAccess Enabled -InboundIPRule $inboundIpRule @@ -17066,10 +17066,10 @@ end { <# .Synopsis -Asynchronously creates or updates an event subscription of a namespace topic with the specified parameters. +Asynchronously create an event subscription of a namespace topic with the specified parameters. Existing event subscriptions will be updated with this API. .Description -Asynchronously creates or updates an event subscription of a namespace topic with the specified parameters. +Asynchronously create an event subscription of a namespace topic with the specified parameters. Existing event subscriptions will be updated with this API. .Example $TimeSpan = New-TimeSpan -Hours 1 -Minutes 25 @@ -17832,9 +17832,9 @@ end { <# .Synopsis -Asynchronously creates a new namespace topic with the specified parameters. +Asynchronously create a new namespace topic with the specified parameters. .Description -Asynchronously creates a new namespace topic with the specified parameters. +Asynchronously create a new namespace topic with the specified parameters. .Example New-AzEventGridNamespaceTopic -NamespaceName azps-eventgridnamespace -ResourceGroupName azps_test_group_eventgrid -TopicName azps-topic -PublisherType Custom -EventRetentionInDay 1 -InputSchema CloudEventSchemaV1_0 @@ -18158,9 +18158,9 @@ end { <# .Synopsis -Asynchronously creates or updates a new namespace with the specified parameters. +Asynchronously create a new namespace with the specified parameters. .Description -Asynchronously creates or updates a new namespace with the specified parameters. +Asynchronously create a new namespace with the specified parameters. .Example New-AzEventGridNamespace -Name azps-eventgridnamespace -ResourceGroupName azps_test_group_eventgrid -Location eastus -TopicSpaceConfigurationState Enabled @@ -18608,9 +18608,9 @@ end { <# .Synopsis -Synchronously creates or updates a partner configuration with the specified parameters. +Synchronously create a partner configuration with the specified parameters. .Description -Synchronously creates or updates a partner configuration with the specified parameters. +Synchronously create a partner configuration with the specified parameters. .Example $partner = New-AzEventGridPartnerObject -AuthorizationExpirationTimeInUtc "2023-11-19T09:31:42.521Z" -Name "Auth0" -RegistrationImmutableId "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" New-AzEventGridPartnerConfiguration -ResourceGroupName azps_test_group_eventgrid -Location global -PartnerAuthorizationDefaultMaximumExpirationTimeInDay 10 -PartnerAuthorizationAuthorizedPartnersList $partner @@ -18859,9 +18859,9 @@ end { <# .Synopsis -Asynchronously creates a new partner destination with the specified parameters. +Asynchronously create a new partner destination with the specified parameters. .Description -Asynchronously creates a new partner destination with the specified parameters. +Asynchronously create a new partner destination with the specified parameters. .Example New-AzEventGridPartnerDestination -Name azps-destin -ResourceGroupName azps_test_group_eventgrid -Location eastus -Tag @{"1"="a"} @@ -19422,9 +19422,9 @@ end { <# .Synopsis -Asynchronously creates a new partner namespace with the specified parameters. +Asynchronously create a new partner namespace with the specified parameters. .Description -Asynchronously creates a new partner namespace with the specified parameters. +Asynchronously create a new partner namespace with the specified parameters. .Example New-AzEventGridPartnerNamespace -Name azps-partnernamespace -ResourceGroupName azps_test_group_eventgrid -Location eastus -PartnerTopicRoutingMode SourceEventAttribute -PartnerRegistrationFullyQualifiedId "/subscriptions/{subId}/resourceGroups/azps_test_group_eventgrid/providers/Microsoft.EventGrid/partnerRegistrations/azps-registration" .Example @@ -19753,9 +19753,9 @@ end { <# .Synopsis -Create a new partner registration with the specified parameters. +create a new partner registration with the specified parameters. .Description -Create a new partner registration with the specified parameters. +create a new partner registration with the specified parameters. .Example New-AzEventGridPartnerRegistration -Name azps-registration -ResourceGroupName azps_test_group_eventgrid -Location global @@ -20033,10 +20033,10 @@ end { <# .Synopsis -Asynchronously creates or updates an event subscription of a partner topic with the specified parameters. +Asynchronously create an event subscription of a partner topic with the specified parameters. Existing event subscriptions will be updated with this API. .Description -Asynchronously creates or updates an event subscription of a partner topic with the specified parameters. +Asynchronously create an event subscription of a partner topic with the specified parameters. Existing event subscriptions will be updated with this API. .Example $obj = New-AzEventGridWebHookEventSubscriptionDestinationObject -EndpointUrl "https://azpsweb.azurewebsites.net" @@ -20510,9 +20510,9 @@ end { <# .Synopsis -Asynchronously creates a new partner topic with the specified parameters. +Asynchronously create a new partner topic with the specified parameters. .Description -Asynchronously creates a new partner topic with the specified parameters. +Asynchronously create a new partner topic with the specified parameters. .Example $partnerRegistration = Get-AzEventGridPartnerRegistration -ResourceGroupName azps_test_group_eventgrid -Name azps-registration New-AzEventGridPartnerTopic -Name default -ResourceGroupName azps_test_group_eventgrid -Location eastus -partnerRegistrationImmutableId $partnerRegistration.ImmutableId -Source "ContosoCorp.Accounts.User1" -ExpirationTimeIfNotActivatedUtc "2023-11-17T11:06:13.109Z" -PartnerTopicFriendlyDescription "Example description" -MessageForActivation "Example message for activation" @@ -20868,9 +20868,9 @@ end { <# .Synopsis -Create a permission binding with the specified parameters. +create a permission binding with the specified parameters. .Description -Create a permission binding with the specified parameters. +create a permission binding with the specified parameters. .Example New-AzEventGridPermissionBinding -Name azps-pb -NamespaceName azps-eventgridnamespace -ResourceGroupName azps_test_group_eventgrid -ClientGroupName "azps-clientgroup" -Permission Publisher -TopicSpaceName "azps-topicspace" @@ -21201,9 +21201,9 @@ end { <# .Synopsis -Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope. +Asynchronously create a new event subscription or create an existing event subscription based on the specified scope. .Description -Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope. +Asynchronously create a new event subscription or create an existing event subscription based on the specified scope. .Example $obj = New-AzEventGridWebHookEventSubscriptionDestinationObject -EndpointUrl "https://azpsweb.azurewebsites.net/api/updates" New-AzEventGridSubscription -Name azps-eventsub -Scope "subscriptions/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" -Destination $obj -FilterIsSubjectCaseSensitive:$false @@ -21597,10 +21597,10 @@ end { <# .Synopsis -Asynchronously creates or updates an event subscription with the specified parameters. +Asynchronously create an event subscription with the specified parameters. Existing event subscriptions will be updated with this API. .Description -Asynchronously creates or updates an event subscription with the specified parameters. +Asynchronously create an event subscription with the specified parameters. Existing event subscriptions will be updated with this API. .Example $obj = New-AzEventGridWebHookEventSubscriptionDestinationObject -EndpointUrl "https://azpsweb.azurewebsites.net" @@ -22073,9 +22073,9 @@ end { <# .Synopsis -Asynchronously creates a new system topic with the specified parameters. +Asynchronously create a new system topic with the specified parameters. .Description -Asynchronously creates a new system topic with the specified parameters. +Asynchronously create a new system topic with the specified parameters. .Example New-AzEventGridSystemTopic -Name azps-systopic -ResourceGroupName azps_test_group_eventgrid -Location eastus -Source "/subscriptions/{subId}/resourcegroups/azps_test_group_eventgrid/providers/Microsoft.Storage/storageAccounts/azpssa" -TopicType "microsoft.storage.storageaccounts" @@ -22391,9 +22391,9 @@ end { <# .Synopsis -Asynchronously creates a new event subscription or updates an existing event subscription. +Asynchronously create a new event subscription or create an existing event subscription. .Description -Asynchronously creates a new event subscription or updates an existing event subscription. +Asynchronously create a new event subscription or create an existing event subscription. .Example $obj = New-AzEventGridWebHookEventSubscriptionDestinationObject -EndpointUrl "https://azpsweb.azurewebsites.net/api/updates" New-AzEventGridTopicEventSubscription -EventSubscriptionName azps-eventsub -ResourceGroupName azps_test_group_eventgrid -TopicName azps-topic -FilterIsSubjectCaseSensitive:$false -FilterSubjectBeginsWith "ExamplePrefix" -FilterSubjectEndsWith "ExampleSuffix" -EventDeliverySchema CloudEventSchemaV1_0 -Destination $obj @@ -23119,9 +23119,9 @@ end { <# .Synopsis -Create a topic space with the specified parameters. +create a topic space with the specified parameters. .Description -Create a topic space with the specified parameters. +create a topic space with the specified parameters. .Example New-AzEventGridTopicSpace -Name azps-topicspace -NamespaceName azps-eventgridnamespace -ResourceGroupName azps_test_group_eventgrid -TopicTemplate "filter1" @@ -23436,9 +23436,9 @@ end { <# .Synopsis -Asynchronously creates a new topic with the specified parameters. +Asynchronously create a new topic with the specified parameters. .Description -Asynchronously creates a new topic with the specified parameters. +Asynchronously create a new topic with the specified parameters. .Example $inboundIpRule = New-AzEventGridInboundIPRuleObject -Action Allow -IPMask "12.18.176.1" New-AzEventGridTopic -Name azps-topic -ResourceGroupName azps_test_group_eventgrid -Location eastus -PublicNetworkAccess Enabled -InboundIPRule $inboundIpRule @@ -30456,9 +30456,9 @@ end { <# .Synopsis -Synchronously updates a channel with the specified parameters. +Synchronously update a channel with the specified parameters. .Description -Synchronously updates a channel with the specified parameters. +Synchronously update a channel with the specified parameters. .Example $dateObj = Get-Date -Year 2023 -Month 11 -Day 10 -Hour 11 -Minute 06 -Second 07 Update-AzEventGridChannel -Name azps-channel -PartnerNamespaceName azps-partnernamespace -ResourceGroupName azps_test_group_eventgrid -ExpirationTimeIfNotActivatedUtc $dateObj.ToUniversalTime() @@ -30781,9 +30781,9 @@ end { <# .Synopsis -Update a client group with the specified parameters. +update a client group with the specified parameters. .Description -Update a client group with the specified parameters. +update a client group with the specified parameters. .Example Update-AzEventGridClientGroup -Name azps-clientgroup -Namespacename azps-eventgridnamespace -ResourceGroupName azps_test_group_eventgrid -Description "This is a test client group" -Query "attributes.b IN ['a', 'b', 'c', 'd']" .Example @@ -31077,9 +31077,9 @@ end { <# .Synopsis -Update a client with the specified parameters. +update a client with the specified parameters. .Description -Update a client with the specified parameters. +update a client with the specified parameters. .Example $attribute = @{"room"="345";"floor"="3";"deviceTypes"="AC"} Update-AzEventGridClient -Name azps-client -NamespaceName azps-eventgridnamespace -ResourceGroupName azps_test_group_eventgrid -Attribute $attribute -Description "This is a test client" @@ -31450,9 +31450,9 @@ end { <# .Synopsis -Update an existing event subscription for a topic. +update an existing event subscription for a topic. .Description -Update an existing event subscription for a topic. +update an existing event subscription for a topic. .Example $obj = New-AzEventGridWebHookEventSubscriptionDestinationObject -EndpointUrl "https://azpsweb.azurewebsites.net/api/updates" Update-AzEventGridDomainEventSubscription -DomainName azps-domain -EventSubscriptionName azps-eventsubname -ResourceGroupName azps_test_group_eventgrid -FilterIsSubjectCaseSensitive:$false -FilterSubjectBeginsWith "ExamplePrefix" -FilterSubjectEndsWith "ExampleSuffix" -Destination $obj @@ -31913,9 +31913,9 @@ end { <# .Synopsis -Update an existing event subscription for a domain topic. +update an existing event subscription for a domain topic. .Description -Update an existing event subscription for a domain topic. +update an existing event subscription for a domain topic. .Example $obj = New-AzEventGridWebHookEventSubscriptionDestinationObject -EndpointUrl "https://azpsweb.azurewebsites.net/api/updates" Update-AzEventGridDomainTopicEventSubscription -DomainName azps-domain -EventSubscriptionName azps-eventsubname -ResourceGroupName azps_test_group_eventgrid -TopicName azps-topic -FilterIsSubjectCaseSensitive:$false -FilterSubjectBeginsWith "ExamplePrefix" -FilterSubjectEndsWith "ExampleSuffix" -Destination $obj @@ -32442,9 +32442,9 @@ end { <# .Synopsis -Asynchronously creates or updates a new domain with the specified parameters. +Asynchronously update a new domain with the specified parameters. .Description -Asynchronously creates or updates a new domain with the specified parameters. +Asynchronously update a new domain with the specified parameters. .Example $inboundIpRule = New-AzEventGridInboundIPRuleObject -Action Allow -IPMask "12.18.176.1" Update-AzEventGridDomain -Name azps-domain -ResourceGroupName azps_test_group_eventgrid -PublicNetworkAccess Enabled -InboundIPRule $inboundIpRule @@ -32812,9 +32812,9 @@ end { <# .Synopsis -Update an existing event subscription of a namespace topic. +update an existing event subscription of a namespace topic. .Description -Update an existing event subscription of a namespace topic. +update an existing event subscription of a namespace topic. .Example Update-AzEventGridNamespaceTopicEventSubscription -EventSubscriptionName azps-eventsubname -NamespaceName azps-eventgridnamespace -ResourceGroupName azps_test_group_eventgrid -TopicName azps-topic -DeliveryConfigurationDeliveryMode Queue -EventDeliverySchema CloudEventSchemaV1_0 .Example @@ -33274,9 +33274,9 @@ end { <# .Synopsis -Asynchronously updates a namespace topic with the specified parameters. +Asynchronously update a namespace topic with the specified parameters. .Description -Asynchronously updates a namespace topic with the specified parameters. +Asynchronously update a namespace topic with the specified parameters. .Example Update-AzEventGridNamespaceTopic -NamespaceName azps-eventgridnamespace -ResourceGroupName azps_test_group_eventgrid -TopicName azps-topic -EventRetentionInDay 1 .Example @@ -33588,9 +33588,9 @@ end { <# .Synopsis -Asynchronously creates or updates a new namespace with the specified parameters. +Asynchronously update a new namespace with the specified parameters. .Description -Asynchronously creates or updates a new namespace with the specified parameters. +Asynchronously update a new namespace with the specified parameters. .Example Update-AzEventGridNamespace -Name azps-eventgridnamespace -ResourceGroupName azps_test_group_eventgrid -TopicSpaceConfigurationState Enabled -Tag @{"abc"="123"} .Example @@ -33999,9 +33999,9 @@ end { <# .Synopsis -Synchronously updates a partner configuration with the specified parameters. +Synchronously update a partner configuration with the specified parameters. .Description -Synchronously updates a partner configuration with the specified parameters. +Synchronously update a partner configuration with the specified parameters. .Example Update-AzEventGridPartnerConfiguration -ResourceGroupName azps_test_group_eventgrid -DefaultMaximumExpirationTimeInDay 1 -Tag @{"abc"="123"} @@ -34213,9 +34213,9 @@ end { <# .Synopsis -Asynchronously updates a partner destination with the specified parameters. +Asynchronously update a partner destination with the specified parameters. .Description -Asynchronously updates a partner destination with the specified parameters. +Asynchronously update a partner destination with the specified parameters. .Example Update-AzEventGridPartnerDestination -Name azps-destin -ResourceGroupName azps_test_group_eventgrid -Tag @{"123"="abc"} -DefaultProfile "test default" @@ -34473,9 +34473,9 @@ end { <# .Synopsis -Asynchronously updates a partner namespace with the specified parameters. +Asynchronously update a partner namespace with the specified parameters. .Description -Asynchronously updates a partner namespace with the specified parameters. +Asynchronously update a partner namespace with the specified parameters. .Example Update-AzEventGridPartnerNamespace -Name azps-partnernamespace -ResourceGroupName azps_test_group_eventgrid -Tag @{"abc"="123"} -PassThru .Example @@ -34782,9 +34782,9 @@ end { <# .Synopsis -Update an existing event subscription of a partner topic. +update an existing event subscription of a partner topic. .Description -Update an existing event subscription of a partner topic. +update an existing event subscription of a partner topic. .Example $obj = New-AzEventGridWebHookEventSubscriptionDestinationObject -EndpointUrl "https://azpsweb.azurewebsites.net/api/updates" Update-AzEventGridPartnerTopicEventSubscription -EventSubscriptionName azps-eventsubname -ResourceGroupName azps_test_group_eventgrid -PartnerTopicName default -FilterIsSubjectCaseSensitive:$false -FilterSubjectBeginsWith "ExamplePrefix" -FilterSubjectEndsWith "ExampleSuffix" -EventDeliverySchema CloudEventSchemaV1_0 -Destination $obj @@ -35257,9 +35257,9 @@ end { <# .Synopsis -Asynchronously creates a new partner topic with the specified parameters. +Asynchronously update a new partner topic with the specified parameters. .Description -Asynchronously creates a new partner topic with the specified parameters. +Asynchronously update a new partner topic with the specified parameters. .Example Update-AzEventGridPartnerTopic -Name default -ResourceGroupName azps_test_group_eventgrid -UserAssignedIdentity "/subscriptions/{subId}/resourcegroups/azps_test_group_eventgrid/providers/Microsoft.ManagedIdentity/userAssignedIdentities/uami" @@ -35580,9 +35580,9 @@ end { <# .Synopsis -Update a permission binding with the specified parameters. +update a permission binding with the specified parameters. .Description -Update a permission binding with the specified parameters. +update a permission binding with the specified parameters. .Example Update-AzEventGridPermissionBinding -ResourceGroupName azps_test_group_eventgrid -NamespaceName azps-eventgridnamespace -Name azps-pb -ClientGroupName "azps-clientgroup" -Permission Publisher -TopicSpaceName "azps-topicspace" .Example @@ -35889,9 +35889,9 @@ end { <# .Synopsis -Asynchronously updates an existing event subscription. +Asynchronously update an existing event subscription. .Description -Asynchronously updates an existing event subscription. +Asynchronously update an existing event subscription. .Example $obj = New-AzEventGridWebHookEventSubscriptionDestinationObject -EndpointUrl "https://azpsweb.azurewebsites.net/api/updates" Update-AzEventGridSubscription -Name azps-eventsub -Scope "subscriptions/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" -Destination $obj -FilterIsSubjectCaseSensitive:$false @@ -36280,9 +36280,9 @@ end { <# .Synopsis -Update an existing event subscription of a system topic. +update an existing event subscription of a system topic. .Description -Update an existing event subscription of a system topic. +update an existing event subscription of a system topic. .Example $obj = New-AzEventGridWebHookEventSubscriptionDestinationObject -EndpointUrl "https://azpsweb.azurewebsites.net/api/updates" Update-AzEventGridSystemTopicEventSubscription -EventSubscriptionName azps-evnetsub -ResourceGroupName azps_test_group_eventgrid -SystemTopicName azps-systopic -FilterIsSubjectCaseSensitive:$false -FilterSubjectBeginsWith "ExamplePrefix" -FilterSubjectEndsWith "ExampleSuffix" -Destination $obj @@ -36754,9 +36754,9 @@ end { <# .Synopsis -Asynchronously creates a new system topic with the specified parameters. +Asynchronously update a new system topic with the specified parameters. .Description -Asynchronously creates a new system topic with the specified parameters. +Asynchronously update a new system topic with the specified parameters. .Example Update-AzEventGridSystemTopic -Name azps-systopic -ResourceGroupName azps_test_group_eventgrid -Tag @{"abc"="123"} .Example @@ -37047,9 +37047,9 @@ end { <# .Synopsis -Update an existing event subscription for a topic. +update an existing event subscription for a topic. .Description -Update an existing event subscription for a topic. +update an existing event subscription for a topic. .Example $obj = New-AzEventGridWebHookEventSubscriptionDestinationObject -EndpointUrl "https://azpsweb.azurewebsites.net/api/updates" Update-AzEventGridTopicEventSubscription -EventSubscriptionName azps-eventsub -ResourceGroupName azps_test_group_eventgrid -TopicName azps-topic -FilterIsSubjectCaseSensitive:$false -FilterSubjectBeginsWith "ExamplePrefix" -FilterSubjectEndsWith "ExampleSuffix" -EventDeliverySchema CloudEventSchemaV1_0 -Destination $obj @@ -37510,9 +37510,9 @@ end { <# .Synopsis -Update a topic space with the specified parameters. +update a topic space with the specified parameters. .Description -Update a topic space with the specified parameters. +update a topic space with the specified parameters. .Example Update-AzEventGridTopicSpace -Name azps-topicspace -NamespaceName azps-eventgridnamespace -ResourceGroupName azps_test_group_eventgrid -TopicTemplate "filter1" .Example @@ -37807,9 +37807,9 @@ end { <# .Synopsis -Asynchronously creates a new topic with the specified parameters. +Asynchronously update a new topic with the specified parameters. .Description -Asynchronously creates a new topic with the specified parameters. +Asynchronously update a new topic with the specified parameters. .Example $inboundIpRule = New-AzEventGridInboundIPRuleObject -Action Allow -IPMask "12.18.176.1" Update-AzEventGridTopic -Name azps-topic -ResourceGroupName azps_test_group_eventgrid -PublicNetworkAccess Enabled -InboundIPRule $inboundIpRule @@ -38182,33 +38182,54 @@ end { <# .Synopsis -Create an in-memory object for AdvancedFilter. +Create an in-memory object for AzureFunctionEventSubscriptionDestination. .Description -Create an in-memory object for AdvancedFilter. +Create an in-memory object for AzureFunctionEventSubscriptionDestination. .Example -New-AzEventGridAdvancedFilterObject -OperatorType NumberIn -Key "TestKey" +$damObj = New-AzEventGridDeliveryAttributeMappingObject -Type "TestType" -Name "TestName" +$eventSubObj = Get-AzEventGridSubscription -ResourceGroupName azps_test_group_eventgrid -DomainName azps-domain -TopicName azps-topic +New-AzEventGridAzureFunctionEventSubscriptionDestinationObject -DeliveryAttributeMapping $damObj -ResourceId $eventSubObj.Id .Outputs -Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.AdvancedFilter +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.AzureFunctionEventSubscriptionDestination +.Notes +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + +DELIVERYATTRIBUTEMAPPING : Delivery attribute details. + Type : Type of the delivery attribute or header name. + [Name ]: Name of the delivery attribute or header. .Link -https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridadvancedfilterobject +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridazurefunctioneventsubscriptiondestinationobject #> -function New-AzEventGridAdvancedFilterObject { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.AdvancedFilter])] +function New-AzEventGridAzureFunctionEventSubscriptionDestinationObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.AzureFunctionEventSubscriptionDestination])] [CmdletBinding(PositionalBinding=$false)] param( - [Parameter(Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleterAttribute("NumberIn", "NumberNotIn", "NumberLessThan", "NumberGreaterThan", "NumberLessThanOrEquals", "NumberGreaterThanOrEquals", "BoolEquals", "StringIn", "StringNotIn", "StringBeginsWith", "StringEndsWith", "StringContains", "NumberInRange", "NumberNotInRange", "StringNotBeginsWith", "StringNotEndsWith", "StringNotContains", "IsNullOrUndefined", "IsNotNull")] + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] - [System.String] - # The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others. - ${OperatorType}, + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[]] + # Delivery attribute details. + ${DeliveryAttributeMapping}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Int32] + # Maximum number of events per batch. + ${MaxEventsPerBatch}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Int32] + # Preferred batch size in Kilobytes. + ${PreferredBatchSizeInKilobyte}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] [System.String] - # The field/property in the event based on which you want to filter. - ${Key} + # The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription. + ${ResourceId} ) begin { @@ -38237,7 +38258,7 @@ begin { } $mapping = @{ - __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridAdvancedFilterObject'; + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridAzureFunctionEventSubscriptionDestinationObject'; } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) @@ -38291,54 +38312,140 @@ end { <# .Synopsis -Create an in-memory object for AzureFunctionEventSubscriptionDestination. +Create an in-memory object for BoolEqualsAdvancedFilter. .Description -Create an in-memory object for AzureFunctionEventSubscriptionDestination. +Create an in-memory object for BoolEqualsAdvancedFilter. .Example -$damObj = New-AzEventGridDeliveryAttributeMappingObject -Type "TestType" -Name "TestName" -$eventSubObj = Get-AzEventGridSubscription -ResourceGroupName azps_test_group_eventgrid -DomainName azps-domain -TopicName azps-topic -New-AzEventGridAzureFunctionEventSubscriptionDestinationObject -DeliveryAttributeMapping $damObj -ResourceId $eventSubObj.Id +New-AzEventGridBoolEqualsAdvancedFilterObject -Key "testKey" -Value:$true .Outputs -Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.AzureFunctionEventSubscriptionDestination -.Notes -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - -DELIVERYATTRIBUTEMAPPING : Delivery attribute details. - Type : Type of the delivery attribute or header name. - [Name ]: Name of the delivery attribute or header. +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.BoolEqualsAdvancedFilter .Link -https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridazurefunctioneventsubscriptiondestinationobject +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridboolequalsadvancedfilterobject #> -function New-AzEventGridAzureFunctionEventSubscriptionDestinationObject { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.AzureFunctionEventSubscriptionDestination])] +function New-AzEventGridBoolEqualsAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.BoolEqualsAdvancedFilter])] [CmdletBinding(PositionalBinding=$false)] param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[]] - # Delivery attribute details. - ${DeliveryAttributeMapping}, + [System.Boolean] + # The boolean filter value. + ${Value}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] - [System.Int32] - # Maximum number of events per batch. - ${MaxEventsPerBatch}, + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridBoolEqualsAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} +<# +.Synopsis +Create an in-memory object for BoolEqualsFilter. +.Description +Create an in-memory object for BoolEqualsFilter. +.Example +New-AzEventGridBoolEqualsFilterObject -Key "testKey" -Value:$true + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.BoolEqualsFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridboolequalsfilterobject +#> +function New-AzEventGridBoolEqualsFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.BoolEqualsFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] - [System.Int32] - # Preferred batch size in Kilobytes. - ${PreferredBatchSizeInKilobyte}, + [System.Boolean] + # The boolean filter value. + ${Value}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] [System.String] - # The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription. - ${ResourceId} + # The field/property in the event based on which you want to filter. + ${Key} ) begin { @@ -38367,7 +38474,7 @@ begin { } $mapping = @{ - __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridAzureFunctionEventSubscriptionDestinationObject'; + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridBoolEqualsFilterObject'; } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) @@ -38421,27 +38528,26 @@ end { <# .Synopsis -Create an in-memory object for DeliveryAttributeMapping. +Create an in-memory object for DynamicDeliveryAttributeMapping. .Description -Create an in-memory object for DeliveryAttributeMapping. +Create an in-memory object for DynamicDeliveryAttributeMapping. .Example -New-AzEventGridDeliveryAttributeMappingObject -Type "TestType" -Name "TestName" +New-AzEventGridDynamicDeliveryAttributeMappingObject -Name "testname" -SourceField "testfield" .Outputs -Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DeliveryAttributeMapping +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DynamicDeliveryAttributeMapping .Link -https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgriddeliveryattributemappingobject +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgriddynamicdeliveryattributemappingobject #> -function New-AzEventGridDeliveryAttributeMappingObject { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DeliveryAttributeMapping])] +function New-AzEventGridDynamicDeliveryAttributeMappingObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DynamicDeliveryAttributeMapping])] [CmdletBinding(PositionalBinding=$false)] param( - [Parameter(Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleterAttribute("Static", "Dynamic")] + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] [System.String] - # Type of the delivery attribute or header name. - ${Type}, + # JSON path in the event which contains attribute value. + ${SourceField}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] @@ -38476,7 +38582,7 @@ begin { } $mapping = @{ - __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridDeliveryAttributeMappingObject'; + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridDynamicDeliveryAttributeMappingObject'; } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) @@ -38659,21 +38765,4118 @@ DELIVERYATTRIBUTEMAPPING : Delivery attribute detai .Link https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgrideventhubeventsubscriptiondestinationobject #> -function New-AzEventGridEventHubEventSubscriptionDestinationObject { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventHubEventSubscriptionDestination])] +function New-AzEventGridEventHubEventSubscriptionDestinationObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventHubEventSubscriptionDestination])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[]] + # Delivery attribute details. + ${DeliveryAttributeMapping}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription. + ${ResourceId} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridEventHubEventSubscriptionDestinationObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for EventSubscriptionFilter. +.Description +Create an in-memory object for EventSubscriptionFilter. +.Example +$adviceObj = New-AzEventGridBoolEqualsAdvancedFilterObject -Key "testKey" -Value:$true +New-AzEventGridEventSubscriptionFilterObject -AdvancedFilter $adviceObj -EnableAdvancedFilteringOnArray:$true -IncludedEventType "test" -IsSubjectCaseSensitive:$true -SubjectBeginsWith "startTest" -SubjectEndsWith "endTest" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventSubscriptionFilter +.Notes +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + +ADVANCEDFILTER : An array of advanced filters that are used for filtering event subscriptions. + OperatorType : The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others. + [Key ]: The field/property in the event based on which you want to filter. +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgrideventsubscriptionfilterobject +#> +function New-AzEventGridEventSubscriptionFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventSubscriptionFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[]] + # An array of advanced filters that are used for filtering event subscriptions. + ${AdvancedFilter}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Boolean] + # Allows advanced filters to be evaluated against an array of values instead of expecting a singular value. + ${EnableAdvancedFilteringOnArray}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String[]] + # A list of applicable event types that need to be part of the event subscription. + # If it is desired to subscribe to all default event types, set the IncludedEventTypes to null. + ${IncludedEventType}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Boolean] + # Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter + # should be compared in a case sensitive manner. + ${IsSubjectCaseSensitive}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # An optional string to filter events for an event subscription based on a resource path prefix. + # The format of this depends on the publisher of the events. + # Wildcard characters are not supported in this path. + ${SubjectBeginsWith}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # An optional string to filter events for an event subscription based on a resource path suffix. + # Wildcard characters are not supported in this path. + ${SubjectEndsWith} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridEventSubscriptionFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for HybridConnectionEventSubscriptionDestination. +.Description +Create an in-memory object for HybridConnectionEventSubscriptionDestination. +.Example +$damObj = New-AzEventGridDeliveryAttributeMappingObject -Type "TestType" -Name "TestName" +$eventSubObj = Get-AzEventGridSubscription -ResourceGroupName azps_test_group_eventgrid -DomainName azps-domain -TopicName azps-topic +New-AzEventGridHybridConnectionEventSubscriptionDestinationObject -DeliveryAttributeMapping $damObj -ResourceId $eventSubObj.Id + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.HybridConnectionEventSubscriptionDestination +.Notes +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + +DELIVERYATTRIBUTEMAPPING : Delivery attribute details. + Type : Type of the delivery attribute or header name. + [Name ]: Name of the delivery attribute or header. +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridhybridconnectioneventsubscriptiondestinationobject +#> +function New-AzEventGridHybridConnectionEventSubscriptionDestinationObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.HybridConnectionEventSubscriptionDestination])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[]] + # Delivery attribute details. + ${DeliveryAttributeMapping}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The Azure Resource ID of an hybrid connection that is the destination of an event subscription. + ${ResourceId} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridHybridConnectionEventSubscriptionDestinationObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for InboundIPRule. +.Description +Create an in-memory object for InboundIPRule. +.Example +New-AzEventGridInboundIPRuleObject -Action Allow -IPMask "12.18.176.1" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.InboundIPRule +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridinboundipruleobject +#> +function New-AzEventGridInboundIPRuleObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.InboundIPRule])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleterAttribute("Allow")] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # Action to perform based on the match or no match of the IpMask. + ${Action}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # IP Address in CIDR notation e.g., 10.0.0.0/8. + ${IPMask} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridInboundIPRuleObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for IsNotNullAdvancedFilter. +.Description +Create an in-memory object for IsNotNullAdvancedFilter. +.Example +New-AzEventGridIsNotNullAdvancedFilterObject -Key "testkey" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNotNullAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridisnotnulladvancedfilterobject +#> +function New-AzEventGridIsNotNullAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNotNullAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridIsNotNullAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for IsNotNullFilter. +.Description +Create an in-memory object for IsNotNullFilter. +.Example +New-AzEventGridIsNotNullFilterObject -Key "testKey" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNotNullFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridisnotnullfilterobject +#> +function New-AzEventGridIsNotNullFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNotNullFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridIsNotNullFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for IsNullOrUndefinedAdvancedFilter. +.Description +Create an in-memory object for IsNullOrUndefinedAdvancedFilter. +.Example +New-AzEventGridIsNullOrUndefinedAdvancedFilterObject -Key "testKey" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNullOrUndefinedAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridisnullorundefinedadvancedfilterobject +#> +function New-AzEventGridIsNullOrUndefinedAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNullOrUndefinedAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridIsNullOrUndefinedAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for IsNullOrUndefinedFilter. +.Description +Create an in-memory object for IsNullOrUndefinedFilter. +.Example +New-AzEventGridIsNullOrUndefinedFilterObject -Key "testKey" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNullOrUndefinedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridisnullorundefinedfilterobject +#> +function New-AzEventGridIsNullOrUndefinedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNullOrUndefinedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridIsNullOrUndefinedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for NumberGreaterThanAdvancedFilter. +.Description +Create an in-memory object for NumberGreaterThanAdvancedFilter. +.Example +New-AzEventGridNumberGreaterThanAdvancedFilterObject -Key "testKey" -Value 11.22 + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbergreaterthanadvancedfilterobject +#> +function New-AzEventGridNumberGreaterThanAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double] + # The filter value. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberGreaterThanAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for NumberGreaterThanFilter. +.Description +Create an in-memory object for NumberGreaterThanFilter. +.Example +New-AzEventGridNumberGreaterThanFilterObject -Key "testKey" -Value 11.22 + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbergreaterthanfilterobject +#> +function New-AzEventGridNumberGreaterThanFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double] + # The filter value. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberGreaterThanFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for NumberGreaterThanOrEqualsAdvancedFilter. +.Description +Create an in-memory object for NumberGreaterThanOrEqualsAdvancedFilter. +.Example +New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject -Key "testKey" -Value 11.22 + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanOrEqualsAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbergreaterthanorequalsadvancedfilterobject +#> +function New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanOrEqualsAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double] + # The filter value. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for NumberGreaterThanOrEqualsFilter. +.Description +Create an in-memory object for NumberGreaterThanOrEqualsFilter. +.Example +New-AzEventGridNumberGreaterThanOrEqualsFilterObject -Key "testKey" -Value 11.22 + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanOrEqualsFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbergreaterthanorequalsfilterobject +#> +function New-AzEventGridNumberGreaterThanOrEqualsFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanOrEqualsFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double] + # The filter value. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberGreaterThanOrEqualsFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for NumberInAdvancedFilter. +.Description +Create an in-memory object for NumberInAdvancedFilter. +.Example +New-AzEventGridNumberInAdvancedFilterObject -Key "testKey" -Value 11.22,22.33 + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberinadvancedfilterobject +#> +function New-AzEventGridNumberInAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double[]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberInAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for NumberInFilter. +.Description +Create an in-memory object for NumberInFilter. +.Example +New-AzEventGridNumberInFilterObject -Key "testKey" -Value 11.22,22.33 + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberinfilterobject +#> +function New-AzEventGridNumberInFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double[]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberInFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for NumberInRangeAdvancedFilter. +.Description +Create an in-memory object for NumberInRangeAdvancedFilter. +.Example +$valuesObj = @(11.11, 22.22, 33.33, 44.44) +New-AzEventGridNumberInRangeAdvancedFilterObject -Key "testKey" -Value @(,$valuesObj) + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInRangeAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberinrangeadvancedfilterobject +#> +function New-AzEventGridNumberInRangeAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInRangeAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double[][]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberInRangeAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for NumberInRangeFilter. +.Description +Create an in-memory object for NumberInRangeFilter. +.Example +$valuesObj = @(11.11, 22.22, 33.33, 44.44) +New-AzEventGridNumberInRangeFilterObject -Key "testKey" -Value @(,$valuesObj) + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInRangeFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberinrangefilterobject +#> +function New-AzEventGridNumberInRangeFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInRangeFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double[][]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberInRangeFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for NumberLessThanAdvancedFilter. +.Description +Create an in-memory object for NumberLessThanAdvancedFilter. +.Example +New-AzEventGridNumberLessThanAdvancedFilterObject -Key "testKey" -Value 11.22 + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberlessthanadvancedfilterobject +#> +function New-AzEventGridNumberLessThanAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double] + # The filter value. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberLessThanAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for NumberLessThanFilter. +.Description +Create an in-memory object for NumberLessThanFilter. +.Example +New-AzEventGridNumberLessThanFilterObject -Key "testKey" -Value 11.22 + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberlessthanfilterobject +#> +function New-AzEventGridNumberLessThanFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double] + # The filter value. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberLessThanFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for NumberLessThanOrEqualsAdvancedFilter. +.Description +Create an in-memory object for NumberLessThanOrEqualsAdvancedFilter. +.Example +New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject -Key "testKey" -Value 11.22 + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanOrEqualsAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberlessthanorequalsadvancedfilterobject +#> +function New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanOrEqualsAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double] + # The filter value. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for NumberLessThanOrEqualsFilter. +.Description +Create an in-memory object for NumberLessThanOrEqualsFilter. +.Example +New-AzEventGridNumberLessThanOrEqualsFilterObject -Key "testKey" -Value 11.22 + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanOrEqualsFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberlessthanorequalsfilterobject +#> +function New-AzEventGridNumberLessThanOrEqualsFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanOrEqualsFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double] + # The filter value. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberLessThanOrEqualsFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for NumberNotInAdvancedFilter. +.Description +Create an in-memory object for NumberNotInAdvancedFilter. +.Example +New-AzEventGridNumberNotInAdvancedFilterObject -Key "testKey" -Value 11.22,22.33 + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbernotinadvancedfilterobject +#> +function New-AzEventGridNumberNotInAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double[]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberNotInAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for NumberNotInFilter. +.Description +Create an in-memory object for NumberNotInFilter. +.Example +New-AzEventGridNumberNotInFilterObject -Key "testKey" -Value 11.22,22.33 + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbernotinfilterobject +#> +function New-AzEventGridNumberNotInFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double[]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberNotInFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for NumberNotInRangeAdvancedFilter. +.Description +Create an in-memory object for NumberNotInRangeAdvancedFilter. +.Example +$valuesObj = @(11.11, 22.22, 33.33, 44.44) +New-AzEventGridNumberNotInRangeAdvancedFilterObject -Key "testKey" -Value @(,$valuesObj) + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInRangeAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbernotinrangeadvancedfilterobject +#> +function New-AzEventGridNumberNotInRangeAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInRangeAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double[][]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberNotInRangeAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for NumberNotInRangeFilter. +.Description +Create an in-memory object for NumberNotInRangeFilter. +.Example +$valuesObj = @(11.11, 22.22, 33.33, 44.44) +New-AzEventGridNumberNotInRangeFilterObject -Key "testKey" -Value @(,$valuesObj) + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInRangeFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbernotinrangefilterobject +#> +function New-AzEventGridNumberNotInRangeFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInRangeFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Double[][]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridNumberNotInRangeFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for PartnerEventSubscriptionDestination. +.Description +Create an in-memory object for PartnerEventSubscriptionDestination. +.Example +New-AzEventGridPartnerEventSubscriptionDestinationObject -ResourceId "TestDestinationId" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerEventSubscriptionDestination +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridpartnereventsubscriptiondestinationobject +#> +function New-AzEventGridPartnerEventSubscriptionDestinationObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerEventSubscriptionDestination])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The Azure Resource Id that represents the endpoint of a Partner Destination of an event subscription. + ${ResourceId} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridPartnerEventSubscriptionDestinationObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for Partner. +.Description +Create an in-memory object for Partner. +.Example +New-AzEventGridPartnerObject -AuthorizationExpirationTimeInUtc "2023-11-19T09:31:42.521Z" -Name "Auth0" -RegistrationImmutableId "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.Partner +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridpartnerobject +#> +function New-AzEventGridPartnerObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.Partner])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.DateTime] + # Expiration time of the partner authorization. + # 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. + ${AuthorizationExpirationTimeInUtc}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The partner name. + ${Name}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The immutableId of the corresponding partner registration. + ${RegistrationImmutableId} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridPartnerObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for PrivateEndpointConnection. +.Description +Create an in-memory object for PrivateEndpointConnection. +.Example +New-AzEventGridPrivateEndpointConnectionObject -GroupId "TestId" -PrivateEndpointId "TestPrivateEndpointId" -PrivateLinkServiceConnectionStateActionsRequired "TestActionsRequired" -PrivateLinkServiceConnectionStateDescription "TestDescription" -PrivateLinkServiceConnectionStateStatus Approved -ProvisioningState Succeeded | Format-List + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PrivateEndpointConnection +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridprivateendpointconnectionobject +#> +function New-AzEventGridPrivateEndpointConnectionObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PrivateEndpointConnection])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String[]] + # GroupIds from the private link service resource. + ${GroupId}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The ARM identifier for Private Endpoint. + ${PrivateEndpointId}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # Actions required (if any). + ${PrivateLinkServiceConnectionStateActionsRequired}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # Description of the connection state. + ${PrivateLinkServiceConnectionStateDescription}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleterAttribute("Pending", "Approved", "Rejected", "Disconnected")] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # Status of the connection. + ${PrivateLinkServiceConnectionStateStatus}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleterAttribute("Creating", "Updating", "Deleting", "Succeeded", "Canceled", "Failed")] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # Provisioning state of the Private Endpoint Connection. + ${ProvisioningState} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridPrivateEndpointConnectionObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for ResourceMoveChangeHistory. +.Description +Create an in-memory object for ResourceMoveChangeHistory. +.Example +New-AzEventGridResourceMoveChangeHistoryObject -AzureSubscriptionId "{subId}" -ChangedTimeUtc "2023-12-10T11:06:13.109Z" -ResourceGroupName azps_test_group_eventgrid + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ResourceMoveChangeHistory +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridresourcemovechangehistoryobject +#> +function New-AzEventGridResourceMoveChangeHistoryObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ResourceMoveChangeHistory])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # Azure subscription ID of the resource. + ${AzureSubscriptionId}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.DateTime] + # UTC timestamp of when the resource was changed. + ${ChangedTimeUtc}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # Azure Resource Group of the resource. + ${ResourceGroupName} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridResourceMoveChangeHistoryObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for ServiceBusQueueEventSubscriptionDestination. +.Description +Create an in-memory object for ServiceBusQueueEventSubscriptionDestination. +.Example +$damObj = New-AzEventGridDeliveryAttributeMappingObject -Type "TestType" -Name "TestName" +$eventSubObj = Get-AzEventGridSubscription -ResourceGroupName azps_test_group_eventgrid -DomainName azps-domain -TopicName azps-topic +New-AzEventGridServiceBusQueueEventSubscriptionDestinationObject -DeliveryAttributeMapping $damObj -ResourceId $eventSubObj.Id + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ServiceBusQueueEventSubscriptionDestination +.Notes +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + +DELIVERYATTRIBUTEMAPPING : Delivery attribute details. + Type : Type of the delivery attribute or header name. + [Name ]: Name of the delivery attribute or header. +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridservicebusqueueeventsubscriptiondestinationobject +#> +function New-AzEventGridServiceBusQueueEventSubscriptionDestinationObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ServiceBusQueueEventSubscriptionDestination])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[]] + # Delivery attribute details. + ${DeliveryAttributeMapping}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription. + ${ResourceId} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridServiceBusQueueEventSubscriptionDestinationObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for ServiceBusTopicEventSubscriptionDestination. +.Description +Create an in-memory object for ServiceBusTopicEventSubscriptionDestination. +.Example +$damObj = New-AzEventGridDeliveryAttributeMappingObject -Type "TestType" -Name "TestName" +$eventSubObj = Get-AzEventGridSubscription -ResourceGroupName azps_test_group_eventgrid -DomainName azps-domain -TopicName azps-topic +New-AzEventGridServiceBusTopicEventSubscriptionDestinationObject -DeliveryAttributeMapping $damObj -ResourceId $eventSubObj.Id + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ServiceBusTopicEventSubscriptionDestination +.Notes +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + +DELIVERYATTRIBUTEMAPPING : Delivery attribute details. + Type : Type of the delivery attribute or header name. + [Name ]: Name of the delivery attribute or header. +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridservicebustopiceventsubscriptiondestinationobject +#> +function New-AzEventGridServiceBusTopicEventSubscriptionDestinationObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ServiceBusTopicEventSubscriptionDestination])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[]] + # Delivery attribute details. + ${DeliveryAttributeMapping}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The Azure Resource Id that represents the endpoint of the Service Bus Topic destination of an event subscription. + ${ResourceId} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridServiceBusTopicEventSubscriptionDestinationObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for StaticDeliveryAttributeMapping. +.Description +Create an in-memory object for StaticDeliveryAttributeMapping. +.Example +New-AzEventGridStaticDeliveryAttributeMappingObject -IsSecret:$true -Name "testName" -Value "testValue" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StaticDeliveryAttributeMapping +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstaticdeliveryattributemappingobject +#> +function New-AzEventGridStaticDeliveryAttributeMappingObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StaticDeliveryAttributeMapping])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Boolean] + # Boolean flag to tell if the attribute contains sensitive information . + ${IsSecret}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # Value of the delivery attribute. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # Name of the delivery attribute or header. + ${Name} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStaticDeliveryAttributeMappingObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for StaticRoutingEnrichment. +.Description +Create an in-memory object for StaticRoutingEnrichment. +.Example +New-AzEventGridStaticRoutingEnrichmentObject -Key "TestKey" -ValueType "TestType" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StaticRoutingEnrichment +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstaticroutingenrichmentobject +#> +function New-AzEventGridStaticRoutingEnrichmentObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StaticRoutingEnrichment])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # Static routing enrichment key. + ${Key}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleterAttribute("String")] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # Static routing enrichment value type. + # For e.g. + # this property value can be 'String'. + ${ValueType} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStaticRoutingEnrichmentObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for StorageQueueEventSubscriptionDestination. +.Description +Create an in-memory object for StorageQueueEventSubscriptionDestination. +.Example +New-AzEventGridStorageQueueEventSubscriptionDestinationObject -QueueMessageTimeToLiveInSecond 7 -QueueName testQueue -ResourceId "/subscriptions/{subId}/resourceGroups/azps_test_group_eventgrid/providers/Microsoft.Storage/storageAccounts/azpssa" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StorageQueueEventSubscriptionDestination +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstoragequeueeventsubscriptiondestinationobject +#> +function New-AzEventGridStorageQueueEventSubscriptionDestinationObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StorageQueueEventSubscriptionDestination])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.Int64] + # Storage queue message time to live in seconds. + # This value cannot be zero or negative with the exception of using -1 to indicate that the Time To Live of the message is Infinite. + ${QueueMessageTimeToLiveInSecond}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The name of the Storage queue under a storage account that is the destination of an event subscription. + ${QueueName}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription. + ${ResourceId} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStorageQueueEventSubscriptionDestinationObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for StringBeginsWithAdvancedFilter. +.Description +Create an in-memory object for StringBeginsWithAdvancedFilter. +.Example +New-AzEventGridStringBeginsWithAdvancedFilterObject -Key "testKey" -Value "value1","value2" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringBeginsWithAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringbeginswithadvancedfilterobject +#> +function New-AzEventGridStringBeginsWithAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringBeginsWithAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String[]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringBeginsWithAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for StringBeginsWithFilter. +.Description +Create an in-memory object for StringBeginsWithFilter. +.Example +New-AzEventGridStringBeginsWithFilterObject -Key "testKey" -Value "value1","value2" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringBeginsWithFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringbeginswithfilterobject +#> +function New-AzEventGridStringBeginsWithFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringBeginsWithFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String[]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringBeginsWithFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for StringContainsAdvancedFilter. +.Description +Create an in-memory object for StringContainsAdvancedFilter. +.Example +New-AzEventGridStringContainsAdvancedFilterObject -Key "testKey" -Value "value1","value2" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringContainsAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringcontainsadvancedfilterobject +#> +function New-AzEventGridStringContainsAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringContainsAdvancedFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String[]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringContainsAdvancedFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for StringContainsFilter. +.Description +Create an in-memory object for StringContainsFilter. +.Example +New-AzEventGridStringContainsFilterObject -Key "testKey" -Value "value1","value2" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringContainsFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringcontainsfilterobject +#> +function New-AzEventGridStringContainsFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringContainsFilter])] +[CmdletBinding(PositionalBinding=$false)] +param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String[]] + # The set of filter values. + ${Value}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String] + # The field/property in the event based on which you want to filter. + ${Key} +) + +begin { + try { + $outBuffer = $null + if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { + $PSBoundParameters['OutBuffer'] = 1 + } + $parameterSet = $PSCmdlet.ParameterSetName + + if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) { + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $PSVersionTable.PSVersion.ToString() + } + $preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + if ($preTelemetryId -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId =(New-Guid).ToString() + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Create', $MyInvocation, $parameterSet, $PSCmdlet) + } else { + $internalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + if ($internalCalledCmdlets -eq '') { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $MyInvocation.MyCommand.Name + } else { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets += ',' + $MyInvocation.MyCommand.Name + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = 'internal' + } + + $mapping = @{ + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringContainsFilterObject'; + } + $cmdInfo = Get-Command -Name $mapping[$parameterSet] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + if ($null -ne $MyInvocation.MyCommand -and [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets -notcontains $MyInvocation.MyCommand.Name -and [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ContainsPreviewAttribute($cmdInfo, $MyInvocation)){ + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessPreviewMessageAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PromptedPreviewMessageCmdlets.Enqueue($MyInvocation.MyCommand.Name) + } + $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) + $scriptCmd = {& $wrappedCmd @PSBoundParameters} + $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) + $steppablePipeline.Begin($PSCmdlet) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} + +process { + try { + $steppablePipeline.Process($_) + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } + + finally { + $backupTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId + $backupInternalCalledCmdlets = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + +} +end { + try { + $steppablePipeline.End() + + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $backupTelemetryId + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::InternalCalledCmdlets = $backupInternalCalledCmdlets + if ($preTelemetryId -eq '') { + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.module]::Instance.Telemetry.Invoke('Send', $MyInvocation, $parameterSet, $PSCmdlet) + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + } + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId = $preTelemetryId + + } catch { + [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::ClearTelemetryContext() + throw + } +} +} + +<# +.Synopsis +Create an in-memory object for StringEndsWithAdvancedFilter. +.Description +Create an in-memory object for StringEndsWithAdvancedFilter. +.Example +New-AzEventGridStringEndsWithAdvancedFilterObject -Key "testKey" -Value "value1","value2" + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringEndsWithAdvancedFilter +.Link +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringendswithadvancedfilterobject +#> +function New-AzEventGridStringEndsWithAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringEndsWithAdvancedFilter])] [CmdletBinding(PositionalBinding=$false)] param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[]] - # Delivery attribute details. - ${DeliveryAttributeMapping}, + [System.String[]] + # The set of filter values. + ${Value}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] [System.String] - # The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription. - ${ResourceId} + # The field/property in the event based on which you want to filter. + ${Key} ) begin { @@ -38702,7 +42905,7 @@ begin { } $mapping = @{ - __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridEventHubEventSubscriptionDestinationObject'; + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringEndsWithAdvancedFilterObject'; } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) @@ -38756,27 +42959,26 @@ end { <# .Synopsis -Create an in-memory object for Filter. +Create an in-memory object for StringEndsWithFilter. .Description -Create an in-memory object for Filter. +Create an in-memory object for StringEndsWithFilter. .Example -New-AzEventGridFilterObject -OperatorType NumberIn -Key "TestKey" +New-AzEventGridStringEndsWithFilterObject -Key "testKey" -Value "value1","value2" .Outputs -Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.Filter +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringEndsWithFilter .Link -https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridfilterobject +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringendswithfilterobject #> -function New-AzEventGridFilterObject { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.Filter])] +function New-AzEventGridStringEndsWithFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringEndsWithFilter])] [CmdletBinding(PositionalBinding=$false)] param( - [Parameter(Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleterAttribute("NumberIn", "NumberNotIn", "NumberLessThan", "NumberGreaterThan", "NumberLessThanOrEquals", "NumberGreaterThanOrEquals", "BoolEquals", "StringIn", "StringNotIn", "StringBeginsWith", "StringEndsWith", "StringContains", "NumberInRange", "NumberNotInRange", "StringNotBeginsWith", "StringNotEndsWith", "StringNotContains", "IsNullOrUndefined", "IsNotNull")] + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] - [System.String] - # The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others. - ${OperatorType}, + [System.String[]] + # The set of filter values. + ${Value}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] @@ -38811,7 +43013,7 @@ begin { } $mapping = @{ - __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridFilterObject'; + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringEndsWithFilterObject'; } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) @@ -38865,42 +43067,32 @@ end { <# .Synopsis -Create an in-memory object for HybridConnectionEventSubscriptionDestination. +Create an in-memory object for StringInAdvancedFilter. .Description -Create an in-memory object for HybridConnectionEventSubscriptionDestination. +Create an in-memory object for StringInAdvancedFilter. .Example -$damObj = New-AzEventGridDeliveryAttributeMappingObject -Type "TestType" -Name "TestName" -$eventSubObj = Get-AzEventGridSubscription -ResourceGroupName azps_test_group_eventgrid -DomainName azps-domain -TopicName azps-topic -New-AzEventGridHybridConnectionEventSubscriptionDestinationObject -DeliveryAttributeMapping $damObj -ResourceId $eventSubObj.Id +New-AzEventGridStringInAdvancedFilterObject -Key "testKey" -Value "value1","value2" .Outputs -Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.HybridConnectionEventSubscriptionDestination -.Notes -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - -DELIVERYATTRIBUTEMAPPING : Delivery attribute details. - Type : Type of the delivery attribute or header name. - [Name ]: Name of the delivery attribute or header. +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringInAdvancedFilter .Link -https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridhybridconnectioneventsubscriptiondestinationobject +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringinadvancedfilterobject #> -function New-AzEventGridHybridConnectionEventSubscriptionDestinationObject { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.HybridConnectionEventSubscriptionDestination])] +function New-AzEventGridStringInAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringInAdvancedFilter])] [CmdletBinding(PositionalBinding=$false)] param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[]] - # Delivery attribute details. - ${DeliveryAttributeMapping}, + [System.String[]] + # The set of filter values. + ${Value}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] [System.String] - # The Azure Resource ID of an hybrid connection that is the destination of an event subscription. - ${ResourceId} + # The field/property in the event based on which you want to filter. + ${Key} ) begin { @@ -38929,7 +43121,7 @@ begin { } $mapping = @{ - __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridHybridConnectionEventSubscriptionDestinationObject'; + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringInAdvancedFilterObject'; } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) @@ -38983,33 +43175,32 @@ end { <# .Synopsis -Create an in-memory object for InboundIPRule. +Create an in-memory object for StringInFilter. .Description -Create an in-memory object for InboundIPRule. +Create an in-memory object for StringInFilter. .Example -New-AzEventGridInboundIPRuleObject -Action Allow -IPMask "12.18.176.1" +New-AzEventGridStringInFilterObject -Key "testKey" -Value "value1","value2" .Outputs -Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.InboundIPRule +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringInFilter .Link -https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridinboundipruleobject +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringinfilterobject #> -function New-AzEventGridInboundIPRuleObject { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.InboundIPRule])] +function New-AzEventGridStringInFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringInFilter])] [CmdletBinding(PositionalBinding=$false)] param( [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleterAttribute("Allow")] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] - [System.String] - # Action to perform based on the match or no match of the IpMask. - ${Action}, + [System.String[]] + # The set of filter values. + ${Value}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] [System.String] - # IP Address in CIDR notation e.g., 10.0.0.0/8. - ${IPMask} + # The field/property in the event based on which you want to filter. + ${Key} ) begin { @@ -39038,7 +43229,7 @@ begin { } $mapping = @{ - __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridInboundIPRuleObject'; + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringInFilterObject'; } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) @@ -39092,26 +43283,32 @@ end { <# .Synopsis -Create an in-memory object for PartnerEventSubscriptionDestination. +Create an in-memory object for StringNotBeginsWithAdvancedFilter. .Description -Create an in-memory object for PartnerEventSubscriptionDestination. +Create an in-memory object for StringNotBeginsWithAdvancedFilter. .Example -New-AzEventGridPartnerEventSubscriptionDestinationObject -ResourceId "TestDestinationId" +New-AzEventGridStringNotBeginsWithAdvancedFilterObject -Key "testKey" -Value "value1","value2" .Outputs -Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerEventSubscriptionDestination +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotBeginsWithAdvancedFilter .Link -https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridpartnereventsubscriptiondestinationobject +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotbeginswithadvancedfilterobject #> -function New-AzEventGridPartnerEventSubscriptionDestinationObject { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerEventSubscriptionDestination])] +function New-AzEventGridStringNotBeginsWithAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotBeginsWithAdvancedFilter])] [CmdletBinding(PositionalBinding=$false)] param( + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] + [System.String[]] + # The set of filter values. + ${Value}, + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] [System.String] - # The Azure Resource Id that represents the endpoint of a Partner Destination of an event subscription. - ${ResourceId} + # The field/property in the event based on which you want to filter. + ${Key} ) begin { @@ -39140,7 +43337,7 @@ begin { } $mapping = @{ - __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridPartnerEventSubscriptionDestinationObject'; + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringNotBeginsWithAdvancedFilterObject'; } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) @@ -39194,42 +43391,32 @@ end { <# .Synopsis -Create an in-memory object for Partner. +Create an in-memory object for StringNotBeginsWithFilter. .Description -Create an in-memory object for Partner. +Create an in-memory object for StringNotBeginsWithFilter. .Example -New-AzEventGridPartnerObject -AuthorizationExpirationTimeInUtc "2023-11-19T09:31:42.521Z" -Name "Auth0" -RegistrationImmutableId "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" +New-AzEventGridStringNotBeginsWithFilterObject -Key "testKey" -Value "value1","value2" .Outputs -Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.Partner +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotBeginsWithFilter .Link -https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridpartnerobject +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotbeginswithfilterobject #> -function New-AzEventGridPartnerObject { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.Partner])] +function New-AzEventGridStringNotBeginsWithFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotBeginsWithFilter])] [CmdletBinding(PositionalBinding=$false)] param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] - [System.DateTime] - # Expiration time of the partner authorization. - # 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. - ${AuthorizationExpirationTimeInUtc}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] - [System.String] - # The partner name. - ${Name}, + [System.String[]] + # The set of filter values. + ${Value}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] [System.String] - # The immutableId of the corresponding partner registration. - ${RegistrationImmutableId} + # The field/property in the event based on which you want to filter. + ${Key} ) begin { @@ -39258,7 +43445,7 @@ begin { } $mapping = @{ - __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridPartnerObject'; + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringNotBeginsWithFilterObject'; } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) @@ -39312,58 +43499,32 @@ end { <# .Synopsis -Create an in-memory object for PrivateEndpointConnection. +Create an in-memory object for StringNotContainsAdvancedFilter. .Description -Create an in-memory object for PrivateEndpointConnection. +Create an in-memory object for StringNotContainsAdvancedFilter. .Example -New-AzEventGridPrivateEndpointConnectionObject -GroupId "TestId" -PrivateEndpointId "TestPrivateEndpointId" -PrivateLinkServiceConnectionStateActionsRequired "TestActionsRequired" -PrivateLinkServiceConnectionStateDescription "TestDescription" -PrivateLinkServiceConnectionStateStatus Approved -ProvisioningState Succeeded | Format-List +New-AzEventGridStringNotContainsAdvancedFilterObject -Key "testKey" -Value "value1","value2" .Outputs -Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PrivateEndpointConnection +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotContainsAdvancedFilter .Link -https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridprivateendpointconnectionobject +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotcontainsadvancedfilterobject #> -function New-AzEventGridPrivateEndpointConnectionObject { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PrivateEndpointConnection])] +function New-AzEventGridStringNotContainsAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotContainsAdvancedFilter])] [CmdletBinding(PositionalBinding=$false)] param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] [System.String[]] - # GroupIds from the private link service resource. - ${GroupId}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] - [System.String] - # The ARM identifier for Private Endpoint. - ${PrivateEndpointId}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] - [System.String] - # Actions required (if any). - ${PrivateLinkServiceConnectionStateActionsRequired}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] - [System.String] - # Description of the connection state. - ${PrivateLinkServiceConnectionStateDescription}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleterAttribute("Pending", "Approved", "Rejected", "Disconnected")] - [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] - [System.String] - # Status of the connection. - ${PrivateLinkServiceConnectionStateStatus}, + # The set of filter values. + ${Value}, [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleterAttribute("Creating", "Updating", "Deleting", "Succeeded", "Canceled", "Failed")] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] [System.String] - # Provisioning state of the Private Endpoint Connection. - ${ProvisioningState} + # The field/property in the event based on which you want to filter. + ${Key} ) begin { @@ -39392,7 +43553,7 @@ begin { } $mapping = @{ - __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridPrivateEndpointConnectionObject'; + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringNotContainsAdvancedFilterObject'; } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) @@ -39446,38 +43607,32 @@ end { <# .Synopsis -Create an in-memory object for ResourceMoveChangeHistory. +Create an in-memory object for StringNotContainsFilter. .Description -Create an in-memory object for ResourceMoveChangeHistory. +Create an in-memory object for StringNotContainsFilter. .Example -New-AzEventGridResourceMoveChangeHistoryObject -AzureSubscriptionId "{subId}" -ChangedTimeUtc "2023-12-10T11:06:13.109Z" -ResourceGroupName azps_test_group_eventgrid +New-AzEventGridStringNotContainsFilterObject -Key "testKey" -Value "value1","value2" .Outputs -Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ResourceMoveChangeHistory +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotContainsFilter .Link -https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridresourcemovechangehistoryobject +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotcontainsfilterobject #> -function New-AzEventGridResourceMoveChangeHistoryObject { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ResourceMoveChangeHistory])] +function New-AzEventGridStringNotContainsFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotContainsFilter])] [CmdletBinding(PositionalBinding=$false)] param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] - [System.String] - # Azure subscription ID of the resource. - ${AzureSubscriptionId}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] - [System.DateTime] - # UTC timestamp of when the resource was changed. - ${ChangedTimeUtc}, + [System.String[]] + # The set of filter values. + ${Value}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] [System.String] - # Azure Resource Group of the resource. - ${ResourceGroupName} + # The field/property in the event based on which you want to filter. + ${Key} ) begin { @@ -39506,7 +43661,7 @@ begin { } $mapping = @{ - __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridResourceMoveChangeHistoryObject'; + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringNotContainsFilterObject'; } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) @@ -39560,42 +43715,32 @@ end { <# .Synopsis -Create an in-memory object for ServiceBusQueueEventSubscriptionDestination. +Create an in-memory object for StringNotEndsWithAdvancedFilter. .Description -Create an in-memory object for ServiceBusQueueEventSubscriptionDestination. +Create an in-memory object for StringNotEndsWithAdvancedFilter. .Example -$damObj = New-AzEventGridDeliveryAttributeMappingObject -Type "TestType" -Name "TestName" -$eventSubObj = Get-AzEventGridSubscription -ResourceGroupName azps_test_group_eventgrid -DomainName azps-domain -TopicName azps-topic -New-AzEventGridServiceBusQueueEventSubscriptionDestinationObject -DeliveryAttributeMapping $damObj -ResourceId $eventSubObj.Id +New-AzEventGridStringNotEndsWithAdvancedFilterObject -Key "testKey" -Value "value1","value2" .Outputs -Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ServiceBusQueueEventSubscriptionDestination -.Notes -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - -DELIVERYATTRIBUTEMAPPING : Delivery attribute details. - Type : Type of the delivery attribute or header name. - [Name ]: Name of the delivery attribute or header. +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotEndsWithAdvancedFilter .Link -https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridservicebusqueueeventsubscriptiondestinationobject +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotendswithadvancedfilterobject #> -function New-AzEventGridServiceBusQueueEventSubscriptionDestinationObject { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ServiceBusQueueEventSubscriptionDestination])] +function New-AzEventGridStringNotEndsWithAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotEndsWithAdvancedFilter])] [CmdletBinding(PositionalBinding=$false)] param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[]] - # Delivery attribute details. - ${DeliveryAttributeMapping}, + [System.String[]] + # The set of filter values. + ${Value}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] [System.String] - # The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription. - ${ResourceId} + # The field/property in the event based on which you want to filter. + ${Key} ) begin { @@ -39624,7 +43769,7 @@ begin { } $mapping = @{ - __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridServiceBusQueueEventSubscriptionDestinationObject'; + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringNotEndsWithAdvancedFilterObject'; } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) @@ -39678,42 +43823,32 @@ end { <# .Synopsis -Create an in-memory object for ServiceBusTopicEventSubscriptionDestination. +Create an in-memory object for StringNotEndsWithFilter. .Description -Create an in-memory object for ServiceBusTopicEventSubscriptionDestination. +Create an in-memory object for StringNotEndsWithFilter. .Example -$damObj = New-AzEventGridDeliveryAttributeMappingObject -Type "TestType" -Name "TestName" -$eventSubObj = Get-AzEventGridSubscription -ResourceGroupName azps_test_group_eventgrid -DomainName azps-domain -TopicName azps-topic -New-AzEventGridServiceBusTopicEventSubscriptionDestinationObject -DeliveryAttributeMapping $damObj -ResourceId $eventSubObj.Id +New-AzEventGridStringNotEndsWithFilterObject -Key "testKey" -Value "value1","value2" .Outputs -Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ServiceBusTopicEventSubscriptionDestination -.Notes -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - -DELIVERYATTRIBUTEMAPPING : Delivery attribute details. - Type : Type of the delivery attribute or header name. - [Name ]: Name of the delivery attribute or header. +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotEndsWithFilter .Link -https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridservicebustopiceventsubscriptiondestinationobject +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotendswithfilterobject #> -function New-AzEventGridServiceBusTopicEventSubscriptionDestinationObject { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ServiceBusTopicEventSubscriptionDestination])] +function New-AzEventGridStringNotEndsWithFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotEndsWithFilter])] [CmdletBinding(PositionalBinding=$false)] param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[]] - # Delivery attribute details. - ${DeliveryAttributeMapping}, + [System.String[]] + # The set of filter values. + ${Value}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] [System.String] - # The Azure Resource Id that represents the endpoint of the Service Bus Topic destination of an event subscription. - ${ResourceId} + # The field/property in the event based on which you want to filter. + ${Key} ) begin { @@ -39742,7 +43877,7 @@ begin { } $mapping = @{ - __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridServiceBusTopicEventSubscriptionDestinationObject'; + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringNotEndsWithFilterObject'; } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) @@ -39796,35 +43931,32 @@ end { <# .Synopsis -Create an in-memory object for StaticRoutingEnrichment. +Create an in-memory object for StringNotInAdvancedFilter. .Description -Create an in-memory object for StaticRoutingEnrichment. +Create an in-memory object for StringNotInAdvancedFilter. .Example -New-AzEventGridStaticRoutingEnrichmentObject -Key "TestKey" -ValueType "TestType" +New-AzEventGridStringNotInAdvancedFilterObject -Key "testKey" -Value "value1","value2" .Outputs -Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StaticRoutingEnrichment +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotInAdvancedFilter .Link -https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstaticroutingenrichmentobject +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotinadvancedfilterobject #> -function New-AzEventGridStaticRoutingEnrichmentObject { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StaticRoutingEnrichment])] +function New-AzEventGridStringNotInAdvancedFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotInAdvancedFilter])] [CmdletBinding(PositionalBinding=$false)] param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] - [System.String] - # Static routing enrichment key. - ${Key}, + [System.String[]] + # The set of filter values. + ${Value}, [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleterAttribute("String")] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] [System.String] - # Static routing enrichment value type. - # For e.g. - # this property value can be 'String'. - ${ValueType} + # The field/property in the event based on which you want to filter. + ${Key} ) begin { @@ -39853,7 +43985,7 @@ begin { } $mapping = @{ - __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStaticRoutingEnrichmentObject'; + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringNotInAdvancedFilterObject'; } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) @@ -39907,39 +44039,32 @@ end { <# .Synopsis -Create an in-memory object for StorageQueueEventSubscriptionDestination. +Create an in-memory object for StringNotInFilter. .Description -Create an in-memory object for StorageQueueEventSubscriptionDestination. +Create an in-memory object for StringNotInFilter. .Example -New-AzEventGridStorageQueueEventSubscriptionDestinationObject -QueueMessageTimeToLiveInSecond 7 -QueueName testQueue -ResourceId "/subscriptions/{subId}/resourceGroups/azps_test_group_eventgrid/providers/Microsoft.Storage/storageAccounts/azpssa" +New-AzEventGridStringNotInFilterObject -Key "testKey" -Value "value1","value2" .Outputs -Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StorageQueueEventSubscriptionDestination +Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotInFilter .Link -https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstoragequeueeventsubscriptiondestinationobject +https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotinfilterobject #> -function New-AzEventGridStorageQueueEventSubscriptionDestinationObject { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StorageQueueEventSubscriptionDestination])] +function New-AzEventGridStringNotInFilterObject { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotInFilter])] [CmdletBinding(PositionalBinding=$false)] param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] - [System.Int64] - # Storage queue message time to live in seconds. - # This value cannot be zero or negative with the exception of using -1 to indicate that the Time To Live of the message is Infinite. - ${QueueMessageTimeToLiveInSecond}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] - [System.String] - # The name of the Storage queue under a storage account that is the destination of an event subscription. - ${QueueName}, + [System.String[]] + # The set of filter values. + ${Value}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Category('Body')] [System.String] - # The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription. - ${ResourceId} + # The field/property in the event based on which you want to filter. + ${Key} ) begin { @@ -39968,7 +44093,7 @@ begin { } $mapping = @{ - __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStorageQueueEventSubscriptionDestinationObject'; + __AllParameterSets = 'Az.EventGrid.custom\New-AzEventGridStringNotInFilterObject'; } $cmdInfo = Get-Command -Name $mapping[$parameterSet] [Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.MessageAttributeHelper]::ProcessCustomAttributesAtRuntime($cmdInfo, $MyInvocation, $parameterSet, $PSCmdlet) diff --git a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridChannel.ps1 b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridChannel.ps1 index 4d2274ef16d5..361c184ad03a 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridChannel.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridChannel.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Synchronously updates a channel with the specified parameters. +Synchronously update a channel with the specified parameters. .Description -Synchronously updates a channel with the specified parameters. +Synchronously update a channel with the specified parameters. .Example $dateObj = Get-Date -Year 2023 -Month 11 -Day 10 -Hour 11 -Minute 06 -Second 07 Update-AzEventGridChannel -Name azps-channel -PartnerNamespaceName azps-partnernamespace -ResourceGroupName azps_test_group_eventgrid -ExpirationTimeIfNotActivatedUtc $dateObj.ToUniversalTime() diff --git a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridClient.ps1 b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridClient.ps1 index 9748bce78de3..11c24e1dc248 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridClient.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridClient.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Update a client with the specified parameters. +update a client with the specified parameters. .Description -Update a client with the specified parameters. +update a client with the specified parameters. .Example $attribute = @{"room"="345";"floor"="3";"deviceTypes"="AC"} Update-AzEventGridClient -Name azps-client -NamespaceName azps-eventgridnamespace -ResourceGroupName azps_test_group_eventgrid -Attribute $attribute -Description "This is a test client" diff --git a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridClientGroup.ps1 b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridClientGroup.ps1 index d9f218b8907d..a628495a4b58 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridClientGroup.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridClientGroup.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Update a client group with the specified parameters. +update a client group with the specified parameters. .Description -Update a client group with the specified parameters. +update a client group with the specified parameters. .Example Update-AzEventGridClientGroup -Name azps-clientgroup -Namespacename azps-eventgridnamespace -ResourceGroupName azps_test_group_eventgrid -Description "This is a test client group" -Query "attributes.b IN ['a', 'b', 'c', 'd']" .Example diff --git a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridDomain.ps1 b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridDomain.ps1 index 33e723a9e51c..c776fdb01470 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridDomain.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridDomain.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Asynchronously creates or updates a new domain with the specified parameters. +Asynchronously update a new domain with the specified parameters. .Description -Asynchronously creates or updates a new domain with the specified parameters. +Asynchronously update a new domain with the specified parameters. .Example $inboundIpRule = New-AzEventGridInboundIPRuleObject -Action Allow -IPMask "12.18.176.1" Update-AzEventGridDomain -Name azps-domain -ResourceGroupName azps_test_group_eventgrid -PublicNetworkAccess Enabled -InboundIPRule $inboundIpRule diff --git a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridDomainEventSubscription.ps1 b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridDomainEventSubscription.ps1 index b021107afecb..bfc221d420d7 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridDomainEventSubscription.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridDomainEventSubscription.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Update an existing event subscription for a topic. +update an existing event subscription for a topic. .Description -Update an existing event subscription for a topic. +update an existing event subscription for a topic. .Example $obj = New-AzEventGridWebHookEventSubscriptionDestinationObject -EndpointUrl "https://azpsweb.azurewebsites.net/api/updates" Update-AzEventGridDomainEventSubscription -DomainName azps-domain -EventSubscriptionName azps-eventsubname -ResourceGroupName azps_test_group_eventgrid -FilterIsSubjectCaseSensitive:$false -FilterSubjectBeginsWith "ExamplePrefix" -FilterSubjectEndsWith "ExampleSuffix" -Destination $obj diff --git a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridDomainTopicEventSubscription.ps1 b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridDomainTopicEventSubscription.ps1 index e0fe9595dac3..54f0a0d14a34 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridDomainTopicEventSubscription.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridDomainTopicEventSubscription.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Update an existing event subscription for a domain topic. +update an existing event subscription for a domain topic. .Description -Update an existing event subscription for a domain topic. +update an existing event subscription for a domain topic. .Example $obj = New-AzEventGridWebHookEventSubscriptionDestinationObject -EndpointUrl "https://azpsweb.azurewebsites.net/api/updates" Update-AzEventGridDomainTopicEventSubscription -DomainName azps-domain -EventSubscriptionName azps-eventsubname -ResourceGroupName azps_test_group_eventgrid -TopicName azps-topic -FilterIsSubjectCaseSensitive:$false -FilterSubjectBeginsWith "ExamplePrefix" -FilterSubjectEndsWith "ExampleSuffix" -Destination $obj diff --git a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridNamespace.ps1 b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridNamespace.ps1 index 981e38821c0e..0056800abe71 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridNamespace.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridNamespace.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Asynchronously creates or updates a new namespace with the specified parameters. +Asynchronously update a new namespace with the specified parameters. .Description -Asynchronously creates or updates a new namespace with the specified parameters. +Asynchronously update a new namespace with the specified parameters. .Example Update-AzEventGridNamespace -Name azps-eventgridnamespace -ResourceGroupName azps_test_group_eventgrid -TopicSpaceConfigurationState Enabled -Tag @{"abc"="123"} .Example diff --git a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridNamespaceTopic.ps1 b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridNamespaceTopic.ps1 index 7e00b5971f76..5cce661f4bef 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridNamespaceTopic.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridNamespaceTopic.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Asynchronously updates a namespace topic with the specified parameters. +Asynchronously update a namespace topic with the specified parameters. .Description -Asynchronously updates a namespace topic with the specified parameters. +Asynchronously update a namespace topic with the specified parameters. .Example Update-AzEventGridNamespaceTopic -NamespaceName azps-eventgridnamespace -ResourceGroupName azps_test_group_eventgrid -TopicName azps-topic -EventRetentionInDay 1 .Example diff --git a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridNamespaceTopicEventSubscription.ps1 b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridNamespaceTopicEventSubscription.ps1 index 60911e682ac9..3468cf73271b 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridNamespaceTopicEventSubscription.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridNamespaceTopicEventSubscription.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Update an existing event subscription of a namespace topic. +update an existing event subscription of a namespace topic. .Description -Update an existing event subscription of a namespace topic. +update an existing event subscription of a namespace topic. .Example Update-AzEventGridNamespaceTopicEventSubscription -EventSubscriptionName azps-eventsubname -NamespaceName azps-eventgridnamespace -ResourceGroupName azps_test_group_eventgrid -TopicName azps-topic -DeliveryConfigurationDeliveryMode Queue -EventDeliverySchema CloudEventSchemaV1_0 .Example diff --git a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridPartnerConfiguration.ps1 b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridPartnerConfiguration.ps1 index c691e7fe0ade..3810e5653a02 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridPartnerConfiguration.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridPartnerConfiguration.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Synchronously updates a partner configuration with the specified parameters. +Synchronously update a partner configuration with the specified parameters. .Description -Synchronously updates a partner configuration with the specified parameters. +Synchronously update a partner configuration with the specified parameters. .Example Update-AzEventGridPartnerConfiguration -ResourceGroupName azps_test_group_eventgrid -DefaultMaximumExpirationTimeInDay 1 -Tag @{"abc"="123"} diff --git a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridPartnerDestination.ps1 b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridPartnerDestination.ps1 index 217b48e23986..41b4117beb58 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridPartnerDestination.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridPartnerDestination.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Asynchronously updates a partner destination with the specified parameters. +Asynchronously update a partner destination with the specified parameters. .Description -Asynchronously updates a partner destination with the specified parameters. +Asynchronously update a partner destination with the specified parameters. .Example Update-AzEventGridPartnerDestination -Name azps-destin -ResourceGroupName azps_test_group_eventgrid -Tag @{"123"="abc"} -DefaultProfile "test default" diff --git a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridPartnerNamespace.ps1 b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridPartnerNamespace.ps1 index 3a5952ed2d37..40e17c633595 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridPartnerNamespace.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridPartnerNamespace.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Asynchronously updates a partner namespace with the specified parameters. +Asynchronously update a partner namespace with the specified parameters. .Description -Asynchronously updates a partner namespace with the specified parameters. +Asynchronously update a partner namespace with the specified parameters. .Example Update-AzEventGridPartnerNamespace -Name azps-partnernamespace -ResourceGroupName azps_test_group_eventgrid -Tag @{"abc"="123"} -PassThru .Example diff --git a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridPartnerTopic.ps1 b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridPartnerTopic.ps1 index 968fa2964338..00bc34f7440a 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridPartnerTopic.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridPartnerTopic.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Asynchronously creates a new partner topic with the specified parameters. +Asynchronously update a new partner topic with the specified parameters. .Description -Asynchronously creates a new partner topic with the specified parameters. +Asynchronously update a new partner topic with the specified parameters. .Example Update-AzEventGridPartnerTopic -Name default -ResourceGroupName azps_test_group_eventgrid -UserAssignedIdentity "/subscriptions/{subId}/resourcegroups/azps_test_group_eventgrid/providers/Microsoft.ManagedIdentity/userAssignedIdentities/uami" diff --git a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridPartnerTopicEventSubscription.ps1 b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridPartnerTopicEventSubscription.ps1 index 2e58e08f086f..3ddb12bf9872 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridPartnerTopicEventSubscription.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridPartnerTopicEventSubscription.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Update an existing event subscription of a partner topic. +update an existing event subscription of a partner topic. .Description -Update an existing event subscription of a partner topic. +update an existing event subscription of a partner topic. .Example $obj = New-AzEventGridWebHookEventSubscriptionDestinationObject -EndpointUrl "https://azpsweb.azurewebsites.net/api/updates" Update-AzEventGridPartnerTopicEventSubscription -EventSubscriptionName azps-eventsubname -ResourceGroupName azps_test_group_eventgrid -PartnerTopicName default -FilterIsSubjectCaseSensitive:$false -FilterSubjectBeginsWith "ExamplePrefix" -FilterSubjectEndsWith "ExampleSuffix" -EventDeliverySchema CloudEventSchemaV1_0 -Destination $obj diff --git a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridPermissionBinding.ps1 b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridPermissionBinding.ps1 index 1ec7fe96da64..3a88fb5c7213 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridPermissionBinding.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridPermissionBinding.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Update a permission binding with the specified parameters. +update a permission binding with the specified parameters. .Description -Update a permission binding with the specified parameters. +update a permission binding with the specified parameters. .Example Update-AzEventGridPermissionBinding -ResourceGroupName azps_test_group_eventgrid -NamespaceName azps-eventgridnamespace -Name azps-pb -ClientGroupName "azps-clientgroup" -Permission Publisher -TopicSpaceName "azps-topicspace" .Example diff --git a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridSubscription.ps1 b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridSubscription.ps1 index e7d76733ac5f..e1d409e41bff 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridSubscription.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridSubscription.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Asynchronously updates an existing event subscription. +Asynchronously update an existing event subscription. .Description -Asynchronously updates an existing event subscription. +Asynchronously update an existing event subscription. .Example $obj = New-AzEventGridWebHookEventSubscriptionDestinationObject -EndpointUrl "https://azpsweb.azurewebsites.net/api/updates" Update-AzEventGridSubscription -Name azps-eventsub -Scope "subscriptions/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" -Destination $obj -FilterIsSubjectCaseSensitive:$false diff --git a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridSystemTopic.ps1 b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridSystemTopic.ps1 index 5f25834e9026..6915a6740d0a 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridSystemTopic.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridSystemTopic.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Asynchronously creates a new system topic with the specified parameters. +Asynchronously update a new system topic with the specified parameters. .Description -Asynchronously creates a new system topic with the specified parameters. +Asynchronously update a new system topic with the specified parameters. .Example Update-AzEventGridSystemTopic -Name azps-systopic -ResourceGroupName azps_test_group_eventgrid -Tag @{"abc"="123"} .Example diff --git a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridSystemTopicEventSubscription.ps1 b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridSystemTopicEventSubscription.ps1 index d8ce643ab473..94edb6f4aa1f 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridSystemTopicEventSubscription.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridSystemTopicEventSubscription.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Update an existing event subscription of a system topic. +update an existing event subscription of a system topic. .Description -Update an existing event subscription of a system topic. +update an existing event subscription of a system topic. .Example $obj = New-AzEventGridWebHookEventSubscriptionDestinationObject -EndpointUrl "https://azpsweb.azurewebsites.net/api/updates" Update-AzEventGridSystemTopicEventSubscription -EventSubscriptionName azps-evnetsub -ResourceGroupName azps_test_group_eventgrid -SystemTopicName azps-systopic -FilterIsSubjectCaseSensitive:$false -FilterSubjectBeginsWith "ExamplePrefix" -FilterSubjectEndsWith "ExampleSuffix" -Destination $obj diff --git a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridTopic.ps1 b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridTopic.ps1 index 8e295d70ac11..d374a1e901db 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridTopic.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridTopic.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Asynchronously creates a new topic with the specified parameters. +Asynchronously update a new topic with the specified parameters. .Description -Asynchronously creates a new topic with the specified parameters. +Asynchronously update a new topic with the specified parameters. .Example $inboundIpRule = New-AzEventGridInboundIPRuleObject -Action Allow -IPMask "12.18.176.1" Update-AzEventGridTopic -Name azps-topic -ResourceGroupName azps_test_group_eventgrid -PublicNetworkAccess Enabled -InboundIPRule $inboundIpRule diff --git a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridTopicEventSubscription.ps1 b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridTopicEventSubscription.ps1 index e8085aeb81d3..2b213141524c 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridTopicEventSubscription.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridTopicEventSubscription.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Update an existing event subscription for a topic. +update an existing event subscription for a topic. .Description -Update an existing event subscription for a topic. +update an existing event subscription for a topic. .Example $obj = New-AzEventGridWebHookEventSubscriptionDestinationObject -EndpointUrl "https://azpsweb.azurewebsites.net/api/updates" Update-AzEventGridTopicEventSubscription -EventSubscriptionName azps-eventsub -ResourceGroupName azps_test_group_eventgrid -TopicName azps-topic -FilterIsSubjectCaseSensitive:$false -FilterSubjectBeginsWith "ExamplePrefix" -FilterSubjectEndsWith "ExampleSuffix" -EventDeliverySchema CloudEventSchemaV1_0 -Destination $obj diff --git a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridTopicSpace.ps1 b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridTopicSpace.ps1 index bfede00a1c47..67c788e33819 100644 --- a/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridTopicSpace.ps1 +++ b/src/EventGrid/EventGrid.Autorest/exports/Update-AzEventGridTopicSpace.ps1 @@ -16,9 +16,9 @@ <# .Synopsis -Update a topic space with the specified parameters. +update a topic space with the specified parameters. .Description -Update a topic space with the specified parameters. +update a topic space with the specified parameters. .Example Update-AzEventGridTopicSpace -Name azps-topicspace -NamespaceName azps-eventgridnamespace -ResourceGroupName azps_test_group_eventgrid -TopicTemplate "filter1" .Example diff --git a/src/EventGrid/EventGrid.Autorest/generated/api/EventGrid.cs b/src/EventGrid/EventGrid.Autorest/generated/api/EventGrid.cs index fbd4a546aa12..49370f45f5d9 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/api/EventGrid.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/api/EventGrid.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid public partial class EventGrid { - /// Update a CA certificate with the specified parameters. + /// update a CA certificate with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -67,7 +67,7 @@ public partial class EventGrid } } - /// Update a CA certificate with the specified parameters. + /// update a CA certificate with the specified parameters. /// /// CA certificate information. /// a delegate that is called when the remote service returns 200 (OK). @@ -129,7 +129,7 @@ public partial class EventGrid } } - /// Update a CA certificate with the specified parameters. + /// update a CA certificate with the specified parameters. /// /// CA certificate information. /// an instance that will receive events. @@ -189,7 +189,7 @@ public partial class EventGrid } } - /// Update a CA certificate with the specified parameters. + /// update a CA certificate with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -241,7 +241,7 @@ public partial class EventGrid } } - /// Update a CA certificate with the specified parameters. + /// update a CA certificate with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -291,7 +291,7 @@ public partial class EventGrid } } - /// Update a CA certificate with the specified parameters. + /// update a CA certificate with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -369,6 +369,7 @@ public partial class EventGrid // declared final-state-via: azure-async-operation var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -381,7 +382,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -519,6 +523,7 @@ public partial class EventGrid // declared final-state-via: azure-async-operation var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -531,7 +536,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -797,6 +805,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -809,7 +818,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -1669,7 +1681,7 @@ public partial class EventGrid } } - /// Synchronously creates or updates a new channel with the specified parameters. + /// Synchronously update a new channel with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the partners subscription. @@ -1723,7 +1735,7 @@ public partial class EventGrid } } - /// Synchronously creates or updates a new channel with the specified parameters. + /// Synchronously update a new channel with the specified parameters. /// /// Channel information. /// a delegate that is called when the remote service returns 200 (OK). @@ -1786,7 +1798,7 @@ public partial class EventGrid } } - /// Synchronously creates or updates a new channel with the specified parameters. + /// Synchronously update a new channel with the specified parameters. /// /// Channel information. /// an instance that will receive events. @@ -1846,7 +1858,7 @@ public partial class EventGrid } } - /// Synchronously creates or updates a new channel with the specified parameters. + /// Synchronously update a new channel with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the partners subscription. @@ -1899,7 +1911,7 @@ public partial class EventGrid } } - /// Synchronously creates or updates a new channel with the specified parameters. + /// Synchronously update a new channel with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the partners subscription. @@ -1949,7 +1961,7 @@ public partial class EventGrid } } - /// Synchronously creates or updates a new channel with the specified parameters. + /// Synchronously update a new channel with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the partners subscription. @@ -2271,6 +2283,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -2283,7 +2296,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -3432,7 +3448,7 @@ public partial class EventGrid } } - /// Synchronously updates a channel with the specified parameters. + /// Synchronously update a channel with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the partners subscription. @@ -3485,7 +3501,7 @@ public partial class EventGrid } } - /// Synchronously updates a channel with the specified parameters. + /// Synchronously update a channel with the specified parameters. /// /// Channel update information. /// a delegate that is called when the remote service returns 200 (OK). @@ -3547,7 +3563,7 @@ public partial class EventGrid } } - /// Synchronously updates a channel with the specified parameters. + /// Synchronously update a channel with the specified parameters. /// /// Channel update information. /// an instance that will receive events. @@ -3607,7 +3623,7 @@ public partial class EventGrid } } - /// Synchronously updates a channel with the specified parameters. + /// Synchronously update a channel with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the partners subscription. @@ -3659,7 +3675,7 @@ public partial class EventGrid } } - /// Synchronously updates a channel with the specified parameters. + /// Synchronously update a channel with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the partners subscription. @@ -3709,7 +3725,7 @@ public partial class EventGrid } } - /// Synchronously updates a channel with the specified parameters. + /// Synchronously update a channel with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the partners subscription. @@ -3884,7 +3900,7 @@ public partial class EventGrid } } - /// Update a client group with the specified parameters. + /// update a client group with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -3937,7 +3953,7 @@ public partial class EventGrid } } - /// Update a client group with the specified parameters. + /// update a client group with the specified parameters. /// /// Client group information. /// a delegate that is called when the remote service returns 200 (OK). @@ -3999,7 +4015,7 @@ public partial class EventGrid } } - /// Update a client group with the specified parameters. + /// update a client group with the specified parameters. /// /// Client group information. /// an instance that will receive events. @@ -4059,7 +4075,7 @@ public partial class EventGrid } } - /// Update a client group with the specified parameters. + /// update a client group with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -4111,7 +4127,7 @@ public partial class EventGrid } } - /// Update a client group with the specified parameters. + /// update a client group with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -4161,7 +4177,7 @@ public partial class EventGrid } } - /// Update a client group with the specified parameters. + /// update a client group with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -4239,6 +4255,7 @@ public partial class EventGrid // declared final-state-via: azure-async-operation var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -4251,7 +4268,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -4389,6 +4409,7 @@ public partial class EventGrid // declared final-state-via: azure-async-operation var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -4401,7 +4422,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -4667,6 +4691,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -4679,7 +4704,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -5539,7 +5567,7 @@ public partial class EventGrid } } - /// Update a client with the specified parameters. + /// update a client with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -5592,7 +5620,7 @@ public partial class EventGrid } } - /// Update a client with the specified parameters. + /// update a client with the specified parameters. /// /// Client information. /// a delegate that is called when the remote service returns 200 (OK). @@ -5654,7 +5682,7 @@ public partial class EventGrid } } - /// Update a client with the specified parameters. + /// update a client with the specified parameters. /// /// Client information. /// an instance that will receive events. @@ -5714,7 +5742,7 @@ public partial class EventGrid } } - /// Update a client with the specified parameters. + /// update a client with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -5766,7 +5794,7 @@ public partial class EventGrid } } - /// Update a client with the specified parameters. + /// update a client with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -5816,7 +5844,7 @@ public partial class EventGrid } } - /// Update a client with the specified parameters. + /// update a client with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -5892,6 +5920,7 @@ public partial class EventGrid // declared final-state-via: azure-async-operation var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -5904,7 +5933,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -6042,6 +6074,7 @@ public partial class EventGrid // declared final-state-via: azure-async-operation var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -6054,7 +6087,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -6320,6 +6356,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -6332,7 +6369,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -7191,7 +7231,7 @@ public partial class EventGrid } /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously update a new event subscription or update an existing event subscription. /// /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. @@ -7247,7 +7287,7 @@ public partial class EventGrid } /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously update a new event subscription or update an existing event subscription. /// /// /// Event subscription properties containing the destination and filter information. @@ -7311,7 +7351,7 @@ public partial class EventGrid } /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously update a new event subscription or update an existing event subscription. /// /// /// Event subscription properties containing the destination and filter information. @@ -7373,7 +7413,7 @@ public partial class EventGrid } /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously update a new event subscription or update an existing event subscription. /// /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. @@ -7428,7 +7468,7 @@ public partial class EventGrid } /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously update a new event subscription or update an existing event subscription. /// /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. @@ -7481,7 +7521,7 @@ public partial class EventGrid } /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously update a new event subscription or update an existing event subscription. /// /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. @@ -7561,6 +7601,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -7573,7 +7614,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -7703,6 +7747,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -7715,7 +7760,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -7980,6 +8028,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -7992,7 +8041,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -9480,7 +9532,7 @@ public partial class EventGrid } } - /// Update an existing event subscription for a topic. + /// update an existing event subscription for a topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -9533,7 +9585,7 @@ public partial class EventGrid } } - /// Update an existing event subscription for a topic. + /// update an existing event subscription for a topic. /// /// Updated event subscription information. /// a delegate that is called when the remote service returns 200 (OK). @@ -9595,7 +9647,7 @@ public partial class EventGrid } } - /// Update an existing event subscription for a topic. + /// update an existing event subscription for a topic. /// /// Updated event subscription information. /// an instance that will receive events. @@ -9655,7 +9707,7 @@ public partial class EventGrid } } - /// Update an existing event subscription for a topic. + /// update an existing event subscription for a topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -9707,7 +9759,7 @@ public partial class EventGrid } } - /// Update an existing event subscription for a topic. + /// update an existing event subscription for a topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -9757,7 +9809,7 @@ public partial class EventGrid } } - /// Update an existing event subscription for a topic. + /// update an existing event subscription for a topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -9835,6 +9887,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -9847,7 +9900,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -9975,6 +10031,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -9987,7 +10044,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -10117,7 +10177,7 @@ public partial class EventGrid } /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously update a new event subscription or update an existing event subscription. /// /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. @@ -10176,7 +10236,7 @@ public partial class EventGrid } /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously update a new event subscription or update an existing event subscription. /// /// /// Event subscription properties containing the destination and filter information. @@ -10243,7 +10303,7 @@ public partial class EventGrid } /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously update a new event subscription or update an existing event subscription. /// /// /// Event subscription properties containing the destination and filter information. @@ -10308,7 +10368,7 @@ public partial class EventGrid } /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously update a new event subscription or update an existing event subscription. /// /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. @@ -10366,7 +10426,7 @@ public partial class EventGrid } /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously update a new event subscription or update an existing event subscription. /// /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. @@ -10422,7 +10482,7 @@ public partial class EventGrid } /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously update a new event subscription or update an existing event subscription. /// /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. @@ -10505,6 +10565,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -10517,7 +10578,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -10647,6 +10711,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -10659,7 +10724,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -10934,6 +11002,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -10946,7 +11015,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -12499,7 +12571,7 @@ public partial class EventGrid } } - /// Update an existing event subscription for a domain topic. + /// update an existing event subscription for a domain topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -12555,7 +12627,7 @@ public partial class EventGrid } } - /// Update an existing event subscription for a domain topic. + /// update an existing event subscription for a domain topic. /// /// Updated event subscription information. /// a delegate that is called when the remote service returns 200 (OK). @@ -12620,7 +12692,7 @@ public partial class EventGrid } } - /// Update an existing event subscription for a domain topic. + /// update an existing event subscription for a domain topic. /// /// Updated event subscription information. /// an instance that will receive events. @@ -12683,7 +12755,7 @@ public partial class EventGrid } } - /// Update an existing event subscription for a domain topic. + /// update an existing event subscription for a domain topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -12738,7 +12810,7 @@ public partial class EventGrid } } - /// Update an existing event subscription for a domain topic. + /// update an existing event subscription for a domain topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -12791,7 +12863,7 @@ public partial class EventGrid } } - /// Update an existing event subscription for a domain topic. + /// update an existing event subscription for a domain topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -12872,6 +12944,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -12884,7 +12957,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -13014,6 +13090,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -13026,7 +13103,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -13157,9 +13237,7 @@ public partial class EventGrid } } - /// - /// Asynchronously creates or updates a new domain topic with the specified parameters. - /// + /// Asynchronously update a new domain topic with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -13206,9 +13284,7 @@ public partial class EventGrid } } - /// - /// Asynchronously creates or updates a new domain topic with the specified parameters. - /// + /// Asynchronously update a new domain topic with the specified parameters. /// /// a delegate that is called when the remote service returns 200 (OK). /// a delegate that is called when the remote service returns default (any response code not handled @@ -13264,9 +13340,7 @@ public partial class EventGrid } } - /// - /// Asynchronously creates or updates a new domain topic with the specified parameters. - /// + /// Asynchronously update a new domain topic with the specified parameters. /// /// an instance that will receive events. /// an instance of an Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.ISendAsync pipeline to use to make the request. @@ -13320,9 +13394,7 @@ public partial class EventGrid } } - /// - /// Asynchronously creates or updates a new domain topic with the specified parameters. - /// + /// Asynchronously update a new domain topic with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -13394,6 +13466,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -13406,7 +13479,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -13534,6 +13610,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -13546,7 +13623,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -13806,6 +13886,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -13818,7 +13899,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -14638,7 +14722,7 @@ public partial class EventGrid } } - /// Asynchronously creates or updates a new domain with the specified parameters. + /// Asynchronously update a new domain with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -14688,7 +14772,7 @@ public partial class EventGrid } } - /// Asynchronously creates or updates a new domain with the specified parameters. + /// Asynchronously update a new domain with the specified parameters. /// /// Domain information. /// a delegate that is called when the remote service returns 200 (OK). @@ -14747,7 +14831,7 @@ public partial class EventGrid } } - /// Asynchronously creates or updates a new domain with the specified parameters. + /// Asynchronously update a new domain with the specified parameters. /// /// Domain information. /// an instance that will receive events. @@ -14804,7 +14888,7 @@ public partial class EventGrid } } - /// Asynchronously creates or updates a new domain with the specified parameters. + /// Asynchronously update a new domain with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -14853,7 +14937,7 @@ public partial class EventGrid } } - /// Asynchronously creates or updates a new domain with the specified parameters. + /// Asynchronously update a new domain with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -14900,7 +14984,7 @@ public partial class EventGrid } } - /// Asynchronously creates or updates a new domain with the specified parameters. + /// Asynchronously update a new domain with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -14973,6 +15057,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -14985,7 +15070,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -15113,6 +15201,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -15125,7 +15214,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -15380,6 +15472,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -15392,7 +15485,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -17611,6 +17707,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -17623,7 +17720,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -17751,6 +17851,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -17763,7 +17864,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -17891,7 +17995,7 @@ public partial class EventGrid } /// - /// Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope. + /// Asynchronously update a new event subscription or update an existing event subscription based on the specified scope. /// /// The identifier of the resource to which the event subscription needs to be created or updated. The /// scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, @@ -17945,7 +18049,7 @@ public partial class EventGrid } /// - /// Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope. + /// Asynchronously update a new event subscription or update an existing event subscription based on the specified scope. /// /// /// Event subscription properties containing the destination and filter information. @@ -18003,7 +18107,7 @@ public partial class EventGrid } /// - /// Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope. + /// Asynchronously update a new event subscription or update an existing event subscription based on the specified scope. /// /// /// Event subscription properties containing the destination and filter information. @@ -18059,7 +18163,7 @@ public partial class EventGrid } /// - /// Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope. + /// Asynchronously update a new event subscription or update an existing event subscription based on the specified scope. /// /// The identifier of the resource to which the event subscription needs to be created or updated. The /// scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, @@ -18112,7 +18216,7 @@ public partial class EventGrid } /// - /// Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope. + /// Asynchronously update a new event subscription or update an existing event subscription based on the specified scope. /// /// The identifier of the resource to which the event subscription needs to be created or updated. The /// scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, @@ -18163,7 +18267,7 @@ public partial class EventGrid } /// - /// Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope. + /// Asynchronously update a new event subscription or update an existing event subscription based on the specified scope. /// /// The identifier of the resource to which the event subscription needs to be created or updated. The /// scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, @@ -18241,6 +18345,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -18253,7 +18358,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -18381,6 +18489,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -18393,7 +18502,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -18648,6 +18760,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -18660,7 +18773,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -23467,7 +23583,7 @@ public partial class EventGrid } } - /// Asynchronously updates an existing event subscription. + /// Asynchronously update an existing event subscription. /// The scope of existing event subscription. The scope can be a subscription, or a resource group, or /// a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' /// for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' @@ -23517,7 +23633,7 @@ public partial class EventGrid } } - /// Asynchronously updates an existing event subscription. + /// Asynchronously update an existing event subscription. /// /// Updated event subscription information. /// a delegate that is called when the remote service returns 200 (OK). @@ -23573,7 +23689,7 @@ public partial class EventGrid } } - /// Asynchronously updates an existing event subscription. + /// Asynchronously update an existing event subscription. /// /// Updated event subscription information. /// an instance that will receive events. @@ -23627,7 +23743,7 @@ public partial class EventGrid } } - /// Asynchronously updates an existing event subscription. + /// Asynchronously update an existing event subscription. /// The scope of existing event subscription. The scope can be a subscription, or a resource group, or /// a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' /// for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' @@ -23676,7 +23792,7 @@ public partial class EventGrid } } - /// Asynchronously updates an existing event subscription. + /// Asynchronously update an existing event subscription. /// The scope of existing event subscription. The scope can be a subscription, or a resource group, or /// a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' /// for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' @@ -23723,7 +23839,7 @@ public partial class EventGrid } } - /// Asynchronously updates an existing event subscription. + /// Asynchronously update an existing event subscription. /// The scope of existing event subscription. The scope can be a subscription, or a resource group, or /// a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' /// for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' @@ -23796,6 +23912,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -23808,7 +23925,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -23936,6 +24056,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -23948,7 +24069,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -24368,8 +24492,8 @@ public partial class EventGrid } /// - /// Asynchronously creates or updates an event subscription of a namespace topic with the specified parameters. Existing event - /// subscriptions will be updated with this API. + /// Asynchronously update an event subscription of a namespace topic with the specified parameters. Existing event subscriptions + /// will be updated with this API. /// /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. @@ -24428,8 +24552,8 @@ public partial class EventGrid } /// - /// Asynchronously creates or updates an event subscription of a namespace topic with the specified parameters. Existing event - /// subscriptions will be updated with this API. + /// Asynchronously update an event subscription of a namespace topic with the specified parameters. Existing event subscriptions + /// will be updated with this API. /// /// /// Event subscription properties containing the delivery mode, filter information, and others. @@ -24496,8 +24620,8 @@ public partial class EventGrid } /// - /// Asynchronously creates or updates an event subscription of a namespace topic with the specified parameters. Existing event - /// subscriptions will be updated with this API. + /// Asynchronously update an event subscription of a namespace topic with the specified parameters. Existing event subscriptions + /// will be updated with this API. /// /// /// Event subscription properties containing the delivery mode, filter information, and others. @@ -24562,8 +24686,8 @@ public partial class EventGrid } /// - /// Asynchronously creates or updates an event subscription of a namespace topic with the specified parameters. Existing event - /// subscriptions will be updated with this API. + /// Asynchronously update an event subscription of a namespace topic with the specified parameters. Existing event subscriptions + /// will be updated with this API. /// /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. @@ -24621,8 +24745,8 @@ public partial class EventGrid } /// - /// Asynchronously creates or updates an event subscription of a namespace topic with the specified parameters. Existing event - /// subscriptions will be updated with this API. + /// Asynchronously update an event subscription of a namespace topic with the specified parameters. Existing event subscriptions + /// will be updated with this API. /// /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. @@ -24678,8 +24802,8 @@ public partial class EventGrid } /// - /// Asynchronously creates or updates an event subscription of a namespace topic with the specified parameters. Existing event - /// subscriptions will be updated with this API. + /// Asynchronously update an event subscription of a namespace topic with the specified parameters. Existing event subscriptions + /// will be updated with this API. /// /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. @@ -24762,6 +24886,7 @@ public partial class EventGrid // declared final-state-via: azure-async-operation var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -24774,7 +24899,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -24914,6 +25042,7 @@ public partial class EventGrid // declared final-state-via: azure-async-operation var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -24926,7 +25055,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -25207,6 +25339,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -25219,7 +25352,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -26128,7 +26264,7 @@ public partial class EventGrid } } - /// Update an existing event subscription of a namespace topic. + /// update an existing event subscription of a namespace topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -26185,7 +26321,7 @@ public partial class EventGrid } } - /// Update an existing event subscription of a namespace topic. + /// update an existing event subscription of a namespace topic. /// /// Updated event subscription information. /// a delegate that is called when the remote service returns 200 (OK). @@ -26250,7 +26386,7 @@ public partial class EventGrid } } - /// Update an existing event subscription of a namespace topic. + /// update an existing event subscription of a namespace topic. /// /// Updated event subscription information. /// an instance that will receive events. @@ -26313,7 +26449,7 @@ public partial class EventGrid } } - /// Update an existing event subscription of a namespace topic. + /// update an existing event subscription of a namespace topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -26369,7 +26505,7 @@ public partial class EventGrid } } - /// Update an existing event subscription of a namespace topic. + /// update an existing event subscription of a namespace topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -26423,7 +26559,7 @@ public partial class EventGrid } } - /// Update an existing event subscription of a namespace topic. + /// update an existing event subscription of a namespace topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -26505,6 +26641,7 @@ public partial class EventGrid // declared final-state-via: azure-async-operation var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -26517,7 +26654,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -26657,6 +26797,7 @@ public partial class EventGrid // declared final-state-via: azure-async-operation var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -26669,7 +26810,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -26807,7 +26951,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new namespace topic with the specified parameters. + /// Asynchronously update a new namespace topic with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -26860,7 +27004,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new namespace topic with the specified parameters. + /// Asynchronously update a new namespace topic with the specified parameters. /// /// Namespace topic information. /// a delegate that is called when the remote service returns 200 (OK). @@ -26922,7 +27066,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new namespace topic with the specified parameters. + /// Asynchronously update a new namespace topic with the specified parameters. /// /// Namespace topic information. /// an instance that will receive events. @@ -26982,7 +27126,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new namespace topic with the specified parameters. + /// Asynchronously update a new namespace topic with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -27034,7 +27178,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new namespace topic with the specified parameters. + /// Asynchronously update a new namespace topic with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -27084,7 +27228,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new namespace topic with the specified parameters. + /// Asynchronously update a new namespace topic with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -27162,6 +27306,7 @@ public partial class EventGrid // declared final-state-via: azure-async-operation var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -27174,7 +27319,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -27312,6 +27460,7 @@ public partial class EventGrid // declared final-state-via: azure-async-operation var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -27324,7 +27473,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -27590,6 +27742,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -27602,7 +27755,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -29174,6 +29330,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -29186,7 +29343,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -29325,6 +29485,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -29337,7 +29498,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -29469,7 +29633,7 @@ public partial class EventGrid } } - /// Asynchronously updates a namespace topic with the specified parameters. + /// Asynchronously update a namespace topic with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -29522,7 +29686,7 @@ public partial class EventGrid } } - /// Asynchronously updates a namespace topic with the specified parameters. + /// Asynchronously update a namespace topic with the specified parameters. /// /// Namespace topic update information. /// a delegate that is called when the remote service returns 200 (OK). @@ -29584,7 +29748,7 @@ public partial class EventGrid } } - /// Asynchronously updates a namespace topic with the specified parameters. + /// Asynchronously update a namespace topic with the specified parameters. /// /// Namespace topic update information. /// an instance that will receive events. @@ -29644,7 +29808,7 @@ public partial class EventGrid } } - /// Asynchronously updates a namespace topic with the specified parameters. + /// Asynchronously update a namespace topic with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -29696,7 +29860,7 @@ public partial class EventGrid } } - /// Asynchronously updates a namespace topic with the specified parameters. + /// Asynchronously update a namespace topic with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -29746,7 +29910,7 @@ public partial class EventGrid } } - /// Asynchronously updates a namespace topic with the specified parameters. + /// Asynchronously update a namespace topic with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -29822,6 +29986,7 @@ public partial class EventGrid // declared final-state-via: azure-async-operation var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -29834,7 +29999,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -29972,6 +30140,7 @@ public partial class EventGrid // declared final-state-via: azure-async-operation var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -29984,7 +30153,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -30116,9 +30288,7 @@ public partial class EventGrid } } - /// - /// Asynchronously creates or updates a new namespace with the specified parameters. - /// + /// Asynchronously update a new namespace with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -30168,9 +30338,7 @@ public partial class EventGrid } } - /// - /// Asynchronously creates or updates a new namespace with the specified parameters. - /// + /// Asynchronously update a new namespace with the specified parameters. /// /// Namespace information. /// a delegate that is called when the remote service returns 200 (OK). @@ -30229,9 +30397,7 @@ public partial class EventGrid } } - /// - /// Asynchronously creates or updates a new namespace with the specified parameters. - /// + /// Asynchronously update a new namespace with the specified parameters. /// /// Namespace information. /// an instance that will receive events. @@ -30288,9 +30454,7 @@ public partial class EventGrid } } - /// - /// Asynchronously creates or updates a new namespace with the specified parameters. - /// + /// Asynchronously update a new namespace with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -30339,9 +30503,7 @@ public partial class EventGrid } } - /// - /// Asynchronously creates or updates a new namespace with the specified parameters. - /// + /// Asynchronously update a new namespace with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -30388,9 +30550,7 @@ public partial class EventGrid } } - /// - /// Asynchronously creates or updates a new namespace with the specified parameters. - /// + /// Asynchronously update a new namespace with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -30463,6 +30623,7 @@ public partial class EventGrid // declared final-state-via: azure-async-operation var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -30475,7 +30636,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -30613,6 +30777,7 @@ public partial class EventGrid // declared final-state-via: azure-async-operation var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -30625,7 +30790,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -30880,6 +31048,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -30892,7 +31061,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -32738,6 +32910,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -32750,7 +32923,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -32889,6 +33065,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -32901,7 +33078,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -33363,6 +33543,7 @@ public partial class EventGrid // declared final-state-via: azure-async-operation var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -33375,7 +33556,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -33513,6 +33697,7 @@ public partial class EventGrid // declared final-state-via: azure-async-operation var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -33525,7 +33710,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -34363,9 +34551,7 @@ public partial class EventGrid } } - /// - /// Synchronously creates or updates a partner configuration with the specified parameters. - /// + /// Synchronously update a partner configuration with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -34413,9 +34599,7 @@ public partial class EventGrid } } - /// - /// Synchronously creates or updates a partner configuration with the specified parameters. - /// + /// Synchronously update a partner configuration with the specified parameters. /// /// Partner configuration information. /// a delegate that is called when the remote service returns 200 (OK). @@ -34472,9 +34656,7 @@ public partial class EventGrid } } - /// - /// Synchronously creates or updates a partner configuration with the specified parameters. - /// + /// Synchronously update a partner configuration with the specified parameters. /// /// Partner configuration information. /// an instance that will receive events. @@ -34529,9 +34711,7 @@ public partial class EventGrid } } - /// - /// Synchronously creates or updates a partner configuration with the specified parameters. - /// + /// Synchronously update a partner configuration with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -34578,9 +34758,7 @@ public partial class EventGrid } } - /// - /// Synchronously creates or updates a partner configuration with the specified parameters. - /// + /// Synchronously update a partner configuration with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -34625,9 +34803,7 @@ public partial class EventGrid } } - /// - /// Synchronously creates or updates a partner configuration with the specified parameters. - /// + /// Synchronously update a partner configuration with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -34700,6 +34876,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -34712,7 +34889,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -34842,6 +35022,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -34854,7 +35035,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -35103,6 +35287,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -35115,7 +35300,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -36620,7 +36808,7 @@ public partial class EventGrid } } - /// Synchronously updates a partner configuration with the specified parameters. + /// Synchronously update a partner configuration with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -36668,7 +36856,7 @@ public partial class EventGrid } } - /// Synchronously updates a partner configuration with the specified parameters. + /// Synchronously update a partner configuration with the specified parameters. /// /// Partner configuration update information. /// a delegate that is called when the remote service returns 200 (OK). @@ -36725,7 +36913,7 @@ public partial class EventGrid } } - /// Synchronously updates a partner configuration with the specified parameters. + /// Synchronously update a partner configuration with the specified parameters. /// /// Partner configuration update information. /// an instance that will receive events. @@ -36780,7 +36968,7 @@ public partial class EventGrid } } - /// Synchronously updates a partner configuration with the specified parameters. + /// Synchronously update a partner configuration with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -36827,7 +37015,7 @@ public partial class EventGrid } } - /// Synchronously updates a partner configuration with the specified parameters. + /// Synchronously update a partner configuration with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -36872,7 +37060,7 @@ public partial class EventGrid } } - /// Synchronously updates a partner configuration with the specified parameters. + /// Synchronously update a partner configuration with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -36945,6 +37133,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -36957,7 +37146,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -37085,6 +37277,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -37097,7 +37290,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -37553,7 +37749,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new partner destination with the specified parameters. + /// Asynchronously update a new partner destination with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -37603,7 +37799,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new partner destination with the specified parameters. + /// Asynchronously update a new partner destination with the specified parameters. /// /// Partner destination create information. /// a delegate that is called when the remote service returns 200 (OK). @@ -37662,7 +37858,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new partner destination with the specified parameters. + /// Asynchronously update a new partner destination with the specified parameters. /// /// Partner destination create information. /// an instance that will receive events. @@ -37719,7 +37915,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new partner destination with the specified parameters. + /// Asynchronously update a new partner destination with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -37768,7 +37964,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new partner destination with the specified parameters. + /// Asynchronously update a new partner destination with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -37815,7 +38011,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new partner destination with the specified parameters. + /// Asynchronously update a new partner destination with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -37890,6 +38086,7 @@ public partial class EventGrid // declared final-state-via: azure-async-operation var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -37902,7 +38099,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -38040,6 +38240,7 @@ public partial class EventGrid // declared final-state-via: azure-async-operation var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -38052,7 +38253,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -38307,6 +38511,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -38319,7 +38524,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -39496,7 +39704,7 @@ public partial class EventGrid } } - /// Asynchronously updates a partner destination with the specified parameters. + /// Asynchronously update a partner destination with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -39546,7 +39754,7 @@ public partial class EventGrid } } - /// Asynchronously updates a partner destination with the specified parameters. + /// Asynchronously update a partner destination with the specified parameters. /// /// Partner destination update information. /// a delegate that is called when the remote service returns 200 (OK). @@ -39605,7 +39813,7 @@ public partial class EventGrid } } - /// Asynchronously updates a partner destination with the specified parameters. + /// Asynchronously update a partner destination with the specified parameters. /// /// Partner destination update information. /// an instance that will receive events. @@ -39662,7 +39870,7 @@ public partial class EventGrid } } - /// Asynchronously updates a partner destination with the specified parameters. + /// Asynchronously update a partner destination with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -39711,7 +39919,7 @@ public partial class EventGrid } } - /// Asynchronously updates a partner destination with the specified parameters. + /// Asynchronously update a partner destination with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -39758,7 +39966,7 @@ public partial class EventGrid } } - /// Asynchronously updates a partner destination with the specified parameters. + /// Asynchronously update a partner destination with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -39833,6 +40041,7 @@ public partial class EventGrid // declared final-state-via: azure-async-operation var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -39845,7 +40054,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -39983,6 +40195,7 @@ public partial class EventGrid // declared final-state-via: azure-async-operation var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -39995,7 +40208,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -40122,7 +40338,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new partner namespace with the specified parameters. + /// Asynchronously update a new partner namespace with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -40172,7 +40388,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new partner namespace with the specified parameters. + /// Asynchronously update a new partner namespace with the specified parameters. /// /// PartnerNamespace information. /// a delegate that is called when the remote service returns 200 (OK). @@ -40231,7 +40447,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new partner namespace with the specified parameters. + /// Asynchronously update a new partner namespace with the specified parameters. /// /// PartnerNamespace information. /// an instance that will receive events. @@ -40288,7 +40504,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new partner namespace with the specified parameters. + /// Asynchronously update a new partner namespace with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -40337,7 +40553,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new partner namespace with the specified parameters. + /// Asynchronously update a new partner namespace with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -40384,7 +40600,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new partner namespace with the specified parameters. + /// Asynchronously update a new partner namespace with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -40459,6 +40675,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -40471,7 +40688,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -40599,6 +40819,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -40611,7 +40832,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -40866,6 +41090,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -40878,7 +41103,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -42783,7 +43011,7 @@ public partial class EventGrid } } - /// Asynchronously updates a partner namespace with the specified parameters. + /// Asynchronously update a partner namespace with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -42833,7 +43061,7 @@ public partial class EventGrid } } - /// Asynchronously updates a partner namespace with the specified parameters. + /// Asynchronously update a partner namespace with the specified parameters. /// /// Partner namespace update information. /// a delegate that is called when the remote service returns 200 (OK). @@ -42892,7 +43120,7 @@ public partial class EventGrid } } - /// Asynchronously updates a partner namespace with the specified parameters. + /// Asynchronously update a partner namespace with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -42968,6 +43196,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -42980,7 +43209,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -43107,7 +43339,7 @@ public partial class EventGrid } } - /// Update a new partner registration with the specified parameters. + /// update a new partner registration with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -43157,7 +43389,7 @@ public partial class EventGrid } } - /// Update a new partner registration with the specified parameters. + /// update a new partner registration with the specified parameters. /// /// PartnerRegistration information. /// a delegate that is called when the remote service returns 200 (OK). @@ -43216,7 +43448,7 @@ public partial class EventGrid } } - /// Update a new partner registration with the specified parameters. + /// update a new partner registration with the specified parameters. /// /// PartnerRegistration information. /// an instance that will receive events. @@ -43273,7 +43505,7 @@ public partial class EventGrid } } - /// Update a new partner registration with the specified parameters. + /// update a new partner registration with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -43322,7 +43554,7 @@ public partial class EventGrid } } - /// Update a new partner registration with the specified parameters. + /// update a new partner registration with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -43369,7 +43601,7 @@ public partial class EventGrid } } - /// Update a new partner registration with the specified parameters. + /// update a new partner registration with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -43444,6 +43676,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -43456,7 +43689,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -43584,6 +43820,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -43596,7 +43833,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -43851,6 +44091,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -43863,7 +44104,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -44998,7 +45242,7 @@ public partial class EventGrid } } - /// Update a partner registration with the specified parameters. + /// update a partner registration with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -45048,7 +45292,7 @@ public partial class EventGrid } } - /// Update a partner registration with the specified parameters. + /// update a partner registration with the specified parameters. /// /// Partner registration update information. /// a delegate that is called when the remote service returns 200 (OK). @@ -45107,7 +45351,7 @@ public partial class EventGrid } } - /// Update a partner registration with the specified parameters. + /// update a partner registration with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -45183,6 +45427,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -45195,7 +45440,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -45323,8 +45571,8 @@ public partial class EventGrid } /// - /// Asynchronously creates or updates an event subscription of a partner topic with the specified parameters. Existing event - /// subscriptions will be updated with this API. + /// Asynchronously update an event subscription of a partner topic with the specified parameters. Existing event subscriptions + /// will be updated with this API. /// /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. @@ -45380,8 +45628,8 @@ public partial class EventGrid } /// - /// Asynchronously creates or updates an event subscription of a partner topic with the specified parameters. Existing event - /// subscriptions will be updated with this API. + /// Asynchronously update an event subscription of a partner topic with the specified parameters. Existing event subscriptions + /// will be updated with this API. /// /// /// Event subscription properties containing the destination and filter information. @@ -45445,8 +45693,8 @@ public partial class EventGrid } /// - /// Asynchronously creates or updates an event subscription of a partner topic with the specified parameters. Existing event - /// subscriptions will be updated with this API. + /// Asynchronously update an event subscription of a partner topic with the specified parameters. Existing event subscriptions + /// will be updated with this API. /// /// /// Event subscription properties containing the destination and filter information. @@ -45508,8 +45756,8 @@ public partial class EventGrid } /// - /// Asynchronously creates or updates an event subscription of a partner topic with the specified parameters. Existing event - /// subscriptions will be updated with this API. + /// Asynchronously update an event subscription of a partner topic with the specified parameters. Existing event subscriptions + /// will be updated with this API. /// /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. @@ -45564,8 +45812,8 @@ public partial class EventGrid } /// - /// Asynchronously creates or updates an event subscription of a partner topic with the specified parameters. Existing event - /// subscriptions will be updated with this API. + /// Asynchronously update an event subscription of a partner topic with the specified parameters. Existing event subscriptions + /// will be updated with this API. /// /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. @@ -45618,8 +45866,8 @@ public partial class EventGrid } /// - /// Asynchronously creates or updates an event subscription of a partner topic with the specified parameters. Existing event - /// subscriptions will be updated with this API. + /// Asynchronously update an event subscription of a partner topic with the specified parameters. Existing event subscriptions + /// will be updated with this API. /// /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. @@ -45699,6 +45947,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -45711,7 +45960,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -45841,6 +46093,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -45853,7 +46106,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -46120,6 +46376,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -46132,7 +46389,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -47630,7 +47890,7 @@ public partial class EventGrid } } - /// Update an existing event subscription of a partner topic. + /// update an existing event subscription of a partner topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -47684,7 +47944,7 @@ public partial class EventGrid } } - /// Update an existing event subscription of a partner topic. + /// update an existing event subscription of a partner topic. /// /// Updated event subscription information. /// a delegate that is called when the remote service returns 200 (OK). @@ -47746,7 +48006,7 @@ public partial class EventGrid } } - /// Update an existing event subscription of a partner topic. + /// update an existing event subscription of a partner topic. /// /// Updated event subscription information. /// an instance that will receive events. @@ -47806,7 +48066,7 @@ public partial class EventGrid } } - /// Update an existing event subscription of a partner topic. + /// update an existing event subscription of a partner topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -47859,7 +48119,7 @@ public partial class EventGrid } } - /// Update an existing event subscription of a partner topic. + /// update an existing event subscription of a partner topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -47910,7 +48170,7 @@ public partial class EventGrid } } - /// Update an existing event subscription of a partner topic. + /// update an existing event subscription of a partner topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -47989,6 +48249,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -48001,7 +48262,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -48131,6 +48395,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -48143,7 +48408,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -48586,7 +48854,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new partner topic with the specified parameters. + /// Asynchronously update a new partner topic with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -48637,7 +48905,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new partner topic with the specified parameters. + /// Asynchronously update a new partner topic with the specified parameters. /// /// Partner Topic information. /// a delegate that is called when the remote service returns 200 (OK). @@ -48697,7 +48965,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new partner topic with the specified parameters. + /// Asynchronously update a new partner topic with the specified parameters. /// /// Partner Topic information. /// an instance that will receive events. @@ -48754,7 +49022,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new partner topic with the specified parameters. + /// Asynchronously update a new partner topic with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -48804,7 +49072,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new partner topic with the specified parameters. + /// Asynchronously update a new partner topic with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -48851,7 +49119,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new partner topic with the specified parameters. + /// Asynchronously update a new partner topic with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -49477,6 +49745,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -49489,7 +49758,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -51068,7 +51340,7 @@ public partial class EventGrid } } - /// Update a permission binding with the specified parameters. + /// update a permission binding with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -51121,7 +51393,7 @@ public partial class EventGrid } } - /// Update a permission binding with the specified parameters. + /// update a permission binding with the specified parameters. /// /// Permission binding information. /// a delegate that is called when the remote service returns 200 (OK). @@ -51183,7 +51455,7 @@ public partial class EventGrid } } - /// Update a permission binding with the specified parameters. + /// update a permission binding with the specified parameters. /// /// Permission binding information. /// an instance that will receive events. @@ -51243,7 +51515,7 @@ public partial class EventGrid } } - /// Update a permission binding with the specified parameters. + /// update a permission binding with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -51295,7 +51567,7 @@ public partial class EventGrid } } - /// Update a permission binding with the specified parameters. + /// update a permission binding with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -51345,7 +51617,7 @@ public partial class EventGrid } } - /// Update a permission binding with the specified parameters. + /// update a permission binding with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -51423,6 +51695,7 @@ public partial class EventGrid // declared final-state-via: azure-async-operation var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -51435,7 +51708,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -51573,6 +51849,7 @@ public partial class EventGrid // declared final-state-via: azure-async-operation var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -51585,7 +51862,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -51851,6 +52131,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -51863,7 +52144,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -52869,6 +53153,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -52881,7 +53166,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -53768,7 +54056,7 @@ public partial class EventGrid } /// - /// Update a specific private endpoint connection under a topic, domain or partner namespace. + /// update a specific private endpoint connection under a topic, domain or partner namespace. /// /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. @@ -53828,7 +54116,7 @@ public partial class EventGrid } /// - /// Update a specific private endpoint connection under a topic, domain or partner namespace. + /// update a specific private endpoint connection under a topic, domain or partner namespace. /// /// /// The private endpoint connection object to update. @@ -53895,7 +54183,7 @@ public partial class EventGrid } /// - /// Update a specific private endpoint connection under a topic, domain or partner namespace. + /// update a specific private endpoint connection under a topic, domain or partner namespace. /// /// /// The private endpoint connection object to update. @@ -53960,7 +54248,7 @@ public partial class EventGrid } /// - /// Update a specific private endpoint connection under a topic, domain or partner namespace. + /// update a specific private endpoint connection under a topic, domain or partner namespace. /// /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. @@ -54019,7 +54307,7 @@ public partial class EventGrid } /// - /// Update a specific private endpoint connection under a topic, domain or partner namespace. + /// update a specific private endpoint connection under a topic, domain or partner namespace. /// /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. @@ -54076,7 +54364,7 @@ public partial class EventGrid } /// - /// Update a specific private endpoint connection under a topic, domain or partner namespace. + /// update a specific private endpoint connection under a topic, domain or partner namespace. /// /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. @@ -54160,6 +54448,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -54172,7 +54461,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -54300,6 +54592,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -54312,7 +54605,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -55187,8 +55483,8 @@ public partial class EventGrid } /// - /// Asynchronously creates or updates an event subscription with the specified parameters. Existing event subscriptions will - /// be updated with this API. + /// Asynchronously update an event subscription with the specified parameters. Existing event subscriptions will be updated + /// with this API. /// /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. @@ -55244,8 +55540,8 @@ public partial class EventGrid } /// - /// Asynchronously creates or updates an event subscription with the specified parameters. Existing event subscriptions will - /// be updated with this API. + /// Asynchronously update an event subscription with the specified parameters. Existing event subscriptions will be updated + /// with this API. /// /// /// Event subscription properties containing the destination and filter information. @@ -55309,8 +55605,8 @@ public partial class EventGrid } /// - /// Asynchronously creates or updates an event subscription with the specified parameters. Existing event subscriptions will - /// be updated with this API. + /// Asynchronously update an event subscription with the specified parameters. Existing event subscriptions will be updated + /// with this API. /// /// /// Event subscription properties containing the destination and filter information. @@ -55372,8 +55668,8 @@ public partial class EventGrid } /// - /// Asynchronously creates or updates an event subscription with the specified parameters. Existing event subscriptions will - /// be updated with this API. + /// Asynchronously update an event subscription with the specified parameters. Existing event subscriptions will be updated + /// with this API. /// /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. @@ -55428,8 +55724,8 @@ public partial class EventGrid } /// - /// Asynchronously creates or updates an event subscription with the specified parameters. Existing event subscriptions will - /// be updated with this API. + /// Asynchronously update an event subscription with the specified parameters. Existing event subscriptions will be updated + /// with this API. /// /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. @@ -55482,8 +55778,8 @@ public partial class EventGrid } /// - /// Asynchronously creates or updates an event subscription with the specified parameters. Existing event subscriptions will - /// be updated with this API. + /// Asynchronously update an event subscription with the specified parameters. Existing event subscriptions will be updated + /// with this API. /// /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. @@ -55563,6 +55859,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -55575,7 +55872,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -55705,6 +56005,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -55717,7 +56018,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -55984,6 +56288,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -55996,7 +56301,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -57494,7 +57802,7 @@ public partial class EventGrid } } - /// Update an existing event subscription of a system topic. + /// update an existing event subscription of a system topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -57548,7 +57856,7 @@ public partial class EventGrid } } - /// Update an existing event subscription of a system topic. + /// update an existing event subscription of a system topic. /// /// Updated event subscription information. /// a delegate that is called when the remote service returns 200 (OK). @@ -57610,7 +57918,7 @@ public partial class EventGrid } } - /// Update an existing event subscription of a system topic. + /// update an existing event subscription of a system topic. /// /// Updated event subscription information. /// an instance that will receive events. @@ -57670,7 +57978,7 @@ public partial class EventGrid } } - /// Update an existing event subscription of a system topic. + /// update an existing event subscription of a system topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -57723,7 +58031,7 @@ public partial class EventGrid } } - /// Update an existing event subscription of a system topic. + /// update an existing event subscription of a system topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -57774,7 +58082,7 @@ public partial class EventGrid } } - /// Update an existing event subscription of a system topic. + /// update an existing event subscription of a system topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -57853,6 +58161,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -57865,7 +58174,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -57995,6 +58307,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -58007,7 +58320,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -58137,7 +58453,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new system topic with the specified parameters. + /// Asynchronously update a new system topic with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -58187,7 +58503,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new system topic with the specified parameters. + /// Asynchronously update a new system topic with the specified parameters. /// /// System Topic information. /// a delegate that is called when the remote service returns 200 (OK). @@ -58246,7 +58562,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new system topic with the specified parameters. + /// Asynchronously update a new system topic with the specified parameters. /// /// System Topic information. /// an instance that will receive events. @@ -58303,7 +58619,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new system topic with the specified parameters. + /// Asynchronously update a new system topic with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -58352,7 +58668,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new system topic with the specified parameters. + /// Asynchronously update a new system topic with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -58399,7 +58715,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new system topic with the specified parameters. + /// Asynchronously update a new system topic with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -58474,6 +58790,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -58486,7 +58803,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -58614,6 +58934,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -58626,7 +58947,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -58881,6 +59205,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -58893,7 +59218,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -60359,6 +60687,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -60371,7 +60700,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -60499,6 +60831,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -60511,7 +60844,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -60639,7 +60975,7 @@ public partial class EventGrid } /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously update a new event subscription or update an existing event subscription. /// /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. @@ -60695,7 +61031,7 @@ public partial class EventGrid } /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously update a new event subscription or update an existing event subscription. /// /// /// Event subscription properties containing the destination and filter information. @@ -60759,7 +61095,7 @@ public partial class EventGrid } /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously update a new event subscription or update an existing event subscription. /// /// /// Event subscription properties containing the destination and filter information. @@ -60821,7 +61157,7 @@ public partial class EventGrid } /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously update a new event subscription or update an existing event subscription. /// /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. @@ -60876,7 +61212,7 @@ public partial class EventGrid } /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously update a new event subscription or update an existing event subscription. /// /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. @@ -60929,7 +61265,7 @@ public partial class EventGrid } /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously update a new event subscription or update an existing event subscription. /// /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. @@ -61009,6 +61345,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -61021,7 +61358,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -61151,6 +61491,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -61163,7 +61504,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -61428,6 +61772,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -61440,7 +61785,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -62928,7 +63276,7 @@ public partial class EventGrid } } - /// Update an existing event subscription for a topic. + /// update an existing event subscription for a topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -62981,7 +63329,7 @@ public partial class EventGrid } } - /// Update an existing event subscription for a topic. + /// update an existing event subscription for a topic. /// /// Updated event subscription information. /// a delegate that is called when the remote service returns 200 (OK). @@ -63043,7 +63391,7 @@ public partial class EventGrid } } - /// Update an existing event subscription for a topic. + /// update an existing event subscription for a topic. /// /// Updated event subscription information. /// an instance that will receive events. @@ -63103,7 +63451,7 @@ public partial class EventGrid } } - /// Update an existing event subscription for a topic. + /// update an existing event subscription for a topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -63155,7 +63503,7 @@ public partial class EventGrid } } - /// Update an existing event subscription for a topic. + /// update an existing event subscription for a topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -63205,7 +63553,7 @@ public partial class EventGrid } } - /// Update an existing event subscription for a topic. + /// update an existing event subscription for a topic. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -63283,6 +63631,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -63295,7 +63644,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -63423,6 +63775,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -63435,7 +63788,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -63564,7 +63920,7 @@ public partial class EventGrid } } - /// Update a topic space with the specified parameters. + /// update a topic space with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -63617,7 +63973,7 @@ public partial class EventGrid } } - /// Update a topic space with the specified parameters. + /// update a topic space with the specified parameters. /// /// Topic space information. /// a delegate that is called when the remote service returns 200 (OK). @@ -63679,7 +64035,7 @@ public partial class EventGrid } } - /// Update a topic space with the specified parameters. + /// update a topic space with the specified parameters. /// /// Topic space information. /// an instance that will receive events. @@ -63739,7 +64095,7 @@ public partial class EventGrid } } - /// Update a topic space with the specified parameters. + /// update a topic space with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -63791,7 +64147,7 @@ public partial class EventGrid } } - /// Update a topic space with the specified parameters. + /// update a topic space with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -63841,7 +64197,7 @@ public partial class EventGrid } } - /// Update a topic space with the specified parameters. + /// update a topic space with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -63919,6 +64275,7 @@ public partial class EventGrid // declared final-state-via: azure-async-operation var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -63931,7 +64288,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -64069,6 +64429,7 @@ public partial class EventGrid // declared final-state-via: azure-async-operation var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -64081,7 +64442,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -64347,6 +64711,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -64359,7 +64724,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -66048,7 +66416,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new topic with the specified parameters. + /// Asynchronously update a new topic with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -66098,7 +66466,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new topic with the specified parameters. + /// Asynchronously update a new topic with the specified parameters. /// /// Topic information. /// a delegate that is called when the remote service returns 200 (OK). @@ -66157,7 +66525,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new topic with the specified parameters. + /// Asynchronously update a new topic with the specified parameters. /// /// Topic information. /// an instance that will receive events. @@ -66214,7 +66582,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new topic with the specified parameters. + /// Asynchronously update a new topic with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -66263,7 +66631,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new topic with the specified parameters. + /// Asynchronously update a new topic with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -66310,7 +66678,7 @@ public partial class EventGrid } } - /// Asynchronously creates a new topic with the specified parameters. + /// Asynchronously update a new topic with the specified parameters. /// Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription /// ID forms part of the URI for every service call. /// The name of the resource group within the user's subscription. @@ -66383,6 +66751,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -66395,7 +66764,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -66523,6 +66895,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -66535,7 +66908,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -66790,6 +67166,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -66802,7 +67179,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -68929,6 +69309,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -68941,7 +69322,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -69070,6 +69454,7 @@ public partial class EventGrid var _finalUri = _response.GetFirstHeader(@"Location"); var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -69082,7 +69467,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener @@ -69394,6 +69782,7 @@ public partial class EventGrid // declared final-state-via: default var asyncOperation = _response.GetFirstHeader(@"Azure-AsyncOperation"); var location = _response.GetFirstHeader(@"Location"); + var operationLocation = _response.GetFirstHeader(@"Operation-Location"); while (request.Method == System.Net.Http.HttpMethod.Put && _response.StatusCode == global::System.Net.HttpStatusCode.OK || _response.StatusCode == global::System.Net.HttpStatusCode.Created || _response.StatusCode == global::System.Net.HttpStatusCode.Accepted ) { // delay before making the next polling request @@ -69406,7 +69795,10 @@ public partial class EventGrid if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Location"))) { location = _response.GetFirstHeader(@"Location"); } - var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? _originalUri : location : asyncOperation; + if (!global::System.String.IsNullOrEmpty(_response.GetFirstHeader(@"Operation-Location"))) { + operationLocation = _response.GetFirstHeader(@"Operation-Location"); + } + var _uri = global::System.String.IsNullOrEmpty(asyncOperation) ? global::System.String.IsNullOrEmpty(location) ? global::System.String.IsNullOrEmpty(operationLocation) ? _originalUri : operationLocation : location : asyncOperation; request = request.CloneAndDispose(new global::System.Uri(_uri), Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Method.Get); // and let's look at the current response body and see if we have some information we can give back to the listener diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridCaCertificate_CreateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridCaCertificate_CreateExpanded.cs index 7f744e4b9b37..5ffc9378bc77 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridCaCertificate_CreateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridCaCertificate_CreateExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a CA certificate with the specified parameters. + /// create a CA certificate with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/caCertificates/{caCertificateName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridCaCertificate_CreateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ICaCertificate))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a CA certificate with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a CA certificate with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/caCertificates/{caCertificateName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridCaCertificate_CreateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridCaCertificate_CreateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridCaCertificate_CreateViaIdentityExpanded.cs index 53bb7b6f76fc..82dd84d58b78 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridCaCertificate_CreateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridCaCertificate_CreateViaIdentityExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a CA certificate with the specified parameters. + /// create a CA certificate with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/caCertificates/{caCertificateName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridCaCertificate_CreateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ICaCertificate))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a CA certificate with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a CA certificate with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/caCertificates/{caCertificateName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridCaCertificate_CreateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridCaCertificate_CreateViaIdentityNamespaceExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridCaCertificate_CreateViaIdentityNamespaceExpanded.cs index d19185411cc3..9373e83ce11b 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridCaCertificate_CreateViaIdentityNamespaceExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridCaCertificate_CreateViaIdentityNamespaceExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a CA certificate with the specified parameters. + /// create a CA certificate with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/caCertificates/{caCertificateName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridCaCertificate_CreateViaIdentityNamespaceExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ICaCertificate))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a CA certificate with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a CA certificate with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/caCertificates/{caCertificateName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridCaCertificate_CreateViaIdentityNamespaceExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridCaCertificate_CreateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridCaCertificate_CreateViaJsonFilePath.cs index d34b5e111e1c..7fc8a2b27741 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridCaCertificate_CreateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridCaCertificate_CreateViaJsonFilePath.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a CA certificate with the specified parameters. + /// create a CA certificate with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/caCertificates/{caCertificateName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridCaCertificate_CreateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ICaCertificate))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a CA certificate with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a CA certificate with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/caCertificates/{caCertificateName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridCaCertificate_CreateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridCaCertificate_CreateViaJsonString.cs index 4a77945823d4..20c6a6ad8b0a 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridCaCertificate_CreateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridCaCertificate_CreateViaJsonString.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a CA certificate with the specified parameters. + /// create a CA certificate with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/caCertificates/{caCertificateName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridCaCertificate_CreateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ICaCertificate))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a CA certificate with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a CA certificate with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/caCertificates/{caCertificateName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridChannel_CreateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridChannel_CreateExpanded.cs index f9b20698aa7f..5415baafa2c0 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridChannel_CreateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridChannel_CreateExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Synchronously creates or updates a new channel with the specified parameters. + /// Synchronously create a new channel with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/channels/{channelName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridChannel_CreateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IChannel))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously creates or updates a new channel with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously create a new channel with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/channels/{channelName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridChannel_CreateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridChannel_CreateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridChannel_CreateViaIdentityExpanded.cs index 644a57ba41cf..da8a021c3f5c 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridChannel_CreateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridChannel_CreateViaIdentityExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Synchronously creates or updates a new channel with the specified parameters. + /// Synchronously create a new channel with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/channels/{channelName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridChannel_CreateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IChannel))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously creates or updates a new channel with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously create a new channel with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/channels/{channelName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridChannel_CreateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridChannel_CreateViaIdentityPartnerNamespaceExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridChannel_CreateViaIdentityPartnerNamespaceExpanded.cs index 79b104e966c5..3a7ab7161e4c 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridChannel_CreateViaIdentityPartnerNamespaceExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridChannel_CreateViaIdentityPartnerNamespaceExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Synchronously creates or updates a new channel with the specified parameters. + /// Synchronously create a new channel with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/channels/{channelName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridChannel_CreateViaIdentityPartnerNamespaceExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IChannel))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously creates or updates a new channel with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously create a new channel with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/channels/{channelName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridChannel_CreateViaIdentityPartnerNamespaceExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridChannel_CreateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridChannel_CreateViaJsonFilePath.cs index 43632993689d..111b0a7dc816 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridChannel_CreateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridChannel_CreateViaJsonFilePath.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Synchronously creates or updates a new channel with the specified parameters. + /// Synchronously create a new channel with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/channels/{channelName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridChannel_CreateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IChannel))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously creates or updates a new channel with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously create a new channel with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/channels/{channelName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridChannel_CreateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridChannel_CreateViaJsonString.cs index 7b6edd565e32..6210c116a89b 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridChannel_CreateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridChannel_CreateViaJsonString.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Synchronously creates or updates a new channel with the specified parameters. + /// Synchronously create a new channel with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/channels/{channelName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridChannel_CreateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IChannel))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously creates or updates a new channel with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously create a new channel with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/channels/{channelName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClientGroup_CreateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClientGroup_CreateExpanded.cs index 7a092679b5a4..c8664ade6c77 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClientGroup_CreateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClientGroup_CreateExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a client group with the specified parameters. + /// create a client group with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clientGroups/{clientGroupName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridClientGroup_CreateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClientGroup))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a client group with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a client group with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clientGroups/{clientGroupName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridClientGroup_CreateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClientGroup_CreateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClientGroup_CreateViaIdentityExpanded.cs index cdf403228452..a22334861956 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClientGroup_CreateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClientGroup_CreateViaIdentityExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a client group with the specified parameters. + /// create a client group with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clientGroups/{clientGroupName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridClientGroup_CreateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClientGroup))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a client group with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a client group with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clientGroups/{clientGroupName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridClientGroup_CreateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClientGroup_CreateViaIdentityNamespaceExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClientGroup_CreateViaIdentityNamespaceExpanded.cs index a2bc8c232bca..c3ccde067315 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClientGroup_CreateViaIdentityNamespaceExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClientGroup_CreateViaIdentityNamespaceExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a client group with the specified parameters. + /// create a client group with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clientGroups/{clientGroupName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridClientGroup_CreateViaIdentityNamespaceExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClientGroup))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a client group with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a client group with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clientGroups/{clientGroupName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridClientGroup_CreateViaIdentityNamespaceExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClientGroup_CreateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClientGroup_CreateViaJsonFilePath.cs index d4aa68b4799b..0f14992269ee 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClientGroup_CreateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClientGroup_CreateViaJsonFilePath.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a client group with the specified parameters. + /// create a client group with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clientGroups/{clientGroupName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridClientGroup_CreateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClientGroup))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a client group with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a client group with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clientGroups/{clientGroupName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClientGroup_CreateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClientGroup_CreateViaJsonString.cs index 51f72a3197f2..7f0fe0d0153d 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClientGroup_CreateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClientGroup_CreateViaJsonString.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a client group with the specified parameters. + /// create a client group with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clientGroups/{clientGroupName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridClientGroup_CreateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClientGroup))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a client group with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a client group with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clientGroups/{clientGroupName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClient_CreateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClient_CreateExpanded.cs index ab8a022446c2..28dec3931b03 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClient_CreateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClient_CreateExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a client with the specified parameters. + /// create a client with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clients/{clientName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridClient_CreateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClient))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a client with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a client with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clients/{clientName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridClient_CreateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClient_CreateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClient_CreateViaIdentityExpanded.cs index 6da438873939..bf4b1f44c5fb 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClient_CreateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClient_CreateViaIdentityExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a client with the specified parameters. + /// create a client with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clients/{clientName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridClient_CreateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClient))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a client with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a client with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clients/{clientName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridClient_CreateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClient_CreateViaIdentityNamespaceExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClient_CreateViaIdentityNamespaceExpanded.cs index a99f6d0cae05..2fce4f7e1549 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClient_CreateViaIdentityNamespaceExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClient_CreateViaIdentityNamespaceExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a client with the specified parameters. + /// create a client with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clients/{clientName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridClient_CreateViaIdentityNamespaceExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClient))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a client with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a client with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clients/{clientName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridClient_CreateViaIdentityNamespaceExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClient_CreateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClient_CreateViaJsonFilePath.cs index e6eca8eda2ea..8d9b7d8f8ebb 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClient_CreateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClient_CreateViaJsonFilePath.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a client with the specified parameters. + /// create a client with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clients/{clientName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridClient_CreateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClient))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a client with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a client with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clients/{clientName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClient_CreateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClient_CreateViaJsonString.cs index f40cc563a191..9f2b65741575 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClient_CreateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridClient_CreateViaJsonString.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a client with the specified parameters. + /// create a client with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clients/{clientName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridClient_CreateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClient))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a client with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a client with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clients/{clientName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainEventSubscription_CreateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainEventSubscription_CreateExpanded.cs index 219a94d0f645..fbba5f02f38a 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainEventSubscription_CreateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainEventSubscription_CreateExpanded.cs @@ -11,14 +11,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously create a new event subscription or create an existing event subscription. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridDomainEventSubscription_CreateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new event subscription or updates an existing event subscription.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new event subscription or create an existing event subscription.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridDomainEventSubscription_CreateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainEventSubscription_CreateViaIdentityDomainExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainEventSubscription_CreateViaIdentityDomainExpanded.cs index 0891b1b6d48c..1d4e7cd28d56 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainEventSubscription_CreateViaIdentityDomainExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainEventSubscription_CreateViaIdentityDomainExpanded.cs @@ -11,14 +11,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously create a new event subscription or create an existing event subscription. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridDomainEventSubscription_CreateViaIdentityDomainExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new event subscription or updates an existing event subscription.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new event subscription or create an existing event subscription.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridDomainEventSubscription_CreateViaIdentityDomainExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainEventSubscription_CreateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainEventSubscription_CreateViaIdentityExpanded.cs index 03eab6ee393a..d76d4f405d17 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainEventSubscription_CreateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainEventSubscription_CreateViaIdentityExpanded.cs @@ -11,14 +11,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously create a new event subscription or create an existing event subscription. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridDomainEventSubscription_CreateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new event subscription or updates an existing event subscription.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new event subscription or create an existing event subscription.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridDomainEventSubscription_CreateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainEventSubscription_CreateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainEventSubscription_CreateViaJsonFilePath.cs index c02ea17adeaa..5dba79cd6d17 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainEventSubscription_CreateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainEventSubscription_CreateViaJsonFilePath.cs @@ -11,14 +11,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously create a new event subscription or create an existing event subscription. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridDomainEventSubscription_CreateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new event subscription or updates an existing event subscription.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new event subscription or create an existing event subscription.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainEventSubscription_CreateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainEventSubscription_CreateViaJsonString.cs index d674f5b1c93d..c4521e0e3c83 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainEventSubscription_CreateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainEventSubscription_CreateViaJsonString.cs @@ -11,14 +11,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously create a new event subscription or create an existing event subscription. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridDomainEventSubscription_CreateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new event subscription or updates an existing event subscription.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new event subscription or create an existing event subscription.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainTopicEventSubscription_CreateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainTopicEventSubscription_CreateExpanded.cs index 892707eee7e5..69c5fcc1b738 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainTopicEventSubscription_CreateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainTopicEventSubscription_CreateExpanded.cs @@ -11,14 +11,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously create a new event subscription or create an existing event subscription. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridDomainTopicEventSubscription_CreateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new event subscription or updates an existing event subscription.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new event subscription or create an existing event subscription.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridDomainTopicEventSubscription_CreateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainTopicEventSubscription_CreateViaIdentityDomainExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainTopicEventSubscription_CreateViaIdentityDomainExpanded.cs index 164622753cf9..004e855c6186 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainTopicEventSubscription_CreateViaIdentityDomainExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainTopicEventSubscription_CreateViaIdentityDomainExpanded.cs @@ -11,14 +11,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously create a new event subscription or create an existing event subscription. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridDomainTopicEventSubscription_CreateViaIdentityDomainExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new event subscription or updates an existing event subscription.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new event subscription or create an existing event subscription.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridDomainTopicEventSubscription_CreateViaIdentityDomainExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainTopicEventSubscription_CreateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainTopicEventSubscription_CreateViaIdentityExpanded.cs index e4d00cd00ba2..6af5903a6c32 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainTopicEventSubscription_CreateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainTopicEventSubscription_CreateViaIdentityExpanded.cs @@ -11,14 +11,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously create a new event subscription or create an existing event subscription. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridDomainTopicEventSubscription_CreateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new event subscription or updates an existing event subscription.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new event subscription or create an existing event subscription.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridDomainTopicEventSubscription_CreateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainTopicEventSubscription_CreateViaIdentityTopicExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainTopicEventSubscription_CreateViaIdentityTopicExpanded.cs index 22671f9e045f..be64281b970d 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainTopicEventSubscription_CreateViaIdentityTopicExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainTopicEventSubscription_CreateViaIdentityTopicExpanded.cs @@ -11,14 +11,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously create a new event subscription or create an existing event subscription. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridDomainTopicEventSubscription_CreateViaIdentityTopicExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new event subscription or updates an existing event subscription.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new event subscription or create an existing event subscription.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridDomainTopicEventSubscription_CreateViaIdentityTopicExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainTopicEventSubscription_CreateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainTopicEventSubscription_CreateViaJsonFilePath.cs index bb84cc654bae..6576485e0b32 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainTopicEventSubscription_CreateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainTopicEventSubscription_CreateViaJsonFilePath.cs @@ -11,14 +11,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously create a new event subscription or create an existing event subscription. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridDomainTopicEventSubscription_CreateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new event subscription or updates an existing event subscription.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new event subscription or create an existing event subscription.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainTopicEventSubscription_CreateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainTopicEventSubscription_CreateViaJsonString.cs index 3c505f4d790b..9da2cd301793 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainTopicEventSubscription_CreateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainTopicEventSubscription_CreateViaJsonString.cs @@ -11,14 +11,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously create a new event subscription or create an existing event subscription. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridDomainTopicEventSubscription_CreateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new event subscription or updates an existing event subscription.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new event subscription or create an existing event subscription.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainTopic_CreateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainTopic_CreateExpanded.cs index cec547d5e785..745b5ce0ff90 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainTopic_CreateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomainTopic_CreateExpanded.cs @@ -10,15 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// - /// Asynchronously creates or updates a new domain topic with the specified parameters. - /// + /// Asynchronously create a new domain topic with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{domainTopicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridDomainTopic_CreateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomainTopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates a new domain topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new domain topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{domainTopicName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridDomainTopic_CreateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomain_CreateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomain_CreateExpanded.cs index 5ce914a66464..d8e88733ea9d 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomain_CreateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomain_CreateExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates or updates a new domain with the specified parameters. + /// Asynchronously create a new domain with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridDomain_CreateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomain))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates a new domain with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new domain with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridDomain_CreateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomain_CreateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomain_CreateViaIdentityExpanded.cs index d3f270cdc7dc..9fe1a7242793 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomain_CreateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomain_CreateViaIdentityExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates or updates a new domain with the specified parameters. + /// Asynchronously create a new domain with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridDomain_CreateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomain))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates a new domain with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new domain with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridDomain_CreateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomain_CreateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomain_CreateViaJsonFilePath.cs index 5ff699348be5..1ff09f54852a 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomain_CreateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomain_CreateViaJsonFilePath.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates or updates a new domain with the specified parameters. + /// Asynchronously create a new domain with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridDomain_CreateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomain))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates a new domain with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new domain with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomain_CreateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomain_CreateViaJsonString.cs index c30df29ef1cd..317570c0b389 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomain_CreateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridDomain_CreateViaJsonString.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates or updates a new domain with the specified parameters. + /// Asynchronously create a new domain with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridDomain_CreateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomain))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates a new domain with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new domain with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopicEventSubscription_CreateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopicEventSubscription_CreateExpanded.cs index c520017931ea..8e2b0652c6aa 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopicEventSubscription_CreateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopicEventSubscription_CreateExpanded.cs @@ -11,15 +11,15 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates or updates an event subscription of a namespace topic with the specified parameters. Existing event - /// subscriptions will be updated with this API. + /// Asynchronously create an event subscription of a namespace topic with the specified parameters. Existing event subscriptions + /// will be updated with this API. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridNamespaceTopicEventSubscription_CreateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates an event subscription of a namespace topic with the specified parameters. Existing event subscriptions will be updated with this API.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create an event subscription of a namespace topic with the specified parameters. Existing event subscriptions will be updated with this API.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridNamespaceTopicEventSubscription_CreateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopicEventSubscription_CreateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopicEventSubscription_CreateViaIdentityExpanded.cs index bc7850684056..9e69b4dcc924 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopicEventSubscription_CreateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopicEventSubscription_CreateViaIdentityExpanded.cs @@ -11,15 +11,15 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates or updates an event subscription of a namespace topic with the specified parameters. Existing event - /// subscriptions will be updated with this API. + /// Asynchronously create an event subscription of a namespace topic with the specified parameters. Existing event subscriptions + /// will be updated with this API. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridNamespaceTopicEventSubscription_CreateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates an event subscription of a namespace topic with the specified parameters. Existing event subscriptions will be updated with this API.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create an event subscription of a namespace topic with the specified parameters. Existing event subscriptions will be updated with this API.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridNamespaceTopicEventSubscription_CreateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopicEventSubscription_CreateViaIdentityNamespaceExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopicEventSubscription_CreateViaIdentityNamespaceExpanded.cs index d4ca68c4b130..88a51d54ccff 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopicEventSubscription_CreateViaIdentityNamespaceExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopicEventSubscription_CreateViaIdentityNamespaceExpanded.cs @@ -11,15 +11,15 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates or updates an event subscription of a namespace topic with the specified parameters. Existing event - /// subscriptions will be updated with this API. + /// Asynchronously create an event subscription of a namespace topic with the specified parameters. Existing event subscriptions + /// will be updated with this API. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridNamespaceTopicEventSubscription_CreateViaIdentityNamespaceExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates an event subscription of a namespace topic with the specified parameters. Existing event subscriptions will be updated with this API.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create an event subscription of a namespace topic with the specified parameters. Existing event subscriptions will be updated with this API.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridNamespaceTopicEventSubscription_CreateViaIdentityNamespaceExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopicEventSubscription_CreateViaIdentityTopicExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopicEventSubscription_CreateViaIdentityTopicExpanded.cs index 92be65a37506..fa7fef729a78 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopicEventSubscription_CreateViaIdentityTopicExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopicEventSubscription_CreateViaIdentityTopicExpanded.cs @@ -11,15 +11,15 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates or updates an event subscription of a namespace topic with the specified parameters. Existing event - /// subscriptions will be updated with this API. + /// Asynchronously create an event subscription of a namespace topic with the specified parameters. Existing event subscriptions + /// will be updated with this API. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridNamespaceTopicEventSubscription_CreateViaIdentityTopicExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates an event subscription of a namespace topic with the specified parameters. Existing event subscriptions will be updated with this API.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create an event subscription of a namespace topic with the specified parameters. Existing event subscriptions will be updated with this API.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridNamespaceTopicEventSubscription_CreateViaIdentityTopicExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopicEventSubscription_CreateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopicEventSubscription_CreateViaJsonFilePath.cs index 278c53b40266..dedc36e06f33 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopicEventSubscription_CreateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopicEventSubscription_CreateViaJsonFilePath.cs @@ -11,15 +11,15 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates or updates an event subscription of a namespace topic with the specified parameters. Existing event - /// subscriptions will be updated with this API. + /// Asynchronously create an event subscription of a namespace topic with the specified parameters. Existing event subscriptions + /// will be updated with this API. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridNamespaceTopicEventSubscription_CreateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates an event subscription of a namespace topic with the specified parameters. Existing event subscriptions will be updated with this API.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create an event subscription of a namespace topic with the specified parameters. Existing event subscriptions will be updated with this API.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopicEventSubscription_CreateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopicEventSubscription_CreateViaJsonString.cs index c7a8171a7b62..e34f1fade3a6 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopicEventSubscription_CreateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopicEventSubscription_CreateViaJsonString.cs @@ -11,15 +11,15 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates or updates an event subscription of a namespace topic with the specified parameters. Existing event - /// subscriptions will be updated with this API. + /// Asynchronously create an event subscription of a namespace topic with the specified parameters. Existing event subscriptions + /// will be updated with this API. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridNamespaceTopicEventSubscription_CreateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates an event subscription of a namespace topic with the specified parameters. Existing event subscriptions will be updated with this API.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create an event subscription of a namespace topic with the specified parameters. Existing event subscriptions will be updated with this API.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopic_CreateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopic_CreateExpanded.cs index 5ab7a5617876..8c2fc76da956 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopic_CreateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopic_CreateExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new namespace topic with the specified parameters. + /// Asynchronously create a new namespace topic with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridNamespaceTopic_CreateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespaceTopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new namespace topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new namespace topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridNamespaceTopic_CreateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopic_CreateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopic_CreateViaIdentityExpanded.cs index 68cc5369f8f4..90d95597bec8 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopic_CreateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopic_CreateViaIdentityExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new namespace topic with the specified parameters. + /// Asynchronously create a new namespace topic with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridNamespaceTopic_CreateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespaceTopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new namespace topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new namespace topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridNamespaceTopic_CreateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopic_CreateViaIdentityNamespaceExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopic_CreateViaIdentityNamespaceExpanded.cs index 116605e90db3..126868affd9e 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopic_CreateViaIdentityNamespaceExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopic_CreateViaIdentityNamespaceExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new namespace topic with the specified parameters. + /// Asynchronously create a new namespace topic with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridNamespaceTopic_CreateViaIdentityNamespaceExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespaceTopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new namespace topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new namespace topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridNamespaceTopic_CreateViaIdentityNamespaceExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopic_CreateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopic_CreateViaJsonFilePath.cs index 207a13f68c95..79809d7db009 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopic_CreateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopic_CreateViaJsonFilePath.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new namespace topic with the specified parameters. + /// Asynchronously create a new namespace topic with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridNamespaceTopic_CreateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespaceTopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new namespace topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new namespace topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopic_CreateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopic_CreateViaJsonString.cs index 80e607de377d..e7d3d4a0e658 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopic_CreateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespaceTopic_CreateViaJsonString.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new namespace topic with the specified parameters. + /// Asynchronously create a new namespace topic with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridNamespaceTopic_CreateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespaceTopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new namespace topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new namespace topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespace_CreateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespace_CreateExpanded.cs index f95c69e2b521..940f33d6f4c7 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespace_CreateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespace_CreateExpanded.cs @@ -10,15 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// - /// Asynchronously creates or updates a new namespace with the specified parameters. - /// + /// Asynchronously create a new namespace with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridNamespace_CreateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates a new namespace with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new namespace with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridNamespace_CreateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespace_CreateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespace_CreateViaIdentityExpanded.cs index bc2525cef7c3..4fa2e45d2b1b 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespace_CreateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespace_CreateViaIdentityExpanded.cs @@ -10,15 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// - /// Asynchronously creates or updates a new namespace with the specified parameters. - /// + /// Asynchronously create a new namespace with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridNamespace_CreateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates a new namespace with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new namespace with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridNamespace_CreateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespace_CreateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespace_CreateViaJsonFilePath.cs index 8836e438e3a1..fdf6fa82e04b 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespace_CreateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespace_CreateViaJsonFilePath.cs @@ -10,15 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// - /// Asynchronously creates or updates a new namespace with the specified parameters. - /// + /// Asynchronously create a new namespace with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridNamespace_CreateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates a new namespace with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new namespace with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespace_CreateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespace_CreateViaJsonString.cs index 00cb53ffdfc2..70a847c22354 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespace_CreateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridNamespace_CreateViaJsonString.cs @@ -10,15 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// - /// Asynchronously creates or updates a new namespace with the specified parameters. - /// + /// Asynchronously create a new namespace with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridNamespace_CreateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates a new namespace with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new namespace with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerConfiguration_CreateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerConfiguration_CreateExpanded.cs index 3be116854a6c..f6bf11c9249e 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerConfiguration_CreateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerConfiguration_CreateExpanded.cs @@ -10,15 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// - /// Synchronously creates or updates a partner configuration with the specified parameters. - /// + /// Synchronously create a partner configuration with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerConfigurations/default" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPartnerConfiguration_CreateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerConfiguration))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously creates or updates a partner configuration with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously create a partner configuration with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerConfigurations/default", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridPartnerConfiguration_CreateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerConfiguration_CreateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerConfiguration_CreateViaJsonFilePath.cs index efaaa90e735b..18354f34f0bc 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerConfiguration_CreateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerConfiguration_CreateViaJsonFilePath.cs @@ -10,15 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// - /// Synchronously creates or updates a partner configuration with the specified parameters. - /// + /// Synchronously create a partner configuration with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerConfigurations/default" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPartnerConfiguration_CreateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerConfiguration))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously creates or updates a partner configuration with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously create a partner configuration with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerConfigurations/default", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerConfiguration_CreateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerConfiguration_CreateViaJsonString.cs index e1cf35af08ba..4517fa4af58c 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerConfiguration_CreateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerConfiguration_CreateViaJsonString.cs @@ -10,15 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// - /// Synchronously creates or updates a partner configuration with the specified parameters. - /// + /// Synchronously create a partner configuration with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerConfigurations/default" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPartnerConfiguration_CreateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerConfiguration))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously creates or updates a partner configuration with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously create a partner configuration with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerConfigurations/default", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerDestination_CreateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerDestination_CreateExpanded.cs index b399fd0301b9..dbe8cdb67e75 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerDestination_CreateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerDestination_CreateExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new partner destination with the specified parameters. + /// Asynchronously create a new partner destination with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerDestinations/{partnerDestinationName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPartnerDestination_CreateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerDestination))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new partner destination with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new partner destination with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerDestinations/{partnerDestinationName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridPartnerDestination_CreateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerDestination_CreateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerDestination_CreateViaIdentityExpanded.cs index 6a8239e5730f..6ee8fbe78c42 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerDestination_CreateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerDestination_CreateViaIdentityExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new partner destination with the specified parameters. + /// Asynchronously create a new partner destination with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerDestinations/{partnerDestinationName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPartnerDestination_CreateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerDestination))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new partner destination with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new partner destination with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerDestinations/{partnerDestinationName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridPartnerDestination_CreateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerDestination_CreateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerDestination_CreateViaJsonFilePath.cs index d72b9e82c28a..20d920082ac9 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerDestination_CreateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerDestination_CreateViaJsonFilePath.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new partner destination with the specified parameters. + /// Asynchronously create a new partner destination with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerDestinations/{partnerDestinationName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPartnerDestination_CreateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerDestination))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new partner destination with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new partner destination with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerDestinations/{partnerDestinationName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerDestination_CreateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerDestination_CreateViaJsonString.cs index 90de40b15aad..33f17281ffa1 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerDestination_CreateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerDestination_CreateViaJsonString.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new partner destination with the specified parameters. + /// Asynchronously create a new partner destination with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerDestinations/{partnerDestinationName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPartnerDestination_CreateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerDestination))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new partner destination with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new partner destination with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerDestinations/{partnerDestinationName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerNamespace_CreateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerNamespace_CreateExpanded.cs index 5a2e1a317273..4d83d61af9d6 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerNamespace_CreateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerNamespace_CreateExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new partner namespace with the specified parameters. + /// Asynchronously create a new partner namespace with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPartnerNamespace_CreateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerNamespace))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new partner namespace with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new partner namespace with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridPartnerNamespace_CreateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerNamespace_CreateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerNamespace_CreateViaIdentityExpanded.cs index 3461cc7b82a4..f55ddbd3e755 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerNamespace_CreateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerNamespace_CreateViaIdentityExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new partner namespace with the specified parameters. + /// Asynchronously create a new partner namespace with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPartnerNamespace_CreateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerNamespace))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new partner namespace with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new partner namespace with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridPartnerNamespace_CreateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerNamespace_CreateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerNamespace_CreateViaJsonFilePath.cs index 9e2c6224d889..75ee447b1b52 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerNamespace_CreateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerNamespace_CreateViaJsonFilePath.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new partner namespace with the specified parameters. + /// Asynchronously create a new partner namespace with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPartnerNamespace_CreateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerNamespace))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new partner namespace with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new partner namespace with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerNamespace_CreateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerNamespace_CreateViaJsonString.cs index 34acda81da64..c47eed85ed9b 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerNamespace_CreateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerNamespace_CreateViaJsonString.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new partner namespace with the specified parameters. + /// Asynchronously create a new partner namespace with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPartnerNamespace_CreateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerNamespace))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new partner namespace with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new partner namespace with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerRegistration_CreateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerRegistration_CreateExpanded.cs index 2dcd9137cc9b..d34f6714340a 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerRegistration_CreateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerRegistration_CreateExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a new partner registration with the specified parameters. + /// create a new partner registration with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerRegistrations/{partnerRegistrationName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPartnerRegistration_CreateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerRegistration))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a new partner registration with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a new partner registration with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerRegistrations/{partnerRegistrationName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridPartnerRegistration_CreateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerRegistration_CreateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerRegistration_CreateViaIdentityExpanded.cs index 55bf0f817901..9111f8b29994 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerRegistration_CreateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerRegistration_CreateViaIdentityExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a new partner registration with the specified parameters. + /// create a new partner registration with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerRegistrations/{partnerRegistrationName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPartnerRegistration_CreateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerRegistration))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a new partner registration with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a new partner registration with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerRegistrations/{partnerRegistrationName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridPartnerRegistration_CreateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerRegistration_CreateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerRegistration_CreateViaJsonFilePath.cs index 154a5d44c99b..03f2f82bdce0 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerRegistration_CreateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerRegistration_CreateViaJsonFilePath.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a new partner registration with the specified parameters. + /// create a new partner registration with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerRegistrations/{partnerRegistrationName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPartnerRegistration_CreateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerRegistration))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a new partner registration with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a new partner registration with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerRegistrations/{partnerRegistrationName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerRegistration_CreateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerRegistration_CreateViaJsonString.cs index 7759811354db..af3aaceaf2bb 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerRegistration_CreateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerRegistration_CreateViaJsonString.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a new partner registration with the specified parameters. + /// create a new partner registration with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerRegistrations/{partnerRegistrationName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPartnerRegistration_CreateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerRegistration))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a new partner registration with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a new partner registration with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerRegistrations/{partnerRegistrationName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopicEventSubscription_CreateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopicEventSubscription_CreateExpanded.cs index fece1206d9fb..6c3fd043119f 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopicEventSubscription_CreateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopicEventSubscription_CreateExpanded.cs @@ -11,15 +11,15 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates or updates an event subscription of a partner topic with the specified parameters. Existing event - /// subscriptions will be updated with this API. + /// Asynchronously create an event subscription of a partner topic with the specified parameters. Existing event subscriptions + /// will be updated with this API. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPartnerTopicEventSubscription_CreateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates an event subscription of a partner topic with the specified parameters. Existing event subscriptions will be updated with this API.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create an event subscription of a partner topic with the specified parameters. Existing event subscriptions will be updated with this API.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridPartnerTopicEventSubscription_CreateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopicEventSubscription_CreateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopicEventSubscription_CreateViaIdentityExpanded.cs index c48323b59ef9..db369e99c4b7 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopicEventSubscription_CreateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopicEventSubscription_CreateViaIdentityExpanded.cs @@ -11,15 +11,15 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates or updates an event subscription of a partner topic with the specified parameters. Existing event - /// subscriptions will be updated with this API. + /// Asynchronously create an event subscription of a partner topic with the specified parameters. Existing event subscriptions + /// will be updated with this API. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPartnerTopicEventSubscription_CreateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates an event subscription of a partner topic with the specified parameters. Existing event subscriptions will be updated with this API.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create an event subscription of a partner topic with the specified parameters. Existing event subscriptions will be updated with this API.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridPartnerTopicEventSubscription_CreateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopicEventSubscription_CreateViaIdentityPartnerTopicExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopicEventSubscription_CreateViaIdentityPartnerTopicExpanded.cs index e345c41c4cfe..3254f3aa42de 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopicEventSubscription_CreateViaIdentityPartnerTopicExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopicEventSubscription_CreateViaIdentityPartnerTopicExpanded.cs @@ -11,15 +11,15 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates or updates an event subscription of a partner topic with the specified parameters. Existing event - /// subscriptions will be updated with this API. + /// Asynchronously create an event subscription of a partner topic with the specified parameters. Existing event subscriptions + /// will be updated with this API. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPartnerTopicEventSubscription_CreateViaIdentityPartnerTopicExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates an event subscription of a partner topic with the specified parameters. Existing event subscriptions will be updated with this API.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create an event subscription of a partner topic with the specified parameters. Existing event subscriptions will be updated with this API.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridPartnerTopicEventSubscription_CreateViaIdentityPartnerTopicExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopicEventSubscription_CreateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopicEventSubscription_CreateViaJsonFilePath.cs index 46100c48c5b4..aa8b0a1ab40f 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopicEventSubscription_CreateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopicEventSubscription_CreateViaJsonFilePath.cs @@ -11,15 +11,15 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates or updates an event subscription of a partner topic with the specified parameters. Existing event - /// subscriptions will be updated with this API. + /// Asynchronously create an event subscription of a partner topic with the specified parameters. Existing event subscriptions + /// will be updated with this API. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPartnerTopicEventSubscription_CreateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates an event subscription of a partner topic with the specified parameters. Existing event subscriptions will be updated with this API.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create an event subscription of a partner topic with the specified parameters. Existing event subscriptions will be updated with this API.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopicEventSubscription_CreateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopicEventSubscription_CreateViaJsonString.cs index f0e025d64074..9d95a78cf9aa 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopicEventSubscription_CreateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopicEventSubscription_CreateViaJsonString.cs @@ -11,15 +11,15 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates or updates an event subscription of a partner topic with the specified parameters. Existing event - /// subscriptions will be updated with this API. + /// Asynchronously create an event subscription of a partner topic with the specified parameters. Existing event subscriptions + /// will be updated with this API. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPartnerTopicEventSubscription_CreateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates an event subscription of a partner topic with the specified parameters. Existing event subscriptions will be updated with this API.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create an event subscription of a partner topic with the specified parameters. Existing event subscriptions will be updated with this API.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopic_CreateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopic_CreateExpanded.cs index 7ae6fb8f0ac4..1150b37d90c9 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopic_CreateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopic_CreateExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new partner topic with the specified parameters. + /// Asynchronously create a new partner topic with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPartnerTopic_CreateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerTopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new partner topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new partner topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridPartnerTopic_CreateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopic_CreateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopic_CreateViaIdentityExpanded.cs index 9f83b6db78ac..43248b2ffacf 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopic_CreateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopic_CreateViaIdentityExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new partner topic with the specified parameters. + /// Asynchronously create a new partner topic with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPartnerTopic_CreateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerTopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new partner topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new partner topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridPartnerTopic_CreateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopic_CreateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopic_CreateViaJsonFilePath.cs index 16ff638e22f4..59589cf198e2 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopic_CreateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopic_CreateViaJsonFilePath.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new partner topic with the specified parameters. + /// Asynchronously create a new partner topic with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPartnerTopic_CreateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerTopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new partner topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new partner topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopic_CreateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopic_CreateViaJsonString.cs index f77ffd31f82f..9426cce72c50 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopic_CreateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPartnerTopic_CreateViaJsonString.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new partner topic with the specified parameters. + /// Asynchronously create a new partner topic with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPartnerTopic_CreateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerTopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new partner topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new partner topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPermissionBinding_CreateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPermissionBinding_CreateExpanded.cs index 34484b8075b6..6e83db78b428 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPermissionBinding_CreateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPermissionBinding_CreateExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a permission binding with the specified parameters. + /// create a permission binding with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/permissionBindings/{permissionBindingName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPermissionBinding_CreateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPermissionBinding))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a permission binding with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a permission binding with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/permissionBindings/{permissionBindingName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridPermissionBinding_CreateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPermissionBinding_CreateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPermissionBinding_CreateViaIdentityExpanded.cs index 55326f9e1a57..0e870b924d2d 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPermissionBinding_CreateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPermissionBinding_CreateViaIdentityExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a permission binding with the specified parameters. + /// create a permission binding with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/permissionBindings/{permissionBindingName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPermissionBinding_CreateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPermissionBinding))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a permission binding with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a permission binding with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/permissionBindings/{permissionBindingName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridPermissionBinding_CreateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPermissionBinding_CreateViaIdentityNamespaceExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPermissionBinding_CreateViaIdentityNamespaceExpanded.cs index 0594861038bb..be426e8bf0db 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPermissionBinding_CreateViaIdentityNamespaceExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPermissionBinding_CreateViaIdentityNamespaceExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a permission binding with the specified parameters. + /// create a permission binding with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/permissionBindings/{permissionBindingName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPermissionBinding_CreateViaIdentityNamespaceExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPermissionBinding))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a permission binding with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a permission binding with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/permissionBindings/{permissionBindingName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridPermissionBinding_CreateViaIdentityNamespaceExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPermissionBinding_CreateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPermissionBinding_CreateViaJsonFilePath.cs index dcd734d07897..06d746520cd6 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPermissionBinding_CreateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPermissionBinding_CreateViaJsonFilePath.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a permission binding with the specified parameters. + /// create a permission binding with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/permissionBindings/{permissionBindingName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPermissionBinding_CreateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPermissionBinding))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a permission binding with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a permission binding with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/permissionBindings/{permissionBindingName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPermissionBinding_CreateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPermissionBinding_CreateViaJsonString.cs index 903de1d08471..9e0e683969e9 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPermissionBinding_CreateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridPermissionBinding_CreateViaJsonString.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a permission binding with the specified parameters. + /// create a permission binding with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/permissionBindings/{permissionBindingName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridPermissionBinding_CreateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPermissionBinding))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a permission binding with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a permission binding with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/permissionBindings/{permissionBindingName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSubscription_CreateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSubscription_CreateExpanded.cs index a57fa810c25a..9bc804b5f2d8 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSubscription_CreateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSubscription_CreateExpanded.cs @@ -11,14 +11,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope. + /// Asynchronously create a new event subscription or create an existing event subscription based on the specified scope. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridSubscription_CreateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new event subscription or create an existing event subscription based on the specified scope.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridSubscription_CreateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSubscription_CreateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSubscription_CreateViaIdentityExpanded.cs index fda61a98c526..2d15a7046a9b 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSubscription_CreateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSubscription_CreateViaIdentityExpanded.cs @@ -11,14 +11,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope. + /// Asynchronously create a new event subscription or create an existing event subscription based on the specified scope. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridSubscription_CreateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new event subscription or create an existing event subscription based on the specified scope.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridSubscription_CreateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSubscription_CreateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSubscription_CreateViaJsonFilePath.cs index b33460744c79..3f0944317765 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSubscription_CreateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSubscription_CreateViaJsonFilePath.cs @@ -11,14 +11,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope. + /// Asynchronously create a new event subscription or create an existing event subscription based on the specified scope. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridSubscription_CreateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new event subscription or create an existing event subscription based on the specified scope.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSubscription_CreateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSubscription_CreateViaJsonString.cs index 2148558e5049..a4ad91508311 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSubscription_CreateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSubscription_CreateViaJsonString.cs @@ -11,14 +11,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope. + /// Asynchronously create a new event subscription or create an existing event subscription based on the specified scope. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridSubscription_CreateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new event subscription or create an existing event subscription based on the specified scope.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopicEventSubscription_CreateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopicEventSubscription_CreateExpanded.cs index 82f36a2d25b1..3c284ebf8428 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopicEventSubscription_CreateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopicEventSubscription_CreateExpanded.cs @@ -11,15 +11,15 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates or updates an event subscription with the specified parameters. Existing event subscriptions will - /// be updated with this API. + /// Asynchronously create an event subscription with the specified parameters. Existing event subscriptions will be updated + /// with this API. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridSystemTopicEventSubscription_CreateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates an event subscription with the specified parameters. Existing event subscriptions will be updated with this API.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create an event subscription with the specified parameters. Existing event subscriptions will be updated with this API.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridSystemTopicEventSubscription_CreateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopicEventSubscription_CreateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopicEventSubscription_CreateViaIdentityExpanded.cs index 40544ff9503e..e6e6127dde2b 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopicEventSubscription_CreateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopicEventSubscription_CreateViaIdentityExpanded.cs @@ -11,15 +11,15 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates or updates an event subscription with the specified parameters. Existing event subscriptions will - /// be updated with this API. + /// Asynchronously create an event subscription with the specified parameters. Existing event subscriptions will be updated + /// with this API. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridSystemTopicEventSubscription_CreateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates an event subscription with the specified parameters. Existing event subscriptions will be updated with this API.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create an event subscription with the specified parameters. Existing event subscriptions will be updated with this API.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridSystemTopicEventSubscription_CreateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopicEventSubscription_CreateViaIdentitySystemTopicExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopicEventSubscription_CreateViaIdentitySystemTopicExpanded.cs index 82405883ca36..b74451702931 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopicEventSubscription_CreateViaIdentitySystemTopicExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopicEventSubscription_CreateViaIdentitySystemTopicExpanded.cs @@ -11,15 +11,15 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates or updates an event subscription with the specified parameters. Existing event subscriptions will - /// be updated with this API. + /// Asynchronously create an event subscription with the specified parameters. Existing event subscriptions will be updated + /// with this API. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridSystemTopicEventSubscription_CreateViaIdentitySystemTopicExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates an event subscription with the specified parameters. Existing event subscriptions will be updated with this API.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create an event subscription with the specified parameters. Existing event subscriptions will be updated with this API.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridSystemTopicEventSubscription_CreateViaIdentitySystemTopicExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopicEventSubscription_CreateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopicEventSubscription_CreateViaJsonFilePath.cs index 3f25dfee7681..c85701f5f284 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopicEventSubscription_CreateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopicEventSubscription_CreateViaJsonFilePath.cs @@ -11,15 +11,15 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates or updates an event subscription with the specified parameters. Existing event subscriptions will - /// be updated with this API. + /// Asynchronously create an event subscription with the specified parameters. Existing event subscriptions will be updated + /// with this API. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridSystemTopicEventSubscription_CreateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates an event subscription with the specified parameters. Existing event subscriptions will be updated with this API.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create an event subscription with the specified parameters. Existing event subscriptions will be updated with this API.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopicEventSubscription_CreateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopicEventSubscription_CreateViaJsonString.cs index 840945c9afed..8932357d647b 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopicEventSubscription_CreateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopicEventSubscription_CreateViaJsonString.cs @@ -11,15 +11,15 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates or updates an event subscription with the specified parameters. Existing event subscriptions will - /// be updated with this API. + /// Asynchronously create an event subscription with the specified parameters. Existing event subscriptions will be updated + /// with this API. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridSystemTopicEventSubscription_CreateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates an event subscription with the specified parameters. Existing event subscriptions will be updated with this API.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create an event subscription with the specified parameters. Existing event subscriptions will be updated with this API.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopic_CreateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopic_CreateExpanded.cs index d81016bb6669..8a0c104b9f13 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopic_CreateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopic_CreateExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new system topic with the specified parameters. + /// Asynchronously create a new system topic with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridSystemTopic_CreateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISystemTopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new system topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new system topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridSystemTopic_CreateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopic_CreateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopic_CreateViaIdentityExpanded.cs index 514cdc466c90..c03b5df52ced 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopic_CreateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopic_CreateViaIdentityExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new system topic with the specified parameters. + /// Asynchronously create a new system topic with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridSystemTopic_CreateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISystemTopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new system topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new system topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridSystemTopic_CreateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopic_CreateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopic_CreateViaJsonFilePath.cs index 744369efde8e..fda7a00b3502 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopic_CreateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopic_CreateViaJsonFilePath.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new system topic with the specified parameters. + /// Asynchronously create a new system topic with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridSystemTopic_CreateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISystemTopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new system topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new system topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopic_CreateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopic_CreateViaJsonString.cs index 23e47516597b..921f7ace1219 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopic_CreateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridSystemTopic_CreateViaJsonString.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new system topic with the specified parameters. + /// Asynchronously create a new system topic with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridSystemTopic_CreateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISystemTopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new system topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new system topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicEventSubscription_CreateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicEventSubscription_CreateExpanded.cs index 20cb6393a48e..286ef89393dd 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicEventSubscription_CreateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicEventSubscription_CreateExpanded.cs @@ -11,14 +11,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously create a new event subscription or create an existing event subscription. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridTopicEventSubscription_CreateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new event subscription or updates an existing event subscription.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new event subscription or create an existing event subscription.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridTopicEventSubscription_CreateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicEventSubscription_CreateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicEventSubscription_CreateViaIdentityExpanded.cs index 926490d197d6..84e3cdcb616c 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicEventSubscription_CreateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicEventSubscription_CreateViaIdentityExpanded.cs @@ -11,14 +11,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously create a new event subscription or create an existing event subscription. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridTopicEventSubscription_CreateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new event subscription or updates an existing event subscription.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new event subscription or create an existing event subscription.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridTopicEventSubscription_CreateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicEventSubscription_CreateViaIdentityTopicExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicEventSubscription_CreateViaIdentityTopicExpanded.cs index e1152a5d3d79..3b6c3269ae41 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicEventSubscription_CreateViaIdentityTopicExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicEventSubscription_CreateViaIdentityTopicExpanded.cs @@ -11,14 +11,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously create a new event subscription or create an existing event subscription. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridTopicEventSubscription_CreateViaIdentityTopicExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new event subscription or updates an existing event subscription.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new event subscription or create an existing event subscription.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridTopicEventSubscription_CreateViaIdentityTopicExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicEventSubscription_CreateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicEventSubscription_CreateViaJsonFilePath.cs index 698fd333446d..9db4c9cfe58a 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicEventSubscription_CreateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicEventSubscription_CreateViaJsonFilePath.cs @@ -11,14 +11,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously create a new event subscription or create an existing event subscription. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridTopicEventSubscription_CreateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new event subscription or updates an existing event subscription.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new event subscription or create an existing event subscription.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicEventSubscription_CreateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicEventSubscription_CreateViaJsonString.cs index 354ddccf5f87..cc1aa6c57729 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicEventSubscription_CreateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicEventSubscription_CreateViaJsonString.cs @@ -11,14 +11,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using System; /// - /// Asynchronously creates a new event subscription or updates an existing event subscription. + /// Asynchronously create a new event subscription or create an existing event subscription. /// /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridTopicEventSubscription_CreateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new event subscription or updates an existing event subscription.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new event subscription or create an existing event subscription.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicSpace_CreateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicSpace_CreateExpanded.cs index 1412b9183ece..fd3eefb52ad3 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicSpace_CreateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicSpace_CreateExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a topic space with the specified parameters. + /// create a topic space with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topicSpaces/{topicSpaceName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridTopicSpace_CreateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicSpace))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a topic space with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a topic space with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topicSpaces/{topicSpaceName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridTopicSpace_CreateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicSpace_CreateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicSpace_CreateViaIdentityExpanded.cs index 288bd5308350..0a0f99341712 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicSpace_CreateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicSpace_CreateViaIdentityExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a topic space with the specified parameters. + /// create a topic space with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topicSpaces/{topicSpaceName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridTopicSpace_CreateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicSpace))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a topic space with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a topic space with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topicSpaces/{topicSpaceName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridTopicSpace_CreateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicSpace_CreateViaIdentityNamespaceExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicSpace_CreateViaIdentityNamespaceExpanded.cs index 4c9b382e8e25..ad77e0bca963 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicSpace_CreateViaIdentityNamespaceExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicSpace_CreateViaIdentityNamespaceExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a topic space with the specified parameters. + /// create a topic space with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topicSpaces/{topicSpaceName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridTopicSpace_CreateViaIdentityNamespaceExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicSpace))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a topic space with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a topic space with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topicSpaces/{topicSpaceName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridTopicSpace_CreateViaIdentityNamespaceExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicSpace_CreateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicSpace_CreateViaJsonFilePath.cs index 32e769e3b90e..38b6ace40b5b 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicSpace_CreateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicSpace_CreateViaJsonFilePath.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a topic space with the specified parameters. + /// create a topic space with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topicSpaces/{topicSpaceName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridTopicSpace_CreateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicSpace))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a topic space with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a topic space with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topicSpaces/{topicSpaceName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicSpace_CreateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicSpace_CreateViaJsonString.cs index 811ad432333e..b655c20221dd 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicSpace_CreateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopicSpace_CreateViaJsonString.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Create a topic space with the specified parameters. + /// create a topic space with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topicSpaces/{topicSpaceName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridTopicSpace_CreateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicSpace))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Create a topic space with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"create a topic space with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topicSpaces/{topicSpaceName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopic_CreateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopic_CreateExpanded.cs index 39a482621dd2..01a914ad6977 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopic_CreateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopic_CreateExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new topic with the specified parameters. + /// Asynchronously create a new topic with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridTopic_CreateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridTopic_CreateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopic_CreateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopic_CreateViaIdentityExpanded.cs index 9d64efa10894..adaeca516144 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopic_CreateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopic_CreateViaIdentityExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new topic with the specified parameters. + /// Asynchronously create a new topic with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridTopic_CreateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}", ApiVersion = "2023-06-01-preview")] public partial class NewAzEventGridTopic_CreateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopic_CreateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopic_CreateViaJsonFilePath.cs index 29149758d364..86721d152ffc 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopic_CreateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopic_CreateViaJsonFilePath.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new topic with the specified parameters. + /// Asynchronously create a new topic with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridTopic_CreateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopic_CreateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopic_CreateViaJsonString.cs index 18c1ee6dfca2..82804b7cef31 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopic_CreateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/NewAzEventGridTopic_CreateViaJsonString.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new topic with the specified parameters. + /// Asynchronously create a new topic with the specified parameters. /// /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzEventGridTopic_CreateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously create a new topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridChannel_UpdateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridChannel_UpdateExpanded.cs index 194327d456d5..667fff729589 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridChannel_UpdateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridChannel_UpdateExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Synchronously updates a channel with the specified parameters. + /// Synchronously update a channel with the specified parameters. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/channels/{channelName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridChannel_UpdateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IChannel))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously updates a channel with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously update a channel with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/channels/{channelName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridChannel_UpdateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridChannel_UpdateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridChannel_UpdateViaIdentityExpanded.cs index f5b39a79641d..0f92b2c5bc8d 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridChannel_UpdateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridChannel_UpdateViaIdentityExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Synchronously updates a channel with the specified parameters. + /// Synchronously update a channel with the specified parameters. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/channels/{channelName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridChannel_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IChannel))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously updates a channel with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously update a channel with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/channels/{channelName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridChannel_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridChannel_UpdateViaIdentityPartnerNamespaceExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridChannel_UpdateViaIdentityPartnerNamespaceExpanded.cs index 5bcf3a35c508..b173f5308d63 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridChannel_UpdateViaIdentityPartnerNamespaceExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridChannel_UpdateViaIdentityPartnerNamespaceExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Synchronously updates a channel with the specified parameters. + /// Synchronously update a channel with the specified parameters. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/channels/{channelName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridChannel_UpdateViaIdentityPartnerNamespaceExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IChannel))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously updates a channel with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously update a channel with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/channels/{channelName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridChannel_UpdateViaIdentityPartnerNamespaceExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridChannel_UpdateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridChannel_UpdateViaJsonFilePath.cs index 42afb8427546..36c916bda4b8 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridChannel_UpdateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridChannel_UpdateViaJsonFilePath.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Synchronously updates a channel with the specified parameters. + /// Synchronously update a channel with the specified parameters. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/channels/{channelName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridChannel_UpdateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IChannel))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously updates a channel with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously update a channel with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/channels/{channelName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridChannel_UpdateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridChannel_UpdateViaJsonString.cs index f0e1304f0dae..ed9bd7dc61c4 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridChannel_UpdateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridChannel_UpdateViaJsonString.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Synchronously updates a channel with the specified parameters. + /// Synchronously update a channel with the specified parameters. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/channels/{channelName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridChannel_UpdateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IChannel))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously updates a channel with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously update a channel with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/channels/{channelName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridClientGroup_UpdateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridClientGroup_UpdateExpanded.cs index 5cd4fcff6215..70705ae00ba5 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridClientGroup_UpdateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridClientGroup_UpdateExpanded.cs @@ -10,14 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update a client group with the specified parameters. + /// update a client group with the specified parameters. /// /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clientGroups/{clientGroupName}" /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clientGroups/{clientGroupName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridClientGroup_UpdateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClientGroup))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update a client group with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update a client group with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] public partial class UpdateAzEventGridClientGroup_UpdateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridClientGroup_UpdateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridClientGroup_UpdateViaIdentityExpanded.cs index d0dc52ad302f..0c86bace89b9 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridClientGroup_UpdateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridClientGroup_UpdateViaIdentityExpanded.cs @@ -10,14 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update a client group with the specified parameters. + /// update a client group with the specified parameters. /// /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clientGroups/{clientGroupName}" /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clientGroups/{clientGroupName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridClientGroup_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClientGroup))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update a client group with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update a client group with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] public partial class UpdateAzEventGridClientGroup_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridClientGroup_UpdateViaIdentityNamespaceExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridClientGroup_UpdateViaIdentityNamespaceExpanded.cs index df4dd97f543a..7366c61a8983 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridClientGroup_UpdateViaIdentityNamespaceExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridClientGroup_UpdateViaIdentityNamespaceExpanded.cs @@ -10,14 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update a client group with the specified parameters. + /// update a client group with the specified parameters. /// /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clientGroups/{clientGroupName}" /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clientGroups/{clientGroupName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridClientGroup_UpdateViaIdentityNamespaceExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClientGroup))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update a client group with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update a client group with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] public partial class UpdateAzEventGridClientGroup_UpdateViaIdentityNamespaceExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridClient_UpdateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridClient_UpdateExpanded.cs index 4f47e9327ea9..aef27ddef11c 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridClient_UpdateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridClient_UpdateExpanded.cs @@ -10,14 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update a client with the specified parameters. + /// update a client with the specified parameters. /// /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clients/{clientName}" /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clients/{clientName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridClient_UpdateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClient))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update a client with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update a client with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] public partial class UpdateAzEventGridClient_UpdateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridClient_UpdateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridClient_UpdateViaIdentityExpanded.cs index 7bd3c8b1d58c..48f0eb429eb3 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridClient_UpdateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridClient_UpdateViaIdentityExpanded.cs @@ -10,14 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update a client with the specified parameters. + /// update a client with the specified parameters. /// /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clients/{clientName}" /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clients/{clientName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridClient_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClient))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update a client with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update a client with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] public partial class UpdateAzEventGridClient_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridClient_UpdateViaIdentityNamespaceExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridClient_UpdateViaIdentityNamespaceExpanded.cs index 52ca5367183b..bf1a0c13db8d 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridClient_UpdateViaIdentityNamespaceExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridClient_UpdateViaIdentityNamespaceExpanded.cs @@ -10,14 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update a client with the specified parameters. + /// update a client with the specified parameters. /// /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clients/{clientName}" /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clients/{clientName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridClient_UpdateViaIdentityNamespaceExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClient))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update a client with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update a client with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] public partial class UpdateAzEventGridClient_UpdateViaIdentityNamespaceExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainEventSubscription_UpdateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainEventSubscription_UpdateExpanded.cs index 278a51959662..25649d6e3e2f 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainEventSubscription_UpdateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainEventSubscription_UpdateExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription for a topic. + /// update an existing event subscription for a topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridDomainEventSubscription_UpdateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription for a topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription for a topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridDomainEventSubscription_UpdateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainEventSubscription_UpdateViaIdentityDomainExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainEventSubscription_UpdateViaIdentityDomainExpanded.cs index fed4e6ecfa17..8e132e8361ba 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainEventSubscription_UpdateViaIdentityDomainExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainEventSubscription_UpdateViaIdentityDomainExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription for a topic. + /// update an existing event subscription for a topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridDomainEventSubscription_UpdateViaIdentityDomainExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription for a topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription for a topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridDomainEventSubscription_UpdateViaIdentityDomainExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainEventSubscription_UpdateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainEventSubscription_UpdateViaIdentityExpanded.cs index 3bef035ad90f..df271f46f5a4 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainEventSubscription_UpdateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainEventSubscription_UpdateViaIdentityExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription for a topic. + /// update an existing event subscription for a topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridDomainEventSubscription_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription for a topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription for a topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridDomainEventSubscription_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainEventSubscription_UpdateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainEventSubscription_UpdateViaJsonFilePath.cs index 17dd102452d3..00955ec6d3bf 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainEventSubscription_UpdateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainEventSubscription_UpdateViaJsonFilePath.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription for a topic. + /// update an existing event subscription for a topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridDomainEventSubscription_UpdateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription for a topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription for a topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainEventSubscription_UpdateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainEventSubscription_UpdateViaJsonString.cs index 3db13876c2f1..c9694f49282d 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainEventSubscription_UpdateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainEventSubscription_UpdateViaJsonString.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription for a topic. + /// update an existing event subscription for a topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridDomainEventSubscription_UpdateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription for a topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription for a topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainTopicEventSubscription_UpdateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainTopicEventSubscription_UpdateExpanded.cs index 6712f45282de..bad4bce291c9 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainTopicEventSubscription_UpdateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainTopicEventSubscription_UpdateExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription for a domain topic. + /// update an existing event subscription for a domain topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridDomainTopicEventSubscription_UpdateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription for a domain topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription for a domain topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridDomainTopicEventSubscription_UpdateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainTopicEventSubscription_UpdateViaIdentityDomainExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainTopicEventSubscription_UpdateViaIdentityDomainExpanded.cs index 30c019d1a028..d9c4dd94481d 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainTopicEventSubscription_UpdateViaIdentityDomainExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainTopicEventSubscription_UpdateViaIdentityDomainExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription for a domain topic. + /// update an existing event subscription for a domain topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridDomainTopicEventSubscription_UpdateViaIdentityDomainExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription for a domain topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription for a domain topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridDomainTopicEventSubscription_UpdateViaIdentityDomainExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainTopicEventSubscription_UpdateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainTopicEventSubscription_UpdateViaIdentityExpanded.cs index 5f8d3f6799d4..5c98324f0faf 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainTopicEventSubscription_UpdateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainTopicEventSubscription_UpdateViaIdentityExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription for a domain topic. + /// update an existing event subscription for a domain topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridDomainTopicEventSubscription_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription for a domain topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription for a domain topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridDomainTopicEventSubscription_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainTopicEventSubscription_UpdateViaIdentityTopicExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainTopicEventSubscription_UpdateViaIdentityTopicExpanded.cs index 059f282c0e38..56f66cb38b85 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainTopicEventSubscription_UpdateViaIdentityTopicExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainTopicEventSubscription_UpdateViaIdentityTopicExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription for a domain topic. + /// update an existing event subscription for a domain topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridDomainTopicEventSubscription_UpdateViaIdentityTopicExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription for a domain topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription for a domain topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridDomainTopicEventSubscription_UpdateViaIdentityTopicExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainTopicEventSubscription_UpdateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainTopicEventSubscription_UpdateViaJsonFilePath.cs index 3ac6efd2499e..ed67c090953b 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainTopicEventSubscription_UpdateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainTopicEventSubscription_UpdateViaJsonFilePath.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription for a domain topic. + /// update an existing event subscription for a domain topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridDomainTopicEventSubscription_UpdateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription for a domain topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription for a domain topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainTopicEventSubscription_UpdateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainTopicEventSubscription_UpdateViaJsonString.cs index 43aefbf4496e..0949a1de1b63 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainTopicEventSubscription_UpdateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomainTopicEventSubscription_UpdateViaJsonString.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription for a domain topic. + /// update an existing event subscription for a domain topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridDomainTopicEventSubscription_UpdateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription for a domain topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription for a domain topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomain_UpdateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomain_UpdateExpanded.cs index b6b210338b84..21801ebbab2c 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomain_UpdateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomain_UpdateExpanded.cs @@ -10,14 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates or updates a new domain with the specified parameters. + /// Asynchronously update a new domain with the specified parameters. /// /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}" /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridDomain_UpdateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomain))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates a new domain with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously update a new domain with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] public partial class UpdateAzEventGridDomain_UpdateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomain_UpdateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomain_UpdateViaIdentityExpanded.cs index 1fd85df571c3..86b119f854de 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomain_UpdateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridDomain_UpdateViaIdentityExpanded.cs @@ -10,14 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates or updates a new domain with the specified parameters. + /// Asynchronously update a new domain with the specified parameters. /// /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}" /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridDomain_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomain))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates a new domain with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously update a new domain with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] public partial class UpdateAzEventGridDomain_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopicEventSubscription_UpdateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopicEventSubscription_UpdateExpanded.cs index b5ca3d0db06c..2f984b759ddd 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopicEventSubscription_UpdateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopicEventSubscription_UpdateExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription of a namespace topic. + /// update an existing event subscription of a namespace topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridNamespaceTopicEventSubscription_UpdateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription of a namespace topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription of a namespace topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridNamespaceTopicEventSubscription_UpdateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopicEventSubscription_UpdateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopicEventSubscription_UpdateViaIdentityExpanded.cs index 60d1279865e2..1cfa1bc78176 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopicEventSubscription_UpdateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopicEventSubscription_UpdateViaIdentityExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription of a namespace topic. + /// update an existing event subscription of a namespace topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridNamespaceTopicEventSubscription_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription of a namespace topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription of a namespace topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridNamespaceTopicEventSubscription_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopicEventSubscription_UpdateViaIdentityNamespaceExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopicEventSubscription_UpdateViaIdentityNamespaceExpanded.cs index 99b00f924d8f..70c8ee0f7c98 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopicEventSubscription_UpdateViaIdentityNamespaceExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopicEventSubscription_UpdateViaIdentityNamespaceExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription of a namespace topic. + /// update an existing event subscription of a namespace topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridNamespaceTopicEventSubscription_UpdateViaIdentityNamespaceExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription of a namespace topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription of a namespace topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridNamespaceTopicEventSubscription_UpdateViaIdentityNamespaceExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopicEventSubscription_UpdateViaIdentityTopicExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopicEventSubscription_UpdateViaIdentityTopicExpanded.cs index 6d4ab7f01847..07bfdaa3015b 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopicEventSubscription_UpdateViaIdentityTopicExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopicEventSubscription_UpdateViaIdentityTopicExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription of a namespace topic. + /// update an existing event subscription of a namespace topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridNamespaceTopicEventSubscription_UpdateViaIdentityTopicExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription of a namespace topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription of a namespace topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridNamespaceTopicEventSubscription_UpdateViaIdentityTopicExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopicEventSubscription_UpdateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopicEventSubscription_UpdateViaJsonFilePath.cs index f110d6ab9fad..9e57ee90a907 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopicEventSubscription_UpdateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopicEventSubscription_UpdateViaJsonFilePath.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription of a namespace topic. + /// update an existing event subscription of a namespace topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridNamespaceTopicEventSubscription_UpdateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription of a namespace topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription of a namespace topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopicEventSubscription_UpdateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopicEventSubscription_UpdateViaJsonString.cs index d24b9fcd800d..56b8c168ec5c 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopicEventSubscription_UpdateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopicEventSubscription_UpdateViaJsonString.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription of a namespace topic. + /// update an existing event subscription of a namespace topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridNamespaceTopicEventSubscription_UpdateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription of a namespace topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription of a namespace topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopic_UpdateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopic_UpdateExpanded.cs index 28b5f0415c2a..39ba3772517f 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopic_UpdateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopic_UpdateExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously updates a namespace topic with the specified parameters. + /// Asynchronously update a namespace topic with the specified parameters. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridNamespaceTopic_UpdateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespaceTopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously updates a namespace topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously update a namespace topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridNamespaceTopic_UpdateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopic_UpdateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopic_UpdateViaIdentityExpanded.cs index 8066ba15d7bc..25a4eaa87377 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopic_UpdateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopic_UpdateViaIdentityExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously updates a namespace topic with the specified parameters. + /// Asynchronously update a namespace topic with the specified parameters. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridNamespaceTopic_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespaceTopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously updates a namespace topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously update a namespace topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridNamespaceTopic_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopic_UpdateViaIdentityNamespaceExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopic_UpdateViaIdentityNamespaceExpanded.cs index 8a537c74653b..2acbd48a94a6 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopic_UpdateViaIdentityNamespaceExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopic_UpdateViaIdentityNamespaceExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously updates a namespace topic with the specified parameters. + /// Asynchronously update a namespace topic with the specified parameters. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridNamespaceTopic_UpdateViaIdentityNamespaceExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespaceTopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously updates a namespace topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously update a namespace topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridNamespaceTopic_UpdateViaIdentityNamespaceExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopic_UpdateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopic_UpdateViaJsonFilePath.cs index f14d07212b4b..d04255faa496 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopic_UpdateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopic_UpdateViaJsonFilePath.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously updates a namespace topic with the specified parameters. + /// Asynchronously update a namespace topic with the specified parameters. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridNamespaceTopic_UpdateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespaceTopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously updates a namespace topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously update a namespace topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopic_UpdateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopic_UpdateViaJsonString.cs index 0e9a44f206cd..83ffb0130950 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopic_UpdateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespaceTopic_UpdateViaJsonString.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously updates a namespace topic with the specified parameters. + /// Asynchronously update a namespace topic with the specified parameters. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridNamespaceTopic_UpdateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespaceTopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously updates a namespace topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously update a namespace topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespace_UpdateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespace_UpdateExpanded.cs index f9b040d9fc03..81c9c2a85124 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespace_UpdateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespace_UpdateExpanded.cs @@ -10,16 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// - /// Asynchronously creates or updates a new namespace with the specified parameters. - /// + /// Asynchronously update a new namespace with the specified parameters. /// /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}" /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridNamespace_UpdateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates a new namespace with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously update a new namespace with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] public partial class UpdateAzEventGridNamespace_UpdateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespace_UpdateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespace_UpdateViaIdentityExpanded.cs index 51c1bf80dc55..e6dcd989727f 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespace_UpdateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridNamespace_UpdateViaIdentityExpanded.cs @@ -10,16 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// - /// Asynchronously creates or updates a new namespace with the specified parameters. - /// + /// Asynchronously update a new namespace with the specified parameters. /// /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}" /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridNamespace_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates or updates a new namespace with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously update a new namespace with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] public partial class UpdateAzEventGridNamespace_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerConfiguration_UpdateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerConfiguration_UpdateExpanded.cs index f2dd1be0ebb0..b805bb369e12 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerConfiguration_UpdateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerConfiguration_UpdateExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Synchronously updates a partner configuration with the specified parameters. + /// Synchronously update a partner configuration with the specified parameters. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerConfigurations/default" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridPartnerConfiguration_UpdateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerConfiguration))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously updates a partner configuration with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously update a partner configuration with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerConfigurations/default", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridPartnerConfiguration_UpdateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerConfiguration_UpdateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerConfiguration_UpdateViaJsonFilePath.cs index dbd597990a01..ea0b24d5c6dd 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerConfiguration_UpdateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerConfiguration_UpdateViaJsonFilePath.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Synchronously updates a partner configuration with the specified parameters. + /// Synchronously update a partner configuration with the specified parameters. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerConfigurations/default" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridPartnerConfiguration_UpdateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerConfiguration))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously updates a partner configuration with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously update a partner configuration with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerConfigurations/default", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerConfiguration_UpdateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerConfiguration_UpdateViaJsonString.cs index 5e355aeeb68f..f1f1b6dea51f 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerConfiguration_UpdateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerConfiguration_UpdateViaJsonString.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Synchronously updates a partner configuration with the specified parameters. + /// Synchronously update a partner configuration with the specified parameters. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerConfigurations/default" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridPartnerConfiguration_UpdateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerConfiguration))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously updates a partner configuration with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Synchronously update a partner configuration with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerConfigurations/default", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerDestination_UpdateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerDestination_UpdateExpanded.cs index 4fe8a9782502..b66ff800de9b 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerDestination_UpdateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerDestination_UpdateExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously updates a partner destination with the specified parameters. + /// Asynchronously update a partner destination with the specified parameters. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerDestinations/{partnerDestinationName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridPartnerDestination_UpdateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerDestination))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously updates a partner destination with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously update a partner destination with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerDestinations/{partnerDestinationName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridPartnerDestination_UpdateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerDestination_UpdateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerDestination_UpdateViaIdentityExpanded.cs index 575ece18f1f4..2f3618a33258 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerDestination_UpdateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerDestination_UpdateViaIdentityExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously updates a partner destination with the specified parameters. + /// Asynchronously update a partner destination with the specified parameters. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerDestinations/{partnerDestinationName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridPartnerDestination_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerDestination))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously updates a partner destination with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously update a partner destination with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerDestinations/{partnerDestinationName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridPartnerDestination_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerDestination_UpdateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerDestination_UpdateViaJsonFilePath.cs index 2b9a72896b98..d2cf7939526d 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerDestination_UpdateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerDestination_UpdateViaJsonFilePath.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously updates a partner destination with the specified parameters. + /// Asynchronously update a partner destination with the specified parameters. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerDestinations/{partnerDestinationName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridPartnerDestination_UpdateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerDestination))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously updates a partner destination with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously update a partner destination with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerDestinations/{partnerDestinationName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerDestination_UpdateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerDestination_UpdateViaJsonString.cs index 8b10fe9b15f7..9138bb3216b0 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerDestination_UpdateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerDestination_UpdateViaJsonString.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously updates a partner destination with the specified parameters. + /// Asynchronously update a partner destination with the specified parameters. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerDestinations/{partnerDestinationName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridPartnerDestination_UpdateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerDestination))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously updates a partner destination with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously update a partner destination with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerDestinations/{partnerDestinationName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerNamespace_UpdateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerNamespace_UpdateExpanded.cs index cca6814fbe0b..fc37f9f4701a 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerNamespace_UpdateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerNamespace_UpdateExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously updates a partner namespace with the specified parameters. + /// Asynchronously update a partner namespace with the specified parameters. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridPartnerNamespace_UpdateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(bool))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously updates a partner namespace with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously update a partner namespace with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridPartnerNamespace_UpdateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerNamespace_UpdateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerNamespace_UpdateViaIdentityExpanded.cs index cf0d654721a9..896b97645770 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerNamespace_UpdateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerNamespace_UpdateViaIdentityExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously updates a partner namespace with the specified parameters. + /// Asynchronously update a partner namespace with the specified parameters. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridPartnerNamespace_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(bool))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously updates a partner namespace with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously update a partner namespace with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridPartnerNamespace_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerNamespace_UpdateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerNamespace_UpdateViaJsonFilePath.cs index 4b431e96f10c..4bf1f82a59ec 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerNamespace_UpdateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerNamespace_UpdateViaJsonFilePath.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously updates a partner namespace with the specified parameters. + /// Asynchronously update a partner namespace with the specified parameters. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridPartnerNamespace_UpdateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(bool))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously updates a partner namespace with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously update a partner namespace with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerNamespace_UpdateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerNamespace_UpdateViaJsonString.cs index fdaca1fcaca1..12c2a4ae4dce 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerNamespace_UpdateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerNamespace_UpdateViaJsonString.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously updates a partner namespace with the specified parameters. + /// Asynchronously update a partner namespace with the specified parameters. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridPartnerNamespace_UpdateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(bool))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously updates a partner namespace with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously update a partner namespace with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerTopicEventSubscription_UpdateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerTopicEventSubscription_UpdateExpanded.cs index 1c67e57617b5..b558ee634e76 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerTopicEventSubscription_UpdateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerTopicEventSubscription_UpdateExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription of a partner topic. + /// update an existing event subscription of a partner topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridPartnerTopicEventSubscription_UpdateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription of a partner topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription of a partner topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridPartnerTopicEventSubscription_UpdateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerTopicEventSubscription_UpdateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerTopicEventSubscription_UpdateViaIdentityExpanded.cs index da2bf153e03e..be621ff4bff9 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerTopicEventSubscription_UpdateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerTopicEventSubscription_UpdateViaIdentityExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription of a partner topic. + /// update an existing event subscription of a partner topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridPartnerTopicEventSubscription_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription of a partner topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription of a partner topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridPartnerTopicEventSubscription_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerTopicEventSubscription_UpdateViaIdentityPartnerTopicExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerTopicEventSubscription_UpdateViaIdentityPartnerTopicExpanded.cs index 29850108c21e..70d2be8f079f 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerTopicEventSubscription_UpdateViaIdentityPartnerTopicExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerTopicEventSubscription_UpdateViaIdentityPartnerTopicExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription of a partner topic. + /// update an existing event subscription of a partner topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridPartnerTopicEventSubscription_UpdateViaIdentityPartnerTopicExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription of a partner topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription of a partner topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridPartnerTopicEventSubscription_UpdateViaIdentityPartnerTopicExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerTopicEventSubscription_UpdateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerTopicEventSubscription_UpdateViaJsonFilePath.cs index 264dd1aefff3..6757773cdf4f 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerTopicEventSubscription_UpdateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerTopicEventSubscription_UpdateViaJsonFilePath.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription of a partner topic. + /// update an existing event subscription of a partner topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridPartnerTopicEventSubscription_UpdateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription of a partner topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription of a partner topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerTopicEventSubscription_UpdateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerTopicEventSubscription_UpdateViaJsonString.cs index e5d0da443524..1872685dde9a 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerTopicEventSubscription_UpdateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerTopicEventSubscription_UpdateViaJsonString.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription of a partner topic. + /// update an existing event subscription of a partner topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridPartnerTopicEventSubscription_UpdateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription of a partner topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription of a partner topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerTopic_UpdateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerTopic_UpdateExpanded.cs index b4868500e086..ae75a6ec146e 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerTopic_UpdateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerTopic_UpdateExpanded.cs @@ -10,14 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new partner topic with the specified parameters. + /// Asynchronously update a new partner topic with the specified parameters. /// /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}" /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridPartnerTopic_UpdateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerTopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new partner topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously update a new partner topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] public partial class UpdateAzEventGridPartnerTopic_UpdateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerTopic_UpdateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerTopic_UpdateViaIdentityExpanded.cs index c2b005b2cd16..b6e70ea388a3 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerTopic_UpdateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPartnerTopic_UpdateViaIdentityExpanded.cs @@ -10,14 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new partner topic with the specified parameters. + /// Asynchronously update a new partner topic with the specified parameters. /// /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}" /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridPartnerTopic_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerTopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new partner topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously update a new partner topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] public partial class UpdateAzEventGridPartnerTopic_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPermissionBinding_UpdateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPermissionBinding_UpdateExpanded.cs index 2a689e76783a..8ff20c3e1171 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPermissionBinding_UpdateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPermissionBinding_UpdateExpanded.cs @@ -10,14 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update a permission binding with the specified parameters. + /// update a permission binding with the specified parameters. /// /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/permissionBindings/{permissionBindingName}" /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/permissionBindings/{permissionBindingName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridPermissionBinding_UpdateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPermissionBinding))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update a permission binding with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update a permission binding with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] public partial class UpdateAzEventGridPermissionBinding_UpdateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPermissionBinding_UpdateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPermissionBinding_UpdateViaIdentityExpanded.cs index 72d71da38c62..3ee7eadaf7f4 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPermissionBinding_UpdateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPermissionBinding_UpdateViaIdentityExpanded.cs @@ -10,14 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update a permission binding with the specified parameters. + /// update a permission binding with the specified parameters. /// /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/permissionBindings/{permissionBindingName}" /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/permissionBindings/{permissionBindingName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridPermissionBinding_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPermissionBinding))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update a permission binding with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update a permission binding with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] public partial class UpdateAzEventGridPermissionBinding_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPermissionBinding_UpdateViaIdentityNamespaceExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPermissionBinding_UpdateViaIdentityNamespaceExpanded.cs index 78d703927b7f..952e486c8429 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPermissionBinding_UpdateViaIdentityNamespaceExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridPermissionBinding_UpdateViaIdentityNamespaceExpanded.cs @@ -10,14 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update a permission binding with the specified parameters. + /// update a permission binding with the specified parameters. /// /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/permissionBindings/{permissionBindingName}" /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/permissionBindings/{permissionBindingName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridPermissionBinding_UpdateViaIdentityNamespaceExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPermissionBinding))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update a permission binding with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update a permission binding with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] public partial class UpdateAzEventGridPermissionBinding_UpdateViaIdentityNamespaceExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSubscription_UpdateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSubscription_UpdateExpanded.cs index 9be735c811a4..1d5ef180c7bc 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSubscription_UpdateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSubscription_UpdateExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously updates an existing event subscription. + /// Asynchronously update an existing event subscription. /// /// [OpenAPI] Update=>PATCH:"/{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridSubscription_UpdateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously updates an existing event subscription.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously update an existing event subscription.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridSubscription_UpdateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSubscription_UpdateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSubscription_UpdateViaIdentityExpanded.cs index 2d757da00ef7..75969ebbf6e0 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSubscription_UpdateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSubscription_UpdateViaIdentityExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously updates an existing event subscription. + /// Asynchronously update an existing event subscription. /// /// [OpenAPI] Update=>PATCH:"/{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridSubscription_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously updates an existing event subscription.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously update an existing event subscription.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridSubscription_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSubscription_UpdateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSubscription_UpdateViaJsonFilePath.cs index 1c9758a27021..8014fe19eb4d 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSubscription_UpdateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSubscription_UpdateViaJsonFilePath.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously updates an existing event subscription. + /// Asynchronously update an existing event subscription. /// /// [OpenAPI] Update=>PATCH:"/{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridSubscription_UpdateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously updates an existing event subscription.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously update an existing event subscription.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSubscription_UpdateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSubscription_UpdateViaJsonString.cs index afcc066ab3a9..4e2e4fa90028 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSubscription_UpdateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSubscription_UpdateViaJsonString.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously updates an existing event subscription. + /// Asynchronously update an existing event subscription. /// /// [OpenAPI] Update=>PATCH:"/{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridSubscription_UpdateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously updates an existing event subscription.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously update an existing event subscription.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSystemTopicEventSubscription_UpdateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSystemTopicEventSubscription_UpdateExpanded.cs index 274c9c618d3c..98c5b29617c5 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSystemTopicEventSubscription_UpdateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSystemTopicEventSubscription_UpdateExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription of a system topic. + /// update an existing event subscription of a system topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridSystemTopicEventSubscription_UpdateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription of a system topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription of a system topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridSystemTopicEventSubscription_UpdateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSystemTopicEventSubscription_UpdateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSystemTopicEventSubscription_UpdateViaIdentityExpanded.cs index 2a8d668e9b9c..fc2e48401a75 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSystemTopicEventSubscription_UpdateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSystemTopicEventSubscription_UpdateViaIdentityExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription of a system topic. + /// update an existing event subscription of a system topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridSystemTopicEventSubscription_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription of a system topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription of a system topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridSystemTopicEventSubscription_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSystemTopicEventSubscription_UpdateViaIdentitySystemTopicExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSystemTopicEventSubscription_UpdateViaIdentitySystemTopicExpanded.cs index d84c1150bf85..c9cd5f6cfacb 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSystemTopicEventSubscription_UpdateViaIdentitySystemTopicExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSystemTopicEventSubscription_UpdateViaIdentitySystemTopicExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription of a system topic. + /// update an existing event subscription of a system topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridSystemTopicEventSubscription_UpdateViaIdentitySystemTopicExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription of a system topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription of a system topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridSystemTopicEventSubscription_UpdateViaIdentitySystemTopicExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSystemTopicEventSubscription_UpdateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSystemTopicEventSubscription_UpdateViaJsonFilePath.cs index 7f510eca8b85..1d2424ebbe67 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSystemTopicEventSubscription_UpdateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSystemTopicEventSubscription_UpdateViaJsonFilePath.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription of a system topic. + /// update an existing event subscription of a system topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridSystemTopicEventSubscription_UpdateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription of a system topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription of a system topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSystemTopicEventSubscription_UpdateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSystemTopicEventSubscription_UpdateViaJsonString.cs index bb417f6a1f6f..4b10de85c561 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSystemTopicEventSubscription_UpdateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSystemTopicEventSubscription_UpdateViaJsonString.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription of a system topic. + /// update an existing event subscription of a system topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridSystemTopicEventSubscription_UpdateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription of a system topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription of a system topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSystemTopic_UpdateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSystemTopic_UpdateExpanded.cs index 4d5e4ac7bf87..6122a4192dad 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSystemTopic_UpdateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSystemTopic_UpdateExpanded.cs @@ -10,14 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new system topic with the specified parameters. + /// Asynchronously update a new system topic with the specified parameters. /// /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}" /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridSystemTopic_UpdateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISystemTopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new system topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously update a new system topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] public partial class UpdateAzEventGridSystemTopic_UpdateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSystemTopic_UpdateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSystemTopic_UpdateViaIdentityExpanded.cs index d9eb513e049d..5bee81e8e8c8 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSystemTopic_UpdateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridSystemTopic_UpdateViaIdentityExpanded.cs @@ -10,14 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new system topic with the specified parameters. + /// Asynchronously update a new system topic with the specified parameters. /// /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}" /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridSystemTopic_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISystemTopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new system topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously update a new system topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] public partial class UpdateAzEventGridSystemTopic_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicEventSubscription_UpdateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicEventSubscription_UpdateExpanded.cs index f8ca467e105f..af78f309b77d 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicEventSubscription_UpdateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicEventSubscription_UpdateExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription for a topic. + /// update an existing event subscription for a topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridTopicEventSubscription_UpdateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription for a topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription for a topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridTopicEventSubscription_UpdateExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicEventSubscription_UpdateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicEventSubscription_UpdateViaIdentityExpanded.cs index 81e25d829cf8..fc7f507f7bbc 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicEventSubscription_UpdateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicEventSubscription_UpdateViaIdentityExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription for a topic. + /// update an existing event subscription for a topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridTopicEventSubscription_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription for a topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription for a topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridTopicEventSubscription_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicEventSubscription_UpdateViaIdentityTopicExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicEventSubscription_UpdateViaIdentityTopicExpanded.cs index 959119e3b6ad..a6ee2542c5fa 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicEventSubscription_UpdateViaIdentityTopicExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicEventSubscription_UpdateViaIdentityTopicExpanded.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription for a topic. + /// update an existing event subscription for a topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridTopicEventSubscription_UpdateViaIdentityTopicExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription for a topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription for a topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] public partial class UpdateAzEventGridTopicEventSubscription_UpdateViaIdentityTopicExpanded : global::System.Management.Automation.PSCmdlet, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicEventSubscription_UpdateViaJsonFilePath.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicEventSubscription_UpdateViaJsonFilePath.cs index a94f77066de7..9887ef91277c 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicEventSubscription_UpdateViaJsonFilePath.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicEventSubscription_UpdateViaJsonFilePath.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription for a topic. + /// update an existing event subscription for a topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridTopicEventSubscription_UpdateViaJsonFilePath", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription for a topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription for a topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicEventSubscription_UpdateViaJsonString.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicEventSubscription_UpdateViaJsonString.cs index 2332aa33757f..20faa4974769 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicEventSubscription_UpdateViaJsonString.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicEventSubscription_UpdateViaJsonString.cs @@ -10,13 +10,13 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update an existing event subscription for a topic. + /// update an existing event subscription for a topic. /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridTopicEventSubscription_UpdateViaJsonString", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update an existing event subscription for a topic.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update an existing event subscription for a topic.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}", ApiVersion = "2023-06-01-preview")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.NotSuggestDefaultParameterSet] diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicSpace_UpdateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicSpace_UpdateExpanded.cs index 7d7fb4d02dfa..3c037325b7af 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicSpace_UpdateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicSpace_UpdateExpanded.cs @@ -10,14 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update a topic space with the specified parameters. + /// update a topic space with the specified parameters. /// /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topicSpaces/{topicSpaceName}" /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topicSpaces/{topicSpaceName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridTopicSpace_UpdateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicSpace))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update a topic space with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update a topic space with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] public partial class UpdateAzEventGridTopicSpace_UpdateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicSpace_UpdateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicSpace_UpdateViaIdentityExpanded.cs index 6b2e5ba85ab3..c2c63aae03ff 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicSpace_UpdateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicSpace_UpdateViaIdentityExpanded.cs @@ -10,14 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update a topic space with the specified parameters. + /// update a topic space with the specified parameters. /// /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topicSpaces/{topicSpaceName}" /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topicSpaces/{topicSpaceName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridTopicSpace_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicSpace))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update a topic space with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update a topic space with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] public partial class UpdateAzEventGridTopicSpace_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicSpace_UpdateViaIdentityNamespaceExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicSpace_UpdateViaIdentityNamespaceExpanded.cs index b60386ce83d2..9c25531264e0 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicSpace_UpdateViaIdentityNamespaceExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopicSpace_UpdateViaIdentityNamespaceExpanded.cs @@ -10,14 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Update a topic space with the specified parameters. + /// update a topic space with the specified parameters. /// /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topicSpaces/{topicSpaceName}" /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topicSpaces/{topicSpaceName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridTopicSpace_UpdateViaIdentityNamespaceExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicSpace))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Update a topic space with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"update a topic space with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] public partial class UpdateAzEventGridTopicSpace_UpdateViaIdentityNamespaceExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopic_UpdateExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopic_UpdateExpanded.cs index d198f73ba346..7e08ba18b825 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopic_UpdateExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopic_UpdateExpanded.cs @@ -10,14 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new topic with the specified parameters. + /// Asynchronously update a new topic with the specified parameters. /// /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}" /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridTopic_UpdateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously update a new topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] public partial class UpdateAzEventGridTopic_UpdateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener, diff --git a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopic_UpdateViaIdentityExpanded.cs b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopic_UpdateViaIdentityExpanded.cs index 2e672ae973ec..9bb045b7b378 100644 --- a/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopic_UpdateViaIdentityExpanded.cs +++ b/src/EventGrid/EventGrid.Autorest/generated/cmdlets/UpdateAzEventGridTopic_UpdateViaIdentityExpanded.cs @@ -10,14 +10,14 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Cmdlets using Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Cmdlets; using System; - /// Asynchronously creates a new topic with the specified parameters. + /// Asynchronously update a new topic with the specified parameters. /// /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}" /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}" /// [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzEventGridTopic_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopic))] - [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously creates a new topic with the specified parameters.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Description(@"Asynchronously update a new topic with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Generated] public partial class UpdateAzEventGridTopic_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener, diff --git a/src/EventGrid/EventGrid.Autorest/help/Az.EventGrid.md b/src/EventGrid/EventGrid.Autorest/help/Az.EventGrid.md index 9ccc0686c962..c1f017d9a465 100644 --- a/src/EventGrid/EventGrid.Autorest/help/Az.EventGrid.md +++ b/src/EventGrid/EventGrid.Autorest/help/Az.EventGrid.md @@ -170,41 +170,44 @@ Get properties of a verified partner. ### [Grant-AzEventGridPartnerConfiguration](Grant-AzEventGridPartnerConfiguration.md) Authorize a single partner either by partner registration immutable Id or by partner name. -### [New-AzEventGridAdvancedFilterObject](New-AzEventGridAdvancedFilterObject.md) -Create an in-memory object for AdvancedFilter. - ### [New-AzEventGridAzureFunctionEventSubscriptionDestinationObject](New-AzEventGridAzureFunctionEventSubscriptionDestinationObject.md) Create an in-memory object for AzureFunctionEventSubscriptionDestination. +### [New-AzEventGridBoolEqualsAdvancedFilterObject](New-AzEventGridBoolEqualsAdvancedFilterObject.md) +Create an in-memory object for BoolEqualsAdvancedFilter. + +### [New-AzEventGridBoolEqualsFilterObject](New-AzEventGridBoolEqualsFilterObject.md) +Create an in-memory object for BoolEqualsFilter. + ### [New-AzEventGridCaCertificate](New-AzEventGridCaCertificate.md) -Create a CA certificate with the specified parameters. +create a CA certificate with the specified parameters. ### [New-AzEventGridChannel](New-AzEventGridChannel.md) -Synchronously creates or updates a new channel with the specified parameters. +Synchronously create a new channel with the specified parameters. ### [New-AzEventGridClient](New-AzEventGridClient.md) -Create a client with the specified parameters. +create a client with the specified parameters. ### [New-AzEventGridClientGroup](New-AzEventGridClientGroup.md) -Create a client group with the specified parameters. - -### [New-AzEventGridDeliveryAttributeMappingObject](New-AzEventGridDeliveryAttributeMappingObject.md) -Create an in-memory object for DeliveryAttributeMapping. +create a client group with the specified parameters. ### [New-AzEventGridDomain](New-AzEventGridDomain.md) -Asynchronously creates or updates a new domain with the specified parameters. +Asynchronously create a new domain with the specified parameters. ### [New-AzEventGridDomainEventSubscription](New-AzEventGridDomainEventSubscription.md) -Asynchronously creates a new event subscription or updates an existing event subscription. +Asynchronously create a new event subscription or create an existing event subscription. ### [New-AzEventGridDomainKey](New-AzEventGridDomainKey.md) Regenerate a shared access key for a domain. ### [New-AzEventGridDomainTopic](New-AzEventGridDomainTopic.md) -Asynchronously creates or updates a new domain topic with the specified parameters. +Asynchronously create a new domain topic with the specified parameters. ### [New-AzEventGridDomainTopicEventSubscription](New-AzEventGridDomainTopicEventSubscription.md) -Asynchronously creates a new event subscription or updates an existing event subscription. +Asynchronously create a new event subscription or create an existing event subscription. + +### [New-AzEventGridDynamicDeliveryAttributeMappingObject](New-AzEventGridDynamicDeliveryAttributeMappingObject.md) +Create an in-memory object for DynamicDeliveryAttributeMapping. ### [New-AzEventGridDynamicRoutingEnrichmentObject](New-AzEventGridDynamicRoutingEnrichmentObject.md) Create an in-memory object for DynamicRoutingEnrichment. @@ -212,8 +215,8 @@ Create an in-memory object for DynamicRoutingEnrichment. ### [New-AzEventGridEventHubEventSubscriptionDestinationObject](New-AzEventGridEventHubEventSubscriptionDestinationObject.md) Create an in-memory object for EventHubEventSubscriptionDestination. -### [New-AzEventGridFilterObject](New-AzEventGridFilterObject.md) -Create an in-memory object for Filter. +### [New-AzEventGridEventSubscriptionFilterObject](New-AzEventGridEventSubscriptionFilterObject.md) +Create an in-memory object for EventSubscriptionFilter. ### [New-AzEventGridHybridConnectionEventSubscriptionDestinationObject](New-AzEventGridHybridConnectionEventSubscriptionDestinationObject.md) Create an in-memory object for HybridConnectionEventSubscriptionDestination. @@ -221,33 +224,93 @@ Create an in-memory object for HybridConnectionEventSubscriptionDestination. ### [New-AzEventGridInboundIPRuleObject](New-AzEventGridInboundIPRuleObject.md) Create an in-memory object for InboundIPRule. +### [New-AzEventGridIsNotNullAdvancedFilterObject](New-AzEventGridIsNotNullAdvancedFilterObject.md) +Create an in-memory object for IsNotNullAdvancedFilter. + +### [New-AzEventGridIsNotNullFilterObject](New-AzEventGridIsNotNullFilterObject.md) +Create an in-memory object for IsNotNullFilter. + +### [New-AzEventGridIsNullOrUndefinedAdvancedFilterObject](New-AzEventGridIsNullOrUndefinedAdvancedFilterObject.md) +Create an in-memory object for IsNullOrUndefinedAdvancedFilter. + +### [New-AzEventGridIsNullOrUndefinedFilterObject](New-AzEventGridIsNullOrUndefinedFilterObject.md) +Create an in-memory object for IsNullOrUndefinedFilter. + ### [New-AzEventGridNamespace](New-AzEventGridNamespace.md) -Asynchronously creates or updates a new namespace with the specified parameters. +Asynchronously create a new namespace with the specified parameters. ### [New-AzEventGridNamespaceKey](New-AzEventGridNamespaceKey.md) Regenerate a shared access key for a namespace. ### [New-AzEventGridNamespaceTopic](New-AzEventGridNamespaceTopic.md) -Asynchronously creates a new namespace topic with the specified parameters. +Asynchronously create a new namespace topic with the specified parameters. ### [New-AzEventGridNamespaceTopicEventSubscription](New-AzEventGridNamespaceTopicEventSubscription.md) -Asynchronously creates or updates an event subscription of a namespace topic with the specified parameters. +Asynchronously create an event subscription of a namespace topic with the specified parameters. Existing event subscriptions will be updated with this API. ### [New-AzEventGridNamespaceTopicKey](New-AzEventGridNamespaceTopicKey.md) Regenerate a shared access key for a namespace topic. +### [New-AzEventGridNumberGreaterThanAdvancedFilterObject](New-AzEventGridNumberGreaterThanAdvancedFilterObject.md) +Create an in-memory object for NumberGreaterThanAdvancedFilter. + +### [New-AzEventGridNumberGreaterThanFilterObject](New-AzEventGridNumberGreaterThanFilterObject.md) +Create an in-memory object for NumberGreaterThanFilter. + +### [New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject](New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject.md) +Create an in-memory object for NumberGreaterThanOrEqualsAdvancedFilter. + +### [New-AzEventGridNumberGreaterThanOrEqualsFilterObject](New-AzEventGridNumberGreaterThanOrEqualsFilterObject.md) +Create an in-memory object for NumberGreaterThanOrEqualsFilter. + +### [New-AzEventGridNumberInAdvancedFilterObject](New-AzEventGridNumberInAdvancedFilterObject.md) +Create an in-memory object for NumberInAdvancedFilter. + +### [New-AzEventGridNumberInFilterObject](New-AzEventGridNumberInFilterObject.md) +Create an in-memory object for NumberInFilter. + +### [New-AzEventGridNumberInRangeAdvancedFilterObject](New-AzEventGridNumberInRangeAdvancedFilterObject.md) +Create an in-memory object for NumberInRangeAdvancedFilter. + +### [New-AzEventGridNumberInRangeFilterObject](New-AzEventGridNumberInRangeFilterObject.md) +Create an in-memory object for NumberInRangeFilter. + +### [New-AzEventGridNumberLessThanAdvancedFilterObject](New-AzEventGridNumberLessThanAdvancedFilterObject.md) +Create an in-memory object for NumberLessThanAdvancedFilter. + +### [New-AzEventGridNumberLessThanFilterObject](New-AzEventGridNumberLessThanFilterObject.md) +Create an in-memory object for NumberLessThanFilter. + +### [New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject](New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject.md) +Create an in-memory object for NumberLessThanOrEqualsAdvancedFilter. + +### [New-AzEventGridNumberLessThanOrEqualsFilterObject](New-AzEventGridNumberLessThanOrEqualsFilterObject.md) +Create an in-memory object for NumberLessThanOrEqualsFilter. + +### [New-AzEventGridNumberNotInAdvancedFilterObject](New-AzEventGridNumberNotInAdvancedFilterObject.md) +Create an in-memory object for NumberNotInAdvancedFilter. + +### [New-AzEventGridNumberNotInFilterObject](New-AzEventGridNumberNotInFilterObject.md) +Create an in-memory object for NumberNotInFilter. + +### [New-AzEventGridNumberNotInRangeAdvancedFilterObject](New-AzEventGridNumberNotInRangeAdvancedFilterObject.md) +Create an in-memory object for NumberNotInRangeAdvancedFilter. + +### [New-AzEventGridNumberNotInRangeFilterObject](New-AzEventGridNumberNotInRangeFilterObject.md) +Create an in-memory object for NumberNotInRangeFilter. + ### [New-AzEventGridPartnerConfiguration](New-AzEventGridPartnerConfiguration.md) -Synchronously creates or updates a partner configuration with the specified parameters. +Synchronously create a partner configuration with the specified parameters. ### [New-AzEventGridPartnerDestination](New-AzEventGridPartnerDestination.md) -Asynchronously creates a new partner destination with the specified parameters. +Asynchronously create a new partner destination with the specified parameters. ### [New-AzEventGridPartnerEventSubscriptionDestinationObject](New-AzEventGridPartnerEventSubscriptionDestinationObject.md) Create an in-memory object for PartnerEventSubscriptionDestination. ### [New-AzEventGridPartnerNamespace](New-AzEventGridPartnerNamespace.md) -Asynchronously creates a new partner namespace with the specified parameters. +Asynchronously create a new partner namespace with the specified parameters. ### [New-AzEventGridPartnerNamespaceKey](New-AzEventGridPartnerNamespaceKey.md) Regenerate a shared access key for a partner namespace. @@ -256,17 +319,17 @@ Regenerate a shared access key for a partner namespace. Create an in-memory object for Partner. ### [New-AzEventGridPartnerRegistration](New-AzEventGridPartnerRegistration.md) -Create a new partner registration with the specified parameters. +create a new partner registration with the specified parameters. ### [New-AzEventGridPartnerTopic](New-AzEventGridPartnerTopic.md) -Asynchronously creates a new partner topic with the specified parameters. +Asynchronously create a new partner topic with the specified parameters. ### [New-AzEventGridPartnerTopicEventSubscription](New-AzEventGridPartnerTopicEventSubscription.md) -Asynchronously creates or updates an event subscription of a partner topic with the specified parameters. +Asynchronously create an event subscription of a partner topic with the specified parameters. Existing event subscriptions will be updated with this API. ### [New-AzEventGridPermissionBinding](New-AzEventGridPermissionBinding.md) -Create a permission binding with the specified parameters. +create a permission binding with the specified parameters. ### [New-AzEventGridPrivateEndpointConnectionObject](New-AzEventGridPrivateEndpointConnectionObject.md) Create an in-memory object for PrivateEndpointConnection. @@ -280,33 +343,84 @@ Create an in-memory object for ServiceBusQueueEventSubscriptionDestination. ### [New-AzEventGridServiceBusTopicEventSubscriptionDestinationObject](New-AzEventGridServiceBusTopicEventSubscriptionDestinationObject.md) Create an in-memory object for ServiceBusTopicEventSubscriptionDestination. +### [New-AzEventGridStaticDeliveryAttributeMappingObject](New-AzEventGridStaticDeliveryAttributeMappingObject.md) +Create an in-memory object for StaticDeliveryAttributeMapping. + ### [New-AzEventGridStaticRoutingEnrichmentObject](New-AzEventGridStaticRoutingEnrichmentObject.md) Create an in-memory object for StaticRoutingEnrichment. ### [New-AzEventGridStorageQueueEventSubscriptionDestinationObject](New-AzEventGridStorageQueueEventSubscriptionDestinationObject.md) Create an in-memory object for StorageQueueEventSubscriptionDestination. +### [New-AzEventGridStringBeginsWithAdvancedFilterObject](New-AzEventGridStringBeginsWithAdvancedFilterObject.md) +Create an in-memory object for StringBeginsWithAdvancedFilter. + +### [New-AzEventGridStringBeginsWithFilterObject](New-AzEventGridStringBeginsWithFilterObject.md) +Create an in-memory object for StringBeginsWithFilter. + +### [New-AzEventGridStringContainsAdvancedFilterObject](New-AzEventGridStringContainsAdvancedFilterObject.md) +Create an in-memory object for StringContainsAdvancedFilter. + +### [New-AzEventGridStringContainsFilterObject](New-AzEventGridStringContainsFilterObject.md) +Create an in-memory object for StringContainsFilter. + +### [New-AzEventGridStringEndsWithAdvancedFilterObject](New-AzEventGridStringEndsWithAdvancedFilterObject.md) +Create an in-memory object for StringEndsWithAdvancedFilter. + +### [New-AzEventGridStringEndsWithFilterObject](New-AzEventGridStringEndsWithFilterObject.md) +Create an in-memory object for StringEndsWithFilter. + +### [New-AzEventGridStringInAdvancedFilterObject](New-AzEventGridStringInAdvancedFilterObject.md) +Create an in-memory object for StringInAdvancedFilter. + +### [New-AzEventGridStringInFilterObject](New-AzEventGridStringInFilterObject.md) +Create an in-memory object for StringInFilter. + +### [New-AzEventGridStringNotBeginsWithAdvancedFilterObject](New-AzEventGridStringNotBeginsWithAdvancedFilterObject.md) +Create an in-memory object for StringNotBeginsWithAdvancedFilter. + +### [New-AzEventGridStringNotBeginsWithFilterObject](New-AzEventGridStringNotBeginsWithFilterObject.md) +Create an in-memory object for StringNotBeginsWithFilter. + +### [New-AzEventGridStringNotContainsAdvancedFilterObject](New-AzEventGridStringNotContainsAdvancedFilterObject.md) +Create an in-memory object for StringNotContainsAdvancedFilter. + +### [New-AzEventGridStringNotContainsFilterObject](New-AzEventGridStringNotContainsFilterObject.md) +Create an in-memory object for StringNotContainsFilter. + +### [New-AzEventGridStringNotEndsWithAdvancedFilterObject](New-AzEventGridStringNotEndsWithAdvancedFilterObject.md) +Create an in-memory object for StringNotEndsWithAdvancedFilter. + +### [New-AzEventGridStringNotEndsWithFilterObject](New-AzEventGridStringNotEndsWithFilterObject.md) +Create an in-memory object for StringNotEndsWithFilter. + +### [New-AzEventGridStringNotInAdvancedFilterObject](New-AzEventGridStringNotInAdvancedFilterObject.md) +Create an in-memory object for StringNotInAdvancedFilter. + +### [New-AzEventGridStringNotInFilterObject](New-AzEventGridStringNotInFilterObject.md) +Create an in-memory object for StringNotInFilter. + ### [New-AzEventGridSubscription](New-AzEventGridSubscription.md) -Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope. +Asynchronously create a new event subscription or create an existing event subscription based on the specified scope. ### [New-AzEventGridSystemTopic](New-AzEventGridSystemTopic.md) -Asynchronously creates a new system topic with the specified parameters. +Asynchronously create a new system topic with the specified parameters. ### [New-AzEventGridSystemTopicEventSubscription](New-AzEventGridSystemTopicEventSubscription.md) -Asynchronously creates or updates an event subscription with the specified parameters. +Asynchronously create an event subscription with the specified parameters. Existing event subscriptions will be updated with this API. ### [New-AzEventGridTopic](New-AzEventGridTopic.md) -Asynchronously creates a new topic with the specified parameters. +Asynchronously create a new topic with the specified parameters. ### [New-AzEventGridTopicEventSubscription](New-AzEventGridTopicEventSubscription.md) -Asynchronously creates a new event subscription or updates an existing event subscription. +Asynchronously create a new event subscription or create an existing event subscription. ### [New-AzEventGridTopicKey](New-AzEventGridTopicKey.md) Regenerate a shared access key for a topic. ### [New-AzEventGridTopicSpace](New-AzEventGridTopicSpace.md) -Create a topic space with the specified parameters. +create a topic space with the specified parameters. ### [New-AzEventGridWebHookEventSubscriptionDestinationObject](New-AzEventGridWebHookEventSubscriptionDestinationObject.md) Create an in-memory object for WebHookEventSubscriptionDestination. @@ -387,65 +501,65 @@ Delete an existing topic space. Unauthorize a single partner either by partner registration immutable Id or by partner name. ### [Update-AzEventGridChannel](Update-AzEventGridChannel.md) -Synchronously updates a channel with the specified parameters. +Synchronously update a channel with the specified parameters. ### [Update-AzEventGridClient](Update-AzEventGridClient.md) -Update a client with the specified parameters. +update a client with the specified parameters. ### [Update-AzEventGridClientGroup](Update-AzEventGridClientGroup.md) -Update a client group with the specified parameters. +update a client group with the specified parameters. ### [Update-AzEventGridDomain](Update-AzEventGridDomain.md) -Asynchronously creates or updates a new domain with the specified parameters. +Asynchronously update a new domain with the specified parameters. ### [Update-AzEventGridDomainEventSubscription](Update-AzEventGridDomainEventSubscription.md) -Update an existing event subscription for a topic. +update an existing event subscription for a topic. ### [Update-AzEventGridDomainTopicEventSubscription](Update-AzEventGridDomainTopicEventSubscription.md) -Update an existing event subscription for a domain topic. +update an existing event subscription for a domain topic. ### [Update-AzEventGridNamespace](Update-AzEventGridNamespace.md) -Asynchronously creates or updates a new namespace with the specified parameters. +Asynchronously update a new namespace with the specified parameters. ### [Update-AzEventGridNamespaceTopic](Update-AzEventGridNamespaceTopic.md) -Asynchronously updates a namespace topic with the specified parameters. +Asynchronously update a namespace topic with the specified parameters. ### [Update-AzEventGridNamespaceTopicEventSubscription](Update-AzEventGridNamespaceTopicEventSubscription.md) -Update an existing event subscription of a namespace topic. +update an existing event subscription of a namespace topic. ### [Update-AzEventGridPartnerConfiguration](Update-AzEventGridPartnerConfiguration.md) -Synchronously updates a partner configuration with the specified parameters. +Synchronously update a partner configuration with the specified parameters. ### [Update-AzEventGridPartnerDestination](Update-AzEventGridPartnerDestination.md) -Asynchronously updates a partner destination with the specified parameters. +Asynchronously update a partner destination with the specified parameters. ### [Update-AzEventGridPartnerNamespace](Update-AzEventGridPartnerNamespace.md) -Asynchronously updates a partner namespace with the specified parameters. +Asynchronously update a partner namespace with the specified parameters. ### [Update-AzEventGridPartnerTopic](Update-AzEventGridPartnerTopic.md) -Asynchronously creates a new partner topic with the specified parameters. +Asynchronously update a new partner topic with the specified parameters. ### [Update-AzEventGridPartnerTopicEventSubscription](Update-AzEventGridPartnerTopicEventSubscription.md) -Update an existing event subscription of a partner topic. +update an existing event subscription of a partner topic. ### [Update-AzEventGridPermissionBinding](Update-AzEventGridPermissionBinding.md) -Update a permission binding with the specified parameters. +update a permission binding with the specified parameters. ### [Update-AzEventGridSubscription](Update-AzEventGridSubscription.md) -Asynchronously updates an existing event subscription. +Asynchronously update an existing event subscription. ### [Update-AzEventGridSystemTopic](Update-AzEventGridSystemTopic.md) -Asynchronously creates a new system topic with the specified parameters. +Asynchronously update a new system topic with the specified parameters. ### [Update-AzEventGridSystemTopicEventSubscription](Update-AzEventGridSystemTopicEventSubscription.md) -Update an existing event subscription of a system topic. +update an existing event subscription of a system topic. ### [Update-AzEventGridTopic](Update-AzEventGridTopic.md) -Asynchronously creates a new topic with the specified parameters. +Asynchronously update a new topic with the specified parameters. ### [Update-AzEventGridTopicEventSubscription](Update-AzEventGridTopicEventSubscription.md) -Update an existing event subscription for a topic. +update an existing event subscription for a topic. ### [Update-AzEventGridTopicSpace](Update-AzEventGridTopicSpace.md) -Update a topic space with the specified parameters. +update a topic space with the specified parameters. diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridBoolEqualsAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridBoolEqualsAdvancedFilterObject.md new file mode 100644 index 000000000000..2dc6a9697488 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridBoolEqualsAdvancedFilterObject.md @@ -0,0 +1,81 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridboolequalsadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridBoolEqualsAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for BoolEqualsAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridBoolEqualsAdvancedFilterObject [-Key ] [-Value ] [] +``` + +## DESCRIPTION +Create an in-memory object for BoolEqualsAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for BoolEqualsAdvancedFilter. +```powershell +New-AzEventGridBoolEqualsAdvancedFilterObject -Key "testKey" -Value:$true +``` + +```output +Key OperatorType Value +--- ------------ ----- +testKey BoolEquals True +``` + +Create an in-memory object for BoolEqualsAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The boolean filter value. + +```yaml +Type: System.Boolean +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.BoolEqualsAdvancedFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridBoolEqualsFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridBoolEqualsFilterObject.md new file mode 100644 index 000000000000..f8be74920790 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridBoolEqualsFilterObject.md @@ -0,0 +1,79 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridboolequalsfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridBoolEqualsFilterObject + +## SYNOPSIS +Create an in-memory object for BoolEqualsFilter. + +## SYNTAX + +``` +New-AzEventGridBoolEqualsFilterObject [-Key ] [-Value ] [] +``` + +## DESCRIPTION +Create an in-memory object for BoolEqualsFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for BoolEqualsFilter. +```powershell +New-AzEventGridBoolEqualsFilterObject -Key "testKey" -Value:$true +``` + +```output +New-AzEventGridBoolEqualsFilterObject -Key "testKey" -Value:$true +``` + +Create an in-memory object for BoolEqualsFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The boolean filter value. + +```yaml +Type: System.Boolean +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.BoolEqualsFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridCaCertificate.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridCaCertificate.md index 97d84fbf0782..2ddab3b2e060 100644 --- a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridCaCertificate.md +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridCaCertificate.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridCaCertificate ## SYNOPSIS -Create a CA certificate with the specified parameters. +create a CA certificate with the specified parameters. ## SYNTAX @@ -48,7 +48,7 @@ New-AzEventGridCaCertificate -Name -NamespaceName -ResourceGro ``` ## DESCRIPTION -Create a CA certificate with the specified parameters. +create a CA certificate with the specified parameters. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridChannel.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridChannel.md index f65edfe3cfaf..a2fd11bb14c5 100644 --- a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridChannel.md +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridChannel.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridChannel ## SYNOPSIS -Synchronously creates or updates a new channel with the specified parameters. +Synchronously create a new channel with the specified parameters. ## SYNTAX @@ -72,7 +72,7 @@ New-AzEventGridChannel -Name -PartnerNamespaceName -ResourceGr ``` ## DESCRIPTION -Synchronously creates or updates a new channel with the specified parameters. +Synchronously create a new channel with the specified parameters. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridClient.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridClient.md index e5adba345bce..7df228e280da 100644 --- a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridClient.md +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridClient.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridClient ## SYNOPSIS -Create a client with the specified parameters. +create a client with the specified parameters. ## SYNTAX @@ -61,7 +61,7 @@ New-AzEventGridClient -Name -NamespaceName -ResourceGroupName ``` ## DESCRIPTION -Create a client with the specified parameters. +create a client with the specified parameters. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridClientGroup.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridClientGroup.md index 72f26ab9a7f4..ed370ce3535d 100644 --- a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridClientGroup.md +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridClientGroup.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridClientGroup ## SYNOPSIS -Create a client group with the specified parameters. +create a client group with the specified parameters. ## SYNTAX @@ -46,7 +46,7 @@ New-AzEventGridClientGroup -Name -NamespaceName -ResourceGroup ``` ## DESCRIPTION -Create a client group with the specified parameters. +create a client group with the specified parameters. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridDomain.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridDomain.md index 020408ed8ef1..9f9ecb0f51c7 100644 --- a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridDomain.md +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridDomain.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridDomain ## SYNOPSIS -Asynchronously creates or updates a new domain with the specified parameters. +Asynchronously create a new domain with the specified parameters. ## SYNTAX @@ -51,7 +51,7 @@ New-AzEventGridDomain -Name -ResourceGroupName -JsonString -EventSubscriptionNa ``` ## DESCRIPTION -Asynchronously creates a new event subscription or updates an existing event subscription. +Asynchronously create a new event subscription or create an existing event subscription. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridDomainTopic.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridDomainTopic.md index 0cee8103f573..acd15d903892 100644 --- a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridDomainTopic.md +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridDomainTopic.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridDomainTopic ## SYNOPSIS -Asynchronously creates or updates a new domain topic with the specified parameters. +Asynchronously create a new domain topic with the specified parameters. ## SYNTAX @@ -19,7 +19,7 @@ New-AzEventGridDomainTopic -DomainName -Name -ResourceGroupNam ``` ## DESCRIPTION -Asynchronously creates or updates a new domain topic with the specified parameters. +Asynchronously create a new domain topic with the specified parameters. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridDomainTopicEventSubscription.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridDomainTopicEventSubscription.md index 7af71b95dde6..930c277644f2 100644 --- a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridDomainTopicEventSubscription.md +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridDomainTopicEventSubscription.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridDomainTopicEventSubscription ## SYNOPSIS -Asynchronously creates a new event subscription or updates an existing event subscription. +Asynchronously create a new event subscription or create an existing event subscription. ## SYNTAX @@ -86,7 +86,7 @@ New-AzEventGridDomainTopicEventSubscription -DomainName -EventSubscript ``` ## DESCRIPTION -Asynchronously creates a new event subscription or updates an existing event subscription. +Asynchronously create a new event subscription or create an existing event subscription. ## EXAMPLES diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridDeliveryAttributeMappingObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridDynamicDeliveryAttributeMappingObject.md similarity index 57% rename from src/EventGrid/EventGrid/help/New-AzEventGridDeliveryAttributeMappingObject.md rename to src/EventGrid/EventGrid.Autorest/help/New-AzEventGridDynamicDeliveryAttributeMappingObject.md index 42ff19adb1f9..1c6f39c7428a 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridDeliveryAttributeMappingObject.md +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridDynamicDeliveryAttributeMappingObject.md @@ -1,39 +1,39 @@ --- -external help file: Az.EventGrid-help.xml +external help file: Module Name: Az.EventGrid -online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgriddeliveryattributemappingobject +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgriddynamicdeliveryattributemappingobject schema: 2.0.0 --- -# New-AzEventGridDeliveryAttributeMappingObject +# New-AzEventGridDynamicDeliveryAttributeMappingObject ## SYNOPSIS -Create an in-memory object for DeliveryAttributeMapping. +Create an in-memory object for DynamicDeliveryAttributeMapping. ## SYNTAX ``` -New-AzEventGridDeliveryAttributeMappingObject -Type [-Name ] +New-AzEventGridDynamicDeliveryAttributeMappingObject [-Name ] [-SourceField ] [] ``` ## DESCRIPTION -Create an in-memory object for DeliveryAttributeMapping. +Create an in-memory object for DynamicDeliveryAttributeMapping. ## EXAMPLES -### Example 1: Create an in-memory object for DeliveryAttributeMapping. +### Example 1: Create an in-memory object for DynamicDeliveryAttributeMapping. ```powershell -New-AzEventGridDeliveryAttributeMappingObject -Type "TestType" -Name "TestName" +New-AzEventGridDynamicDeliveryAttributeMappingObject -Name "testname" -SourceField "testfield" ``` ```output Name ---- -TestName +testname ``` -Create an in-memory object for DeliveryAttributeMapping. +Create an in-memory object for DynamicDeliveryAttributeMapping. ## PARAMETERS @@ -52,15 +52,15 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Type -Type of the delivery attribute or header name. +### -SourceField +JSON path in the event which contains attribute value. ```yaml Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -74,8 +74,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DeliveryAttributeMapping +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DynamicDeliveryAttributeMapping ## NOTES ## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridEventSubscriptionFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridEventSubscriptionFilterObject.md new file mode 100644 index 000000000000..2aa4cb70b730 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridEventSubscriptionFilterObject.md @@ -0,0 +1,150 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgrideventsubscriptionfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridEventSubscriptionFilterObject + +## SYNOPSIS +Create an in-memory object for EventSubscriptionFilter. + +## SYNTAX + +``` +New-AzEventGridEventSubscriptionFilterObject [-AdvancedFilter ] + [-EnableAdvancedFilteringOnArray ] [-IncludedEventType ] + [-IsSubjectCaseSensitive ] [-SubjectBeginsWith ] [-SubjectEndsWith ] + [] +``` + +## DESCRIPTION +Create an in-memory object for EventSubscriptionFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for EventSubscriptionFilter. +```powershell +$adviceObj = New-AzEventGridBoolEqualsAdvancedFilterObject -Key "testKey" -Value:$true +New-AzEventGridEventSubscriptionFilterObject -AdvancedFilter $adviceObj -EnableAdvancedFilteringOnArray:$true -IncludedEventType "test" -IsSubjectCaseSensitive:$true -SubjectBeginsWith "startTest" -SubjectEndsWith "endTest" +``` + +```output +EnableAdvancedFilteringOnArray IsSubjectCaseSensitive SubjectBeginsWith SubjectEndsWith +------------------------------ ---------------------- ----------------- --------------- +True True startTest endTest +``` + +Create an in-memory object for EventSubscriptionFilter. + +## PARAMETERS + +### -AdvancedFilter +An array of advanced filters that are used for filtering event subscriptions. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EnableAdvancedFilteringOnArray +Allows advanced filters to be evaluated against an array of values instead of expecting a singular value. + +```yaml +Type: System.Boolean +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IncludedEventType +A list of applicable event types that need to be part of the event subscription. +If it is desired to subscribe to all default event types, set the IncludedEventTypes to null. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IsSubjectCaseSensitive +Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter + should be compared in a case sensitive manner. + +```yaml +Type: System.Boolean +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubjectBeginsWith +An optional string to filter events for an event subscription based on a resource path prefix. + The format of this depends on the publisher of the events. + Wildcard characters are not supported in this path. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubjectEndsWith +An optional string to filter events for an event subscription based on a resource path suffix. + Wildcard characters are not supported in this path. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventSubscriptionFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridIsNotNullAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridIsNotNullAdvancedFilterObject.md new file mode 100644 index 000000000000..161e57636851 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridIsNotNullAdvancedFilterObject.md @@ -0,0 +1,66 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridisnotnulladvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridIsNotNullAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for IsNotNullAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridIsNotNullAdvancedFilterObject [-Key ] [] +``` + +## DESCRIPTION +Create an in-memory object for IsNotNullAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for IsNotNullAdvancedFilter. +```powershell +New-AzEventGridIsNotNullAdvancedFilterObject -Key "testkey" +``` + +```output +Key OperatorType +--- ------------ +testkey IsNotNull +``` + +Create an in-memory object for IsNotNullAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNotNullAdvancedFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridIsNotNullFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridIsNotNullFilterObject.md new file mode 100644 index 000000000000..2228f430d418 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridIsNotNullFilterObject.md @@ -0,0 +1,66 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridisnotnullfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridIsNotNullFilterObject + +## SYNOPSIS +Create an in-memory object for IsNotNullFilter. + +## SYNTAX + +``` +New-AzEventGridIsNotNullFilterObject [-Key ] [] +``` + +## DESCRIPTION +Create an in-memory object for IsNotNullFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for IsNotNullFilter. +```powershell +New-AzEventGridIsNotNullFilterObject -Key "testKey" +``` + +```output +Key OperatorType +--- ------------ +testKey IsNotNull +``` + +Create an in-memory object for IsNotNullFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNotNullFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridIsNullOrUndefinedAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridIsNullOrUndefinedAdvancedFilterObject.md new file mode 100644 index 000000000000..b09b28a87a73 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridIsNullOrUndefinedAdvancedFilterObject.md @@ -0,0 +1,66 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridisnullorundefinedadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridIsNullOrUndefinedAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for IsNullOrUndefinedAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridIsNullOrUndefinedAdvancedFilterObject [-Key ] [] +``` + +## DESCRIPTION +Create an in-memory object for IsNullOrUndefinedAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for IsNullOrUndefinedAdvancedFilter. +```powershell +New-AzEventGridIsNullOrUndefinedAdvancedFilterObject -Key "testKey" +``` + +```output +Key OperatorType +--- ------------ +testKey IsNullOrUndefined +``` + +Create an in-memory object for IsNullOrUndefinedAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNullOrUndefinedAdvancedFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridIsNullOrUndefinedFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridIsNullOrUndefinedFilterObject.md new file mode 100644 index 000000000000..d8e10dc8cb14 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridIsNullOrUndefinedFilterObject.md @@ -0,0 +1,66 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridisnullorundefinedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridIsNullOrUndefinedFilterObject + +## SYNOPSIS +Create an in-memory object for IsNullOrUndefinedFilter. + +## SYNTAX + +``` +New-AzEventGridIsNullOrUndefinedFilterObject [-Key ] [] +``` + +## DESCRIPTION +Create an in-memory object for IsNullOrUndefinedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for IsNullOrUndefinedFilter. +```powershell +New-AzEventGridIsNullOrUndefinedFilterObject -Key "testKey" +``` + +```output +Key OperatorType +--- ------------ +testKey IsNullOrUndefined +``` + +Create an in-memory object for IsNullOrUndefinedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNullOrUndefinedFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNamespace.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNamespace.md index e6cd0e51fec9..e9cc0f08dcee 100644 --- a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNamespace.md +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNamespace.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridNamespace ## SYNOPSIS -Asynchronously creates or updates a new namespace with the specified parameters. +Asynchronously create a new namespace with the specified parameters. ## SYNTAX @@ -61,7 +61,7 @@ New-AzEventGridNamespace -Name -ResourceGroupName -JsonString ``` ## DESCRIPTION -Asynchronously creates or updates a new namespace with the specified parameters. +Asynchronously create a new namespace with the specified parameters. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNamespaceTopic.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNamespaceTopic.md index 1dbb708f2fd2..d382ba01c26d 100644 --- a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNamespaceTopic.md +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNamespaceTopic.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridNamespaceTopic ## SYNOPSIS -Asynchronously creates a new namespace topic with the specified parameters. +Asynchronously create a new namespace topic with the specified parameters. ## SYNTAX @@ -48,7 +48,7 @@ New-AzEventGridNamespaceTopic -NamespaceName -ResourceGroupName - ``` ## DESCRIPTION -Asynchronously creates or updates an event subscription of a namespace topic with the specified parameters. +Asynchronously create an event subscription of a namespace topic with the specified parameters. Existing event subscriptions will be updated with this API. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberGreaterThanAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberGreaterThanAdvancedFilterObject.md new file mode 100644 index 000000000000..f1b22f729ef0 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberGreaterThanAdvancedFilterObject.md @@ -0,0 +1,81 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbergreaterthanadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberGreaterThanAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for NumberGreaterThanAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridNumberGreaterThanAdvancedFilterObject [-Key ] [-Value ] [] +``` + +## DESCRIPTION +Create an in-memory object for NumberGreaterThanAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberGreaterThanAdvancedFilter. +```powershell +New-AzEventGridNumberGreaterThanAdvancedFilterObject -Key "testKey" -Value 11.22 +``` + +```output +Key OperatorType Value +--- ------------ ----- +testKey NumberGreaterThan 11.22 +``` + +Create an in-memory object for NumberGreaterThanAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The filter value. + +```yaml +Type: System.Double +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanAdvancedFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberGreaterThanFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberGreaterThanFilterObject.md new file mode 100644 index 000000000000..544a76734cb3 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberGreaterThanFilterObject.md @@ -0,0 +1,81 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbergreaterthanfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberGreaterThanFilterObject + +## SYNOPSIS +Create an in-memory object for NumberGreaterThanFilter. + +## SYNTAX + +``` +New-AzEventGridNumberGreaterThanFilterObject [-Key ] [-Value ] [] +``` + +## DESCRIPTION +Create an in-memory object for NumberGreaterThanFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberGreaterThanFilter. +```powershell +New-AzEventGridNumberGreaterThanFilterObject -Key "testKey" -Value 11.22 +``` + +```output +Key OperatorType Value +--- ------------ ----- +testKey NumberGreaterThan 11.22 +``` + +Create an in-memory object for NumberGreaterThanFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The filter value. + +```yaml +Type: System.Double +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject.md new file mode 100644 index 000000000000..95e882efbbe2 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject.md @@ -0,0 +1,82 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbergreaterthanorequalsadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for NumberGreaterThanOrEqualsAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject [-Key ] [-Value ] + [] +``` + +## DESCRIPTION +Create an in-memory object for NumberGreaterThanOrEqualsAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberGreaterThanOrEqualsAdvancedFilter. +```powershell +New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject -Key "testKey" -Value 11.22 +``` + +```output +Key OperatorType Value +--- ------------ ----- +testKey NumberGreaterThanOrEquals 11.22 +``` + +Create an in-memory object for NumberGreaterThanOrEqualsAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The filter value. + +```yaml +Type: System.Double +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanOrEqualsAdvancedFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberGreaterThanOrEqualsFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberGreaterThanOrEqualsFilterObject.md new file mode 100644 index 000000000000..ca7caae8654e --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberGreaterThanOrEqualsFilterObject.md @@ -0,0 +1,81 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbergreaterthanorequalsfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberGreaterThanOrEqualsFilterObject + +## SYNOPSIS +Create an in-memory object for NumberGreaterThanOrEqualsFilter. + +## SYNTAX + +``` +New-AzEventGridNumberGreaterThanOrEqualsFilterObject [-Key ] [-Value ] [] +``` + +## DESCRIPTION +Create an in-memory object for NumberGreaterThanOrEqualsFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberGreaterThanOrEqualsFilter. +```powershell +New-AzEventGridNumberGreaterThanOrEqualsFilterObject -Key "testKey" -Value 11.22 +``` + +```output +Key OperatorType Value +--- ------------ ----- +testKey NumberGreaterThanOrEquals 11.22 +``` + +Create an in-memory object for NumberGreaterThanOrEqualsFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The filter value. + +```yaml +Type: System.Double +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanOrEqualsFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberInAdvancedFilterObject.md similarity index 60% rename from src/EventGrid/EventGrid.Autorest/help/New-AzEventGridAdvancedFilterObject.md rename to src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberInAdvancedFilterObject.md index 9b1ef5175197..0914b5ef0513 100644 --- a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridAdvancedFilterObject.md +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberInAdvancedFilterObject.md @@ -1,38 +1,38 @@ --- external help file: Module Name: Az.EventGrid -online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridadvancedfilterobject +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberinadvancedfilterobject schema: 2.0.0 --- -# New-AzEventGridAdvancedFilterObject +# New-AzEventGridNumberInAdvancedFilterObject ## SYNOPSIS -Create an in-memory object for AdvancedFilter. +Create an in-memory object for NumberInAdvancedFilter. ## SYNTAX ``` -New-AzEventGridAdvancedFilterObject -OperatorType [-Key ] [] +New-AzEventGridNumberInAdvancedFilterObject [-Key ] [-Value ] [] ``` ## DESCRIPTION -Create an in-memory object for AdvancedFilter. +Create an in-memory object for NumberInAdvancedFilter. ## EXAMPLES -### Example 1: Create an in-memory object for AdvancedFilter. +### Example 1: Create an in-memory object for NumberInAdvancedFilter. ```powershell -New-AzEventGridAdvancedFilterObject -OperatorType NumberIn -Key "TestKey" +New-AzEventGridNumberInAdvancedFilterObject -Key "testKey" -Value 11.22,22.33 ``` ```output Key OperatorType --- ------------ -TestKey NumberIn +testKey NumberIn ``` -Create an in-memory object for AdvancedFilter. +Create an in-memory object for NumberInAdvancedFilter. ## PARAMETERS @@ -51,15 +51,15 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -OperatorType -The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others. +### -Value +The set of filter values. ```yaml -Type: System.String +Type: System.Double[] Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -73,7 +73,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.AdvancedFilter +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInAdvancedFilter ## NOTES diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberInFilterObject.md similarity index 63% rename from src/EventGrid/EventGrid.Autorest/help/New-AzEventGridFilterObject.md rename to src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberInFilterObject.md index f7635737f612..846e8e7b6363 100644 --- a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridFilterObject.md +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberInFilterObject.md @@ -1,38 +1,38 @@ --- external help file: Module Name: Az.EventGrid -online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridfilterobject +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberinfilterobject schema: 2.0.0 --- -# New-AzEventGridFilterObject +# New-AzEventGridNumberInFilterObject ## SYNOPSIS -Create an in-memory object for Filter. +Create an in-memory object for NumberInFilter. ## SYNTAX ``` -New-AzEventGridFilterObject -OperatorType [-Key ] [] +New-AzEventGridNumberInFilterObject [-Key ] [-Value ] [] ``` ## DESCRIPTION -Create an in-memory object for Filter. +Create an in-memory object for NumberInFilter. ## EXAMPLES -### Example 1: Create an in-memory object for Filter. +### Example 1: Create an in-memory object for NumberInFilter. ```powershell -New-AzEventGridFilterObject -OperatorType NumberIn -Key "TestKey" +New-AzEventGridNumberInFilterObject -Key "testKey" -Value 11.22,22.33 ``` ```output Key OperatorType --- ------------ -TestKey NumberIn +testKey NumberIn ``` -Create an in-memory object for Filter. +Create an in-memory object for NumberInFilter. ## PARAMETERS @@ -51,15 +51,15 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -OperatorType -The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others. +### -Value +The set of filter values. ```yaml -Type: System.String +Type: System.Double[] Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -73,7 +73,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.Filter +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInFilter ## NOTES diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberInRangeAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberInRangeAdvancedFilterObject.md new file mode 100644 index 000000000000..9b3eb471ba92 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberInRangeAdvancedFilterObject.md @@ -0,0 +1,82 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberinrangeadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberInRangeAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for NumberInRangeAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridNumberInRangeAdvancedFilterObject [-Key ] [-Value ] [] +``` + +## DESCRIPTION +Create an in-memory object for NumberInRangeAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberInRangeAdvancedFilter. +```powershell +$valuesObj = @(11.11, 22.22, 33.33, 44.44) +New-AzEventGridNumberInRangeAdvancedFilterObject -Key "testKey" -Value @(,$valuesObj) +``` + +```output +Key OperatorType +--- ------------ +testKey NumberInRange +``` + +Create an in-memory object for NumberInRangeAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.Double[][] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInRangeAdvancedFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberInRangeFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberInRangeFilterObject.md new file mode 100644 index 000000000000..a53f1230a2e5 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberInRangeFilterObject.md @@ -0,0 +1,82 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberinrangefilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberInRangeFilterObject + +## SYNOPSIS +Create an in-memory object for NumberInRangeFilter. + +## SYNTAX + +``` +New-AzEventGridNumberInRangeFilterObject [-Key ] [-Value ] [] +``` + +## DESCRIPTION +Create an in-memory object for NumberInRangeFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberInRangeFilter. +```powershell +$valuesObj = @(11.11, 22.22, 33.33, 44.44) +New-AzEventGridNumberInRangeFilterObject -Key "testKey" -Value @(,$valuesObj) +``` + +```output +Key OperatorType +--- ------------ +testKey NumberInRange +``` + +Create an in-memory object for NumberInRangeFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.Double[][] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInRangeFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberLessThanAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberLessThanAdvancedFilterObject.md new file mode 100644 index 000000000000..a92385a5a509 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberLessThanAdvancedFilterObject.md @@ -0,0 +1,81 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberlessthanadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberLessThanAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for NumberLessThanAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridNumberLessThanAdvancedFilterObject [-Key ] [-Value ] [] +``` + +## DESCRIPTION +Create an in-memory object for NumberLessThanAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberLessThanAdvancedFilter. +```powershell +New-AzEventGridNumberLessThanAdvancedFilterObject -Key "testKey" -Value 11.22 +``` + +```output +Key OperatorType Value +--- ------------ ----- +testKey NumberLessThan 11.22 +``` + +Create an in-memory object for NumberLessThanAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The filter value. + +```yaml +Type: System.Double +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanAdvancedFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberLessThanFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberLessThanFilterObject.md new file mode 100644 index 000000000000..752b1b44d89d --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberLessThanFilterObject.md @@ -0,0 +1,81 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberlessthanfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberLessThanFilterObject + +## SYNOPSIS +Create an in-memory object for NumberLessThanFilter. + +## SYNTAX + +``` +New-AzEventGridNumberLessThanFilterObject [-Key ] [-Value ] [] +``` + +## DESCRIPTION +Create an in-memory object for NumberLessThanFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberLessThanFilter. +```powershell +New-AzEventGridNumberLessThanFilterObject -Key "testKey" -Value 11.22 +``` + +```output +Key OperatorType Value +--- ------------ ----- +testKey NumberLessThan 11.22 +``` + +Create an in-memory object for NumberLessThanFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The filter value. + +```yaml +Type: System.Double +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject.md new file mode 100644 index 000000000000..66d654b1a9f4 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject.md @@ -0,0 +1,82 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberlessthanorequalsadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for NumberLessThanOrEqualsAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject [-Key ] [-Value ] + [] +``` + +## DESCRIPTION +Create an in-memory object for NumberLessThanOrEqualsAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberLessThanOrEqualsAdvancedFilter. +```powershell +New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject -Key "testKey" -Value 11.22 +``` + +```output +Key OperatorType Value +--- ------------ ----- +testKey NumberLessThanOrEquals 11.22 +``` + +Create an in-memory object for NumberLessThanOrEqualsAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The filter value. + +```yaml +Type: System.Double +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanOrEqualsAdvancedFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberLessThanOrEqualsFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberLessThanOrEqualsFilterObject.md new file mode 100644 index 000000000000..5fcd4e1a402f --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberLessThanOrEqualsFilterObject.md @@ -0,0 +1,81 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberlessthanorequalsfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberLessThanOrEqualsFilterObject + +## SYNOPSIS +Create an in-memory object for NumberLessThanOrEqualsFilter. + +## SYNTAX + +``` +New-AzEventGridNumberLessThanOrEqualsFilterObject [-Key ] [-Value ] [] +``` + +## DESCRIPTION +Create an in-memory object for NumberLessThanOrEqualsFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberLessThanOrEqualsFilter. +```powershell +New-AzEventGridNumberLessThanOrEqualsFilterObject -Key "testKey" -Value 11.22 +``` + +```output +Key OperatorType Value +--- ------------ ----- +testKey NumberLessThanOrEquals 11.22 +``` + +Create an in-memory object for NumberLessThanOrEqualsFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The filter value. + +```yaml +Type: System.Double +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanOrEqualsFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberNotInAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberNotInAdvancedFilterObject.md new file mode 100644 index 000000000000..92aaedad3f31 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberNotInAdvancedFilterObject.md @@ -0,0 +1,81 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbernotinadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberNotInAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for NumberNotInAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridNumberNotInAdvancedFilterObject [-Key ] [-Value ] [] +``` + +## DESCRIPTION +Create an in-memory object for NumberNotInAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberNotInAdvancedFilter. +```powershell +New-AzEventGridNumberNotInAdvancedFilterObject -Key "testKey" -Value 11.22,22.33 +``` + +```output +Key OperatorType +--- ------------ +testKey NumberNotIn +``` + +Create an in-memory object for NumberNotInAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.Double[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInAdvancedFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberNotInFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberNotInFilterObject.md new file mode 100644 index 000000000000..7cf030f33652 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberNotInFilterObject.md @@ -0,0 +1,81 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbernotinfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberNotInFilterObject + +## SYNOPSIS +Create an in-memory object for NumberNotInFilter. + +## SYNTAX + +``` +New-AzEventGridNumberNotInFilterObject [-Key ] [-Value ] [] +``` + +## DESCRIPTION +Create an in-memory object for NumberNotInFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberNotInFilter. +```powershell +New-AzEventGridNumberNotInFilterObject -Key "testKey" -Value 11.22,22.33 +``` + +```output +Key OperatorType +--- ------------ +testKey NumberNotIn +``` + +Create an in-memory object for NumberNotInFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.Double[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberNotInRangeAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberNotInRangeAdvancedFilterObject.md new file mode 100644 index 000000000000..0785e0dd324e --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberNotInRangeAdvancedFilterObject.md @@ -0,0 +1,82 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbernotinrangeadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberNotInRangeAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for NumberNotInRangeAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridNumberNotInRangeAdvancedFilterObject [-Key ] [-Value ] [] +``` + +## DESCRIPTION +Create an in-memory object for NumberNotInRangeAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberNotInRangeAdvancedFilter. +```powershell +$valuesObj = @(11.11, 22.22, 33.33, 44.44) +New-AzEventGridNumberNotInRangeAdvancedFilterObject -Key "testKey" -Value @(,$valuesObj) +``` + +```output +Key OperatorType +--- ------------ +testKey NumberNotInRange +``` + +Create an in-memory object for NumberNotInRangeAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.Double[][] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInRangeAdvancedFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberNotInRangeFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberNotInRangeFilterObject.md new file mode 100644 index 000000000000..1eef2135d69b --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridNumberNotInRangeFilterObject.md @@ -0,0 +1,82 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbernotinrangefilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberNotInRangeFilterObject + +## SYNOPSIS +Create an in-memory object for NumberNotInRangeFilter. + +## SYNTAX + +``` +New-AzEventGridNumberNotInRangeFilterObject [-Key ] [-Value ] [] +``` + +## DESCRIPTION +Create an in-memory object for NumberNotInRangeFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberNotInRangeFilter. +```powershell +$valuesObj = @(11.11, 22.22, 33.33, 44.44) +New-AzEventGridNumberNotInRangeFilterObject -Key "testKey" -Value @(,$valuesObj) +``` + +```output +Key OperatorType +--- ------------ +testKey NumberNotInRange +``` + +Create an in-memory object for NumberNotInRangeFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.Double[][] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInRangeFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridPartnerConfiguration.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridPartnerConfiguration.md index bcb50b0e1e35..65d1ff10d0c9 100644 --- a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridPartnerConfiguration.md +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridPartnerConfiguration.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridPartnerConfiguration ## SYNOPSIS -Synchronously creates or updates a partner configuration with the specified parameters. +Synchronously create a partner configuration with the specified parameters. ## SYNTAX @@ -36,7 +36,7 @@ New-AzEventGridPartnerConfiguration -ResourceGroupName -JsonString -ResourceGroupName -Js ``` ## DESCRIPTION -Asynchronously creates a new partner destination with the specified parameters. +Asynchronously create a new partner destination with the specified parameters. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridPartnerNamespace.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridPartnerNamespace.md index 966fc33cc672..ba07601c8d3f 100644 --- a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridPartnerNamespace.md +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridPartnerNamespace.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridPartnerNamespace ## SYNOPSIS -Asynchronously creates a new partner namespace with the specified parameters. +Asynchronously create a new partner namespace with the specified parameters. ## SYNTAX @@ -45,7 +45,7 @@ New-AzEventGridPartnerNamespace -Name -ResourceGroupName -Json ``` ## DESCRIPTION -Asynchronously creates a new partner namespace with the specified parameters. +Asynchronously create a new partner namespace with the specified parameters. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridPartnerRegistration.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridPartnerRegistration.md index fea133bb6ef3..854b361a5bb1 100644 --- a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridPartnerRegistration.md +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridPartnerRegistration.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridPartnerRegistration ## SYNOPSIS -Create a new partner registration with the specified parameters. +create a new partner registration with the specified parameters. ## SYNTAX @@ -41,7 +41,7 @@ New-AzEventGridPartnerRegistration -Name -ResourceGroupName -J ``` ## DESCRIPTION -Create a new partner registration with the specified parameters. +create a new partner registration with the specified parameters. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridPartnerTopic.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridPartnerTopic.md index 15a83ac2933e..b66848239130 100644 --- a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridPartnerTopic.md +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridPartnerTopic.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridPartnerTopic ## SYNOPSIS -Asynchronously creates a new partner topic with the specified parameters. +Asynchronously create a new partner topic with the specified parameters. ## SYNTAX @@ -48,7 +48,7 @@ New-AzEventGridPartnerTopic -Name -ResourceGroupName -JsonStri ``` ## DESCRIPTION -Asynchronously creates a new partner topic with the specified parameters. +Asynchronously create a new partner topic with the specified parameters. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridPartnerTopicEventSubscription.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridPartnerTopicEventSubscription.md index 31da356d0594..e4a215b4b78b 100644 --- a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridPartnerTopicEventSubscription.md +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridPartnerTopicEventSubscription.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridPartnerTopicEventSubscription ## SYNOPSIS -Asynchronously creates or updates an event subscription of a partner topic with the specified parameters. +Asynchronously create an event subscription of a partner topic with the specified parameters. Existing event subscriptions will be updated with this API. ## SYNTAX @@ -72,7 +72,7 @@ New-AzEventGridPartnerTopicEventSubscription -EventSubscriptionName -Pa ``` ## DESCRIPTION -Asynchronously creates or updates an event subscription of a partner topic with the specified parameters. +Asynchronously create an event subscription of a partner topic with the specified parameters. Existing event subscriptions will be updated with this API. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridPermissionBinding.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridPermissionBinding.md index a9b551b4acb1..5edd6e4a89d1 100644 --- a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridPermissionBinding.md +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridPermissionBinding.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridPermissionBinding ## SYNOPSIS -Create a permission binding with the specified parameters. +create a permission binding with the specified parameters. ## SYNTAX @@ -49,7 +49,7 @@ New-AzEventGridPermissionBinding -Name -NamespaceName -Resourc ``` ## DESCRIPTION -Create a permission binding with the specified parameters. +create a permission binding with the specified parameters. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridDeliveryAttributeMappingObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStaticDeliveryAttributeMappingObject.md similarity index 50% rename from src/EventGrid/EventGrid.Autorest/help/New-AzEventGridDeliveryAttributeMappingObject.md rename to src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStaticDeliveryAttributeMappingObject.md index 9145ffc24816..d7833ccce9c2 100644 --- a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridDeliveryAttributeMappingObject.md +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStaticDeliveryAttributeMappingObject.md @@ -1,41 +1,57 @@ --- external help file: Module Name: Az.EventGrid -online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgriddeliveryattributemappingobject +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstaticdeliveryattributemappingobject schema: 2.0.0 --- -# New-AzEventGridDeliveryAttributeMappingObject +# New-AzEventGridStaticDeliveryAttributeMappingObject ## SYNOPSIS -Create an in-memory object for DeliveryAttributeMapping. +Create an in-memory object for StaticDeliveryAttributeMapping. ## SYNTAX ``` -New-AzEventGridDeliveryAttributeMappingObject -Type [-Name ] [] +New-AzEventGridStaticDeliveryAttributeMappingObject [-IsSecret ] [-Name ] [-Value ] + [] ``` ## DESCRIPTION -Create an in-memory object for DeliveryAttributeMapping. +Create an in-memory object for StaticDeliveryAttributeMapping. ## EXAMPLES -### Example 1: Create an in-memory object for DeliveryAttributeMapping. +### Example 1: Create an in-memory object for StaticDeliveryAttributeMapping. ```powershell -New-AzEventGridDeliveryAttributeMappingObject -Type "TestType" -Name "TestName" +New-AzEventGridStaticDeliveryAttributeMappingObject -IsSecret:$true -Name "testName" -Value "testValue" ``` ```output Name ---- -TestName +testName ``` -Create an in-memory object for DeliveryAttributeMapping. +Create an in-memory object for StaticDeliveryAttributeMapping. ## PARAMETERS +### -IsSecret +Boolean flag to tell if the attribute contains sensitive information . + +```yaml +Type: System.Boolean +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Name Name of the delivery attribute or header. @@ -51,15 +67,15 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Type -Type of the delivery attribute or header name. +### -Value +Value of the delivery attribute. ```yaml Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -73,7 +89,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DeliveryAttributeMapping +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StaticDeliveryAttributeMapping ## NOTES diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringBeginsWithAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringBeginsWithAdvancedFilterObject.md new file mode 100644 index 000000000000..e366e99d99c0 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringBeginsWithAdvancedFilterObject.md @@ -0,0 +1,81 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringbeginswithadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringBeginsWithAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for StringBeginsWithAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridStringBeginsWithAdvancedFilterObject [-Key ] [-Value ] [] +``` + +## DESCRIPTION +Create an in-memory object for StringBeginsWithAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringBeginsWithAdvancedFilter. +```powershell +New-AzEventGridStringBeginsWithAdvancedFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringBeginsWith +``` + +Create an in-memory object for StringBeginsWithAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringBeginsWithAdvancedFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringBeginsWithFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringBeginsWithFilterObject.md new file mode 100644 index 000000000000..98b228797f8a --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringBeginsWithFilterObject.md @@ -0,0 +1,81 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringbeginswithfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringBeginsWithFilterObject + +## SYNOPSIS +Create an in-memory object for StringBeginsWithFilter. + +## SYNTAX + +``` +New-AzEventGridStringBeginsWithFilterObject [-Key ] [-Value ] [] +``` + +## DESCRIPTION +Create an in-memory object for StringBeginsWithFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringBeginsWithFilter. +```powershell +New-AzEventGridStringBeginsWithFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringBeginsWith +``` + +Create an in-memory object for StringBeginsWithFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringBeginsWithFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringContainsAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringContainsAdvancedFilterObject.md new file mode 100644 index 000000000000..74d26f40cec1 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringContainsAdvancedFilterObject.md @@ -0,0 +1,81 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringcontainsadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringContainsAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for StringContainsAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridStringContainsAdvancedFilterObject [-Key ] [-Value ] [] +``` + +## DESCRIPTION +Create an in-memory object for StringContainsAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringContainsAdvancedFilter. +```powershell +New-AzEventGridStringContainsAdvancedFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringContains +``` + +Create an in-memory object for StringContainsAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringContainsAdvancedFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringContainsFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringContainsFilterObject.md new file mode 100644 index 000000000000..1291109a996b --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringContainsFilterObject.md @@ -0,0 +1,79 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringcontainsfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringContainsFilterObject + +## SYNOPSIS +Create an in-memory object for StringContainsFilter. + +## SYNTAX + +``` +New-AzEventGridStringContainsFilterObject [-Key ] [-Value ] [] +``` + +## DESCRIPTION +Create an in-memory object for StringContainsFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringContainsFilter. +```powershell +New-AzEventGridStringContainsFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +New-AzEventGridStringContainsFilterObject -Key "testKey" -Value "value1","value2" +``` + +Create an in-memory object for StringContainsFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringContainsFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringEndsWithAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringEndsWithAdvancedFilterObject.md new file mode 100644 index 000000000000..ce4ecb485054 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringEndsWithAdvancedFilterObject.md @@ -0,0 +1,81 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringendswithadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringEndsWithAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for StringEndsWithAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridStringEndsWithAdvancedFilterObject [-Key ] [-Value ] [] +``` + +## DESCRIPTION +Create an in-memory object for StringEndsWithAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringEndsWithAdvancedFilter. +```powershell +New-AzEventGridStringEndsWithAdvancedFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringEndsWith +``` + +Create an in-memory object for StringEndsWithAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringEndsWithAdvancedFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringEndsWithFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringEndsWithFilterObject.md new file mode 100644 index 000000000000..55330145e6b8 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringEndsWithFilterObject.md @@ -0,0 +1,81 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringendswithfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringEndsWithFilterObject + +## SYNOPSIS +Create an in-memory object for StringEndsWithFilter. + +## SYNTAX + +``` +New-AzEventGridStringEndsWithFilterObject [-Key ] [-Value ] [] +``` + +## DESCRIPTION +Create an in-memory object for StringEndsWithFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringEndsWithFilter. +```powershell +New-AzEventGridStringEndsWithFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringEndsWith +``` + +Create an in-memory object for StringEndsWithFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringEndsWithFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringInAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringInAdvancedFilterObject.md new file mode 100644 index 000000000000..3d7c234c6b8f --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringInAdvancedFilterObject.md @@ -0,0 +1,81 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringinadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringInAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for StringInAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridStringInAdvancedFilterObject [-Key ] [-Value ] [] +``` + +## DESCRIPTION +Create an in-memory object for StringInAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringInAdvancedFilter. +```powershell +New-AzEventGridStringInAdvancedFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringIn +``` + +Create an in-memory object for StringInAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringInAdvancedFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringInFilterObject.md similarity index 61% rename from src/EventGrid/EventGrid/help/New-AzEventGridFilterObject.md rename to src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringInFilterObject.md index 39890fd98752..9c85506e3d8a 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridFilterObject.md +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringInFilterObject.md @@ -1,39 +1,38 @@ --- -external help file: Az.EventGrid-help.xml +external help file: Module Name: Az.EventGrid -online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridfilterobject +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringinfilterobject schema: 2.0.0 --- -# New-AzEventGridFilterObject +# New-AzEventGridStringInFilterObject ## SYNOPSIS -Create an in-memory object for Filter. +Create an in-memory object for StringInFilter. ## SYNTAX ``` -New-AzEventGridFilterObject -OperatorType [-Key ] - [] +New-AzEventGridStringInFilterObject [-Key ] [-Value ] [] ``` ## DESCRIPTION -Create an in-memory object for Filter. +Create an in-memory object for StringInFilter. ## EXAMPLES -### Example 1: Create an in-memory object for Filter. +### Example 1: Create an in-memory object for StringInFilter. ```powershell -New-AzEventGridFilterObject -OperatorType NumberIn -Key "TestKey" +New-AzEventGridStringInFilterObject -Key "testKey" -Value "value1","value2" ``` ```output Key OperatorType --- ------------ -TestKey NumberIn +testKey StringIn ``` -Create an in-memory object for Filter. +Create an in-memory object for StringInFilter. ## PARAMETERS @@ -52,15 +51,15 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -OperatorType -The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others. +### -Value +The set of filter values. ```yaml -Type: System.String +Type: System.String[] Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -74,8 +73,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.Filter +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringInFilter ## NOTES ## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotBeginsWithAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotBeginsWithAdvancedFilterObject.md new file mode 100644 index 000000000000..8e83b4a3c99c --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotBeginsWithAdvancedFilterObject.md @@ -0,0 +1,82 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotbeginswithadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringNotBeginsWithAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for StringNotBeginsWithAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridStringNotBeginsWithAdvancedFilterObject [-Key ] [-Value ] + [] +``` + +## DESCRIPTION +Create an in-memory object for StringNotBeginsWithAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringNotBeginsWithAdvancedFilter. +```powershell +New-AzEventGridStringNotBeginsWithAdvancedFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringNotBeginsWith +``` + +Create an in-memory object for StringNotBeginsWithAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotBeginsWithAdvancedFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotBeginsWithFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotBeginsWithFilterObject.md new file mode 100644 index 000000000000..982bde6debcc --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotBeginsWithFilterObject.md @@ -0,0 +1,81 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotbeginswithfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringNotBeginsWithFilterObject + +## SYNOPSIS +Create an in-memory object for StringNotBeginsWithFilter. + +## SYNTAX + +``` +New-AzEventGridStringNotBeginsWithFilterObject [-Key ] [-Value ] [] +``` + +## DESCRIPTION +Create an in-memory object for StringNotBeginsWithFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringNotBeginsWithFilter. +```powershell +New-AzEventGridStringNotBeginsWithFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringNotBeginsWith +``` + +Create an in-memory object for StringNotBeginsWithFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotBeginsWithFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotContainsAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotContainsAdvancedFilterObject.md new file mode 100644 index 000000000000..01c02357017a --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotContainsAdvancedFilterObject.md @@ -0,0 +1,81 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotcontainsadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringNotContainsAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for StringNotContainsAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridStringNotContainsAdvancedFilterObject [-Key ] [-Value ] [] +``` + +## DESCRIPTION +Create an in-memory object for StringNotContainsAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringNotContainsAdvancedFilter. +```powershell +New-AzEventGridStringNotContainsAdvancedFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringNotContains +``` + +Create an in-memory object for StringNotContainsAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotContainsAdvancedFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotContainsFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotContainsFilterObject.md new file mode 100644 index 000000000000..06ad7c7d3e69 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotContainsFilterObject.md @@ -0,0 +1,81 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotcontainsfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringNotContainsFilterObject + +## SYNOPSIS +Create an in-memory object for StringNotContainsFilter. + +## SYNTAX + +``` +New-AzEventGridStringNotContainsFilterObject [-Key ] [-Value ] [] +``` + +## DESCRIPTION +Create an in-memory object for StringNotContainsFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringNotContainsFilter. +```powershell +New-AzEventGridStringNotContainsFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringNotContains +``` + +Create an in-memory object for StringNotContainsFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotContainsFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotEndsWithAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotEndsWithAdvancedFilterObject.md new file mode 100644 index 000000000000..edb66f133483 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotEndsWithAdvancedFilterObject.md @@ -0,0 +1,81 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotendswithadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringNotEndsWithAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for StringNotEndsWithAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridStringNotEndsWithAdvancedFilterObject [-Key ] [-Value ] [] +``` + +## DESCRIPTION +Create an in-memory object for StringNotEndsWithAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringNotEndsWithAdvancedFilter. +```powershell +New-AzEventGridStringNotEndsWithAdvancedFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringNotEndsWith +``` + +Create an in-memory object for StringNotEndsWithAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotEndsWithAdvancedFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotEndsWithFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotEndsWithFilterObject.md new file mode 100644 index 000000000000..5a1bcad85cd9 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotEndsWithFilterObject.md @@ -0,0 +1,81 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotendswithfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringNotEndsWithFilterObject + +## SYNOPSIS +Create an in-memory object for StringNotEndsWithFilter. + +## SYNTAX + +``` +New-AzEventGridStringNotEndsWithFilterObject [-Key ] [-Value ] [] +``` + +## DESCRIPTION +Create an in-memory object for StringNotEndsWithFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringNotEndsWithFilter. +```powershell +New-AzEventGridStringNotEndsWithFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringNotEndsWith +``` + +Create an in-memory object for StringNotEndsWithFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotEndsWithFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotInAdvancedFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotInAdvancedFilterObject.md new file mode 100644 index 000000000000..04c0dbdb8238 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotInAdvancedFilterObject.md @@ -0,0 +1,81 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotinadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringNotInAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for StringNotInAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridStringNotInAdvancedFilterObject [-Key ] [-Value ] [] +``` + +## DESCRIPTION +Create an in-memory object for StringNotInAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringNotInAdvancedFilter. +```powershell +New-AzEventGridStringNotInAdvancedFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringNotIn +``` + +Create an in-memory object for StringNotInAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotInAdvancedFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotInFilterObject.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotInFilterObject.md new file mode 100644 index 000000000000..fcd30d994381 --- /dev/null +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridStringNotInFilterObject.md @@ -0,0 +1,81 @@ +--- +external help file: +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotinfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringNotInFilterObject + +## SYNOPSIS +Create an in-memory object for StringNotInFilter. + +## SYNTAX + +``` +New-AzEventGridStringNotInFilterObject [-Key ] [-Value ] [] +``` + +## DESCRIPTION +Create an in-memory object for StringNotInFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringNotInFilter. +```powershell +New-AzEventGridStringNotInFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringNotIn +``` + +Create an in-memory object for StringNotInFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotInFilter + +## NOTES + +## RELATED LINKS + diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridSubscription.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridSubscription.md index 3f3a5c889bb0..e2e5c455670a 100644 --- a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridSubscription.md +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridSubscription.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridSubscription ## SYNOPSIS -Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope. +Asynchronously create a new event subscription or create an existing event subscription based on the specified scope. ## SYNTAX @@ -53,7 +53,7 @@ New-AzEventGridSubscription -Name -Scope -JsonString ``` ## DESCRIPTION -Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope. +Asynchronously create a new event subscription or create an existing event subscription based on the specified scope. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridSystemTopic.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridSystemTopic.md index b0cdd9f22684..9f1fdff3102a 100644 --- a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridSystemTopic.md +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridSystemTopic.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridSystemTopic ## SYNOPSIS -Asynchronously creates a new system topic with the specified parameters. +Asynchronously create a new system topic with the specified parameters. ## SYNTAX @@ -44,7 +44,7 @@ New-AzEventGridSystemTopic -Name -ResourceGroupName -JsonStrin ``` ## DESCRIPTION -Asynchronously creates a new system topic with the specified parameters. +Asynchronously create a new system topic with the specified parameters. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridSystemTopicEventSubscription.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridSystemTopicEventSubscription.md index 51296e4a4c8a..9ea610ebd533 100644 --- a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridSystemTopicEventSubscription.md +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridSystemTopicEventSubscription.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridSystemTopicEventSubscription ## SYNOPSIS -Asynchronously creates or updates an event subscription with the specified parameters. +Asynchronously create an event subscription with the specified parameters. Existing event subscriptions will be updated with this API. ## SYNTAX @@ -72,7 +72,7 @@ New-AzEventGridSystemTopicEventSubscription -EventSubscriptionName -Res ``` ## DESCRIPTION -Asynchronously creates or updates an event subscription with the specified parameters. +Asynchronously create an event subscription with the specified parameters. Existing event subscriptions will be updated with this API. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridTopic.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridTopic.md index d5e1bfaa7c0f..16b998943055 100644 --- a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridTopic.md +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridTopic.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridTopic ## SYNOPSIS -Asynchronously creates a new topic with the specified parameters. +Asynchronously create a new topic with the specified parameters. ## SYNTAX @@ -50,7 +50,7 @@ New-AzEventGridTopic -Name -ResourceGroupName -JsonString -ResourceG ``` ## DESCRIPTION -Asynchronously creates a new event subscription or updates an existing event subscription. +Asynchronously create a new event subscription or create an existing event subscription. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridTopicSpace.md b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridTopicSpace.md index 176525e49f17..117ff6787a50 100644 --- a/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridTopicSpace.md +++ b/src/EventGrid/EventGrid.Autorest/help/New-AzEventGridTopicSpace.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridTopicSpace ## SYNOPSIS -Create a topic space with the specified parameters. +create a topic space with the specified parameters. ## SYNTAX @@ -48,7 +48,7 @@ New-AzEventGridTopicSpace -Name -NamespaceName -ResourceGroupN ``` ## DESCRIPTION -Create a topic space with the specified parameters. +create a topic space with the specified parameters. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridChannel.md b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridChannel.md index 395802842388..ee0e08f2fd9e 100644 --- a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridChannel.md +++ b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridChannel.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridChannel ## SYNOPSIS -Synchronously updates a channel with the specified parameters. +Synchronously update a channel with the specified parameters. ## SYNTAX @@ -50,7 +50,7 @@ Update-AzEventGridChannel -Name -PartnerNamespaceName -Resourc ``` ## DESCRIPTION -Synchronously updates a channel with the specified parameters. +Synchronously update a channel with the specified parameters. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridClient.md b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridClient.md index 8257b5a797f5..28f05a514f2d 100644 --- a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridClient.md +++ b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridClient.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridClient ## SYNOPSIS -Update a client with the specified parameters. +update a client with the specified parameters. ## SYNTAX @@ -47,7 +47,7 @@ Update-AzEventGridClient -Name -NamespaceInputObject -NamespaceInputObject [-AutoCreateTopicWith ``` ## DESCRIPTION -Asynchronously creates or updates a new domain with the specified parameters. +Asynchronously update a new domain with the specified parameters. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridDomainEventSubscription.md b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridDomainEventSubscription.md index d2f703a97b82..2dd8d9191c1e 100644 --- a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridDomainEventSubscription.md +++ b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridDomainEventSubscription.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridDomainEventSubscription ## SYNOPSIS -Update an existing event subscription for a topic. +update an existing event subscription for a topic. ## SYNTAX @@ -71,7 +71,7 @@ Update-AzEventGridDomainEventSubscription -DomainName -EventSubscriptio ``` ## DESCRIPTION -Update an existing event subscription for a topic. +update an existing event subscription for a topic. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridDomainTopicEventSubscription.md b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridDomainTopicEventSubscription.md index e64f25e3749b..f6e9acfb2a4a 100644 --- a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridDomainTopicEventSubscription.md +++ b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridDomainTopicEventSubscription.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridDomainTopicEventSubscription ## SYNOPSIS -Update an existing event subscription for a domain topic. +update an existing event subscription for a domain topic. ## SYNTAX @@ -86,7 +86,7 @@ Update-AzEventGridDomainTopicEventSubscription -DomainName -EventSubscr ``` ## DESCRIPTION -Update an existing event subscription for a domain topic. +update an existing event subscription for a domain topic. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridNamespace.md b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridNamespace.md index 32ec7ad65295..fb57ee82544d 100644 --- a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridNamespace.md +++ b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridNamespace.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridNamespace ## SYNOPSIS -Asynchronously creates or updates a new namespace with the specified parameters. +Asynchronously update a new namespace with the specified parameters. ## SYNTAX @@ -47,7 +47,7 @@ Update-AzEventGridNamespace -InputObject ``` ## DESCRIPTION -Asynchronously creates or updates a new namespace with the specified parameters. +Asynchronously update a new namespace with the specified parameters. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridNamespaceTopic.md b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridNamespaceTopic.md index d6eed4264f6b..1e3c92f00046 100644 --- a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridNamespaceTopic.md +++ b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridNamespaceTopic.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridNamespaceTopic ## SYNOPSIS -Asynchronously updates a namespace topic with the specified parameters. +Asynchronously update a namespace topic with the specified parameters. ## SYNTAX @@ -47,7 +47,7 @@ Update-AzEventGridNamespaceTopic -NamespaceName -ResourceGroupName -JsonString < ``` ## DESCRIPTION -Synchronously updates a partner configuration with the specified parameters. +Synchronously update a partner configuration with the specified parameters. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridPartnerDestination.md b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridPartnerDestination.md index ee41cc5d846a..f5432a827aee 100644 --- a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridPartnerDestination.md +++ b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridPartnerDestination.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridPartnerDestination ## SYNOPSIS -Asynchronously updates a partner destination with the specified parameters. +Asynchronously update a partner destination with the specified parameters. ## SYNTAX @@ -39,7 +39,7 @@ Update-AzEventGridPartnerDestination -Name -ResourceGroupName ``` ## DESCRIPTION -Asynchronously updates a partner destination with the specified parameters. +Asynchronously update a partner destination with the specified parameters. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridPartnerNamespace.md b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridPartnerNamespace.md index bcb3e7153320..ad81c48ae35e 100644 --- a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridPartnerNamespace.md +++ b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridPartnerNamespace.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridPartnerNamespace ## SYNOPSIS -Asynchronously updates a partner namespace with the specified parameters. +Asynchronously update a partner namespace with the specified parameters. ## SYNTAX @@ -43,7 +43,7 @@ Update-AzEventGridPartnerNamespace -Name -ResourceGroupName -J ``` ## DESCRIPTION -Asynchronously updates a partner namespace with the specified parameters. +Asynchronously update a partner namespace with the specified parameters. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridPartnerTopic.md b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridPartnerTopic.md index 594e23db9d9e..bbc8cc6f1a02 100644 --- a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridPartnerTopic.md +++ b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridPartnerTopic.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridPartnerTopic ## SYNOPSIS -Asynchronously creates a new partner topic with the specified parameters. +Asynchronously update a new partner topic with the specified parameters. ## SYNTAX @@ -36,7 +36,7 @@ Update-AzEventGridPartnerTopic -InputObject [-ActivationSta ``` ## DESCRIPTION -Asynchronously creates a new partner topic with the specified parameters. +Asynchronously update a new partner topic with the specified parameters. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridPartnerTopicEventSubscription.md b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridPartnerTopicEventSubscription.md index 3015ceabfc53..02fc900d02c2 100644 --- a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridPartnerTopicEventSubscription.md +++ b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridPartnerTopicEventSubscription.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridPartnerTopicEventSubscription ## SYNOPSIS -Update an existing event subscription of a partner topic. +update an existing event subscription of a partner topic. ## SYNTAX @@ -71,7 +71,7 @@ Update-AzEventGridPartnerTopicEventSubscription -EventSubscriptionName ``` ## DESCRIPTION -Update an existing event subscription of a partner topic. +update an existing event subscription of a partner topic. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridPermissionBinding.md b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridPermissionBinding.md index 1224acfbe3d5..f56fcd3d7e23 100644 --- a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridPermissionBinding.md +++ b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridPermissionBinding.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridPermissionBinding ## SYNOPSIS -Update a permission binding with the specified parameters. +update a permission binding with the specified parameters. ## SYNTAX @@ -35,7 +35,7 @@ Update-AzEventGridPermissionBinding -Name -NamespaceInputObject -Scope -JsonString [-EnableSystemAs ``` ## DESCRIPTION -Asynchronously creates a new system topic with the specified parameters. +Asynchronously update a new system topic with the specified parameters. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridSystemTopicEventSubscription.md b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridSystemTopicEventSubscription.md index 72e1180c936d..c3d26400169f 100644 --- a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridSystemTopicEventSubscription.md +++ b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridSystemTopicEventSubscription.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridSystemTopicEventSubscription ## SYNOPSIS -Update an existing event subscription of a system topic. +update an existing event subscription of a system topic. ## SYNTAX @@ -71,7 +71,7 @@ Update-AzEventGridSystemTopicEventSubscription -EventSubscriptionName - ``` ## DESCRIPTION -Update an existing event subscription of a system topic. +update an existing event subscription of a system topic. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridTopic.md b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridTopic.md index adebafab6f33..8b7129bd4e20 100644 --- a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridTopic.md +++ b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridTopic.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridTopic ## SYNOPSIS -Asynchronously creates a new topic with the specified parameters. +Asynchronously update a new topic with the specified parameters. ## SYNTAX @@ -36,7 +36,7 @@ Update-AzEventGridTopic -InputObject [-DataResidencyBoundar ``` ## DESCRIPTION -Asynchronously creates a new topic with the specified parameters. +Asynchronously update a new topic with the specified parameters. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridTopicEventSubscription.md b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridTopicEventSubscription.md index c98c09d41b78..16863c31ce48 100644 --- a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridTopicEventSubscription.md +++ b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridTopicEventSubscription.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridTopicEventSubscription ## SYNOPSIS -Update an existing event subscription for a topic. +update an existing event subscription for a topic. ## SYNTAX @@ -71,7 +71,7 @@ Update-AzEventGridTopicEventSubscription -EventSubscriptionName -Resour ``` ## DESCRIPTION -Update an existing event subscription for a topic. +update an existing event subscription for a topic. ## EXAMPLES diff --git a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridTopicSpace.md b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridTopicSpace.md index 57b3b2819626..caa738df5887 100644 --- a/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridTopicSpace.md +++ b/src/EventGrid/EventGrid.Autorest/help/Update-AzEventGridTopicSpace.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridTopicSpace ## SYNOPSIS -Update a topic space with the specified parameters. +update a topic space with the specified parameters. ## SYNTAX @@ -34,7 +34,7 @@ Update-AzEventGridTopicSpace -Name -NamespaceInputObject -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [-PassThru] + [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeactivateViaIdentity ``` Disable-AzEventGridPartnerTopic -InputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -106,6 +106,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Enable-AzEventGridPartnerDestination.md b/src/EventGrid/EventGrid/help/Enable-AzEventGridPartnerDestination.md index 514dd4136779..7952f0760700 100644 --- a/src/EventGrid/EventGrid/help/Enable-AzEventGridPartnerDestination.md +++ b/src/EventGrid/EventGrid/help/Enable-AzEventGridPartnerDestination.md @@ -15,13 +15,13 @@ Activate a newly created partner destination. ### Activate (Default) ``` Enable-AzEventGridPartnerDestination -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ActivateViaIdentity ``` Enable-AzEventGridPartnerDestination -InputObject [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -90,6 +90,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Enable-AzEventGridPartnerTopic.md b/src/EventGrid/EventGrid/help/Enable-AzEventGridPartnerTopic.md index 1e7cd4213243..62f881e0cc3f 100644 --- a/src/EventGrid/EventGrid/help/Enable-AzEventGridPartnerTopic.md +++ b/src/EventGrid/EventGrid/help/Enable-AzEventGridPartnerTopic.md @@ -15,14 +15,14 @@ Activate a newly created partner topic. ### Activate (Default) ``` Enable-AzEventGridPartnerTopic -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ActivateViaIdentity ``` Enable-AzEventGridPartnerTopic -InputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -119,6 +119,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridCaCertificate.md b/src/EventGrid/EventGrid/help/Get-AzEventGridCaCertificate.md index 18305fcbffdf..ae7dc1988eb7 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridCaCertificate.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridCaCertificate.md @@ -15,27 +15,27 @@ Get properties of a CA certificate. ### List (Default) ``` Get-AzEventGridCaCertificate -NamespaceName -ResourceGroupName [-SubscriptionId ] - [-Filter ] [-Top ] [-DefaultProfile ] + [-Filter ] [-Top ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentityNamespace ``` Get-AzEventGridCaCertificate -Name -NamespaceInputObject - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get ``` Get-AzEventGridCaCertificate -Name -NamespaceName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzEventGridCaCertificate -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -181,6 +181,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridChannel.md b/src/EventGrid/EventGrid/help/Get-AzEventGridChannel.md index 05377930190a..5334fd83a4a9 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridChannel.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridChannel.md @@ -16,26 +16,26 @@ Get properties of a channel. ``` Get-AzEventGridChannel -PartnerNamespaceName -ResourceGroupName [-SubscriptionId ] [-Filter ] [-Top ] [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ### GetViaIdentityPartnerNamespace ``` Get-AzEventGridChannel -Name -PartnerNamespaceInputObject - [-DefaultProfile ] [-PassThru] [] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### Get ``` Get-AzEventGridChannel -Name -PartnerNamespaceName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [-PassThru] + [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzEventGridChannel -InputObject [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -196,6 +196,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the partners subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridChannelFullUrl.md b/src/EventGrid/EventGrid/help/Get-AzEventGridChannelFullUrl.md index 3dd72bd4771f..b13495ebf143 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridChannelFullUrl.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridChannelFullUrl.md @@ -15,21 +15,21 @@ Get the full endpoint URL of a partner destination channel. ### Get (Default) ``` Get-AzEventGridChannelFullUrl -ChannelName -PartnerNamespaceName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [-PassThru] + [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### GetViaIdentityPartnerNamespace ``` Get-AzEventGridChannelFullUrl -ChannelName -PartnerNamespaceInputObject - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### GetViaIdentity ``` Get-AzEventGridChannelFullUrl -InputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -157,6 +157,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the partners subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridClient.md b/src/EventGrid/EventGrid/help/Get-AzEventGridClient.md index e315e11f95f1..0d50cba797fd 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridClient.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridClient.md @@ -15,27 +15,27 @@ Get properties of a client. ### List (Default) ``` Get-AzEventGridClient -NamespaceName -ResourceGroupName [-SubscriptionId ] - [-Filter ] [-Top ] [-DefaultProfile ] + [-Filter ] [-Top ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentityNamespace ``` Get-AzEventGridClient -Name -NamespaceInputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzEventGridClient -Name -NamespaceName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzEventGridClient -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -181,6 +181,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridClientGroup.md b/src/EventGrid/EventGrid/help/Get-AzEventGridClientGroup.md index c984004d119c..8dfc4b630e2d 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridClientGroup.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridClientGroup.md @@ -15,27 +15,27 @@ Get properties of a client group. ### List (Default) ``` Get-AzEventGridClientGroup -NamespaceName -ResourceGroupName [-SubscriptionId ] - [-Filter ] [-Top ] [-DefaultProfile ] + [-Filter ] [-Top ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentityNamespace ``` Get-AzEventGridClientGroup -Name -NamespaceInputObject - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get ``` Get-AzEventGridClientGroup -Name -NamespaceName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzEventGridClientGroup -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -182,6 +182,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridDomain.md b/src/EventGrid/EventGrid/help/Get-AzEventGridDomain.md index fc96e71b5cb7..a62330cf963b 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridDomain.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridDomain.md @@ -15,26 +15,26 @@ Get properties of a domain. ### List (Default) ``` Get-AzEventGridDomain [-SubscriptionId ] [-Filter ] [-Top ] - [-DefaultProfile ] [-PassThru] [] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### Get ``` Get-AzEventGridDomain -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-PassThru] [] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### List1 ``` Get-AzEventGridDomain -ResourceGroupName [-SubscriptionId ] [-Filter ] - [-Top ] [-DefaultProfile ] [-PassThru] + [-Top ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzEventGridDomain -InputObject [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -164,6 +164,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridDomainEventSubscription.md b/src/EventGrid/EventGrid/help/Get-AzEventGridDomainEventSubscription.md index 1cc1dac52383..4682f8b641c4 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridDomainEventSubscription.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridDomainEventSubscription.md @@ -16,26 +16,26 @@ Get properties of an event subscription of a domain. ``` Get-AzEventGridDomainEventSubscription -DomainName -ResourceGroupName [-SubscriptionId ] [-Filter ] [-Top ] [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzEventGridDomainEventSubscription -DomainName -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ### GetViaIdentityDomain ``` Get-AzEventGridDomainEventSubscription -EventSubscriptionName -DomainInputObject - [-DefaultProfile ] [-PassThru] [] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzEventGridDomainEventSubscription -InputObject [-DefaultProfile ] - [-PassThru] [] + [-PassThru] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -197,6 +197,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridDomainEventSubscriptionDeliveryAttribute.md b/src/EventGrid/EventGrid/help/Get-AzEventGridDomainEventSubscriptionDeliveryAttribute.md index 76cbd8ff520e..0aa6ec898e27 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridDomainEventSubscriptionDeliveryAttribute.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridDomainEventSubscriptionDeliveryAttribute.md @@ -16,20 +16,20 @@ Get all delivery attributes for an event subscription for domain. ``` Get-AzEventGridDomainEventSubscriptionDeliveryAttribute -DomainName -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### GetViaIdentityDomain ``` Get-AzEventGridDomainEventSubscriptionDeliveryAttribute -EventSubscriptionName -DomainInputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### GetViaIdentity ``` Get-AzEventGridDomainEventSubscriptionDeliveryAttribute -InputObject - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -144,6 +144,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridDomainEventSubscriptionFullUrl.md b/src/EventGrid/EventGrid/help/Get-AzEventGridDomainEventSubscriptionFullUrl.md index 2fbfb32e28e4..daade47ed7e8 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridDomainEventSubscriptionFullUrl.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridDomainEventSubscriptionFullUrl.md @@ -16,20 +16,20 @@ Get the full endpoint URL for an event subscription for domain. ``` Get-AzEventGridDomainEventSubscriptionFullUrl -DomainName -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### GetViaIdentityDomain ``` Get-AzEventGridDomainEventSubscriptionFullUrl -EventSubscriptionName -DomainInputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### GetViaIdentity ``` Get-AzEventGridDomainEventSubscriptionFullUrl -InputObject [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -157,6 +157,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridDomainKey.md b/src/EventGrid/EventGrid/help/Get-AzEventGridDomainKey.md index 294ce14bf88a..c37309952ce0 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridDomainKey.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridDomainKey.md @@ -14,7 +14,7 @@ List the two keys used to publish to a domain. ``` Get-AzEventGridDomainKey -DomainName -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -84,6 +84,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridDomainTopic.md b/src/EventGrid/EventGrid/help/Get-AzEventGridDomainTopic.md index 4281bde01337..cf9d2ca1331b 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridDomainTopic.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridDomainTopic.md @@ -16,26 +16,26 @@ Get properties of a domain topic. ``` Get-AzEventGridDomainTopic -DomainName -ResourceGroupName [-SubscriptionId ] [-Filter ] [-Top ] [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzEventGridDomainTopic -DomainName -Name -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [-PassThru] + [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### GetViaIdentityDomain ``` Get-AzEventGridDomainTopic -Name -DomainInputObject [-DefaultProfile ] - [-PassThru] [] + [-PassThru] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzEventGridDomainTopic -InputObject [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -196,6 +196,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridDomainTopicEventSubscription.md b/src/EventGrid/EventGrid/help/Get-AzEventGridDomainTopicEventSubscription.md index 44b38b21a402..51d2fe40384c 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridDomainTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridDomainTopicEventSubscription.md @@ -16,34 +16,34 @@ Get properties of a nested event subscription for a domain topic. ``` Get-AzEventGridDomainTopicEventSubscription -DomainName -ResourceGroupName [-SubscriptionId ] -TopicName [-Filter ] [-Top ] - [-DefaultProfile ] [-PassThru] [] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### Get ``` Get-AzEventGridDomainTopicEventSubscription -DomainName -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] -TopicName [-DefaultProfile ] - [-PassThru] [] + [-PassThru] [-ProgressAction ] [] ``` ### GetViaIdentityTopic ``` Get-AzEventGridDomainTopicEventSubscription -EventSubscriptionName -TopicInputObject [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ### GetViaIdentityDomain ``` Get-AzEventGridDomainTopicEventSubscription -EventSubscriptionName -TopicName -DomainInputObject [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzEventGridDomainTopicEventSubscription -InputObject [-DefaultProfile ] - [-PassThru] [] + [-PassThru] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -218,6 +218,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridDomainTopicEventSubscriptionDeliveryAttribute.md b/src/EventGrid/EventGrid/help/Get-AzEventGridDomainTopicEventSubscriptionDeliveryAttribute.md index e3015d118ade..691763bd58ce 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridDomainTopicEventSubscriptionDeliveryAttribute.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridDomainTopicEventSubscriptionDeliveryAttribute.md @@ -16,7 +16,7 @@ Get all delivery attributes for an event subscription for domain topic. ``` Get-AzEventGridDomainTopicEventSubscriptionDeliveryAttribute -DomainName -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] -TopicName - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -24,20 +24,20 @@ Get-AzEventGridDomainTopicEventSubscriptionDeliveryAttribute -DomainName -TopicInputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### GetViaIdentityDomain ``` Get-AzEventGridDomainTopicEventSubscriptionDeliveryAttribute -EventSubscriptionName -TopicName -DomainInputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### GetViaIdentity ``` Get-AzEventGridDomainTopicEventSubscriptionDeliveryAttribute -InputObject - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -152,6 +152,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridDomainTopicEventSubscriptionFullUrl.md b/src/EventGrid/EventGrid/help/Get-AzEventGridDomainTopicEventSubscriptionFullUrl.md index 2898080065cc..c75c05a96cf6 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridDomainTopicEventSubscriptionFullUrl.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridDomainTopicEventSubscriptionFullUrl.md @@ -16,27 +16,27 @@ Get the full endpoint URL for a nested event subscription for domain topic. ``` Get-AzEventGridDomainTopicEventSubscriptionFullUrl -DomainName -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] -TopicName [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### GetViaIdentityTopic ``` Get-AzEventGridDomainTopicEventSubscriptionFullUrl -EventSubscriptionName -TopicInputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### GetViaIdentityDomain ``` Get-AzEventGridDomainTopicEventSubscriptionFullUrl -EventSubscriptionName -TopicName -DomainInputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### GetViaIdentity ``` Get-AzEventGridDomainTopicEventSubscriptionFullUrl -InputObject - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -179,6 +179,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridExtensionTopic.md b/src/EventGrid/EventGrid/help/Get-AzEventGridExtensionTopic.md index ef2b80e1a0b5..8ac0db0fefd0 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridExtensionTopic.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridExtensionTopic.md @@ -14,7 +14,7 @@ Get the properties of an extension topic. ``` Get-AzEventGridExtensionTopic -Scope [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -68,6 +68,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Scope The identifier of the resource to which extension topic is queried. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridFullUrlForPartnerTopicEventSubscription.md b/src/EventGrid/EventGrid/help/Get-AzEventGridFullUrlForPartnerTopicEventSubscription.md index 66c820684f36..51a28dbf4c95 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridFullUrlForPartnerTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridFullUrlForPartnerTopicEventSubscription.md @@ -16,7 +16,7 @@ Get the full endpoint URL for an event subscription of a partner topic. ``` Get-AzEventGridFullUrlForPartnerTopicEventSubscription -EventSubscriptionName -PartnerTopicName -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -24,13 +24,13 @@ Get-AzEventGridFullUrlForPartnerTopicEventSubscription -EventSubscriptionName -PartnerTopicInputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### GetViaIdentity ``` Get-AzEventGridFullUrlForPartnerTopicEventSubscription -InputObject - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -160,6 +160,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridFullUrlForSystemTopicEventSubscription.md b/src/EventGrid/EventGrid/help/Get-AzEventGridFullUrlForSystemTopicEventSubscription.md index 6546f0679961..1a9cea8cf913 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridFullUrlForSystemTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridFullUrlForSystemTopicEventSubscription.md @@ -16,7 +16,7 @@ Get the full endpoint URL for an event subscription of a system topic. ``` Get-AzEventGridFullUrlForSystemTopicEventSubscription -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] -SystemTopicName - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -24,13 +24,13 @@ Get-AzEventGridFullUrlForSystemTopicEventSubscription -EventSubscriptionName -SystemTopicInputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### GetViaIdentity ``` Get-AzEventGridFullUrlForSystemTopicEventSubscription -InputObject - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -130,6 +130,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridNamespace.md b/src/EventGrid/EventGrid/help/Get-AzEventGridNamespace.md index 0c256406ffa4..ed3bf2a35a55 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridNamespace.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridNamespace.md @@ -15,25 +15,25 @@ Get properties of a namespace. ### List (Default) ``` Get-AzEventGridNamespace [-SubscriptionId ] [-Filter ] [-Top ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get ``` Get-AzEventGridNamespace -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### List1 ``` Get-AzEventGridNamespace -ResourceGroupName [-SubscriptionId ] [-Filter ] - [-Top ] [-DefaultProfile ] [] + [-Top ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzEventGridNamespace -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -148,6 +148,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridNamespaceKey.md b/src/EventGrid/EventGrid/help/Get-AzEventGridNamespaceKey.md index 049774f191d1..31a23c4456fa 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridNamespaceKey.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridNamespaceKey.md @@ -14,7 +14,7 @@ List the two keys used to publish to a namespace. ``` Get-AzEventGridNamespaceKey -NamespaceName -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -68,6 +68,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridNamespaceTopic.md b/src/EventGrid/EventGrid/help/Get-AzEventGridNamespaceTopic.md index bd67fcf22c24..db88ff0c16ea 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridNamespaceTopic.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridNamespaceTopic.md @@ -15,26 +15,26 @@ Get properties of a namespace topic. ### List (Default) ``` Get-AzEventGridNamespaceTopic -NamespaceName -ResourceGroupName [-SubscriptionId ] - [-Filter ] [-Top ] [-DefaultProfile ] + [-Filter ] [-Top ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get ``` Get-AzEventGridNamespaceTopic -NamespaceName -ResourceGroupName [-SubscriptionId ] - -TopicName [-DefaultProfile ] [] + -TopicName [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentityNamespace ``` Get-AzEventGridNamespaceTopic -TopicName -NamespaceInputObject - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzEventGridNamespaceTopic -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -165,6 +165,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridNamespaceTopicEventSubscription.md b/src/EventGrid/EventGrid/help/Get-AzEventGridNamespaceTopicEventSubscription.md index dbbba3aeaef5..71d11bccd823 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridNamespaceTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridNamespaceTopicEventSubscription.md @@ -16,20 +16,20 @@ Get properties of an event subscription of a namespace topic. ``` Get-AzEventGridNamespaceTopicEventSubscription -NamespaceName -ResourceGroupName [-SubscriptionId ] -TopicName [-Filter ] [-Top ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentityTopic ``` Get-AzEventGridNamespaceTopicEventSubscription -EventSubscriptionName - -TopicInputObject [-DefaultProfile ] + -TopicInputObject [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentityNamespace ``` Get-AzEventGridNamespaceTopicEventSubscription -EventSubscriptionName -TopicName - -NamespaceInputObject [-DefaultProfile ] + -NamespaceInputObject [-DefaultProfile ] [-ProgressAction ] [] ``` @@ -37,13 +37,13 @@ Get-AzEventGridNamespaceTopicEventSubscription -EventSubscriptionName - ``` Get-AzEventGridNamespaceTopicEventSubscription -EventSubscriptionName -NamespaceName -ResourceGroupName [-SubscriptionId ] -TopicName [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzEventGridNamespaceTopicEventSubscription -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -190,6 +190,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridNamespaceTopicKey.md b/src/EventGrid/EventGrid/help/Get-AzEventGridNamespaceTopicKey.md index 679efa43cb13..9d71bc404543 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridNamespaceTopicKey.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridNamespaceTopicKey.md @@ -14,7 +14,7 @@ List the two keys used to publish to a namespace topic. ``` Get-AzEventGridNamespaceTopicKey -NamespaceName -ResourceGroupName -TopicName - [-SubscriptionId ] [-DefaultProfile ] [-WhatIf] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -69,6 +69,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerConfiguration.md b/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerConfiguration.md index b6259cb0090b..19936a9d35aa 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerConfiguration.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerConfiguration.md @@ -15,13 +15,13 @@ List all the partner configurations under a resource group. ### List1 (Default) ``` Get-AzEventGridPartnerConfiguration [-SubscriptionId ] [-Filter ] [-Top ] - [-DefaultProfile ] [-PassThru] [] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### List ``` Get-AzEventGridPartnerConfiguration -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-PassThru] [] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -108,6 +108,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerDestination.md b/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerDestination.md index 77ff09828194..c14776de153b 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerDestination.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerDestination.md @@ -15,25 +15,25 @@ Get properties of a partner destination. ### List (Default) ``` Get-AzEventGridPartnerDestination [-SubscriptionId ] [-Filter ] [-Top ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get ``` Get-AzEventGridPartnerDestination -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### List1 ``` Get-AzEventGridPartnerDestination -ResourceGroupName [-SubscriptionId ] [-Filter ] - [-Top ] [-DefaultProfile ] [] + [-Top ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzEventGridPartnerDestination -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -148,6 +148,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerNamespace.md b/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerNamespace.md index 66b7c61415f9..42dc6b157cec 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerNamespace.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerNamespace.md @@ -15,26 +15,26 @@ Get properties of a partner namespace. ### List (Default) ``` Get-AzEventGridPartnerNamespace [-SubscriptionId ] [-Filter ] [-Top ] - [-DefaultProfile ] [-PassThru] [] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### Get ``` Get-AzEventGridPartnerNamespace -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### List1 ``` Get-AzEventGridPartnerNamespace -ResourceGroupName [-SubscriptionId ] [-Filter ] - [-Top ] [-DefaultProfile ] [-PassThru] + [-Top ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzEventGridPartnerNamespace -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -164,6 +164,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerNamespaceKey.md b/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerNamespaceKey.md index 1a4040a14eca..df3346ed8f35 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerNamespaceKey.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerNamespaceKey.md @@ -14,7 +14,7 @@ List the two keys used to publish to a partner namespace. ``` Get-AzEventGridPartnerNamespaceKey -PartnerNamespaceName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [-PassThru] + [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -84,6 +84,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerRegistration.md b/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerRegistration.md index e41cdb77808e..d811407cf31b 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerRegistration.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerRegistration.md @@ -15,26 +15,26 @@ Gets a partner registration with the specified parameters. ### List (Default) ``` Get-AzEventGridPartnerRegistration [-SubscriptionId ] [-Filter ] [-Top ] - [-DefaultProfile ] [-PassThru] [] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### Get ``` Get-AzEventGridPartnerRegistration -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-PassThru] [] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### List1 ``` Get-AzEventGridPartnerRegistration -ResourceGroupName [-SubscriptionId ] [-Filter ] - [-Top ] [-DefaultProfile ] [-PassThru] + [-Top ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzEventGridPartnerRegistration -InputObject [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -164,6 +164,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerTopic.md b/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerTopic.md index f8df7fc1ba77..4924e2dbe1a0 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerTopic.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerTopic.md @@ -15,26 +15,26 @@ Get properties of a partner topic. ### List (Default) ``` Get-AzEventGridPartnerTopic [-SubscriptionId ] [-Filter ] [-Top ] - [-DefaultProfile ] [-PassThru] [] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### Get ``` Get-AzEventGridPartnerTopic -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-PassThru] [] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### List1 ``` Get-AzEventGridPartnerTopic -ResourceGroupName [-SubscriptionId ] [-Filter ] - [-Top ] [-DefaultProfile ] [-PassThru] + [-Top ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzEventGridPartnerTopic -InputObject [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -164,6 +164,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerTopicEventSubscription.md b/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerTopicEventSubscription.md index 4bf4e1ea5f49..7b4cf056b078 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerTopicEventSubscription.md @@ -16,27 +16,27 @@ Get properties of an event subscription of a partner topic. ``` Get-AzEventGridPartnerTopicEventSubscription -PartnerTopicName -ResourceGroupName [-SubscriptionId ] [-Filter ] [-Top ] [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ### GetViaIdentityPartnerTopic ``` Get-AzEventGridPartnerTopicEventSubscription -EventSubscriptionName -PartnerTopicInputObject [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzEventGridPartnerTopicEventSubscription -EventSubscriptionName -PartnerTopicName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzEventGridPartnerTopicEventSubscription -InputObject [-DefaultProfile ] - [-PassThru] [] + [-PassThru] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -198,6 +198,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerTopicEventSubscriptionDeliveryAttribute.md b/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerTopicEventSubscriptionDeliveryAttribute.md index 5df126dd4f57..d00fc8af29d6 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerTopicEventSubscriptionDeliveryAttribute.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridPartnerTopicEventSubscriptionDeliveryAttribute.md @@ -16,7 +16,7 @@ Get all delivery attributes for an event subscription of a partner topic. ``` Get-AzEventGridPartnerTopicEventSubscriptionDeliveryAttribute -EventSubscriptionName -PartnerTopicName -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -24,13 +24,13 @@ Get-AzEventGridPartnerTopicEventSubscriptionDeliveryAttribute -EventSubscription ``` Get-AzEventGridPartnerTopicEventSubscriptionDeliveryAttribute -EventSubscriptionName -PartnerTopicInputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### GetViaIdentity ``` Get-AzEventGridPartnerTopicEventSubscriptionDeliveryAttribute -InputObject - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -146,6 +146,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridPermissionBinding.md b/src/EventGrid/EventGrid/help/Get-AzEventGridPermissionBinding.md index 9e48d7f6dced..38a82708d483 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridPermissionBinding.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridPermissionBinding.md @@ -16,26 +16,26 @@ Get properties of a permission binding. ``` Get-AzEventGridPermissionBinding -NamespaceName -ResourceGroupName [-SubscriptionId ] [-Filter ] [-Top ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetViaIdentityNamespace ``` Get-AzEventGridPermissionBinding -Name -NamespaceInputObject - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get ``` Get-AzEventGridPermissionBinding -Name -NamespaceName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzEventGridPermissionBinding -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -181,6 +181,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridSubscription.md b/src/EventGrid/EventGrid/help/Get-AzEventGridSubscription.md index 28b4763ecd5d..aea62642d46e 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridSubscription.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridSubscription.md @@ -15,27 +15,27 @@ Get properties of an event subscription. ### Get (Default) ``` Get-AzEventGridSubscription -Name -Scope [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzEventGridSubscription -InputObject [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ### List ``` Get-AzEventGridSubscription -ProviderNamespace -ResourceGroupName -ResourceName -ResourceTypeName [-SubscriptionId ] [-Filter ] [-Top ] - [-DefaultProfile ] [-PassThru] [] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### List1 ``` Get-AzEventGridSubscription -ResourceGroupName [-SubscriptionId ] -DomainName -TopicName [-Filter ] [-Top ] [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -167,6 +167,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ProviderNamespace Namespace of the provider of the topic. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridSubscriptionDeliveryAttribute.md b/src/EventGrid/EventGrid/help/Get-AzEventGridSubscriptionDeliveryAttribute.md index 7e34c7eb9e4e..49d5b86673ad 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridSubscriptionDeliveryAttribute.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridSubscriptionDeliveryAttribute.md @@ -15,14 +15,14 @@ Get all delivery attributes for an event subscription. ### Get (Default) ``` Get-AzEventGridSubscriptionDeliveryAttribute -EventSubscriptionName -Scope - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### GetViaIdentity ``` Get-AzEventGridSubscriptionDeliveryAttribute -InputObject [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -106,6 +106,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Scope The scope of the event subscription. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridSubscriptionFullUrl.md b/src/EventGrid/EventGrid/help/Get-AzEventGridSubscriptionFullUrl.md index 3e52c02ea703..f5088d7e7273 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridSubscriptionFullUrl.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridSubscriptionFullUrl.md @@ -15,13 +15,13 @@ Get the full endpoint URL for an event subscription. ### Get (Default) ``` Get-AzEventGridSubscriptionFullUrl -EventSubscriptionName -Scope [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### GetViaIdentity ``` Get-AzEventGridSubscriptionFullUrl -InputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -105,6 +105,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Scope The scope of the event subscription. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridSubscriptionGlobal.md b/src/EventGrid/EventGrid/help/Get-AzEventGridSubscriptionGlobal.md index 064d65c8d29c..c5a688d41a61 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridSubscriptionGlobal.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridSubscriptionGlobal.md @@ -15,27 +15,27 @@ List all aggregated global event subscriptions under a specific Azure subscripti ### List (Default) ``` Get-AzEventGridSubscriptionGlobal [-SubscriptionId ] [-Filter ] [-Top ] - [-DefaultProfile ] [-PassThru] [] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### List3 ``` Get-AzEventGridSubscriptionGlobal [-SubscriptionId ] -TopicTypeName -ResourceGroupName [-Filter ] [-Top ] [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ### List1 ``` Get-AzEventGridSubscriptionGlobal [-SubscriptionId ] -TopicTypeName [-Filter ] - [-Top ] [-DefaultProfile ] [-PassThru] + [-Top ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### List2 ``` Get-AzEventGridSubscriptionGlobal [-SubscriptionId ] -ResourceGroupName [-Filter ] - [-Top ] [-DefaultProfile ] [-PassThru] + [-Top ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` @@ -110,6 +110,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridSubscriptionRegional.md b/src/EventGrid/EventGrid/help/Get-AzEventGridSubscriptionRegional.md index 9b51b3d87f32..cf7bdc9c9560 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridSubscriptionRegional.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridSubscriptionRegional.md @@ -15,7 +15,7 @@ List all event subscriptions from the given location under a specific Azure subs ### List (Default) ``` Get-AzEventGridSubscriptionRegional -Location [-SubscriptionId ] [-Filter ] - [-Top ] [-DefaultProfile ] [-PassThru] + [-Top ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` @@ -23,21 +23,21 @@ Get-AzEventGridSubscriptionRegional -Location [-SubscriptionId [-SubscriptionId ] -ResourceGroupName -TopicTypeName [-Filter ] [-Top ] [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ### List1 ``` Get-AzEventGridSubscriptionRegional -Location [-SubscriptionId ] -ResourceGroupName [-Filter ] [-Top ] [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ### List2 ``` Get-AzEventGridSubscriptionRegional -Location [-SubscriptionId ] -TopicTypeName [-Filter ] [-Top ] [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -141,6 +141,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridSystemTopic.md b/src/EventGrid/EventGrid/help/Get-AzEventGridSystemTopic.md index 4464e47c2627..bc95d231b410 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridSystemTopic.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridSystemTopic.md @@ -15,26 +15,26 @@ Get properties of a system topic. ### List (Default) ``` Get-AzEventGridSystemTopic [-SubscriptionId ] [-Filter ] [-Top ] - [-DefaultProfile ] [-PassThru] [] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### Get ``` Get-AzEventGridSystemTopic -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-PassThru] [] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### List1 ``` Get-AzEventGridSystemTopic -ResourceGroupName [-SubscriptionId ] [-Filter ] - [-Top ] [-DefaultProfile ] [-PassThru] + [-Top ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzEventGridSystemTopic -InputObject [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -164,6 +164,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridSystemTopicEventSubscription.md b/src/EventGrid/EventGrid/help/Get-AzEventGridSystemTopicEventSubscription.md index a60accf82c50..7ffc3a8f9f13 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridSystemTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridSystemTopicEventSubscription.md @@ -16,27 +16,27 @@ Get an event subscription. ``` Get-AzEventGridSystemTopicEventSubscription -ResourceGroupName [-SubscriptionId ] -SystemTopicName [-Filter ] [-Top ] [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ### GetViaIdentitySystemTopic ``` Get-AzEventGridSystemTopicEventSubscription -EventSubscriptionName -SystemTopicInputObject [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzEventGridSystemTopicEventSubscription -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] -SystemTopicName [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzEventGridSystemTopicEventSubscription -InputObject [-DefaultProfile ] - [-PassThru] [] + [-PassThru] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -154,6 +154,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridSystemTopicEventSubscriptionDeliveryAttribute.md b/src/EventGrid/EventGrid/help/Get-AzEventGridSystemTopicEventSubscriptionDeliveryAttribute.md index bc35a00edc2c..e90cbecb6b27 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridSystemTopicEventSubscriptionDeliveryAttribute.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridSystemTopicEventSubscriptionDeliveryAttribute.md @@ -16,7 +16,7 @@ Get all delivery attributes for an event subscription. ``` Get-AzEventGridSystemTopicEventSubscriptionDeliveryAttribute -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] -SystemTopicName - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -24,13 +24,13 @@ Get-AzEventGridSystemTopicEventSubscriptionDeliveryAttribute -EventSubscriptionN ``` Get-AzEventGridSystemTopicEventSubscriptionDeliveryAttribute -EventSubscriptionName -SystemTopicInputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### GetViaIdentity ``` Get-AzEventGridSystemTopicEventSubscriptionDeliveryAttribute -InputObject - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -116,6 +116,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridTopic.md b/src/EventGrid/EventGrid/help/Get-AzEventGridTopic.md index cee1d48951b0..96406a105f3d 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridTopic.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridTopic.md @@ -15,25 +15,25 @@ Get properties of a topic. ### List (Default) ``` Get-AzEventGridTopic [-SubscriptionId ] [-Filter ] [-Top ] - [-DefaultProfile ] [-PassThru] [] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### Get ``` Get-AzEventGridTopic -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-PassThru] [] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### List1 ``` Get-AzEventGridTopic -ResourceGroupName [-SubscriptionId ] [-Filter ] [-Top ] - [-DefaultProfile ] [-PassThru] [] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzEventGridTopic -InputObject [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -163,6 +163,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridTopicEventSubscription.md b/src/EventGrid/EventGrid/help/Get-AzEventGridTopicEventSubscription.md index 44847cd35034..c1838edbb471 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridTopicEventSubscription.md @@ -16,26 +16,26 @@ Get properties of an event subscription of a topic. ``` Get-AzEventGridTopicEventSubscription -ResourceGroupName [-SubscriptionId ] -TopicName [-Filter ] [-Top ] [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ### GetViaIdentityTopic ``` Get-AzEventGridTopicEventSubscription -EventSubscriptionName -TopicInputObject - [-DefaultProfile ] [-PassThru] [] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### Get ``` Get-AzEventGridTopicEventSubscription -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] -TopicName [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzEventGridTopicEventSubscription -InputObject [-DefaultProfile ] - [-PassThru] [] + [-PassThru] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -153,6 +153,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridTopicEventSubscriptionDeliveryAttribute.md b/src/EventGrid/EventGrid/help/Get-AzEventGridTopicEventSubscriptionDeliveryAttribute.md index 003ec3b60b92..d02f8ebc9bc1 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridTopicEventSubscriptionDeliveryAttribute.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridTopicEventSubscriptionDeliveryAttribute.md @@ -16,20 +16,20 @@ Get all delivery attributes for an event subscription for topic. ``` Get-AzEventGridTopicEventSubscriptionDeliveryAttribute -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] -TopicName [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### GetViaIdentityTopic ``` Get-AzEventGridTopicEventSubscriptionDeliveryAttribute -EventSubscriptionName -TopicInputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### GetViaIdentity ``` Get-AzEventGridTopicEventSubscriptionDeliveryAttribute -InputObject - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -114,6 +114,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridTopicEventSubscriptionFullUrl.md b/src/EventGrid/EventGrid/help/Get-AzEventGridTopicEventSubscriptionFullUrl.md index 592ded645080..2f155bc5b78e 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridTopicEventSubscriptionFullUrl.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridTopicEventSubscriptionFullUrl.md @@ -16,20 +16,20 @@ Get the full endpoint URL for an event subscription for topic. ``` Get-AzEventGridTopicEventSubscriptionFullUrl -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] -TopicName [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### GetViaIdentityTopic ``` Get-AzEventGridTopicEventSubscriptionFullUrl -EventSubscriptionName -TopicInputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### GetViaIdentity ``` Get-AzEventGridTopicEventSubscriptionFullUrl -InputObject [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -127,6 +127,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridTopicEventType.md b/src/EventGrid/EventGrid/help/Get-AzEventGridTopicEventType.md index 059e43e01476..cc9df9d8e9e1 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridTopicEventType.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridTopicEventType.md @@ -15,7 +15,7 @@ List event types for a topic. ``` Get-AzEventGridTopicEventType -ProviderNamespace -ResourceGroupName -ResourceName -ResourceTypeName [-SubscriptionId ] [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -69,6 +69,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ProviderNamespace Namespace of the provider of the topic. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridTopicKey.md b/src/EventGrid/EventGrid/help/Get-AzEventGridTopicKey.md index ffe3d6fa3b1d..de3bafc0dc58 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridTopicKey.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridTopicKey.md @@ -14,7 +14,7 @@ List the two keys used to publish to a topic. ``` Get-AzEventGridTopicKey -ResourceGroupName -TopicName [-SubscriptionId ] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -69,6 +69,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridTopicSpace.md b/src/EventGrid/EventGrid/help/Get-AzEventGridTopicSpace.md index 6bf75915cef8..64d658528873 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridTopicSpace.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridTopicSpace.md @@ -15,27 +15,27 @@ Get properties of a topic space. ### List (Default) ``` Get-AzEventGridTopicSpace -NamespaceName -ResourceGroupName [-SubscriptionId ] - [-Filter ] [-Top ] [-DefaultProfile ] + [-Filter ] [-Top ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentityNamespace ``` Get-AzEventGridTopicSpace -Name -NamespaceInputObject - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get ``` Get-AzEventGridTopicSpace -Name -NamespaceName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzEventGridTopicSpace -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -181,6 +181,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridTopicType.md b/src/EventGrid/EventGrid/help/Get-AzEventGridTopicType.md index d1840b0a3b1a..0b3de787009f 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridTopicType.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridTopicType.md @@ -14,20 +14,20 @@ Get information about a topic type. ### List (Default) ``` -Get-AzEventGridTopicType [-DefaultProfile ] [-PassThru] +Get-AzEventGridTopicType [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### Get ``` Get-AzEventGridTopicType -Name [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzEventGridTopicType -InputObject [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -126,6 +126,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridTopicTypeEventType.md b/src/EventGrid/EventGrid/help/Get-AzEventGridTopicTypeEventType.md index 09608533d54b..9c324d1edccc 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridTopicTypeEventType.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridTopicTypeEventType.md @@ -14,7 +14,7 @@ List event types for a topic type. ``` Get-AzEventGridTopicTypeEventType -TopicTypeName [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -68,6 +68,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -TopicTypeName Name of the topic type. diff --git a/src/EventGrid/EventGrid/help/Get-AzEventGridVerifiedPartner.md b/src/EventGrid/EventGrid/help/Get-AzEventGridVerifiedPartner.md index ae160e6c0716..71ac2514b3ff 100644 --- a/src/EventGrid/EventGrid/help/Get-AzEventGridVerifiedPartner.md +++ b/src/EventGrid/EventGrid/help/Get-AzEventGridVerifiedPartner.md @@ -15,19 +15,19 @@ Get properties of a verified partner. ### List (Default) ``` Get-AzEventGridVerifiedPartner [-Filter ] [-Top ] [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzEventGridVerifiedPartner -Name [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzEventGridVerifiedPartner -InputObject [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -147,6 +147,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Top The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. diff --git a/src/EventGrid/EventGrid/help/Grant-AzEventGridPartnerConfiguration.md b/src/EventGrid/EventGrid/help/Grant-AzEventGridPartnerConfiguration.md index e9c5666fe633..8739eb1f6725 100644 --- a/src/EventGrid/EventGrid/help/Grant-AzEventGridPartnerConfiguration.md +++ b/src/EventGrid/EventGrid/help/Grant-AzEventGridPartnerConfiguration.md @@ -17,27 +17,27 @@ Authorize a single partner either by partner registration immutable Id or by par Grant-AzEventGridPartnerConfiguration -ResourceGroupName [-SubscriptionId ] [-AuthorizationExpirationTimeInUtc ] [-PartnerName ] [-PartnerRegistrationImmutableId ] [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### Authorize ``` Grant-AzEventGridPartnerConfiguration -ResourceGroupName [-SubscriptionId ] - -PartnerInfo [-DefaultProfile ] [-PassThru] + -PartnerInfo [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### AuthorizeViaJsonFilePath ``` Grant-AzEventGridPartnerConfiguration -ResourceGroupName [-SubscriptionId ] - -JsonFilePath [-DefaultProfile ] [-PassThru] [-WhatIf] + -JsonFilePath [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### AuthorizeViaJsonString ``` Grant-AzEventGridPartnerConfiguration -ResourceGroupName [-SubscriptionId ] - -JsonString [-DefaultProfile ] [-PassThru] [-WhatIf] + -JsonString [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -185,6 +185,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridAzureFunctionEventSubscriptionDestinationObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridAzureFunctionEventSubscriptionDestinationObject.md index 616a5518cc1d..36a8db58e66d 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridAzureFunctionEventSubscriptionDestinationObject.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridAzureFunctionEventSubscriptionDestinationObject.md @@ -15,7 +15,7 @@ Create an in-memory object for AzureFunctionEventSubscriptionDestination. ``` New-AzEventGridAzureFunctionEventSubscriptionDestinationObject [-DeliveryAttributeMapping ] [-MaxEventsPerBatch ] - [-PreferredBatchSizeInKilobyte ] [-ResourceId ] + [-PreferredBatchSizeInKilobyte ] [-ResourceId ] [-ProgressAction ] [] ``` @@ -86,6 +86,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceId The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridBoolEqualsAdvancedFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridBoolEqualsAdvancedFilterObject.md new file mode 100644 index 000000000000..7995201c23f1 --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridBoolEqualsAdvancedFilterObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridboolequalsadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridBoolEqualsAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for BoolEqualsAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridBoolEqualsAdvancedFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for BoolEqualsAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for BoolEqualsAdvancedFilter. +```powershell +New-AzEventGridBoolEqualsAdvancedFilterObject -Key "testKey" -Value:$true +``` + +```output +Key OperatorType Value +--- ------------ ----- +testKey BoolEquals True +``` + +Create an in-memory object for BoolEqualsAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The boolean filter value. + +```yaml +Type: System.Boolean +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.BoolEqualsAdvancedFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridBoolEqualsFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridBoolEqualsFilterObject.md new file mode 100644 index 000000000000..7aefa4a70326 --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridBoolEqualsFilterObject.md @@ -0,0 +1,94 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridboolequalsfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridBoolEqualsFilterObject + +## SYNOPSIS +Create an in-memory object for BoolEqualsFilter. + +## SYNTAX + +``` +New-AzEventGridBoolEqualsFilterObject [-Value ] [-Key ] [-ProgressAction ] + [] +``` + +## DESCRIPTION +Create an in-memory object for BoolEqualsFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for BoolEqualsFilter. +```powershell +New-AzEventGridBoolEqualsFilterObject -Key "testKey" -Value:$true +``` + +```output +New-AzEventGridBoolEqualsFilterObject -Key "testKey" -Value:$true +``` + +Create an in-memory object for BoolEqualsFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The boolean filter value. + +```yaml +Type: System.Boolean +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.BoolEqualsFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridCaCertificate.md b/src/EventGrid/EventGrid/help/New-AzEventGridCaCertificate.md index 66c9fb36b796..ffc155bb7208 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridCaCertificate.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridCaCertificate.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridCaCertificate ## SYNOPSIS -Create a CA certificate with the specified parameters. +create a CA certificate with the specified parameters. ## SYNTAX @@ -16,39 +16,39 @@ Create a CA certificate with the specified parameters. ``` New-AzEventGridCaCertificate -Name -NamespaceName -ResourceGroupName [-SubscriptionId ] [-Description ] [-EncodedCertificate ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString ``` New-AzEventGridCaCertificate -Name -NamespaceName -ResourceGroupName [-SubscriptionId ] -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzEventGridCaCertificate -Name -NamespaceName -ResourceGroupName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityNamespaceExpanded ``` New-AzEventGridCaCertificate -Name -NamespaceInputObject [-Description ] [-EncodedCertificate ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityExpanded ``` New-AzEventGridCaCertificate -InputObject [-Description ] [-EncodedCertificate ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Create a CA certificate with the specified parameters. +create a CA certificate with the specified parameters. ## EXAMPLES @@ -253,6 +253,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridChannel.md b/src/EventGrid/EventGrid/help/New-AzEventGridChannel.md index 7fca03b9ea77..86e484684fb5 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridChannel.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridChannel.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridChannel ## SYNOPSIS -Synchronously creates or updates a new channel with the specified parameters. +Synchronously create a new channel with the specified parameters. ## SYNTAX @@ -22,7 +22,7 @@ New-AzEventGridChannel -Name -PartnerNamespaceName -ResourceGr [-PartnerDestinationInfoResourceMoveChangeHistory ] [-PartnerTopicInfoAzureSubscriptionId ] [-PartnerTopicInfoName ] [-PartnerTopicInfoResourceGroupName ] [-PartnerTopicInfoSource ] [-ProvisioningState ] - [-ReadinessState ] [-DefaultProfile ] [-PassThru] + [-ReadinessState ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -30,14 +30,14 @@ New-AzEventGridChannel -Name -PartnerNamespaceName -ResourceGr ``` New-AzEventGridChannel -Name -PartnerNamespaceName -ResourceGroupName [-SubscriptionId ] -JsonString [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzEventGridChannel -Name -PartnerNamespaceName -ResourceGroupName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityPartnerNamespaceExpanded @@ -50,7 +50,7 @@ New-AzEventGridChannel -Name -PartnerNamespaceInputObject ] [-PartnerTopicInfoAzureSubscriptionId ] [-PartnerTopicInfoName ] [-PartnerTopicInfoResourceGroupName ] [-PartnerTopicInfoSource ] [-ProvisioningState ] - [-ReadinessState ] [-DefaultProfile ] [-PassThru] + [-ReadinessState ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -64,12 +64,12 @@ New-AzEventGridChannel -InputObject [-ChannelType ] [-PartnerDestinationInfoResourceMoveChangeHistory ] [-PartnerTopicInfoAzureSubscriptionId ] [-PartnerTopicInfoName ] [-PartnerTopicInfoResourceGroupName ] [-PartnerTopicInfoSource ] [-ProvisioningState ] - [-ReadinessState ] [-DefaultProfile ] [-PassThru] + [-ReadinessState ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Synchronously creates or updates a new channel with the specified parameters. +Synchronously create a new channel with the specified parameters. ## EXAMPLES @@ -427,6 +427,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ProvisioningState Provisioning state of the channel. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridClient.md b/src/EventGrid/EventGrid/help/New-AzEventGridClient.md index 56d4b0ecb82e..79420ffe3954 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridClient.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridClient.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridClient ## SYNOPSIS -Create a client with the specified parameters. +create a client with the specified parameters. ## SYNTAX @@ -21,7 +21,7 @@ New-AzEventGridClient -Name -NamespaceName -ResourceGroupName [-CertificateThumbprintPrimary ] [-CertificateThumbprintSecondary ] [-ClientCertificateAuthenticationAllowedThumbprint ] [-ClientCertificateAuthenticationValidationScheme ] [-Description ] [-State ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -29,14 +29,14 @@ New-AzEventGridClient -Name -NamespaceName -ResourceGroupName ``` New-AzEventGridClient -Name -NamespaceName -ResourceGroupName [-SubscriptionId ] -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzEventGridClient -Name -NamespaceName -ResourceGroupName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityNamespaceExpanded @@ -47,7 +47,7 @@ New-AzEventGridClient -Name -NamespaceInputObject [-CertificateSubjectOrganizationUnit ] [-CertificateThumbprintPrimary ] [-CertificateThumbprintSecondary ] [-ClientCertificateAuthenticationAllowedThumbprint ] [-ClientCertificateAuthenticationValidationScheme ] [-Description ] [-State ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -59,12 +59,12 @@ New-AzEventGridClient -InputObject [-Attribute ] [-CertificateThumbprintPrimary ] [-CertificateThumbprintSecondary ] [-ClientCertificateAuthenticationAllowedThumbprint ] [-ClientCertificateAuthenticationValidationScheme ] [-Description ] [-State ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Create a client with the specified parameters. +create a client with the specified parameters. ## EXAMPLES @@ -394,6 +394,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridClientGroup.md b/src/EventGrid/EventGrid/help/New-AzEventGridClientGroup.md index ecca8076e486..9ec185731a17 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridClientGroup.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridClientGroup.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridClientGroup ## SYNOPSIS -Create a client group with the specified parameters. +create a client group with the specified parameters. ## SYNTAX @@ -16,39 +16,39 @@ Create a client group with the specified parameters. ``` New-AzEventGridClientGroup -Name -NamespaceName -ResourceGroupName [-SubscriptionId ] [-Description ] [-Query ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-WhatIf] [-Confirm] [] + [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString ``` New-AzEventGridClientGroup -Name -NamespaceName -ResourceGroupName [-SubscriptionId ] -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzEventGridClientGroup -Name -NamespaceName -ResourceGroupName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityNamespaceExpanded ``` New-AzEventGridClientGroup -Name -NamespaceInputObject [-Description ] - [-Query ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Query ] [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityExpanded ``` New-AzEventGridClientGroup -InputObject [-Description ] [-Query ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Create a client group with the specified parameters. +create a client group with the specified parameters. ## EXAMPLES @@ -218,6 +218,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Query The grouping query for the clients.Example : attributes.keyName IN ['a', 'b', 'c']. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridDomain.md b/src/EventGrid/EventGrid/help/New-AzEventGridDomain.md index c58aa070f2ae..21ba561964b4 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridDomain.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridDomain.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridDomain ## SYNOPSIS -Asynchronously creates or updates a new domain with the specified parameters. +Asynchronously create a new domain with the specified parameters. ## SYNTAX @@ -21,21 +21,21 @@ New-AzEventGridDomain -Name -ResourceGroupName [-SubscriptionI [-IdentityTenantId ] [-InboundIPRule ] [-InputSchema ] [-MinimumTlsVersionAllowed ] [-PublicNetworkAccess ] [-SkuName ] [-Tag ] [-UserAssignedIdentity ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString ``` New-AzEventGridDomain -Name -ResourceGroupName [-SubscriptionId ] -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzEventGridDomain -Name -ResourceGroupName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityExpanded @@ -47,11 +47,11 @@ New-AzEventGridDomain -InputObject -Location [-IdentityTenantId ] [-InboundIPRule ] [-InputSchema ] [-MinimumTlsVersionAllowed ] [-PublicNetworkAccess ] [-SkuName ] [-Tag ] [-UserAssignedIdentity ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Asynchronously creates or updates a new domain with the specified parameters. +Asynchronously create a new domain with the specified parameters. ## EXAMPLES @@ -398,6 +398,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -PublicNetworkAccess This determines if traffic is allowed over public network. By default it is enabled.You can further restrict to specific IPs by configuring \ diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridDomainEventSubscription.md b/src/EventGrid/EventGrid/help/New-AzEventGridDomainEventSubscription.md index ab4c870b9dde..699a0d5ca57f 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridDomainEventSubscription.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridDomainEventSubscription.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridDomainEventSubscription ## SYNOPSIS -Asynchronously creates a new event subscription or updates an existing event subscription. +Asynchronously create a new event subscription or create an existing event subscription. ## SYNTAX @@ -24,21 +24,21 @@ New-AzEventGridDomainEventSubscription -DomainName -EventSubscriptionNa [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString ``` New-AzEventGridDomainEventSubscription -DomainName -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] -JsonString [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzEventGridDomainEventSubscription -DomainName -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityDomainExpanded @@ -52,7 +52,7 @@ New-AzEventGridDomainEventSubscription -EventSubscriptionName -DomainIn [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityExpanded @@ -66,11 +66,11 @@ New-AzEventGridDomainEventSubscription -InputObject [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Asynchronously creates a new event subscription or updates an existing event subscription. +Asynchronously create a new event subscription or create an existing event subscription. ## EXAMPLES @@ -472,6 +472,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridDomainKey.md b/src/EventGrid/EventGrid/help/New-AzEventGridDomainKey.md index f7527821ab9e..fcfc6638401d 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridDomainKey.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridDomainKey.md @@ -15,28 +15,28 @@ Regenerate a shared access key for a domain. ### RegenerateExpanded (Default) ``` New-AzEventGridDomainKey -DomainName -ResourceGroupName [-SubscriptionId ] - -KeyName [-DefaultProfile ] [-PassThru] [-WhatIf] + -KeyName [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RegenerateViaJsonString ``` New-AzEventGridDomainKey -DomainName -ResourceGroupName [-SubscriptionId ] - -JsonString [-DefaultProfile ] [-PassThru] [-WhatIf] + -JsonString [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RegenerateViaJsonFilePath ``` New-AzEventGridDomainKey -DomainName -ResourceGroupName [-SubscriptionId ] - -JsonFilePath [-DefaultProfile ] [-PassThru] [-WhatIf] + -JsonFilePath [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RegenerateViaIdentityExpanded ``` New-AzEventGridDomainKey -InputObject -KeyName [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -165,6 +165,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridDomainTopic.md b/src/EventGrid/EventGrid/help/New-AzEventGridDomainTopic.md index 679b0b19550e..3fcf4cff6f7a 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridDomainTopic.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridDomainTopic.md @@ -8,18 +8,18 @@ schema: 2.0.0 # New-AzEventGridDomainTopic ## SYNOPSIS -Asynchronously creates or updates a new domain topic with the specified parameters. +Asynchronously create a new domain topic with the specified parameters. ## SYNTAX ``` New-AzEventGridDomainTopic -DomainName -Name -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Asynchronously creates or updates a new domain topic with the specified parameters. +Asynchronously create a new domain topic with the specified parameters. ## EXAMPLES @@ -129,6 +129,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridDomainTopicEventSubscription.md b/src/EventGrid/EventGrid/help/New-AzEventGridDomainTopicEventSubscription.md index b09a885d553f..c93a2fea313c 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridDomainTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridDomainTopicEventSubscription.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridDomainTopicEventSubscription ## SYNOPSIS -Asynchronously creates a new event subscription or updates an existing event subscription. +Asynchronously create a new event subscription or create an existing event subscription. ## SYNTAX @@ -24,14 +24,14 @@ New-AzEventGridDomainTopicEventSubscription -DomainName -EventSubscript [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString ``` New-AzEventGridDomainTopicEventSubscription -DomainName -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] -TopicName -JsonString - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -39,7 +39,7 @@ New-AzEventGridDomainTopicEventSubscription -DomainName -EventSubscript ``` New-AzEventGridDomainTopicEventSubscription -DomainName -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] -TopicName -JsonFilePath - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -55,7 +55,7 @@ New-AzEventGridDomainTopicEventSubscription -EventSubscriptionName [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityDomainExpanded @@ -70,7 +70,7 @@ New-AzEventGridDomainTopicEventSubscription -EventSubscriptionName -Top [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityExpanded @@ -84,11 +84,11 @@ New-AzEventGridDomainTopicEventSubscription -InputObject [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Asynchronously creates a new event subscription or updates an existing event subscription. +Asynchronously create a new event subscription or create an existing event subscription. ## EXAMPLES @@ -490,6 +490,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridDynamicDeliveryAttributeMappingObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridDynamicDeliveryAttributeMappingObject.md new file mode 100644 index 000000000000..6b5900691178 --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridDynamicDeliveryAttributeMappingObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgriddynamicdeliveryattributemappingobject +schema: 2.0.0 +--- + +# New-AzEventGridDynamicDeliveryAttributeMappingObject + +## SYNOPSIS +Create an in-memory object for DynamicDeliveryAttributeMapping. + +## SYNTAX + +``` +New-AzEventGridDynamicDeliveryAttributeMappingObject [-SourceField ] [-Name ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for DynamicDeliveryAttributeMapping. + +## EXAMPLES + +### Example 1: Create an in-memory object for DynamicDeliveryAttributeMapping. +```powershell +New-AzEventGridDynamicDeliveryAttributeMappingObject -Name "testname" -SourceField "testfield" +``` + +```output +Name +---- +testname +``` + +Create an in-memory object for DynamicDeliveryAttributeMapping. + +## PARAMETERS + +### -Name +Name of the delivery attribute or header. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SourceField +JSON path in the event which contains attribute value. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DynamicDeliveryAttributeMapping + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridDynamicRoutingEnrichmentObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridDynamicRoutingEnrichmentObject.md index 6254c29de378..6ee3e6738d04 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridDynamicRoutingEnrichmentObject.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridDynamicRoutingEnrichmentObject.md @@ -14,7 +14,7 @@ Create an in-memory object for DynamicRoutingEnrichment. ``` New-AzEventGridDynamicRoutingEnrichmentObject [-Key ] [-Value ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -52,6 +52,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Value Dynamic routing enrichment value. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridEventHubEventSubscriptionDestinationObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridEventHubEventSubscriptionDestinationObject.md index 10e7f9494732..6d0a725aedfe 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridEventHubEventSubscriptionDestinationObject.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridEventHubEventSubscriptionDestinationObject.md @@ -15,7 +15,7 @@ Create an in-memory object for EventHubEventSubscriptionDestination. ``` New-AzEventGridEventHubEventSubscriptionDestinationObject [-DeliveryAttributeMapping ] [-ResourceId ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -53,6 +53,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceId The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridEventSubscriptionFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridEventSubscriptionFilterObject.md new file mode 100644 index 000000000000..3763de3acf25 --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridEventSubscriptionFilterObject.md @@ -0,0 +1,164 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgrideventsubscriptionfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridEventSubscriptionFilterObject + +## SYNOPSIS +Create an in-memory object for EventSubscriptionFilter. + +## SYNTAX + +``` +New-AzEventGridEventSubscriptionFilterObject [-AdvancedFilter ] + [-EnableAdvancedFilteringOnArray ] [-IncludedEventType ] + [-IsSubjectCaseSensitive ] [-SubjectBeginsWith ] [-SubjectEndsWith ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for EventSubscriptionFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for EventSubscriptionFilter. +```powershell +$adviceObj = New-AzEventGridBoolEqualsAdvancedFilterObject -Key "testKey" -Value:$true +New-AzEventGridEventSubscriptionFilterObject -AdvancedFilter $adviceObj -EnableAdvancedFilteringOnArray:$true -IncludedEventType "test" -IsSubjectCaseSensitive:$true -SubjectBeginsWith "startTest" -SubjectEndsWith "endTest" +``` + +```output +EnableAdvancedFilteringOnArray IsSubjectCaseSensitive SubjectBeginsWith SubjectEndsWith +------------------------------ ---------------------- ----------------- --------------- +True True startTest endTest +``` + +Create an in-memory object for EventSubscriptionFilter. + +## PARAMETERS + +### -AdvancedFilter +An array of advanced filters that are used for filtering event subscriptions. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EnableAdvancedFilteringOnArray +Allows advanced filters to be evaluated against an array of values instead of expecting a singular value. + +```yaml +Type: System.Boolean +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IncludedEventType +A list of applicable event types that need to be part of the event subscription. +If it is desired to subscribe to all default event types, set the IncludedEventTypes to null. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IsSubjectCaseSensitive +Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter + should be compared in a case sensitive manner. + +```yaml +Type: System.Boolean +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubjectBeginsWith +An optional string to filter events for an event subscription based on a resource path prefix. + The format of this depends on the publisher of the events. + Wildcard characters are not supported in this path. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubjectEndsWith +An optional string to filter events for an event subscription based on a resource path suffix. + Wildcard characters are not supported in this path. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventSubscriptionFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridHybridConnectionEventSubscriptionDestinationObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridHybridConnectionEventSubscriptionDestinationObject.md index dec5fb9b8be6..09a5439e12d3 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridHybridConnectionEventSubscriptionDestinationObject.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridHybridConnectionEventSubscriptionDestinationObject.md @@ -15,7 +15,7 @@ Create an in-memory object for HybridConnectionEventSubscriptionDestination. ``` New-AzEventGridHybridConnectionEventSubscriptionDestinationObject [-DeliveryAttributeMapping ] [-ResourceId ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -55,6 +55,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceId The Azure Resource ID of an hybrid connection that is the destination of an event subscription. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridInboundIPRuleObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridInboundIPRuleObject.md index 7c62e9a12174..2c979ef78f9d 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridInboundIPRuleObject.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridInboundIPRuleObject.md @@ -13,7 +13,7 @@ Create an in-memory object for InboundIPRule. ## SYNTAX ``` -New-AzEventGridInboundIPRuleObject [-Action ] [-IPMask ] +New-AzEventGridInboundIPRuleObject [-Action ] [-IPMask ] [-ProgressAction ] [] ``` @@ -67,6 +67,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridIsNotNullAdvancedFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridIsNotNullAdvancedFilterObject.md new file mode 100644 index 000000000000..8e4824ae268c --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridIsNotNullAdvancedFilterObject.md @@ -0,0 +1,81 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridisnotnulladvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridIsNotNullAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for IsNotNullAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridIsNotNullAdvancedFilterObject [-Key ] [-ProgressAction ] + [] +``` + +## DESCRIPTION +Create an in-memory object for IsNotNullAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for IsNotNullAdvancedFilter. +```powershell +New-AzEventGridIsNotNullAdvancedFilterObject -Key "testkey" +``` + +```output +Key OperatorType +--- ------------ +testkey IsNotNull +``` + +Create an in-memory object for IsNotNullAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNotNullAdvancedFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridAdvancedFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridIsNotNullFilterObject.md similarity index 60% rename from src/EventGrid/EventGrid/help/New-AzEventGridAdvancedFilterObject.md rename to src/EventGrid/EventGrid/help/New-AzEventGridIsNotNullFilterObject.md index da11c0c93029..bff793f58604 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridAdvancedFilterObject.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridIsNotNullFilterObject.md @@ -1,39 +1,38 @@ --- external help file: Az.EventGrid-help.xml Module Name: Az.EventGrid -online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridadvancedfilterobject +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridisnotnullfilterobject schema: 2.0.0 --- -# New-AzEventGridAdvancedFilterObject +# New-AzEventGridIsNotNullFilterObject ## SYNOPSIS -Create an in-memory object for AdvancedFilter. +Create an in-memory object for IsNotNullFilter. ## SYNTAX ``` -New-AzEventGridAdvancedFilterObject -OperatorType [-Key ] - [] +New-AzEventGridIsNotNullFilterObject [-Key ] [-ProgressAction ] [] ``` ## DESCRIPTION -Create an in-memory object for AdvancedFilter. +Create an in-memory object for IsNotNullFilter. ## EXAMPLES -### Example 1: Create an in-memory object for AdvancedFilter. +### Example 1: Create an in-memory object for IsNotNullFilter. ```powershell -New-AzEventGridAdvancedFilterObject -OperatorType NumberIn -Key "TestKey" +New-AzEventGridIsNotNullFilterObject -Key "testKey" ``` ```output Key OperatorType --- ------------ -TestKey NumberIn +testKey IsNotNull ``` -Create an in-memory object for AdvancedFilter. +Create an in-memory object for IsNotNullFilter. ## PARAMETERS @@ -52,15 +51,15 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -OperatorType -The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others. +### -ProgressAction +{{ Fill ProgressAction Description }} ```yaml -Type: System.String +Type: System.Management.Automation.ActionPreference Parameter Sets: (All) -Aliases: +Aliases: proga -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -74,7 +73,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.AdvancedFilter +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNotNullFilter ## NOTES diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridIsNullOrUndefinedAdvancedFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridIsNullOrUndefinedAdvancedFilterObject.md new file mode 100644 index 000000000000..b960dc29decc --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridIsNullOrUndefinedAdvancedFilterObject.md @@ -0,0 +1,81 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridisnullorundefinedadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridIsNullOrUndefinedAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for IsNullOrUndefinedAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridIsNullOrUndefinedAdvancedFilterObject [-Key ] [-ProgressAction ] + [] +``` + +## DESCRIPTION +Create an in-memory object for IsNullOrUndefinedAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for IsNullOrUndefinedAdvancedFilter. +```powershell +New-AzEventGridIsNullOrUndefinedAdvancedFilterObject -Key "testKey" +``` + +```output +Key OperatorType +--- ------------ +testKey IsNullOrUndefined +``` + +Create an in-memory object for IsNullOrUndefinedAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNullOrUndefinedAdvancedFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridIsNullOrUndefinedFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridIsNullOrUndefinedFilterObject.md new file mode 100644 index 000000000000..24beebd470cd --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridIsNullOrUndefinedFilterObject.md @@ -0,0 +1,81 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridisnullorundefinedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridIsNullOrUndefinedFilterObject + +## SYNOPSIS +Create an in-memory object for IsNullOrUndefinedFilter. + +## SYNTAX + +``` +New-AzEventGridIsNullOrUndefinedFilterObject [-Key ] [-ProgressAction ] + [] +``` + +## DESCRIPTION +Create an in-memory object for IsNullOrUndefinedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for IsNullOrUndefinedFilter. +```powershell +New-AzEventGridIsNullOrUndefinedFilterObject -Key "testKey" +``` + +```output +Key OperatorType +--- ------------ +testKey IsNullOrUndefined +``` + +Create an in-memory object for IsNullOrUndefinedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNullOrUndefinedFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridNamespace.md b/src/EventGrid/EventGrid/help/New-AzEventGridNamespace.md index dce0f6fcc958..3402403cc516 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridNamespace.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridNamespace.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridNamespace ## SYNOPSIS -Asynchronously creates or updates a new namespace with the specified parameters. +Asynchronously create a new namespace with the specified parameters. ## SYNTAX @@ -26,20 +26,20 @@ New-AzEventGridNamespace -Name -ResourceGroupName [-Subscripti [-TopicSpaceConfigurationMaximumSessionExpiryInHour ] [-TopicSpaceConfigurationRouteTopicResourceId ] [-TopicSpaceConfigurationState ] [-UserAssignedIdentity ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString ``` New-AzEventGridNamespace -Name -ResourceGroupName [-SubscriptionId ] - -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] + -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzEventGridNamespace -Name -ResourceGroupName [-SubscriptionId ] - -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] + -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -57,11 +57,11 @@ New-AzEventGridNamespace -InputObject -Location [-TopicSpaceConfigurationMaximumSessionExpiryInHour ] [-TopicSpaceConfigurationRouteTopicResourceId ] [-TopicSpaceConfigurationState ] [-UserAssignedIdentity ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Asynchronously creates or updates a new namespace with the specified parameters. +Asynchronously create a new namespace with the specified parameters. ## EXAMPLES @@ -324,6 +324,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -PublicNetworkAccess This determines if traffic is allowed over public network. By default it is enabled.You can further restrict to specific IPs by configuring \ diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridNamespaceKey.md b/src/EventGrid/EventGrid/help/New-AzEventGridNamespaceKey.md index c4b6f1b5c5d4..abf2c44de832 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridNamespaceKey.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridNamespaceKey.md @@ -15,28 +15,28 @@ Regenerate a shared access key for a namespace. ### RegenerateExpanded (Default) ``` New-AzEventGridNamespaceKey -NamespaceName -ResourceGroupName [-SubscriptionId ] - -KeyName [-DefaultProfile ] [-AsJob] [-NoWait] + -KeyName [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RegenerateViaJsonString ``` New-AzEventGridNamespaceKey -NamespaceName -ResourceGroupName [-SubscriptionId ] - -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] + -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RegenerateViaJsonFilePath ``` New-AzEventGridNamespaceKey -NamespaceName -ResourceGroupName [-SubscriptionId ] - -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] + -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RegenerateViaIdentityExpanded ``` New-AzEventGridNamespaceKey -InputObject -KeyName [-DefaultProfile ] - [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -180,6 +180,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridNamespaceTopic.md b/src/EventGrid/EventGrid/help/New-AzEventGridNamespaceTopic.md index 3215f00cd623..e1885be4f961 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridNamespaceTopic.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridNamespaceTopic.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridNamespaceTopic ## SYNOPSIS -Asynchronously creates a new namespace topic with the specified parameters. +Asynchronously create a new namespace topic with the specified parameters. ## SYNTAX @@ -16,7 +16,7 @@ Asynchronously creates a new namespace topic with the specified parameters. ``` New-AzEventGridNamespaceTopic -NamespaceName -ResourceGroupName [-SubscriptionId ] -TopicName [-EventRetentionInDay ] [-InputSchema ] [-PublisherType ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -24,32 +24,32 @@ New-AzEventGridNamespaceTopic -NamespaceName -ResourceGroupName -ResourceGroupName [-SubscriptionId ] -TopicName -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzEventGridNamespaceTopic -NamespaceName -ResourceGroupName [-SubscriptionId ] -TopicName -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityNamespaceExpanded ``` New-AzEventGridNamespaceTopic -TopicName -NamespaceInputObject [-EventRetentionInDay ] [-InputSchema ] [-PublisherType ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityExpanded ``` New-AzEventGridNamespaceTopic -InputObject [-EventRetentionInDay ] [-InputSchema ] [-PublisherType ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Asynchronously creates a new namespace topic with the specified parameters. +Asynchronously create a new namespace topic with the specified parameters. ## EXAMPLES @@ -220,6 +220,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -PublisherType Publisher type of the namespace topic. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridNamespaceTopicEventSubscription.md b/src/EventGrid/EventGrid/help/New-AzEventGridNamespaceTopicEventSubscription.md index 32b9572aee1c..556b9e51bdcc 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridNamespaceTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridNamespaceTopicEventSubscription.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridNamespaceTopicEventSubscription ## SYNOPSIS -Asynchronously creates or updates an event subscription of a namespace topic with the specified parameters. +Asynchronously create an event subscription of a namespace topic with the specified parameters. Existing event subscriptions will be updated with this API. ## SYNTAX @@ -21,14 +21,14 @@ New-AzEventGridNamespaceTopicEventSubscription -EventSubscriptionName - [-FilterConfigurationFilter ] [-FilterConfigurationIncludedEventType ] [-IdentityType ] [-QueueEventTimeToLive ] [-QueueMaxDeliveryCount ] [-QueueReceiveLockDurationInSecond ] [-UserAssignedIdentity ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString ``` New-AzEventGridNamespaceTopicEventSubscription -EventSubscriptionName -NamespaceName -ResourceGroupName [-SubscriptionId ] -TopicName -JsonString - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -36,7 +36,7 @@ New-AzEventGridNamespaceTopicEventSubscription -EventSubscriptionName - ``` New-AzEventGridNamespaceTopicEventSubscription -EventSubscriptionName -NamespaceName -ResourceGroupName [-SubscriptionId ] -TopicName -JsonFilePath - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -47,7 +47,7 @@ New-AzEventGridNamespaceTopicEventSubscription -EventSubscriptionName [-EventDeliverySchema ] [-FilterConfigurationFilter ] [-FilterConfigurationIncludedEventType ] [-IdentityType ] [-QueueEventTimeToLive ] [-QueueMaxDeliveryCount ] [-QueueReceiveLockDurationInSecond ] [-UserAssignedIdentity ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -58,7 +58,7 @@ New-AzEventGridNamespaceTopicEventSubscription -EventSubscriptionName - [-EventDeliverySchema ] [-FilterConfigurationFilter ] [-FilterConfigurationIncludedEventType ] [-IdentityType ] [-QueueEventTimeToLive ] [-QueueMaxDeliveryCount ] [-QueueReceiveLockDurationInSecond ] [-UserAssignedIdentity ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -69,11 +69,11 @@ New-AzEventGridNamespaceTopicEventSubscription -InputObject [-FilterConfigurationFilter ] [-FilterConfigurationIncludedEventType ] [-IdentityType ] [-QueueEventTimeToLive ] [-QueueMaxDeliveryCount ] [-QueueReceiveLockDurationInSecond ] [-UserAssignedIdentity ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Asynchronously creates or updates an event subscription of a namespace topic with the specified parameters. +Asynchronously create an event subscription of a namespace topic with the specified parameters. Existing event subscriptions will be updated with this API. ## EXAMPLES @@ -310,6 +310,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -QueueEventTimeToLive Time span duration in ISO 8601 format that determines how long messages are available to the subscription from the time the message was published.This duration value is expressed using the following format: \'P(n)Y(n)M(n)DT(n)H(n)M(n)S\', where: - (n) is replaced by the value of each time element that follows the (n). - P is the duration (or Period) designator and is always placed at the beginning of the duration. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridNamespaceTopicKey.md b/src/EventGrid/EventGrid/help/New-AzEventGridNamespaceTopicKey.md index 4ad43f972026..f0f58c10a0cc 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridNamespaceTopicKey.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridNamespaceTopicKey.md @@ -16,34 +16,34 @@ Regenerate a shared access key for a namespace topic. ``` New-AzEventGridNamespaceTopicKey -NamespaceName -ResourceGroupName [-SubscriptionId ] -TopicName -KeyName [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RegenerateViaJsonString ``` New-AzEventGridNamespaceTopicKey -NamespaceName -ResourceGroupName [-SubscriptionId ] -TopicName -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RegenerateViaJsonFilePath ``` New-AzEventGridNamespaceTopicKey -NamespaceName -ResourceGroupName [-SubscriptionId ] -TopicName -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RegenerateViaIdentityNamespaceExpanded ``` New-AzEventGridNamespaceTopicKey -TopicName -NamespaceInputObject - -KeyName [-DefaultProfile ] [-AsJob] [-NoWait] + -KeyName [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RegenerateViaIdentityExpanded ``` New-AzEventGridNamespaceTopicKey -InputObject -KeyName - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -203,6 +203,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridNumberGreaterThanAdvancedFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridNumberGreaterThanAdvancedFilterObject.md new file mode 100644 index 000000000000..4834533982aa --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridNumberGreaterThanAdvancedFilterObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbergreaterthanadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberGreaterThanAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for NumberGreaterThanAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridNumberGreaterThanAdvancedFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for NumberGreaterThanAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberGreaterThanAdvancedFilter. +```powershell +New-AzEventGridNumberGreaterThanAdvancedFilterObject -Key "testKey" -Value 11.22 +``` + +```output +Key OperatorType Value +--- ------------ ----- +testKey NumberGreaterThan 11.22 +``` + +Create an in-memory object for NumberGreaterThanAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The filter value. + +```yaml +Type: System.Double +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanAdvancedFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridNumberGreaterThanFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridNumberGreaterThanFilterObject.md new file mode 100644 index 000000000000..1575f9bbaa77 --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridNumberGreaterThanFilterObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbergreaterthanfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberGreaterThanFilterObject + +## SYNOPSIS +Create an in-memory object for NumberGreaterThanFilter. + +## SYNTAX + +``` +New-AzEventGridNumberGreaterThanFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for NumberGreaterThanFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberGreaterThanFilter. +```powershell +New-AzEventGridNumberGreaterThanFilterObject -Key "testKey" -Value 11.22 +``` + +```output +Key OperatorType Value +--- ------------ ----- +testKey NumberGreaterThan 11.22 +``` + +Create an in-memory object for NumberGreaterThanFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The filter value. + +```yaml +Type: System.Double +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject.md new file mode 100644 index 000000000000..c38d07d36c65 --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbergreaterthanorequalsadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for NumberGreaterThanOrEqualsAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for NumberGreaterThanOrEqualsAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberGreaterThanOrEqualsAdvancedFilter. +```powershell +New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject -Key "testKey" -Value 11.22 +``` + +```output +Key OperatorType Value +--- ------------ ----- +testKey NumberGreaterThanOrEquals 11.22 +``` + +Create an in-memory object for NumberGreaterThanOrEqualsAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The filter value. + +```yaml +Type: System.Double +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanOrEqualsAdvancedFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridNumberGreaterThanOrEqualsFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridNumberGreaterThanOrEqualsFilterObject.md new file mode 100644 index 000000000000..71107a9043ba --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridNumberGreaterThanOrEqualsFilterObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbergreaterthanorequalsfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberGreaterThanOrEqualsFilterObject + +## SYNOPSIS +Create an in-memory object for NumberGreaterThanOrEqualsFilter. + +## SYNTAX + +``` +New-AzEventGridNumberGreaterThanOrEqualsFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for NumberGreaterThanOrEqualsFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberGreaterThanOrEqualsFilter. +```powershell +New-AzEventGridNumberGreaterThanOrEqualsFilterObject -Key "testKey" -Value 11.22 +``` + +```output +Key OperatorType Value +--- ------------ ----- +testKey NumberGreaterThanOrEquals 11.22 +``` + +Create an in-memory object for NumberGreaterThanOrEqualsFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The filter value. + +```yaml +Type: System.Double +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanOrEqualsFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridNumberInAdvancedFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridNumberInAdvancedFilterObject.md new file mode 100644 index 000000000000..c0ad917b47ca --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridNumberInAdvancedFilterObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberinadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberInAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for NumberInAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridNumberInAdvancedFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for NumberInAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberInAdvancedFilter. +```powershell +New-AzEventGridNumberInAdvancedFilterObject -Key "testKey" -Value 11.22,22.33 +``` + +```output +Key OperatorType +--- ------------ +testKey NumberIn +``` + +Create an in-memory object for NumberInAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.Double[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInAdvancedFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridNumberInFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridNumberInFilterObject.md new file mode 100644 index 000000000000..b3efdda49e27 --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridNumberInFilterObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberinfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberInFilterObject + +## SYNOPSIS +Create an in-memory object for NumberInFilter. + +## SYNTAX + +``` +New-AzEventGridNumberInFilterObject [-Value ] [-Key ] [-ProgressAction ] + [] +``` + +## DESCRIPTION +Create an in-memory object for NumberInFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberInFilter. +```powershell +New-AzEventGridNumberInFilterObject -Key "testKey" -Value 11.22,22.33 +``` + +```output +Key OperatorType +--- ------------ +testKey NumberIn +``` + +Create an in-memory object for NumberInFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.Double[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridNumberInRangeAdvancedFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridNumberInRangeAdvancedFilterObject.md new file mode 100644 index 000000000000..bf73442a08d8 --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridNumberInRangeAdvancedFilterObject.md @@ -0,0 +1,97 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberinrangeadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberInRangeAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for NumberInRangeAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridNumberInRangeAdvancedFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for NumberInRangeAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberInRangeAdvancedFilter. +```powershell +$valuesObj = @(11.11, 22.22, 33.33, 44.44) +New-AzEventGridNumberInRangeAdvancedFilterObject -Key "testKey" -Value @(,$valuesObj) +``` + +```output +Key OperatorType +--- ------------ +testKey NumberInRange +``` + +Create an in-memory object for NumberInRangeAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.Double[][] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInRangeAdvancedFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridNumberInRangeFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridNumberInRangeFilterObject.md new file mode 100644 index 000000000000..7d2ead2d103b --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridNumberInRangeFilterObject.md @@ -0,0 +1,97 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberinrangefilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberInRangeFilterObject + +## SYNOPSIS +Create an in-memory object for NumberInRangeFilter. + +## SYNTAX + +``` +New-AzEventGridNumberInRangeFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for NumberInRangeFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberInRangeFilter. +```powershell +$valuesObj = @(11.11, 22.22, 33.33, 44.44) +New-AzEventGridNumberInRangeFilterObject -Key "testKey" -Value @(,$valuesObj) +``` + +```output +Key OperatorType +--- ------------ +testKey NumberInRange +``` + +Create an in-memory object for NumberInRangeFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.Double[][] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInRangeFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridNumberLessThanAdvancedFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridNumberLessThanAdvancedFilterObject.md new file mode 100644 index 000000000000..b87a43effc4b --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridNumberLessThanAdvancedFilterObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberlessthanadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberLessThanAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for NumberLessThanAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridNumberLessThanAdvancedFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for NumberLessThanAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberLessThanAdvancedFilter. +```powershell +New-AzEventGridNumberLessThanAdvancedFilterObject -Key "testKey" -Value 11.22 +``` + +```output +Key OperatorType Value +--- ------------ ----- +testKey NumberLessThan 11.22 +``` + +Create an in-memory object for NumberLessThanAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The filter value. + +```yaml +Type: System.Double +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanAdvancedFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridNumberLessThanFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridNumberLessThanFilterObject.md new file mode 100644 index 000000000000..99b071bcb0b2 --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridNumberLessThanFilterObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberlessthanfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberLessThanFilterObject + +## SYNOPSIS +Create an in-memory object for NumberLessThanFilter. + +## SYNTAX + +``` +New-AzEventGridNumberLessThanFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for NumberLessThanFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberLessThanFilter. +```powershell +New-AzEventGridNumberLessThanFilterObject -Key "testKey" -Value 11.22 +``` + +```output +Key OperatorType Value +--- ------------ ----- +testKey NumberLessThan 11.22 +``` + +Create an in-memory object for NumberLessThanFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The filter value. + +```yaml +Type: System.Double +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject.md new file mode 100644 index 000000000000..68839d07cf98 --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberlessthanorequalsadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for NumberLessThanOrEqualsAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for NumberLessThanOrEqualsAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberLessThanOrEqualsAdvancedFilter. +```powershell +New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject -Key "testKey" -Value 11.22 +``` + +```output +Key OperatorType Value +--- ------------ ----- +testKey NumberLessThanOrEquals 11.22 +``` + +Create an in-memory object for NumberLessThanOrEqualsAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The filter value. + +```yaml +Type: System.Double +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanOrEqualsAdvancedFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridNumberLessThanOrEqualsFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridNumberLessThanOrEqualsFilterObject.md new file mode 100644 index 000000000000..45f3dfe885c3 --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridNumberLessThanOrEqualsFilterObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumberlessthanorequalsfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberLessThanOrEqualsFilterObject + +## SYNOPSIS +Create an in-memory object for NumberLessThanOrEqualsFilter. + +## SYNTAX + +``` +New-AzEventGridNumberLessThanOrEqualsFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for NumberLessThanOrEqualsFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberLessThanOrEqualsFilter. +```powershell +New-AzEventGridNumberLessThanOrEqualsFilterObject -Key "testKey" -Value 11.22 +``` + +```output +Key OperatorType Value +--- ------------ ----- +testKey NumberLessThanOrEquals 11.22 +``` + +Create an in-memory object for NumberLessThanOrEqualsFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The filter value. + +```yaml +Type: System.Double +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanOrEqualsFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridNumberNotInAdvancedFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridNumberNotInAdvancedFilterObject.md new file mode 100644 index 000000000000..7fe5328f172b --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridNumberNotInAdvancedFilterObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbernotinadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberNotInAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for NumberNotInAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridNumberNotInAdvancedFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for NumberNotInAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberNotInAdvancedFilter. +```powershell +New-AzEventGridNumberNotInAdvancedFilterObject -Key "testKey" -Value 11.22,22.33 +``` + +```output +Key OperatorType +--- ------------ +testKey NumberNotIn +``` + +Create an in-memory object for NumberNotInAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.Double[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInAdvancedFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridNumberNotInFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridNumberNotInFilterObject.md new file mode 100644 index 000000000000..abfca628836a --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridNumberNotInFilterObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbernotinfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberNotInFilterObject + +## SYNOPSIS +Create an in-memory object for NumberNotInFilter. + +## SYNTAX + +``` +New-AzEventGridNumberNotInFilterObject [-Value ] [-Key ] [-ProgressAction ] + [] +``` + +## DESCRIPTION +Create an in-memory object for NumberNotInFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberNotInFilter. +```powershell +New-AzEventGridNumberNotInFilterObject -Key "testKey" -Value 11.22,22.33 +``` + +```output +Key OperatorType +--- ------------ +testKey NumberNotIn +``` + +Create an in-memory object for NumberNotInFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.Double[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridNumberNotInRangeAdvancedFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridNumberNotInRangeAdvancedFilterObject.md new file mode 100644 index 000000000000..e8444d99453a --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridNumberNotInRangeAdvancedFilterObject.md @@ -0,0 +1,97 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbernotinrangeadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberNotInRangeAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for NumberNotInRangeAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridNumberNotInRangeAdvancedFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for NumberNotInRangeAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberNotInRangeAdvancedFilter. +```powershell +$valuesObj = @(11.11, 22.22, 33.33, 44.44) +New-AzEventGridNumberNotInRangeAdvancedFilterObject -Key "testKey" -Value @(,$valuesObj) +``` + +```output +Key OperatorType +--- ------------ +testKey NumberNotInRange +``` + +Create an in-memory object for NumberNotInRangeAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.Double[][] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInRangeAdvancedFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridNumberNotInRangeFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridNumberNotInRangeFilterObject.md new file mode 100644 index 000000000000..8d48dbf2e952 --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridNumberNotInRangeFilterObject.md @@ -0,0 +1,97 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridnumbernotinrangefilterobject +schema: 2.0.0 +--- + +# New-AzEventGridNumberNotInRangeFilterObject + +## SYNOPSIS +Create an in-memory object for NumberNotInRangeFilter. + +## SYNTAX + +``` +New-AzEventGridNumberNotInRangeFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for NumberNotInRangeFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for NumberNotInRangeFilter. +```powershell +$valuesObj = @(11.11, 22.22, 33.33, 44.44) +New-AzEventGridNumberNotInRangeFilterObject -Key "testKey" -Value @(,$valuesObj) +``` + +```output +Key OperatorType +--- ------------ +testKey NumberNotInRange +``` + +Create an in-memory object for NumberNotInRangeFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.Double[][] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInRangeFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridPartnerConfiguration.md b/src/EventGrid/EventGrid/help/New-AzEventGridPartnerConfiguration.md index 2597df36c404..965802397339 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridPartnerConfiguration.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridPartnerConfiguration.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridPartnerConfiguration ## SYNOPSIS -Synchronously creates or updates a partner configuration with the specified parameters. +Synchronously create a partner configuration with the specified parameters. ## SYNTAX @@ -18,25 +18,25 @@ New-AzEventGridPartnerConfiguration -ResourceGroupName [-SubscriptionId [-PartnerAuthorizationAuthorizedPartnersList ] [-PartnerAuthorizationDefaultMaximumExpirationTimeInDay ] [-ProvisioningState ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzEventGridPartnerConfiguration -ResourceGroupName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString ``` New-AzEventGridPartnerConfiguration -ResourceGroupName [-SubscriptionId ] -JsonString - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Synchronously creates or updates a partner configuration with the specified parameters. +Synchronously create a partner configuration with the specified parameters. ## EXAMPLES @@ -209,6 +209,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ProvisioningState Provisioning state of the partner configuration. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridPartnerDestination.md b/src/EventGrid/EventGrid/help/New-AzEventGridPartnerDestination.md index 6765e002e7fd..1aa422bc542f 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridPartnerDestination.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridPartnerDestination.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridPartnerDestination ## SYNOPSIS -Asynchronously creates a new partner destination with the specified parameters. +Asynchronously create a new partner destination with the specified parameters. ## SYNTAX @@ -18,20 +18,20 @@ New-AzEventGridPartnerDestination -Name -ResourceGroupName [-S -Location [-ActivationState ] [-EndpointBaseUrl ] [-EndpointServiceContext ] [-ExpirationTimeIfNotActivatedUtc ] [-MessageForActivation ] [-PartnerRegistrationImmutableId ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString ``` New-AzEventGridPartnerDestination -Name -ResourceGroupName [-SubscriptionId ] - -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] + -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzEventGridPartnerDestination -Name -ResourceGroupName [-SubscriptionId ] - -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] + -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -41,11 +41,11 @@ New-AzEventGridPartnerDestination -InputObject -Location ] [-EndpointBaseUrl ] [-EndpointServiceContext ] [-ExpirationTimeIfNotActivatedUtc ] [-MessageForActivation ] [-PartnerRegistrationImmutableId ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Asynchronously creates a new partner destination with the specified parameters. +Asynchronously create a new partner destination with the specified parameters. ## EXAMPLES @@ -276,6 +276,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridPartnerEventSubscriptionDestinationObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridPartnerEventSubscriptionDestinationObject.md index 9069fd7034e3..27642063b7d8 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridPartnerEventSubscriptionDestinationObject.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridPartnerEventSubscriptionDestinationObject.md @@ -14,7 +14,7 @@ Create an in-memory object for PartnerEventSubscriptionDestination. ``` New-AzEventGridPartnerEventSubscriptionDestinationObject [-ResourceId ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -37,6 +37,21 @@ Create an in-memory object for PartnerEventSubscriptionDestination. ## PARAMETERS +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceId The Azure Resource Id that represents the endpoint of a Partner Destination of an event subscription. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridPartnerNamespace.md b/src/EventGrid/EventGrid/help/New-AzEventGridPartnerNamespace.md index dc413774057d..6939540f72f7 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridPartnerNamespace.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridPartnerNamespace.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridPartnerNamespace ## SYNOPSIS -Asynchronously creates a new partner namespace with the specified parameters. +Asynchronously create a new partner namespace with the specified parameters. ## SYNTAX @@ -18,7 +18,7 @@ New-AzEventGridPartnerNamespace -Name -ResourceGroupName [-Sub -Location [-DisableLocalAuth] [-InboundIPRule ] [-MinimumTlsVersionAllowed ] [-PartnerRegistrationFullyQualifiedId ] [-PartnerTopicRoutingMode ] [-PublicNetworkAccess ] [-Tag ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -26,14 +26,14 @@ New-AzEventGridPartnerNamespace -Name -ResourceGroupName [-Sub ``` New-AzEventGridPartnerNamespace -Name -ResourceGroupName [-SubscriptionId ] -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzEventGridPartnerNamespace -Name -ResourceGroupName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityExpanded @@ -42,11 +42,11 @@ New-AzEventGridPartnerNamespace -InputObject -Location ] [-MinimumTlsVersionAllowed ] [-PartnerRegistrationFullyQualifiedId ] [-PartnerTopicRoutingMode ] [-PublicNetworkAccess ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Asynchronously creates a new partner namespace with the specified parameters. +Asynchronously create a new partner namespace with the specified parameters. ## EXAMPLES @@ -294,6 +294,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -PublicNetworkAccess This determines if traffic is allowed over public network. By default it is enabled.You can further restrict to specific IPs by configuring \ diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridPartnerNamespaceKey.md b/src/EventGrid/EventGrid/help/New-AzEventGridPartnerNamespaceKey.md index 81712deb8492..2270009e37f2 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridPartnerNamespaceKey.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridPartnerNamespaceKey.md @@ -16,27 +16,27 @@ Regenerate a shared access key for a partner namespace. ``` New-AzEventGridPartnerNamespaceKey -PartnerNamespaceName -ResourceGroupName [-SubscriptionId ] -KeyName [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RegenerateViaJsonString ``` New-AzEventGridPartnerNamespaceKey -PartnerNamespaceName -ResourceGroupName [-SubscriptionId ] -JsonString [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RegenerateViaJsonFilePath ``` New-AzEventGridPartnerNamespaceKey -PartnerNamespaceName -ResourceGroupName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RegenerateViaIdentityExpanded ``` New-AzEventGridPartnerNamespaceKey -InputObject -KeyName - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -166,6 +166,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridPartnerObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridPartnerObject.md index 9504800847e5..76600dcf7dee 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridPartnerObject.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridPartnerObject.md @@ -14,7 +14,7 @@ Create an in-memory object for Partner. ``` New-AzEventGridPartnerObject [-AuthorizationExpirationTimeInUtc ] [-Name ] - [-RegistrationImmutableId ] [] + [-RegistrationImmutableId ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -71,6 +71,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -RegistrationImmutableId The immutableId of the corresponding partner registration. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridPartnerRegistration.md b/src/EventGrid/EventGrid/help/New-AzEventGridPartnerRegistration.md index 96e5a538d204..a0f81e1f7ede 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridPartnerRegistration.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridPartnerRegistration.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridPartnerRegistration ## SYNOPSIS -Create a new partner registration with the specified parameters. +create a new partner registration with the specified parameters. ## SYNTAX @@ -16,32 +16,32 @@ Create a new partner registration with the specified parameters. ``` New-AzEventGridPartnerRegistration -Name -ResourceGroupName [-SubscriptionId ] -Location [-PartnerRegistrationImmutableId ] [-Tag ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString ``` New-AzEventGridPartnerRegistration -Name -ResourceGroupName [-SubscriptionId ] -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzEventGridPartnerRegistration -Name -ResourceGroupName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityExpanded ``` New-AzEventGridPartnerRegistration -InputObject -Location [-PartnerRegistrationImmutableId ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Create a new partner registration with the specified parameters. +create a new partner registration with the specified parameters. ## EXAMPLES @@ -211,6 +211,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridPartnerTopic.md b/src/EventGrid/EventGrid/help/New-AzEventGridPartnerTopic.md index fcc299c5139e..c27155f34f4a 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridPartnerTopic.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridPartnerTopic.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridPartnerTopic ## SYNOPSIS -Asynchronously creates a new partner topic with the specified parameters. +Asynchronously create a new partner topic with the specified parameters. ## SYNTAX @@ -21,20 +21,20 @@ New-AzEventGridPartnerTopic -Name -ResourceGroupName [-Subscri [-MessageForActivation ] [-PartnerRegistrationImmutableId ] [-PartnerTopicFriendlyDescription ] [-Source ] [-Tag ] [-UserAssignedIdentity ] [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString ``` New-AzEventGridPartnerTopic -Name -ResourceGroupName [-SubscriptionId ] - -JsonString [-DefaultProfile ] [-PassThru] [-WhatIf] + -JsonString [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzEventGridPartnerTopic -Name -ResourceGroupName [-SubscriptionId ] - -JsonFilePath [-DefaultProfile ] [-PassThru] [-WhatIf] + -JsonFilePath [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -46,11 +46,11 @@ New-AzEventGridPartnerTopic -InputObject -Location [-MessageForActivation ] [-PartnerRegistrationImmutableId ] [-PartnerTopicFriendlyDescription ] [-Source ] [-Tag ] [-UserAssignedIdentity ] [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Asynchronously creates a new partner topic with the specified parameters. +Asynchronously create a new partner topic with the specified parameters. ## EXAMPLES @@ -329,6 +329,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridPartnerTopicEventSubscription.md b/src/EventGrid/EventGrid/help/New-AzEventGridPartnerTopicEventSubscription.md index e53b9d58898d..6dedbdc5801b 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridPartnerTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridPartnerTopicEventSubscription.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridPartnerTopicEventSubscription ## SYNOPSIS -Asynchronously creates or updates an event subscription of a partner topic with the specified parameters. +Asynchronously create an event subscription of a partner topic with the specified parameters. Existing event subscriptions will be updated with this API. ## SYNTAX @@ -25,21 +25,21 @@ New-AzEventGridPartnerTopicEventSubscription -EventSubscriptionName -Pa [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString ``` New-AzEventGridPartnerTopicEventSubscription -EventSubscriptionName -PartnerTopicName -ResourceGroupName [-SubscriptionId ] -JsonString [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzEventGridPartnerTopicEventSubscription -EventSubscriptionName -PartnerTopicName -ResourceGroupName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityPartnerTopicExpanded @@ -54,7 +54,7 @@ New-AzEventGridPartnerTopicEventSubscription -EventSubscriptionName [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityExpanded @@ -68,11 +68,11 @@ New-AzEventGridPartnerTopicEventSubscription -InputObject [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Asynchronously creates or updates an event subscription of a partner topic with the specified parameters. +Asynchronously create an event subscription of a partner topic with the specified parameters. Existing event subscriptions will be updated with this API. ## EXAMPLES @@ -476,6 +476,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridPermissionBinding.md b/src/EventGrid/EventGrid/help/New-AzEventGridPermissionBinding.md index 938ade18af91..0596e4158162 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridPermissionBinding.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridPermissionBinding.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridPermissionBinding ## SYNOPSIS -Create a permission binding with the specified parameters. +create a permission binding with the specified parameters. ## SYNTAX @@ -17,28 +17,28 @@ Create a permission binding with the specified parameters. New-AzEventGridPermissionBinding -Name -NamespaceName -ResourceGroupName [-SubscriptionId ] [-ClientGroupName ] [-Description ] [-Permission ] [-TopicSpaceName ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString ``` New-AzEventGridPermissionBinding -Name -NamespaceName -ResourceGroupName [-SubscriptionId ] -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzEventGridPermissionBinding -Name -NamespaceName -ResourceGroupName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityNamespaceExpanded ``` New-AzEventGridPermissionBinding -Name -NamespaceInputObject [-ClientGroupName ] [-Description ] [-Permission ] [-TopicSpaceName ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -46,11 +46,11 @@ New-AzEventGridPermissionBinding -Name -NamespaceInputObject [-ClientGroupName ] [-Description ] [-Permission ] [-TopicSpaceName ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Create a permission binding with the specified parameters. +create a permission binding with the specified parameters. ## EXAMPLES @@ -250,6 +250,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridPrivateEndpointConnectionObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridPrivateEndpointConnectionObject.md index fdabc6bfd2d6..416658ed25d1 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridPrivateEndpointConnectionObject.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridPrivateEndpointConnectionObject.md @@ -16,7 +16,7 @@ Create an in-memory object for PrivateEndpointConnection. New-AzEventGridPrivateEndpointConnectionObject [-GroupId ] [-PrivateEndpointId ] [-PrivateLinkServiceConnectionStateActionsRequired ] [-PrivateLinkServiceConnectionStateDescription ] [-PrivateLinkServiceConnectionStateStatus ] - [-ProvisioningState ] [] + [-ProvisioningState ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -121,6 +121,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ProvisioningState Provisioning state of the Private Endpoint Connection. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridResourceMoveChangeHistoryObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridResourceMoveChangeHistoryObject.md index c05fff15869c..05246819522f 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridResourceMoveChangeHistoryObject.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridResourceMoveChangeHistoryObject.md @@ -14,7 +14,7 @@ Create an in-memory object for ResourceMoveChangeHistory. ``` New-AzEventGridResourceMoveChangeHistoryObject [-AzureSubscriptionId ] [-ChangedTimeUtc ] - [-ResourceGroupName ] [] + [-ResourceGroupName ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -67,6 +67,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Azure Resource Group of the resource. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridServiceBusQueueEventSubscriptionDestinationObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridServiceBusQueueEventSubscriptionDestinationObject.md index 76956d50e2ea..c85a1aada3f7 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridServiceBusQueueEventSubscriptionDestinationObject.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridServiceBusQueueEventSubscriptionDestinationObject.md @@ -15,7 +15,7 @@ Create an in-memory object for ServiceBusQueueEventSubscriptionDestination. ``` New-AzEventGridServiceBusQueueEventSubscriptionDestinationObject [-DeliveryAttributeMapping ] [-ResourceId ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -55,6 +55,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceId The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridServiceBusTopicEventSubscriptionDestinationObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridServiceBusTopicEventSubscriptionDestinationObject.md index c2b2c99e8ba5..3fefc0a405ac 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridServiceBusTopicEventSubscriptionDestinationObject.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridServiceBusTopicEventSubscriptionDestinationObject.md @@ -15,7 +15,7 @@ Create an in-memory object for ServiceBusTopicEventSubscriptionDestination. ``` New-AzEventGridServiceBusTopicEventSubscriptionDestinationObject [-DeliveryAttributeMapping ] [-ResourceId ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -55,6 +55,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceId The Azure Resource Id that represents the endpoint of the Service Bus Topic destination of an event subscription. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridStaticDeliveryAttributeMappingObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridStaticDeliveryAttributeMappingObject.md new file mode 100644 index 000000000000..8c4f203dd038 --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridStaticDeliveryAttributeMappingObject.md @@ -0,0 +1,111 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstaticdeliveryattributemappingobject +schema: 2.0.0 +--- + +# New-AzEventGridStaticDeliveryAttributeMappingObject + +## SYNOPSIS +Create an in-memory object for StaticDeliveryAttributeMapping. + +## SYNTAX + +``` +New-AzEventGridStaticDeliveryAttributeMappingObject [-IsSecret ] [-Value ] [-Name ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for StaticDeliveryAttributeMapping. + +## EXAMPLES + +### Example 1: Create an in-memory object for StaticDeliveryAttributeMapping. +```powershell +New-AzEventGridStaticDeliveryAttributeMappingObject -IsSecret:$true -Name "testName" -Value "testValue" +``` + +```output +Name +---- +testName +``` + +Create an in-memory object for StaticDeliveryAttributeMapping. + +## PARAMETERS + +### -IsSecret +Boolean flag to tell if the attribute contains sensitive information . + +```yaml +Type: System.Boolean +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +Name of the delivery attribute or header. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +Value of the delivery attribute. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StaticDeliveryAttributeMapping + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridStaticRoutingEnrichmentObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridStaticRoutingEnrichmentObject.md index 874116220183..a384da77dcdf 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridStaticRoutingEnrichmentObject.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridStaticRoutingEnrichmentObject.md @@ -14,7 +14,7 @@ Create an in-memory object for StaticRoutingEnrichment. ``` New-AzEventGridStaticRoutingEnrichmentObject [-Key ] [-ValueType ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -52,6 +52,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ValueType Static routing enrichment value type. For e.g. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridStorageQueueEventSubscriptionDestinationObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridStorageQueueEventSubscriptionDestinationObject.md index 20fe7dbae50a..363d66c12749 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridStorageQueueEventSubscriptionDestinationObject.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridStorageQueueEventSubscriptionDestinationObject.md @@ -14,7 +14,7 @@ Create an in-memory object for StorageQueueEventSubscriptionDestination. ``` New-AzEventGridStorageQueueEventSubscriptionDestinationObject [-QueueMessageTimeToLiveInSecond ] - [-QueueName ] [-ResourceId ] [] + [-QueueName ] [-ResourceId ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -37,6 +37,21 @@ Create an in-memory object for StorageQueueEventSubscriptionDestination. ## PARAMETERS +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -QueueMessageTimeToLiveInSecond Storage queue message time to live in seconds. This value cannot be zero or negative with the exception of using -1 to indicate that the Time To Live of the message is Infinite. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridStringBeginsWithAdvancedFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridStringBeginsWithAdvancedFilterObject.md new file mode 100644 index 000000000000..0a5cc284a966 --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridStringBeginsWithAdvancedFilterObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringbeginswithadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringBeginsWithAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for StringBeginsWithAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridStringBeginsWithAdvancedFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for StringBeginsWithAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringBeginsWithAdvancedFilter. +```powershell +New-AzEventGridStringBeginsWithAdvancedFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringBeginsWith +``` + +Create an in-memory object for StringBeginsWithAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringBeginsWithAdvancedFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridStringBeginsWithFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridStringBeginsWithFilterObject.md new file mode 100644 index 000000000000..1804668bb031 --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridStringBeginsWithFilterObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringbeginswithfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringBeginsWithFilterObject + +## SYNOPSIS +Create an in-memory object for StringBeginsWithFilter. + +## SYNTAX + +``` +New-AzEventGridStringBeginsWithFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for StringBeginsWithFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringBeginsWithFilter. +```powershell +New-AzEventGridStringBeginsWithFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringBeginsWith +``` + +Create an in-memory object for StringBeginsWithFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringBeginsWithFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridStringContainsAdvancedFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridStringContainsAdvancedFilterObject.md new file mode 100644 index 000000000000..e07209e65b3d --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridStringContainsAdvancedFilterObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringcontainsadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringContainsAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for StringContainsAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridStringContainsAdvancedFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for StringContainsAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringContainsAdvancedFilter. +```powershell +New-AzEventGridStringContainsAdvancedFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringContains +``` + +Create an in-memory object for StringContainsAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringContainsAdvancedFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridStringContainsFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridStringContainsFilterObject.md new file mode 100644 index 000000000000..3a6e39e6cb80 --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridStringContainsFilterObject.md @@ -0,0 +1,94 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringcontainsfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringContainsFilterObject + +## SYNOPSIS +Create an in-memory object for StringContainsFilter. + +## SYNTAX + +``` +New-AzEventGridStringContainsFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for StringContainsFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringContainsFilter. +```powershell +New-AzEventGridStringContainsFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +New-AzEventGridStringContainsFilterObject -Key "testKey" -Value "value1","value2" +``` + +Create an in-memory object for StringContainsFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringContainsFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridStringEndsWithAdvancedFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridStringEndsWithAdvancedFilterObject.md new file mode 100644 index 000000000000..a3fecdfc5243 --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridStringEndsWithAdvancedFilterObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringendswithadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringEndsWithAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for StringEndsWithAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridStringEndsWithAdvancedFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for StringEndsWithAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringEndsWithAdvancedFilter. +```powershell +New-AzEventGridStringEndsWithAdvancedFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringEndsWith +``` + +Create an in-memory object for StringEndsWithAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringEndsWithAdvancedFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridStringEndsWithFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridStringEndsWithFilterObject.md new file mode 100644 index 000000000000..ed1139e938c9 --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridStringEndsWithFilterObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringendswithfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringEndsWithFilterObject + +## SYNOPSIS +Create an in-memory object for StringEndsWithFilter. + +## SYNTAX + +``` +New-AzEventGridStringEndsWithFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for StringEndsWithFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringEndsWithFilter. +```powershell +New-AzEventGridStringEndsWithFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringEndsWith +``` + +Create an in-memory object for StringEndsWithFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringEndsWithFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridStringInAdvancedFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridStringInAdvancedFilterObject.md new file mode 100644 index 000000000000..0b2d833c0c08 --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridStringInAdvancedFilterObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringinadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringInAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for StringInAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridStringInAdvancedFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for StringInAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringInAdvancedFilter. +```powershell +New-AzEventGridStringInAdvancedFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringIn +``` + +Create an in-memory object for StringInAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringInAdvancedFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridStringInFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridStringInFilterObject.md new file mode 100644 index 000000000000..07e77eacaf72 --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridStringInFilterObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringinfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringInFilterObject + +## SYNOPSIS +Create an in-memory object for StringInFilter. + +## SYNTAX + +``` +New-AzEventGridStringInFilterObject [-Value ] [-Key ] [-ProgressAction ] + [] +``` + +## DESCRIPTION +Create an in-memory object for StringInFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringInFilter. +```powershell +New-AzEventGridStringInFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringIn +``` + +Create an in-memory object for StringInFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringInFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridStringNotBeginsWithAdvancedFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridStringNotBeginsWithAdvancedFilterObject.md new file mode 100644 index 000000000000..e128d1025a35 --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridStringNotBeginsWithAdvancedFilterObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotbeginswithadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringNotBeginsWithAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for StringNotBeginsWithAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridStringNotBeginsWithAdvancedFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for StringNotBeginsWithAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringNotBeginsWithAdvancedFilter. +```powershell +New-AzEventGridStringNotBeginsWithAdvancedFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringNotBeginsWith +``` + +Create an in-memory object for StringNotBeginsWithAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotBeginsWithAdvancedFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridStringNotBeginsWithFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridStringNotBeginsWithFilterObject.md new file mode 100644 index 000000000000..424fc64b1d39 --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridStringNotBeginsWithFilterObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotbeginswithfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringNotBeginsWithFilterObject + +## SYNOPSIS +Create an in-memory object for StringNotBeginsWithFilter. + +## SYNTAX + +``` +New-AzEventGridStringNotBeginsWithFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for StringNotBeginsWithFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringNotBeginsWithFilter. +```powershell +New-AzEventGridStringNotBeginsWithFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringNotBeginsWith +``` + +Create an in-memory object for StringNotBeginsWithFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotBeginsWithFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridStringNotContainsAdvancedFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridStringNotContainsAdvancedFilterObject.md new file mode 100644 index 000000000000..83b0e5485a98 --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridStringNotContainsAdvancedFilterObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotcontainsadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringNotContainsAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for StringNotContainsAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridStringNotContainsAdvancedFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for StringNotContainsAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringNotContainsAdvancedFilter. +```powershell +New-AzEventGridStringNotContainsAdvancedFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringNotContains +``` + +Create an in-memory object for StringNotContainsAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotContainsAdvancedFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridStringNotContainsFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridStringNotContainsFilterObject.md new file mode 100644 index 000000000000..00d81c7edd37 --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridStringNotContainsFilterObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotcontainsfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringNotContainsFilterObject + +## SYNOPSIS +Create an in-memory object for StringNotContainsFilter. + +## SYNTAX + +``` +New-AzEventGridStringNotContainsFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for StringNotContainsFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringNotContainsFilter. +```powershell +New-AzEventGridStringNotContainsFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringNotContains +``` + +Create an in-memory object for StringNotContainsFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotContainsFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridStringNotEndsWithAdvancedFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridStringNotEndsWithAdvancedFilterObject.md new file mode 100644 index 000000000000..499336bacd24 --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridStringNotEndsWithAdvancedFilterObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotendswithadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringNotEndsWithAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for StringNotEndsWithAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridStringNotEndsWithAdvancedFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for StringNotEndsWithAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringNotEndsWithAdvancedFilter. +```powershell +New-AzEventGridStringNotEndsWithAdvancedFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringNotEndsWith +``` + +Create an in-memory object for StringNotEndsWithAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotEndsWithAdvancedFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridStringNotEndsWithFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridStringNotEndsWithFilterObject.md new file mode 100644 index 000000000000..db5f315147ef --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridStringNotEndsWithFilterObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotendswithfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringNotEndsWithFilterObject + +## SYNOPSIS +Create an in-memory object for StringNotEndsWithFilter. + +## SYNTAX + +``` +New-AzEventGridStringNotEndsWithFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for StringNotEndsWithFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringNotEndsWithFilter. +```powershell +New-AzEventGridStringNotEndsWithFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringNotEndsWith +``` + +Create an in-memory object for StringNotEndsWithFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotEndsWithFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridStringNotInAdvancedFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridStringNotInAdvancedFilterObject.md new file mode 100644 index 000000000000..c1b54f9f7e4c --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridStringNotInAdvancedFilterObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotinadvancedfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringNotInAdvancedFilterObject + +## SYNOPSIS +Create an in-memory object for StringNotInAdvancedFilter. + +## SYNTAX + +``` +New-AzEventGridStringNotInAdvancedFilterObject [-Value ] [-Key ] + [-ProgressAction ] [] +``` + +## DESCRIPTION +Create an in-memory object for StringNotInAdvancedFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringNotInAdvancedFilter. +```powershell +New-AzEventGridStringNotInAdvancedFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringNotIn +``` + +Create an in-memory object for StringNotInAdvancedFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotInAdvancedFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridStringNotInFilterObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridStringNotInFilterObject.md new file mode 100644 index 000000000000..31be20e8e592 --- /dev/null +++ b/src/EventGrid/EventGrid/help/New-AzEventGridStringNotInFilterObject.md @@ -0,0 +1,96 @@ +--- +external help file: Az.EventGrid-help.xml +Module Name: Az.EventGrid +online version: https://learn.microsoft.com/powershell/module/Az.EventGrid/new-azeventgridstringnotinfilterobject +schema: 2.0.0 +--- + +# New-AzEventGridStringNotInFilterObject + +## SYNOPSIS +Create an in-memory object for StringNotInFilter. + +## SYNTAX + +``` +New-AzEventGridStringNotInFilterObject [-Value ] [-Key ] [-ProgressAction ] + [] +``` + +## DESCRIPTION +Create an in-memory object for StringNotInFilter. + +## EXAMPLES + +### Example 1: Create an in-memory object for StringNotInFilter. +```powershell +New-AzEventGridStringNotInFilterObject -Key "testKey" -Value "value1","value2" +``` + +```output +Key OperatorType +--- ------------ +testKey StringNotIn +``` + +Create an in-memory object for StringNotInFilter. + +## PARAMETERS + +### -Key +The field/property in the event based on which you want to filter. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Value +The set of filter values. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.StringNotInFilter + +## NOTES + +## RELATED LINKS diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridSubscription.md b/src/EventGrid/EventGrid/help/New-AzEventGridSubscription.md index f4c67d9713f6..c5ada5032555 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridSubscription.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridSubscription.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridSubscription ## SYNOPSIS -Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope. +Asynchronously create a new event subscription or create an existing event subscription based on the specified scope. ## SYNTAX @@ -23,19 +23,19 @@ New-AzEventGridSubscription -Name -Scope [-DeadLetterWithResou [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString ``` New-AzEventGridSubscription -Name -Scope -JsonString [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzEventGridSubscription -Name -Scope -JsonFilePath [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityExpanded @@ -49,11 +49,11 @@ New-AzEventGridSubscription -InputObject [-DeadLetterWithRe [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope. +Asynchronously create a new event subscription or create an existing event subscription based on the specified scope. ## EXAMPLES @@ -440,6 +440,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -RetryPolicyEventTimeToLiveInMinute Time To Live (in minutes) for events. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridSystemTopic.md b/src/EventGrid/EventGrid/help/New-AzEventGridSystemTopic.md index c3c991913e66..3ba365f3aebc 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridSystemTopic.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridSystemTopic.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridSystemTopic ## SYNOPSIS -Asynchronously creates a new system topic with the specified parameters. +Asynchronously create a new system topic with the specified parameters. ## SYNTAX @@ -18,21 +18,21 @@ New-AzEventGridSystemTopic -Name -ResourceGroupName [-Subscrip -Location [-EnableSystemAssignedIdentity] [-IdentityPrincipalId ] [-IdentityTenantId ] [-Source ] [-Tag ] [-TopicType ] [-UserAssignedIdentity ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString ``` New-AzEventGridSystemTopic -Name -ResourceGroupName [-SubscriptionId ] -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzEventGridSystemTopic -Name -ResourceGroupName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityExpanded @@ -40,11 +40,11 @@ New-AzEventGridSystemTopic -Name -ResourceGroupName [-Subscrip New-AzEventGridSystemTopic -InputObject -Location [-EnableSystemAssignedIdentity] [-IdentityPrincipalId ] [-IdentityTenantId ] [-Source ] [-Tag ] [-TopicType ] [-UserAssignedIdentity ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Asynchronously creates a new system topic with the specified parameters. +Asynchronously create a new system topic with the specified parameters. ## EXAMPLES @@ -244,6 +244,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridSystemTopicEventSubscription.md b/src/EventGrid/EventGrid/help/New-AzEventGridSystemTopicEventSubscription.md index 0beac8af7cb7..f476c44b560d 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridSystemTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridSystemTopicEventSubscription.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridSystemTopicEventSubscription ## SYNOPSIS -Asynchronously creates or updates an event subscription with the specified parameters. +Asynchronously create an event subscription with the specified parameters. Existing event subscriptions will be updated with this API. ## SYNTAX @@ -25,21 +25,21 @@ New-AzEventGridSystemTopicEventSubscription -EventSubscriptionName -Res [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString ``` New-AzEventGridSystemTopicEventSubscription -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] -SystemTopicName -JsonString [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzEventGridSystemTopicEventSubscription -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] -SystemTopicName -JsonFilePath [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentitySystemTopicExpanded @@ -54,7 +54,7 @@ New-AzEventGridSystemTopicEventSubscription -EventSubscriptionName [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityExpanded @@ -68,11 +68,11 @@ New-AzEventGridSystemTopicEventSubscription -InputObject [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Asynchronously creates or updates an event subscription with the specified parameters. +Asynchronously create an event subscription with the specified parameters. Existing event subscriptions will be updated with this API. ## EXAMPLES @@ -446,6 +446,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridTopic.md b/src/EventGrid/EventGrid/help/New-AzEventGridTopic.md index 4df07695887c..0f255782eab6 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridTopic.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridTopic.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridTopic ## SYNOPSIS -Asynchronously creates a new topic with the specified parameters. +Asynchronously create a new topic with the specified parameters. ## SYNTAX @@ -21,13 +21,13 @@ New-AzEventGridTopic -Name -ResourceGroupName [-SubscriptionId [-InboundIPRule ] [-InputSchema ] [-Kind ] [-MinimumTlsVersionAllowed ] [-PublicNetworkAccess ] [-SkuName ] [-Tag ] [-UserAssignedIdentity ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString ``` New-AzEventGridTopic -Name -ResourceGroupName [-SubscriptionId ] -JsonString - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -35,7 +35,7 @@ New-AzEventGridTopic -Name -ResourceGroupName [-SubscriptionId ``` New-AzEventGridTopic -Name -ResourceGroupName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityExpanded @@ -46,11 +46,11 @@ New-AzEventGridTopic -InputObject -Location [-Data [-IdentityPrincipalId ] [-IdentityTenantId ] [-InboundIPRule ] [-InputSchema ] [-Kind ] [-MinimumTlsVersionAllowed ] [-PublicNetworkAccess ] [-SkuName ] [-Tag ] [-UserAssignedIdentity ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Asynchronously creates a new topic with the specified parameters. +Asynchronously create a new topic with the specified parameters. ## EXAMPLES @@ -405,6 +405,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -PublicNetworkAccess This determines if traffic is allowed over public network. By default it is enabled. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridTopicEventSubscription.md b/src/EventGrid/EventGrid/help/New-AzEventGridTopicEventSubscription.md index 6b6b2df5a156..0aeec8d33cb6 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridTopicEventSubscription.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridTopicEventSubscription ## SYNOPSIS -Asynchronously creates a new event subscription or updates an existing event subscription. +Asynchronously create a new event subscription or create an existing event subscription. ## SYNTAX @@ -24,21 +24,21 @@ New-AzEventGridTopicEventSubscription -EventSubscriptionName -ResourceG [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString ``` New-AzEventGridTopicEventSubscription -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] -TopicName -JsonString [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzEventGridTopicEventSubscription -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] -TopicName -JsonFilePath [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityTopicExpanded @@ -52,7 +52,7 @@ New-AzEventGridTopicEventSubscription -EventSubscriptionName -TopicInpu [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityExpanded @@ -66,11 +66,11 @@ New-AzEventGridTopicEventSubscription -InputObject [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Asynchronously creates a new event subscription or updates an existing event subscription. +Asynchronously create a new event subscription or create an existing event subscription. ## EXAMPLES @@ -443,6 +443,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridTopicKey.md b/src/EventGrid/EventGrid/help/New-AzEventGridTopicKey.md index 9837ab95a4fe..102a24632d47 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridTopicKey.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridTopicKey.md @@ -16,27 +16,27 @@ Regenerate a shared access key for a topic. ``` New-AzEventGridTopicKey -ResourceGroupName [-SubscriptionId ] -TopicName -KeyName [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RegenerateViaJsonString ``` New-AzEventGridTopicKey -ResourceGroupName [-SubscriptionId ] -TopicName -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RegenerateViaJsonFilePath ``` New-AzEventGridTopicKey -ResourceGroupName [-SubscriptionId ] -TopicName -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RegenerateViaIdentityExpanded ``` New-AzEventGridTopicKey -InputObject -KeyName [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -180,6 +180,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridTopicSpace.md b/src/EventGrid/EventGrid/help/New-AzEventGridTopicSpace.md index 242f31f8b7df..5a85a04b428b 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridTopicSpace.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridTopicSpace.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzEventGridTopicSpace ## SYNOPSIS -Create a topic space with the specified parameters. +create a topic space with the specified parameters. ## SYNTAX @@ -16,39 +16,39 @@ Create a topic space with the specified parameters. ``` New-AzEventGridTopicSpace -Name -NamespaceName -ResourceGroupName [-SubscriptionId ] [-Description ] [-TopicTemplate ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString ``` New-AzEventGridTopicSpace -Name -NamespaceName -ResourceGroupName [-SubscriptionId ] -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzEventGridTopicSpace -Name -NamespaceName -ResourceGroupName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityNamespaceExpanded ``` New-AzEventGridTopicSpace -Name -NamespaceInputObject [-Description ] [-TopicTemplate ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityExpanded ``` New-AzEventGridTopicSpace -InputObject [-Description ] [-TopicTemplate ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Create a topic space with the specified parameters. +create a topic space with the specified parameters. ## EXAMPLES @@ -218,6 +218,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/New-AzEventGridWebHookEventSubscriptionDestinationObject.md b/src/EventGrid/EventGrid/help/New-AzEventGridWebHookEventSubscriptionDestinationObject.md index 04f2a80e5f9e..6893e2a5898c 100644 --- a/src/EventGrid/EventGrid/help/New-AzEventGridWebHookEventSubscriptionDestinationObject.md +++ b/src/EventGrid/EventGrid/help/New-AzEventGridWebHookEventSubscriptionDestinationObject.md @@ -16,7 +16,7 @@ Create an in-memory object for WebHookEventSubscriptionDestination. New-AzEventGridWebHookEventSubscriptionDestinationObject [-AzureActiveDirectoryApplicationIdOrUri ] [-AzureActiveDirectoryTenantId ] [-DeliveryAttributeMapping ] [-EndpointUrl ] [-MaxEventsPerBatch ] [-MinimumTlsVersionAllowed ] - [-PreferredBatchSizeInKilobyte ] [] + [-PreferredBatchSizeInKilobyte ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -145,6 +145,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/EventGrid/EventGrid/help/Remove-AzEventGridCaCertificate.md b/src/EventGrid/EventGrid/help/Remove-AzEventGridCaCertificate.md index bd497260588b..5f1451597aed 100644 --- a/src/EventGrid/EventGrid/help/Remove-AzEventGridCaCertificate.md +++ b/src/EventGrid/EventGrid/help/Remove-AzEventGridCaCertificate.md @@ -16,20 +16,20 @@ Delete an existing CA certificate. ``` Remove-AzEventGridCaCertificate -Name -NamespaceName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentityNamespace ``` Remove-AzEventGridCaCertificate -Name -NamespaceInputObject - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzEventGridCaCertificate -InputObject [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -167,6 +167,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Remove-AzEventGridChannel.md b/src/EventGrid/EventGrid/help/Remove-AzEventGridChannel.md index 1cc586f01c11..8fa4234cbead 100644 --- a/src/EventGrid/EventGrid/help/Remove-AzEventGridChannel.md +++ b/src/EventGrid/EventGrid/help/Remove-AzEventGridChannel.md @@ -16,20 +16,20 @@ Delete an existing channel. ``` Remove-AzEventGridChannel -Name -PartnerNamespaceName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentityPartnerNamespace ``` Remove-AzEventGridChannel -Name -PartnerNamespaceInputObject - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzEventGridChannel -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -167,6 +167,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the partners subscription. diff --git a/src/EventGrid/EventGrid/help/Remove-AzEventGridClient.md b/src/EventGrid/EventGrid/help/Remove-AzEventGridClient.md index be362a11bb80..09fc06faabbb 100644 --- a/src/EventGrid/EventGrid/help/Remove-AzEventGridClient.md +++ b/src/EventGrid/EventGrid/help/Remove-AzEventGridClient.md @@ -16,19 +16,19 @@ Delete an existing client. ``` Remove-AzEventGridClient -Name -NamespaceName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentityNamespace ``` Remove-AzEventGridClient -Name -NamespaceInputObject [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzEventGridClient -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -166,6 +166,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Remove-AzEventGridClientGroup.md b/src/EventGrid/EventGrid/help/Remove-AzEventGridClientGroup.md index adcf7d7be7a1..73b7a4bf39c0 100644 --- a/src/EventGrid/EventGrid/help/Remove-AzEventGridClientGroup.md +++ b/src/EventGrid/EventGrid/help/Remove-AzEventGridClientGroup.md @@ -16,20 +16,20 @@ Delete an existing client group. ``` Remove-AzEventGridClientGroup -Name -NamespaceName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentityNamespace ``` Remove-AzEventGridClientGroup -Name -NamespaceInputObject - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzEventGridClientGroup -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -167,6 +167,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Remove-AzEventGridDomain.md b/src/EventGrid/EventGrid/help/Remove-AzEventGridDomain.md index 8a86ab53d071..45a5aee73443 100644 --- a/src/EventGrid/EventGrid/help/Remove-AzEventGridDomain.md +++ b/src/EventGrid/EventGrid/help/Remove-AzEventGridDomain.md @@ -15,14 +15,14 @@ Delete existing domain. ### Delete (Default) ``` Remove-AzEventGridDomain -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzEventGridDomain -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -130,6 +130,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Remove-AzEventGridDomainEventSubscription.md b/src/EventGrid/EventGrid/help/Remove-AzEventGridDomainEventSubscription.md index 64b258a43ef8..27044b8f9ebd 100644 --- a/src/EventGrid/EventGrid/help/Remove-AzEventGridDomainEventSubscription.md +++ b/src/EventGrid/EventGrid/help/Remove-AzEventGridDomainEventSubscription.md @@ -16,20 +16,20 @@ Delete an existing event subscription for a domain. ``` Remove-AzEventGridDomainEventSubscription -DomainName -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentityDomain ``` Remove-AzEventGridDomainEventSubscription -EventSubscriptionName -DomainInputObject [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzEventGridDomainEventSubscription -InputObject [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -168,6 +168,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Remove-AzEventGridDomainTopic.md b/src/EventGrid/EventGrid/help/Remove-AzEventGridDomainTopic.md index faa481de667b..290eb77d2b7a 100644 --- a/src/EventGrid/EventGrid/help/Remove-AzEventGridDomainTopic.md +++ b/src/EventGrid/EventGrid/help/Remove-AzEventGridDomainTopic.md @@ -16,20 +16,20 @@ Delete existing domain topic. ``` Remove-AzEventGridDomainTopic -DomainName -Name -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentityDomain ``` Remove-AzEventGridDomainTopic -Name -DomainInputObject - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzEventGridDomainTopic -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -167,6 +167,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Remove-AzEventGridDomainTopicEventSubscription.md b/src/EventGrid/EventGrid/help/Remove-AzEventGridDomainTopicEventSubscription.md index e22b53227e47..310a1ee75a6d 100644 --- a/src/EventGrid/EventGrid/help/Remove-AzEventGridDomainTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/Remove-AzEventGridDomainTopicEventSubscription.md @@ -16,27 +16,27 @@ Delete a nested existing event subscription for a domain topic. ``` Remove-AzEventGridDomainTopicEventSubscription -DomainName -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] -TopicName [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentityTopic ``` Remove-AzEventGridDomainTopicEventSubscription -EventSubscriptionName -TopicInputObject [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentityDomain ``` Remove-AzEventGridDomainTopicEventSubscription -EventSubscriptionName -TopicName -DomainInputObject [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzEventGridDomainTopicEventSubscription -InputObject [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -175,6 +175,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Remove-AzEventGridNamespace.md b/src/EventGrid/EventGrid/help/Remove-AzEventGridNamespace.md index a17a8ada1004..82fa55e95aff 100644 --- a/src/EventGrid/EventGrid/help/Remove-AzEventGridNamespace.md +++ b/src/EventGrid/EventGrid/help/Remove-AzEventGridNamespace.md @@ -15,14 +15,14 @@ Delete existing namespace. ### Delete (Default) ``` Remove-AzEventGridNamespace -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzEventGridNamespace -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -130,6 +130,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Remove-AzEventGridNamespaceTopic.md b/src/EventGrid/EventGrid/help/Remove-AzEventGridNamespaceTopic.md index 91b2f887e89c..9657ad402bb4 100644 --- a/src/EventGrid/EventGrid/help/Remove-AzEventGridNamespaceTopic.md +++ b/src/EventGrid/EventGrid/help/Remove-AzEventGridNamespaceTopic.md @@ -16,20 +16,20 @@ Delete existing namespace topic. ``` Remove-AzEventGridNamespaceTopic -NamespaceName -ResourceGroupName [-SubscriptionId ] -TopicName [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentityNamespace ``` Remove-AzEventGridNamespaceTopic -TopicName -NamespaceInputObject - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzEventGridNamespaceTopic -InputObject [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -152,6 +152,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Remove-AzEventGridNamespaceTopicEventSubscription.md b/src/EventGrid/EventGrid/help/Remove-AzEventGridNamespaceTopicEventSubscription.md index 0e62b59e3fd2..730ad146559a 100644 --- a/src/EventGrid/EventGrid/help/Remove-AzEventGridNamespaceTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/Remove-AzEventGridNamespaceTopicEventSubscription.md @@ -16,27 +16,27 @@ Delete an existing event subscription of a namespace topic. ``` Remove-AzEventGridNamespaceTopicEventSubscription -EventSubscriptionName -NamespaceName -ResourceGroupName [-SubscriptionId ] -TopicName [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentityTopic ``` Remove-AzEventGridNamespaceTopicEventSubscription -EventSubscriptionName -TopicInputObject [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentityNamespace ``` Remove-AzEventGridNamespaceTopicEventSubscription -EventSubscriptionName -TopicName -NamespaceInputObject [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzEventGridNamespaceTopicEventSubscription -InputObject - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -176,6 +176,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Remove-AzEventGridPartnerConfiguration.md b/src/EventGrid/EventGrid/help/Remove-AzEventGridPartnerConfiguration.md index 1b340929eba5..51ba0f1f152a 100644 --- a/src/EventGrid/EventGrid/help/Remove-AzEventGridPartnerConfiguration.md +++ b/src/EventGrid/EventGrid/help/Remove-AzEventGridPartnerConfiguration.md @@ -14,7 +14,7 @@ Delete existing partner configuration. ``` Remove-AzEventGridPartnerConfiguration -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -93,6 +93,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Remove-AzEventGridPartnerDestination.md b/src/EventGrid/EventGrid/help/Remove-AzEventGridPartnerDestination.md index 958363c7b421..765832a9c382 100644 --- a/src/EventGrid/EventGrid/help/Remove-AzEventGridPartnerDestination.md +++ b/src/EventGrid/EventGrid/help/Remove-AzEventGridPartnerDestination.md @@ -15,14 +15,14 @@ Delete existing partner destination. ### Delete (Default) ``` Remove-AzEventGridPartnerDestination -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzEventGridPartnerDestination -InputObject [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -130,6 +130,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Remove-AzEventGridPartnerNamespace.md b/src/EventGrid/EventGrid/help/Remove-AzEventGridPartnerNamespace.md index d0922c9f6225..e5ee6f922f1c 100644 --- a/src/EventGrid/EventGrid/help/Remove-AzEventGridPartnerNamespace.md +++ b/src/EventGrid/EventGrid/help/Remove-AzEventGridPartnerNamespace.md @@ -15,14 +15,14 @@ Delete existing partner namespace. ### Delete (Default) ``` Remove-AzEventGridPartnerNamespace -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzEventGridPartnerNamespace -InputObject [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -130,6 +130,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Remove-AzEventGridPartnerRegistration.md b/src/EventGrid/EventGrid/help/Remove-AzEventGridPartnerRegistration.md index eaca3de82bb9..959f88bcb1f1 100644 --- a/src/EventGrid/EventGrid/help/Remove-AzEventGridPartnerRegistration.md +++ b/src/EventGrid/EventGrid/help/Remove-AzEventGridPartnerRegistration.md @@ -15,14 +15,14 @@ Deletes a partner registration with the specified parameters. ### Delete (Default) ``` Remove-AzEventGridPartnerRegistration -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzEventGridPartnerRegistration -InputObject [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -130,6 +130,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Remove-AzEventGridPartnerTopic.md b/src/EventGrid/EventGrid/help/Remove-AzEventGridPartnerTopic.md index 7e752146486c..df04eab80c52 100644 --- a/src/EventGrid/EventGrid/help/Remove-AzEventGridPartnerTopic.md +++ b/src/EventGrid/EventGrid/help/Remove-AzEventGridPartnerTopic.md @@ -15,14 +15,14 @@ Delete existing partner topic. ### Delete (Default) ``` Remove-AzEventGridPartnerTopic -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzEventGridPartnerTopic -InputObject [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -130,6 +130,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Remove-AzEventGridPartnerTopicEventSubscription.md b/src/EventGrid/EventGrid/help/Remove-AzEventGridPartnerTopicEventSubscription.md index 5c3200c3385e..47b39d2cc8fb 100644 --- a/src/EventGrid/EventGrid/help/Remove-AzEventGridPartnerTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/Remove-AzEventGridPartnerTopicEventSubscription.md @@ -16,20 +16,20 @@ Delete an existing event subscription of a partner topic. ``` Remove-AzEventGridPartnerTopicEventSubscription -EventSubscriptionName -PartnerTopicName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentityPartnerTopic ``` Remove-AzEventGridPartnerTopicEventSubscription -EventSubscriptionName -PartnerTopicInputObject [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzEventGridPartnerTopicEventSubscription -InputObject [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -168,6 +168,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Remove-AzEventGridPermissionBinding.md b/src/EventGrid/EventGrid/help/Remove-AzEventGridPermissionBinding.md index d3606abdbf52..13dc949c8e28 100644 --- a/src/EventGrid/EventGrid/help/Remove-AzEventGridPermissionBinding.md +++ b/src/EventGrid/EventGrid/help/Remove-AzEventGridPermissionBinding.md @@ -16,20 +16,20 @@ Delete an existing permission binding. ``` Remove-AzEventGridPermissionBinding -Name -NamespaceName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentityNamespace ``` Remove-AzEventGridPermissionBinding -Name -NamespaceInputObject - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzEventGridPermissionBinding -InputObject [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -167,6 +167,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Remove-AzEventGridSubscription.md b/src/EventGrid/EventGrid/help/Remove-AzEventGridSubscription.md index dc005c072d66..c3bd9bd6a513 100644 --- a/src/EventGrid/EventGrid/help/Remove-AzEventGridSubscription.md +++ b/src/EventGrid/EventGrid/help/Remove-AzEventGridSubscription.md @@ -15,13 +15,13 @@ Delete an existing event subscription. ### Delete (Default) ``` Remove-AzEventGridSubscription -Name -Scope [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzEventGridSubscription -InputObject [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -129,6 +129,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Scope The scope of the event subscription. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. diff --git a/src/EventGrid/EventGrid/help/Remove-AzEventGridSystemTopic.md b/src/EventGrid/EventGrid/help/Remove-AzEventGridSystemTopic.md index d372be625ffb..cafa2fe07b60 100644 --- a/src/EventGrid/EventGrid/help/Remove-AzEventGridSystemTopic.md +++ b/src/EventGrid/EventGrid/help/Remove-AzEventGridSystemTopic.md @@ -15,14 +15,14 @@ Delete existing system topic. ### Delete (Default) ``` Remove-AzEventGridSystemTopic -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzEventGridSystemTopic -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -130,6 +130,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Remove-AzEventGridSystemTopicEventSubscription.md b/src/EventGrid/EventGrid/help/Remove-AzEventGridSystemTopicEventSubscription.md index 8b1f39da7be2..53f4ce006b18 100644 --- a/src/EventGrid/EventGrid/help/Remove-AzEventGridSystemTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/Remove-AzEventGridSystemTopicEventSubscription.md @@ -16,20 +16,20 @@ Delete an existing event subscription of a system topic. ``` Remove-AzEventGridSystemTopicEventSubscription -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] -SystemTopicName [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentitySystemTopic ``` Remove-AzEventGridSystemTopicEventSubscription -EventSubscriptionName -SystemTopicInputObject [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzEventGridSystemTopicEventSubscription -InputObject [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -138,6 +138,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Remove-AzEventGridTopic.md b/src/EventGrid/EventGrid/help/Remove-AzEventGridTopic.md index a8ad2b1b70c4..942397ee9c89 100644 --- a/src/EventGrid/EventGrid/help/Remove-AzEventGridTopic.md +++ b/src/EventGrid/EventGrid/help/Remove-AzEventGridTopic.md @@ -15,14 +15,14 @@ Delete existing topic. ### Delete (Default) ``` Remove-AzEventGridTopic -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzEventGridTopic -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -130,6 +130,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Remove-AzEventGridTopicEventSubscription.md b/src/EventGrid/EventGrid/help/Remove-AzEventGridTopicEventSubscription.md index 528fe2ff2a3c..b5eec75e2ceb 100644 --- a/src/EventGrid/EventGrid/help/Remove-AzEventGridTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/Remove-AzEventGridTopicEventSubscription.md @@ -16,20 +16,20 @@ Delete an existing event subscription for a topic. ``` Remove-AzEventGridTopicEventSubscription -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] -TopicName [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentityTopic ``` Remove-AzEventGridTopicEventSubscription -EventSubscriptionName -TopicInputObject - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzEventGridTopicEventSubscription -InputObject [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -138,6 +138,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Remove-AzEventGridTopicSpace.md b/src/EventGrid/EventGrid/help/Remove-AzEventGridTopicSpace.md index 03ea5869b079..3632bba01652 100644 --- a/src/EventGrid/EventGrid/help/Remove-AzEventGridTopicSpace.md +++ b/src/EventGrid/EventGrid/help/Remove-AzEventGridTopicSpace.md @@ -16,20 +16,20 @@ Delete an existing topic space. ``` Remove-AzEventGridTopicSpace -Name -NamespaceName -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentityNamespace ``` Remove-AzEventGridTopicSpace -Name -NamespaceInputObject - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzEventGridTopicSpace -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -167,6 +167,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Revoke-AzEventGridPartnerConfiguration.md b/src/EventGrid/EventGrid/help/Revoke-AzEventGridPartnerConfiguration.md index 347519cd69e8..bf97fafe4098 100644 --- a/src/EventGrid/EventGrid/help/Revoke-AzEventGridPartnerConfiguration.md +++ b/src/EventGrid/EventGrid/help/Revoke-AzEventGridPartnerConfiguration.md @@ -17,27 +17,27 @@ Unauthorize a single partner either by partner registration immutable Id or by p Revoke-AzEventGridPartnerConfiguration -ResourceGroupName [-SubscriptionId ] [-AuthorizationExpirationTimeInUtc ] [-PartnerName ] [-PartnerRegistrationImmutableId ] [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### Partner ``` Revoke-AzEventGridPartnerConfiguration -ResourceGroupName [-SubscriptionId ] - -PartnerInfo [-DefaultProfile ] [-PassThru] + -PartnerInfo [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### PartnerViaJsonFilePath ``` Revoke-AzEventGridPartnerConfiguration -ResourceGroupName [-SubscriptionId ] - -JsonFilePath [-DefaultProfile ] [-PassThru] [-WhatIf] + -JsonFilePath [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### PartnerViaJsonString ``` Revoke-AzEventGridPartnerConfiguration -ResourceGroupName [-SubscriptionId ] - -JsonString [-DefaultProfile ] [-PassThru] [-WhatIf] + -JsonString [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -185,6 +185,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridChannel.md b/src/EventGrid/EventGrid/help/Update-AzEventGridChannel.md index e894edc2aefb..aca45684dcd8 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridChannel.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridChannel.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridChannel ## SYNOPSIS -Synchronously updates a channel with the specified parameters. +Synchronously update a channel with the specified parameters. ## SYNTAX @@ -17,21 +17,21 @@ Synchronously updates a channel with the specified parameters. Update-AzEventGridChannel -Name -PartnerNamespaceName -ResourceGroupName [-SubscriptionId ] [-EventTypeInfoInlineEventType ] [-EventTypeInfoKind ] [-ExpirationTimeIfNotActivatedUtc ] [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonString ``` Update-AzEventGridChannel -Name -PartnerNamespaceName -ResourceGroupName [-SubscriptionId ] -JsonString [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonFilePath ``` Update-AzEventGridChannel -Name -PartnerNamespaceName -ResourceGroupName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityPartnerNamespaceExpanded @@ -39,18 +39,18 @@ Update-AzEventGridChannel -Name -PartnerNamespaceName -Resourc Update-AzEventGridChannel -Name -PartnerNamespaceInputObject [-EventTypeInfoInlineEventType ] [-EventTypeInfoKind ] [-ExpirationTimeIfNotActivatedUtc ] [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzEventGridChannel -InputObject [-EventTypeInfoInlineEventType ] [-EventTypeInfoKind ] [-ExpirationTimeIfNotActivatedUtc ] [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Synchronously updates a channel with the specified parameters. +Synchronously update a channel with the specified parameters. ## EXAMPLES @@ -238,6 +238,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the partners subscription. diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridClient.md b/src/EventGrid/EventGrid/help/Update-AzEventGridClient.md index 96340f94c21a..f1bed4213b1e 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridClient.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridClient.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridClient ## SYNOPSIS -Update a client with the specified parameters. +update a client with the specified parameters. ## SYNTAX @@ -21,7 +21,7 @@ Update-AzEventGridClient -Name -NamespaceName -ResourceGroupNa [-CertificateThumbprintPrimary ] [-CertificateThumbprintSecondary ] [-ClientCertificateAuthenticationAllowedThumbprint ] [-ClientCertificateAuthenticationValidationScheme ] [-Description ] [-State ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -33,7 +33,7 @@ Update-AzEventGridClient -Name -NamespaceInputObject ] [-CertificateThumbprintPrimary ] [-CertificateThumbprintSecondary ] [-ClientCertificateAuthenticationAllowedThumbprint ] [-ClientCertificateAuthenticationValidationScheme ] [-Description ] [-State ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -45,12 +45,12 @@ Update-AzEventGridClient -InputObject [-Attribute ] [-CertificateThumbprintPrimary ] [-CertificateThumbprintSecondary ] [-ClientCertificateAuthenticationAllowedThumbprint ] [-ClientCertificateAuthenticationValidationScheme ] [-Description ] [-State ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Update a client with the specified parameters. +update a client with the specified parameters. ## EXAMPLES @@ -380,6 +380,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridClientGroup.md b/src/EventGrid/EventGrid/help/Update-AzEventGridClientGroup.md index ef6e2ba299a8..a5a81357809b 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridClientGroup.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridClientGroup.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridClientGroup ## SYNOPSIS -Update a client group with the specified parameters. +update a client group with the specified parameters. ## SYNTAX @@ -16,25 +16,25 @@ Update a client group with the specified parameters. ``` Update-AzEventGridClientGroup -Name -NamespaceName -ResourceGroupName [-SubscriptionId ] [-Description ] [-Query ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-WhatIf] [-Confirm] [] + [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityNamespaceExpanded ``` Update-AzEventGridClientGroup -Name -NamespaceInputObject [-Description ] - [-Query ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Query ] [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzEventGridClientGroup -InputObject [-Description ] [-Query ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Update a client group with the specified parameters. +update a client group with the specified parameters. ## EXAMPLES @@ -202,6 +202,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Query The grouping query for the clients.Example : attributes.keyName IN ['a', 'b', 'c']. diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridDomain.md b/src/EventGrid/EventGrid/help/Update-AzEventGridDomain.md index f486e40ca9de..f8fef55df16f 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridDomain.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridDomain.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridDomain ## SYNOPSIS -Asynchronously creates or updates a new domain with the specified parameters. +Asynchronously update a new domain with the specified parameters. ## SYNTAX @@ -21,7 +21,7 @@ Update-AzEventGridDomain -Name -ResourceGroupName [-Subscripti [-IdentityTenantId ] [-InboundIPRule ] [-InputSchema ] [-Location ] [-MinimumTlsVersionAllowed ] [-PublicNetworkAccess ] [-SkuName ] [-Tag ] [-UserAssignedIdentity ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded @@ -33,11 +33,11 @@ Update-AzEventGridDomain -InputObject [-AutoCreateTopicWith [-InboundIPRule ] [-InputSchema ] [-Location ] [-MinimumTlsVersionAllowed ] [-PublicNetworkAccess ] [-SkuName ] [-Tag ] [-UserAssignedIdentity ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Asynchronously creates or updates a new domain with the specified parameters. +Asynchronously update a new domain with the specified parameters. ## EXAMPLES @@ -354,6 +354,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -PublicNetworkAccess This determines if traffic is allowed over public network. By default it is enabled.You can further restrict to specific IPs by configuring \ diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridDomainEventSubscription.md b/src/EventGrid/EventGrid/help/Update-AzEventGridDomainEventSubscription.md index 472af88a5c25..0e24a09d87d0 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridDomainEventSubscription.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridDomainEventSubscription.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridDomainEventSubscription ## SYNOPSIS -Update an existing event subscription for a topic. +update an existing event subscription for a topic. ## SYNTAX @@ -24,21 +24,21 @@ Update-AzEventGridDomainEventSubscription -DomainName -EventSubscriptio [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonString ``` Update-AzEventGridDomainEventSubscription -DomainName -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] -JsonString [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonFilePath ``` Update-AzEventGridDomainEventSubscription -DomainName -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityDomainExpanded @@ -53,7 +53,7 @@ Update-AzEventGridDomainEventSubscription -EventSubscriptionName [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded @@ -67,11 +67,11 @@ Update-AzEventGridDomainEventSubscription -InputObject [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Update an existing event subscription for a topic. +update an existing event subscription for a topic. ## EXAMPLES @@ -472,6 +472,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridDomainTopicEventSubscription.md b/src/EventGrid/EventGrid/help/Update-AzEventGridDomainTopicEventSubscription.md index 74955034b27c..354189fcca7e 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridDomainTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridDomainTopicEventSubscription.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridDomainTopicEventSubscription ## SYNOPSIS -Update an existing event subscription for a domain topic. +update an existing event subscription for a domain topic. ## SYNTAX @@ -24,14 +24,14 @@ Update-AzEventGridDomainTopicEventSubscription -DomainName -EventSubscr [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonString ``` Update-AzEventGridDomainTopicEventSubscription -DomainName -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] -TopicName -JsonString - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -39,7 +39,7 @@ Update-AzEventGridDomainTopicEventSubscription -DomainName -EventSubscr ``` Update-AzEventGridDomainTopicEventSubscription -DomainName -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] -TopicName -JsonFilePath - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -55,7 +55,7 @@ Update-AzEventGridDomainTopicEventSubscription -EventSubscriptionName [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityDomainExpanded @@ -70,7 +70,7 @@ Update-AzEventGridDomainTopicEventSubscription -EventSubscriptionName - [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded @@ -84,11 +84,11 @@ Update-AzEventGridDomainTopicEventSubscription -InputObject [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Update an existing event subscription for a domain topic. +update an existing event subscription for a domain topic. ## EXAMPLES @@ -489,6 +489,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridNamespace.md b/src/EventGrid/EventGrid/help/Update-AzEventGridNamespace.md index f62514df14da..0bdeac4120ca 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridNamespace.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridNamespace.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridNamespace ## SYNOPSIS -Asynchronously creates or updates a new namespace with the specified parameters. +Asynchronously update a new namespace with the specified parameters. ## SYNTAX @@ -26,7 +26,7 @@ Update-AzEventGridNamespace -Name -ResourceGroupName [-Subscri [-TopicSpaceConfigurationMaximumSessionExpiryInHour ] [-TopicSpaceConfigurationRouteTopicResourceId ] [-TopicSpaceConfigurationState ] [-UserAssignedIdentity ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded @@ -43,11 +43,11 @@ Update-AzEventGridNamespace -InputObject [-TopicSpaceConfigurationMaximumSessionExpiryInHour ] [-TopicSpaceConfigurationRouteTopicResourceId ] [-TopicSpaceConfigurationState ] [-UserAssignedIdentity ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Asynchronously creates or updates a new namespace with the specified parameters. +Asynchronously update a new namespace with the specified parameters. ## EXAMPLES @@ -294,6 +294,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -PublicNetworkAccess This determines if traffic is allowed over public network. By default it is enabled.You can further restrict to specific IPs by configuring \ diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridNamespaceTopic.md b/src/EventGrid/EventGrid/help/Update-AzEventGridNamespaceTopic.md index bb44e7dfa8de..b4db76993856 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridNamespaceTopic.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridNamespaceTopic.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridNamespaceTopic ## SYNOPSIS -Asynchronously updates a namespace topic with the specified parameters. +Asynchronously update a namespace topic with the specified parameters. ## SYNTAX @@ -16,39 +16,39 @@ Asynchronously updates a namespace topic with the specified parameters. ``` Update-AzEventGridNamespaceTopic -NamespaceName -ResourceGroupName [-SubscriptionId ] -TopicName [-EventRetentionInDay ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonString ``` Update-AzEventGridNamespaceTopic -NamespaceName -ResourceGroupName [-SubscriptionId ] -TopicName -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonFilePath ``` Update-AzEventGridNamespaceTopic -NamespaceName -ResourceGroupName [-SubscriptionId ] -TopicName -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityNamespaceExpanded ``` Update-AzEventGridNamespaceTopic -TopicName -NamespaceInputObject [-EventRetentionInDay ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzEventGridNamespaceTopic -InputObject [-EventRetentionInDay ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Asynchronously updates a namespace topic with the specified parameters. +Asynchronously update a namespace topic with the specified parameters. ## EXAMPLES @@ -232,6 +232,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridNamespaceTopicEventSubscription.md b/src/EventGrid/EventGrid/help/Update-AzEventGridNamespaceTopicEventSubscription.md index fcffededdf13..7d9230917ffa 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridNamespaceTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridNamespaceTopicEventSubscription.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridNamespaceTopicEventSubscription ## SYNOPSIS -Update an existing event subscription of a namespace topic. +update an existing event subscription of a namespace topic. ## SYNTAX @@ -20,14 +20,14 @@ Update-AzEventGridNamespaceTopicEventSubscription -EventSubscriptionName ] [-FilterConfigurationIncludedEventType ] [-IdentityType ] [-QueueEventTimeToLive ] [-QueueMaxDeliveryCount ] [-QueueReceiveLockDurationInSecond ] [-UserAssignedIdentity ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonString ``` Update-AzEventGridNamespaceTopicEventSubscription -EventSubscriptionName -NamespaceName -ResourceGroupName [-SubscriptionId ] -TopicName -JsonString - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -35,7 +35,7 @@ Update-AzEventGridNamespaceTopicEventSubscription -EventSubscriptionName -NamespaceName -ResourceGroupName [-SubscriptionId ] -TopicName -JsonFilePath - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -46,7 +46,7 @@ Update-AzEventGridNamespaceTopicEventSubscription -EventSubscriptionName ] [-FilterConfigurationFilter ] [-FilterConfigurationIncludedEventType ] [-IdentityType ] [-QueueEventTimeToLive ] [-QueueMaxDeliveryCount ] [-QueueReceiveLockDurationInSecond ] [-UserAssignedIdentity ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -57,7 +57,7 @@ Update-AzEventGridNamespaceTopicEventSubscription -EventSubscriptionName ] [-FilterConfigurationFilter ] [-FilterConfigurationIncludedEventType ] [-IdentityType ] [-QueueEventTimeToLive ] [-QueueMaxDeliveryCount ] [-QueueReceiveLockDurationInSecond ] [-UserAssignedIdentity ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -68,11 +68,11 @@ Update-AzEventGridNamespaceTopicEventSubscription -InputObject ] [-FilterConfigurationIncludedEventType ] [-IdentityType ] [-QueueEventTimeToLive ] [-QueueMaxDeliveryCount ] [-QueueReceiveLockDurationInSecond ] [-UserAssignedIdentity ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Update an existing event subscription of a namespace topic. +update an existing event subscription of a namespace topic. ## EXAMPLES @@ -334,6 +334,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -QueueEventTimeToLive Time span duration in ISO 8601 format that determines how long messages are available to the subscription from the time the message was published.This duration value is expressed using the following format: \'P(n)Y(n)M(n)DT(n)H(n)M(n)S\', where: - (n) is replaced by the value of each time element that follows the (n). - P is the duration (or Period) designator and is always placed at the beginning of the duration. diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridPartnerConfiguration.md b/src/EventGrid/EventGrid/help/Update-AzEventGridPartnerConfiguration.md index 0e3c54df1615..f88317b01588 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridPartnerConfiguration.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridPartnerConfiguration.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridPartnerConfiguration ## SYNOPSIS -Synchronously updates a partner configuration with the specified parameters. +Synchronously update a partner configuration with the specified parameters. ## SYNTAX @@ -16,25 +16,25 @@ Synchronously updates a partner configuration with the specified parameters. ``` Update-AzEventGridPartnerConfiguration -ResourceGroupName [-SubscriptionId ] [-DefaultMaximumExpirationTimeInDay ] [-Tag ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonFilePath ``` Update-AzEventGridPartnerConfiguration -ResourceGroupName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonString ``` Update-AzEventGridPartnerConfiguration -ResourceGroupName [-SubscriptionId ] -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Synchronously updates a partner configuration with the specified parameters. +Synchronously update a partner configuration with the specified parameters. ## EXAMPLES @@ -160,6 +160,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridPartnerDestination.md b/src/EventGrid/EventGrid/help/Update-AzEventGridPartnerDestination.md index 2a6fb38e0306..e1be8334392e 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridPartnerDestination.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridPartnerDestination.md @@ -8,40 +8,40 @@ schema: 2.0.0 # Update-AzEventGridPartnerDestination ## SYNOPSIS -Asynchronously updates a partner destination with the specified parameters. +Asynchronously update a partner destination with the specified parameters. ## SYNTAX ### UpdateExpanded (Default) ``` Update-AzEventGridPartnerDestination -Name -ResourceGroupName [-SubscriptionId ] - [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonString ``` Update-AzEventGridPartnerDestination -Name -ResourceGroupName [-SubscriptionId ] - -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] + -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonFilePath ``` Update-AzEventGridPartnerDestination -Name -ResourceGroupName [-SubscriptionId ] - -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] + -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzEventGridPartnerDestination -InputObject [-Tag ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Asynchronously updates a partner destination with the specified parameters. +Asynchronously update a partner destination with the specified parameters. ## EXAMPLES @@ -166,6 +166,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridPartnerNamespace.md b/src/EventGrid/EventGrid/help/Update-AzEventGridPartnerNamespace.md index d45986f92cf0..93d70bb8eaf6 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridPartnerNamespace.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridPartnerNamespace.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridPartnerNamespace ## SYNOPSIS -Asynchronously updates a partner namespace with the specified parameters. +Asynchronously update a partner namespace with the specified parameters. ## SYNTAX @@ -17,21 +17,21 @@ Asynchronously updates a partner namespace with the specified parameters. Update-AzEventGridPartnerNamespace -Name -ResourceGroupName [-SubscriptionId ] [-DisableLocalAuth] [-InboundIPRule ] [-MinimumTlsVersionAllowed ] [-PublicNetworkAccess ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonString ``` Update-AzEventGridPartnerNamespace -Name -ResourceGroupName [-SubscriptionId ] -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonFilePath ``` Update-AzEventGridPartnerNamespace -Name -ResourceGroupName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded @@ -39,11 +39,11 @@ Update-AzEventGridPartnerNamespace -Name -ResourceGroupName [- Update-AzEventGridPartnerNamespace -InputObject [-DisableLocalAuth] [-InboundIPRule ] [-MinimumTlsVersionAllowed ] [-PublicNetworkAccess ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Asynchronously updates a partner namespace with the specified parameters. +Asynchronously update a partner namespace with the specified parameters. ## EXAMPLES @@ -241,6 +241,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -PublicNetworkAccess This determines if traffic is allowed over public network. By default it is enabled. diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridPartnerTopic.md b/src/EventGrid/EventGrid/help/Update-AzEventGridPartnerTopic.md index a3ac6376980e..5968ec5ee701 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridPartnerTopic.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridPartnerTopic.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridPartnerTopic ## SYNOPSIS -Asynchronously creates a new partner topic with the specified parameters. +Asynchronously update a new partner topic with the specified parameters. ## SYNTAX @@ -21,7 +21,7 @@ Update-AzEventGridPartnerTopic -Name -ResourceGroupName [-Subs [-Location ] [-MessageForActivation ] [-PartnerRegistrationImmutableId ] [-PartnerTopicFriendlyDescription ] [-Source ] [-Tag ] [-UserAssignedIdentity ] [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded @@ -32,11 +32,11 @@ Update-AzEventGridPartnerTopic -InputObject [-ActivationSta [-IdentityTenantId ] [-Location ] [-MessageForActivation ] [-PartnerRegistrationImmutableId ] [-PartnerTopicFriendlyDescription ] [-Source ] [-Tag ] [-UserAssignedIdentity ] [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Asynchronously creates a new partner topic with the specified parameters. +Asynchronously update a new partner topic with the specified parameters. ## EXAMPLES @@ -284,6 +284,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridPartnerTopicEventSubscription.md b/src/EventGrid/EventGrid/help/Update-AzEventGridPartnerTopicEventSubscription.md index 92f2b813da67..748f78a7b8c4 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridPartnerTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridPartnerTopicEventSubscription.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridPartnerTopicEventSubscription ## SYNOPSIS -Update an existing event subscription of a partner topic. +update an existing event subscription of a partner topic. ## SYNTAX @@ -24,21 +24,21 @@ Update-AzEventGridPartnerTopicEventSubscription -EventSubscriptionName [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonString ``` Update-AzEventGridPartnerTopicEventSubscription -EventSubscriptionName -PartnerTopicName -ResourceGroupName [-SubscriptionId ] -JsonString [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonFilePath ``` Update-AzEventGridPartnerTopicEventSubscription -EventSubscriptionName -PartnerTopicName -ResourceGroupName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityPartnerTopicExpanded @@ -53,7 +53,7 @@ Update-AzEventGridPartnerTopicEventSubscription -EventSubscriptionName [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded @@ -67,11 +67,11 @@ Update-AzEventGridPartnerTopicEventSubscription -InputObject ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Update an existing event subscription of a partner topic. +update an existing event subscription of a partner topic. ## EXAMPLES @@ -473,6 +473,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridPermissionBinding.md b/src/EventGrid/EventGrid/help/Update-AzEventGridPermissionBinding.md index 18b196bd70e6..d03379f2b7c4 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridPermissionBinding.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridPermissionBinding.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridPermissionBinding ## SYNOPSIS -Update a permission binding with the specified parameters. +update a permission binding with the specified parameters. ## SYNTAX @@ -17,14 +17,14 @@ Update a permission binding with the specified parameters. Update-AzEventGridPermissionBinding -Name -NamespaceName -ResourceGroupName [-SubscriptionId ] [-ClientGroupName ] [-Description ] [-Permission ] [-TopicSpaceName ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityNamespaceExpanded ``` Update-AzEventGridPermissionBinding -Name -NamespaceInputObject [-ClientGroupName ] [-Description ] [-Permission ] [-TopicSpaceName ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -32,11 +32,11 @@ Update-AzEventGridPermissionBinding -Name -NamespaceInputObject [-ClientGroupName ] [-Description ] [-Permission ] [-TopicSpaceName ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Update a permission binding with the specified parameters. +update a permission binding with the specified parameters. ## EXAMPLES @@ -234,6 +234,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridSubscription.md b/src/EventGrid/EventGrid/help/Update-AzEventGridSubscription.md index 8350f015d316..1807075a122f 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridSubscription.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridSubscription.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridSubscription ## SYNOPSIS -Asynchronously updates an existing event subscription. +Asynchronously update an existing event subscription. ## SYNTAX @@ -23,19 +23,19 @@ Update-AzEventGridSubscription -Name -Scope [-DeadLetterWithRe [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonString ``` Update-AzEventGridSubscription -Name -Scope -JsonString [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonFilePath ``` Update-AzEventGridSubscription -Name -Scope -JsonFilePath - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -50,11 +50,11 @@ Update-AzEventGridSubscription -InputObject [-DeadLetterWit [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Asynchronously updates an existing event subscription. +Asynchronously update an existing event subscription. ## EXAMPLES @@ -425,6 +425,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -RetryPolicyEventTimeToLiveInMinute Time To Live (in minutes) for events. diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridSystemTopic.md b/src/EventGrid/EventGrid/help/Update-AzEventGridSystemTopic.md index 70d114f4fd43..9211ed2050ba 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridSystemTopic.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridSystemTopic.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridSystemTopic ## SYNOPSIS -Asynchronously creates a new system topic with the specified parameters. +Asynchronously update a new system topic with the specified parameters. ## SYNTAX @@ -18,7 +18,7 @@ Update-AzEventGridSystemTopic -Name -ResourceGroupName [-Subsc [-EnableSystemAssignedIdentity ] [-IdentityPrincipalId ] [-IdentityTenantId ] [-Location ] [-Source ] [-Tag ] [-TopicType ] [-UserAssignedIdentity ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded @@ -26,11 +26,11 @@ Update-AzEventGridSystemTopic -Name -ResourceGroupName [-Subsc Update-AzEventGridSystemTopic -InputObject [-EnableSystemAssignedIdentity ] [-IdentityPrincipalId ] [-IdentityTenantId ] [-Location ] [-Source ] [-Tag ] [-TopicType ] [-UserAssignedIdentity ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Asynchronously creates a new system topic with the specified parameters. +Asynchronously update a new system topic with the specified parameters. ## EXAMPLES @@ -214,6 +214,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridSystemTopicEventSubscription.md b/src/EventGrid/EventGrid/help/Update-AzEventGridSystemTopicEventSubscription.md index 175a4c7fc874..9a618730386d 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridSystemTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridSystemTopicEventSubscription.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridSystemTopicEventSubscription ## SYNOPSIS -Update an existing event subscription of a system topic. +update an existing event subscription of a system topic. ## SYNTAX @@ -24,21 +24,21 @@ Update-AzEventGridSystemTopicEventSubscription -EventSubscriptionName - [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonString ``` Update-AzEventGridSystemTopicEventSubscription -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] -SystemTopicName -JsonString [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonFilePath ``` Update-AzEventGridSystemTopicEventSubscription -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] -SystemTopicName -JsonFilePath [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentitySystemTopicExpanded @@ -53,7 +53,7 @@ Update-AzEventGridSystemTopicEventSubscription -EventSubscriptionName [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded @@ -67,11 +67,11 @@ Update-AzEventGridSystemTopicEventSubscription -InputObject [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Update an existing event subscription of a system topic. +update an existing event subscription of a system topic. ## EXAMPLES @@ -443,6 +443,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridTopic.md b/src/EventGrid/EventGrid/help/Update-AzEventGridTopic.md index 9dd5b27a880c..e2eef1287891 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridTopic.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridTopic.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridTopic ## SYNOPSIS -Asynchronously creates a new topic with the specified parameters. +Asynchronously update a new topic with the specified parameters. ## SYNTAX @@ -21,7 +21,7 @@ Update-AzEventGridTopic -Name -ResourceGroupName [-Subscriptio [-InboundIPRule ] [-InputSchema ] [-Kind ] [-Location ] [-MinimumTlsVersionAllowed ] [-PublicNetworkAccess ] [-SkuName ] [-Tag ] [-UserAssignedIdentity ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded @@ -32,12 +32,12 @@ Update-AzEventGridTopic -InputObject [-DataResidencyBoundar [-IdentityPrincipalId ] [-IdentityTenantId ] [-InboundIPRule ] [-InputSchema ] [-Kind ] [-Location ] [-MinimumTlsVersionAllowed ] [-PublicNetworkAccess ] [-SkuName ] [-Tag ] [-UserAssignedIdentity ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Asynchronously creates a new topic with the specified parameters. +Asynchronously update a new topic with the specified parameters. ## EXAMPLES @@ -377,6 +377,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -PublicNetworkAccess This determines if traffic is allowed over public network. By default it is enabled. diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridTopicEventSubscription.md b/src/EventGrid/EventGrid/help/Update-AzEventGridTopicEventSubscription.md index 5d2ec8830556..92e69431073d 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridTopicEventSubscription.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridTopicEventSubscription.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridTopicEventSubscription ## SYNOPSIS -Update an existing event subscription for a topic. +update an existing event subscription for a topic. ## SYNTAX @@ -24,21 +24,21 @@ Update-AzEventGridTopicEventSubscription -EventSubscriptionName -Resour [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonString ``` Update-AzEventGridTopicEventSubscription -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] -TopicName -JsonString [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonFilePath ``` Update-AzEventGridTopicEventSubscription -EventSubscriptionName -ResourceGroupName [-SubscriptionId ] -TopicName -JsonFilePath [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityTopicExpanded @@ -52,7 +52,7 @@ Update-AzEventGridTopicEventSubscription -EventSubscriptionName -TopicI [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded @@ -66,11 +66,11 @@ Update-AzEventGridTopicEventSubscription -InputObject [-FilterIncludedEventType ] [-FilterIsSubjectCaseSensitive] [-FilterSubjectBeginsWith ] [-FilterSubjectEndsWith ] [-Label ] [-RetryPolicyEventTimeToLiveInMinute ] [-RetryPolicyMaxDeliveryAttempt ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Update an existing event subscription for a topic. +update an existing event subscription for a topic. ## EXAMPLES @@ -441,6 +441,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. diff --git a/src/EventGrid/EventGrid/help/Update-AzEventGridTopicSpace.md b/src/EventGrid/EventGrid/help/Update-AzEventGridTopicSpace.md index e6b53e850ef0..cfcfdf8a4794 100644 --- a/src/EventGrid/EventGrid/help/Update-AzEventGridTopicSpace.md +++ b/src/EventGrid/EventGrid/help/Update-AzEventGridTopicSpace.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzEventGridTopicSpace ## SYNOPSIS -Update a topic space with the specified parameters. +update a topic space with the specified parameters. ## SYNTAX @@ -16,25 +16,25 @@ Update a topic space with the specified parameters. ``` Update-AzEventGridTopicSpace -Name -NamespaceName -ResourceGroupName [-SubscriptionId ] [-Description ] [-TopicTemplate ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityNamespaceExpanded ``` Update-AzEventGridTopicSpace -Name -NamespaceInputObject [-Description ] [-TopicTemplate ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzEventGridTopicSpace -InputObject [-Description ] [-TopicTemplate ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Update a topic space with the specified parameters. +update a topic space with the specified parameters. ## EXAMPLES @@ -202,6 +202,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group within the user's subscription. From 8298adf0261b2a05524c8444318e55006abf4e0b Mon Sep 17 00:00:00 2001 From: Jinpei Li Date: Tue, 15 Oct 2024 16:23:11 +0800 Subject: [PATCH 2/3] create exampleissue.csv , breakingchange.csv and update changelog --- .../Az.EventGrid/BreakingChangeIssues.csv | 4 ++ .../Exceptions/Az.EventGrid/ExampleIssues.csv | 70 +++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 tools/StaticAnalysis/Exceptions/Az.EventGrid/BreakingChangeIssues.csv create mode 100644 tools/StaticAnalysis/Exceptions/Az.EventGrid/ExampleIssues.csv diff --git a/tools/StaticAnalysis/Exceptions/Az.EventGrid/BreakingChangeIssues.csv b/tools/StaticAnalysis/Exceptions/Az.EventGrid/BreakingChangeIssues.csv new file mode 100644 index 000000000000..213b5b36ed19 --- /dev/null +++ b/tools/StaticAnalysis/Exceptions/Az.EventGrid/BreakingChangeIssues.csv @@ -0,0 +1,4 @@ +"Module","ClassName","Target","Severity","ProblemId","Description","Remediation" +"Az.EventGrid","New-AzEventGridAdvancedFilterObject","New-AzEventGridAdvancedFilterObject","0","1000","The cmdlet 'New-AzEventGridAdvancedFilterObject' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'New-AzEventGridAdvancedFilterObject' back to the module, or add an alias to the original cmdlet name." +"Az.EventGrid","New-AzEventGridDeliveryAttributeMappingObject","New-AzEventGridDeliveryAttributeMappingObject","0","1000","The cmdlet 'New-AzEventGridDeliveryAttributeMappingObject' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'New-AzEventGridDeliveryAttributeMappingObject' back to the module, or add an alias to the original cmdlet name." +"Az.EventGrid","New-AzEventGridFilterObject","New-AzEventGridFilterObject","0","1000","The cmdlet 'New-AzEventGridFilterObject' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'New-AzEventGridFilterObject' back to the module, or add an alias to the original cmdlet name." \ No newline at end of file diff --git a/tools/StaticAnalysis/Exceptions/Az.EventGrid/ExampleIssues.csv b/tools/StaticAnalysis/Exceptions/Az.EventGrid/ExampleIssues.csv new file mode 100644 index 000000000000..ad635373572e --- /dev/null +++ b/tools/StaticAnalysis/Exceptions/Az.EventGrid/ExampleIssues.csv @@ -0,0 +1,70 @@ +"Module","Cmdlet","Example","Line","RuleName","ProblemId","Severity","Description","Extent","Remediation" +"Az.EventGrid","New-AzEventGridBoolEqualsAdvancedFilterObject","1","1","Unassigned_Parameter","5013","1","New-AzEventGridBoolEqualsAdvancedFilterObject -Value must be assigned with a value.","-Value:$true","Assign value for the parameter -Value." +"Az.EventGrid","New-AzEventGridBoolEqualsFilterObject","1","1","Unassigned_Parameter","5013","1","New-AzEventGridBoolEqualsFilterObject -Value must be assigned with a value.","-Value:$true","Assign value for the parameter -Value." +"Az.EventGrid","New-AzEventGridEventSubscriptionFilterObject","1","1","Unassigned_Parameter","5013","1","New-AzEventGridBoolEqualsAdvancedFilterObject -Value must be assigned with a value.","-Value:$true","Assign value for the parameter -Value." +"Az.EventGrid","New-AzEventGridEventSubscriptionFilterObject","1","2","Unassigned_Parameter","5013","1","New-AzEventGridEventSubscriptionFilterObject -EnableAdvancedFilteringOnArray must be assigned with a value.","-EnableAdvancedFilteringOnArray:$true","Assign value for the parameter -EnableAdvancedFilteringOnArray." +"Az.EventGrid","New-AzEventGridEventSubscriptionFilterObject","1","2","Unassigned_Parameter","5013","1","New-AzEventGridEventSubscriptionFilterObject -IsSubjectCaseSensitive must be assigned with a value.","-IsSubjectCaseSensitive:$true","Assign value for the parameter -IsSubjectCaseSensitive." +"Az.EventGrid","New-AzEventGridStaticDeliveryAttributeMappingObject","1","1","Unassigned_Parameter","5013","1","New-AzEventGridStaticDeliveryAttributeMappingObject -IsSecret must be assigned with a value.","-IsSecret:$true","Assign value for the parameter -IsSecret." +"Az.EventGrid","New-AzEventGridAzureFunctionEventSubscriptionDestinationObject","1","1","Invalid_Cmdlet","5000","1","New-AzEventGridDeliveryAttributeMappingObject is not a valid command name.","New-AzEventGridDeliveryAttributeMappingObject -Type 'TestType' -Name 'TestName'","Check the spell of New-AzEventGridDeliveryAttributeMappingObject." +"Az.EventGrid","New-AzEventGridBoolEqualsAdvancedFilterObject","1","1","Unassigned_Parameter","5013","1","New-AzEventGridBoolEqualsAdvancedFilterObject -Value must be assigned with a value.","-Value:$true","Assign value for the parameter -Value." +"Az.EventGrid","New-AzEventGridBoolEqualsFilterObject","1","1","Unassigned_Parameter","5013","1","New-AzEventGridBoolEqualsFilterObject -Value must be assigned with a value.","-Value:$true","Assign value for the parameter -Value." +"Az.EventGrid","New-AzEventGridEventHubEventSubscriptionDestinationObject","1","1","Invalid_Cmdlet","5000","1","New-AzEventGridDeliveryAttributeMappingObject is not a valid command name.","New-AzEventGridDeliveryAttributeMappingObject -Type 'TestType' -Name 'TestName'","Check the spell of New-AzEventGridDeliveryAttributeMappingObject." +"Az.EventGrid","New-AzEventGridEventSubscriptionFilterObject","1","1","Unassigned_Parameter","5013","1","New-AzEventGridBoolEqualsAdvancedFilterObject -Value must be assigned with a value.","-Value:$true","Assign value for the parameter -Value." +"Az.EventGrid","New-AzEventGridEventSubscriptionFilterObject","1","2","Unassigned_Parameter","5013","1","New-AzEventGridEventSubscriptionFilterObject -EnableAdvancedFilteringOnArray must be assigned with a value.","-EnableAdvancedFilteringOnArray:$true","Assign value for the parameter -EnableAdvancedFilteringOnArray." +"Az.EventGrid","New-AzEventGridEventSubscriptionFilterObject","1","2","Unassigned_Parameter","5013","1","New-AzEventGridEventSubscriptionFilterObject -IsSubjectCaseSensitive must be assigned with a value.","-IsSubjectCaseSensitive:$true","Assign value for the parameter -IsSubjectCaseSensitive." +"Az.EventGrid","New-AzEventGridHybridConnectionEventSubscriptionDestinationObject","1","1","Invalid_Cmdlet","5000","1","New-AzEventGridDeliveryAttributeMappingObject is not a valid command name.","New-AzEventGridDeliveryAttributeMappingObject -Type 'TestType' -Name 'TestName'","Check the spell of New-AzEventGridDeliveryAttributeMappingObject." +"Az.EventGrid","New-AzEventGridServiceBusQueueEventSubscriptionDestinationObject","1","1","Invalid_Cmdlet","5000","1","New-AzEventGridDeliveryAttributeMappingObject is not a valid command name.","New-AzEventGridDeliveryAttributeMappingObject -Type 'TestType' -Name 'TestName'","Check the spell of New-AzEventGridDeliveryAttributeMappingObject." +"Az.EventGrid","New-AzEventGridServiceBusTopicEventSubscriptionDestinationObject","1","1","Invalid_Cmdlet","5000","1","New-AzEventGridDeliveryAttributeMappingObject is not a valid command name.","New-AzEventGridDeliveryAttributeMappingObject -Type 'TestType' -Name 'TestName'","Check the spell of New-AzEventGridDeliveryAttributeMappingObject." +"Az.EventGrid","New-AzEventGridStaticDeliveryAttributeMappingObject","1","1","Unassigned_Parameter","5013","1","New-AzEventGridStaticDeliveryAttributeMappingObject -IsSecret must be assigned with a value.","-IsSecret:$true","Assign value for the parameter -IsSecret." +"Az.EventGrid","Update-AzEventGridClient","2","3","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridClient -InputObject $client is not an expected parameter value type.","-InputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClient.(Command)." +"Az.EventGrid","Update-AzEventGridClient","3","3","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridClient -NamespaceInputObject $namespace is not an expected parameter value type.","-NamespaceInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace.(Command)." +"Az.EventGrid","Update-AzEventGridClientGroup","2","2","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridClientGroup -NamespaceInputObject $namespace is not an expected parameter value type.","-NamespaceInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace.(Command)." +"Az.EventGrid","Update-AzEventGridClientGroup","3","2","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridClientGroup -InputObject $clientgroup is not an expected parameter value type.","-InputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClientGroup.(Command)." +"Az.EventGrid","Update-AzEventGridNamespace","2","2","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridNamespace -InputObject $namespace is not an expected parameter value type.","-InputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace.(Command)." +"Az.EventGrid","Update-AzEventGridNamespaceTopic","2","2","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridNamespaceTopic -NamespaceInputObject $namespace is not an expected parameter value type.","-NamespaceInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace.(Command)." +"Az.EventGrid","Update-AzEventGridNamespaceTopic","3","2","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridNamespaceTopic -InputObject $namespaceTopic is not an expected parameter value type.","-InputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespaceTopic.(Command)." +"Az.EventGrid","Update-AzEventGridNamespaceTopicEventSubscription","2","2","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridNamespaceTopicEventSubscription -NamespaceInputObject $namespace is not an expected parameter value type.","-NamespaceInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace.(Command)." +"Az.EventGrid","Update-AzEventGridNamespaceTopicEventSubscription","3","2","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridNamespaceTopicEventSubscription -TopicInputObject $namespaceTopic is not an expected parameter value type.","-TopicInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespaceTopic.(Command)." +"Az.EventGrid","Update-AzEventGridPartnerNamespace","2","2","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridPartnerNamespace -InputObject $partnernamespace is not an expected parameter value type.","-InputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerNamespace.(Command)." +"Az.EventGrid","Update-AzEventGridPermissionBinding","2","2","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridPermissionBinding -NamespaceInputObject $namespace is not an expected parameter value type.","-NamespaceInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace.(Command)." +"Az.EventGrid","Update-AzEventGridPermissionBinding","3","2","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridPermissionBinding -InputObject $permissionbinding is not an expected parameter value type.","-InputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPermissionBinding.(Command)." +"Az.EventGrid","Update-AzEventGridSystemTopic","2","2","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridSystemTopic -InputObject $systemtopic is not an expected parameter value type.","-InputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISystemTopic.(Command)." +"Az.EventGrid","Update-AzEventGridTopic","2","3","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridTopic -InputObject $topic is not an expected parameter value type.","-InputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopic.(Command)." +"Az.EventGrid","Update-AzEventGridTopicSpace","2","2","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridTopicSpace -NamespaceInputObject $namespace is not an expected parameter value type.","-NamespaceInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace.(Command)." +"Az.EventGrid","Update-AzEventGridTopicSpace","3","2","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridTopicSpace -InputObject $topicspace is not an expected parameter value type.","-InputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicSpace.(Command)." +"Az.EventGrid","Get-AzEventGridCaCertificate","3","2","Mismatched_Parameter_Value_Type","5111","2","Get-AzEventGridCaCertificate -NamespaceInputObject $namespace is not an expected parameter value type.","-NamespaceInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace.(Command)." +"Az.EventGrid","Get-AzEventGridChannel","3","2","Mismatched_Parameter_Value_Type","5111","2","Get-AzEventGridChannel -PartnerNamespaceInputObject $partnerNamespace is not an expected parameter value type.","-PartnerNamespaceInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerNamespace.(Command)." +"Az.EventGrid","Get-AzEventGridChannelFullUrl","2","2","Mismatched_Parameter_Value_Type","5111","2","Get-AzEventGridChannelFullUrl -PartnerNamespaceInputObject $partnerObj is not an expected parameter value type.","-PartnerNamespaceInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerNamespace.(Command)." +"Az.EventGrid","Get-AzEventGridClient","3","2","Mismatched_Parameter_Value_Type","5111","2","Get-AzEventGridClient -NamespaceInputObject $namespace is not an expected parameter value type.","-NamespaceInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace.(Command)." +"Az.EventGrid","Get-AzEventGridClientGroup","3","2","Mismatched_Parameter_Value_Type","5111","2","Get-AzEventGridClientGroup -NamespaceInputObject $namespace is not an expected parameter value type.","-NamespaceInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace.(Command)." +"Az.EventGrid","Get-AzEventGridDomainEventSubscription","3","2","Mismatched_Parameter_Value_Type","5111","2","Get-AzEventGridDomainEventSubscription -DomainInputObject $domainObj is not an expected parameter value type.","-DomainInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomain.(Command)." +"Az.EventGrid","Get-AzEventGridDomainEventSubscriptionFullUrl","2","2","Mismatched_Parameter_Value_Type","5111","2","Get-AzEventGridDomainEventSubscriptionFullUrl -DomainInputObject $domainObj is not an expected parameter value type.","-DomainInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomain.(Command)." +"Az.EventGrid","Get-AzEventGridDomainTopic","3","2","Mismatched_Parameter_Value_Type","5111","2","Get-AzEventGridDomainTopic -DomainInputObject $domain is not an expected parameter value type.","-DomainInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomain.(Command)." +"Az.EventGrid","Get-AzEventGridDomainTopicEventSubscription","3","2","Mismatched_Parameter_Value_Type","5111","2","Get-AzEventGridDomainTopicEventSubscription -TopicInputObject $domainTopicObj is not an expected parameter value type.","-TopicInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomainTopic.(Command)." +"Az.EventGrid","Get-AzEventGridDomainTopicEventSubscription","4","2","Mismatched_Parameter_Value_Type","5111","2","Get-AzEventGridDomainTopicEventSubscription -DomainInputObject $domainObj is not an expected parameter value type.","-DomainInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomain.(Command)." +"Az.EventGrid","Get-AzEventGridDomainTopicEventSubscriptionFullUrl","2","2","Mismatched_Parameter_Value_Type","5111","2","Get-AzEventGridDomainTopicEventSubscriptionFullUrl -DomainInputObject $domainObj is not an expected parameter value type.","-DomainInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomain.(Command)." +"Az.EventGrid","Get-AzEventGridDomainTopicEventSubscriptionFullUrl","3","2","Mismatched_Parameter_Value_Type","5111","2","Get-AzEventGridDomainTopicEventSubscriptionFullUrl -TopicInputObject $domainTopicObj is not an expected parameter value type.","-TopicInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomainTopic.(Command)." +"Az.EventGrid","Get-AzEventGridFullUrlForPartnerTopicEventSubscription","2","2","Mismatched_Parameter_Value_Type","5111","2","Get-AzEventGridFullUrlForPartnerTopicEventSubscription -PartnerTopicInputObject $partnerTopicObj is not an expected parameter value type.","-PartnerTopicInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerTopic.(Command)." +"Az.EventGrid","Get-AzEventGridFullUrlForSystemTopicEventSubscription","2","2","Mismatched_Parameter_Value_Type","5111","2","Get-AzEventGridFullUrlForSystemTopicEventSubscription -SystemTopicInputObject $sysTopic is not an expected parameter value type.","-SystemTopicInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISystemTopic.(Command)." +"Az.EventGrid","Get-AzEventGridNamespaceTopic","3","2","Mismatched_Parameter_Value_Type","5111","2","Get-AzEventGridNamespaceTopic -NamespaceInputObject $namespace is not an expected parameter value type.","-NamespaceInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace.(Command)." +"Az.EventGrid","Get-AzEventGridNamespaceTopicEventSubscription","3","2","Mismatched_Parameter_Value_Type","5111","2","Get-AzEventGridNamespaceTopicEventSubscription -NamespaceInputObject $namespace is not an expected parameter value type.","-NamespaceInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace.(Command)." +"Az.EventGrid","Get-AzEventGridPartnerTopicEventSubscription","3","2","Mismatched_Parameter_Value_Type","5111","2","Get-AzEventGridPartnerTopicEventSubscription -PartnerTopicInputObject $partnerTopicObj is not an expected parameter value type.","-PartnerTopicInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerTopic.(Command)." +"Az.EventGrid","Get-AzEventGridPermissionBinding","3","2","Mismatched_Parameter_Value_Type","5111","2","Get-AzEventGridPermissionBinding -NamespaceInputObject $namespace is not an expected parameter value type.","-NamespaceInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace.(Command)." +"Az.EventGrid","Get-AzEventGridTopicEventSubscriptionFullUrl","2","2","Mismatched_Parameter_Value_Type","5111","2","Get-AzEventGridTopicEventSubscriptionFullUrl -TopicInputObject $topic is not an expected parameter value type.","-TopicInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopic.(Command)." +"Az.EventGrid","Get-AzEventGridTopicSpace","3","2","Mismatched_Parameter_Value_Type","5111","2","Get-AzEventGridTopicSpace -NamespaceInputObject $namespace is not an expected parameter value type.","-NamespaceInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace.(Command)." +"Az.EventGrid","Update-AzEventGridClient","2","3","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridClient -InputObject $client is not an expected parameter value type.","-InputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClient.(Command)." +"Az.EventGrid","Update-AzEventGridClient","3","3","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridClient -NamespaceInputObject $namespace is not an expected parameter value type.","-NamespaceInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace.(Command)." +"Az.EventGrid","Update-AzEventGridClientGroup","2","2","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridClientGroup -NamespaceInputObject $namespace is not an expected parameter value type.","-NamespaceInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace.(Command)." +"Az.EventGrid","Update-AzEventGridClientGroup","3","2","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridClientGroup -InputObject $clientgroup is not an expected parameter value type.","-InputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClientGroup.(Command)." +"Az.EventGrid","Update-AzEventGridNamespace","2","2","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridNamespace -InputObject $namespace is not an expected parameter value type.","-InputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace.(Command)." +"Az.EventGrid","Update-AzEventGridNamespaceTopic","2","2","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridNamespaceTopic -NamespaceInputObject $namespace is not an expected parameter value type.","-NamespaceInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace.(Command)." +"Az.EventGrid","Update-AzEventGridNamespaceTopic","3","2","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridNamespaceTopic -InputObject $namespaceTopic is not an expected parameter value type.","-InputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespaceTopic.(Command)." +"Az.EventGrid","Update-AzEventGridNamespaceTopicEventSubscription","2","2","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridNamespaceTopicEventSubscription -NamespaceInputObject $namespace is not an expected parameter value type.","-NamespaceInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace.(Command)." +"Az.EventGrid","Update-AzEventGridNamespaceTopicEventSubscription","3","2","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridNamespaceTopicEventSubscription -TopicInputObject $namespaceTopic is not an expected parameter value type.","-TopicInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespaceTopic.(Command)." +"Az.EventGrid","Update-AzEventGridPartnerNamespace","2","2","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridPartnerNamespace -InputObject $partnernamespace is not an expected parameter value type.","-InputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerNamespace.(Command)." +"Az.EventGrid","Update-AzEventGridPermissionBinding","2","2","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridPermissionBinding -NamespaceInputObject $namespace is not an expected parameter value type.","-NamespaceInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace.(Command)." +"Az.EventGrid","Update-AzEventGridPermissionBinding","3","2","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridPermissionBinding -InputObject $permissionbinding is not an expected parameter value type.","-InputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPermissionBinding.(Command)." +"Az.EventGrid","Update-AzEventGridSystemTopic","2","2","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridSystemTopic -InputObject $systemtopic is not an expected parameter value type.","-InputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISystemTopic.(Command)." +"Az.EventGrid","Update-AzEventGridTopic","2","3","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridTopic -InputObject $topic is not an expected parameter value type.","-InputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopic.(Command)." +"Az.EventGrid","Update-AzEventGridTopicSpace","2","2","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridTopicSpace -NamespaceInputObject $namespace is not an expected parameter value type.","-NamespaceInputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace.(Command)." +"Az.EventGrid","Update-AzEventGridTopicSpace","3","2","Mismatched_Parameter_Value_Type","5111","2","Update-AzEventGridTopicSpace -InputObject $topicspace is not an expected parameter value type.","-InputObject","Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicSpace.(Command)." \ No newline at end of file From d241f6c7c5740b2518a2e7d26cdd9f51235d3bb1 Mon Sep 17 00:00:00 2001 From: Jinpei Li Date: Tue, 15 Oct 2024 16:24:24 +0800 Subject: [PATCH 3/3] create exampleissue.csv , breakingchange.csv and update changelog --- src/EventGrid/EventGrid/ChangeLog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/EventGrid/EventGrid/ChangeLog.md b/src/EventGrid/EventGrid/ChangeLog.md index c46bd484ed53..7cfbf1632ea6 100644 --- a/src/EventGrid/EventGrid/ChangeLog.md +++ b/src/EventGrid/EventGrid/ChangeLog.md @@ -18,6 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release +* Fixed an issue that caused some commands ending in `Object` to not work properly. ## Version 2.0.0 * Updated to use the 2023-06-01-preview API version.