@azure/arm-eventgrid 14.1.1-alpha.20230504.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
- package/types/tsdoc-metadata.json +1 -1
package/src/operations/topics.ts
CHANGED
|
@@ -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
|
Topic,
|
|
20
24
|
TopicsListBySubscriptionNextOptionalParams,
|
|
@@ -31,6 +35,7 @@ import {
|
|
|
31
35
|
TopicsCreateOrUpdateOptionalParams,
|
|
32
36
|
TopicsCreateOrUpdateResponse,
|
|
33
37
|
TopicsDeleteOptionalParams,
|
|
38
|
+
TopicsDeleteResponse,
|
|
34
39
|
TopicUpdateParameters,
|
|
35
40
|
TopicsUpdateOptionalParams,
|
|
36
41
|
TopicsListSharedAccessKeysOptionalParams,
|
|
@@ -290,8 +295,8 @@ export class TopicsImpl implements Topics {
|
|
|
290
295
|
topicInfo: Topic,
|
|
291
296
|
options?: TopicsCreateOrUpdateOptionalParams
|
|
292
297
|
): Promise<
|
|
293
|
-
|
|
294
|
-
|
|
298
|
+
SimplePollerLike<
|
|
299
|
+
OperationState<TopicsCreateOrUpdateResponse>,
|
|
295
300
|
TopicsCreateOrUpdateResponse
|
|
296
301
|
>
|
|
297
302
|
> {
|
|
@@ -301,7 +306,7 @@ export class TopicsImpl implements Topics {
|
|
|
301
306
|
): Promise<TopicsCreateOrUpdateResponse> => {
|
|
302
307
|
return this.client.sendOperationRequest(args, spec);
|
|
303
308
|
};
|
|
304
|
-
const
|
|
309
|
+
const sendOperationFn = async (
|
|
305
310
|
args: coreClient.OperationArguments,
|
|
306
311
|
spec: coreClient.OperationSpec
|
|
307
312
|
) => {
|
|
@@ -334,13 +339,16 @@ export class TopicsImpl implements Topics {
|
|
|
334
339
|
};
|
|
335
340
|
};
|
|
336
341
|
|
|
337
|
-
const lro =
|
|
338
|
-
|
|
339
|
-
{ resourceGroupName, topicName, topicInfo, options },
|
|
340
|
-
createOrUpdateOperationSpec
|
|
341
|
-
);
|
|
342
|
-
const poller =
|
|
343
|
-
|
|
342
|
+
const lro = createLroSpec({
|
|
343
|
+
sendOperationFn,
|
|
344
|
+
args: { resourceGroupName, topicName, topicInfo, options },
|
|
345
|
+
spec: createOrUpdateOperationSpec
|
|
346
|
+
});
|
|
347
|
+
const poller = await createHttpPoller<
|
|
348
|
+
TopicsCreateOrUpdateResponse,
|
|
349
|
+
OperationState<TopicsCreateOrUpdateResponse>
|
|
350
|
+
>(lro, {
|
|
351
|
+
restoreFrom: options?.resumeFrom,
|
|
344
352
|
intervalInMs: options?.updateIntervalInMs
|
|
345
353
|
});
|
|
346
354
|
await poller.poll();
|
|
@@ -379,14 +387,16 @@ export class TopicsImpl implements Topics {
|
|
|
379
387
|
resourceGroupName: string,
|
|
380
388
|
topicName: string,
|
|
381
389
|
options?: TopicsDeleteOptionalParams
|
|
382
|
-
): Promise<
|
|
390
|
+
): Promise<
|
|
391
|
+
SimplePollerLike<OperationState<TopicsDeleteResponse>, TopicsDeleteResponse>
|
|
392
|
+
> {
|
|
383
393
|
const directSendOperation = async (
|
|
384
394
|
args: coreClient.OperationArguments,
|
|
385
395
|
spec: coreClient.OperationSpec
|
|
386
|
-
): Promise<
|
|
396
|
+
): Promise<TopicsDeleteResponse> => {
|
|
387
397
|
return this.client.sendOperationRequest(args, spec);
|
|
388
398
|
};
|
|
389
|
-
const
|
|
399
|
+
const sendOperationFn = async (
|
|
390
400
|
args: coreClient.OperationArguments,
|
|
391
401
|
spec: coreClient.OperationSpec
|
|
392
402
|
) => {
|
|
@@ -419,13 +429,16 @@ export class TopicsImpl implements Topics {
|
|
|
419
429
|
};
|
|
420
430
|
};
|
|
421
431
|
|
|
422
|
-
const lro =
|
|
423
|
-
|
|
424
|
-
{ resourceGroupName, topicName, options },
|
|
425
|
-
deleteOperationSpec
|
|
426
|
-
);
|
|
427
|
-
const poller =
|
|
428
|
-
|
|
432
|
+
const lro = createLroSpec({
|
|
433
|
+
sendOperationFn,
|
|
434
|
+
args: { resourceGroupName, topicName, options },
|
|
435
|
+
spec: deleteOperationSpec
|
|
436
|
+
});
|
|
437
|
+
const poller = await createHttpPoller<
|
|
438
|
+
TopicsDeleteResponse,
|
|
439
|
+
OperationState<TopicsDeleteResponse>
|
|
440
|
+
>(lro, {
|
|
441
|
+
restoreFrom: options?.resumeFrom,
|
|
429
442
|
intervalInMs: options?.updateIntervalInMs
|
|
430
443
|
});
|
|
431
444
|
await poller.poll();
|
|
@@ -442,7 +455,7 @@ export class TopicsImpl implements Topics {
|
|
|
442
455
|
resourceGroupName: string,
|
|
443
456
|
topicName: string,
|
|
444
457
|
options?: TopicsDeleteOptionalParams
|
|
445
|
-
): Promise<
|
|
458
|
+
): Promise<TopicsDeleteResponse> {
|
|
446
459
|
const poller = await this.beginDelete(
|
|
447
460
|
resourceGroupName,
|
|
448
461
|
topicName,
|
|
@@ -463,14 +476,14 @@ export class TopicsImpl implements Topics {
|
|
|
463
476
|
topicName: string,
|
|
464
477
|
topicUpdateParameters: TopicUpdateParameters,
|
|
465
478
|
options?: TopicsUpdateOptionalParams
|
|
466
|
-
): Promise<
|
|
479
|
+
): Promise<SimplePollerLike<OperationState<void>, void>> {
|
|
467
480
|
const directSendOperation = async (
|
|
468
481
|
args: coreClient.OperationArguments,
|
|
469
482
|
spec: coreClient.OperationSpec
|
|
470
483
|
): Promise<void> => {
|
|
471
484
|
return this.client.sendOperationRequest(args, spec);
|
|
472
485
|
};
|
|
473
|
-
const
|
|
486
|
+
const sendOperationFn = async (
|
|
474
487
|
args: coreClient.OperationArguments,
|
|
475
488
|
spec: coreClient.OperationSpec
|
|
476
489
|
) => {
|
|
@@ -503,13 +516,13 @@ export class TopicsImpl implements Topics {
|
|
|
503
516
|
};
|
|
504
517
|
};
|
|
505
518
|
|
|
506
|
-
const lro =
|
|
507
|
-
|
|
508
|
-
{ resourceGroupName, topicName, topicUpdateParameters, options },
|
|
509
|
-
updateOperationSpec
|
|
510
|
-
);
|
|
511
|
-
const poller =
|
|
512
|
-
|
|
519
|
+
const lro = createLroSpec({
|
|
520
|
+
sendOperationFn,
|
|
521
|
+
args: { resourceGroupName, topicName, topicUpdateParameters, options },
|
|
522
|
+
spec: updateOperationSpec
|
|
523
|
+
});
|
|
524
|
+
const poller = await createHttpPoller<void, OperationState<void>>(lro, {
|
|
525
|
+
restoreFrom: options?.resumeFrom,
|
|
513
526
|
intervalInMs: options?.updateIntervalInMs
|
|
514
527
|
});
|
|
515
528
|
await poller.poll();
|
|
@@ -596,8 +609,8 @@ export class TopicsImpl implements Topics {
|
|
|
596
609
|
regenerateKeyRequest: TopicRegenerateKeyRequest,
|
|
597
610
|
options?: TopicsRegenerateKeyOptionalParams
|
|
598
611
|
): Promise<
|
|
599
|
-
|
|
600
|
-
|
|
612
|
+
SimplePollerLike<
|
|
613
|
+
OperationState<TopicsRegenerateKeyResponse>,
|
|
601
614
|
TopicsRegenerateKeyResponse
|
|
602
615
|
>
|
|
603
616
|
> {
|
|
@@ -607,7 +620,7 @@ export class TopicsImpl implements Topics {
|
|
|
607
620
|
): Promise<TopicsRegenerateKeyResponse> => {
|
|
608
621
|
return this.client.sendOperationRequest(args, spec);
|
|
609
622
|
};
|
|
610
|
-
const
|
|
623
|
+
const sendOperationFn = async (
|
|
611
624
|
args: coreClient.OperationArguments,
|
|
612
625
|
spec: coreClient.OperationSpec
|
|
613
626
|
) => {
|
|
@@ -640,13 +653,16 @@ export class TopicsImpl implements Topics {
|
|
|
640
653
|
};
|
|
641
654
|
};
|
|
642
655
|
|
|
643
|
-
const lro =
|
|
644
|
-
|
|
645
|
-
{ resourceGroupName, topicName, regenerateKeyRequest, options },
|
|
646
|
-
regenerateKeyOperationSpec
|
|
647
|
-
);
|
|
648
|
-
const poller =
|
|
649
|
-
|
|
656
|
+
const lro = createLroSpec({
|
|
657
|
+
sendOperationFn,
|
|
658
|
+
args: { resourceGroupName, topicName, regenerateKeyRequest, options },
|
|
659
|
+
spec: regenerateKeyOperationSpec
|
|
660
|
+
});
|
|
661
|
+
const poller = await createHttpPoller<
|
|
662
|
+
TopicsRegenerateKeyResponse,
|
|
663
|
+
OperationState<TopicsRegenerateKeyResponse>
|
|
664
|
+
>(lro, {
|
|
665
|
+
restoreFrom: options?.resumeFrom,
|
|
650
666
|
intervalInMs: options?.updateIntervalInMs
|
|
651
667
|
});
|
|
652
668
|
await poller.poll();
|
|
@@ -792,7 +808,21 @@ const deleteOperationSpec: coreClient.OperationSpec = {
|
|
|
792
808
|
path:
|
|
793
809
|
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}",
|
|
794
810
|
httpMethod: "DELETE",
|
|
795
|
-
responses: {
|
|
811
|
+
responses: {
|
|
812
|
+
200: {
|
|
813
|
+
headersMapper: Mappers.TopicsDeleteHeaders
|
|
814
|
+
},
|
|
815
|
+
201: {
|
|
816
|
+
headersMapper: Mappers.TopicsDeleteHeaders
|
|
817
|
+
},
|
|
818
|
+
202: {
|
|
819
|
+
headersMapper: Mappers.TopicsDeleteHeaders
|
|
820
|
+
},
|
|
821
|
+
204: {
|
|
822
|
+
headersMapper: Mappers.TopicsDeleteHeaders
|
|
823
|
+
},
|
|
824
|
+
default: {}
|
|
825
|
+
},
|
|
796
826
|
queryParameters: [Parameters.apiVersion],
|
|
797
827
|
urlParameters: [
|
|
798
828
|
Parameters.$host,
|
|
@@ -891,7 +921,7 @@ const regenerateKeyOperationSpec: coreClient.OperationSpec = {
|
|
|
891
921
|
},
|
|
892
922
|
default: {}
|
|
893
923
|
},
|
|
894
|
-
requestBody: Parameters.
|
|
924
|
+
requestBody: Parameters.regenerateKeyRequest2,
|
|
895
925
|
queryParameters: [Parameters.apiVersion],
|
|
896
926
|
urlParameters: [
|
|
897
927
|
Parameters.$host,
|
|
@@ -0,0 +1,109 @@
|
|
|
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
|
+
CaCertificate,
|
|
13
|
+
CaCertificatesListByNamespaceOptionalParams,
|
|
14
|
+
CaCertificatesGetOptionalParams,
|
|
15
|
+
CaCertificatesGetResponse,
|
|
16
|
+
CaCertificatesCreateOrUpdateOptionalParams,
|
|
17
|
+
CaCertificatesCreateOrUpdateResponse,
|
|
18
|
+
CaCertificatesDeleteOptionalParams
|
|
19
|
+
} from "../models";
|
|
20
|
+
|
|
21
|
+
/// <reference lib="esnext.asynciterable" />
|
|
22
|
+
/** Interface representing a CaCertificates. */
|
|
23
|
+
export interface CaCertificates {
|
|
24
|
+
/**
|
|
25
|
+
* Get all the CA certificates under a namespace.
|
|
26
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
27
|
+
* @param namespaceName Name of the namespace.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
listByNamespace(
|
|
31
|
+
resourceGroupName: string,
|
|
32
|
+
namespaceName: string,
|
|
33
|
+
options?: CaCertificatesListByNamespaceOptionalParams
|
|
34
|
+
): PagedAsyncIterableIterator<CaCertificate>;
|
|
35
|
+
/**
|
|
36
|
+
* Get properties of a CA certificate.
|
|
37
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
38
|
+
* @param namespaceName Name of the namespace.
|
|
39
|
+
* @param caCertificateName Name of the CA certificate.
|
|
40
|
+
* @param options The options parameters.
|
|
41
|
+
*/
|
|
42
|
+
get(
|
|
43
|
+
resourceGroupName: string,
|
|
44
|
+
namespaceName: string,
|
|
45
|
+
caCertificateName: string,
|
|
46
|
+
options?: CaCertificatesGetOptionalParams
|
|
47
|
+
): Promise<CaCertificatesGetResponse>;
|
|
48
|
+
/**
|
|
49
|
+
* Create or update a CA certificate with the specified parameters.
|
|
50
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
51
|
+
* @param namespaceName Name of the namespace.
|
|
52
|
+
* @param caCertificateName The CA certificate name.
|
|
53
|
+
* @param caCertificateInfo CA certificate information.
|
|
54
|
+
* @param options The options parameters.
|
|
55
|
+
*/
|
|
56
|
+
beginCreateOrUpdate(
|
|
57
|
+
resourceGroupName: string,
|
|
58
|
+
namespaceName: string,
|
|
59
|
+
caCertificateName: string,
|
|
60
|
+
caCertificateInfo: CaCertificate,
|
|
61
|
+
options?: CaCertificatesCreateOrUpdateOptionalParams
|
|
62
|
+
): Promise<
|
|
63
|
+
SimplePollerLike<
|
|
64
|
+
OperationState<CaCertificatesCreateOrUpdateResponse>,
|
|
65
|
+
CaCertificatesCreateOrUpdateResponse
|
|
66
|
+
>
|
|
67
|
+
>;
|
|
68
|
+
/**
|
|
69
|
+
* Create or update a CA certificate with the specified parameters.
|
|
70
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
71
|
+
* @param namespaceName Name of the namespace.
|
|
72
|
+
* @param caCertificateName The CA certificate name.
|
|
73
|
+
* @param caCertificateInfo CA certificate information.
|
|
74
|
+
* @param options The options parameters.
|
|
75
|
+
*/
|
|
76
|
+
beginCreateOrUpdateAndWait(
|
|
77
|
+
resourceGroupName: string,
|
|
78
|
+
namespaceName: string,
|
|
79
|
+
caCertificateName: string,
|
|
80
|
+
caCertificateInfo: CaCertificate,
|
|
81
|
+
options?: CaCertificatesCreateOrUpdateOptionalParams
|
|
82
|
+
): Promise<CaCertificatesCreateOrUpdateResponse>;
|
|
83
|
+
/**
|
|
84
|
+
* Delete an existing CA certificate.
|
|
85
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
86
|
+
* @param namespaceName Name of the namespace.
|
|
87
|
+
* @param caCertificateName Name of the CA certificate.
|
|
88
|
+
* @param options The options parameters.
|
|
89
|
+
*/
|
|
90
|
+
beginDelete(
|
|
91
|
+
resourceGroupName: string,
|
|
92
|
+
namespaceName: string,
|
|
93
|
+
caCertificateName: string,
|
|
94
|
+
options?: CaCertificatesDeleteOptionalParams
|
|
95
|
+
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
96
|
+
/**
|
|
97
|
+
* Delete an existing CA certificate.
|
|
98
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
99
|
+
* @param namespaceName Name of the namespace.
|
|
100
|
+
* @param caCertificateName Name of the CA certificate.
|
|
101
|
+
* @param options The options parameters.
|
|
102
|
+
*/
|
|
103
|
+
beginDeleteAndWait(
|
|
104
|
+
resourceGroupName: string,
|
|
105
|
+
namespaceName: string,
|
|
106
|
+
caCertificateName: string,
|
|
107
|
+
options?: CaCertificatesDeleteOptionalParams
|
|
108
|
+
): Promise<void>;
|
|
109
|
+
}
|
|
@@ -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
|
Channel,
|
|
13
13
|
ChannelsListByPartnerNamespaceOptionalParams,
|
|
@@ -76,7 +76,7 @@ export interface Channels {
|
|
|
76
76
|
partnerNamespaceName: string,
|
|
77
77
|
channelName: string,
|
|
78
78
|
options?: ChannelsDeleteOptionalParams
|
|
79
|
-
): Promise<
|
|
79
|
+
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
80
80
|
/**
|
|
81
81
|
* Delete an existing channel.
|
|
82
82
|
* @param resourceGroupName The name of the resource group within the partners subscription.
|
|
@@ -0,0 +1,109 @@
|
|
|
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
|
+
ClientGroup,
|
|
13
|
+
ClientGroupsListByNamespaceOptionalParams,
|
|
14
|
+
ClientGroupsGetOptionalParams,
|
|
15
|
+
ClientGroupsGetResponse,
|
|
16
|
+
ClientGroupsCreateOrUpdateOptionalParams,
|
|
17
|
+
ClientGroupsCreateOrUpdateResponse,
|
|
18
|
+
ClientGroupsDeleteOptionalParams
|
|
19
|
+
} from "../models";
|
|
20
|
+
|
|
21
|
+
/// <reference lib="esnext.asynciterable" />
|
|
22
|
+
/** Interface representing a ClientGroups. */
|
|
23
|
+
export interface ClientGroups {
|
|
24
|
+
/**
|
|
25
|
+
* Get all the client groups under a namespace.
|
|
26
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
27
|
+
* @param namespaceName Name of the namespace.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
listByNamespace(
|
|
31
|
+
resourceGroupName: string,
|
|
32
|
+
namespaceName: string,
|
|
33
|
+
options?: ClientGroupsListByNamespaceOptionalParams
|
|
34
|
+
): PagedAsyncIterableIterator<ClientGroup>;
|
|
35
|
+
/**
|
|
36
|
+
* Get properties of a client group.
|
|
37
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
38
|
+
* @param namespaceName Name of the namespace.
|
|
39
|
+
* @param clientGroupName Name of the client group.
|
|
40
|
+
* @param options The options parameters.
|
|
41
|
+
*/
|
|
42
|
+
get(
|
|
43
|
+
resourceGroupName: string,
|
|
44
|
+
namespaceName: string,
|
|
45
|
+
clientGroupName: string,
|
|
46
|
+
options?: ClientGroupsGetOptionalParams
|
|
47
|
+
): Promise<ClientGroupsGetResponse>;
|
|
48
|
+
/**
|
|
49
|
+
* Create or update a client group with the specified parameters.
|
|
50
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
51
|
+
* @param namespaceName Name of the namespace.
|
|
52
|
+
* @param clientGroupName The client group name.
|
|
53
|
+
* @param clientGroupInfo Client group information.
|
|
54
|
+
* @param options The options parameters.
|
|
55
|
+
*/
|
|
56
|
+
beginCreateOrUpdate(
|
|
57
|
+
resourceGroupName: string,
|
|
58
|
+
namespaceName: string,
|
|
59
|
+
clientGroupName: string,
|
|
60
|
+
clientGroupInfo: ClientGroup,
|
|
61
|
+
options?: ClientGroupsCreateOrUpdateOptionalParams
|
|
62
|
+
): Promise<
|
|
63
|
+
SimplePollerLike<
|
|
64
|
+
OperationState<ClientGroupsCreateOrUpdateResponse>,
|
|
65
|
+
ClientGroupsCreateOrUpdateResponse
|
|
66
|
+
>
|
|
67
|
+
>;
|
|
68
|
+
/**
|
|
69
|
+
* Create or update a client group with the specified parameters.
|
|
70
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
71
|
+
* @param namespaceName Name of the namespace.
|
|
72
|
+
* @param clientGroupName The client group name.
|
|
73
|
+
* @param clientGroupInfo Client group information.
|
|
74
|
+
* @param options The options parameters.
|
|
75
|
+
*/
|
|
76
|
+
beginCreateOrUpdateAndWait(
|
|
77
|
+
resourceGroupName: string,
|
|
78
|
+
namespaceName: string,
|
|
79
|
+
clientGroupName: string,
|
|
80
|
+
clientGroupInfo: ClientGroup,
|
|
81
|
+
options?: ClientGroupsCreateOrUpdateOptionalParams
|
|
82
|
+
): Promise<ClientGroupsCreateOrUpdateResponse>;
|
|
83
|
+
/**
|
|
84
|
+
* Delete an existing client group.
|
|
85
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
86
|
+
* @param namespaceName Name of the namespace.
|
|
87
|
+
* @param clientGroupName Name of the client group.
|
|
88
|
+
* @param options The options parameters.
|
|
89
|
+
*/
|
|
90
|
+
beginDelete(
|
|
91
|
+
resourceGroupName: string,
|
|
92
|
+
namespaceName: string,
|
|
93
|
+
clientGroupName: string,
|
|
94
|
+
options?: ClientGroupsDeleteOptionalParams
|
|
95
|
+
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
96
|
+
/**
|
|
97
|
+
* Delete an existing client group.
|
|
98
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
99
|
+
* @param namespaceName Name of the namespace.
|
|
100
|
+
* @param clientGroupName Name of the client group.
|
|
101
|
+
* @param options The options parameters.
|
|
102
|
+
*/
|
|
103
|
+
beginDeleteAndWait(
|
|
104
|
+
resourceGroupName: string,
|
|
105
|
+
namespaceName: string,
|
|
106
|
+
clientGroupName: string,
|
|
107
|
+
options?: ClientGroupsDeleteOptionalParams
|
|
108
|
+
): Promise<void>;
|
|
109
|
+
}
|
|
@@ -0,0 +1,109 @@
|
|
|
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
|
+
Client,
|
|
13
|
+
ClientsListByNamespaceOptionalParams,
|
|
14
|
+
ClientsGetOptionalParams,
|
|
15
|
+
ClientsGetResponse,
|
|
16
|
+
ClientsCreateOrUpdateOptionalParams,
|
|
17
|
+
ClientsCreateOrUpdateResponse,
|
|
18
|
+
ClientsDeleteOptionalParams
|
|
19
|
+
} from "../models";
|
|
20
|
+
|
|
21
|
+
/// <reference lib="esnext.asynciterable" />
|
|
22
|
+
/** Interface representing a Clients. */
|
|
23
|
+
export interface Clients {
|
|
24
|
+
/**
|
|
25
|
+
* Get all the permission bindings under a namespace.
|
|
26
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
27
|
+
* @param namespaceName Name of the namespace.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
listByNamespace(
|
|
31
|
+
resourceGroupName: string,
|
|
32
|
+
namespaceName: string,
|
|
33
|
+
options?: ClientsListByNamespaceOptionalParams
|
|
34
|
+
): PagedAsyncIterableIterator<Client>;
|
|
35
|
+
/**
|
|
36
|
+
* Get properties of a client.
|
|
37
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
38
|
+
* @param namespaceName Name of the namespace.
|
|
39
|
+
* @param clientName Name of the client.
|
|
40
|
+
* @param options The options parameters.
|
|
41
|
+
*/
|
|
42
|
+
get(
|
|
43
|
+
resourceGroupName: string,
|
|
44
|
+
namespaceName: string,
|
|
45
|
+
clientName: string,
|
|
46
|
+
options?: ClientsGetOptionalParams
|
|
47
|
+
): Promise<ClientsGetResponse>;
|
|
48
|
+
/**
|
|
49
|
+
* Create or update a client with the specified parameters.
|
|
50
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
51
|
+
* @param namespaceName Name of the namespace.
|
|
52
|
+
* @param clientName The client name.
|
|
53
|
+
* @param clientInfo Client information.
|
|
54
|
+
* @param options The options parameters.
|
|
55
|
+
*/
|
|
56
|
+
beginCreateOrUpdate(
|
|
57
|
+
resourceGroupName: string,
|
|
58
|
+
namespaceName: string,
|
|
59
|
+
clientName: string,
|
|
60
|
+
clientInfo: Client,
|
|
61
|
+
options?: ClientsCreateOrUpdateOptionalParams
|
|
62
|
+
): Promise<
|
|
63
|
+
SimplePollerLike<
|
|
64
|
+
OperationState<ClientsCreateOrUpdateResponse>,
|
|
65
|
+
ClientsCreateOrUpdateResponse
|
|
66
|
+
>
|
|
67
|
+
>;
|
|
68
|
+
/**
|
|
69
|
+
* Create or update a client with the specified parameters.
|
|
70
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
71
|
+
* @param namespaceName Name of the namespace.
|
|
72
|
+
* @param clientName The client name.
|
|
73
|
+
* @param clientInfo Client information.
|
|
74
|
+
* @param options The options parameters.
|
|
75
|
+
*/
|
|
76
|
+
beginCreateOrUpdateAndWait(
|
|
77
|
+
resourceGroupName: string,
|
|
78
|
+
namespaceName: string,
|
|
79
|
+
clientName: string,
|
|
80
|
+
clientInfo: Client,
|
|
81
|
+
options?: ClientsCreateOrUpdateOptionalParams
|
|
82
|
+
): Promise<ClientsCreateOrUpdateResponse>;
|
|
83
|
+
/**
|
|
84
|
+
* Delete an existing client.
|
|
85
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
86
|
+
* @param namespaceName Name of the namespace.
|
|
87
|
+
* @param clientName Name of the client.
|
|
88
|
+
* @param options The options parameters.
|
|
89
|
+
*/
|
|
90
|
+
beginDelete(
|
|
91
|
+
resourceGroupName: string,
|
|
92
|
+
namespaceName: string,
|
|
93
|
+
clientName: string,
|
|
94
|
+
options?: ClientsDeleteOptionalParams
|
|
95
|
+
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
96
|
+
/**
|
|
97
|
+
* Delete an existing client.
|
|
98
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
99
|
+
* @param namespaceName Name of the namespace.
|
|
100
|
+
* @param clientName Name of the client.
|
|
101
|
+
* @param options The options parameters.
|
|
102
|
+
*/
|
|
103
|
+
beginDeleteAndWait(
|
|
104
|
+
resourceGroupName: string,
|
|
105
|
+
namespaceName: string,
|
|
106
|
+
clientName: string,
|
|
107
|
+
options?: ClientsDeleteOptionalParams
|
|
108
|
+
): Promise<void>;
|
|
109
|
+
}
|
|
@@ -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
|
DomainEventSubscriptionsListOptionalParams,
|
|
@@ -42,7 +42,7 @@ export interface DomainEventSubscriptions {
|
|
|
42
42
|
/**
|
|
43
43
|
* Get all delivery attributes for an event subscription for domain.
|
|
44
44
|
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
45
|
-
* @param domainName Name of the domain
|
|
45
|
+
* @param domainName Name of the domain.
|
|
46
46
|
* @param eventSubscriptionName Name of the event subscription.
|
|
47
47
|
* @param options The options parameters.
|
|
48
48
|
*/
|
|
@@ -55,7 +55,7 @@ export interface DomainEventSubscriptions {
|
|
|
55
55
|
/**
|
|
56
56
|
* Get properties of an event subscription of a domain.
|
|
57
57
|
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
58
|
-
* @param domainName Name of the
|
|
58
|
+
* @param domainName Name of the domain.
|
|
59
59
|
* @param eventSubscriptionName Name of the event subscription to be found. Event subscription names
|
|
60
60
|
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
61
61
|
* @param options The options parameters.
|
|
@@ -83,8 +83,8 @@ export interface DomainEventSubscriptions {
|
|
|
83
83
|
eventSubscriptionInfo: EventSubscription,
|
|
84
84
|
options?: DomainEventSubscriptionsCreateOrUpdateOptionalParams
|
|
85
85
|
): Promise<
|
|
86
|
-
|
|
87
|
-
|
|
86
|
+
SimplePollerLike<
|
|
87
|
+
OperationState<DomainEventSubscriptionsCreateOrUpdateResponse>,
|
|
88
88
|
DomainEventSubscriptionsCreateOrUpdateResponse
|
|
89
89
|
>
|
|
90
90
|
>;
|
|
@@ -118,7 +118,7 @@ export interface DomainEventSubscriptions {
|
|
|
118
118
|
domainName: string,
|
|
119
119
|
eventSubscriptionName: string,
|
|
120
120
|
options?: DomainEventSubscriptionsDeleteOptionalParams
|
|
121
|
-
): Promise<
|
|
121
|
+
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
122
122
|
/**
|
|
123
123
|
* Delete an existing event subscription for a domain.
|
|
124
124
|
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
@@ -148,8 +148,8 @@ export interface DomainEventSubscriptions {
|
|
|
148
148
|
eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters,
|
|
149
149
|
options?: DomainEventSubscriptionsUpdateOptionalParams
|
|
150
150
|
): Promise<
|
|
151
|
-
|
|
152
|
-
|
|
151
|
+
SimplePollerLike<
|
|
152
|
+
OperationState<DomainEventSubscriptionsUpdateResponse>,
|
|
153
153
|
DomainEventSubscriptionsUpdateResponse
|
|
154
154
|
>
|
|
155
155
|
>;
|