@azure/arm-eventgrid 14.2.0-beta.1 → 14.2.0-beta.2
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 +354 -1
- package/dist/index.js +1889 -1345
- 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 +495 -177
- 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 +33 -22
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +872 -517
- 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 +6 -16
- 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 +224 -25
- package/src/eventGridManagementClient.ts +25 -5
- package/src/models/index.ts +603 -247
- package/src/models/mappers.ts +937 -556
- 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/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 +453 -45
- package/types/tsdoc-metadata.json +1 -1
- package/rollup.config.js +0 -122
|
@@ -4,8 +4,8 @@ export type PartnerUpdateDestinationInfoUnion = PartnerUpdateDestinationInfo | W
|
|
|
4
4
|
export type InputSchemaMappingUnion = InputSchemaMapping | JsonInputSchemaMapping;
|
|
5
5
|
export type DeliveryAttributeMappingUnion = DeliveryAttributeMapping | StaticDeliveryAttributeMapping | DynamicDeliveryAttributeMapping;
|
|
6
6
|
export type DeadLetterDestinationUnion = DeadLetterDestination | StorageBlobDeadLetterDestination;
|
|
7
|
+
export type EventSubscriptionDestinationUnion = EventSubscriptionDestination | WebHookEventSubscriptionDestination | EventHubEventSubscriptionDestination | StorageQueueEventSubscriptionDestination | HybridConnectionEventSubscriptionDestination | ServiceBusQueueEventSubscriptionDestination | ServiceBusTopicEventSubscriptionDestination | AzureFunctionEventSubscriptionDestination | PartnerEventSubscriptionDestination | MonitorAlertEventSubscriptionDestination | NamespaceTopicEventSubscriptionDestination;
|
|
7
8
|
export type FilterUnion = Filter | NumberInFilter | NumberNotInFilter | NumberLessThanFilter | NumberGreaterThanFilter | NumberLessThanOrEqualsFilter | NumberGreaterThanOrEqualsFilter | BoolEqualsFilter | StringInFilter | StringNotInFilter | StringBeginsWithFilter | StringEndsWithFilter | StringContainsFilter | NumberInRangeFilter | NumberNotInRangeFilter | StringNotBeginsWithFilter | StringNotEndsWithFilter | StringNotContainsFilter | IsNullOrUndefinedFilter | IsNotNullFilter;
|
|
8
|
-
export type EventSubscriptionDestinationUnion = EventSubscriptionDestination | WebHookEventSubscriptionDestination | EventHubEventSubscriptionDestination | StorageQueueEventSubscriptionDestination | HybridConnectionEventSubscriptionDestination | ServiceBusQueueEventSubscriptionDestination | ServiceBusTopicEventSubscriptionDestination | AzureFunctionEventSubscriptionDestination | PartnerEventSubscriptionDestination;
|
|
9
9
|
export type AdvancedFilterUnion = AdvancedFilter | NumberInAdvancedFilter | NumberNotInAdvancedFilter | NumberLessThanAdvancedFilter | NumberGreaterThanAdvancedFilter | NumberLessThanOrEqualsAdvancedFilter | NumberGreaterThanOrEqualsAdvancedFilter | BoolEqualsAdvancedFilter | StringInAdvancedFilter | StringNotInAdvancedFilter | StringBeginsWithAdvancedFilter | StringEndsWithAdvancedFilter | StringContainsAdvancedFilter | NumberInRangeAdvancedFilter | NumberNotInRangeAdvancedFilter | StringNotBeginsWithAdvancedFilter | StringNotEndsWithAdvancedFilter | StringNotContainsAdvancedFilter | IsNullOrUndefinedAdvancedFilter | IsNotNullAdvancedFilter;
|
|
10
10
|
export type PartnerClientAuthenticationUnion = PartnerClientAuthentication | AzureADPartnerClientAuthentication;
|
|
11
11
|
/** Metadata pertaining to creation and last modification of the resource. */
|
|
@@ -215,34 +215,6 @@ export interface ClientGroupsListResult {
|
|
|
215
215
|
/** A link for the next page of Client Group. */
|
|
216
216
|
nextLink?: string;
|
|
217
217
|
}
|
|
218
|
-
/** The Authentication properties for the client. */
|
|
219
|
-
export interface ClientAuthentication {
|
|
220
|
-
/** The self signed certificate's thumbprints data used for authentication. */
|
|
221
|
-
certificateThumbprint?: ClientCertificateThumbprint;
|
|
222
|
-
/** The CA certificate subject name used for authentication. */
|
|
223
|
-
certificateSubject?: ClientCertificateSubjectDistinguishedName;
|
|
224
|
-
}
|
|
225
|
-
/** Thumbprints are used by the service to validate the device permission when authentication is done using self signed certificate. */
|
|
226
|
-
export interface ClientCertificateThumbprint {
|
|
227
|
-
/** The primary thumbprint used for validation. */
|
|
228
|
-
primary?: string;
|
|
229
|
-
/** The secondary thumbprint used for validation. */
|
|
230
|
-
secondary?: string;
|
|
231
|
-
}
|
|
232
|
-
/**
|
|
233
|
-
* CA certificate subject distinguished name information used by service to authenticate clients.
|
|
234
|
-
* For more information, see https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.x500distinguishedname?view=net-6.0#remarks
|
|
235
|
-
*/
|
|
236
|
-
export interface ClientCertificateSubjectDistinguishedName {
|
|
237
|
-
/** The common name field in the subject name. The allowed limit is 64 characters and it should be specified. */
|
|
238
|
-
commonName?: string;
|
|
239
|
-
/** The organization field in the subject name. If present, the allowed limit is 64 characters. */
|
|
240
|
-
organization?: string;
|
|
241
|
-
/** The organization unit field in the subject name. If present, the allowed limit is 32 characters. */
|
|
242
|
-
organizationUnit?: string;
|
|
243
|
-
/** 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'. */
|
|
244
|
-
countryCode?: string;
|
|
245
|
-
}
|
|
246
218
|
/** The certificate authentication properties for the client. */
|
|
247
219
|
export interface ClientCertificateAuthentication {
|
|
248
220
|
/** The validation scheme used to authenticate the client. Default value is SubjectMatchesAuthenticationName. */
|
|
@@ -401,6 +373,8 @@ export interface DeliveryConfiguration {
|
|
|
401
373
|
deliveryMode?: DeliveryMode;
|
|
402
374
|
/** This property should be populated when deliveryMode is queue and represents information about the queue subscription. */
|
|
403
375
|
queue?: QueueInfo;
|
|
376
|
+
/** This property should be populated when deliveryMode is push and represents information about the push subscription. */
|
|
377
|
+
push?: PushInfo;
|
|
404
378
|
}
|
|
405
379
|
/** Properties of the Queue info for event subscription. */
|
|
406
380
|
export interface QueueInfo {
|
|
@@ -459,6 +433,55 @@ export interface DeadLetterDestination {
|
|
|
459
433
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
460
434
|
endpointType: "StorageBlob";
|
|
461
435
|
}
|
|
436
|
+
/** Properties of the destination info for event subscription supporting push. */
|
|
437
|
+
export interface PushInfo {
|
|
438
|
+
/** The maximum delivery count of the events. */
|
|
439
|
+
maxDeliveryCount?: number;
|
|
440
|
+
/**
|
|
441
|
+
* Time span duration in ISO 8601 format that determines how long messages are available to the subscription from the time the message was published.
|
|
442
|
+
* This duration value is expressed using the following format: \'P(n)Y(n)M(n)DT(n)H(n)M(n)S\', where:
|
|
443
|
+
* - (n) is replaced by the value of each time element that follows the (n).
|
|
444
|
+
* - P is the duration (or Period) designator and is always placed at the beginning of the duration.
|
|
445
|
+
* - Y is the year designator, and it follows the value for the number of years.
|
|
446
|
+
* - M is the month designator, and it follows the value for the number of months.
|
|
447
|
+
* - W is the week designator, and it follows the value for the number of weeks.
|
|
448
|
+
* - D is the day designator, and it follows the value for the number of days.
|
|
449
|
+
* - T is the time designator, and it precedes the time components.
|
|
450
|
+
* - H is the hour designator, and it follows the value for the number of hours.
|
|
451
|
+
* - M is the minute designator, and it follows the value for the number of minutes.
|
|
452
|
+
* - S is the second designator, and it follows the value for the number of seconds.
|
|
453
|
+
* 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
|
|
454
|
+
* by topic’s EventRetentionInDays value. The followings are examples of valid values:
|
|
455
|
+
* - \'P0DT23H12M\' or \'PT23H12M\': for duration of 23 hours and 12 minutes.
|
|
456
|
+
* - \'P1D\' or \'P1DT0H0M0S\': for duration of 1 day.
|
|
457
|
+
*/
|
|
458
|
+
eventTimeToLive?: string;
|
|
459
|
+
/**
|
|
460
|
+
* The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
|
|
461
|
+
* Uses the managed identity setup on the parent resource (namely, namespace) to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
462
|
+
*/
|
|
463
|
+
deadLetterDestinationWithResourceIdentity?: DeadLetterWithResourceIdentity;
|
|
464
|
+
/**
|
|
465
|
+
* Information about the destination where events have to be delivered for the event subscription.
|
|
466
|
+
* Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
467
|
+
*/
|
|
468
|
+
deliveryWithResourceIdentity?: DeliveryWithResourceIdentity;
|
|
469
|
+
}
|
|
470
|
+
/** Information about the delivery for an event subscription with resource identity. */
|
|
471
|
+
export interface DeliveryWithResourceIdentity {
|
|
472
|
+
/** The identity to use when delivering events. */
|
|
473
|
+
identity?: EventSubscriptionIdentity;
|
|
474
|
+
/**
|
|
475
|
+
* Information about the destination where events have to be delivered for the event subscription.
|
|
476
|
+
* Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
477
|
+
*/
|
|
478
|
+
destination?: EventSubscriptionDestinationUnion;
|
|
479
|
+
}
|
|
480
|
+
/** Information about the destination for an event subscription. */
|
|
481
|
+
export interface EventSubscriptionDestination {
|
|
482
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
483
|
+
endpointType: "WebHook" | "EventHub" | "StorageQueue" | "HybridConnection" | "ServiceBusQueue" | "ServiceBusTopic" | "AzureFunction" | "PartnerDestination" | "MonitorAlert" | "NamespaceTopic";
|
|
484
|
+
}
|
|
462
485
|
/** Filters configuration for the Event Subscription. */
|
|
463
486
|
export interface FiltersConfiguration {
|
|
464
487
|
/** A list of applicable event types that need to be part of the event subscription. If it is desired to subscribe to all default event types, set the IncludedEventTypes to null. */
|
|
@@ -493,21 +516,6 @@ export interface SubscriptionsListResult {
|
|
|
493
516
|
/** A link for the next page of event subscriptions */
|
|
494
517
|
nextLink?: string;
|
|
495
518
|
}
|
|
496
|
-
/** Information about the destination for an event subscription. */
|
|
497
|
-
export interface EventSubscriptionDestination {
|
|
498
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
499
|
-
endpointType: "WebHook" | "EventHub" | "StorageQueue" | "HybridConnection" | "ServiceBusQueue" | "ServiceBusTopic" | "AzureFunction" | "PartnerDestination";
|
|
500
|
-
}
|
|
501
|
-
/** Information about the delivery for an event subscription with resource identity. */
|
|
502
|
-
export interface DeliveryWithResourceIdentity {
|
|
503
|
-
/** The identity to use when delivering events. */
|
|
504
|
-
identity?: EventSubscriptionIdentity;
|
|
505
|
-
/**
|
|
506
|
-
* Information about the destination where events have to be delivered for the event subscription.
|
|
507
|
-
* Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
508
|
-
*/
|
|
509
|
-
destination?: EventSubscriptionDestinationUnion;
|
|
510
|
-
}
|
|
511
519
|
/** Filter for the Event Subscription. */
|
|
512
520
|
export interface EventSubscriptionFilter {
|
|
513
521
|
/**
|
|
@@ -902,6 +910,80 @@ export interface PartnerTopicsListResult {
|
|
|
902
910
|
/** A link for the next page of partner topics. */
|
|
903
911
|
nextLink?: string;
|
|
904
912
|
}
|
|
913
|
+
/** Network security perimeter configuration issues. */
|
|
914
|
+
export interface NetworkSecurityPerimeterConfigurationIssues {
|
|
915
|
+
/** Provisioning issue name. */
|
|
916
|
+
name?: string;
|
|
917
|
+
/** Provisioning issue type. */
|
|
918
|
+
issueType?: NetworkSecurityPerimeterConfigurationIssueType;
|
|
919
|
+
/** Provisioning issue severity. */
|
|
920
|
+
severity?: NetworkSecurityPerimeterConfigurationIssueSeverity;
|
|
921
|
+
/** Provisioning issue description. */
|
|
922
|
+
description?: string;
|
|
923
|
+
/** ARM IDs of resources that can be associated to the same perimeter to remediate the issue. */
|
|
924
|
+
suggestedResourceIds?: string[];
|
|
925
|
+
/** Access rules that can be added to the same profile to remediate the issue. */
|
|
926
|
+
suggestedAccessRules?: string[];
|
|
927
|
+
}
|
|
928
|
+
/** Network security perimeter info. */
|
|
929
|
+
export interface NetworkSecurityPerimeterInfo {
|
|
930
|
+
/** Arm id for network security perimeter. */
|
|
931
|
+
id?: string;
|
|
932
|
+
/** Network security perimeter guid. */
|
|
933
|
+
perimeterGuid?: string;
|
|
934
|
+
/** Network security perimeter location. */
|
|
935
|
+
location?: string;
|
|
936
|
+
}
|
|
937
|
+
/** Nsp resource association */
|
|
938
|
+
export interface ResourceAssociation {
|
|
939
|
+
/** Association name */
|
|
940
|
+
name?: string;
|
|
941
|
+
/** Network security perimeter access mode. */
|
|
942
|
+
accessMode?: NetworkSecurityPerimeterAssociationAccessMode;
|
|
943
|
+
}
|
|
944
|
+
/** Nsp configuration with profile information. */
|
|
945
|
+
export interface NetworkSecurityPerimeterConfigurationProfile {
|
|
946
|
+
/** Nsp configuration profile name. */
|
|
947
|
+
name?: string;
|
|
948
|
+
/** Access rules version number for nsp profile. */
|
|
949
|
+
accessRulesVersion?: string;
|
|
950
|
+
/** List of inbound or outbound access rule setup on the nsp profile. */
|
|
951
|
+
accessRules?: NetworkSecurityPerimeterProfileAccessRule[];
|
|
952
|
+
/** Diagnostic settings version number for nsp profile. */
|
|
953
|
+
diagnosticSettingsVersion?: string;
|
|
954
|
+
/** Enabled log categories for nsp profile. */
|
|
955
|
+
enabledLogCategories?: string[];
|
|
956
|
+
}
|
|
957
|
+
/** Network security perimeter profile access rule. */
|
|
958
|
+
export interface NetworkSecurityPerimeterProfileAccessRule {
|
|
959
|
+
/** Fully Qualified Arm id for network security perimeter profile access rule. */
|
|
960
|
+
fullyQualifiedArmId?: string;
|
|
961
|
+
/** Name for nsp access rule. */
|
|
962
|
+
name?: string;
|
|
963
|
+
/** nsp access rule type. */
|
|
964
|
+
type?: string;
|
|
965
|
+
/** NSP access rule direction. */
|
|
966
|
+
direction?: NetworkSecurityPerimeterProfileAccessRuleDirection;
|
|
967
|
+
/** Address prefixes. */
|
|
968
|
+
addressPrefixes?: string[];
|
|
969
|
+
/** List of subscriptions. */
|
|
970
|
+
subscriptions?: string[];
|
|
971
|
+
/** Network security perimeters. */
|
|
972
|
+
networkSecurityPerimeters?: NetworkSecurityPerimeterInfo[];
|
|
973
|
+
/** Fully qualified domain names. */
|
|
974
|
+
fullyQualifiedDomainNames?: string[];
|
|
975
|
+
/** List of email addresses. */
|
|
976
|
+
emailAddresses?: string[];
|
|
977
|
+
/** List of phone numbers. */
|
|
978
|
+
phoneNumbers?: string[];
|
|
979
|
+
}
|
|
980
|
+
/** Network security perimeter configuration List. */
|
|
981
|
+
export interface NetworkSecurityPerimeterConfigurationList {
|
|
982
|
+
/** List of all network security parameter configurations. */
|
|
983
|
+
value?: NetworkSecurityPerimeterConfiguration[];
|
|
984
|
+
/** A link for the next page of Network Security Perimeter Configuration. */
|
|
985
|
+
nextLink?: string;
|
|
986
|
+
}
|
|
905
987
|
/** Result of the List Permission Binding operation. */
|
|
906
988
|
export interface PermissionBindingsListResult {
|
|
907
989
|
/** A collection of Permission Binding. */
|
|
@@ -1009,6 +1091,10 @@ export interface TopicTypesListResult {
|
|
|
1009
1091
|
/** A collection of topic types */
|
|
1010
1092
|
value?: TopicTypeInfo[];
|
|
1011
1093
|
}
|
|
1094
|
+
export interface TopicTypeAdditionalEnforcedPermission {
|
|
1095
|
+
permissionName?: string;
|
|
1096
|
+
isDataAction?: boolean;
|
|
1097
|
+
}
|
|
1012
1098
|
/** Information about the partner. */
|
|
1013
1099
|
export interface PartnerDetails {
|
|
1014
1100
|
/** This is short description about the partner. The length of this description should not exceed 256 characters. */
|
|
@@ -1133,8 +1219,6 @@ export interface Client extends Resource {
|
|
|
1133
1219
|
description?: string;
|
|
1134
1220
|
/** The name presented by the client for authentication. The default value is the name of the resource. */
|
|
1135
1221
|
authenticationName?: string;
|
|
1136
|
-
/** Authentication information for the client. */
|
|
1137
|
-
authentication?: ClientAuthentication;
|
|
1138
1222
|
/** The client certificate authentication information. */
|
|
1139
1223
|
clientCertificateAuthentication?: ClientCertificateAuthentication;
|
|
1140
1224
|
/** Indicates if the client is enabled or not. Default value is Enabled. */
|
|
@@ -1292,6 +1376,19 @@ export interface PartnerConfiguration extends Resource {
|
|
|
1292
1376
|
/** Provisioning state of the partner configuration. */
|
|
1293
1377
|
provisioningState?: PartnerConfigurationProvisioningState;
|
|
1294
1378
|
}
|
|
1379
|
+
/** Network security perimeter configuration. */
|
|
1380
|
+
export interface NetworkSecurityPerimeterConfiguration extends Resource {
|
|
1381
|
+
/** Provisioning state to reflect configuration state and indicate status of nsp profile configuration retrieval. */
|
|
1382
|
+
provisioningState?: NetworkSecurityPerimeterConfigProvisioningState;
|
|
1383
|
+
/** Provisioning issues to reflect status when attempting to retrieve nsp profile configuration. */
|
|
1384
|
+
provisioningIssues?: NetworkSecurityPerimeterConfigurationIssues[];
|
|
1385
|
+
/** Perimeter info for nsp association. */
|
|
1386
|
+
networkSecurityPerimeter?: NetworkSecurityPerimeterInfo;
|
|
1387
|
+
/** Nsp association name and access mode of association. */
|
|
1388
|
+
resourceAssociation?: ResourceAssociation;
|
|
1389
|
+
/** Nsp profile configuration, access rules and diagnostic settings. */
|
|
1390
|
+
profile?: NetworkSecurityPerimeterConfigurationProfile;
|
|
1391
|
+
}
|
|
1295
1392
|
/** The Permission binding resource. */
|
|
1296
1393
|
export interface PermissionBinding extends Resource {
|
|
1297
1394
|
/**
|
|
@@ -1375,7 +1472,7 @@ export interface TopicTypeInfo extends Resource {
|
|
|
1375
1472
|
description?: string;
|
|
1376
1473
|
/** Region type of the resource. */
|
|
1377
1474
|
resourceRegionType?: ResourceRegionType;
|
|
1378
|
-
/** Provisioning state of the topic type */
|
|
1475
|
+
/** Provisioning state of the topic type. */
|
|
1379
1476
|
provisioningState?: TopicTypeProvisioningState;
|
|
1380
1477
|
/** List of locations supported by this topic type. */
|
|
1381
1478
|
supportedLocations?: string[];
|
|
@@ -1383,8 +1480,10 @@ export interface TopicTypeInfo extends Resource {
|
|
|
1383
1480
|
sourceResourceFormat?: string;
|
|
1384
1481
|
/** Supported source scopes. */
|
|
1385
1482
|
supportedScopesForSource?: TopicTypeSourceScope[];
|
|
1386
|
-
/** Flag to indicate that a topic type can support both regional or global system topics */
|
|
1483
|
+
/** Flag to indicate that a topic type can support both regional or global system topics. */
|
|
1387
1484
|
areRegionalAndGlobalSourcesSupported?: boolean;
|
|
1485
|
+
/** Permissions which are enforced for creating and updating system topics of this this topic type. */
|
|
1486
|
+
additionalEnforcedPermissions?: TopicTypeAdditionalEnforcedPermission[];
|
|
1388
1487
|
}
|
|
1389
1488
|
/** Verified partner information */
|
|
1390
1489
|
export interface VerifiedPartner extends Resource {
|
|
@@ -1470,6 +1569,124 @@ export interface StorageBlobDeadLetterDestination extends DeadLetterDestination
|
|
|
1470
1569
|
/** The name of the Storage blob container that is the destination of the deadletter events */
|
|
1471
1570
|
blobContainerName?: string;
|
|
1472
1571
|
}
|
|
1572
|
+
/** Information about the webhook destination for an event subscription. */
|
|
1573
|
+
export interface WebHookEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
1574
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1575
|
+
endpointType: "WebHook";
|
|
1576
|
+
/** The URL that represents the endpoint of the destination of an event subscription. */
|
|
1577
|
+
endpointUrl?: string;
|
|
1578
|
+
/**
|
|
1579
|
+
* The base URL that represents the endpoint of the destination of an event subscription.
|
|
1580
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1581
|
+
*/
|
|
1582
|
+
readonly endpointBaseUrl?: string;
|
|
1583
|
+
/** Maximum number of events per batch. */
|
|
1584
|
+
maxEventsPerBatch?: number;
|
|
1585
|
+
/** Preferred batch size in Kilobytes. */
|
|
1586
|
+
preferredBatchSizeInKilobytes?: number;
|
|
1587
|
+
/** The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests. */
|
|
1588
|
+
azureActiveDirectoryTenantId?: string;
|
|
1589
|
+
/** The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests. */
|
|
1590
|
+
azureActiveDirectoryApplicationIdOrUri?: string;
|
|
1591
|
+
/** Delivery attribute details. */
|
|
1592
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
1593
|
+
/** Minimum TLS version that should be supported by webhook endpoint */
|
|
1594
|
+
minimumTlsVersionAllowed?: TlsVersion;
|
|
1595
|
+
}
|
|
1596
|
+
/** Information about the event hub destination for an event subscription. */
|
|
1597
|
+
export interface EventHubEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
1598
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1599
|
+
endpointType: "EventHub";
|
|
1600
|
+
/** The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription. */
|
|
1601
|
+
resourceId?: string;
|
|
1602
|
+
/** Delivery attribute details. */
|
|
1603
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
1604
|
+
}
|
|
1605
|
+
/** Information about the storage queue destination for an event subscription. */
|
|
1606
|
+
export interface StorageQueueEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
1607
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1608
|
+
endpointType: "StorageQueue";
|
|
1609
|
+
/** The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription. */
|
|
1610
|
+
resourceId?: string;
|
|
1611
|
+
/** The name of the Storage queue under a storage account that is the destination of an event subscription. */
|
|
1612
|
+
queueName?: string;
|
|
1613
|
+
/** Storage queue message time to live in seconds. This value cannot be zero or negative with the exception of using -1 to indicate that the Time To Live of the message is Infinite. */
|
|
1614
|
+
queueMessageTimeToLiveInSeconds?: number;
|
|
1615
|
+
}
|
|
1616
|
+
/** Information about the HybridConnection destination for an event subscription. */
|
|
1617
|
+
export interface HybridConnectionEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
1618
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1619
|
+
endpointType: "HybridConnection";
|
|
1620
|
+
/** The Azure Resource ID of an hybrid connection that is the destination of an event subscription. */
|
|
1621
|
+
resourceId?: string;
|
|
1622
|
+
/** Delivery attribute details. */
|
|
1623
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
1624
|
+
}
|
|
1625
|
+
/** Information about the service bus destination for an event subscription. */
|
|
1626
|
+
export interface ServiceBusQueueEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
1627
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1628
|
+
endpointType: "ServiceBusQueue";
|
|
1629
|
+
/** The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription. */
|
|
1630
|
+
resourceId?: string;
|
|
1631
|
+
/** Delivery attribute details. */
|
|
1632
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
1633
|
+
}
|
|
1634
|
+
/** Information about the service bus topic destination for an event subscription. */
|
|
1635
|
+
export interface ServiceBusTopicEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
1636
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1637
|
+
endpointType: "ServiceBusTopic";
|
|
1638
|
+
/** The Azure Resource Id that represents the endpoint of the Service Bus Topic destination of an event subscription. */
|
|
1639
|
+
resourceId?: string;
|
|
1640
|
+
/** Delivery attribute details. */
|
|
1641
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
1642
|
+
}
|
|
1643
|
+
/** Information about the azure function destination for an event subscription. */
|
|
1644
|
+
export interface AzureFunctionEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
1645
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1646
|
+
endpointType: "AzureFunction";
|
|
1647
|
+
/** The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription. */
|
|
1648
|
+
resourceId?: string;
|
|
1649
|
+
/** Maximum number of events per batch. */
|
|
1650
|
+
maxEventsPerBatch?: number;
|
|
1651
|
+
/** Preferred batch size in Kilobytes. */
|
|
1652
|
+
preferredBatchSizeInKilobytes?: number;
|
|
1653
|
+
/** Delivery attribute details. */
|
|
1654
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
1655
|
+
}
|
|
1656
|
+
export interface PartnerEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
1657
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1658
|
+
endpointType: "PartnerDestination";
|
|
1659
|
+
/** The Azure Resource Id that represents the endpoint of a Partner Destination of an event subscription. */
|
|
1660
|
+
resourceId?: string;
|
|
1661
|
+
}
|
|
1662
|
+
/** Information about the Monitor Alert destination for an event subscription. */
|
|
1663
|
+
export interface MonitorAlertEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
1664
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1665
|
+
endpointType: "MonitorAlert";
|
|
1666
|
+
/**
|
|
1667
|
+
* The severity that will be attached to every Alert fired through this event subscription.
|
|
1668
|
+
* This field must be provided.
|
|
1669
|
+
*/
|
|
1670
|
+
severity?: MonitorAlertSeverity;
|
|
1671
|
+
/** The description that will be attached to every Alert fired through this event subscription. */
|
|
1672
|
+
description?: string;
|
|
1673
|
+
/**
|
|
1674
|
+
* The list of ARM Ids of Action Groups that will be triggered on every Alert fired through this event subscription.
|
|
1675
|
+
* Each resource ARM Id should follow this pattern: /subscriptions/{AzureSubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Insights/actionGroups/{ActionGroupName}.
|
|
1676
|
+
*/
|
|
1677
|
+
actionGroups?: string[];
|
|
1678
|
+
}
|
|
1679
|
+
/** Information about the Namespace Topic destination for an event subscription. */
|
|
1680
|
+
export interface NamespaceTopicEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
1681
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1682
|
+
endpointType: "NamespaceTopic";
|
|
1683
|
+
/**
|
|
1684
|
+
* The Azure resource Id that represents the endpoint of the Event Grid Namespace Topic destination of an event subscription.
|
|
1685
|
+
* This field is required and the Namespace Topic resource listed must already exist.
|
|
1686
|
+
* The resource ARM Id should follow this pattern: /subscriptions/{AzureSubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.EventGrid/namespaces/{NamespaceName}/topics/{TopicName}.
|
|
1687
|
+
*/
|
|
1688
|
+
resourceId?: string;
|
|
1689
|
+
}
|
|
1473
1690
|
/** NumberIn Filter. */
|
|
1474
1691
|
export interface NumberInFilter extends Filter {
|
|
1475
1692
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -1599,96 +1816,6 @@ export interface IsNotNullFilter extends Filter {
|
|
|
1599
1816
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1600
1817
|
operatorType: "IsNotNull";
|
|
1601
1818
|
}
|
|
1602
|
-
/** Information about the webhook destination for an event subscription. */
|
|
1603
|
-
export interface WebHookEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
1604
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1605
|
-
endpointType: "WebHook";
|
|
1606
|
-
/** The URL that represents the endpoint of the destination of an event subscription. */
|
|
1607
|
-
endpointUrl?: string;
|
|
1608
|
-
/**
|
|
1609
|
-
* The base URL that represents the endpoint of the destination of an event subscription.
|
|
1610
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1611
|
-
*/
|
|
1612
|
-
readonly endpointBaseUrl?: string;
|
|
1613
|
-
/** Maximum number of events per batch. */
|
|
1614
|
-
maxEventsPerBatch?: number;
|
|
1615
|
-
/** Preferred batch size in Kilobytes. */
|
|
1616
|
-
preferredBatchSizeInKilobytes?: number;
|
|
1617
|
-
/** The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests. */
|
|
1618
|
-
azureActiveDirectoryTenantId?: string;
|
|
1619
|
-
/** The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests. */
|
|
1620
|
-
azureActiveDirectoryApplicationIdOrUri?: string;
|
|
1621
|
-
/** Delivery attribute details. */
|
|
1622
|
-
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
1623
|
-
/** Minimum TLS version that should be supported by webhook endpoint */
|
|
1624
|
-
minimumTlsVersionAllowed?: TlsVersion;
|
|
1625
|
-
}
|
|
1626
|
-
/** Information about the event hub destination for an event subscription. */
|
|
1627
|
-
export interface EventHubEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
1628
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1629
|
-
endpointType: "EventHub";
|
|
1630
|
-
/** The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription. */
|
|
1631
|
-
resourceId?: string;
|
|
1632
|
-
/** Delivery attribute details. */
|
|
1633
|
-
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
1634
|
-
}
|
|
1635
|
-
/** Information about the storage queue destination for an event subscription. */
|
|
1636
|
-
export interface StorageQueueEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
1637
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1638
|
-
endpointType: "StorageQueue";
|
|
1639
|
-
/** The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription. */
|
|
1640
|
-
resourceId?: string;
|
|
1641
|
-
/** The name of the Storage queue under a storage account that is the destination of an event subscription. */
|
|
1642
|
-
queueName?: string;
|
|
1643
|
-
/** Storage queue message time to live in seconds. This value cannot be zero or negative with the exception of using -1 to indicate that the Time To Live of the message is Infinite. */
|
|
1644
|
-
queueMessageTimeToLiveInSeconds?: number;
|
|
1645
|
-
}
|
|
1646
|
-
/** Information about the HybridConnection destination for an event subscription. */
|
|
1647
|
-
export interface HybridConnectionEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
1648
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1649
|
-
endpointType: "HybridConnection";
|
|
1650
|
-
/** The Azure Resource ID of an hybrid connection that is the destination of an event subscription. */
|
|
1651
|
-
resourceId?: string;
|
|
1652
|
-
/** Delivery attribute details. */
|
|
1653
|
-
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
1654
|
-
}
|
|
1655
|
-
/** Information about the service bus destination for an event subscription. */
|
|
1656
|
-
export interface ServiceBusQueueEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
1657
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1658
|
-
endpointType: "ServiceBusQueue";
|
|
1659
|
-
/** The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription. */
|
|
1660
|
-
resourceId?: string;
|
|
1661
|
-
/** Delivery attribute details. */
|
|
1662
|
-
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
1663
|
-
}
|
|
1664
|
-
/** Information about the service bus topic destination for an event subscription. */
|
|
1665
|
-
export interface ServiceBusTopicEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
1666
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1667
|
-
endpointType: "ServiceBusTopic";
|
|
1668
|
-
/** The Azure Resource Id that represents the endpoint of the Service Bus Topic destination of an event subscription. */
|
|
1669
|
-
resourceId?: string;
|
|
1670
|
-
/** Delivery attribute details. */
|
|
1671
|
-
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
1672
|
-
}
|
|
1673
|
-
/** Information about the azure function destination for an event subscription. */
|
|
1674
|
-
export interface AzureFunctionEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
1675
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1676
|
-
endpointType: "AzureFunction";
|
|
1677
|
-
/** The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription. */
|
|
1678
|
-
resourceId?: string;
|
|
1679
|
-
/** Maximum number of events per batch. */
|
|
1680
|
-
maxEventsPerBatch?: number;
|
|
1681
|
-
/** Preferred batch size in Kilobytes. */
|
|
1682
|
-
preferredBatchSizeInKilobytes?: number;
|
|
1683
|
-
/** Delivery attribute details. */
|
|
1684
|
-
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
1685
|
-
}
|
|
1686
|
-
export interface PartnerEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
1687
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1688
|
-
endpointType: "PartnerDestination";
|
|
1689
|
-
/** The Azure Resource Id that represents the endpoint of a Partner Destination of an event subscription. */
|
|
1690
|
-
resourceId?: string;
|
|
1691
|
-
}
|
|
1692
1819
|
/** NumberIn Advanced Filter. */
|
|
1693
1820
|
export interface NumberInAdvancedFilter extends AdvancedFilter {
|
|
1694
1821
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -1920,7 +2047,10 @@ export interface Namespace extends TrackedResource {
|
|
|
1920
2047
|
/** Topic spaces configuration information for the namespace resource */
|
|
1921
2048
|
topicSpacesConfiguration?: TopicSpacesConfiguration;
|
|
1922
2049
|
/**
|
|
1923
|
-
*
|
|
2050
|
+
* This is an optional property and it allows the user to specify if the namespace resource supports zone-redundancy capability or not. If this
|
|
2051
|
+
* property is not specified explicitly by the user, its default value depends on the following conditions:
|
|
2052
|
+
* a. For Availability Zones enabled regions - The default property value would be true.
|
|
2053
|
+
* b. For non-Availability Zones enabled regions - The default property value would be false.
|
|
1924
2054
|
* Once specified, this property cannot be updated.
|
|
1925
2055
|
*/
|
|
1926
2056
|
isZoneRedundant?: boolean;
|
|
@@ -2243,6 +2373,10 @@ export interface PartnerRegistrationsDeleteHeaders {
|
|
|
2243
2373
|
export interface PartnerTopicsDeleteHeaders {
|
|
2244
2374
|
location?: string;
|
|
2245
2375
|
}
|
|
2376
|
+
/** Defines headers for NetworkSecurityPerimeterConfigurations_reconcile operation. */
|
|
2377
|
+
export interface NetworkSecurityPerimeterConfigurationsReconcileHeaders {
|
|
2378
|
+
location?: string;
|
|
2379
|
+
}
|
|
2246
2380
|
/** Defines headers for PermissionBindings_delete operation. */
|
|
2247
2381
|
export interface PermissionBindingsDeleteHeaders {
|
|
2248
2382
|
location?: string;
|
|
@@ -2652,7 +2786,9 @@ export declare enum KnownPublicNetworkAccess {
|
|
|
2652
2786
|
/** Enabled */
|
|
2653
2787
|
Enabled = "Enabled",
|
|
2654
2788
|
/** Disabled */
|
|
2655
|
-
Disabled = "Disabled"
|
|
2789
|
+
Disabled = "Disabled",
|
|
2790
|
+
/** SecuredByPerimeter */
|
|
2791
|
+
SecuredByPerimeter = "SecuredByPerimeter"
|
|
2656
2792
|
}
|
|
2657
2793
|
/**
|
|
2658
2794
|
* Defines values for PublicNetworkAccess. \
|
|
@@ -2660,7 +2796,8 @@ export declare enum KnownPublicNetworkAccess {
|
|
|
2660
2796
|
* this enum contains the known values that the service supports.
|
|
2661
2797
|
* ### Known values supported by the service
|
|
2662
2798
|
* **Enabled** \
|
|
2663
|
-
* **Disabled**
|
|
2799
|
+
* **Disabled** \
|
|
2800
|
+
* **SecuredByPerimeter**
|
|
2664
2801
|
*/
|
|
2665
2802
|
export type PublicNetworkAccess = string;
|
|
2666
2803
|
/** Known values of {@link IpActionType} that the service accepts. */
|
|
@@ -2820,14 +2957,17 @@ export type SubscriptionProvisioningState = string;
|
|
|
2820
2957
|
/** Known values of {@link DeliveryMode} that the service accepts. */
|
|
2821
2958
|
export declare enum KnownDeliveryMode {
|
|
2822
2959
|
/** Queue */
|
|
2823
|
-
Queue = "Queue"
|
|
2960
|
+
Queue = "Queue",
|
|
2961
|
+
/** Push */
|
|
2962
|
+
Push = "Push"
|
|
2824
2963
|
}
|
|
2825
2964
|
/**
|
|
2826
2965
|
* Defines values for DeliveryMode. \
|
|
2827
2966
|
* {@link KnownDeliveryMode} can be used interchangeably with DeliveryMode,
|
|
2828
2967
|
* this enum contains the known values that the service supports.
|
|
2829
2968
|
* ### Known values supported by the service
|
|
2830
|
-
* **Queue**
|
|
2969
|
+
* **Queue** \
|
|
2970
|
+
* **Push**
|
|
2831
2971
|
*/
|
|
2832
2972
|
export type DeliveryMode = string;
|
|
2833
2973
|
/** Known values of {@link EventSubscriptionIdentityType} that the service accepts. */
|
|
@@ -2859,6 +2999,46 @@ export declare enum KnownDeadLetterEndPointType {
|
|
|
2859
2999
|
* **StorageBlob**
|
|
2860
3000
|
*/
|
|
2861
3001
|
export type DeadLetterEndPointType = string;
|
|
3002
|
+
/** Known values of {@link EndpointType} that the service accepts. */
|
|
3003
|
+
export declare enum KnownEndpointType {
|
|
3004
|
+
/** WebHook */
|
|
3005
|
+
WebHook = "WebHook",
|
|
3006
|
+
/** EventHub */
|
|
3007
|
+
EventHub = "EventHub",
|
|
3008
|
+
/** StorageQueue */
|
|
3009
|
+
StorageQueue = "StorageQueue",
|
|
3010
|
+
/** HybridConnection */
|
|
3011
|
+
HybridConnection = "HybridConnection",
|
|
3012
|
+
/** ServiceBusQueue */
|
|
3013
|
+
ServiceBusQueue = "ServiceBusQueue",
|
|
3014
|
+
/** ServiceBusTopic */
|
|
3015
|
+
ServiceBusTopic = "ServiceBusTopic",
|
|
3016
|
+
/** AzureFunction */
|
|
3017
|
+
AzureFunction = "AzureFunction",
|
|
3018
|
+
/** PartnerDestination */
|
|
3019
|
+
PartnerDestination = "PartnerDestination",
|
|
3020
|
+
/** MonitorAlert */
|
|
3021
|
+
MonitorAlert = "MonitorAlert",
|
|
3022
|
+
/** NamespaceTopic */
|
|
3023
|
+
NamespaceTopic = "NamespaceTopic"
|
|
3024
|
+
}
|
|
3025
|
+
/**
|
|
3026
|
+
* Defines values for EndpointType. \
|
|
3027
|
+
* {@link KnownEndpointType} can be used interchangeably with EndpointType,
|
|
3028
|
+
* this enum contains the known values that the service supports.
|
|
3029
|
+
* ### Known values supported by the service
|
|
3030
|
+
* **WebHook** \
|
|
3031
|
+
* **EventHub** \
|
|
3032
|
+
* **StorageQueue** \
|
|
3033
|
+
* **HybridConnection** \
|
|
3034
|
+
* **ServiceBusQueue** \
|
|
3035
|
+
* **ServiceBusTopic** \
|
|
3036
|
+
* **AzureFunction** \
|
|
3037
|
+
* **PartnerDestination** \
|
|
3038
|
+
* **MonitorAlert** \
|
|
3039
|
+
* **NamespaceTopic**
|
|
3040
|
+
*/
|
|
3041
|
+
export type EndpointType = string;
|
|
2862
3042
|
/** Known values of {@link DeliverySchema} that the service accepts. */
|
|
2863
3043
|
export declare enum KnownDeliverySchema {
|
|
2864
3044
|
/** CloudEventSchemaV10 */
|
|
@@ -2970,40 +3150,6 @@ export declare enum KnownEventSubscriptionProvisioningState {
|
|
|
2970
3150
|
* **AwaitingManualAction**
|
|
2971
3151
|
*/
|
|
2972
3152
|
export type EventSubscriptionProvisioningState = string;
|
|
2973
|
-
/** Known values of {@link EndpointType} that the service accepts. */
|
|
2974
|
-
export declare enum KnownEndpointType {
|
|
2975
|
-
/** WebHook */
|
|
2976
|
-
WebHook = "WebHook",
|
|
2977
|
-
/** EventHub */
|
|
2978
|
-
EventHub = "EventHub",
|
|
2979
|
-
/** StorageQueue */
|
|
2980
|
-
StorageQueue = "StorageQueue",
|
|
2981
|
-
/** HybridConnection */
|
|
2982
|
-
HybridConnection = "HybridConnection",
|
|
2983
|
-
/** ServiceBusQueue */
|
|
2984
|
-
ServiceBusQueue = "ServiceBusQueue",
|
|
2985
|
-
/** ServiceBusTopic */
|
|
2986
|
-
ServiceBusTopic = "ServiceBusTopic",
|
|
2987
|
-
/** AzureFunction */
|
|
2988
|
-
AzureFunction = "AzureFunction",
|
|
2989
|
-
/** PartnerDestination */
|
|
2990
|
-
PartnerDestination = "PartnerDestination"
|
|
2991
|
-
}
|
|
2992
|
-
/**
|
|
2993
|
-
* Defines values for EndpointType. \
|
|
2994
|
-
* {@link KnownEndpointType} can be used interchangeably with EndpointType,
|
|
2995
|
-
* this enum contains the known values that the service supports.
|
|
2996
|
-
* ### Known values supported by the service
|
|
2997
|
-
* **WebHook** \
|
|
2998
|
-
* **EventHub** \
|
|
2999
|
-
* **StorageQueue** \
|
|
3000
|
-
* **HybridConnection** \
|
|
3001
|
-
* **ServiceBusQueue** \
|
|
3002
|
-
* **ServiceBusTopic** \
|
|
3003
|
-
* **AzureFunction** \
|
|
3004
|
-
* **PartnerDestination**
|
|
3005
|
-
*/
|
|
3006
|
-
export type EndpointType = string;
|
|
3007
3153
|
/** Known values of {@link AdvancedFilterOperatorType} that the service accepts. */
|
|
3008
3154
|
export declare enum KnownAdvancedFilterOperatorType {
|
|
3009
3155
|
/** NumberIn */
|
|
@@ -3479,6 +3625,129 @@ export declare enum KnownPartnerTopicActivationState {
|
|
|
3479
3625
|
* **Deactivated**
|
|
3480
3626
|
*/
|
|
3481
3627
|
export type PartnerTopicActivationState = string;
|
|
3628
|
+
/** Known values of {@link NetworkSecurityPerimeterResourceType} that the service accepts. */
|
|
3629
|
+
export declare enum KnownNetworkSecurityPerimeterResourceType {
|
|
3630
|
+
/** Topics */
|
|
3631
|
+
Topics = "topics",
|
|
3632
|
+
/** Domains */
|
|
3633
|
+
Domains = "domains"
|
|
3634
|
+
}
|
|
3635
|
+
/**
|
|
3636
|
+
* Defines values for NetworkSecurityPerimeterResourceType. \
|
|
3637
|
+
* {@link KnownNetworkSecurityPerimeterResourceType} can be used interchangeably with NetworkSecurityPerimeterResourceType,
|
|
3638
|
+
* this enum contains the known values that the service supports.
|
|
3639
|
+
* ### Known values supported by the service
|
|
3640
|
+
* **topics** \
|
|
3641
|
+
* **domains**
|
|
3642
|
+
*/
|
|
3643
|
+
export type NetworkSecurityPerimeterResourceType = string;
|
|
3644
|
+
/** Known values of {@link NetworkSecurityPerimeterConfigProvisioningState} that the service accepts. */
|
|
3645
|
+
export declare enum KnownNetworkSecurityPerimeterConfigProvisioningState {
|
|
3646
|
+
/** Creating */
|
|
3647
|
+
Creating = "Creating",
|
|
3648
|
+
/** Updating */
|
|
3649
|
+
Updating = "Updating",
|
|
3650
|
+
/** Deleting */
|
|
3651
|
+
Deleting = "Deleting",
|
|
3652
|
+
/** Succeeded */
|
|
3653
|
+
Succeeded = "Succeeded",
|
|
3654
|
+
/** Canceled */
|
|
3655
|
+
Canceled = "Canceled",
|
|
3656
|
+
/** Failed */
|
|
3657
|
+
Failed = "Failed",
|
|
3658
|
+
/** Deleted */
|
|
3659
|
+
Deleted = "Deleted",
|
|
3660
|
+
/** Accepted */
|
|
3661
|
+
Accepted = "Accepted"
|
|
3662
|
+
}
|
|
3663
|
+
/**
|
|
3664
|
+
* Defines values for NetworkSecurityPerimeterConfigProvisioningState. \
|
|
3665
|
+
* {@link KnownNetworkSecurityPerimeterConfigProvisioningState} can be used interchangeably with NetworkSecurityPerimeterConfigProvisioningState,
|
|
3666
|
+
* this enum contains the known values that the service supports.
|
|
3667
|
+
* ### Known values supported by the service
|
|
3668
|
+
* **Creating** \
|
|
3669
|
+
* **Updating** \
|
|
3670
|
+
* **Deleting** \
|
|
3671
|
+
* **Succeeded** \
|
|
3672
|
+
* **Canceled** \
|
|
3673
|
+
* **Failed** \
|
|
3674
|
+
* **Deleted** \
|
|
3675
|
+
* **Accepted**
|
|
3676
|
+
*/
|
|
3677
|
+
export type NetworkSecurityPerimeterConfigProvisioningState = string;
|
|
3678
|
+
/** Known values of {@link NetworkSecurityPerimeterConfigurationIssueType} that the service accepts. */
|
|
3679
|
+
export declare enum KnownNetworkSecurityPerimeterConfigurationIssueType {
|
|
3680
|
+
/** MissingPerimeterConfiguration */
|
|
3681
|
+
MissingPerimeterConfiguration = "MissingPerimeterConfiguration",
|
|
3682
|
+
/** MissingIdentityConfiguration */
|
|
3683
|
+
MissingIdentityConfiguration = "MissingIdentityConfiguration",
|
|
3684
|
+
/** ConfigurationPropagationFailure */
|
|
3685
|
+
ConfigurationPropagationFailure = "ConfigurationPropagationFailure",
|
|
3686
|
+
/** Other */
|
|
3687
|
+
Other = "Other"
|
|
3688
|
+
}
|
|
3689
|
+
/**
|
|
3690
|
+
* Defines values for NetworkSecurityPerimeterConfigurationIssueType. \
|
|
3691
|
+
* {@link KnownNetworkSecurityPerimeterConfigurationIssueType} can be used interchangeably with NetworkSecurityPerimeterConfigurationIssueType,
|
|
3692
|
+
* this enum contains the known values that the service supports.
|
|
3693
|
+
* ### Known values supported by the service
|
|
3694
|
+
* **MissingPerimeterConfiguration** \
|
|
3695
|
+
* **MissingIdentityConfiguration** \
|
|
3696
|
+
* **ConfigurationPropagationFailure** \
|
|
3697
|
+
* **Other**
|
|
3698
|
+
*/
|
|
3699
|
+
export type NetworkSecurityPerimeterConfigurationIssueType = string;
|
|
3700
|
+
/** Known values of {@link NetworkSecurityPerimeterConfigurationIssueSeverity} that the service accepts. */
|
|
3701
|
+
export declare enum KnownNetworkSecurityPerimeterConfigurationIssueSeverity {
|
|
3702
|
+
/** Warning */
|
|
3703
|
+
Warning = "Warning",
|
|
3704
|
+
/** Error */
|
|
3705
|
+
Error = "Error"
|
|
3706
|
+
}
|
|
3707
|
+
/**
|
|
3708
|
+
* Defines values for NetworkSecurityPerimeterConfigurationIssueSeverity. \
|
|
3709
|
+
* {@link KnownNetworkSecurityPerimeterConfigurationIssueSeverity} can be used interchangeably with NetworkSecurityPerimeterConfigurationIssueSeverity,
|
|
3710
|
+
* this enum contains the known values that the service supports.
|
|
3711
|
+
* ### Known values supported by the service
|
|
3712
|
+
* **Warning** \
|
|
3713
|
+
* **Error**
|
|
3714
|
+
*/
|
|
3715
|
+
export type NetworkSecurityPerimeterConfigurationIssueSeverity = string;
|
|
3716
|
+
/** Known values of {@link NetworkSecurityPerimeterAssociationAccessMode} that the service accepts. */
|
|
3717
|
+
export declare enum KnownNetworkSecurityPerimeterAssociationAccessMode {
|
|
3718
|
+
/** Learning */
|
|
3719
|
+
Learning = "Learning",
|
|
3720
|
+
/** Enforced */
|
|
3721
|
+
Enforced = "Enforced",
|
|
3722
|
+
/** Audit */
|
|
3723
|
+
Audit = "Audit"
|
|
3724
|
+
}
|
|
3725
|
+
/**
|
|
3726
|
+
* Defines values for NetworkSecurityPerimeterAssociationAccessMode. \
|
|
3727
|
+
* {@link KnownNetworkSecurityPerimeterAssociationAccessMode} can be used interchangeably with NetworkSecurityPerimeterAssociationAccessMode,
|
|
3728
|
+
* this enum contains the known values that the service supports.
|
|
3729
|
+
* ### Known values supported by the service
|
|
3730
|
+
* **Learning** \
|
|
3731
|
+
* **Enforced** \
|
|
3732
|
+
* **Audit**
|
|
3733
|
+
*/
|
|
3734
|
+
export type NetworkSecurityPerimeterAssociationAccessMode = string;
|
|
3735
|
+
/** Known values of {@link NetworkSecurityPerimeterProfileAccessRuleDirection} that the service accepts. */
|
|
3736
|
+
export declare enum KnownNetworkSecurityPerimeterProfileAccessRuleDirection {
|
|
3737
|
+
/** Inbound */
|
|
3738
|
+
Inbound = "Inbound",
|
|
3739
|
+
/** Outbound */
|
|
3740
|
+
Outbound = "Outbound"
|
|
3741
|
+
}
|
|
3742
|
+
/**
|
|
3743
|
+
* Defines values for NetworkSecurityPerimeterProfileAccessRuleDirection. \
|
|
3744
|
+
* {@link KnownNetworkSecurityPerimeterProfileAccessRuleDirection} can be used interchangeably with NetworkSecurityPerimeterProfileAccessRuleDirection,
|
|
3745
|
+
* this enum contains the known values that the service supports.
|
|
3746
|
+
* ### Known values supported by the service
|
|
3747
|
+
* **Inbound** \
|
|
3748
|
+
* **Outbound**
|
|
3749
|
+
*/
|
|
3750
|
+
export type NetworkSecurityPerimeterProfileAccessRuleDirection = string;
|
|
3482
3751
|
/** Known values of {@link PermissionType} that the service accepts. */
|
|
3483
3752
|
export declare enum KnownPermissionType {
|
|
3484
3753
|
/** Publisher */
|
|
@@ -3730,6 +3999,31 @@ export declare enum KnownPartnerClientAuthenticationType {
|
|
|
3730
3999
|
* **AzureAD**
|
|
3731
4000
|
*/
|
|
3732
4001
|
export type PartnerClientAuthenticationType = string;
|
|
4002
|
+
/** Known values of {@link MonitorAlertSeverity} that the service accepts. */
|
|
4003
|
+
export declare enum KnownMonitorAlertSeverity {
|
|
4004
|
+
/** Sev0 */
|
|
4005
|
+
Sev0 = "Sev0",
|
|
4006
|
+
/** Sev1 */
|
|
4007
|
+
Sev1 = "Sev1",
|
|
4008
|
+
/** Sev2 */
|
|
4009
|
+
Sev2 = "Sev2",
|
|
4010
|
+
/** Sev3 */
|
|
4011
|
+
Sev3 = "Sev3",
|
|
4012
|
+
/** Sev4 */
|
|
4013
|
+
Sev4 = "Sev4"
|
|
4014
|
+
}
|
|
4015
|
+
/**
|
|
4016
|
+
* Defines values for MonitorAlertSeverity. \
|
|
4017
|
+
* {@link KnownMonitorAlertSeverity} can be used interchangeably with MonitorAlertSeverity,
|
|
4018
|
+
* this enum contains the known values that the service supports.
|
|
4019
|
+
* ### Known values supported by the service
|
|
4020
|
+
* **Sev0** \
|
|
4021
|
+
* **Sev1** \
|
|
4022
|
+
* **Sev2** \
|
|
4023
|
+
* **Sev3** \
|
|
4024
|
+
* **Sev4**
|
|
4025
|
+
*/
|
|
4026
|
+
export type MonitorAlertSeverity = string;
|
|
3733
4027
|
/** Optional parameters. */
|
|
3734
4028
|
export interface CaCertificatesGetOptionalParams extends coreClient.OperationOptions {
|
|
3735
4029
|
}
|
|
@@ -4411,6 +4705,11 @@ export interface NamespaceTopicEventSubscriptionsListByNamespaceTopicOptionalPar
|
|
|
4411
4705
|
/** Contains response data for the listByNamespaceTopic operation. */
|
|
4412
4706
|
export type NamespaceTopicEventSubscriptionsListByNamespaceTopicResponse = SubscriptionsListResult;
|
|
4413
4707
|
/** Optional parameters. */
|
|
4708
|
+
export interface NamespaceTopicEventSubscriptionsGetDeliveryAttributesOptionalParams extends coreClient.OperationOptions {
|
|
4709
|
+
}
|
|
4710
|
+
/** Contains response data for the getDeliveryAttributes operation. */
|
|
4711
|
+
export type NamespaceTopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
4712
|
+
/** Optional parameters. */
|
|
4414
4713
|
export interface NamespaceTopicEventSubscriptionsListByNamespaceTopicNextOptionalParams extends coreClient.OperationOptions {
|
|
4415
4714
|
}
|
|
4416
4715
|
/** Contains response data for the listByNamespaceTopicNext operation. */
|
|
@@ -4909,6 +5208,25 @@ export interface PartnerTopicsListByResourceGroupNextOptionalParams extends core
|
|
|
4909
5208
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
4910
5209
|
export type PartnerTopicsListByResourceGroupNextResponse = PartnerTopicsListResult;
|
|
4911
5210
|
/** Optional parameters. */
|
|
5211
|
+
export interface NetworkSecurityPerimeterConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
5212
|
+
}
|
|
5213
|
+
/** Contains response data for the get operation. */
|
|
5214
|
+
export type NetworkSecurityPerimeterConfigurationsGetResponse = NetworkSecurityPerimeterConfiguration;
|
|
5215
|
+
/** Optional parameters. */
|
|
5216
|
+
export interface NetworkSecurityPerimeterConfigurationsReconcileOptionalParams extends coreClient.OperationOptions {
|
|
5217
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5218
|
+
updateIntervalInMs?: number;
|
|
5219
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5220
|
+
resumeFrom?: string;
|
|
5221
|
+
}
|
|
5222
|
+
/** Contains response data for the reconcile operation. */
|
|
5223
|
+
export type NetworkSecurityPerimeterConfigurationsReconcileResponse = NetworkSecurityPerimeterConfiguration;
|
|
5224
|
+
/** Optional parameters. */
|
|
5225
|
+
export interface NetworkSecurityPerimeterConfigurationsListOptionalParams extends coreClient.OperationOptions {
|
|
5226
|
+
}
|
|
5227
|
+
/** Contains response data for the list operation. */
|
|
5228
|
+
export type NetworkSecurityPerimeterConfigurationsListResponse = NetworkSecurityPerimeterConfigurationList;
|
|
5229
|
+
/** Optional parameters. */
|
|
4912
5230
|
export interface PermissionBindingsGetOptionalParams extends coreClient.OperationOptions {
|
|
4913
5231
|
}
|
|
4914
5232
|
/** Contains response data for the get operation. */
|