@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
|
@@ -16,13 +16,13 @@ dotenv.config();
|
|
|
16
16
|
* This sample demonstrates how to Get properties of an event subscription.
|
|
17
17
|
*
|
|
18
18
|
* @summary Get properties of an event subscription.
|
|
19
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
19
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_GetForCustomTopic.json
|
|
20
20
|
*/
|
|
21
21
|
function eventSubscriptionsGetForCustomTopic() {
|
|
22
22
|
return __awaiter(this, void 0, void 0, function* () {
|
|
23
23
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
24
24
|
"00000000-0000-0000-0000-000000000000";
|
|
25
|
-
const scope = "subscriptions/
|
|
25
|
+
const scope = "subscriptions/8f6b6269-84f2-4d09-9e31-1127efcd1e40/resourceGroups/examplerg/providers/Microsoft.EventGrid/topics/exampletopic2";
|
|
26
26
|
const eventSubscriptionName = "examplesubscription1";
|
|
27
27
|
const credential = new DefaultAzureCredential();
|
|
28
28
|
const client = new EventGridManagementClient(credential, subscriptionId);
|
|
@@ -34,13 +34,13 @@ function eventSubscriptionsGetForCustomTopic() {
|
|
|
34
34
|
* This sample demonstrates how to Get properties of an event subscription.
|
|
35
35
|
*
|
|
36
36
|
* @summary Get properties of an event subscription.
|
|
37
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
37
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_GetForCustomTopic_AzureFunctionDestination.json
|
|
38
38
|
*/
|
|
39
39
|
function eventSubscriptionsGetForCustomTopicAzureFunctionDestination() {
|
|
40
40
|
return __awaiter(this, void 0, void 0, function* () {
|
|
41
41
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
42
42
|
"00000000-0000-0000-0000-000000000000";
|
|
43
|
-
const scope = "subscriptions/
|
|
43
|
+
const scope = "subscriptions/8f6b6269-84f2-4d09-9e31-1127efcd1e40/resourceGroups/examplerg/providers/Microsoft.EventGrid/topics/exampletopic2";
|
|
44
44
|
const eventSubscriptionName = "examplesubscription1";
|
|
45
45
|
const credential = new DefaultAzureCredential();
|
|
46
46
|
const client = new EventGridManagementClient(credential, subscriptionId);
|
|
@@ -52,13 +52,13 @@ function eventSubscriptionsGetForCustomTopicAzureFunctionDestination() {
|
|
|
52
52
|
* This sample demonstrates how to Get properties of an event subscription.
|
|
53
53
|
*
|
|
54
54
|
* @summary Get properties of an event subscription.
|
|
55
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
55
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_GetForCustomTopic_EventHubDestination.json
|
|
56
56
|
*/
|
|
57
57
|
function eventSubscriptionsGetForCustomTopicEventHubDestination() {
|
|
58
58
|
return __awaiter(this, void 0, void 0, function* () {
|
|
59
59
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
60
60
|
"00000000-0000-0000-0000-000000000000";
|
|
61
|
-
const scope = "subscriptions/
|
|
61
|
+
const scope = "subscriptions/8f6b6269-84f2-4d09-9e31-1127efcd1e40/resourceGroups/examplerg/providers/Microsoft.EventGrid/topics/exampletopic2";
|
|
62
62
|
const eventSubscriptionName = "examplesubscription1";
|
|
63
63
|
const credential = new DefaultAzureCredential();
|
|
64
64
|
const client = new EventGridManagementClient(credential, subscriptionId);
|
|
@@ -70,13 +70,13 @@ function eventSubscriptionsGetForCustomTopicEventHubDestination() {
|
|
|
70
70
|
* This sample demonstrates how to Get properties of an event subscription.
|
|
71
71
|
*
|
|
72
72
|
* @summary Get properties of an event subscription.
|
|
73
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
73
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_GetForCustomTopic_HybridConnectionDestination.json
|
|
74
74
|
*/
|
|
75
75
|
function eventSubscriptionsGetForCustomTopicHybridConnectionDestination() {
|
|
76
76
|
return __awaiter(this, void 0, void 0, function* () {
|
|
77
77
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
78
78
|
"00000000-0000-0000-0000-000000000000";
|
|
79
|
-
const scope = "subscriptions/
|
|
79
|
+
const scope = "subscriptions/8f6b6269-84f2-4d09-9e31-1127efcd1e40/resourceGroups/examplerg/providers/Microsoft.EventGrid/topics/exampletopic2";
|
|
80
80
|
const eventSubscriptionName = "examplesubscription1";
|
|
81
81
|
const credential = new DefaultAzureCredential();
|
|
82
82
|
const client = new EventGridManagementClient(credential, subscriptionId);
|
|
@@ -88,13 +88,13 @@ function eventSubscriptionsGetForCustomTopicHybridConnectionDestination() {
|
|
|
88
88
|
* This sample demonstrates how to Get properties of an event subscription.
|
|
89
89
|
*
|
|
90
90
|
* @summary Get properties of an event subscription.
|
|
91
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
91
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_GetForCustomTopic_ServiceBusQueueDestination.json
|
|
92
92
|
*/
|
|
93
93
|
function eventSubscriptionsGetForCustomTopicServiceBusQueueDestination() {
|
|
94
94
|
return __awaiter(this, void 0, void 0, function* () {
|
|
95
95
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
96
96
|
"00000000-0000-0000-0000-000000000000";
|
|
97
|
-
const scope = "subscriptions/
|
|
97
|
+
const scope = "subscriptions/8f6b6269-84f2-4d09-9e31-1127efcd1e40/resourceGroups/examplerg/providers/Microsoft.EventGrid/topics/exampletopic2";
|
|
98
98
|
const eventSubscriptionName = "examplesubscription1";
|
|
99
99
|
const credential = new DefaultAzureCredential();
|
|
100
100
|
const client = new EventGridManagementClient(credential, subscriptionId);
|
|
@@ -106,13 +106,13 @@ function eventSubscriptionsGetForCustomTopicServiceBusQueueDestination() {
|
|
|
106
106
|
* This sample demonstrates how to Get properties of an event subscription.
|
|
107
107
|
*
|
|
108
108
|
* @summary Get properties of an event subscription.
|
|
109
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
109
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_GetForCustomTopic_ServiceBusTopicDestination.json
|
|
110
110
|
*/
|
|
111
111
|
function eventSubscriptionsGetForCustomTopicServiceBusTopicDestination() {
|
|
112
112
|
return __awaiter(this, void 0, void 0, function* () {
|
|
113
113
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
114
114
|
"00000000-0000-0000-0000-000000000000";
|
|
115
|
-
const scope = "subscriptions/
|
|
115
|
+
const scope = "subscriptions/8f6b6269-84f2-4d09-9e31-1127efcd1e40/resourceGroups/examplerg/providers/Microsoft.EventGrid/topics/exampletopic2";
|
|
116
116
|
const eventSubscriptionName = "examplesubscription1";
|
|
117
117
|
const credential = new DefaultAzureCredential();
|
|
118
118
|
const client = new EventGridManagementClient(credential, subscriptionId);
|
|
@@ -124,13 +124,13 @@ function eventSubscriptionsGetForCustomTopicServiceBusTopicDestination() {
|
|
|
124
124
|
* This sample demonstrates how to Get properties of an event subscription.
|
|
125
125
|
*
|
|
126
126
|
* @summary Get properties of an event subscription.
|
|
127
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
127
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_GetForCustomTopic_StorageQueueDestination.json
|
|
128
128
|
*/
|
|
129
129
|
function eventSubscriptionsGetForCustomTopicStorageQueueDestination() {
|
|
130
130
|
return __awaiter(this, void 0, void 0, function* () {
|
|
131
131
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
132
132
|
"00000000-0000-0000-0000-000000000000";
|
|
133
|
-
const scope = "subscriptions/
|
|
133
|
+
const scope = "subscriptions/8f6b6269-84f2-4d09-9e31-1127efcd1e40/resourceGroups/examplerg/providers/Microsoft.EventGrid/topics/exampletopic2";
|
|
134
134
|
const eventSubscriptionName = "examplesubscription1";
|
|
135
135
|
const credential = new DefaultAzureCredential();
|
|
136
136
|
const client = new EventGridManagementClient(credential, subscriptionId);
|
|
@@ -142,13 +142,13 @@ function eventSubscriptionsGetForCustomTopicStorageQueueDestination() {
|
|
|
142
142
|
* This sample demonstrates how to Get properties of an event subscription.
|
|
143
143
|
*
|
|
144
144
|
* @summary Get properties of an event subscription.
|
|
145
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
145
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_GetForCustomTopic_WebhookDestination.json
|
|
146
146
|
*/
|
|
147
147
|
function eventSubscriptionsGetForCustomTopicWebhookDestination() {
|
|
148
148
|
return __awaiter(this, void 0, void 0, function* () {
|
|
149
149
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
150
150
|
"00000000-0000-0000-0000-000000000000";
|
|
151
|
-
const scope = "subscriptions/
|
|
151
|
+
const scope = "subscriptions/8f6b6269-84f2-4d09-9e31-1127efcd1e40/resourceGroups/examplerg/providers/Microsoft.EventGrid/topics/exampletopic2";
|
|
152
152
|
const eventSubscriptionName = "examplesubscription1";
|
|
153
153
|
const credential = new DefaultAzureCredential();
|
|
154
154
|
const client = new EventGridManagementClient(credential, subscriptionId);
|
|
@@ -160,13 +160,13 @@ function eventSubscriptionsGetForCustomTopicWebhookDestination() {
|
|
|
160
160
|
* This sample demonstrates how to Get properties of an event subscription.
|
|
161
161
|
*
|
|
162
162
|
* @summary Get properties of an event subscription.
|
|
163
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
163
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_GetForResource.json
|
|
164
164
|
*/
|
|
165
165
|
function eventSubscriptionsGetForResource() {
|
|
166
166
|
return __awaiter(this, void 0, void 0, function* () {
|
|
167
167
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
168
168
|
"00000000-0000-0000-0000-000000000000";
|
|
169
|
-
const scope = "subscriptions/
|
|
169
|
+
const scope = "subscriptions/8f6b6269-84f2-4d09-9e31-1127efcd1e40/resourceGroups/examplerg/providers/Microsoft.EventHub/namespaces/examplenamespace1";
|
|
170
170
|
const eventSubscriptionName = "examplesubscription1";
|
|
171
171
|
const credential = new DefaultAzureCredential();
|
|
172
172
|
const client = new EventGridManagementClient(credential, subscriptionId);
|
|
@@ -178,13 +178,13 @@ function eventSubscriptionsGetForResource() {
|
|
|
178
178
|
* This sample demonstrates how to Get properties of an event subscription.
|
|
179
179
|
*
|
|
180
180
|
* @summary Get properties of an event subscription.
|
|
181
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
181
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_GetForResourceGroup.json
|
|
182
182
|
*/
|
|
183
183
|
function eventSubscriptionsGetForResourceGroup() {
|
|
184
184
|
return __awaiter(this, void 0, void 0, function* () {
|
|
185
185
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
186
186
|
"00000000-0000-0000-0000-000000000000";
|
|
187
|
-
const scope = "subscriptions/
|
|
187
|
+
const scope = "subscriptions/8f6b6269-84f2-4d09-9e31-1127efcd1e40/resourceGroups/examplerg";
|
|
188
188
|
const eventSubscriptionName = "examplesubscription2";
|
|
189
189
|
const credential = new DefaultAzureCredential();
|
|
190
190
|
const client = new EventGridManagementClient(credential, subscriptionId);
|
|
@@ -196,13 +196,13 @@ function eventSubscriptionsGetForResourceGroup() {
|
|
|
196
196
|
* This sample demonstrates how to Get properties of an event subscription.
|
|
197
197
|
*
|
|
198
198
|
* @summary Get properties of an event subscription.
|
|
199
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
199
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_GetForSubscription.json
|
|
200
200
|
*/
|
|
201
201
|
function eventSubscriptionsGetForSubscription() {
|
|
202
202
|
return __awaiter(this, void 0, void 0, function* () {
|
|
203
203
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
204
204
|
"00000000-0000-0000-0000-000000000000";
|
|
205
|
-
const scope = "subscriptions/
|
|
205
|
+
const scope = "subscriptions/8f6b6269-84f2-4d09-9e31-1127efcd1e40";
|
|
206
206
|
const eventSubscriptionName = "examplesubscription3";
|
|
207
207
|
const credential = new DefaultAzureCredential();
|
|
208
208
|
const client = new EventGridManagementClient(credential, subscriptionId);
|
|
@@ -16,13 +16,13 @@ dotenv.config();
|
|
|
16
16
|
* This sample demonstrates how to List all event subscriptions that have been created for a specific domain topic.
|
|
17
17
|
*
|
|
18
18
|
* @summary List all event subscriptions that have been created for a specific domain topic.
|
|
19
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
19
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_ListByDomainTopic.json
|
|
20
20
|
*/
|
|
21
21
|
function eventSubscriptionsListByDomainTopic() {
|
|
22
22
|
var _a, e_1, _b, _c;
|
|
23
23
|
return __awaiter(this, void 0, void 0, function* () {
|
|
24
24
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
25
|
-
"
|
|
25
|
+
"8f6b6269-84f2-4d09-9e31-1127efcd1e40";
|
|
26
26
|
const resourceGroupName = process.env["EVENTGRID_RESOURCE_GROUP"] || "examplerg";
|
|
27
27
|
const domainName = "domain1";
|
|
28
28
|
const topicName = "topic1";
|
|
@@ -16,13 +16,13 @@ dotenv.config();
|
|
|
16
16
|
* This sample demonstrates how to List all event subscriptions that have been created for a specific resource.
|
|
17
17
|
*
|
|
18
18
|
* @summary List all event subscriptions that have been created for a specific resource.
|
|
19
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
19
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_ListByResource.json
|
|
20
20
|
*/
|
|
21
21
|
function eventSubscriptionsListByResource() {
|
|
22
22
|
var _a, e_1, _b, _c;
|
|
23
23
|
return __awaiter(this, void 0, void 0, function* () {
|
|
24
24
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
25
|
-
"
|
|
25
|
+
"8f6b6269-84f2-4d09-9e31-1127efcd1e40";
|
|
26
26
|
const resourceGroupName = process.env["EVENTGRID_RESOURCE_GROUP"] || "examplerg";
|
|
27
27
|
const providerNamespace = "Microsoft.EventGrid";
|
|
28
28
|
const resourceTypeName = "topics";
|
package/dist-esm/samples-dev/eventSubscriptionsListGlobalByResourceGroupForTopicTypeSample.js
CHANGED
|
@@ -16,13 +16,13 @@ dotenv.config();
|
|
|
16
16
|
* This sample demonstrates how to List all global event subscriptions under a resource group for a specific topic type.
|
|
17
17
|
*
|
|
18
18
|
* @summary List all global event subscriptions under a resource group for a specific topic type.
|
|
19
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
19
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_ListGlobalByResourceGroupForTopicType.json
|
|
20
20
|
*/
|
|
21
21
|
function eventSubscriptionsListGlobalByResourceGroupForTopicType() {
|
|
22
22
|
var _a, e_1, _b, _c;
|
|
23
23
|
return __awaiter(this, void 0, void 0, function* () {
|
|
24
24
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
25
|
-
"
|
|
25
|
+
"8f6b6269-84f2-4d09-9e31-1127efcd1e40";
|
|
26
26
|
const resourceGroupName = process.env["EVENTGRID_RESOURCE_GROUP"] || "examplerg";
|
|
27
27
|
const topicTypeName = "Microsoft.Resources.ResourceGroups";
|
|
28
28
|
const credential = new DefaultAzureCredential();
|
|
@@ -16,13 +16,13 @@ dotenv.config();
|
|
|
16
16
|
* This sample demonstrates how to List all global event subscriptions under a specific Azure subscription and resource group.
|
|
17
17
|
*
|
|
18
18
|
* @summary List all global event subscriptions under a specific Azure subscription and resource group.
|
|
19
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
19
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_ListGlobalByResourceGroup.json
|
|
20
20
|
*/
|
|
21
21
|
function eventSubscriptionsListGlobalByResourceGroup() {
|
|
22
22
|
var _a, e_1, _b, _c;
|
|
23
23
|
return __awaiter(this, void 0, void 0, function* () {
|
|
24
24
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
25
|
-
"
|
|
25
|
+
"8f6b6269-84f2-4d09-9e31-1127efcd1e40";
|
|
26
26
|
const resourceGroupName = process.env["EVENTGRID_RESOURCE_GROUP"] || "examplerg";
|
|
27
27
|
const credential = new DefaultAzureCredential();
|
|
28
28
|
const client = new EventGridManagementClient(credential, subscriptionId);
|
package/dist-esm/samples-dev/eventSubscriptionsListGlobalBySubscriptionForTopicTypeSample.js
CHANGED
|
@@ -16,13 +16,13 @@ dotenv.config();
|
|
|
16
16
|
* This sample demonstrates how to List all global event subscriptions under an Azure subscription for a topic type.
|
|
17
17
|
*
|
|
18
18
|
* @summary List all global event subscriptions under an Azure subscription for a topic type.
|
|
19
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
19
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_ListGlobalBySubscriptionForTopicType.json
|
|
20
20
|
*/
|
|
21
21
|
function eventSubscriptionsListGlobalBySubscriptionForTopicType() {
|
|
22
22
|
var _a, e_1, _b, _c;
|
|
23
23
|
return __awaiter(this, void 0, void 0, function* () {
|
|
24
24
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
25
|
-
"
|
|
25
|
+
"8f6b6269-84f2-4d09-9e31-1127efcd1e40";
|
|
26
26
|
const topicTypeName = "Microsoft.Resources.Subscriptions";
|
|
27
27
|
const credential = new DefaultAzureCredential();
|
|
28
28
|
const client = new EventGridManagementClient(credential, subscriptionId);
|
|
@@ -16,13 +16,13 @@ dotenv.config();
|
|
|
16
16
|
* This sample demonstrates how to List all aggregated global event subscriptions under a specific Azure subscription.
|
|
17
17
|
*
|
|
18
18
|
* @summary List all aggregated global event subscriptions under a specific Azure subscription.
|
|
19
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
19
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_ListGlobalBySubscription.json
|
|
20
20
|
*/
|
|
21
21
|
function eventSubscriptionsListGlobalBySubscription() {
|
|
22
22
|
var _a, e_1, _b, _c;
|
|
23
23
|
return __awaiter(this, void 0, void 0, function* () {
|
|
24
24
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
25
|
-
"
|
|
25
|
+
"8f6b6269-84f2-4d09-9e31-1127efcd1e40";
|
|
26
26
|
const credential = new DefaultAzureCredential();
|
|
27
27
|
const client = new EventGridManagementClient(credential, subscriptionId);
|
|
28
28
|
const resArray = new Array();
|
package/dist-esm/samples-dev/eventSubscriptionsListRegionalByResourceGroupForTopicTypeSample.js
CHANGED
|
@@ -16,13 +16,13 @@ dotenv.config();
|
|
|
16
16
|
* This sample demonstrates how to List all event subscriptions from the given location under a specific Azure subscription and resource group and topic type.
|
|
17
17
|
*
|
|
18
18
|
* @summary List all event subscriptions from the given location under a specific Azure subscription and resource group and topic type.
|
|
19
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
19
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_ListRegionalByResourceGroupForTopicType.json
|
|
20
20
|
*/
|
|
21
21
|
function eventSubscriptionsListRegionalByResourceGroupForTopicType() {
|
|
22
22
|
var _a, e_1, _b, _c;
|
|
23
23
|
return __awaiter(this, void 0, void 0, function* () {
|
|
24
24
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
25
|
-
"
|
|
25
|
+
"8f6b6269-84f2-4d09-9e31-1127efcd1e40";
|
|
26
26
|
const resourceGroupName = process.env["EVENTGRID_RESOURCE_GROUP"] || "examplerg";
|
|
27
27
|
const location = "westus2";
|
|
28
28
|
const topicTypeName = "Microsoft.EventHub.namespaces";
|
|
@@ -16,13 +16,13 @@ dotenv.config();
|
|
|
16
16
|
* This sample demonstrates how to List all event subscriptions from the given location under a specific Azure subscription and resource group.
|
|
17
17
|
*
|
|
18
18
|
* @summary List all event subscriptions from the given location under a specific Azure subscription and resource group.
|
|
19
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
19
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_ListRegionalByResourceGroup.json
|
|
20
20
|
*/
|
|
21
21
|
function eventSubscriptionsListRegionalByResourceGroup() {
|
|
22
22
|
var _a, e_1, _b, _c;
|
|
23
23
|
return __awaiter(this, void 0, void 0, function* () {
|
|
24
24
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
25
|
-
"
|
|
25
|
+
"8f6b6269-84f2-4d09-9e31-1127efcd1e40";
|
|
26
26
|
const resourceGroupName = process.env["EVENTGRID_RESOURCE_GROUP"] || "examplerg";
|
|
27
27
|
const location = "westus2";
|
|
28
28
|
const credential = new DefaultAzureCredential();
|
package/dist-esm/samples-dev/eventSubscriptionsListRegionalBySubscriptionForTopicTypeSample.js
CHANGED
|
@@ -16,13 +16,13 @@ dotenv.config();
|
|
|
16
16
|
* This sample demonstrates how to List all event subscriptions from the given location under a specific Azure subscription and topic type.
|
|
17
17
|
*
|
|
18
18
|
* @summary List all event subscriptions from the given location under a specific Azure subscription and topic type.
|
|
19
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
19
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_ListRegionalBySubscriptionForTopicType.json
|
|
20
20
|
*/
|
|
21
21
|
function eventSubscriptionsListRegionalBySubscriptionForTopicType() {
|
|
22
22
|
var _a, e_1, _b, _c;
|
|
23
23
|
return __awaiter(this, void 0, void 0, function* () {
|
|
24
24
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
25
|
-
"
|
|
25
|
+
"8f6b6269-84f2-4d09-9e31-1127efcd1e40";
|
|
26
26
|
const location = "westus2";
|
|
27
27
|
const topicTypeName = "Microsoft.EventHub.namespaces";
|
|
28
28
|
const credential = new DefaultAzureCredential();
|
|
@@ -16,13 +16,13 @@ dotenv.config();
|
|
|
16
16
|
* This sample demonstrates how to List all event subscriptions from the given location under a specific Azure subscription.
|
|
17
17
|
*
|
|
18
18
|
* @summary List all event subscriptions from the given location under a specific Azure subscription.
|
|
19
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
19
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_ListRegionalBySubscription.json
|
|
20
20
|
*/
|
|
21
21
|
function eventSubscriptionsListRegionalBySubscription() {
|
|
22
22
|
var _a, e_1, _b, _c;
|
|
23
23
|
return __awaiter(this, void 0, void 0, function* () {
|
|
24
24
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
25
|
-
"
|
|
25
|
+
"8f6b6269-84f2-4d09-9e31-1127efcd1e40";
|
|
26
26
|
const location = "westus2";
|
|
27
27
|
const credential = new DefaultAzureCredential();
|
|
28
28
|
const client = new EventGridManagementClient(credential, subscriptionId);
|
|
@@ -16,13 +16,13 @@ dotenv.config();
|
|
|
16
16
|
* This sample demonstrates how to Asynchronously updates an existing event subscription.
|
|
17
17
|
*
|
|
18
18
|
* @summary Asynchronously updates an existing event subscription.
|
|
19
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
19
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_UpdateForCustomTopic.json
|
|
20
20
|
*/
|
|
21
21
|
function eventSubscriptionsUpdateForCustomTopic() {
|
|
22
22
|
return __awaiter(this, void 0, void 0, function* () {
|
|
23
23
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
24
24
|
"00000000-0000-0000-0000-000000000000";
|
|
25
|
-
const scope = "subscriptions/
|
|
25
|
+
const scope = "subscriptions/8f6b6269-84f2-4d09-9e31-1127efcd1e40/resourceGroups/examplerg/providers/Microsoft.EventGrid/topics/exampletopic2";
|
|
26
26
|
const eventSubscriptionName = "examplesubscription1";
|
|
27
27
|
const eventSubscriptionUpdateParameters = {
|
|
28
28
|
destination: {
|
|
@@ -46,13 +46,13 @@ function eventSubscriptionsUpdateForCustomTopic() {
|
|
|
46
46
|
* This sample demonstrates how to Asynchronously updates an existing event subscription.
|
|
47
47
|
*
|
|
48
48
|
* @summary Asynchronously updates an existing event subscription.
|
|
49
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
49
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_UpdateForCustomTopic_AzureFunctionDestination.json
|
|
50
50
|
*/
|
|
51
51
|
function eventSubscriptionsUpdateForCustomTopicAzureFunctionDestination() {
|
|
52
52
|
return __awaiter(this, void 0, void 0, function* () {
|
|
53
53
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
54
54
|
"00000000-0000-0000-0000-000000000000";
|
|
55
|
-
const scope = "subscriptions/
|
|
55
|
+
const scope = "subscriptions/8f6b6269-84f2-4d09-9e31-1127efcd1e40/resourceGroups/examplerg/providers/Microsoft.EventGrid/topics/exampletopic1";
|
|
56
56
|
const eventSubscriptionName = "examplesubscription1";
|
|
57
57
|
const eventSubscriptionUpdateParameters = {
|
|
58
58
|
deadLetterDestination: {
|
|
@@ -80,13 +80,13 @@ function eventSubscriptionsUpdateForCustomTopicAzureFunctionDestination() {
|
|
|
80
80
|
* This sample demonstrates how to Asynchronously updates an existing event subscription.
|
|
81
81
|
*
|
|
82
82
|
* @summary Asynchronously updates an existing event subscription.
|
|
83
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
83
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_UpdateForCustomTopic_EventHubDestination.json
|
|
84
84
|
*/
|
|
85
85
|
function eventSubscriptionsUpdateForCustomTopicEventHubDestination() {
|
|
86
86
|
return __awaiter(this, void 0, void 0, function* () {
|
|
87
87
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
88
88
|
"00000000-0000-0000-0000-000000000000";
|
|
89
|
-
const scope = "subscriptions/
|
|
89
|
+
const scope = "subscriptions/8f6b6269-84f2-4d09-9e31-1127efcd1e40/resourceGroups/examplerg/providers/Microsoft.EventGrid/topics/exampletopic2";
|
|
90
90
|
const eventSubscriptionName = "examplesubscription1";
|
|
91
91
|
const eventSubscriptionUpdateParameters = {
|
|
92
92
|
destination: {
|
|
@@ -110,13 +110,13 @@ function eventSubscriptionsUpdateForCustomTopicEventHubDestination() {
|
|
|
110
110
|
* This sample demonstrates how to Asynchronously updates an existing event subscription.
|
|
111
111
|
*
|
|
112
112
|
* @summary Asynchronously updates an existing event subscription.
|
|
113
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
113
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_UpdateForCustomTopic_HybridConnectionDestination.json
|
|
114
114
|
*/
|
|
115
115
|
function eventSubscriptionsUpdateForCustomTopicHybridConnectionDestination() {
|
|
116
116
|
return __awaiter(this, void 0, void 0, function* () {
|
|
117
117
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
118
118
|
"00000000-0000-0000-0000-000000000000";
|
|
119
|
-
const scope = "subscriptions/
|
|
119
|
+
const scope = "subscriptions/8f6b6269-84f2-4d09-9e31-1127efcd1e40/resourceGroups/examplerg/providers/Microsoft.EventGrid/topics/exampletopic2";
|
|
120
120
|
const eventSubscriptionName = "examplesubscription1";
|
|
121
121
|
const eventSubscriptionUpdateParameters = {
|
|
122
122
|
destination: {
|
|
@@ -140,13 +140,13 @@ function eventSubscriptionsUpdateForCustomTopicHybridConnectionDestination() {
|
|
|
140
140
|
* This sample demonstrates how to Asynchronously updates an existing event subscription.
|
|
141
141
|
*
|
|
142
142
|
* @summary Asynchronously updates an existing event subscription.
|
|
143
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
143
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_UpdateForCustomTopic_ServiceBusQueueDestination.json
|
|
144
144
|
*/
|
|
145
145
|
function eventSubscriptionsUpdateForCustomTopicServiceBusQueueDestination() {
|
|
146
146
|
return __awaiter(this, void 0, void 0, function* () {
|
|
147
147
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
148
148
|
"00000000-0000-0000-0000-000000000000";
|
|
149
|
-
const scope = "subscriptions/
|
|
149
|
+
const scope = "subscriptions/8f6b6269-84f2-4d09-9e31-1127efcd1e40/resourceGroups/examplerg/providers/Microsoft.EventGrid/topics/exampletopic1";
|
|
150
150
|
const eventSubscriptionName = "examplesubscription1";
|
|
151
151
|
const eventSubscriptionUpdateParameters = {
|
|
152
152
|
deadLetterDestination: {
|
|
@@ -174,13 +174,13 @@ function eventSubscriptionsUpdateForCustomTopicServiceBusQueueDestination() {
|
|
|
174
174
|
* This sample demonstrates how to Asynchronously updates an existing event subscription.
|
|
175
175
|
*
|
|
176
176
|
* @summary Asynchronously updates an existing event subscription.
|
|
177
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
177
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_UpdateForCustomTopic_ServiceBusTopicDestination.json
|
|
178
178
|
*/
|
|
179
179
|
function eventSubscriptionsUpdateForCustomTopicServiceBusTopicDestination() {
|
|
180
180
|
return __awaiter(this, void 0, void 0, function* () {
|
|
181
181
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
182
182
|
"00000000-0000-0000-0000-000000000000";
|
|
183
|
-
const scope = "subscriptions/
|
|
183
|
+
const scope = "subscriptions/8f6b6269-84f2-4d09-9e31-1127efcd1e40/resourceGroups/examplerg/providers/Microsoft.EventGrid/topics/exampletopic2";
|
|
184
184
|
const eventSubscriptionName = "examplesubscription1";
|
|
185
185
|
const eventSubscriptionUpdateParameters = {
|
|
186
186
|
destination: {
|
|
@@ -204,13 +204,13 @@ function eventSubscriptionsUpdateForCustomTopicServiceBusTopicDestination() {
|
|
|
204
204
|
* This sample demonstrates how to Asynchronously updates an existing event subscription.
|
|
205
205
|
*
|
|
206
206
|
* @summary Asynchronously updates an existing event subscription.
|
|
207
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
207
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_UpdateForCustomTopic_StorageQueueDestination.json
|
|
208
208
|
*/
|
|
209
209
|
function eventSubscriptionsUpdateForCustomTopicStorageQueueDestination() {
|
|
210
210
|
return __awaiter(this, void 0, void 0, function* () {
|
|
211
211
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
212
212
|
"00000000-0000-0000-0000-000000000000";
|
|
213
|
-
const scope = "subscriptions/
|
|
213
|
+
const scope = "subscriptions/8f6b6269-84f2-4d09-9e31-1127efcd1e40/resourceGroups/examplerg/providers/Microsoft.EventGrid/topics/exampletopic1";
|
|
214
214
|
const eventSubscriptionName = "examplesubscription1";
|
|
215
215
|
const eventSubscriptionUpdateParameters = {
|
|
216
216
|
deadLetterDestination: {
|
|
@@ -240,13 +240,13 @@ function eventSubscriptionsUpdateForCustomTopicStorageQueueDestination() {
|
|
|
240
240
|
* This sample demonstrates how to Asynchronously updates an existing event subscription.
|
|
241
241
|
*
|
|
242
242
|
* @summary Asynchronously updates an existing event subscription.
|
|
243
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
243
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_UpdateForCustomTopic_WebhookDestination.json
|
|
244
244
|
*/
|
|
245
245
|
function eventSubscriptionsUpdateForCustomTopicWebhookDestination() {
|
|
246
246
|
return __awaiter(this, void 0, void 0, function* () {
|
|
247
247
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
248
248
|
"00000000-0000-0000-0000-000000000000";
|
|
249
|
-
const scope = "subscriptions/
|
|
249
|
+
const scope = "subscriptions/8f6b6269-84f2-4d09-9e31-1127efcd1e40/resourceGroups/examplerg/providers/Microsoft.EventGrid/topics/exampletopic2";
|
|
250
250
|
const eventSubscriptionName = "examplesubscription1";
|
|
251
251
|
const eventSubscriptionUpdateParameters = {
|
|
252
252
|
destination: {
|
|
@@ -270,13 +270,13 @@ function eventSubscriptionsUpdateForCustomTopicWebhookDestination() {
|
|
|
270
270
|
* This sample demonstrates how to Asynchronously updates an existing event subscription.
|
|
271
271
|
*
|
|
272
272
|
* @summary Asynchronously updates an existing event subscription.
|
|
273
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
273
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_UpdateForResource.json
|
|
274
274
|
*/
|
|
275
275
|
function eventSubscriptionsUpdateForResource() {
|
|
276
276
|
return __awaiter(this, void 0, void 0, function* () {
|
|
277
277
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
278
278
|
"00000000-0000-0000-0000-000000000000";
|
|
279
|
-
const scope = "subscriptions/
|
|
279
|
+
const scope = "subscriptions/8f6b6269-84f2-4d09-9e31-1127efcd1e40/resourceGroups/examplerg/providers/Microsoft.EventHub/namespaces/examplenamespace1";
|
|
280
280
|
const eventSubscriptionName = "examplesubscription1";
|
|
281
281
|
const eventSubscriptionUpdateParameters = {
|
|
282
282
|
destination: {
|
|
@@ -300,13 +300,13 @@ function eventSubscriptionsUpdateForResource() {
|
|
|
300
300
|
* This sample demonstrates how to Asynchronously updates an existing event subscription.
|
|
301
301
|
*
|
|
302
302
|
* @summary Asynchronously updates an existing event subscription.
|
|
303
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
303
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_UpdateForResourceGroup.json
|
|
304
304
|
*/
|
|
305
305
|
function eventSubscriptionsUpdateForResourceGroup() {
|
|
306
306
|
return __awaiter(this, void 0, void 0, function* () {
|
|
307
307
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
308
308
|
"00000000-0000-0000-0000-000000000000";
|
|
309
|
-
const scope = "subscriptions/
|
|
309
|
+
const scope = "subscriptions/8f6b6269-84f2-4d09-9e31-1127efcd1e40/resourceGroups/examplerg";
|
|
310
310
|
const eventSubscriptionName = "examplesubscription2";
|
|
311
311
|
const eventSubscriptionUpdateParameters = {
|
|
312
312
|
destination: {
|
|
@@ -330,13 +330,13 @@ function eventSubscriptionsUpdateForResourceGroup() {
|
|
|
330
330
|
* This sample demonstrates how to Asynchronously updates an existing event subscription.
|
|
331
331
|
*
|
|
332
332
|
* @summary Asynchronously updates an existing event subscription.
|
|
333
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
333
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/EventSubscriptions_UpdateForSubscription.json
|
|
334
334
|
*/
|
|
335
335
|
function eventSubscriptionsUpdateForSubscription() {
|
|
336
336
|
return __awaiter(this, void 0, void 0, function* () {
|
|
337
337
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
338
338
|
"00000000-0000-0000-0000-000000000000";
|
|
339
|
-
const scope = "subscriptions/
|
|
339
|
+
const scope = "subscriptions/8f6b6269-84f2-4d09-9e31-1127efcd1e40";
|
|
340
340
|
const eventSubscriptionName = "examplesubscription3";
|
|
341
341
|
const eventSubscriptionUpdateParameters = {
|
|
342
342
|
destination: {
|
|
@@ -16,13 +16,13 @@ dotenv.config();
|
|
|
16
16
|
* This sample demonstrates how to Get the properties of an extension topic.
|
|
17
17
|
*
|
|
18
18
|
* @summary Get the properties of an extension topic.
|
|
19
|
-
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/
|
|
19
|
+
* x-ms-original-file: specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2023-06-01-preview/examples/ExtensionTopics_Get.json
|
|
20
20
|
*/
|
|
21
21
|
function extensionTopicsGet() {
|
|
22
22
|
return __awaiter(this, void 0, void 0, function* () {
|
|
23
23
|
const subscriptionId = process.env["EVENTGRID_SUBSCRIPTION_ID"] ||
|
|
24
24
|
"00000000-0000-0000-0000-000000000000";
|
|
25
|
-
const scope = "subscriptions/
|
|
25
|
+
const scope = "subscriptions/8f6b6269-84f2-4d09-9e31-1127efcd1e40/resourceGroups/examplerg/providers/microsoft.storage/storageaccounts/exampleResourceName/providers/Microsoft.eventgrid/extensionTopics/default";
|
|
26
26
|
const credential = new DefaultAzureCredential();
|
|
27
27
|
const client = new EventGridManagementClient(credential, subscriptionId);
|
|
28
28
|
const result = yield client.extensionTopics.get(scope);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"namespaceTopicEventSubscriptionsCreateOrUpdateSample.d.ts","sourceRoot":"","sources":["../../samples-dev/namespaceTopicEventSubscriptionsCreateOrUpdateSample.ts"],"names":[],"mappings":""}
|