@azure/arm-eventgrid 14.2.0-beta.1 → 14.2.0-beta.3
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 +709 -1
- package/dist/index.js +1893 -1294
- 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.js +1 -1
- package/dist-esm/samples-dev/caCertificatesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/caCertificatesGetSample.js +1 -1
- package/dist-esm/samples-dev/caCertificatesListByNamespaceSample.js +4 -9
- package/dist-esm/samples-dev/caCertificatesListByNamespaceSample.js.map +1 -1
- package/dist-esm/samples-dev/channelsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/channelsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/channelsGetFullUrlSample.js +1 -1
- package/dist-esm/samples-dev/channelsGetSample.js +1 -1
- package/dist-esm/samples-dev/channelsListByPartnerNamespaceSample.js +4 -9
- package/dist-esm/samples-dev/channelsListByPartnerNamespaceSample.js.map +1 -1
- package/dist-esm/samples-dev/channelsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/clientGroupsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/clientGroupsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/clientGroupsGetSample.js +1 -1
- package/dist-esm/samples-dev/clientGroupsListByNamespaceSample.js +4 -9
- package/dist-esm/samples-dev/clientGroupsListByNamespaceSample.js.map +1 -1
- package/dist-esm/samples-dev/clientsCreateOrUpdateSample.js +3 -8
- package/dist-esm/samples-dev/clientsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/clientsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/clientsGetSample.js +1 -1
- package/dist-esm/samples-dev/clientsListByNamespaceSample.js +4 -9
- package/dist-esm/samples-dev/clientsListByNamespaceSample.js.map +1 -1
- package/dist-esm/samples-dev/domainEventSubscriptionsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/domainEventSubscriptionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/domainEventSubscriptionsGetDeliveryAttributesSample.js +1 -1
- package/dist-esm/samples-dev/domainEventSubscriptionsGetFullUrlSample.js +1 -1
- package/dist-esm/samples-dev/domainEventSubscriptionsGetSample.js +1 -1
- package/dist-esm/samples-dev/domainEventSubscriptionsListSample.js +4 -9
- package/dist-esm/samples-dev/domainEventSubscriptionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/domainEventSubscriptionsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/domainTopicEventSubscriptionsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/domainTopicEventSubscriptionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/domainTopicEventSubscriptionsGetDeliveryAttributesSample.js +1 -1
- package/dist-esm/samples-dev/domainTopicEventSubscriptionsGetFullUrlSample.js +1 -1
- package/dist-esm/samples-dev/domainTopicEventSubscriptionsGetSample.js +1 -1
- package/dist-esm/samples-dev/domainTopicEventSubscriptionsListSample.js +4 -9
- package/dist-esm/samples-dev/domainTopicEventSubscriptionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/domainTopicEventSubscriptionsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/domainTopicsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/domainTopicsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/domainTopicsGetSample.js +1 -1
- package/dist-esm/samples-dev/domainTopicsListByDomainSample.js +4 -9
- package/dist-esm/samples-dev/domainTopicsListByDomainSample.js.map +1 -1
- package/dist-esm/samples-dev/domainsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/domainsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/domainsGetSample.js +1 -1
- package/dist-esm/samples-dev/domainsListByResourceGroupSample.js +4 -9
- package/dist-esm/samples-dev/domainsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/domainsListBySubscriptionSample.js +4 -9
- package/dist-esm/samples-dev/domainsListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/domainsListSharedAccessKeysSample.js +1 -1
- package/dist-esm/samples-dev/domainsRegenerateKeySample.js +1 -1
- package/dist-esm/samples-dev/domainsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/eventSubscriptionsCreateOrUpdateSample.js +22 -44
- package/dist-esm/samples-dev/eventSubscriptionsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/eventSubscriptionsDeleteSample.js +8 -16
- package/dist-esm/samples-dev/eventSubscriptionsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/eventSubscriptionsGetDeliveryAttributesSample.js +2 -4
- package/dist-esm/samples-dev/eventSubscriptionsGetDeliveryAttributesSample.js.map +1 -1
- package/dist-esm/samples-dev/eventSubscriptionsGetFullUrlSample.js +8 -16
- package/dist-esm/samples-dev/eventSubscriptionsGetFullUrlSample.js.map +1 -1
- package/dist-esm/samples-dev/eventSubscriptionsGetSample.js +22 -44
- package/dist-esm/samples-dev/eventSubscriptionsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/eventSubscriptionsListByDomainTopicSample.js +4 -9
- package/dist-esm/samples-dev/eventSubscriptionsListByDomainTopicSample.js.map +1 -1
- package/dist-esm/samples-dev/eventSubscriptionsListByResourceSample.js +4 -9
- package/dist-esm/samples-dev/eventSubscriptionsListByResourceSample.js.map +1 -1
- package/dist-esm/samples-dev/eventSubscriptionsListGlobalByResourceGroupForTopicTypeSample.js +4 -9
- package/dist-esm/samples-dev/eventSubscriptionsListGlobalByResourceGroupForTopicTypeSample.js.map +1 -1
- package/dist-esm/samples-dev/eventSubscriptionsListGlobalByResourceGroupSample.js +4 -9
- package/dist-esm/samples-dev/eventSubscriptionsListGlobalByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/eventSubscriptionsListGlobalBySubscriptionForTopicTypeSample.js +4 -9
- package/dist-esm/samples-dev/eventSubscriptionsListGlobalBySubscriptionForTopicTypeSample.js.map +1 -1
- package/dist-esm/samples-dev/eventSubscriptionsListGlobalBySubscriptionSample.js +4 -9
- package/dist-esm/samples-dev/eventSubscriptionsListGlobalBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/eventSubscriptionsListRegionalByResourceGroupForTopicTypeSample.js +4 -9
- package/dist-esm/samples-dev/eventSubscriptionsListRegionalByResourceGroupForTopicTypeSample.js.map +1 -1
- package/dist-esm/samples-dev/eventSubscriptionsListRegionalByResourceGroupSample.js +4 -9
- package/dist-esm/samples-dev/eventSubscriptionsListRegionalByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/eventSubscriptionsListRegionalBySubscriptionForTopicTypeSample.js +4 -9
- package/dist-esm/samples-dev/eventSubscriptionsListRegionalBySubscriptionForTopicTypeSample.js.map +1 -1
- package/dist-esm/samples-dev/eventSubscriptionsListRegionalBySubscriptionSample.js +4 -9
- package/dist-esm/samples-dev/eventSubscriptionsListRegionalBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/eventSubscriptionsUpdateSample.js +22 -44
- package/dist-esm/samples-dev/eventSubscriptionsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/extensionTopicsGetSample.js +2 -4
- package/dist-esm/samples-dev/extensionTopicsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsGetDeliveryAttributesSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsGetDeliveryAttributesSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsGetDeliveryAttributesSample.js +41 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsGetDeliveryAttributesSample.js.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsGetSample.js +1 -1
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsListByNamespaceTopicSample.js +4 -9
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsListByNamespaceTopicSample.js.map +1 -1
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/namespaceTopicsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/namespaceTopicsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/namespaceTopicsGetSample.js +1 -1
- package/dist-esm/samples-dev/namespaceTopicsListByNamespaceSample.js +4 -9
- package/dist-esm/samples-dev/namespaceTopicsListByNamespaceSample.js.map +1 -1
- package/dist-esm/samples-dev/namespaceTopicsListSharedAccessKeysSample.js +1 -1
- package/dist-esm/samples-dev/namespaceTopicsRegenerateKeySample.js +1 -1
- package/dist-esm/samples-dev/namespaceTopicsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/namespacesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/namespacesGetSample.js +1 -1
- package/dist-esm/samples-dev/namespacesListByResourceGroupSample.js +4 -9
- package/dist-esm/samples-dev/namespacesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/namespacesListBySubscriptionSample.js +4 -9
- package/dist-esm/samples-dev/namespacesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/namespacesListSharedAccessKeysSample.js +1 -1
- package/dist-esm/samples-dev/namespacesRegenerateKeySample.js +1 -1
- package/dist-esm/samples-dev/namespacesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js +42 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.js +56 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.js.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js +42 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +4 -9
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/partnerConfigurationsAuthorizePartnerSample.js +1 -1
- package/dist-esm/samples-dev/partnerConfigurationsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/partnerConfigurationsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/partnerConfigurationsGetSample.js +1 -1
- package/dist-esm/samples-dev/partnerConfigurationsListByResourceGroupSample.js +4 -9
- package/dist-esm/samples-dev/partnerConfigurationsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/partnerConfigurationsListBySubscriptionSample.js +4 -9
- package/dist-esm/samples-dev/partnerConfigurationsListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/partnerConfigurationsUnauthorizePartnerSample.js +1 -1
- package/dist-esm/samples-dev/partnerConfigurationsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/partnerDestinationsActivateSample.js +1 -1
- package/dist-esm/samples-dev/partnerDestinationsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/partnerDestinationsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/partnerDestinationsGetSample.js +1 -1
- package/dist-esm/samples-dev/partnerDestinationsListByResourceGroupSample.js +4 -9
- package/dist-esm/samples-dev/partnerDestinationsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/partnerDestinationsListBySubscriptionSample.js +4 -9
- package/dist-esm/samples-dev/partnerDestinationsListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/partnerDestinationsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/partnerNamespacesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/partnerNamespacesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/partnerNamespacesGetSample.js +1 -1
- package/dist-esm/samples-dev/partnerNamespacesListByResourceGroupSample.js +4 -9
- package/dist-esm/samples-dev/partnerNamespacesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/partnerNamespacesListBySubscriptionSample.js +4 -9
- package/dist-esm/samples-dev/partnerNamespacesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/partnerNamespacesListSharedAccessKeysSample.js +1 -1
- package/dist-esm/samples-dev/partnerNamespacesRegenerateKeySample.js +1 -1
- package/dist-esm/samples-dev/partnerNamespacesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/partnerRegistrationsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/partnerRegistrationsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/partnerRegistrationsGetSample.js +1 -1
- package/dist-esm/samples-dev/partnerRegistrationsListByResourceGroupSample.js +4 -9
- package/dist-esm/samples-dev/partnerRegistrationsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/partnerRegistrationsListBySubscriptionSample.js +4 -9
- package/dist-esm/samples-dev/partnerRegistrationsListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/partnerRegistrationsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/partnerTopicEventSubscriptionsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/partnerTopicEventSubscriptionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/partnerTopicEventSubscriptionsGetDeliveryAttributesSample.js +1 -1
- package/dist-esm/samples-dev/partnerTopicEventSubscriptionsGetFullUrlSample.js +1 -1
- package/dist-esm/samples-dev/partnerTopicEventSubscriptionsGetSample.js +1 -1
- package/dist-esm/samples-dev/partnerTopicEventSubscriptionsListByPartnerTopicSample.js +4 -9
- package/dist-esm/samples-dev/partnerTopicEventSubscriptionsListByPartnerTopicSample.js.map +1 -1
- package/dist-esm/samples-dev/partnerTopicEventSubscriptionsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/partnerTopicsActivateSample.js +1 -1
- package/dist-esm/samples-dev/partnerTopicsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/partnerTopicsDeactivateSample.js +1 -1
- package/dist-esm/samples-dev/partnerTopicsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/partnerTopicsGetSample.js +1 -1
- package/dist-esm/samples-dev/partnerTopicsListByResourceGroupSample.js +4 -9
- package/dist-esm/samples-dev/partnerTopicsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/partnerTopicsListBySubscriptionSample.js +4 -9
- package/dist-esm/samples-dev/partnerTopicsListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/partnerTopicsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/permissionBindingsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/permissionBindingsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/permissionBindingsGetSample.js +1 -1
- package/dist-esm/samples-dev/permissionBindingsListByNamespaceSample.js +4 -9
- package/dist-esm/samples-dev/permissionBindingsListByNamespaceSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByResourceSample.js +4 -9
- package/dist-esm/samples-dev/privateEndpointConnectionsListByResourceSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByResourceSample.js +4 -9
- package/dist-esm/samples-dev/privateLinkResourcesListByResourceSample.js.map +1 -1
- package/dist-esm/samples-dev/systemTopicEventSubscriptionsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/systemTopicEventSubscriptionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/systemTopicEventSubscriptionsGetDeliveryAttributesSample.js +1 -1
- package/dist-esm/samples-dev/systemTopicEventSubscriptionsGetFullUrlSample.js +1 -1
- package/dist-esm/samples-dev/systemTopicEventSubscriptionsGetSample.js +1 -1
- package/dist-esm/samples-dev/systemTopicEventSubscriptionsListBySystemTopicSample.js +4 -9
- package/dist-esm/samples-dev/systemTopicEventSubscriptionsListBySystemTopicSample.js.map +1 -1
- package/dist-esm/samples-dev/systemTopicEventSubscriptionsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/systemTopicsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/systemTopicsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/systemTopicsGetSample.js +1 -1
- package/dist-esm/samples-dev/systemTopicsListByResourceGroupSample.js +4 -9
- package/dist-esm/samples-dev/systemTopicsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/systemTopicsListBySubscriptionSample.js +4 -9
- package/dist-esm/samples-dev/systemTopicsListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/systemTopicsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/topicEventSubscriptionsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/topicEventSubscriptionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/topicEventSubscriptionsGetDeliveryAttributesSample.js +1 -1
- package/dist-esm/samples-dev/topicEventSubscriptionsGetFullUrlSample.js +1 -1
- package/dist-esm/samples-dev/topicEventSubscriptionsGetSample.js +1 -1
- package/dist-esm/samples-dev/topicEventSubscriptionsListSample.js +4 -9
- package/dist-esm/samples-dev/topicEventSubscriptionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/topicEventSubscriptionsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/topicSpacesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/topicSpacesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/topicSpacesGetSample.js +1 -1
- package/dist-esm/samples-dev/topicSpacesListByNamespaceSample.js +4 -9
- package/dist-esm/samples-dev/topicSpacesListByNamespaceSample.js.map +1 -1
- package/dist-esm/samples-dev/topicTypesGetSample.js +2 -4
- package/dist-esm/samples-dev/topicTypesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/topicTypesListEventTypesSample.js +5 -12
- package/dist-esm/samples-dev/topicTypesListEventTypesSample.js.map +1 -1
- package/dist-esm/samples-dev/topicTypesListSample.js +5 -12
- package/dist-esm/samples-dev/topicTypesListSample.js.map +1 -1
- package/dist-esm/samples-dev/topicsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/topicsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/topicsGetSample.js +1 -1
- package/dist-esm/samples-dev/topicsListByResourceGroupSample.js +4 -9
- package/dist-esm/samples-dev/topicsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/topicsListBySubscriptionSample.js +4 -9
- package/dist-esm/samples-dev/topicsListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/topicsListEventTypesSample.js +4 -9
- package/dist-esm/samples-dev/topicsListEventTypesSample.js.map +1 -1
- package/dist-esm/samples-dev/topicsListSharedAccessKeysSample.js +1 -1
- package/dist-esm/samples-dev/topicsRegenerateKeySample.js +1 -1
- package/dist-esm/samples-dev/topicsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/verifiedPartnersGetSample.js +2 -4
- package/dist-esm/samples-dev/verifiedPartnersGetSample.js.map +1 -1
- package/dist-esm/samples-dev/verifiedPartnersListSample.js +5 -12
- package/dist-esm/samples-dev/verifiedPartnersListSample.js.map +1 -1
- package/dist-esm/src/eventGridManagementClient.d.ts +4 -2
- package/dist-esm/src/eventGridManagementClient.d.ts.map +1 -1
- package/dist-esm/src/eventGridManagementClient.js +11 -13
- package/dist-esm/src/eventGridManagementClient.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +506 -180
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +108 -20
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +36 -22
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +887 -509
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +4 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +46 -1
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/caCertificates.js +3 -8
- package/dist-esm/src/operations/caCertificates.js.map +1 -1
- package/dist-esm/src/operations/channels.js +3 -8
- package/dist-esm/src/operations/channels.js.map +1 -1
- package/dist-esm/src/operations/clientGroups.js +3 -8
- package/dist-esm/src/operations/clientGroups.js.map +1 -1
- package/dist-esm/src/operations/clients.js +3 -8
- package/dist-esm/src/operations/clients.js.map +1 -1
- package/dist-esm/src/operations/domainEventSubscriptions.js +3 -8
- package/dist-esm/src/operations/domainEventSubscriptions.js.map +1 -1
- package/dist-esm/src/operations/domainTopicEventSubscriptions.js +3 -8
- package/dist-esm/src/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist-esm/src/operations/domainTopics.js +3 -8
- package/dist-esm/src/operations/domainTopics.js.map +1 -1
- package/dist-esm/src/operations/domains.js +6 -16
- package/dist-esm/src/operations/domains.js.map +1 -1
- package/dist-esm/src/operations/eventSubscriptions.js +30 -80
- package/dist-esm/src/operations/eventSubscriptions.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +1 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/namespaceTopicEventSubscriptions.d.ts +11 -1
- package/dist-esm/src/operations/namespaceTopicEventSubscriptions.d.ts.map +1 -1
- package/dist-esm/src/operations/namespaceTopicEventSubscriptions.js +44 -8
- package/dist-esm/src/operations/namespaceTopicEventSubscriptions.js.map +1 -1
- package/dist-esm/src/operations/namespaceTopics.js +3 -8
- package/dist-esm/src/operations/namespaceTopics.js.map +1 -1
- package/dist-esm/src/operations/namespaces.js +6 -16
- package/dist-esm/src/operations/namespaces.js.map +1 -1
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js +260 -0
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist-esm/src/operations/operations.js +3 -8
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/partnerConfigurations.js +6 -16
- package/dist-esm/src/operations/partnerConfigurations.js.map +1 -1
- package/dist-esm/src/operations/partnerDestinations.js +6 -16
- package/dist-esm/src/operations/partnerDestinations.js.map +1 -1
- package/dist-esm/src/operations/partnerNamespaces.js +46 -25
- package/dist-esm/src/operations/partnerNamespaces.js.map +1 -1
- package/dist-esm/src/operations/partnerRegistrations.js +6 -16
- package/dist-esm/src/operations/partnerRegistrations.js.map +1 -1
- package/dist-esm/src/operations/partnerTopicEventSubscriptions.js +3 -8
- package/dist-esm/src/operations/partnerTopicEventSubscriptions.js.map +1 -1
- package/dist-esm/src/operations/partnerTopics.js +6 -16
- package/dist-esm/src/operations/partnerTopics.js.map +1 -1
- package/dist-esm/src/operations/permissionBindings.js +3 -8
- package/dist-esm/src/operations/permissionBindings.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +3 -8
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/privateLinkResources.js +3 -8
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -1
- package/dist-esm/src/operations/systemTopicEventSubscriptions.js +3 -8
- package/dist-esm/src/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist-esm/src/operations/systemTopics.js +6 -16
- package/dist-esm/src/operations/systemTopics.js.map +1 -1
- package/dist-esm/src/operations/topicEventSubscriptions.js +3 -8
- package/dist-esm/src/operations/topicEventSubscriptions.js.map +1 -1
- package/dist-esm/src/operations/topicSpaces.js +3 -8
- package/dist-esm/src/operations/topicSpaces.js.map +1 -1
- package/dist-esm/src/operations/topicTypes.js +6 -16
- package/dist-esm/src/operations/topicTypes.js.map +1 -1
- package/dist-esm/src/operations/topics.js +9 -24
- package/dist-esm/src/operations/topics.js.map +1 -1
- package/dist-esm/src/operations/verifiedPartners.js +3 -8
- package/dist-esm/src/operations/verifiedPartners.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +1 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/namespaceTopicEventSubscriptions.d.ts +11 -1
- package/dist-esm/src/operationsInterfaces/namespaceTopicEventSubscriptions.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist-esm/test/eventgrid_examples.js +156 -54
- package/dist-esm/test/eventgrid_examples.js.map +1 -1
- package/package.json +16 -20
- package/review/arm-eventgrid.api.md +236 -28
- package/src/eventGridManagementClient.ts +25 -5
- package/src/models/index.ts +613 -246
- package/src/models/mappers.ts +961 -552
- package/src/models/parameters.ts +50 -1
- package/src/operations/index.ts +1 -0
- package/src/operations/namespaceTopicEventSubscriptions.ts +54 -0
- package/src/operations/networkSecurityPerimeterConfigurations.ts +371 -0
- package/src/operations/partnerNamespaces.ts +40 -9
- package/src/operationsInterfaces/index.ts +1 -0
- package/src/operationsInterfaces/namespaceTopicEventSubscriptions.ts +19 -1
- package/src/operationsInterfaces/networkSecurityPerimeterConfigurations.ts +98 -0
- package/types/arm-eventgrid.d.ts +466 -48
- package/types/tsdoc-metadata.json +1 -1
- package/rollup.config.js +0 -122
package/types/arm-eventgrid.d.ts
CHANGED
|
@@ -448,8 +448,6 @@ export declare interface Client extends Resource {
|
|
|
448
448
|
description?: string;
|
|
449
449
|
/** The name presented by the client for authentication. The default value is the name of the resource. */
|
|
450
450
|
authenticationName?: string;
|
|
451
|
-
/** Authentication information for the client. */
|
|
452
|
-
authentication?: ClientAuthentication;
|
|
453
451
|
/** The client certificate authentication information. */
|
|
454
452
|
clientCertificateAuthentication?: ClientCertificateAuthentication;
|
|
455
453
|
/** Indicates if the client is enabled or not. Default value is Enabled. */
|
|
@@ -469,14 +467,6 @@ export declare interface Client extends Resource {
|
|
|
469
467
|
readonly provisioningState?: ClientProvisioningState;
|
|
470
468
|
}
|
|
471
469
|
|
|
472
|
-
/** The Authentication properties for the client. */
|
|
473
|
-
export declare interface ClientAuthentication {
|
|
474
|
-
/** The self signed certificate's thumbprints data used for authentication. */
|
|
475
|
-
certificateThumbprint?: ClientCertificateThumbprint;
|
|
476
|
-
/** The CA certificate subject name used for authentication. */
|
|
477
|
-
certificateSubject?: ClientCertificateSubjectDistinguishedName;
|
|
478
|
-
}
|
|
479
|
-
|
|
480
470
|
/** Client authentication settings for namespace resource. */
|
|
481
471
|
export declare interface ClientAuthenticationSettings {
|
|
482
472
|
/** Alternative authentication name sources related to client authentication settings for namespace resource. */
|
|
@@ -491,29 +481,6 @@ export declare interface ClientCertificateAuthentication {
|
|
|
491
481
|
allowedThumbprints?: string[];
|
|
492
482
|
}
|
|
493
483
|
|
|
494
|
-
/**
|
|
495
|
-
* CA certificate subject distinguished name information used by service to authenticate clients.
|
|
496
|
-
* For more information, see https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.x500distinguishedname?view=net-6.0#remarks
|
|
497
|
-
*/
|
|
498
|
-
export declare interface ClientCertificateSubjectDistinguishedName {
|
|
499
|
-
/** The common name field in the subject name. The allowed limit is 64 characters and it should be specified. */
|
|
500
|
-
commonName?: string;
|
|
501
|
-
/** The organization field in the subject name. If present, the allowed limit is 64 characters. */
|
|
502
|
-
organization?: string;
|
|
503
|
-
/** The organization unit field in the subject name. If present, the allowed limit is 32 characters. */
|
|
504
|
-
organizationUnit?: string;
|
|
505
|
-
/** The country code field in the subject name. If present, the country code should be represented by two-letter code defined in ISO 2166-1 (alpha-2). For example: 'US'. */
|
|
506
|
-
countryCode?: string;
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
/** Thumbprints are used by the service to validate the device permission when authentication is done using self signed certificate. */
|
|
510
|
-
export declare interface ClientCertificateThumbprint {
|
|
511
|
-
/** The primary thumbprint used for validation. */
|
|
512
|
-
primary?: string;
|
|
513
|
-
/** The secondary thumbprint used for validation. */
|
|
514
|
-
secondary?: string;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
484
|
/**
|
|
518
485
|
* Defines values for ClientCertificateValidationScheme. \
|
|
519
486
|
* {@link KnownClientCertificateValidationScheme} can be used interchangeably with ClientCertificateValidationScheme,
|
|
@@ -901,6 +868,8 @@ export declare interface DeliveryConfiguration {
|
|
|
901
868
|
deliveryMode?: DeliveryMode;
|
|
902
869
|
/** This property should be populated when deliveryMode is queue and represents information about the queue subscription. */
|
|
903
870
|
queue?: QueueInfo;
|
|
871
|
+
/** This property should be populated when deliveryMode is push and represents information about the push subscription. */
|
|
872
|
+
push?: PushInfo;
|
|
904
873
|
}
|
|
905
874
|
|
|
906
875
|
/**
|
|
@@ -908,7 +877,8 @@ export declare interface DeliveryConfiguration {
|
|
|
908
877
|
* {@link KnownDeliveryMode} can be used interchangeably with DeliveryMode,
|
|
909
878
|
* this enum contains the known values that the service supports.
|
|
910
879
|
* ### Known values supported by the service
|
|
911
|
-
* **Queue**
|
|
880
|
+
* **Queue** \
|
|
881
|
+
* **Push**
|
|
912
882
|
*/
|
|
913
883
|
export declare type DeliveryMode = string;
|
|
914
884
|
|
|
@@ -1767,7 +1737,9 @@ export declare interface DynamicRoutingEnrichment {
|
|
|
1767
1737
|
* **ServiceBusQueue** \
|
|
1768
1738
|
* **ServiceBusTopic** \
|
|
1769
1739
|
* **AzureFunction** \
|
|
1770
|
-
* **PartnerDestination**
|
|
1740
|
+
* **PartnerDestination** \
|
|
1741
|
+
* **MonitorAlert** \
|
|
1742
|
+
* **NamespaceTopic**
|
|
1771
1743
|
*/
|
|
1772
1744
|
export declare type EndpointType = string;
|
|
1773
1745
|
|
|
@@ -1842,7 +1814,7 @@ export declare type EventDeliverySchema = string;
|
|
|
1842
1814
|
|
|
1843
1815
|
export declare class EventGridManagementClient extends coreClient.ServiceClient {
|
|
1844
1816
|
$host: string;
|
|
1845
|
-
subscriptionId
|
|
1817
|
+
subscriptionId?: string;
|
|
1846
1818
|
apiVersion: string;
|
|
1847
1819
|
/**
|
|
1848
1820
|
* Initializes a new instance of the EventGridManagementClient class.
|
|
@@ -1852,6 +1824,7 @@ export declare class EventGridManagementClient extends coreClient.ServiceClient
|
|
|
1852
1824
|
* @param options The parameter options
|
|
1853
1825
|
*/
|
|
1854
1826
|
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: EventGridManagementClientOptionalParams);
|
|
1827
|
+
constructor(credentials: coreAuth.TokenCredential, options?: EventGridManagementClientOptionalParams);
|
|
1855
1828
|
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
1856
1829
|
private addCustomApiVersionPolicy;
|
|
1857
1830
|
caCertificates: CaCertificates;
|
|
@@ -1875,6 +1848,7 @@ export declare class EventGridManagementClient extends coreClient.ServiceClient
|
|
|
1875
1848
|
partnerNamespaces: PartnerNamespaces;
|
|
1876
1849
|
partnerRegistrations: PartnerRegistrations;
|
|
1877
1850
|
partnerTopics: PartnerTopics;
|
|
1851
|
+
networkSecurityPerimeterConfigurations: NetworkSecurityPerimeterConfigurations;
|
|
1878
1852
|
permissionBindings: PermissionBindings;
|
|
1879
1853
|
privateEndpointConnections: PrivateEndpointConnections;
|
|
1880
1854
|
privateLinkResources: PrivateLinkResources;
|
|
@@ -1967,10 +1941,10 @@ export declare interface EventSubscription extends Resource {
|
|
|
1967
1941
|
/** Information about the destination for an event subscription. */
|
|
1968
1942
|
export declare interface EventSubscriptionDestination {
|
|
1969
1943
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1970
|
-
endpointType: "WebHook" | "EventHub" | "StorageQueue" | "HybridConnection" | "ServiceBusQueue" | "ServiceBusTopic" | "AzureFunction" | "PartnerDestination";
|
|
1944
|
+
endpointType: "WebHook" | "EventHub" | "StorageQueue" | "HybridConnection" | "ServiceBusQueue" | "ServiceBusTopic" | "AzureFunction" | "PartnerDestination" | "MonitorAlert" | "NamespaceTopic";
|
|
1971
1945
|
}
|
|
1972
1946
|
|
|
1973
|
-
export declare type EventSubscriptionDestinationUnion = EventSubscriptionDestination | WebHookEventSubscriptionDestination | EventHubEventSubscriptionDestination | StorageQueueEventSubscriptionDestination | HybridConnectionEventSubscriptionDestination | ServiceBusQueueEventSubscriptionDestination | ServiceBusTopicEventSubscriptionDestination | AzureFunctionEventSubscriptionDestination | PartnerEventSubscriptionDestination;
|
|
1947
|
+
export declare type EventSubscriptionDestinationUnion = EventSubscriptionDestination | WebHookEventSubscriptionDestination | EventHubEventSubscriptionDestination | StorageQueueEventSubscriptionDestination | HybridConnectionEventSubscriptionDestination | ServiceBusQueueEventSubscriptionDestination | ServiceBusTopicEventSubscriptionDestination | AzureFunctionEventSubscriptionDestination | PartnerEventSubscriptionDestination | MonitorAlertEventSubscriptionDestination | NamespaceTopicEventSubscriptionDestination;
|
|
1974
1948
|
|
|
1975
1949
|
/** Filter for the Event Subscription. */
|
|
1976
1950
|
export declare interface EventSubscriptionFilter {
|
|
@@ -3018,7 +2992,9 @@ export declare enum KnownDeliveryAttributeMappingType {
|
|
|
3018
2992
|
/** Known values of {@link DeliveryMode} that the service accepts. */
|
|
3019
2993
|
export declare enum KnownDeliveryMode {
|
|
3020
2994
|
/** Queue */
|
|
3021
|
-
Queue = "Queue"
|
|
2995
|
+
Queue = "Queue",
|
|
2996
|
+
/** Push */
|
|
2997
|
+
Push = "Push"
|
|
3022
2998
|
}
|
|
3023
2999
|
|
|
3024
3000
|
/** Known values of {@link DeliverySchema} that the service accepts. */
|
|
@@ -3076,7 +3052,11 @@ export declare enum KnownEndpointType {
|
|
|
3076
3052
|
/** AzureFunction */
|
|
3077
3053
|
AzureFunction = "AzureFunction",
|
|
3078
3054
|
/** PartnerDestination */
|
|
3079
|
-
PartnerDestination = "PartnerDestination"
|
|
3055
|
+
PartnerDestination = "PartnerDestination",
|
|
3056
|
+
/** MonitorAlert */
|
|
3057
|
+
MonitorAlert = "MonitorAlert",
|
|
3058
|
+
/** NamespaceTopic */
|
|
3059
|
+
NamespaceTopic = "NamespaceTopic"
|
|
3080
3060
|
}
|
|
3081
3061
|
|
|
3082
3062
|
/** Known values of {@link EventDefinitionKind} that the service accepts. */
|
|
@@ -3203,6 +3183,20 @@ export declare enum KnownIpActionType {
|
|
|
3203
3183
|
Allow = "Allow"
|
|
3204
3184
|
}
|
|
3205
3185
|
|
|
3186
|
+
/** Known values of {@link MonitorAlertSeverity} that the service accepts. */
|
|
3187
|
+
export declare enum KnownMonitorAlertSeverity {
|
|
3188
|
+
/** Sev0 */
|
|
3189
|
+
Sev0 = "Sev0",
|
|
3190
|
+
/** Sev1 */
|
|
3191
|
+
Sev1 = "Sev1",
|
|
3192
|
+
/** Sev2 */
|
|
3193
|
+
Sev2 = "Sev2",
|
|
3194
|
+
/** Sev3 */
|
|
3195
|
+
Sev3 = "Sev3",
|
|
3196
|
+
/** Sev4 */
|
|
3197
|
+
Sev4 = "Sev4"
|
|
3198
|
+
}
|
|
3199
|
+
|
|
3206
3200
|
/** Known values of {@link NamespaceProvisioningState} that the service accepts. */
|
|
3207
3201
|
export declare enum KnownNamespaceProvisioningState {
|
|
3208
3202
|
/** Creating */
|
|
@@ -3251,6 +3245,72 @@ export declare enum KnownNamespaceTopicProvisioningState {
|
|
|
3251
3245
|
UpdatedFailed = "UpdatedFailed"
|
|
3252
3246
|
}
|
|
3253
3247
|
|
|
3248
|
+
/** Known values of {@link NetworkSecurityPerimeterAssociationAccessMode} that the service accepts. */
|
|
3249
|
+
export declare enum KnownNetworkSecurityPerimeterAssociationAccessMode {
|
|
3250
|
+
/** Learning */
|
|
3251
|
+
Learning = "Learning",
|
|
3252
|
+
/** Enforced */
|
|
3253
|
+
Enforced = "Enforced",
|
|
3254
|
+
/** Audit */
|
|
3255
|
+
Audit = "Audit"
|
|
3256
|
+
}
|
|
3257
|
+
|
|
3258
|
+
/** Known values of {@link NetworkSecurityPerimeterConfigProvisioningState} that the service accepts. */
|
|
3259
|
+
export declare enum KnownNetworkSecurityPerimeterConfigProvisioningState {
|
|
3260
|
+
/** Creating */
|
|
3261
|
+
Creating = "Creating",
|
|
3262
|
+
/** Updating */
|
|
3263
|
+
Updating = "Updating",
|
|
3264
|
+
/** Deleting */
|
|
3265
|
+
Deleting = "Deleting",
|
|
3266
|
+
/** Succeeded */
|
|
3267
|
+
Succeeded = "Succeeded",
|
|
3268
|
+
/** Canceled */
|
|
3269
|
+
Canceled = "Canceled",
|
|
3270
|
+
/** Failed */
|
|
3271
|
+
Failed = "Failed",
|
|
3272
|
+
/** Deleted */
|
|
3273
|
+
Deleted = "Deleted",
|
|
3274
|
+
/** Accepted */
|
|
3275
|
+
Accepted = "Accepted"
|
|
3276
|
+
}
|
|
3277
|
+
|
|
3278
|
+
/** Known values of {@link NetworkSecurityPerimeterConfigurationIssueSeverity} that the service accepts. */
|
|
3279
|
+
export declare enum KnownNetworkSecurityPerimeterConfigurationIssueSeverity {
|
|
3280
|
+
/** Warning */
|
|
3281
|
+
Warning = "Warning",
|
|
3282
|
+
/** Error */
|
|
3283
|
+
Error = "Error"
|
|
3284
|
+
}
|
|
3285
|
+
|
|
3286
|
+
/** Known values of {@link NetworkSecurityPerimeterConfigurationIssueType} that the service accepts. */
|
|
3287
|
+
export declare enum KnownNetworkSecurityPerimeterConfigurationIssueType {
|
|
3288
|
+
/** MissingPerimeterConfiguration */
|
|
3289
|
+
MissingPerimeterConfiguration = "MissingPerimeterConfiguration",
|
|
3290
|
+
/** MissingIdentityConfiguration */
|
|
3291
|
+
MissingIdentityConfiguration = "MissingIdentityConfiguration",
|
|
3292
|
+
/** ConfigurationPropagationFailure */
|
|
3293
|
+
ConfigurationPropagationFailure = "ConfigurationPropagationFailure",
|
|
3294
|
+
/** Other */
|
|
3295
|
+
Other = "Other"
|
|
3296
|
+
}
|
|
3297
|
+
|
|
3298
|
+
/** Known values of {@link NetworkSecurityPerimeterProfileAccessRuleDirection} that the service accepts. */
|
|
3299
|
+
export declare enum KnownNetworkSecurityPerimeterProfileAccessRuleDirection {
|
|
3300
|
+
/** Inbound */
|
|
3301
|
+
Inbound = "Inbound",
|
|
3302
|
+
/** Outbound */
|
|
3303
|
+
Outbound = "Outbound"
|
|
3304
|
+
}
|
|
3305
|
+
|
|
3306
|
+
/** Known values of {@link NetworkSecurityPerimeterResourceType} that the service accepts. */
|
|
3307
|
+
export declare enum KnownNetworkSecurityPerimeterResourceType {
|
|
3308
|
+
/** Topics */
|
|
3309
|
+
Topics = "topics",
|
|
3310
|
+
/** Domains */
|
|
3311
|
+
Domains = "domains"
|
|
3312
|
+
}
|
|
3313
|
+
|
|
3254
3314
|
/** Known values of {@link PartnerClientAuthenticationType} that the service accepts. */
|
|
3255
3315
|
export declare enum KnownPartnerClientAuthenticationType {
|
|
3256
3316
|
/** AzureAD */
|
|
@@ -3428,7 +3488,9 @@ export declare enum KnownPublicNetworkAccess {
|
|
|
3428
3488
|
/** Enabled */
|
|
3429
3489
|
Enabled = "Enabled",
|
|
3430
3490
|
/** Disabled */
|
|
3431
|
-
Disabled = "Disabled"
|
|
3491
|
+
Disabled = "Disabled",
|
|
3492
|
+
/** SecuredByPerimeter */
|
|
3493
|
+
SecuredByPerimeter = "SecuredByPerimeter"
|
|
3432
3494
|
}
|
|
3433
3495
|
|
|
3434
3496
|
/** Known values of {@link PublisherType} that the service accepts. */
|
|
@@ -3629,6 +3691,37 @@ export declare enum KnownVerifiedPartnerProvisioningState {
|
|
|
3629
3691
|
Failed = "Failed"
|
|
3630
3692
|
}
|
|
3631
3693
|
|
|
3694
|
+
/** Information about the Monitor Alert destination for an event subscription. */
|
|
3695
|
+
export declare interface MonitorAlertEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
3696
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3697
|
+
endpointType: "MonitorAlert";
|
|
3698
|
+
/**
|
|
3699
|
+
* The severity that will be attached to every Alert fired through this event subscription.
|
|
3700
|
+
* This field must be provided.
|
|
3701
|
+
*/
|
|
3702
|
+
severity?: MonitorAlertSeverity;
|
|
3703
|
+
/** The description that will be attached to every Alert fired through this event subscription. */
|
|
3704
|
+
description?: string;
|
|
3705
|
+
/**
|
|
3706
|
+
* The list of ARM Ids of Action Groups that will be triggered on every Alert fired through this event subscription.
|
|
3707
|
+
* Each resource ARM Id should follow this pattern: /subscriptions/{AzureSubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Insights/actionGroups/{ActionGroupName}.
|
|
3708
|
+
*/
|
|
3709
|
+
actionGroups?: string[];
|
|
3710
|
+
}
|
|
3711
|
+
|
|
3712
|
+
/**
|
|
3713
|
+
* Defines values for MonitorAlertSeverity. \
|
|
3714
|
+
* {@link KnownMonitorAlertSeverity} can be used interchangeably with MonitorAlertSeverity,
|
|
3715
|
+
* this enum contains the known values that the service supports.
|
|
3716
|
+
* ### Known values supported by the service
|
|
3717
|
+
* **Sev0** \
|
|
3718
|
+
* **Sev1** \
|
|
3719
|
+
* **Sev2** \
|
|
3720
|
+
* **Sev3** \
|
|
3721
|
+
* **Sev4**
|
|
3722
|
+
*/
|
|
3723
|
+
export declare type MonitorAlertSeverity = string;
|
|
3724
|
+
|
|
3632
3725
|
/** Namespace resource. */
|
|
3633
3726
|
export declare interface Namespace extends TrackedResource {
|
|
3634
3727
|
/** Represents available Sku pricing tiers. */
|
|
@@ -3651,7 +3744,10 @@ export declare interface Namespace extends TrackedResource {
|
|
|
3651
3744
|
/** Topic spaces configuration information for the namespace resource */
|
|
3652
3745
|
topicSpacesConfiguration?: TopicSpacesConfiguration;
|
|
3653
3746
|
/**
|
|
3654
|
-
*
|
|
3747
|
+
* This is an optional property and it allows the user to specify if the namespace resource supports zone-redundancy capability or not. If this
|
|
3748
|
+
* property is not specified explicitly by the user, its default value depends on the following conditions:
|
|
3749
|
+
* a. For Availability Zones enabled regions - The default property value would be true.
|
|
3750
|
+
* b. For non-Availability Zones enabled regions - The default property value would be false.
|
|
3655
3751
|
* Once specified, this property cannot be updated.
|
|
3656
3752
|
*/
|
|
3657
3753
|
isZoneRedundant?: boolean;
|
|
@@ -3938,6 +4034,18 @@ export declare interface NamespaceTopic extends Resource {
|
|
|
3938
4034
|
eventRetentionInDays?: number;
|
|
3939
4035
|
}
|
|
3940
4036
|
|
|
4037
|
+
/** Information about the Namespace Topic destination for an event subscription. */
|
|
4038
|
+
export declare interface NamespaceTopicEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
4039
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4040
|
+
endpointType: "NamespaceTopic";
|
|
4041
|
+
/**
|
|
4042
|
+
* The Azure resource Id that represents the endpoint of the Event Grid Namespace Topic destination of an event subscription.
|
|
4043
|
+
* This field is required and the Namespace Topic resource listed must already exist.
|
|
4044
|
+
* The resource ARM Id should follow this pattern: /subscriptions/{AzureSubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.EventGrid/namespaces/{NamespaceName}/topics/{TopicName}.
|
|
4045
|
+
*/
|
|
4046
|
+
resourceId?: string;
|
|
4047
|
+
}
|
|
4048
|
+
|
|
3941
4049
|
/** Interface representing a NamespaceTopicEventSubscriptions. */
|
|
3942
4050
|
export declare interface NamespaceTopicEventSubscriptions {
|
|
3943
4051
|
/**
|
|
@@ -4026,6 +4134,16 @@ export declare interface NamespaceTopicEventSubscriptions {
|
|
|
4026
4134
|
* @param options The options parameters.
|
|
4027
4135
|
*/
|
|
4028
4136
|
beginUpdateAndWait(resourceGroupName: string, namespaceName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: SubscriptionUpdateParameters, options?: NamespaceTopicEventSubscriptionsUpdateOptionalParams): Promise<NamespaceTopicEventSubscriptionsUpdateResponse>;
|
|
4137
|
+
/**
|
|
4138
|
+
* Get all delivery attributes for an event subscription of a namespace topic.
|
|
4139
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
4140
|
+
* @param namespaceName Name of the namespace.
|
|
4141
|
+
* @param topicName Name of the namespace topic.
|
|
4142
|
+
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
|
|
4143
|
+
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
4144
|
+
* @param options The options parameters.
|
|
4145
|
+
*/
|
|
4146
|
+
getDeliveryAttributes(resourceGroupName: string, namespaceName: string, topicName: string, eventSubscriptionName: string, options?: NamespaceTopicEventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<NamespaceTopicEventSubscriptionsGetDeliveryAttributesResponse>;
|
|
4029
4147
|
}
|
|
4030
4148
|
|
|
4031
4149
|
/** Optional parameters. */
|
|
@@ -4052,6 +4170,13 @@ export declare interface NamespaceTopicEventSubscriptionsDeleteOptionalParams ex
|
|
|
4052
4170
|
resumeFrom?: string;
|
|
4053
4171
|
}
|
|
4054
4172
|
|
|
4173
|
+
/** Optional parameters. */
|
|
4174
|
+
export declare interface NamespaceTopicEventSubscriptionsGetDeliveryAttributesOptionalParams extends coreClient.OperationOptions {
|
|
4175
|
+
}
|
|
4176
|
+
|
|
4177
|
+
/** Contains response data for the getDeliveryAttributes operation. */
|
|
4178
|
+
export declare type NamespaceTopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
4179
|
+
|
|
4055
4180
|
/** Optional parameters. */
|
|
4056
4181
|
export declare interface NamespaceTopicEventSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
4057
4182
|
}
|
|
@@ -4334,6 +4459,238 @@ export declare interface NamespaceUpdateParameters {
|
|
|
4334
4459
|
inboundIpRules?: InboundIpRule[];
|
|
4335
4460
|
}
|
|
4336
4461
|
|
|
4462
|
+
/**
|
|
4463
|
+
* Defines values for NetworkSecurityPerimeterAssociationAccessMode. \
|
|
4464
|
+
* {@link KnownNetworkSecurityPerimeterAssociationAccessMode} can be used interchangeably with NetworkSecurityPerimeterAssociationAccessMode,
|
|
4465
|
+
* this enum contains the known values that the service supports.
|
|
4466
|
+
* ### Known values supported by the service
|
|
4467
|
+
* **Learning** \
|
|
4468
|
+
* **Enforced** \
|
|
4469
|
+
* **Audit**
|
|
4470
|
+
*/
|
|
4471
|
+
export declare type NetworkSecurityPerimeterAssociationAccessMode = string;
|
|
4472
|
+
|
|
4473
|
+
/**
|
|
4474
|
+
* Defines values for NetworkSecurityPerimeterConfigProvisioningState. \
|
|
4475
|
+
* {@link KnownNetworkSecurityPerimeterConfigProvisioningState} can be used interchangeably with NetworkSecurityPerimeterConfigProvisioningState,
|
|
4476
|
+
* this enum contains the known values that the service supports.
|
|
4477
|
+
* ### Known values supported by the service
|
|
4478
|
+
* **Creating** \
|
|
4479
|
+
* **Updating** \
|
|
4480
|
+
* **Deleting** \
|
|
4481
|
+
* **Succeeded** \
|
|
4482
|
+
* **Canceled** \
|
|
4483
|
+
* **Failed** \
|
|
4484
|
+
* **Deleted** \
|
|
4485
|
+
* **Accepted**
|
|
4486
|
+
*/
|
|
4487
|
+
export declare type NetworkSecurityPerimeterConfigProvisioningState = string;
|
|
4488
|
+
|
|
4489
|
+
/** Network security perimeter configuration. */
|
|
4490
|
+
export declare interface NetworkSecurityPerimeterConfiguration extends Resource {
|
|
4491
|
+
/** Provisioning state to reflect configuration state and indicate status of nsp profile configuration retrieval. */
|
|
4492
|
+
provisioningState?: NetworkSecurityPerimeterConfigProvisioningState;
|
|
4493
|
+
/** Provisioning issues to reflect status when attempting to retrieve nsp profile configuration. */
|
|
4494
|
+
provisioningIssues?: NetworkSecurityPerimeterConfigurationIssues[];
|
|
4495
|
+
/** Perimeter info for nsp association. */
|
|
4496
|
+
networkSecurityPerimeter?: NetworkSecurityPerimeterInfo;
|
|
4497
|
+
/** Nsp association name and access mode of association. */
|
|
4498
|
+
resourceAssociation?: ResourceAssociation;
|
|
4499
|
+
/** Nsp profile configuration, access rules and diagnostic settings. */
|
|
4500
|
+
profile?: NetworkSecurityPerimeterConfigurationProfile;
|
|
4501
|
+
}
|
|
4502
|
+
|
|
4503
|
+
/** Network security perimeter configuration issues. */
|
|
4504
|
+
export declare interface NetworkSecurityPerimeterConfigurationIssues {
|
|
4505
|
+
/** Provisioning issue name. */
|
|
4506
|
+
name?: string;
|
|
4507
|
+
/** Provisioning issue type. */
|
|
4508
|
+
issueType?: NetworkSecurityPerimeterConfigurationIssueType;
|
|
4509
|
+
/** Provisioning issue severity. */
|
|
4510
|
+
severity?: NetworkSecurityPerimeterConfigurationIssueSeverity;
|
|
4511
|
+
/** Provisioning issue description. */
|
|
4512
|
+
description?: string;
|
|
4513
|
+
/** ARM IDs of resources that can be associated to the same perimeter to remediate the issue. */
|
|
4514
|
+
suggestedResourceIds?: string[];
|
|
4515
|
+
/** Access rules that can be added to the same profile to remediate the issue. */
|
|
4516
|
+
suggestedAccessRules?: string[];
|
|
4517
|
+
}
|
|
4518
|
+
|
|
4519
|
+
/**
|
|
4520
|
+
* Defines values for NetworkSecurityPerimeterConfigurationIssueSeverity. \
|
|
4521
|
+
* {@link KnownNetworkSecurityPerimeterConfigurationIssueSeverity} can be used interchangeably with NetworkSecurityPerimeterConfigurationIssueSeverity,
|
|
4522
|
+
* this enum contains the known values that the service supports.
|
|
4523
|
+
* ### Known values supported by the service
|
|
4524
|
+
* **Warning** \
|
|
4525
|
+
* **Error**
|
|
4526
|
+
*/
|
|
4527
|
+
export declare type NetworkSecurityPerimeterConfigurationIssueSeverity = string;
|
|
4528
|
+
|
|
4529
|
+
/**
|
|
4530
|
+
* Defines values for NetworkSecurityPerimeterConfigurationIssueType. \
|
|
4531
|
+
* {@link KnownNetworkSecurityPerimeterConfigurationIssueType} can be used interchangeably with NetworkSecurityPerimeterConfigurationIssueType,
|
|
4532
|
+
* this enum contains the known values that the service supports.
|
|
4533
|
+
* ### Known values supported by the service
|
|
4534
|
+
* **MissingPerimeterConfiguration** \
|
|
4535
|
+
* **MissingIdentityConfiguration** \
|
|
4536
|
+
* **ConfigurationPropagationFailure** \
|
|
4537
|
+
* **Other**
|
|
4538
|
+
*/
|
|
4539
|
+
export declare type NetworkSecurityPerimeterConfigurationIssueType = string;
|
|
4540
|
+
|
|
4541
|
+
/** Network security perimeter configuration List. */
|
|
4542
|
+
export declare interface NetworkSecurityPerimeterConfigurationList {
|
|
4543
|
+
/** List of all network security parameter configurations. */
|
|
4544
|
+
value?: NetworkSecurityPerimeterConfiguration[];
|
|
4545
|
+
/** A link for the next page of Network Security Perimeter Configuration. */
|
|
4546
|
+
nextLink?: string;
|
|
4547
|
+
}
|
|
4548
|
+
|
|
4549
|
+
/** Nsp configuration with profile information. */
|
|
4550
|
+
export declare interface NetworkSecurityPerimeterConfigurationProfile {
|
|
4551
|
+
/** Nsp configuration profile name. */
|
|
4552
|
+
name?: string;
|
|
4553
|
+
/** Access rules version number for nsp profile. */
|
|
4554
|
+
accessRulesVersion?: string;
|
|
4555
|
+
/** List of inbound or outbound access rule setup on the nsp profile. */
|
|
4556
|
+
accessRules?: NetworkSecurityPerimeterProfileAccessRule[];
|
|
4557
|
+
/** Diagnostic settings version number for nsp profile. */
|
|
4558
|
+
diagnosticSettingsVersion?: string;
|
|
4559
|
+
/** Enabled log categories for nsp profile. */
|
|
4560
|
+
enabledLogCategories?: string[];
|
|
4561
|
+
}
|
|
4562
|
+
|
|
4563
|
+
/** Interface representing a NetworkSecurityPerimeterConfigurations. */
|
|
4564
|
+
export declare interface NetworkSecurityPerimeterConfigurations {
|
|
4565
|
+
/**
|
|
4566
|
+
* Get all network security perimeter configurations associated with a topic or domain.
|
|
4567
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
4568
|
+
* @param resourceType The type of the resource. This can be either \'topics\' or \'domains\'.
|
|
4569
|
+
* @param resourceName The name of the resource (namely, either, the topic name or domain name).
|
|
4570
|
+
* @param options The options parameters.
|
|
4571
|
+
*/
|
|
4572
|
+
list(resourceGroupName: string, resourceType: NetworkSecurityPerimeterResourceType, resourceName: string, options?: NetworkSecurityPerimeterConfigurationsListOptionalParams): PagedAsyncIterableIterator<NetworkSecurityPerimeterConfiguration>;
|
|
4573
|
+
/**
|
|
4574
|
+
* Get a specific network security perimeter configuration with a topic or domain.
|
|
4575
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
4576
|
+
* @param resourceType The type of the resource. This can be either \'topics\', or \'domains\'.
|
|
4577
|
+
* @param resourceName The name of the resource (namely, either, the topic name or domain name).
|
|
4578
|
+
* @param perimeterGuid Unique identifier for perimeter
|
|
4579
|
+
* @param associationName Association name to association network security perimeter resource to
|
|
4580
|
+
* profile
|
|
4581
|
+
* @param options The options parameters.
|
|
4582
|
+
*/
|
|
4583
|
+
get(resourceGroupName: string, resourceType: NetworkSecurityPerimeterResourceType, resourceName: string, perimeterGuid: string, associationName: string, options?: NetworkSecurityPerimeterConfigurationsGetOptionalParams): Promise<NetworkSecurityPerimeterConfigurationsGetResponse>;
|
|
4584
|
+
/**
|
|
4585
|
+
* Reconcile a specific network security perimeter configuration for a given network security perimeter
|
|
4586
|
+
* association with a topic or domain.
|
|
4587
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
4588
|
+
* @param resourceType The type of the resource. This can be either \'topics\' or \'domains\'.
|
|
4589
|
+
* @param resourceName The name of the resource (namely, either, the topic name or domain name).
|
|
4590
|
+
* @param perimeterGuid Unique identifier for perimeter
|
|
4591
|
+
* @param associationName Association name to association network security perimeter resource to
|
|
4592
|
+
* profile
|
|
4593
|
+
* @param options The options parameters.
|
|
4594
|
+
*/
|
|
4595
|
+
beginReconcile(resourceGroupName: string, resourceType: NetworkSecurityPerimeterResourceType, resourceName: string, perimeterGuid: string, associationName: string, options?: NetworkSecurityPerimeterConfigurationsReconcileOptionalParams): Promise<SimplePollerLike<OperationState<NetworkSecurityPerimeterConfigurationsReconcileResponse>, NetworkSecurityPerimeterConfigurationsReconcileResponse>>;
|
|
4596
|
+
/**
|
|
4597
|
+
* Reconcile a specific network security perimeter configuration for a given network security perimeter
|
|
4598
|
+
* association with a topic or domain.
|
|
4599
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
4600
|
+
* @param resourceType The type of the resource. This can be either \'topics\' or \'domains\'.
|
|
4601
|
+
* @param resourceName The name of the resource (namely, either, the topic name or domain name).
|
|
4602
|
+
* @param perimeterGuid Unique identifier for perimeter
|
|
4603
|
+
* @param associationName Association name to association network security perimeter resource to
|
|
4604
|
+
* profile
|
|
4605
|
+
* @param options The options parameters.
|
|
4606
|
+
*/
|
|
4607
|
+
beginReconcileAndWait(resourceGroupName: string, resourceType: NetworkSecurityPerimeterResourceType, resourceName: string, perimeterGuid: string, associationName: string, options?: NetworkSecurityPerimeterConfigurationsReconcileOptionalParams): Promise<NetworkSecurityPerimeterConfigurationsReconcileResponse>;
|
|
4608
|
+
}
|
|
4609
|
+
|
|
4610
|
+
/** Optional parameters. */
|
|
4611
|
+
export declare interface NetworkSecurityPerimeterConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
4612
|
+
}
|
|
4613
|
+
|
|
4614
|
+
/** Contains response data for the get operation. */
|
|
4615
|
+
export declare type NetworkSecurityPerimeterConfigurationsGetResponse = NetworkSecurityPerimeterConfiguration;
|
|
4616
|
+
|
|
4617
|
+
/** Optional parameters. */
|
|
4618
|
+
export declare interface NetworkSecurityPerimeterConfigurationsListOptionalParams extends coreClient.OperationOptions {
|
|
4619
|
+
}
|
|
4620
|
+
|
|
4621
|
+
/** Contains response data for the list operation. */
|
|
4622
|
+
export declare type NetworkSecurityPerimeterConfigurationsListResponse = NetworkSecurityPerimeterConfigurationList;
|
|
4623
|
+
|
|
4624
|
+
/** Defines headers for NetworkSecurityPerimeterConfigurations_reconcile operation. */
|
|
4625
|
+
export declare interface NetworkSecurityPerimeterConfigurationsReconcileHeaders {
|
|
4626
|
+
location?: string;
|
|
4627
|
+
}
|
|
4628
|
+
|
|
4629
|
+
/** Optional parameters. */
|
|
4630
|
+
export declare interface NetworkSecurityPerimeterConfigurationsReconcileOptionalParams extends coreClient.OperationOptions {
|
|
4631
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4632
|
+
updateIntervalInMs?: number;
|
|
4633
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4634
|
+
resumeFrom?: string;
|
|
4635
|
+
}
|
|
4636
|
+
|
|
4637
|
+
/** Contains response data for the reconcile operation. */
|
|
4638
|
+
export declare type NetworkSecurityPerimeterConfigurationsReconcileResponse = NetworkSecurityPerimeterConfiguration;
|
|
4639
|
+
|
|
4640
|
+
/** Network security perimeter info. */
|
|
4641
|
+
export declare interface NetworkSecurityPerimeterInfo {
|
|
4642
|
+
/** Arm id for network security perimeter. */
|
|
4643
|
+
id?: string;
|
|
4644
|
+
/** Network security perimeter guid. */
|
|
4645
|
+
perimeterGuid?: string;
|
|
4646
|
+
/** Network security perimeter location. */
|
|
4647
|
+
location?: string;
|
|
4648
|
+
}
|
|
4649
|
+
|
|
4650
|
+
/** Network security perimeter profile access rule. */
|
|
4651
|
+
export declare interface NetworkSecurityPerimeterProfileAccessRule {
|
|
4652
|
+
/** Fully Qualified Arm id for network security perimeter profile access rule. */
|
|
4653
|
+
fullyQualifiedArmId?: string;
|
|
4654
|
+
/** Name for nsp access rule. */
|
|
4655
|
+
name?: string;
|
|
4656
|
+
/** nsp access rule type. */
|
|
4657
|
+
type?: string;
|
|
4658
|
+
/** NSP access rule direction. */
|
|
4659
|
+
direction?: NetworkSecurityPerimeterProfileAccessRuleDirection;
|
|
4660
|
+
/** Address prefixes. */
|
|
4661
|
+
addressPrefixes?: string[];
|
|
4662
|
+
/** List of subscriptions. */
|
|
4663
|
+
subscriptions?: string[];
|
|
4664
|
+
/** Network security perimeters. */
|
|
4665
|
+
networkSecurityPerimeters?: NetworkSecurityPerimeterInfo[];
|
|
4666
|
+
/** Fully qualified domain names. */
|
|
4667
|
+
fullyQualifiedDomainNames?: string[];
|
|
4668
|
+
/** List of email addresses. */
|
|
4669
|
+
emailAddresses?: string[];
|
|
4670
|
+
/** List of phone numbers. */
|
|
4671
|
+
phoneNumbers?: string[];
|
|
4672
|
+
}
|
|
4673
|
+
|
|
4674
|
+
/**
|
|
4675
|
+
* Defines values for NetworkSecurityPerimeterProfileAccessRuleDirection. \
|
|
4676
|
+
* {@link KnownNetworkSecurityPerimeterProfileAccessRuleDirection} can be used interchangeably with NetworkSecurityPerimeterProfileAccessRuleDirection,
|
|
4677
|
+
* this enum contains the known values that the service supports.
|
|
4678
|
+
* ### Known values supported by the service
|
|
4679
|
+
* **Inbound** \
|
|
4680
|
+
* **Outbound**
|
|
4681
|
+
*/
|
|
4682
|
+
export declare type NetworkSecurityPerimeterProfileAccessRuleDirection = string;
|
|
4683
|
+
|
|
4684
|
+
/**
|
|
4685
|
+
* Defines values for NetworkSecurityPerimeterResourceType. \
|
|
4686
|
+
* {@link KnownNetworkSecurityPerimeterResourceType} can be used interchangeably with NetworkSecurityPerimeterResourceType,
|
|
4687
|
+
* this enum contains the known values that the service supports.
|
|
4688
|
+
* ### Known values supported by the service
|
|
4689
|
+
* **topics** \
|
|
4690
|
+
* **domains**
|
|
4691
|
+
*/
|
|
4692
|
+
export declare type NetworkSecurityPerimeterResourceType = string;
|
|
4693
|
+
|
|
4337
4694
|
/** NumberGreaterThan Advanced Filter. */
|
|
4338
4695
|
export declare interface NumberGreaterThanAdvancedFilter extends AdvancedFilter {
|
|
4339
4696
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -6384,7 +6741,8 @@ export declare interface PrivateLinkResourcesListResult {
|
|
|
6384
6741
|
* this enum contains the known values that the service supports.
|
|
6385
6742
|
* ### Known values supported by the service
|
|
6386
6743
|
* **Enabled** \
|
|
6387
|
-
* **Disabled**
|
|
6744
|
+
* **Disabled** \
|
|
6745
|
+
* **SecuredByPerimeter**
|
|
6388
6746
|
*/
|
|
6389
6747
|
export declare type PublicNetworkAccess = string;
|
|
6390
6748
|
|
|
@@ -6397,6 +6755,41 @@ export declare type PublicNetworkAccess = string;
|
|
|
6397
6755
|
*/
|
|
6398
6756
|
export declare type PublisherType = string;
|
|
6399
6757
|
|
|
6758
|
+
/** Properties of the destination info for event subscription supporting push. */
|
|
6759
|
+
export declare interface PushInfo {
|
|
6760
|
+
/** The maximum delivery count of the events. */
|
|
6761
|
+
maxDeliveryCount?: number;
|
|
6762
|
+
/**
|
|
6763
|
+
* Time span duration in ISO 8601 format that determines how long messages are available to the subscription from the time the message was published.
|
|
6764
|
+
* This duration value is expressed using the following format: \'P(n)Y(n)M(n)DT(n)H(n)M(n)S\', where:
|
|
6765
|
+
* - (n) is replaced by the value of each time element that follows the (n).
|
|
6766
|
+
* - P is the duration (or Period) designator and is always placed at the beginning of the duration.
|
|
6767
|
+
* - Y is the year designator, and it follows the value for the number of years.
|
|
6768
|
+
* - M is the month designator, and it follows the value for the number of months.
|
|
6769
|
+
* - W is the week designator, and it follows the value for the number of weeks.
|
|
6770
|
+
* - D is the day designator, and it follows the value for the number of days.
|
|
6771
|
+
* - T is the time designator, and it precedes the time components.
|
|
6772
|
+
* - H is the hour designator, and it follows the value for the number of hours.
|
|
6773
|
+
* - M is the minute designator, and it follows the value for the number of minutes.
|
|
6774
|
+
* - S is the second designator, and it follows the value for the number of seconds.
|
|
6775
|
+
* This duration value cannot be set greater than the topic’s EventRetentionInDays. It is is an optional field where its minimum value is 1 minute, and its maximum is determined
|
|
6776
|
+
* by topic’s EventRetentionInDays value. The followings are examples of valid values:
|
|
6777
|
+
* - \'P0DT23H12M\' or \'PT23H12M\': for duration of 23 hours and 12 minutes.
|
|
6778
|
+
* - \'P1D\' or \'P1DT0H0M0S\': for duration of 1 day.
|
|
6779
|
+
*/
|
|
6780
|
+
eventTimeToLive?: string;
|
|
6781
|
+
/**
|
|
6782
|
+
* The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
|
|
6783
|
+
* Uses the managed identity setup on the parent resource (namely, namespace) to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
6784
|
+
*/
|
|
6785
|
+
deadLetterDestinationWithResourceIdentity?: DeadLetterWithResourceIdentity;
|
|
6786
|
+
/**
|
|
6787
|
+
* Information about the destination where events have to be delivered for the event subscription.
|
|
6788
|
+
* Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
6789
|
+
*/
|
|
6790
|
+
deliveryWithResourceIdentity?: DeliveryWithResourceIdentity;
|
|
6791
|
+
}
|
|
6792
|
+
|
|
6400
6793
|
/** Properties of the Queue info for event subscription. */
|
|
6401
6794
|
export declare interface QueueInfo {
|
|
6402
6795
|
/**
|
|
@@ -6462,6 +6855,14 @@ export declare interface Resource {
|
|
|
6462
6855
|
readonly type?: string;
|
|
6463
6856
|
}
|
|
6464
6857
|
|
|
6858
|
+
/** Nsp resource association */
|
|
6859
|
+
export declare interface ResourceAssociation {
|
|
6860
|
+
/** Association name */
|
|
6861
|
+
name?: string;
|
|
6862
|
+
/** Network security perimeter access mode. */
|
|
6863
|
+
accessMode?: NetworkSecurityPerimeterAssociationAccessMode;
|
|
6864
|
+
}
|
|
6865
|
+
|
|
6465
6866
|
/**
|
|
6466
6867
|
* Defines values for ResourceKind. \
|
|
6467
6868
|
* {@link KnownResourceKind} can be used interchangeably with ResourceKind,
|
|
@@ -6521,7 +6922,7 @@ export declare interface RetryPolicy {
|
|
|
6521
6922
|
}
|
|
6522
6923
|
|
|
6523
6924
|
export declare interface RoutingEnrichments {
|
|
6524
|
-
static?:
|
|
6925
|
+
static?: StaticRoutingEnrichmentUnion[];
|
|
6525
6926
|
dynamic?: DynamicRoutingEnrichment[];
|
|
6526
6927
|
}
|
|
6527
6928
|
|
|
@@ -6591,11 +6992,12 @@ export declare interface StaticDeliveryAttributeMapping extends DeliveryAttribut
|
|
|
6591
6992
|
isSecret?: boolean;
|
|
6592
6993
|
}
|
|
6593
6994
|
|
|
6995
|
+
/** Static routing enrichment details. */
|
|
6594
6996
|
export declare interface StaticRoutingEnrichment {
|
|
6997
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6998
|
+
valueType: "String";
|
|
6595
6999
|
/** Static routing enrichment key. */
|
|
6596
7000
|
key?: string;
|
|
6597
|
-
/** Static routing enrichment value type. For e.g. this property value can be 'String'. */
|
|
6598
|
-
valueType?: StaticRoutingEnrichmentType;
|
|
6599
7001
|
}
|
|
6600
7002
|
|
|
6601
7003
|
/**
|
|
@@ -6607,6 +7009,15 @@ export declare interface StaticRoutingEnrichment {
|
|
|
6607
7009
|
*/
|
|
6608
7010
|
export declare type StaticRoutingEnrichmentType = string;
|
|
6609
7011
|
|
|
7012
|
+
export declare type StaticRoutingEnrichmentUnion = StaticRoutingEnrichment | StaticStringRoutingEnrichment;
|
|
7013
|
+
|
|
7014
|
+
export declare interface StaticStringRoutingEnrichment extends StaticRoutingEnrichment {
|
|
7015
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7016
|
+
valueType: "String";
|
|
7017
|
+
/** String type routing enrichment value. */
|
|
7018
|
+
value?: string;
|
|
7019
|
+
}
|
|
7020
|
+
|
|
6610
7021
|
/** Information about the storage blob based dead letter destination. */
|
|
6611
7022
|
export declare interface StorageBlobDeadLetterDestination extends DeadLetterDestination {
|
|
6612
7023
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -7873,6 +8284,11 @@ export declare interface TopicsUpdateOptionalParams extends coreClient.Operation
|
|
|
7873
8284
|
resumeFrom?: string;
|
|
7874
8285
|
}
|
|
7875
8286
|
|
|
8287
|
+
export declare interface TopicTypeAdditionalEnforcedPermission {
|
|
8288
|
+
permissionName?: string;
|
|
8289
|
+
isDataAction?: boolean;
|
|
8290
|
+
}
|
|
8291
|
+
|
|
7876
8292
|
/** Properties of a topic type info. */
|
|
7877
8293
|
export declare interface TopicTypeInfo extends Resource {
|
|
7878
8294
|
/** Namespace of the provider of the topic type. */
|
|
@@ -7883,7 +8299,7 @@ export declare interface TopicTypeInfo extends Resource {
|
|
|
7883
8299
|
description?: string;
|
|
7884
8300
|
/** Region type of the resource. */
|
|
7885
8301
|
resourceRegionType?: ResourceRegionType;
|
|
7886
|
-
/** Provisioning state of the topic type */
|
|
8302
|
+
/** Provisioning state of the topic type. */
|
|
7887
8303
|
provisioningState?: TopicTypeProvisioningState;
|
|
7888
8304
|
/** List of locations supported by this topic type. */
|
|
7889
8305
|
supportedLocations?: string[];
|
|
@@ -7891,8 +8307,10 @@ export declare interface TopicTypeInfo extends Resource {
|
|
|
7891
8307
|
sourceResourceFormat?: string;
|
|
7892
8308
|
/** Supported source scopes. */
|
|
7893
8309
|
supportedScopesForSource?: TopicTypeSourceScope[];
|
|
7894
|
-
/** Flag to indicate that a topic type can support both regional or global system topics */
|
|
8310
|
+
/** Flag to indicate that a topic type can support both regional or global system topics. */
|
|
7895
8311
|
areRegionalAndGlobalSourcesSupported?: boolean;
|
|
8312
|
+
/** Permissions which are enforced for creating and updating system topics of this this topic type. */
|
|
8313
|
+
additionalEnforcedPermissions?: TopicTypeAdditionalEnforcedPermission[];
|
|
7896
8314
|
}
|
|
7897
8315
|
|
|
7898
8316
|
/**
|