@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
|
@@ -7,10 +7,12 @@
|
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import {
|
|
10
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
11
11
|
import {
|
|
12
12
|
EventSubscription,
|
|
13
13
|
DomainTopicEventSubscriptionsListOptionalParams,
|
|
14
|
+
DomainTopicEventSubscriptionsGetDeliveryAttributesOptionalParams,
|
|
15
|
+
DomainTopicEventSubscriptionsGetDeliveryAttributesResponse,
|
|
14
16
|
DomainTopicEventSubscriptionsGetOptionalParams,
|
|
15
17
|
DomainTopicEventSubscriptionsGetResponse,
|
|
16
18
|
DomainTopicEventSubscriptionsCreateOrUpdateOptionalParams,
|
|
@@ -20,9 +22,7 @@ import {
|
|
|
20
22
|
DomainTopicEventSubscriptionsUpdateOptionalParams,
|
|
21
23
|
DomainTopicEventSubscriptionsUpdateResponse,
|
|
22
24
|
DomainTopicEventSubscriptionsGetFullUrlOptionalParams,
|
|
23
|
-
DomainTopicEventSubscriptionsGetFullUrlResponse
|
|
24
|
-
DomainTopicEventSubscriptionsGetDeliveryAttributesOptionalParams,
|
|
25
|
-
DomainTopicEventSubscriptionsGetDeliveryAttributesResponse
|
|
25
|
+
DomainTopicEventSubscriptionsGetFullUrlResponse
|
|
26
26
|
} from "../models";
|
|
27
27
|
|
|
28
28
|
/// <reference lib="esnext.asynciterable" />
|
|
@@ -41,6 +41,21 @@ export interface DomainTopicEventSubscriptions {
|
|
|
41
41
|
topicName: string,
|
|
42
42
|
options?: DomainTopicEventSubscriptionsListOptionalParams
|
|
43
43
|
): PagedAsyncIterableIterator<EventSubscription>;
|
|
44
|
+
/**
|
|
45
|
+
* Get all delivery attributes for an event subscription for domain topic.
|
|
46
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
47
|
+
* @param domainName Name of the top level domain.
|
|
48
|
+
* @param topicName Name of the domain topic.
|
|
49
|
+
* @param eventSubscriptionName Name of the event subscription.
|
|
50
|
+
* @param options The options parameters.
|
|
51
|
+
*/
|
|
52
|
+
getDeliveryAttributes(
|
|
53
|
+
resourceGroupName: string,
|
|
54
|
+
domainName: string,
|
|
55
|
+
topicName: string,
|
|
56
|
+
eventSubscriptionName: string,
|
|
57
|
+
options?: DomainTopicEventSubscriptionsGetDeliveryAttributesOptionalParams
|
|
58
|
+
): Promise<DomainTopicEventSubscriptionsGetDeliveryAttributesResponse>;
|
|
44
59
|
/**
|
|
45
60
|
* Get properties of a nested event subscription for a domain topic.
|
|
46
61
|
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
@@ -75,8 +90,8 @@ export interface DomainTopicEventSubscriptions {
|
|
|
75
90
|
eventSubscriptionInfo: EventSubscription,
|
|
76
91
|
options?: DomainTopicEventSubscriptionsCreateOrUpdateOptionalParams
|
|
77
92
|
): Promise<
|
|
78
|
-
|
|
79
|
-
|
|
93
|
+
SimplePollerLike<
|
|
94
|
+
OperationState<DomainTopicEventSubscriptionsCreateOrUpdateResponse>,
|
|
80
95
|
DomainTopicEventSubscriptionsCreateOrUpdateResponse
|
|
81
96
|
>
|
|
82
97
|
>;
|
|
@@ -114,7 +129,7 @@ export interface DomainTopicEventSubscriptions {
|
|
|
114
129
|
topicName: string,
|
|
115
130
|
eventSubscriptionName: string,
|
|
116
131
|
options?: DomainTopicEventSubscriptionsDeleteOptionalParams
|
|
117
|
-
): Promise<
|
|
132
|
+
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
118
133
|
/**
|
|
119
134
|
* Delete a nested existing event subscription for a domain topic.
|
|
120
135
|
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
@@ -148,8 +163,8 @@ export interface DomainTopicEventSubscriptions {
|
|
|
148
163
|
eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters,
|
|
149
164
|
options?: DomainTopicEventSubscriptionsUpdateOptionalParams
|
|
150
165
|
): Promise<
|
|
151
|
-
|
|
152
|
-
|
|
166
|
+
SimplePollerLike<
|
|
167
|
+
OperationState<DomainTopicEventSubscriptionsUpdateResponse>,
|
|
153
168
|
DomainTopicEventSubscriptionsUpdateResponse
|
|
154
169
|
>
|
|
155
170
|
>;
|
|
@@ -185,19 +200,4 @@ export interface DomainTopicEventSubscriptions {
|
|
|
185
200
|
eventSubscriptionName: string,
|
|
186
201
|
options?: DomainTopicEventSubscriptionsGetFullUrlOptionalParams
|
|
187
202
|
): Promise<DomainTopicEventSubscriptionsGetFullUrlResponse>;
|
|
188
|
-
/**
|
|
189
|
-
* Get all delivery attributes for an event subscription for domain topic.
|
|
190
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
191
|
-
* @param domainName Name of the top level domain.
|
|
192
|
-
* @param topicName Name of the domain topic.
|
|
193
|
-
* @param eventSubscriptionName Name of the event subscription.
|
|
194
|
-
* @param options The options parameters.
|
|
195
|
-
*/
|
|
196
|
-
getDeliveryAttributes(
|
|
197
|
-
resourceGroupName: string,
|
|
198
|
-
domainName: string,
|
|
199
|
-
topicName: string,
|
|
200
|
-
eventSubscriptionName: string,
|
|
201
|
-
options?: DomainTopicEventSubscriptionsGetDeliveryAttributesOptionalParams
|
|
202
|
-
): Promise<DomainTopicEventSubscriptionsGetDeliveryAttributesResponse>;
|
|
203
203
|
}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import {
|
|
10
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
11
11
|
import {
|
|
12
12
|
DomainTopic,
|
|
13
13
|
DomainTopicsListByDomainOptionalParams,
|
|
@@ -58,8 +58,8 @@ export interface DomainTopics {
|
|
|
58
58
|
domainTopicName: string,
|
|
59
59
|
options?: DomainTopicsCreateOrUpdateOptionalParams
|
|
60
60
|
): Promise<
|
|
61
|
-
|
|
62
|
-
|
|
61
|
+
SimplePollerLike<
|
|
62
|
+
OperationState<DomainTopicsCreateOrUpdateResponse>,
|
|
63
63
|
DomainTopicsCreateOrUpdateResponse
|
|
64
64
|
>
|
|
65
65
|
>;
|
|
@@ -88,7 +88,7 @@ export interface DomainTopics {
|
|
|
88
88
|
domainName: string,
|
|
89
89
|
domainTopicName: string,
|
|
90
90
|
options?: DomainTopicsDeleteOptionalParams
|
|
91
|
-
): Promise<
|
|
91
|
+
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
92
92
|
/**
|
|
93
93
|
* Delete existing domain topic.
|
|
94
94
|
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import {
|
|
10
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
11
11
|
import {
|
|
12
12
|
Domain,
|
|
13
13
|
DomainsListBySubscriptionOptionalParams,
|
|
@@ -69,8 +69,8 @@ export interface Domains {
|
|
|
69
69
|
domainInfo: Domain,
|
|
70
70
|
options?: DomainsCreateOrUpdateOptionalParams
|
|
71
71
|
): Promise<
|
|
72
|
-
|
|
73
|
-
|
|
72
|
+
SimplePollerLike<
|
|
73
|
+
OperationState<DomainsCreateOrUpdateResponse>,
|
|
74
74
|
DomainsCreateOrUpdateResponse
|
|
75
75
|
>
|
|
76
76
|
>;
|
|
@@ -97,7 +97,7 @@ export interface Domains {
|
|
|
97
97
|
resourceGroupName: string,
|
|
98
98
|
domainName: string,
|
|
99
99
|
options?: DomainsDeleteOptionalParams
|
|
100
|
-
): Promise<
|
|
100
|
+
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
101
101
|
/**
|
|
102
102
|
* Delete existing domain.
|
|
103
103
|
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
@@ -121,7 +121,7 @@ export interface Domains {
|
|
|
121
121
|
domainName: string,
|
|
122
122
|
domainUpdateParameters: DomainUpdateParameters,
|
|
123
123
|
options?: DomainsUpdateOptionalParams
|
|
124
|
-
): Promise<
|
|
124
|
+
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
125
125
|
/**
|
|
126
126
|
* Asynchronously updates a domain with the specified parameters.
|
|
127
127
|
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import {
|
|
10
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
11
11
|
import {
|
|
12
12
|
EventSubscription,
|
|
13
13
|
EventSubscriptionsListGlobalBySubscriptionOptionalParams,
|
|
@@ -20,6 +20,8 @@ import {
|
|
|
20
20
|
EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams,
|
|
21
21
|
EventSubscriptionsListByResourceOptionalParams,
|
|
22
22
|
EventSubscriptionsListByDomainTopicOptionalParams,
|
|
23
|
+
EventSubscriptionsGetDeliveryAttributesOptionalParams,
|
|
24
|
+
EventSubscriptionsGetDeliveryAttributesResponse,
|
|
23
25
|
EventSubscriptionsGetOptionalParams,
|
|
24
26
|
EventSubscriptionsGetResponse,
|
|
25
27
|
EventSubscriptionsCreateOrUpdateOptionalParams,
|
|
@@ -29,9 +31,7 @@ import {
|
|
|
29
31
|
EventSubscriptionsUpdateOptionalParams,
|
|
30
32
|
EventSubscriptionsUpdateResponse,
|
|
31
33
|
EventSubscriptionsGetFullUrlOptionalParams,
|
|
32
|
-
EventSubscriptionsGetFullUrlResponse
|
|
33
|
-
EventSubscriptionsGetDeliveryAttributesOptionalParams,
|
|
34
|
-
EventSubscriptionsGetDeliveryAttributesResponse
|
|
34
|
+
EventSubscriptionsGetFullUrlResponse
|
|
35
35
|
} from "../models";
|
|
36
36
|
|
|
37
37
|
/// <reference lib="esnext.asynciterable" />
|
|
@@ -148,6 +148,24 @@ export interface EventSubscriptions {
|
|
|
148
148
|
topicName: string,
|
|
149
149
|
options?: EventSubscriptionsListByDomainTopicOptionalParams
|
|
150
150
|
): PagedAsyncIterableIterator<EventSubscription>;
|
|
151
|
+
/**
|
|
152
|
+
* Get all delivery attributes for an event subscription.
|
|
153
|
+
* @param scope The scope of the event subscription. The scope can be a subscription, or a resource
|
|
154
|
+
* group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.
|
|
155
|
+
* For example, use '/subscriptions/{subscriptionId}/' for a subscription,
|
|
156
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
|
|
157
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
|
|
158
|
+
* for a resource, and
|
|
159
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
|
|
160
|
+
* for an EventGrid topic.
|
|
161
|
+
* @param eventSubscriptionName Name of the event subscription.
|
|
162
|
+
* @param options The options parameters.
|
|
163
|
+
*/
|
|
164
|
+
getDeliveryAttributes(
|
|
165
|
+
scope: string,
|
|
166
|
+
eventSubscriptionName: string,
|
|
167
|
+
options?: EventSubscriptionsGetDeliveryAttributesOptionalParams
|
|
168
|
+
): Promise<EventSubscriptionsGetDeliveryAttributesResponse>;
|
|
151
169
|
/**
|
|
152
170
|
* Get properties of an event subscription.
|
|
153
171
|
* @param scope The scope of the event subscription. The scope can be a subscription, or a resource
|
|
@@ -190,8 +208,8 @@ export interface EventSubscriptions {
|
|
|
190
208
|
eventSubscriptionInfo: EventSubscription,
|
|
191
209
|
options?: EventSubscriptionsCreateOrUpdateOptionalParams
|
|
192
210
|
): Promise<
|
|
193
|
-
|
|
194
|
-
|
|
211
|
+
SimplePollerLike<
|
|
212
|
+
OperationState<EventSubscriptionsCreateOrUpdateResponse>,
|
|
195
213
|
EventSubscriptionsCreateOrUpdateResponse
|
|
196
214
|
>
|
|
197
215
|
>;
|
|
@@ -236,7 +254,7 @@ export interface EventSubscriptions {
|
|
|
236
254
|
scope: string,
|
|
237
255
|
eventSubscriptionName: string,
|
|
238
256
|
options?: EventSubscriptionsDeleteOptionalParams
|
|
239
|
-
): Promise<
|
|
257
|
+
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
240
258
|
/**
|
|
241
259
|
* Delete an existing event subscription.
|
|
242
260
|
* @param scope The scope of the event subscription. The scope can be a subscription, or a resource
|
|
@@ -275,8 +293,8 @@ export interface EventSubscriptions {
|
|
|
275
293
|
eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters,
|
|
276
294
|
options?: EventSubscriptionsUpdateOptionalParams
|
|
277
295
|
): Promise<
|
|
278
|
-
|
|
279
|
-
|
|
296
|
+
SimplePollerLike<
|
|
297
|
+
OperationState<EventSubscriptionsUpdateResponse>,
|
|
280
298
|
EventSubscriptionsUpdateResponse
|
|
281
299
|
>
|
|
282
300
|
>;
|
|
@@ -318,22 +336,4 @@ export interface EventSubscriptions {
|
|
|
318
336
|
eventSubscriptionName: string,
|
|
319
337
|
options?: EventSubscriptionsGetFullUrlOptionalParams
|
|
320
338
|
): Promise<EventSubscriptionsGetFullUrlResponse>;
|
|
321
|
-
/**
|
|
322
|
-
* Get all delivery attributes for an event subscription.
|
|
323
|
-
* @param scope The scope of the event subscription. The scope can be a subscription, or a resource
|
|
324
|
-
* group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.
|
|
325
|
-
* For example, use '/subscriptions/{subscriptionId}/' for a subscription,
|
|
326
|
-
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
|
|
327
|
-
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
|
|
328
|
-
* for a resource, and
|
|
329
|
-
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
|
|
330
|
-
* for an EventGrid topic.
|
|
331
|
-
* @param eventSubscriptionName Name of the event subscription.
|
|
332
|
-
* @param options The options parameters.
|
|
333
|
-
*/
|
|
334
|
-
getDeliveryAttributes(
|
|
335
|
-
scope: string,
|
|
336
|
-
eventSubscriptionName: string,
|
|
337
|
-
options?: EventSubscriptionsGetDeliveryAttributesOptionalParams
|
|
338
|
-
): Promise<EventSubscriptionsGetDeliveryAttributesResponse>;
|
|
339
339
|
}
|
|
@@ -6,24 +6,33 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
+
export * from "./caCertificates";
|
|
9
10
|
export * from "./channels";
|
|
11
|
+
export * from "./clientGroups";
|
|
12
|
+
export * from "./clients";
|
|
10
13
|
export * from "./domains";
|
|
11
14
|
export * from "./domainTopics";
|
|
15
|
+
export * from "./domainTopicEventSubscriptions";
|
|
12
16
|
export * from "./topicEventSubscriptions";
|
|
13
17
|
export * from "./domainEventSubscriptions";
|
|
14
18
|
export * from "./eventSubscriptions";
|
|
15
|
-
export * from "./domainTopicEventSubscriptions";
|
|
16
19
|
export * from "./systemTopicEventSubscriptions";
|
|
20
|
+
export * from "./namespaceTopicEventSubscriptions";
|
|
17
21
|
export * from "./partnerTopicEventSubscriptions";
|
|
22
|
+
export * from "./namespaces";
|
|
23
|
+
export * from "./namespaceTopics";
|
|
18
24
|
export * from "./operations";
|
|
19
|
-
export * from "./topics";
|
|
20
25
|
export * from "./partnerConfigurations";
|
|
26
|
+
export * from "./partnerDestinations";
|
|
21
27
|
export * from "./partnerNamespaces";
|
|
22
28
|
export * from "./partnerRegistrations";
|
|
23
29
|
export * from "./partnerTopics";
|
|
30
|
+
export * from "./permissionBindings";
|
|
24
31
|
export * from "./privateEndpointConnections";
|
|
25
32
|
export * from "./privateLinkResources";
|
|
26
33
|
export * from "./systemTopics";
|
|
34
|
+
export * from "./topics";
|
|
27
35
|
export * from "./extensionTopics";
|
|
36
|
+
export * from "./topicSpaces";
|
|
28
37
|
export * from "./topicTypes";
|
|
29
38
|
export * from "./verifiedPartners";
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
11
|
+
import {
|
|
12
|
+
Subscription,
|
|
13
|
+
NamespaceTopicEventSubscriptionsListByNamespaceTopicOptionalParams,
|
|
14
|
+
NamespaceTopicEventSubscriptionsGetOptionalParams,
|
|
15
|
+
NamespaceTopicEventSubscriptionsGetResponse,
|
|
16
|
+
NamespaceTopicEventSubscriptionsCreateOrUpdateOptionalParams,
|
|
17
|
+
NamespaceTopicEventSubscriptionsCreateOrUpdateResponse,
|
|
18
|
+
NamespaceTopicEventSubscriptionsDeleteOptionalParams,
|
|
19
|
+
SubscriptionUpdateParameters,
|
|
20
|
+
NamespaceTopicEventSubscriptionsUpdateOptionalParams,
|
|
21
|
+
NamespaceTopicEventSubscriptionsUpdateResponse
|
|
22
|
+
} from "../models";
|
|
23
|
+
|
|
24
|
+
/// <reference lib="esnext.asynciterable" />
|
|
25
|
+
/** Interface representing a NamespaceTopicEventSubscriptions. */
|
|
26
|
+
export interface NamespaceTopicEventSubscriptions {
|
|
27
|
+
/**
|
|
28
|
+
* List event subscriptions that belong to a specific namespace topic.
|
|
29
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
30
|
+
* @param namespaceName Name of the namespace.
|
|
31
|
+
* @param topicName Name of the namespace topic.
|
|
32
|
+
* @param options The options parameters.
|
|
33
|
+
*/
|
|
34
|
+
listByNamespaceTopic(
|
|
35
|
+
resourceGroupName: string,
|
|
36
|
+
namespaceName: string,
|
|
37
|
+
topicName: string,
|
|
38
|
+
options?: NamespaceTopicEventSubscriptionsListByNamespaceTopicOptionalParams
|
|
39
|
+
): PagedAsyncIterableIterator<Subscription>;
|
|
40
|
+
/**
|
|
41
|
+
* Get properties of an event subscription of a namespace topic.
|
|
42
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
43
|
+
* @param namespaceName Name of the namespace.
|
|
44
|
+
* @param topicName Name of the namespace topic.
|
|
45
|
+
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
|
|
46
|
+
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
47
|
+
* @param options The options parameters.
|
|
48
|
+
*/
|
|
49
|
+
get(
|
|
50
|
+
resourceGroupName: string,
|
|
51
|
+
namespaceName: string,
|
|
52
|
+
topicName: string,
|
|
53
|
+
eventSubscriptionName: string,
|
|
54
|
+
options?: NamespaceTopicEventSubscriptionsGetOptionalParams
|
|
55
|
+
): Promise<NamespaceTopicEventSubscriptionsGetResponse>;
|
|
56
|
+
/**
|
|
57
|
+
* Asynchronously creates or updates an event subscription of a namespace topic with the specified
|
|
58
|
+
* parameters. Existing event subscriptions will be updated with this API.
|
|
59
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
60
|
+
* @param namespaceName Name of the namespace.
|
|
61
|
+
* @param topicName Name of the namespace topic.
|
|
62
|
+
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
|
|
63
|
+
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
64
|
+
* @param eventSubscriptionInfo Event subscription properties containing the delivery mode, filter
|
|
65
|
+
* information, and others.
|
|
66
|
+
* @param options The options parameters.
|
|
67
|
+
*/
|
|
68
|
+
beginCreateOrUpdate(
|
|
69
|
+
resourceGroupName: string,
|
|
70
|
+
namespaceName: string,
|
|
71
|
+
topicName: string,
|
|
72
|
+
eventSubscriptionName: string,
|
|
73
|
+
eventSubscriptionInfo: Subscription,
|
|
74
|
+
options?: NamespaceTopicEventSubscriptionsCreateOrUpdateOptionalParams
|
|
75
|
+
): Promise<
|
|
76
|
+
SimplePollerLike<
|
|
77
|
+
OperationState<NamespaceTopicEventSubscriptionsCreateOrUpdateResponse>,
|
|
78
|
+
NamespaceTopicEventSubscriptionsCreateOrUpdateResponse
|
|
79
|
+
>
|
|
80
|
+
>;
|
|
81
|
+
/**
|
|
82
|
+
* Asynchronously creates or updates an event subscription of a namespace topic with the specified
|
|
83
|
+
* parameters. Existing event subscriptions will be updated with this API.
|
|
84
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
85
|
+
* @param namespaceName Name of the namespace.
|
|
86
|
+
* @param topicName Name of the namespace topic.
|
|
87
|
+
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
|
|
88
|
+
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
89
|
+
* @param eventSubscriptionInfo Event subscription properties containing the delivery mode, filter
|
|
90
|
+
* information, and others.
|
|
91
|
+
* @param options The options parameters.
|
|
92
|
+
*/
|
|
93
|
+
beginCreateOrUpdateAndWait(
|
|
94
|
+
resourceGroupName: string,
|
|
95
|
+
namespaceName: string,
|
|
96
|
+
topicName: string,
|
|
97
|
+
eventSubscriptionName: string,
|
|
98
|
+
eventSubscriptionInfo: Subscription,
|
|
99
|
+
options?: NamespaceTopicEventSubscriptionsCreateOrUpdateOptionalParams
|
|
100
|
+
): Promise<NamespaceTopicEventSubscriptionsCreateOrUpdateResponse>;
|
|
101
|
+
/**
|
|
102
|
+
* Delete an existing event subscription of a namespace topic.
|
|
103
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
104
|
+
* @param namespaceName Name of the namespace.
|
|
105
|
+
* @param topicName Name of the namespace topic.
|
|
106
|
+
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
|
|
107
|
+
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
108
|
+
* @param options The options parameters.
|
|
109
|
+
*/
|
|
110
|
+
beginDelete(
|
|
111
|
+
resourceGroupName: string,
|
|
112
|
+
namespaceName: string,
|
|
113
|
+
topicName: string,
|
|
114
|
+
eventSubscriptionName: string,
|
|
115
|
+
options?: NamespaceTopicEventSubscriptionsDeleteOptionalParams
|
|
116
|
+
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
117
|
+
/**
|
|
118
|
+
* Delete an existing event subscription of a namespace topic.
|
|
119
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
120
|
+
* @param namespaceName Name of the namespace.
|
|
121
|
+
* @param topicName Name of the namespace topic.
|
|
122
|
+
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
|
|
123
|
+
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
124
|
+
* @param options The options parameters.
|
|
125
|
+
*/
|
|
126
|
+
beginDeleteAndWait(
|
|
127
|
+
resourceGroupName: string,
|
|
128
|
+
namespaceName: string,
|
|
129
|
+
topicName: string,
|
|
130
|
+
eventSubscriptionName: string,
|
|
131
|
+
options?: NamespaceTopicEventSubscriptionsDeleteOptionalParams
|
|
132
|
+
): Promise<void>;
|
|
133
|
+
/**
|
|
134
|
+
* Update an existing event subscription of a namespace topic.
|
|
135
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
136
|
+
* @param namespaceName Name of the namespace.
|
|
137
|
+
* @param topicName Name of the namespace topic.
|
|
138
|
+
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
|
|
139
|
+
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
140
|
+
* @param eventSubscriptionUpdateParameters Updated event subscription information.
|
|
141
|
+
* @param options The options parameters.
|
|
142
|
+
*/
|
|
143
|
+
beginUpdate(
|
|
144
|
+
resourceGroupName: string,
|
|
145
|
+
namespaceName: string,
|
|
146
|
+
topicName: string,
|
|
147
|
+
eventSubscriptionName: string,
|
|
148
|
+
eventSubscriptionUpdateParameters: SubscriptionUpdateParameters,
|
|
149
|
+
options?: NamespaceTopicEventSubscriptionsUpdateOptionalParams
|
|
150
|
+
): Promise<
|
|
151
|
+
SimplePollerLike<
|
|
152
|
+
OperationState<NamespaceTopicEventSubscriptionsUpdateResponse>,
|
|
153
|
+
NamespaceTopicEventSubscriptionsUpdateResponse
|
|
154
|
+
>
|
|
155
|
+
>;
|
|
156
|
+
/**
|
|
157
|
+
* Update an existing event subscription of a namespace topic.
|
|
158
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
159
|
+
* @param namespaceName Name of the namespace.
|
|
160
|
+
* @param topicName Name of the namespace topic.
|
|
161
|
+
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
|
|
162
|
+
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
163
|
+
* @param eventSubscriptionUpdateParameters Updated event subscription information.
|
|
164
|
+
* @param options The options parameters.
|
|
165
|
+
*/
|
|
166
|
+
beginUpdateAndWait(
|
|
167
|
+
resourceGroupName: string,
|
|
168
|
+
namespaceName: string,
|
|
169
|
+
topicName: string,
|
|
170
|
+
eventSubscriptionName: string,
|
|
171
|
+
eventSubscriptionUpdateParameters: SubscriptionUpdateParameters,
|
|
172
|
+
options?: NamespaceTopicEventSubscriptionsUpdateOptionalParams
|
|
173
|
+
): Promise<NamespaceTopicEventSubscriptionsUpdateResponse>;
|
|
174
|
+
}
|
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
11
|
+
import {
|
|
12
|
+
NamespaceTopic,
|
|
13
|
+
NamespaceTopicsListByNamespaceOptionalParams,
|
|
14
|
+
NamespaceTopicsGetOptionalParams,
|
|
15
|
+
NamespaceTopicsGetResponse,
|
|
16
|
+
NamespaceTopicsCreateOrUpdateOptionalParams,
|
|
17
|
+
NamespaceTopicsCreateOrUpdateResponse,
|
|
18
|
+
NamespaceTopicsDeleteOptionalParams,
|
|
19
|
+
NamespaceTopicUpdateParameters,
|
|
20
|
+
NamespaceTopicsUpdateOptionalParams,
|
|
21
|
+
NamespaceTopicsUpdateResponse,
|
|
22
|
+
NamespaceTopicsListSharedAccessKeysOptionalParams,
|
|
23
|
+
NamespaceTopicsListSharedAccessKeysResponse,
|
|
24
|
+
TopicRegenerateKeyRequest,
|
|
25
|
+
NamespaceTopicsRegenerateKeyOptionalParams,
|
|
26
|
+
NamespaceTopicsRegenerateKeyResponse
|
|
27
|
+
} from "../models";
|
|
28
|
+
|
|
29
|
+
/// <reference lib="esnext.asynciterable" />
|
|
30
|
+
/** Interface representing a NamespaceTopics. */
|
|
31
|
+
export interface NamespaceTopics {
|
|
32
|
+
/**
|
|
33
|
+
* List all the namespace topics under a namespace.
|
|
34
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
35
|
+
* @param namespaceName Name of the namespace.
|
|
36
|
+
* @param options The options parameters.
|
|
37
|
+
*/
|
|
38
|
+
listByNamespace(
|
|
39
|
+
resourceGroupName: string,
|
|
40
|
+
namespaceName: string,
|
|
41
|
+
options?: NamespaceTopicsListByNamespaceOptionalParams
|
|
42
|
+
): PagedAsyncIterableIterator<NamespaceTopic>;
|
|
43
|
+
/**
|
|
44
|
+
* Get properties of a namespace topic.
|
|
45
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
46
|
+
* @param namespaceName Name of the namespace.
|
|
47
|
+
* @param topicName Name of the namespace topic.
|
|
48
|
+
* @param options The options parameters.
|
|
49
|
+
*/
|
|
50
|
+
get(
|
|
51
|
+
resourceGroupName: string,
|
|
52
|
+
namespaceName: string,
|
|
53
|
+
topicName: string,
|
|
54
|
+
options?: NamespaceTopicsGetOptionalParams
|
|
55
|
+
): Promise<NamespaceTopicsGetResponse>;
|
|
56
|
+
/**
|
|
57
|
+
* Asynchronously creates a new namespace topic with the specified parameters.
|
|
58
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
59
|
+
* @param namespaceName Name of the namespace.
|
|
60
|
+
* @param topicName Name of the namespace topic.
|
|
61
|
+
* @param namespaceTopicInfo Namespace topic information.
|
|
62
|
+
* @param options The options parameters.
|
|
63
|
+
*/
|
|
64
|
+
beginCreateOrUpdate(
|
|
65
|
+
resourceGroupName: string,
|
|
66
|
+
namespaceName: string,
|
|
67
|
+
topicName: string,
|
|
68
|
+
namespaceTopicInfo: NamespaceTopic,
|
|
69
|
+
options?: NamespaceTopicsCreateOrUpdateOptionalParams
|
|
70
|
+
): Promise<
|
|
71
|
+
SimplePollerLike<
|
|
72
|
+
OperationState<NamespaceTopicsCreateOrUpdateResponse>,
|
|
73
|
+
NamespaceTopicsCreateOrUpdateResponse
|
|
74
|
+
>
|
|
75
|
+
>;
|
|
76
|
+
/**
|
|
77
|
+
* Asynchronously creates a new namespace topic with the specified parameters.
|
|
78
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
79
|
+
* @param namespaceName Name of the namespace.
|
|
80
|
+
* @param topicName Name of the namespace topic.
|
|
81
|
+
* @param namespaceTopicInfo Namespace topic information.
|
|
82
|
+
* @param options The options parameters.
|
|
83
|
+
*/
|
|
84
|
+
beginCreateOrUpdateAndWait(
|
|
85
|
+
resourceGroupName: string,
|
|
86
|
+
namespaceName: string,
|
|
87
|
+
topicName: string,
|
|
88
|
+
namespaceTopicInfo: NamespaceTopic,
|
|
89
|
+
options?: NamespaceTopicsCreateOrUpdateOptionalParams
|
|
90
|
+
): Promise<NamespaceTopicsCreateOrUpdateResponse>;
|
|
91
|
+
/**
|
|
92
|
+
* Delete existing namespace topic.
|
|
93
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
94
|
+
* @param namespaceName Name of the namespace.
|
|
95
|
+
* @param topicName Name of the topic.
|
|
96
|
+
* @param options The options parameters.
|
|
97
|
+
*/
|
|
98
|
+
beginDelete(
|
|
99
|
+
resourceGroupName: string,
|
|
100
|
+
namespaceName: string,
|
|
101
|
+
topicName: string,
|
|
102
|
+
options?: NamespaceTopicsDeleteOptionalParams
|
|
103
|
+
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
104
|
+
/**
|
|
105
|
+
* Delete existing namespace topic.
|
|
106
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
107
|
+
* @param namespaceName Name of the namespace.
|
|
108
|
+
* @param topicName Name of the topic.
|
|
109
|
+
* @param options The options parameters.
|
|
110
|
+
*/
|
|
111
|
+
beginDeleteAndWait(
|
|
112
|
+
resourceGroupName: string,
|
|
113
|
+
namespaceName: string,
|
|
114
|
+
topicName: string,
|
|
115
|
+
options?: NamespaceTopicsDeleteOptionalParams
|
|
116
|
+
): Promise<void>;
|
|
117
|
+
/**
|
|
118
|
+
* Asynchronously updates a namespace topic with the specified parameters.
|
|
119
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
120
|
+
* @param namespaceName Name of the namespace.
|
|
121
|
+
* @param topicName Name of the namespace topic.
|
|
122
|
+
* @param namespaceTopicUpdateParameters Namespace topic update information.
|
|
123
|
+
* @param options The options parameters.
|
|
124
|
+
*/
|
|
125
|
+
beginUpdate(
|
|
126
|
+
resourceGroupName: string,
|
|
127
|
+
namespaceName: string,
|
|
128
|
+
topicName: string,
|
|
129
|
+
namespaceTopicUpdateParameters: NamespaceTopicUpdateParameters,
|
|
130
|
+
options?: NamespaceTopicsUpdateOptionalParams
|
|
131
|
+
): Promise<
|
|
132
|
+
SimplePollerLike<
|
|
133
|
+
OperationState<NamespaceTopicsUpdateResponse>,
|
|
134
|
+
NamespaceTopicsUpdateResponse
|
|
135
|
+
>
|
|
136
|
+
>;
|
|
137
|
+
/**
|
|
138
|
+
* Asynchronously updates a namespace topic with the specified parameters.
|
|
139
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
140
|
+
* @param namespaceName Name of the namespace.
|
|
141
|
+
* @param topicName Name of the namespace topic.
|
|
142
|
+
* @param namespaceTopicUpdateParameters Namespace topic update information.
|
|
143
|
+
* @param options The options parameters.
|
|
144
|
+
*/
|
|
145
|
+
beginUpdateAndWait(
|
|
146
|
+
resourceGroupName: string,
|
|
147
|
+
namespaceName: string,
|
|
148
|
+
topicName: string,
|
|
149
|
+
namespaceTopicUpdateParameters: NamespaceTopicUpdateParameters,
|
|
150
|
+
options?: NamespaceTopicsUpdateOptionalParams
|
|
151
|
+
): Promise<NamespaceTopicsUpdateResponse>;
|
|
152
|
+
/**
|
|
153
|
+
* List the two keys used to publish to a namespace topic.
|
|
154
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
155
|
+
* @param namespaceName Name of the namespace.
|
|
156
|
+
* @param topicName Name of the topic.
|
|
157
|
+
* @param options The options parameters.
|
|
158
|
+
*/
|
|
159
|
+
listSharedAccessKeys(
|
|
160
|
+
resourceGroupName: string,
|
|
161
|
+
namespaceName: string,
|
|
162
|
+
topicName: string,
|
|
163
|
+
options?: NamespaceTopicsListSharedAccessKeysOptionalParams
|
|
164
|
+
): Promise<NamespaceTopicsListSharedAccessKeysResponse>;
|
|
165
|
+
/**
|
|
166
|
+
* Regenerate a shared access key for a namespace topic.
|
|
167
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
168
|
+
* @param namespaceName Name of the namespace.
|
|
169
|
+
* @param topicName Name of the topic.
|
|
170
|
+
* @param regenerateKeyRequest Request body to regenerate key.
|
|
171
|
+
* @param options The options parameters.
|
|
172
|
+
*/
|
|
173
|
+
beginRegenerateKey(
|
|
174
|
+
resourceGroupName: string,
|
|
175
|
+
namespaceName: string,
|
|
176
|
+
topicName: string,
|
|
177
|
+
regenerateKeyRequest: TopicRegenerateKeyRequest,
|
|
178
|
+
options?: NamespaceTopicsRegenerateKeyOptionalParams
|
|
179
|
+
): Promise<
|
|
180
|
+
SimplePollerLike<
|
|
181
|
+
OperationState<NamespaceTopicsRegenerateKeyResponse>,
|
|
182
|
+
NamespaceTopicsRegenerateKeyResponse
|
|
183
|
+
>
|
|
184
|
+
>;
|
|
185
|
+
/**
|
|
186
|
+
* Regenerate a shared access key for a namespace topic.
|
|
187
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
188
|
+
* @param namespaceName Name of the namespace.
|
|
189
|
+
* @param topicName Name of the topic.
|
|
190
|
+
* @param regenerateKeyRequest Request body to regenerate key.
|
|
191
|
+
* @param options The options parameters.
|
|
192
|
+
*/
|
|
193
|
+
beginRegenerateKeyAndWait(
|
|
194
|
+
resourceGroupName: string,
|
|
195
|
+
namespaceName: string,
|
|
196
|
+
topicName: string,
|
|
197
|
+
regenerateKeyRequest: TopicRegenerateKeyRequest,
|
|
198
|
+
options?: NamespaceTopicsRegenerateKeyOptionalParams
|
|
199
|
+
): Promise<NamespaceTopicsRegenerateKeyResponse>;
|
|
200
|
+
}
|