@azure/arm-eventgrid 14.1.1-alpha.20230512.1 → 14.2.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +316 -10
- package/README.md +1 -1
- package/dist/index.js +14861 -7238
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/caCertificatesCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/caCertificatesCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/caCertificatesCreateOrUpdateSample.js +44 -0
- package/dist-esm/samples-dev/caCertificatesCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/caCertificatesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/caCertificatesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/caCertificatesDeleteSample.js +40 -0
- package/dist-esm/samples-dev/caCertificatesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/caCertificatesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/caCertificatesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/caCertificatesGetSample.js +40 -0
- package/dist-esm/samples-dev/caCertificatesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/caCertificatesListByNamespaceSample.d.ts +2 -0
- package/dist-esm/samples-dev/caCertificatesListByNamespaceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/caCertificatesListByNamespaceSample.js +60 -0
- package/dist-esm/samples-dev/caCertificatesListByNamespaceSample.js.map +1 -0
- package/dist-esm/samples-dev/channelsCreateOrUpdateSample.js +3 -3
- package/dist-esm/samples-dev/channelsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/channelsGetFullUrlSample.js +2 -2
- package/dist-esm/samples-dev/channelsGetSample.js +2 -2
- package/dist-esm/samples-dev/channelsListByPartnerNamespaceSample.js +2 -2
- package/dist-esm/samples-dev/channelsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/clientGroupsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/clientGroupsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clientGroupsCreateOrUpdateSample.js +44 -0
- package/dist-esm/samples-dev/clientGroupsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/clientGroupsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/clientGroupsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clientGroupsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/clientGroupsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/clientGroupsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/clientGroupsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clientGroupsGetSample.js +40 -0
- package/dist-esm/samples-dev/clientGroupsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/clientGroupsListByNamespaceSample.d.ts +2 -0
- package/dist-esm/samples-dev/clientGroupsListByNamespaceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clientGroupsListByNamespaceSample.js +60 -0
- package/dist-esm/samples-dev/clientGroupsListByNamespaceSample.js.map +1 -0
- package/dist-esm/samples-dev/clientsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/clientsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clientsCreateOrUpdateSample.js +53 -0
- package/dist-esm/samples-dev/clientsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/clientsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/clientsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clientsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/clientsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/clientsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/clientsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clientsGetSample.js +40 -0
- package/dist-esm/samples-dev/clientsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/clientsListByNamespaceSample.d.ts +2 -0
- package/dist-esm/samples-dev/clientsListByNamespaceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clientsListByNamespaceSample.js +60 -0
- package/dist-esm/samples-dev/clientsListByNamespaceSample.js.map +1 -0
- package/dist-esm/samples-dev/domainEventSubscriptionsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/domainEventSubscriptionsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/domainEventSubscriptionsGetDeliveryAttributesSample.js +2 -2
- package/dist-esm/samples-dev/domainEventSubscriptionsGetFullUrlSample.js +2 -2
- package/dist-esm/samples-dev/domainEventSubscriptionsGetSample.js +2 -2
- package/dist-esm/samples-dev/domainEventSubscriptionsListSample.js +2 -2
- package/dist-esm/samples-dev/domainEventSubscriptionsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/domainTopicEventSubscriptionsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/domainTopicEventSubscriptionsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/domainTopicEventSubscriptionsGetDeliveryAttributesSample.js +2 -2
- package/dist-esm/samples-dev/domainTopicEventSubscriptionsGetFullUrlSample.js +2 -2
- package/dist-esm/samples-dev/domainTopicEventSubscriptionsGetSample.js +2 -2
- package/dist-esm/samples-dev/domainTopicEventSubscriptionsListSample.js +2 -2
- package/dist-esm/samples-dev/domainTopicEventSubscriptionsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/domainTopicsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/domainTopicsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/domainTopicsGetSample.js +2 -2
- package/dist-esm/samples-dev/domainTopicsListByDomainSample.js +2 -2
- package/dist-esm/samples-dev/domainsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/domainsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/domainsGetSample.js +2 -2
- package/dist-esm/samples-dev/domainsListByResourceGroupSample.js +2 -2
- package/dist-esm/samples-dev/domainsListBySubscriptionSample.js +2 -2
- package/dist-esm/samples-dev/domainsListSharedAccessKeysSample.js +2 -2
- package/dist-esm/samples-dev/domainsRegenerateKeySample.js +2 -2
- package/dist-esm/samples-dev/domainsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/eventSubscriptionsCreateOrUpdateSample.js +25 -24
- package/dist-esm/samples-dev/eventSubscriptionsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/eventSubscriptionsDeleteSample.js +8 -8
- package/dist-esm/samples-dev/eventSubscriptionsGetDeliveryAttributesSample.js +3 -3
- package/dist-esm/samples-dev/eventSubscriptionsGetDeliveryAttributesSample.js.map +1 -1
- package/dist-esm/samples-dev/eventSubscriptionsGetFullUrlSample.js +8 -8
- package/dist-esm/samples-dev/eventSubscriptionsGetSample.js +22 -22
- package/dist-esm/samples-dev/eventSubscriptionsListByDomainTopicSample.js +2 -2
- package/dist-esm/samples-dev/eventSubscriptionsListByResourceSample.js +2 -2
- package/dist-esm/samples-dev/eventSubscriptionsListGlobalByResourceGroupForTopicTypeSample.js +2 -2
- package/dist-esm/samples-dev/eventSubscriptionsListGlobalByResourceGroupSample.js +2 -2
- package/dist-esm/samples-dev/eventSubscriptionsListGlobalBySubscriptionForTopicTypeSample.js +2 -2
- package/dist-esm/samples-dev/eventSubscriptionsListGlobalBySubscriptionSample.js +2 -2
- package/dist-esm/samples-dev/eventSubscriptionsListRegionalByResourceGroupForTopicTypeSample.js +2 -2
- package/dist-esm/samples-dev/eventSubscriptionsListRegionalByResourceGroupSample.js +2 -2
- package/dist-esm/samples-dev/eventSubscriptionsListRegionalBySubscriptionForTopicTypeSample.js +2 -2
- package/dist-esm/samples-dev/eventSubscriptionsListRegionalBySubscriptionSample.js +2 -2
- package/dist-esm/samples-dev/eventSubscriptionsUpdateSample.js +22 -22
- package/dist-esm/samples-dev/extensionTopicsGetSample.js +2 -2
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsCreateOrUpdateSample.js +52 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsDeleteSample.js +41 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsGetSample.js +41 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsListByNamespaceTopicSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsListByNamespaceTopicSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsListByNamespaceTopicSample.js +61 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsListByNamespaceTopicSample.js.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsUpdateSample.js +52 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespaceTopicsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicsCreateOrUpdateSample.js +45 -0
- package/dist-esm/samples-dev/namespaceTopicsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespaceTopicsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/namespaceTopicsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespaceTopicsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicsGetSample.js +40 -0
- package/dist-esm/samples-dev/namespaceTopicsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicsListByNamespaceSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespaceTopicsListByNamespaceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicsListByNamespaceSample.js +60 -0
- package/dist-esm/samples-dev/namespaceTopicsListByNamespaceSample.js.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicsListSharedAccessKeysSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespaceTopicsListSharedAccessKeysSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicsListSharedAccessKeysSample.js +40 -0
- package/dist-esm/samples-dev/namespaceTopicsListSharedAccessKeysSample.js.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicsRegenerateKeySample.d.ts +2 -0
- package/dist-esm/samples-dev/namespaceTopicsRegenerateKeySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicsRegenerateKeySample.js +41 -0
- package/dist-esm/samples-dev/namespaceTopicsRegenerateKeySample.js.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespaceTopicsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicsUpdateSample.js +43 -0
- package/dist-esm/samples-dev/namespaceTopicsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.js +47 -0
- package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/namespacesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespacesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespacesDeleteSample.js +39 -0
- package/dist-esm/samples-dev/namespacesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/namespacesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespacesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespacesGetSample.js +39 -0
- package/dist-esm/samples-dev/namespacesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/namespacesListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespacesListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespacesListByResourceGroupSample.js +59 -0
- package/dist-esm/samples-dev/namespacesListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/namespacesListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespacesListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespacesListBySubscriptionSample.js +58 -0
- package/dist-esm/samples-dev/namespacesListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/namespacesListSharedAccessKeysSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespacesListSharedAccessKeysSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespacesListSharedAccessKeysSample.js +39 -0
- package/dist-esm/samples-dev/namespacesListSharedAccessKeysSample.js.map +1 -0
- package/dist-esm/samples-dev/namespacesRegenerateKeySample.d.ts +2 -0
- package/dist-esm/samples-dev/namespacesRegenerateKeySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespacesRegenerateKeySample.js +42 -0
- package/dist-esm/samples-dev/namespacesRegenerateKeySample.js.map +1 -0
- package/dist-esm/samples-dev/namespacesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespacesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespacesUpdateSample.js +42 -0
- package/dist-esm/samples-dev/namespacesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/partnerConfigurationsAuthorizePartnerSample.js +2 -2
- package/dist-esm/samples-dev/partnerConfigurationsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/partnerConfigurationsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/partnerConfigurationsGetSample.js +2 -2
- package/dist-esm/samples-dev/partnerConfigurationsListByResourceGroupSample.js +2 -2
- package/dist-esm/samples-dev/partnerConfigurationsListBySubscriptionSample.js +2 -2
- package/dist-esm/samples-dev/partnerConfigurationsUnauthorizePartnerSample.js +2 -2
- package/dist-esm/samples-dev/partnerConfigurationsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/partnerDestinationsActivateSample.d.ts +2 -0
- package/dist-esm/samples-dev/partnerDestinationsActivateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/partnerDestinationsActivateSample.js +39 -0
- package/dist-esm/samples-dev/partnerDestinationsActivateSample.js.map +1 -0
- package/dist-esm/samples-dev/partnerDestinationsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/partnerDestinationsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/partnerDestinationsCreateOrUpdateSample.js +47 -0
- package/dist-esm/samples-dev/partnerDestinationsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/partnerDestinationsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/partnerDestinationsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/partnerDestinationsDeleteSample.js +39 -0
- package/dist-esm/samples-dev/partnerDestinationsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/partnerDestinationsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/partnerDestinationsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/partnerDestinationsGetSample.js +39 -0
- package/dist-esm/samples-dev/partnerDestinationsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/partnerDestinationsListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/partnerDestinationsListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/partnerDestinationsListByResourceGroupSample.js +59 -0
- package/dist-esm/samples-dev/partnerDestinationsListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/partnerDestinationsListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/partnerDestinationsListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/partnerDestinationsListBySubscriptionSample.js +58 -0
- package/dist-esm/samples-dev/partnerDestinationsListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/partnerDestinationsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/partnerDestinationsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/partnerDestinationsUpdateSample.js +42 -0
- package/dist-esm/samples-dev/partnerDestinationsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/partnerNamespacesCreateOrUpdateSample.js +3 -3
- package/dist-esm/samples-dev/partnerNamespacesDeleteSample.js +2 -2
- package/dist-esm/samples-dev/partnerNamespacesGetSample.js +2 -2
- package/dist-esm/samples-dev/partnerNamespacesListByResourceGroupSample.js +2 -2
- package/dist-esm/samples-dev/partnerNamespacesListBySubscriptionSample.js +2 -2
- package/dist-esm/samples-dev/partnerNamespacesListSharedAccessKeysSample.js +2 -2
- package/dist-esm/samples-dev/partnerNamespacesRegenerateKeySample.js +2 -2
- package/dist-esm/samples-dev/partnerNamespacesUpdateSample.js +2 -2
- package/dist-esm/samples-dev/partnerRegistrationsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/partnerRegistrationsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/partnerRegistrationsGetSample.js +2 -2
- package/dist-esm/samples-dev/partnerRegistrationsListByResourceGroupSample.js +2 -2
- package/dist-esm/samples-dev/partnerRegistrationsListBySubscriptionSample.js +2 -2
- package/dist-esm/samples-dev/partnerRegistrationsUpdateSample.js +3 -3
- package/dist-esm/samples-dev/partnerRegistrationsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/partnerTopicEventSubscriptionsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/partnerTopicEventSubscriptionsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/partnerTopicEventSubscriptionsGetDeliveryAttributesSample.js +2 -2
- package/dist-esm/samples-dev/partnerTopicEventSubscriptionsGetFullUrlSample.js +2 -2
- package/dist-esm/samples-dev/partnerTopicEventSubscriptionsGetSample.js +2 -2
- package/dist-esm/samples-dev/partnerTopicEventSubscriptionsListByPartnerTopicSample.js +2 -2
- package/dist-esm/samples-dev/partnerTopicEventSubscriptionsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/partnerTopicsActivateSample.js +2 -2
- package/dist-esm/samples-dev/partnerTopicsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/partnerTopicsDeactivateSample.js +2 -2
- package/dist-esm/samples-dev/partnerTopicsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/partnerTopicsGetSample.js +2 -2
- package/dist-esm/samples-dev/partnerTopicsListByResourceGroupSample.js +2 -2
- package/dist-esm/samples-dev/partnerTopicsListBySubscriptionSample.js +2 -2
- package/dist-esm/samples-dev/partnerTopicsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/permissionBindingsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/permissionBindingsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/permissionBindingsCreateOrUpdateSample.js +45 -0
- package/dist-esm/samples-dev/permissionBindingsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/permissionBindingsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/permissionBindingsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/permissionBindingsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/permissionBindingsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/permissionBindingsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/permissionBindingsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/permissionBindingsGetSample.js +40 -0
- package/dist-esm/samples-dev/permissionBindingsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/permissionBindingsListByNamespaceSample.d.ts +2 -0
- package/dist-esm/samples-dev/permissionBindingsListByNamespaceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/permissionBindingsListByNamespaceSample.js +60 -0
- package/dist-esm/samples-dev/permissionBindingsListByNamespaceSample.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +4 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +4 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsListByResourceSample.js +4 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +2 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByResourceSample.js +4 -4
- package/dist-esm/samples-dev/systemTopicEventSubscriptionsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/systemTopicEventSubscriptionsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/systemTopicEventSubscriptionsGetDeliveryAttributesSample.js +2 -2
- package/dist-esm/samples-dev/systemTopicEventSubscriptionsGetFullUrlSample.js +2 -2
- package/dist-esm/samples-dev/systemTopicEventSubscriptionsGetSample.js +2 -2
- package/dist-esm/samples-dev/systemTopicEventSubscriptionsListBySystemTopicSample.js +2 -2
- package/dist-esm/samples-dev/systemTopicEventSubscriptionsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/systemTopicsCreateOrUpdateSample.js +3 -3
- package/dist-esm/samples-dev/systemTopicsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/systemTopicsGetSample.js +2 -2
- package/dist-esm/samples-dev/systemTopicsListByResourceGroupSample.js +2 -2
- package/dist-esm/samples-dev/systemTopicsListBySubscriptionSample.js +2 -2
- package/dist-esm/samples-dev/systemTopicsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/topicEventSubscriptionsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/topicEventSubscriptionsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/topicEventSubscriptionsGetDeliveryAttributesSample.js +2 -2
- package/dist-esm/samples-dev/topicEventSubscriptionsGetFullUrlSample.js +2 -2
- package/dist-esm/samples-dev/topicEventSubscriptionsGetSample.js +2 -2
- package/dist-esm/samples-dev/topicEventSubscriptionsListSample.js +2 -2
- package/dist-esm/samples-dev/topicEventSubscriptionsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/topicSpacesCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/topicSpacesCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/topicSpacesCreateOrUpdateSample.js +41 -0
- package/dist-esm/samples-dev/topicSpacesCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/topicSpacesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/topicSpacesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/topicSpacesDeleteSample.js +40 -0
- package/dist-esm/samples-dev/topicSpacesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/topicSpacesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/topicSpacesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/topicSpacesGetSample.js +40 -0
- package/dist-esm/samples-dev/topicSpacesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/topicSpacesListByNamespaceSample.d.ts +2 -0
- package/dist-esm/samples-dev/topicSpacesListByNamespaceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/topicSpacesListByNamespaceSample.js +60 -0
- package/dist-esm/samples-dev/topicSpacesListByNamespaceSample.js.map +1 -0
- package/dist-esm/samples-dev/topicTypesGetSample.js +1 -1
- package/dist-esm/samples-dev/topicTypesListEventTypesSample.js +1 -1
- package/dist-esm/samples-dev/topicTypesListSample.js +1 -1
- package/dist-esm/samples-dev/topicsCreateOrUpdateSample.js +31 -2
- package/dist-esm/samples-dev/topicsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/topicsDeleteSample.js +3 -3
- package/dist-esm/samples-dev/topicsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/topicsGetSample.js +2 -2
- package/dist-esm/samples-dev/topicsListByResourceGroupSample.js +2 -2
- package/dist-esm/samples-dev/topicsListBySubscriptionSample.js +2 -2
- package/dist-esm/samples-dev/topicsListEventTypesSample.js +2 -2
- package/dist-esm/samples-dev/topicsListSharedAccessKeysSample.js +2 -2
- package/dist-esm/samples-dev/topicsRegenerateKeySample.js +2 -2
- package/dist-esm/samples-dev/topicsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/verifiedPartnersGetSample.js +1 -1
- package/dist-esm/samples-dev/verifiedPartnersListSample.js +1 -1
- package/dist-esm/src/eventGridManagementClient.d.ts +12 -3
- package/dist-esm/src/eventGridManagementClient.d.ts.map +1 -1
- package/dist-esm/src/eventGridManagementClient.js +14 -5
- package/dist-esm/src/eventGridManagementClient.js.map +1 -1
- package/dist-esm/src/lroImpl.d.ts +6 -11
- package/dist-esm/src/lroImpl.d.ts.map +1 -1
- package/dist-esm/src/lroImpl.js +12 -20
- package/dist-esm/src/lroImpl.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +2502 -415
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +414 -36
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +146 -13
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +3846 -1290
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +30 -7
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +213 -22
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/caCertificates.d.ts +81 -0
- package/dist-esm/src/operations/caCertificates.d.ts.map +1 -0
- package/dist-esm/src/operations/caCertificates.js +369 -0
- package/dist-esm/src/operations/caCertificates.js.map +1 -0
- package/dist-esm/src/operations/channels.d.ts +2 -2
- package/dist-esm/src/operations/channels.d.ts.map +1 -1
- package/dist-esm/src/operations/channels.js +12 -8
- package/dist-esm/src/operations/channels.js.map +1 -1
- package/dist-esm/src/operations/clientGroups.d.ts +81 -0
- package/dist-esm/src/operations/clientGroups.d.ts.map +1 -0
- package/dist-esm/src/operations/clientGroups.js +369 -0
- package/dist-esm/src/operations/clientGroups.js.map +1 -0
- package/dist-esm/src/operations/clients.d.ts +81 -0
- package/dist-esm/src/operations/clients.d.ts.map +1 -0
- package/dist-esm/src/operations/clients.js +369 -0
- package/dist-esm/src/operations/clients.js.map +1 -0
- package/dist-esm/src/operations/domainEventSubscriptions.d.ts +6 -6
- package/dist-esm/src/operations/domainEventSubscriptions.d.ts.map +1 -1
- package/dist-esm/src/operations/domainEventSubscriptions.js +40 -28
- package/dist-esm/src/operations/domainEventSubscriptions.js.map +1 -1
- package/dist-esm/src/operations/domainTopicEventSubscriptions.d.ts +14 -14
- package/dist-esm/src/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist-esm/src/operations/domainTopicEventSubscriptions.js +84 -72
- package/dist-esm/src/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist-esm/src/operations/domainTopics.d.ts +3 -3
- package/dist-esm/src/operations/domainTopics.d.ts.map +1 -1
- package/dist-esm/src/operations/domainTopics.js +18 -10
- package/dist-esm/src/operations/domainTopics.js.map +1 -1
- package/dist-esm/src/operations/domains.d.ts +4 -4
- package/dist-esm/src/operations/domains.d.ts.map +1 -1
- package/dist-esm/src/operations/domains.js +26 -14
- package/dist-esm/src/operations/domains.js.map +1 -1
- package/dist-esm/src/operations/eventSubscriptions.d.ts +19 -19
- package/dist-esm/src/operations/eventSubscriptions.d.ts.map +1 -1
- package/dist-esm/src/operations/eventSubscriptions.js +65 -53
- package/dist-esm/src/operations/eventSubscriptions.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +11 -2
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +11 -2
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/namespaceTopicEventSubscriptions.d.ts +120 -0
- package/dist-esm/src/operations/namespaceTopicEventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/namespaceTopicEventSubscriptions.js +509 -0
- package/dist-esm/src/operations/namespaceTopicEventSubscriptions.js.map +1 -0
- package/dist-esm/src/operations/namespaceTopics.d.ts +125 -0
- package/dist-esm/src/operations/namespaceTopics.d.ts.map +1 -0
- package/dist-esm/src/operations/namespaceTopics.js +599 -0
- package/dist-esm/src/operations/namespaceTopics.js.map +1 -0
- package/dist-esm/src/operations/namespaces.d.ts +130 -0
- package/dist-esm/src/operations/namespaces.d.ts.map +1 -0
- package/dist-esm/src/operations/namespaces.js +681 -0
- package/dist-esm/src/operations/namespaces.js.map +1 -0
- package/dist-esm/src/operations/partnerConfigurations.d.ts +4 -4
- package/dist-esm/src/operations/partnerConfigurations.d.ts.map +1 -1
- package/dist-esm/src/operations/partnerConfigurations.js +30 -14
- package/dist-esm/src/operations/partnerConfigurations.js.map +1 -1
- package/dist-esm/src/operations/partnerDestinations.d.ts +114 -0
- package/dist-esm/src/operations/partnerDestinations.d.ts.map +1 -0
- package/dist-esm/src/operations/partnerDestinations.js +596 -0
- package/dist-esm/src/operations/partnerDestinations.js.map +1 -0
- package/dist-esm/src/operations/partnerNamespaces.d.ts +4 -4
- package/dist-esm/src/operations/partnerNamespaces.d.ts.map +1 -1
- package/dist-esm/src/operations/partnerNamespaces.js +40 -26
- package/dist-esm/src/operations/partnerNamespaces.js.map +1 -1
- package/dist-esm/src/operations/partnerRegistrations.d.ts +4 -4
- package/dist-esm/src/operations/partnerRegistrations.d.ts.map +1 -1
- package/dist-esm/src/operations/partnerRegistrations.js +36 -24
- package/dist-esm/src/operations/partnerRegistrations.js.map +1 -1
- package/dist-esm/src/operations/partnerTopicEventSubscriptions.d.ts +4 -4
- package/dist-esm/src/operations/partnerTopicEventSubscriptions.d.ts.map +1 -1
- package/dist-esm/src/operations/partnerTopicEventSubscriptions.js +43 -26
- package/dist-esm/src/operations/partnerTopicEventSubscriptions.js.map +1 -1
- package/dist-esm/src/operations/partnerTopics.d.ts +2 -2
- package/dist-esm/src/operations/partnerTopics.d.ts.map +1 -1
- package/dist-esm/src/operations/partnerTopics.js +10 -6
- package/dist-esm/src/operations/partnerTopics.js.map +1 -1
- package/dist-esm/src/operations/permissionBindings.d.ts +81 -0
- package/dist-esm/src/operations/permissionBindings.d.ts.map +1 -0
- package/dist-esm/src/operations/permissionBindings.js +374 -0
- package/dist-esm/src/operations/permissionBindings.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +28 -26
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +69 -45
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +12 -11
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -1
- package/dist-esm/src/operations/privateLinkResources.js +12 -11
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -1
- package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts +14 -14
- package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist-esm/src/operations/systemTopicEventSubscriptions.js +74 -57
- package/dist-esm/src/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist-esm/src/operations/systemTopics.d.ts +4 -4
- package/dist-esm/src/operations/systemTopics.d.ts.map +1 -1
- package/dist-esm/src/operations/systemTopics.js +31 -19
- package/dist-esm/src/operations/systemTopics.js.map +1 -1
- package/dist-esm/src/operations/topicEventSubscriptions.d.ts +6 -6
- package/dist-esm/src/operations/topicEventSubscriptions.d.ts.map +1 -1
- package/dist-esm/src/operations/topicEventSubscriptions.js +40 -28
- package/dist-esm/src/operations/topicEventSubscriptions.js.map +1 -1
- package/dist-esm/src/operations/topicSpaces.d.ts +81 -0
- package/dist-esm/src/operations/topicSpaces.d.ts.map +1 -0
- package/dist-esm/src/operations/topicSpaces.js +369 -0
- package/dist-esm/src/operations/topicSpaces.js.map +1 -0
- package/dist-esm/src/operations/topics.d.ts +7 -7
- package/dist-esm/src/operations/topics.d.ts.map +1 -1
- package/dist-esm/src/operations/topics.js +50 -20
- package/dist-esm/src/operations/topics.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/caCertificates.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/caCertificates.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/caCertificates.js +9 -0
- package/dist-esm/src/operationsInterfaces/caCertificates.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/channels.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/channels.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/clientGroups.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/clientGroups.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/clientGroups.js +9 -0
- package/dist-esm/src/operationsInterfaces/clientGroups.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/clients.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/clients.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/clients.js +9 -0
- package/dist-esm/src/operationsInterfaces/clients.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/domainEventSubscriptions.d.ts +6 -6
- package/dist-esm/src/operationsInterfaces/domainEventSubscriptions.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/domainTopicEventSubscriptions.d.ts +14 -14
- package/dist-esm/src/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/domainTopics.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/domainTopics.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/domains.d.ts +4 -4
- package/dist-esm/src/operationsInterfaces/domains.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts +19 -19
- package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +11 -2
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +11 -2
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/namespaceTopicEventSubscriptions.d.ts +93 -0
- package/dist-esm/src/operationsInterfaces/namespaceTopicEventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/namespaceTopicEventSubscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/namespaceTopicEventSubscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/namespaceTopics.d.ts +100 -0
- package/dist-esm/src/operationsInterfaces/namespaceTopics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/namespaceTopics.js +9 -0
- package/dist-esm/src/operationsInterfaces/namespaceTopics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/namespaces.d.ts +94 -0
- package/dist-esm/src/operationsInterfaces/namespaces.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/namespaces.js +9 -0
- package/dist-esm/src/operationsInterfaces/namespaces.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerConfigurations.d.ts +4 -4
- package/dist-esm/src/operationsInterfaces/partnerConfigurations.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/partnerDestinations.d.ts +78 -0
- package/dist-esm/src/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerDestinations.js +9 -0
- package/dist-esm/src/operationsInterfaces/partnerDestinations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerNamespaces.d.ts +4 -4
- package/dist-esm/src/operationsInterfaces/partnerNamespaces.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/partnerRegistrations.d.ts +4 -4
- package/dist-esm/src/operationsInterfaces/partnerRegistrations.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.d.ts +4 -4
- package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/partnerTopics.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/partnerTopics.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/permissionBindings.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/permissionBindings.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/permissionBindings.js +9 -0
- package/dist-esm/src/operationsInterfaces/permissionBindings.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +23 -21
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +7 -6
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts +14 -14
- package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/systemTopics.d.ts +4 -4
- package/dist-esm/src/operationsInterfaces/systemTopics.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/topicEventSubscriptions.d.ts +6 -6
- package/dist-esm/src/operationsInterfaces/topicEventSubscriptions.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/topicSpaces.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/topicSpaces.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/topicSpaces.js +9 -0
- package/dist-esm/src/operationsInterfaces/topicSpaces.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/topics.d.ts +7 -7
- package/dist-esm/src/operationsInterfaces/topics.d.ts.map +1 -1
- package/dist-esm/test/eventgrid_examples.js +2 -2
- package/dist-esm/test/eventgrid_examples.js.map +1 -1
- package/package.json +6 -6
- package/review/arm-eventgrid.api.md +1762 -112
- package/src/eventGridManagementClient.ts +49 -11
- package/src/lroImpl.ts +31 -23
- package/src/models/index.ts +2777 -341
- package/src/models/mappers.ts +3989 -1163
- package/src/models/parameters.ts +253 -25
- package/src/operations/caCertificates.ts +508 -0
- package/src/operations/channels.ts +17 -13
- package/src/operations/clientGroups.ts +508 -0
- package/src/operations/clients.ts +508 -0
- package/src/operations/domainEventSubscriptions.ts +43 -33
- package/src/operations/domainTopicEventSubscriptions.ts +92 -82
- package/src/operations/domainTopics.ts +28 -21
- package/src/operations/domains.ts +37 -30
- package/src/operations/eventSubscriptions.ts +86 -76
- package/src/operations/index.ts +11 -2
- package/src/operations/namespaceTopicEventSubscriptions.ts +714 -0
- package/src/operations/namespaceTopics.ts +840 -0
- package/src/operations/namespaces.ts +898 -0
- package/src/operations/partnerConfigurations.ts +45 -31
- package/src/operations/partnerDestinations.ts +771 -0
- package/src/operations/partnerNamespaces.ts +41 -32
- package/src/operations/partnerRegistrations.ts +37 -30
- package/src/operations/partnerTopicEventSubscriptions.ts +46 -31
- package/src/operations/partnerTopics.ts +15 -11
- package/src/operations/permissionBindings.ts +513 -0
- package/src/operations/privateEndpointConnections.ts +77 -45
- package/src/operations/privateLinkResources.ts +12 -11
- package/src/operations/systemTopicEventSubscriptions.ts +89 -74
- package/src/operations/systemTopics.ts +41 -31
- package/src/operations/topicEventSubscriptions.ts +43 -33
- package/src/operations/topicSpaces.ts +508 -0
- package/src/operations/topics.ts +74 -44
- package/src/operationsInterfaces/caCertificates.ts +109 -0
- package/src/operationsInterfaces/channels.ts +2 -2
- package/src/operationsInterfaces/clientGroups.ts +109 -0
- package/src/operationsInterfaces/clients.ts +109 -0
- package/src/operationsInterfaces/domainEventSubscriptions.ts +8 -8
- package/src/operationsInterfaces/domainTopicEventSubscriptions.ts +24 -24
- package/src/operationsInterfaces/domainTopics.ts +4 -4
- package/src/operationsInterfaces/domains.ts +5 -5
- package/src/operationsInterfaces/eventSubscriptions.ts +27 -27
- package/src/operationsInterfaces/index.ts +11 -2
- package/src/operationsInterfaces/namespaceTopicEventSubscriptions.ts +174 -0
- package/src/operationsInterfaces/namespaceTopics.ts +200 -0
- package/src/operationsInterfaces/namespaces.ts +186 -0
- package/src/operationsInterfaces/partnerConfigurations.ts +6 -6
- package/src/operationsInterfaces/partnerDestinations.ts +152 -0
- package/src/operationsInterfaces/partnerNamespaces.ts +5 -5
- package/src/operationsInterfaces/partnerRegistrations.ts +5 -5
- package/src/operationsInterfaces/partnerTopicEventSubscriptions.ts +6 -6
- package/src/operationsInterfaces/partnerTopics.ts +2 -2
- package/src/operationsInterfaces/permissionBindings.ts +109 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +30 -22
- package/src/operationsInterfaces/privateLinkResources.ts +7 -6
- package/src/operationsInterfaces/systemTopicEventSubscriptions.ts +23 -23
- package/src/operationsInterfaces/systemTopics.ts +6 -6
- package/src/operationsInterfaces/topicEventSubscriptions.ts +8 -8
- package/src/operationsInterfaces/topicSpaces.ts +109 -0
- package/src/operationsInterfaces/topics.ts +11 -8
- package/types/arm-eventgrid.d.ts +4718 -1726
|
@@ -13,8 +13,12 @@ import * as coreClient from "@azure/core-client";
|
|
|
13
13
|
import * as Mappers from "../models/mappers";
|
|
14
14
|
import * as Parameters from "../models/parameters";
|
|
15
15
|
import { EventGridManagementClient } from "../eventGridManagementClient";
|
|
16
|
-
import {
|
|
17
|
-
|
|
16
|
+
import {
|
|
17
|
+
SimplePollerLike,
|
|
18
|
+
OperationState,
|
|
19
|
+
createHttpPoller
|
|
20
|
+
} from "@azure/core-lro";
|
|
21
|
+
import { createLroSpec } from "../lroImpl";
|
|
18
22
|
import {
|
|
19
23
|
PrivateEndpointConnection,
|
|
20
24
|
PrivateEndpointConnectionsParentType,
|
|
@@ -26,6 +30,7 @@ import {
|
|
|
26
30
|
PrivateEndpointConnectionsUpdateOptionalParams,
|
|
27
31
|
PrivateEndpointConnectionsUpdateResponse,
|
|
28
32
|
PrivateEndpointConnectionsDeleteOptionalParams,
|
|
33
|
+
PrivateEndpointConnectionsDeleteResponse,
|
|
29
34
|
PrivateEndpointConnectionsListByResourceNextResponse
|
|
30
35
|
} from "../models";
|
|
31
36
|
|
|
@@ -44,12 +49,12 @@ export class PrivateEndpointConnectionsImpl
|
|
|
44
49
|
}
|
|
45
50
|
|
|
46
51
|
/**
|
|
47
|
-
* Get all private endpoint connections under a topic, domain, or partner namespace.
|
|
52
|
+
* Get all private endpoint connections under a topic, domain, or partner namespace or namespace.
|
|
48
53
|
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
49
54
|
* @param parentType The type of the parent resource. This can be either \'topics\', \'domains\', or
|
|
50
|
-
* \'partnerNamespaces\'.
|
|
55
|
+
* \'partnerNamespaces\' or \'namespaces\'.
|
|
51
56
|
* @param parentName The name of the parent resource (namely, either, the topic name, domain name, or
|
|
52
|
-
* partner namespace name).
|
|
57
|
+
* partner namespace name or namespace name).
|
|
53
58
|
* @param options The options parameters.
|
|
54
59
|
*/
|
|
55
60
|
public listByResource(
|
|
@@ -139,12 +144,12 @@ export class PrivateEndpointConnectionsImpl
|
|
|
139
144
|
}
|
|
140
145
|
|
|
141
146
|
/**
|
|
142
|
-
* Get a specific private endpoint connection under a topic, domain, or partner namespace.
|
|
147
|
+
* Get a specific private endpoint connection under a topic, domain, or partner namespace or namespace.
|
|
143
148
|
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
144
149
|
* @param parentType The type of the parent resource. This can be either \'topics\', \'domains\', or
|
|
145
|
-
* \'partnerNamespaces\'.
|
|
150
|
+
* \'partnerNamespaces\' or \'namespaces\'.
|
|
146
151
|
* @param parentName The name of the parent resource (namely, either, the topic name, domain name, or
|
|
147
|
-
* partner namespace name).
|
|
152
|
+
* partner namespace name or namespace name).
|
|
148
153
|
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
|
|
149
154
|
* @param options The options parameters.
|
|
150
155
|
*/
|
|
@@ -171,9 +176,9 @@ export class PrivateEndpointConnectionsImpl
|
|
|
171
176
|
* Update a specific private endpoint connection under a topic, domain or partner namespace.
|
|
172
177
|
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
173
178
|
* @param parentType The type of the parent resource. This can be either \'topics\', \'domains\', or
|
|
174
|
-
* \'partnerNamespaces\'.
|
|
179
|
+
* \'partnerNamespaces\' or \'namespaces\'.
|
|
175
180
|
* @param parentName The name of the parent resource (namely, either, the topic name, domain name, or
|
|
176
|
-
* partner namespace name).
|
|
181
|
+
* partner namespace name or namespace name).
|
|
177
182
|
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
|
|
178
183
|
* @param privateEndpointConnection The private endpoint connection object to update.
|
|
179
184
|
* @param options The options parameters.
|
|
@@ -186,8 +191,8 @@ export class PrivateEndpointConnectionsImpl
|
|
|
186
191
|
privateEndpointConnection: PrivateEndpointConnection,
|
|
187
192
|
options?: PrivateEndpointConnectionsUpdateOptionalParams
|
|
188
193
|
): Promise<
|
|
189
|
-
|
|
190
|
-
|
|
194
|
+
SimplePollerLike<
|
|
195
|
+
OperationState<PrivateEndpointConnectionsUpdateResponse>,
|
|
191
196
|
PrivateEndpointConnectionsUpdateResponse
|
|
192
197
|
>
|
|
193
198
|
> {
|
|
@@ -197,7 +202,7 @@ export class PrivateEndpointConnectionsImpl
|
|
|
197
202
|
): Promise<PrivateEndpointConnectionsUpdateResponse> => {
|
|
198
203
|
return this.client.sendOperationRequest(args, spec);
|
|
199
204
|
};
|
|
200
|
-
const
|
|
205
|
+
const sendOperationFn = async (
|
|
201
206
|
args: coreClient.OperationArguments,
|
|
202
207
|
spec: coreClient.OperationSpec
|
|
203
208
|
) => {
|
|
@@ -230,9 +235,9 @@ export class PrivateEndpointConnectionsImpl
|
|
|
230
235
|
};
|
|
231
236
|
};
|
|
232
237
|
|
|
233
|
-
const lro =
|
|
234
|
-
|
|
235
|
-
{
|
|
238
|
+
const lro = createLroSpec({
|
|
239
|
+
sendOperationFn,
|
|
240
|
+
args: {
|
|
236
241
|
resourceGroupName,
|
|
237
242
|
parentType,
|
|
238
243
|
parentName,
|
|
@@ -240,10 +245,13 @@ export class PrivateEndpointConnectionsImpl
|
|
|
240
245
|
privateEndpointConnection,
|
|
241
246
|
options
|
|
242
247
|
},
|
|
243
|
-
updateOperationSpec
|
|
244
|
-
);
|
|
245
|
-
const poller =
|
|
246
|
-
|
|
248
|
+
spec: updateOperationSpec
|
|
249
|
+
});
|
|
250
|
+
const poller = await createHttpPoller<
|
|
251
|
+
PrivateEndpointConnectionsUpdateResponse,
|
|
252
|
+
OperationState<PrivateEndpointConnectionsUpdateResponse>
|
|
253
|
+
>(lro, {
|
|
254
|
+
restoreFrom: options?.resumeFrom,
|
|
247
255
|
intervalInMs: options?.updateIntervalInMs
|
|
248
256
|
});
|
|
249
257
|
await poller.poll();
|
|
@@ -254,9 +262,9 @@ export class PrivateEndpointConnectionsImpl
|
|
|
254
262
|
* Update a specific private endpoint connection under a topic, domain or partner namespace.
|
|
255
263
|
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
256
264
|
* @param parentType The type of the parent resource. This can be either \'topics\', \'domains\', or
|
|
257
|
-
* \'partnerNamespaces\'.
|
|
265
|
+
* \'partnerNamespaces\' or \'namespaces\'.
|
|
258
266
|
* @param parentName The name of the parent resource (namely, either, the topic name, domain name, or
|
|
259
|
-
* partner namespace name).
|
|
267
|
+
* partner namespace name or namespace name).
|
|
260
268
|
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
|
|
261
269
|
* @param privateEndpointConnection The private endpoint connection object to update.
|
|
262
270
|
* @param options The options parameters.
|
|
@@ -281,12 +289,13 @@ export class PrivateEndpointConnectionsImpl
|
|
|
281
289
|
}
|
|
282
290
|
|
|
283
291
|
/**
|
|
284
|
-
* Delete a specific private endpoint connection under a topic, domain, or partner namespace
|
|
292
|
+
* Delete a specific private endpoint connection under a topic, domain, or partner namespace or
|
|
293
|
+
* namespace.
|
|
285
294
|
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
286
295
|
* @param parentType The type of the parent resource. This can be either \'topics\', \'domains\', or
|
|
287
|
-
* \'partnerNamespaces\'.
|
|
296
|
+
* \'partnerNamespaces\' or \'namespaces\'.
|
|
288
297
|
* @param parentName The name of the parent resource (namely, either, the topic name, domain name, or
|
|
289
|
-
* partner namespace name).
|
|
298
|
+
* partner namespace name or namespace name).
|
|
290
299
|
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
|
|
291
300
|
* @param options The options parameters.
|
|
292
301
|
*/
|
|
@@ -296,14 +305,19 @@ export class PrivateEndpointConnectionsImpl
|
|
|
296
305
|
parentName: string,
|
|
297
306
|
privateEndpointConnectionName: string,
|
|
298
307
|
options?: PrivateEndpointConnectionsDeleteOptionalParams
|
|
299
|
-
): Promise<
|
|
308
|
+
): Promise<
|
|
309
|
+
SimplePollerLike<
|
|
310
|
+
OperationState<PrivateEndpointConnectionsDeleteResponse>,
|
|
311
|
+
PrivateEndpointConnectionsDeleteResponse
|
|
312
|
+
>
|
|
313
|
+
> {
|
|
300
314
|
const directSendOperation = async (
|
|
301
315
|
args: coreClient.OperationArguments,
|
|
302
316
|
spec: coreClient.OperationSpec
|
|
303
|
-
): Promise<
|
|
317
|
+
): Promise<PrivateEndpointConnectionsDeleteResponse> => {
|
|
304
318
|
return this.client.sendOperationRequest(args, spec);
|
|
305
319
|
};
|
|
306
|
-
const
|
|
320
|
+
const sendOperationFn = async (
|
|
307
321
|
args: coreClient.OperationArguments,
|
|
308
322
|
spec: coreClient.OperationSpec
|
|
309
323
|
) => {
|
|
@@ -336,19 +350,22 @@ export class PrivateEndpointConnectionsImpl
|
|
|
336
350
|
};
|
|
337
351
|
};
|
|
338
352
|
|
|
339
|
-
const lro =
|
|
340
|
-
|
|
341
|
-
{
|
|
353
|
+
const lro = createLroSpec({
|
|
354
|
+
sendOperationFn,
|
|
355
|
+
args: {
|
|
342
356
|
resourceGroupName,
|
|
343
357
|
parentType,
|
|
344
358
|
parentName,
|
|
345
359
|
privateEndpointConnectionName,
|
|
346
360
|
options
|
|
347
361
|
},
|
|
348
|
-
deleteOperationSpec
|
|
349
|
-
);
|
|
350
|
-
const poller =
|
|
351
|
-
|
|
362
|
+
spec: deleteOperationSpec
|
|
363
|
+
});
|
|
364
|
+
const poller = await createHttpPoller<
|
|
365
|
+
PrivateEndpointConnectionsDeleteResponse,
|
|
366
|
+
OperationState<PrivateEndpointConnectionsDeleteResponse>
|
|
367
|
+
>(lro, {
|
|
368
|
+
restoreFrom: options?.resumeFrom,
|
|
352
369
|
intervalInMs: options?.updateIntervalInMs
|
|
353
370
|
});
|
|
354
371
|
await poller.poll();
|
|
@@ -356,12 +373,13 @@ export class PrivateEndpointConnectionsImpl
|
|
|
356
373
|
}
|
|
357
374
|
|
|
358
375
|
/**
|
|
359
|
-
* Delete a specific private endpoint connection under a topic, domain, or partner namespace
|
|
376
|
+
* Delete a specific private endpoint connection under a topic, domain, or partner namespace or
|
|
377
|
+
* namespace.
|
|
360
378
|
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
361
379
|
* @param parentType The type of the parent resource. This can be either \'topics\', \'domains\', or
|
|
362
|
-
* \'partnerNamespaces\'.
|
|
380
|
+
* \'partnerNamespaces\' or \'namespaces\'.
|
|
363
381
|
* @param parentName The name of the parent resource (namely, either, the topic name, domain name, or
|
|
364
|
-
* partner namespace name).
|
|
382
|
+
* partner namespace name or namespace name).
|
|
365
383
|
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
|
|
366
384
|
* @param options The options parameters.
|
|
367
385
|
*/
|
|
@@ -371,7 +389,7 @@ export class PrivateEndpointConnectionsImpl
|
|
|
371
389
|
parentName: string,
|
|
372
390
|
privateEndpointConnectionName: string,
|
|
373
391
|
options?: PrivateEndpointConnectionsDeleteOptionalParams
|
|
374
|
-
): Promise<
|
|
392
|
+
): Promise<PrivateEndpointConnectionsDeleteResponse> {
|
|
375
393
|
const poller = await this.beginDelete(
|
|
376
394
|
resourceGroupName,
|
|
377
395
|
parentType,
|
|
@@ -383,12 +401,12 @@ export class PrivateEndpointConnectionsImpl
|
|
|
383
401
|
}
|
|
384
402
|
|
|
385
403
|
/**
|
|
386
|
-
* Get all private endpoint connections under a topic, domain, or partner namespace.
|
|
404
|
+
* Get all private endpoint connections under a topic, domain, or partner namespace or namespace.
|
|
387
405
|
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
388
406
|
* @param parentType The type of the parent resource. This can be either \'topics\', \'domains\', or
|
|
389
|
-
* \'partnerNamespaces\'.
|
|
407
|
+
* \'partnerNamespaces\' or \'namespaces\'.
|
|
390
408
|
* @param parentName The name of the parent resource (namely, either, the topic name, domain name, or
|
|
391
|
-
* partner namespace name).
|
|
409
|
+
* partner namespace name or namespace name).
|
|
392
410
|
* @param options The options parameters.
|
|
393
411
|
*/
|
|
394
412
|
private _listByResource(
|
|
@@ -407,9 +425,9 @@ export class PrivateEndpointConnectionsImpl
|
|
|
407
425
|
* ListByResourceNext
|
|
408
426
|
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
409
427
|
* @param parentType The type of the parent resource. This can be either \'topics\', \'domains\', or
|
|
410
|
-
* \'partnerNamespaces\'.
|
|
428
|
+
* \'partnerNamespaces\' or \'namespaces\'.
|
|
411
429
|
* @param parentName The name of the parent resource (namely, either, the topic name, domain name, or
|
|
412
|
-
* partner namespace name).
|
|
430
|
+
* partner namespace name or namespace name).
|
|
413
431
|
* @param nextLink The nextLink from the previous successful call to the ListByResource method.
|
|
414
432
|
* @param options The options parameters.
|
|
415
433
|
*/
|
|
@@ -488,7 +506,21 @@ const deleteOperationSpec: coreClient.OperationSpec = {
|
|
|
488
506
|
path:
|
|
489
507
|
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
490
508
|
httpMethod: "DELETE",
|
|
491
|
-
responses: {
|
|
509
|
+
responses: {
|
|
510
|
+
200: {
|
|
511
|
+
headersMapper: Mappers.PrivateEndpointConnectionsDeleteHeaders
|
|
512
|
+
},
|
|
513
|
+
201: {
|
|
514
|
+
headersMapper: Mappers.PrivateEndpointConnectionsDeleteHeaders
|
|
515
|
+
},
|
|
516
|
+
202: {
|
|
517
|
+
headersMapper: Mappers.PrivateEndpointConnectionsDeleteHeaders
|
|
518
|
+
},
|
|
519
|
+
204: {
|
|
520
|
+
headersMapper: Mappers.PrivateEndpointConnectionsDeleteHeaders
|
|
521
|
+
},
|
|
522
|
+
default: {}
|
|
523
|
+
},
|
|
492
524
|
queryParameters: [Parameters.apiVersion],
|
|
493
525
|
urlParameters: [
|
|
494
526
|
Parameters.$host,
|
|
@@ -37,12 +37,12 @@ export class PrivateLinkResourcesImpl implements PrivateLinkResources {
|
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
/**
|
|
40
|
-
* List all the private link resources under a topic, domain, or partner namespace.
|
|
40
|
+
* List all the private link resources under a topic, domain, or partner namespace or namespace.
|
|
41
41
|
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
42
42
|
* @param parentType The type of the parent resource. This can be either \'topics\', \'domains\', or
|
|
43
|
-
* \'partnerNamespaces\'.
|
|
43
|
+
* \'partnerNamespaces\' or \'namespaces\'.
|
|
44
44
|
* @param parentName The name of the parent resource (namely, either, the topic name, domain name, or
|
|
45
|
-
* partner namespace name).
|
|
45
|
+
* partner namespace or namespace name).
|
|
46
46
|
* @param options The options parameters.
|
|
47
47
|
*/
|
|
48
48
|
public listByResource(
|
|
@@ -135,10 +135,11 @@ export class PrivateLinkResourcesImpl implements PrivateLinkResources {
|
|
|
135
135
|
* Get properties of a private link resource.
|
|
136
136
|
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
137
137
|
* @param parentType The type of the parent resource. This can be either \'topics\', \'domains\', or
|
|
138
|
-
* \'partnerNamespaces\'.
|
|
138
|
+
* \'partnerNamespaces\' or \'namespaces\'.
|
|
139
139
|
* @param parentName The name of the parent resource (namely, either, the topic name, domain name, or
|
|
140
|
-
* partner namespace name).
|
|
141
|
-
* @param privateLinkResourceName The name of private link resource
|
|
140
|
+
* partner namespace name or namespace name).
|
|
141
|
+
* @param privateLinkResourceName The name of private link resource will be either topic, domain,
|
|
142
|
+
* partnerNamespace or namespace.
|
|
142
143
|
* @param options The options parameters.
|
|
143
144
|
*/
|
|
144
145
|
get(
|
|
@@ -161,12 +162,12 @@ export class PrivateLinkResourcesImpl implements PrivateLinkResources {
|
|
|
161
162
|
}
|
|
162
163
|
|
|
163
164
|
/**
|
|
164
|
-
* List all the private link resources under a topic, domain, or partner namespace.
|
|
165
|
+
* List all the private link resources under a topic, domain, or partner namespace or namespace.
|
|
165
166
|
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
166
167
|
* @param parentType The type of the parent resource. This can be either \'topics\', \'domains\', or
|
|
167
|
-
* \'partnerNamespaces\'.
|
|
168
|
+
* \'partnerNamespaces\' or \'namespaces\'.
|
|
168
169
|
* @param parentName The name of the parent resource (namely, either, the topic name, domain name, or
|
|
169
|
-
* partner namespace name).
|
|
170
|
+
* partner namespace or namespace name).
|
|
170
171
|
* @param options The options parameters.
|
|
171
172
|
*/
|
|
172
173
|
private _listByResource(
|
|
@@ -185,9 +186,9 @@ export class PrivateLinkResourcesImpl implements PrivateLinkResources {
|
|
|
185
186
|
* ListByResourceNext
|
|
186
187
|
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
187
188
|
* @param parentType The type of the parent resource. This can be either \'topics\', \'domains\', or
|
|
188
|
-
* \'partnerNamespaces\'.
|
|
189
|
+
* \'partnerNamespaces\' or \'namespaces\'.
|
|
189
190
|
* @param parentName The name of the parent resource (namely, either, the topic name, domain name, or
|
|
190
|
-
* partner namespace name).
|
|
191
|
+
* partner namespace or namespace name).
|
|
191
192
|
* @param nextLink The nextLink from the previous successful call to the ListByResource method.
|
|
192
193
|
* @param options The options parameters.
|
|
193
194
|
*/
|
|
@@ -13,13 +13,19 @@ import * as coreClient from "@azure/core-client";
|
|
|
13
13
|
import * as Mappers from "../models/mappers";
|
|
14
14
|
import * as Parameters from "../models/parameters";
|
|
15
15
|
import { EventGridManagementClient } from "../eventGridManagementClient";
|
|
16
|
-
import {
|
|
17
|
-
|
|
16
|
+
import {
|
|
17
|
+
SimplePollerLike,
|
|
18
|
+
OperationState,
|
|
19
|
+
createHttpPoller
|
|
20
|
+
} from "@azure/core-lro";
|
|
21
|
+
import { createLroSpec } from "../lroImpl";
|
|
18
22
|
import {
|
|
19
23
|
EventSubscription,
|
|
20
24
|
SystemTopicEventSubscriptionsListBySystemTopicNextOptionalParams,
|
|
21
25
|
SystemTopicEventSubscriptionsListBySystemTopicOptionalParams,
|
|
22
26
|
SystemTopicEventSubscriptionsListBySystemTopicResponse,
|
|
27
|
+
SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams,
|
|
28
|
+
SystemTopicEventSubscriptionsGetDeliveryAttributesResponse,
|
|
23
29
|
SystemTopicEventSubscriptionsGetOptionalParams,
|
|
24
30
|
SystemTopicEventSubscriptionsGetResponse,
|
|
25
31
|
SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams,
|
|
@@ -30,8 +36,6 @@ import {
|
|
|
30
36
|
SystemTopicEventSubscriptionsUpdateResponse,
|
|
31
37
|
SystemTopicEventSubscriptionsGetFullUrlOptionalParams,
|
|
32
38
|
SystemTopicEventSubscriptionsGetFullUrlResponse,
|
|
33
|
-
SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams,
|
|
34
|
-
SystemTopicEventSubscriptionsGetDeliveryAttributesResponse,
|
|
35
39
|
SystemTopicEventSubscriptionsListBySystemTopicNextResponse
|
|
36
40
|
} from "../models";
|
|
37
41
|
|
|
@@ -133,6 +137,26 @@ export class SystemTopicEventSubscriptionsImpl
|
|
|
133
137
|
}
|
|
134
138
|
}
|
|
135
139
|
|
|
140
|
+
/**
|
|
141
|
+
* Get all delivery attributes for an event subscription.
|
|
142
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
143
|
+
* @param systemTopicName Name of the system topic.
|
|
144
|
+
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
|
|
145
|
+
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
146
|
+
* @param options The options parameters.
|
|
147
|
+
*/
|
|
148
|
+
getDeliveryAttributes(
|
|
149
|
+
resourceGroupName: string,
|
|
150
|
+
systemTopicName: string,
|
|
151
|
+
eventSubscriptionName: string,
|
|
152
|
+
options?: SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams
|
|
153
|
+
): Promise<SystemTopicEventSubscriptionsGetDeliveryAttributesResponse> {
|
|
154
|
+
return this.client.sendOperationRequest(
|
|
155
|
+
{ resourceGroupName, systemTopicName, eventSubscriptionName, options },
|
|
156
|
+
getDeliveryAttributesOperationSpec
|
|
157
|
+
);
|
|
158
|
+
}
|
|
159
|
+
|
|
136
160
|
/**
|
|
137
161
|
* Get an event subscription.
|
|
138
162
|
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
@@ -171,8 +195,8 @@ export class SystemTopicEventSubscriptionsImpl
|
|
|
171
195
|
eventSubscriptionInfo: EventSubscription,
|
|
172
196
|
options?: SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams
|
|
173
197
|
): Promise<
|
|
174
|
-
|
|
175
|
-
|
|
198
|
+
SimplePollerLike<
|
|
199
|
+
OperationState<SystemTopicEventSubscriptionsCreateOrUpdateResponse>,
|
|
176
200
|
SystemTopicEventSubscriptionsCreateOrUpdateResponse
|
|
177
201
|
>
|
|
178
202
|
> {
|
|
@@ -182,7 +206,7 @@ export class SystemTopicEventSubscriptionsImpl
|
|
|
182
206
|
): Promise<SystemTopicEventSubscriptionsCreateOrUpdateResponse> => {
|
|
183
207
|
return this.client.sendOperationRequest(args, spec);
|
|
184
208
|
};
|
|
185
|
-
const
|
|
209
|
+
const sendOperationFn = async (
|
|
186
210
|
args: coreClient.OperationArguments,
|
|
187
211
|
spec: coreClient.OperationSpec
|
|
188
212
|
) => {
|
|
@@ -215,19 +239,22 @@ export class SystemTopicEventSubscriptionsImpl
|
|
|
215
239
|
};
|
|
216
240
|
};
|
|
217
241
|
|
|
218
|
-
const lro =
|
|
219
|
-
|
|
220
|
-
{
|
|
242
|
+
const lro = createLroSpec({
|
|
243
|
+
sendOperationFn,
|
|
244
|
+
args: {
|
|
221
245
|
resourceGroupName,
|
|
222
246
|
systemTopicName,
|
|
223
247
|
eventSubscriptionName,
|
|
224
248
|
eventSubscriptionInfo,
|
|
225
249
|
options
|
|
226
250
|
},
|
|
227
|
-
createOrUpdateOperationSpec
|
|
228
|
-
);
|
|
229
|
-
const poller =
|
|
230
|
-
|
|
251
|
+
spec: createOrUpdateOperationSpec
|
|
252
|
+
});
|
|
253
|
+
const poller = await createHttpPoller<
|
|
254
|
+
SystemTopicEventSubscriptionsCreateOrUpdateResponse,
|
|
255
|
+
OperationState<SystemTopicEventSubscriptionsCreateOrUpdateResponse>
|
|
256
|
+
>(lro, {
|
|
257
|
+
restoreFrom: options?.resumeFrom,
|
|
231
258
|
intervalInMs: options?.updateIntervalInMs
|
|
232
259
|
});
|
|
233
260
|
await poller.poll();
|
|
@@ -275,14 +302,14 @@ export class SystemTopicEventSubscriptionsImpl
|
|
|
275
302
|
systemTopicName: string,
|
|
276
303
|
eventSubscriptionName: string,
|
|
277
304
|
options?: SystemTopicEventSubscriptionsDeleteOptionalParams
|
|
278
|
-
): Promise<
|
|
305
|
+
): Promise<SimplePollerLike<OperationState<void>, void>> {
|
|
279
306
|
const directSendOperation = async (
|
|
280
307
|
args: coreClient.OperationArguments,
|
|
281
308
|
spec: coreClient.OperationSpec
|
|
282
309
|
): Promise<void> => {
|
|
283
310
|
return this.client.sendOperationRequest(args, spec);
|
|
284
311
|
};
|
|
285
|
-
const
|
|
312
|
+
const sendOperationFn = async (
|
|
286
313
|
args: coreClient.OperationArguments,
|
|
287
314
|
spec: coreClient.OperationSpec
|
|
288
315
|
) => {
|
|
@@ -315,13 +342,18 @@ export class SystemTopicEventSubscriptionsImpl
|
|
|
315
342
|
};
|
|
316
343
|
};
|
|
317
344
|
|
|
318
|
-
const lro =
|
|
319
|
-
|
|
320
|
-
{
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
345
|
+
const lro = createLroSpec({
|
|
346
|
+
sendOperationFn,
|
|
347
|
+
args: {
|
|
348
|
+
resourceGroupName,
|
|
349
|
+
systemTopicName,
|
|
350
|
+
eventSubscriptionName,
|
|
351
|
+
options
|
|
352
|
+
},
|
|
353
|
+
spec: deleteOperationSpec
|
|
354
|
+
});
|
|
355
|
+
const poller = await createHttpPoller<void, OperationState<void>>(lro, {
|
|
356
|
+
restoreFrom: options?.resumeFrom,
|
|
325
357
|
intervalInMs: options?.updateIntervalInMs
|
|
326
358
|
});
|
|
327
359
|
await poller.poll();
|
|
@@ -367,8 +399,8 @@ export class SystemTopicEventSubscriptionsImpl
|
|
|
367
399
|
eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters,
|
|
368
400
|
options?: SystemTopicEventSubscriptionsUpdateOptionalParams
|
|
369
401
|
): Promise<
|
|
370
|
-
|
|
371
|
-
|
|
402
|
+
SimplePollerLike<
|
|
403
|
+
OperationState<SystemTopicEventSubscriptionsUpdateResponse>,
|
|
372
404
|
SystemTopicEventSubscriptionsUpdateResponse
|
|
373
405
|
>
|
|
374
406
|
> {
|
|
@@ -378,7 +410,7 @@ export class SystemTopicEventSubscriptionsImpl
|
|
|
378
410
|
): Promise<SystemTopicEventSubscriptionsUpdateResponse> => {
|
|
379
411
|
return this.client.sendOperationRequest(args, spec);
|
|
380
412
|
};
|
|
381
|
-
const
|
|
413
|
+
const sendOperationFn = async (
|
|
382
414
|
args: coreClient.OperationArguments,
|
|
383
415
|
spec: coreClient.OperationSpec
|
|
384
416
|
) => {
|
|
@@ -411,19 +443,22 @@ export class SystemTopicEventSubscriptionsImpl
|
|
|
411
443
|
};
|
|
412
444
|
};
|
|
413
445
|
|
|
414
|
-
const lro =
|
|
415
|
-
|
|
416
|
-
{
|
|
446
|
+
const lro = createLroSpec({
|
|
447
|
+
sendOperationFn,
|
|
448
|
+
args: {
|
|
417
449
|
resourceGroupName,
|
|
418
450
|
systemTopicName,
|
|
419
451
|
eventSubscriptionName,
|
|
420
452
|
eventSubscriptionUpdateParameters,
|
|
421
453
|
options
|
|
422
454
|
},
|
|
423
|
-
updateOperationSpec
|
|
424
|
-
);
|
|
425
|
-
const poller =
|
|
426
|
-
|
|
455
|
+
spec: updateOperationSpec
|
|
456
|
+
});
|
|
457
|
+
const poller = await createHttpPoller<
|
|
458
|
+
SystemTopicEventSubscriptionsUpdateResponse,
|
|
459
|
+
OperationState<SystemTopicEventSubscriptionsUpdateResponse>
|
|
460
|
+
>(lro, {
|
|
461
|
+
restoreFrom: options?.resumeFrom,
|
|
427
462
|
intervalInMs: options?.updateIntervalInMs
|
|
428
463
|
});
|
|
429
464
|
await poller.poll();
|
|
@@ -493,26 +528,6 @@ export class SystemTopicEventSubscriptionsImpl
|
|
|
493
528
|
);
|
|
494
529
|
}
|
|
495
530
|
|
|
496
|
-
/**
|
|
497
|
-
* Get all delivery attributes for an event subscription.
|
|
498
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
499
|
-
* @param systemTopicName Name of the system topic.
|
|
500
|
-
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
|
|
501
|
-
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
502
|
-
* @param options The options parameters.
|
|
503
|
-
*/
|
|
504
|
-
getDeliveryAttributes(
|
|
505
|
-
resourceGroupName: string,
|
|
506
|
-
systemTopicName: string,
|
|
507
|
-
eventSubscriptionName: string,
|
|
508
|
-
options?: SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams
|
|
509
|
-
): Promise<SystemTopicEventSubscriptionsGetDeliveryAttributesResponse> {
|
|
510
|
-
return this.client.sendOperationRequest(
|
|
511
|
-
{ resourceGroupName, systemTopicName, eventSubscriptionName, options },
|
|
512
|
-
getDeliveryAttributesOperationSpec
|
|
513
|
-
);
|
|
514
|
-
}
|
|
515
|
-
|
|
516
531
|
/**
|
|
517
532
|
* ListBySystemTopicNext
|
|
518
533
|
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
@@ -535,6 +550,27 @@ export class SystemTopicEventSubscriptionsImpl
|
|
|
535
550
|
// Operation Specifications
|
|
536
551
|
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
537
552
|
|
|
553
|
+
const getDeliveryAttributesOperationSpec: coreClient.OperationSpec = {
|
|
554
|
+
path:
|
|
555
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}/getDeliveryAttributes",
|
|
556
|
+
httpMethod: "POST",
|
|
557
|
+
responses: {
|
|
558
|
+
200: {
|
|
559
|
+
bodyMapper: Mappers.DeliveryAttributeListResult
|
|
560
|
+
},
|
|
561
|
+
default: {}
|
|
562
|
+
},
|
|
563
|
+
queryParameters: [Parameters.apiVersion],
|
|
564
|
+
urlParameters: [
|
|
565
|
+
Parameters.$host,
|
|
566
|
+
Parameters.subscriptionId,
|
|
567
|
+
Parameters.resourceGroupName,
|
|
568
|
+
Parameters.eventSubscriptionName,
|
|
569
|
+
Parameters.systemTopicName
|
|
570
|
+
],
|
|
571
|
+
headerParameters: [Parameters.accept],
|
|
572
|
+
serializer
|
|
573
|
+
};
|
|
538
574
|
const getOperationSpec: coreClient.OperationSpec = {
|
|
539
575
|
path:
|
|
540
576
|
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}",
|
|
@@ -676,27 +712,6 @@ const listBySystemTopicOperationSpec: coreClient.OperationSpec = {
|
|
|
676
712
|
headerParameters: [Parameters.accept],
|
|
677
713
|
serializer
|
|
678
714
|
};
|
|
679
|
-
const getDeliveryAttributesOperationSpec: coreClient.OperationSpec = {
|
|
680
|
-
path:
|
|
681
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}/getDeliveryAttributes",
|
|
682
|
-
httpMethod: "POST",
|
|
683
|
-
responses: {
|
|
684
|
-
200: {
|
|
685
|
-
bodyMapper: Mappers.DeliveryAttributeListResult
|
|
686
|
-
},
|
|
687
|
-
default: {}
|
|
688
|
-
},
|
|
689
|
-
queryParameters: [Parameters.apiVersion],
|
|
690
|
-
urlParameters: [
|
|
691
|
-
Parameters.$host,
|
|
692
|
-
Parameters.subscriptionId,
|
|
693
|
-
Parameters.resourceGroupName,
|
|
694
|
-
Parameters.eventSubscriptionName,
|
|
695
|
-
Parameters.systemTopicName
|
|
696
|
-
],
|
|
697
|
-
headerParameters: [Parameters.accept],
|
|
698
|
-
serializer
|
|
699
|
-
};
|
|
700
715
|
const listBySystemTopicNextOperationSpec: coreClient.OperationSpec = {
|
|
701
716
|
path: "{nextLink}",
|
|
702
717
|
httpMethod: "GET",
|