@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
package/src/models/index.ts
CHANGED
|
@@ -24,6 +24,18 @@ export type DeliveryAttributeMappingUnion =
|
|
|
24
24
|
export type DeadLetterDestinationUnion =
|
|
25
25
|
| DeadLetterDestination
|
|
26
26
|
| StorageBlobDeadLetterDestination;
|
|
27
|
+
export type EventSubscriptionDestinationUnion =
|
|
28
|
+
| EventSubscriptionDestination
|
|
29
|
+
| WebHookEventSubscriptionDestination
|
|
30
|
+
| EventHubEventSubscriptionDestination
|
|
31
|
+
| StorageQueueEventSubscriptionDestination
|
|
32
|
+
| HybridConnectionEventSubscriptionDestination
|
|
33
|
+
| ServiceBusQueueEventSubscriptionDestination
|
|
34
|
+
| ServiceBusTopicEventSubscriptionDestination
|
|
35
|
+
| AzureFunctionEventSubscriptionDestination
|
|
36
|
+
| PartnerEventSubscriptionDestination
|
|
37
|
+
| MonitorAlertEventSubscriptionDestination
|
|
38
|
+
| NamespaceTopicEventSubscriptionDestination;
|
|
27
39
|
export type FilterUnion =
|
|
28
40
|
| Filter
|
|
29
41
|
| NumberInFilter
|
|
@@ -45,16 +57,6 @@ export type FilterUnion =
|
|
|
45
57
|
| StringNotContainsFilter
|
|
46
58
|
| IsNullOrUndefinedFilter
|
|
47
59
|
| IsNotNullFilter;
|
|
48
|
-
export type EventSubscriptionDestinationUnion =
|
|
49
|
-
| EventSubscriptionDestination
|
|
50
|
-
| WebHookEventSubscriptionDestination
|
|
51
|
-
| EventHubEventSubscriptionDestination
|
|
52
|
-
| StorageQueueEventSubscriptionDestination
|
|
53
|
-
| HybridConnectionEventSubscriptionDestination
|
|
54
|
-
| ServiceBusQueueEventSubscriptionDestination
|
|
55
|
-
| ServiceBusTopicEventSubscriptionDestination
|
|
56
|
-
| AzureFunctionEventSubscriptionDestination
|
|
57
|
-
| PartnerEventSubscriptionDestination;
|
|
58
60
|
export type AdvancedFilterUnion =
|
|
59
61
|
| AdvancedFilter
|
|
60
62
|
| NumberInAdvancedFilter
|
|
@@ -302,37 +304,6 @@ export interface ClientGroupsListResult {
|
|
|
302
304
|
nextLink?: string;
|
|
303
305
|
}
|
|
304
306
|
|
|
305
|
-
/** The Authentication properties for the client. */
|
|
306
|
-
export interface ClientAuthentication {
|
|
307
|
-
/** The self signed certificate's thumbprints data used for authentication. */
|
|
308
|
-
certificateThumbprint?: ClientCertificateThumbprint;
|
|
309
|
-
/** The CA certificate subject name used for authentication. */
|
|
310
|
-
certificateSubject?: ClientCertificateSubjectDistinguishedName;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
/** Thumbprints are used by the service to validate the device permission when authentication is done using self signed certificate. */
|
|
314
|
-
export interface ClientCertificateThumbprint {
|
|
315
|
-
/** The primary thumbprint used for validation. */
|
|
316
|
-
primary?: string;
|
|
317
|
-
/** The secondary thumbprint used for validation. */
|
|
318
|
-
secondary?: string;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
/**
|
|
322
|
-
* CA certificate subject distinguished name information used by service to authenticate clients.
|
|
323
|
-
* For more information, see https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.x500distinguishedname?view=net-6.0#remarks
|
|
324
|
-
*/
|
|
325
|
-
export interface ClientCertificateSubjectDistinguishedName {
|
|
326
|
-
/** The common name field in the subject name. The allowed limit is 64 characters and it should be specified. */
|
|
327
|
-
commonName?: string;
|
|
328
|
-
/** The organization field in the subject name. If present, the allowed limit is 64 characters. */
|
|
329
|
-
organization?: string;
|
|
330
|
-
/** The organization unit field in the subject name. If present, the allowed limit is 32 characters. */
|
|
331
|
-
organizationUnit?: string;
|
|
332
|
-
/** 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'. */
|
|
333
|
-
countryCode?: string;
|
|
334
|
-
}
|
|
335
|
-
|
|
336
307
|
/** The certificate authentication properties for the client. */
|
|
337
308
|
export interface ClientCertificateAuthentication {
|
|
338
309
|
/** The validation scheme used to authenticate the client. Default value is SubjectMatchesAuthenticationName. */
|
|
@@ -503,6 +474,8 @@ export interface DeliveryConfiguration {
|
|
|
503
474
|
deliveryMode?: DeliveryMode;
|
|
504
475
|
/** This property should be populated when deliveryMode is queue and represents information about the queue subscription. */
|
|
505
476
|
queue?: QueueInfo;
|
|
477
|
+
/** This property should be populated when deliveryMode is push and represents information about the push subscription. */
|
|
478
|
+
push?: PushInfo;
|
|
506
479
|
}
|
|
507
480
|
|
|
508
481
|
/** Properties of the Queue info for event subscription. */
|
|
@@ -566,6 +539,68 @@ export interface DeadLetterDestination {
|
|
|
566
539
|
endpointType: "StorageBlob";
|
|
567
540
|
}
|
|
568
541
|
|
|
542
|
+
/** Properties of the destination info for event subscription supporting push. */
|
|
543
|
+
export interface PushInfo {
|
|
544
|
+
/** The maximum delivery count of the events. */
|
|
545
|
+
maxDeliveryCount?: number;
|
|
546
|
+
/**
|
|
547
|
+
* Time span duration in ISO 8601 format that determines how long messages are available to the subscription from the time the message was published.
|
|
548
|
+
* This duration value is expressed using the following format: \'P(n)Y(n)M(n)DT(n)H(n)M(n)S\', where:
|
|
549
|
+
* - (n) is replaced by the value of each time element that follows the (n).
|
|
550
|
+
* - P is the duration (or Period) designator and is always placed at the beginning of the duration.
|
|
551
|
+
* - Y is the year designator, and it follows the value for the number of years.
|
|
552
|
+
* - M is the month designator, and it follows the value for the number of months.
|
|
553
|
+
* - W is the week designator, and it follows the value for the number of weeks.
|
|
554
|
+
* - D is the day designator, and it follows the value for the number of days.
|
|
555
|
+
* - T is the time designator, and it precedes the time components.
|
|
556
|
+
* - H is the hour designator, and it follows the value for the number of hours.
|
|
557
|
+
* - M is the minute designator, and it follows the value for the number of minutes.
|
|
558
|
+
* - S is the second designator, and it follows the value for the number of seconds.
|
|
559
|
+
* 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
|
|
560
|
+
* by topic’s EventRetentionInDays value. The followings are examples of valid values:
|
|
561
|
+
* - \'P0DT23H12M\' or \'PT23H12M\': for duration of 23 hours and 12 minutes.
|
|
562
|
+
* - \'P1D\' or \'P1DT0H0M0S\': for duration of 1 day.
|
|
563
|
+
*/
|
|
564
|
+
eventTimeToLive?: string;
|
|
565
|
+
/**
|
|
566
|
+
* The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
|
|
567
|
+
* Uses the managed identity setup on the parent resource (namely, namespace) to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
568
|
+
*/
|
|
569
|
+
deadLetterDestinationWithResourceIdentity?: DeadLetterWithResourceIdentity;
|
|
570
|
+
/**
|
|
571
|
+
* Information about the destination where events have to be delivered for the event subscription.
|
|
572
|
+
* Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
573
|
+
*/
|
|
574
|
+
deliveryWithResourceIdentity?: DeliveryWithResourceIdentity;
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
/** Information about the delivery for an event subscription with resource identity. */
|
|
578
|
+
export interface DeliveryWithResourceIdentity {
|
|
579
|
+
/** The identity to use when delivering events. */
|
|
580
|
+
identity?: EventSubscriptionIdentity;
|
|
581
|
+
/**
|
|
582
|
+
* Information about the destination where events have to be delivered for the event subscription.
|
|
583
|
+
* Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
584
|
+
*/
|
|
585
|
+
destination?: EventSubscriptionDestinationUnion;
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
/** Information about the destination for an event subscription. */
|
|
589
|
+
export interface EventSubscriptionDestination {
|
|
590
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
591
|
+
endpointType:
|
|
592
|
+
| "WebHook"
|
|
593
|
+
| "EventHub"
|
|
594
|
+
| "StorageQueue"
|
|
595
|
+
| "HybridConnection"
|
|
596
|
+
| "ServiceBusQueue"
|
|
597
|
+
| "ServiceBusTopic"
|
|
598
|
+
| "AzureFunction"
|
|
599
|
+
| "PartnerDestination"
|
|
600
|
+
| "MonitorAlert"
|
|
601
|
+
| "NamespaceTopic";
|
|
602
|
+
}
|
|
603
|
+
|
|
569
604
|
/** Filters configuration for the Event Subscription. */
|
|
570
605
|
export interface FiltersConfiguration {
|
|
571
606
|
/** 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. */
|
|
@@ -623,31 +658,6 @@ export interface SubscriptionsListResult {
|
|
|
623
658
|
nextLink?: string;
|
|
624
659
|
}
|
|
625
660
|
|
|
626
|
-
/** Information about the destination for an event subscription. */
|
|
627
|
-
export interface EventSubscriptionDestination {
|
|
628
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
629
|
-
endpointType:
|
|
630
|
-
| "WebHook"
|
|
631
|
-
| "EventHub"
|
|
632
|
-
| "StorageQueue"
|
|
633
|
-
| "HybridConnection"
|
|
634
|
-
| "ServiceBusQueue"
|
|
635
|
-
| "ServiceBusTopic"
|
|
636
|
-
| "AzureFunction"
|
|
637
|
-
| "PartnerDestination";
|
|
638
|
-
}
|
|
639
|
-
|
|
640
|
-
/** Information about the delivery for an event subscription with resource identity. */
|
|
641
|
-
export interface DeliveryWithResourceIdentity {
|
|
642
|
-
/** The identity to use when delivering events. */
|
|
643
|
-
identity?: EventSubscriptionIdentity;
|
|
644
|
-
/**
|
|
645
|
-
* Information about the destination where events have to be delivered for the event subscription.
|
|
646
|
-
* Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
647
|
-
*/
|
|
648
|
-
destination?: EventSubscriptionDestinationUnion;
|
|
649
|
-
}
|
|
650
|
-
|
|
651
661
|
/** Filter for the Event Subscription. */
|
|
652
662
|
export interface EventSubscriptionFilter {
|
|
653
663
|
/**
|
|
@@ -1088,6 +1098,86 @@ export interface PartnerTopicsListResult {
|
|
|
1088
1098
|
nextLink?: string;
|
|
1089
1099
|
}
|
|
1090
1100
|
|
|
1101
|
+
/** Network security perimeter configuration issues. */
|
|
1102
|
+
export interface NetworkSecurityPerimeterConfigurationIssues {
|
|
1103
|
+
/** Provisioning issue name. */
|
|
1104
|
+
name?: string;
|
|
1105
|
+
/** Provisioning issue type. */
|
|
1106
|
+
issueType?: NetworkSecurityPerimeterConfigurationIssueType;
|
|
1107
|
+
/** Provisioning issue severity. */
|
|
1108
|
+
severity?: NetworkSecurityPerimeterConfigurationIssueSeverity;
|
|
1109
|
+
/** Provisioning issue description. */
|
|
1110
|
+
description?: string;
|
|
1111
|
+
/** ARM IDs of resources that can be associated to the same perimeter to remediate the issue. */
|
|
1112
|
+
suggestedResourceIds?: string[];
|
|
1113
|
+
/** Access rules that can be added to the same profile to remediate the issue. */
|
|
1114
|
+
suggestedAccessRules?: string[];
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
/** Network security perimeter info. */
|
|
1118
|
+
export interface NetworkSecurityPerimeterInfo {
|
|
1119
|
+
/** Arm id for network security perimeter. */
|
|
1120
|
+
id?: string;
|
|
1121
|
+
/** Network security perimeter guid. */
|
|
1122
|
+
perimeterGuid?: string;
|
|
1123
|
+
/** Network security perimeter location. */
|
|
1124
|
+
location?: string;
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
/** Nsp resource association */
|
|
1128
|
+
export interface ResourceAssociation {
|
|
1129
|
+
/** Association name */
|
|
1130
|
+
name?: string;
|
|
1131
|
+
/** Network security perimeter access mode. */
|
|
1132
|
+
accessMode?: NetworkSecurityPerimeterAssociationAccessMode;
|
|
1133
|
+
}
|
|
1134
|
+
|
|
1135
|
+
/** Nsp configuration with profile information. */
|
|
1136
|
+
export interface NetworkSecurityPerimeterConfigurationProfile {
|
|
1137
|
+
/** Nsp configuration profile name. */
|
|
1138
|
+
name?: string;
|
|
1139
|
+
/** Access rules version number for nsp profile. */
|
|
1140
|
+
accessRulesVersion?: string;
|
|
1141
|
+
/** List of inbound or outbound access rule setup on the nsp profile. */
|
|
1142
|
+
accessRules?: NetworkSecurityPerimeterProfileAccessRule[];
|
|
1143
|
+
/** Diagnostic settings version number for nsp profile. */
|
|
1144
|
+
diagnosticSettingsVersion?: string;
|
|
1145
|
+
/** Enabled log categories for nsp profile. */
|
|
1146
|
+
enabledLogCategories?: string[];
|
|
1147
|
+
}
|
|
1148
|
+
|
|
1149
|
+
/** Network security perimeter profile access rule. */
|
|
1150
|
+
export interface NetworkSecurityPerimeterProfileAccessRule {
|
|
1151
|
+
/** Fully Qualified Arm id for network security perimeter profile access rule. */
|
|
1152
|
+
fullyQualifiedArmId?: string;
|
|
1153
|
+
/** Name for nsp access rule. */
|
|
1154
|
+
name?: string;
|
|
1155
|
+
/** nsp access rule type. */
|
|
1156
|
+
type?: string;
|
|
1157
|
+
/** NSP access rule direction. */
|
|
1158
|
+
direction?: NetworkSecurityPerimeterProfileAccessRuleDirection;
|
|
1159
|
+
/** Address prefixes. */
|
|
1160
|
+
addressPrefixes?: string[];
|
|
1161
|
+
/** List of subscriptions. */
|
|
1162
|
+
subscriptions?: string[];
|
|
1163
|
+
/** Network security perimeters. */
|
|
1164
|
+
networkSecurityPerimeters?: NetworkSecurityPerimeterInfo[];
|
|
1165
|
+
/** Fully qualified domain names. */
|
|
1166
|
+
fullyQualifiedDomainNames?: string[];
|
|
1167
|
+
/** List of email addresses. */
|
|
1168
|
+
emailAddresses?: string[];
|
|
1169
|
+
/** List of phone numbers. */
|
|
1170
|
+
phoneNumbers?: string[];
|
|
1171
|
+
}
|
|
1172
|
+
|
|
1173
|
+
/** Network security perimeter configuration List. */
|
|
1174
|
+
export interface NetworkSecurityPerimeterConfigurationList {
|
|
1175
|
+
/** List of all network security parameter configurations. */
|
|
1176
|
+
value?: NetworkSecurityPerimeterConfiguration[];
|
|
1177
|
+
/** A link for the next page of Network Security Perimeter Configuration. */
|
|
1178
|
+
nextLink?: string;
|
|
1179
|
+
}
|
|
1180
|
+
|
|
1091
1181
|
/** Result of the List Permission Binding operation. */
|
|
1092
1182
|
export interface PermissionBindingsListResult {
|
|
1093
1183
|
/** A collection of Permission Binding. */
|
|
@@ -1203,6 +1293,11 @@ export interface TopicTypesListResult {
|
|
|
1203
1293
|
value?: TopicTypeInfo[];
|
|
1204
1294
|
}
|
|
1205
1295
|
|
|
1296
|
+
export interface TopicTypeAdditionalEnforcedPermission {
|
|
1297
|
+
permissionName?: string;
|
|
1298
|
+
isDataAction?: boolean;
|
|
1299
|
+
}
|
|
1300
|
+
|
|
1206
1301
|
/** Information about the partner. */
|
|
1207
1302
|
export interface PartnerDetails {
|
|
1208
1303
|
/** This is short description about the partner. The length of this description should not exceed 256 characters. */
|
|
@@ -1335,8 +1430,6 @@ export interface Client extends Resource {
|
|
|
1335
1430
|
description?: string;
|
|
1336
1431
|
/** The name presented by the client for authentication. The default value is the name of the resource. */
|
|
1337
1432
|
authenticationName?: string;
|
|
1338
|
-
/** Authentication information for the client. */
|
|
1339
|
-
authentication?: ClientAuthentication;
|
|
1340
1433
|
/** The client certificate authentication information. */
|
|
1341
1434
|
clientCertificateAuthentication?: ClientCertificateAuthentication;
|
|
1342
1435
|
/** Indicates if the client is enabled or not. Default value is Enabled. */
|
|
@@ -1496,6 +1589,20 @@ export interface PartnerConfiguration extends Resource {
|
|
|
1496
1589
|
provisioningState?: PartnerConfigurationProvisioningState;
|
|
1497
1590
|
}
|
|
1498
1591
|
|
|
1592
|
+
/** Network security perimeter configuration. */
|
|
1593
|
+
export interface NetworkSecurityPerimeterConfiguration extends Resource {
|
|
1594
|
+
/** Provisioning state to reflect configuration state and indicate status of nsp profile configuration retrieval. */
|
|
1595
|
+
provisioningState?: NetworkSecurityPerimeterConfigProvisioningState;
|
|
1596
|
+
/** Provisioning issues to reflect status when attempting to retrieve nsp profile configuration. */
|
|
1597
|
+
provisioningIssues?: NetworkSecurityPerimeterConfigurationIssues[];
|
|
1598
|
+
/** Perimeter info for nsp association. */
|
|
1599
|
+
networkSecurityPerimeter?: NetworkSecurityPerimeterInfo;
|
|
1600
|
+
/** Nsp association name and access mode of association. */
|
|
1601
|
+
resourceAssociation?: ResourceAssociation;
|
|
1602
|
+
/** Nsp profile configuration, access rules and diagnostic settings. */
|
|
1603
|
+
profile?: NetworkSecurityPerimeterConfigurationProfile;
|
|
1604
|
+
}
|
|
1605
|
+
|
|
1499
1606
|
/** The Permission binding resource. */
|
|
1500
1607
|
export interface PermissionBinding extends Resource {
|
|
1501
1608
|
/**
|
|
@@ -1583,7 +1690,7 @@ export interface TopicTypeInfo extends Resource {
|
|
|
1583
1690
|
description?: string;
|
|
1584
1691
|
/** Region type of the resource. */
|
|
1585
1692
|
resourceRegionType?: ResourceRegionType;
|
|
1586
|
-
/** Provisioning state of the topic type */
|
|
1693
|
+
/** Provisioning state of the topic type. */
|
|
1587
1694
|
provisioningState?: TopicTypeProvisioningState;
|
|
1588
1695
|
/** List of locations supported by this topic type. */
|
|
1589
1696
|
supportedLocations?: string[];
|
|
@@ -1591,8 +1698,10 @@ export interface TopicTypeInfo extends Resource {
|
|
|
1591
1698
|
sourceResourceFormat?: string;
|
|
1592
1699
|
/** Supported source scopes. */
|
|
1593
1700
|
supportedScopesForSource?: TopicTypeSourceScope[];
|
|
1594
|
-
/** Flag to indicate that a topic type can support both regional or global system topics */
|
|
1701
|
+
/** Flag to indicate that a topic type can support both regional or global system topics. */
|
|
1595
1702
|
areRegionalAndGlobalSourcesSupported?: boolean;
|
|
1703
|
+
/** Permissions which are enforced for creating and updating system topics of this this topic type. */
|
|
1704
|
+
additionalEnforcedPermissions?: TopicTypeAdditionalEnforcedPermission[];
|
|
1596
1705
|
}
|
|
1597
1706
|
|
|
1598
1707
|
/** Verified partner information */
|
|
@@ -1690,6 +1799,144 @@ export interface StorageBlobDeadLetterDestination
|
|
|
1690
1799
|
blobContainerName?: string;
|
|
1691
1800
|
}
|
|
1692
1801
|
|
|
1802
|
+
/** Information about the webhook destination for an event subscription. */
|
|
1803
|
+
export interface WebHookEventSubscriptionDestination
|
|
1804
|
+
extends EventSubscriptionDestination {
|
|
1805
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1806
|
+
endpointType: "WebHook";
|
|
1807
|
+
/** The URL that represents the endpoint of the destination of an event subscription. */
|
|
1808
|
+
endpointUrl?: string;
|
|
1809
|
+
/**
|
|
1810
|
+
* The base URL that represents the endpoint of the destination of an event subscription.
|
|
1811
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1812
|
+
*/
|
|
1813
|
+
readonly endpointBaseUrl?: string;
|
|
1814
|
+
/** Maximum number of events per batch. */
|
|
1815
|
+
maxEventsPerBatch?: number;
|
|
1816
|
+
/** Preferred batch size in Kilobytes. */
|
|
1817
|
+
preferredBatchSizeInKilobytes?: number;
|
|
1818
|
+
/** The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests. */
|
|
1819
|
+
azureActiveDirectoryTenantId?: string;
|
|
1820
|
+
/** The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests. */
|
|
1821
|
+
azureActiveDirectoryApplicationIdOrUri?: string;
|
|
1822
|
+
/** Delivery attribute details. */
|
|
1823
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
1824
|
+
/** Minimum TLS version that should be supported by webhook endpoint */
|
|
1825
|
+
minimumTlsVersionAllowed?: TlsVersion;
|
|
1826
|
+
}
|
|
1827
|
+
|
|
1828
|
+
/** Information about the event hub destination for an event subscription. */
|
|
1829
|
+
export interface EventHubEventSubscriptionDestination
|
|
1830
|
+
extends EventSubscriptionDestination {
|
|
1831
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1832
|
+
endpointType: "EventHub";
|
|
1833
|
+
/** The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription. */
|
|
1834
|
+
resourceId?: string;
|
|
1835
|
+
/** Delivery attribute details. */
|
|
1836
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
1837
|
+
}
|
|
1838
|
+
|
|
1839
|
+
/** Information about the storage queue destination for an event subscription. */
|
|
1840
|
+
export interface StorageQueueEventSubscriptionDestination
|
|
1841
|
+
extends EventSubscriptionDestination {
|
|
1842
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1843
|
+
endpointType: "StorageQueue";
|
|
1844
|
+
/** The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription. */
|
|
1845
|
+
resourceId?: string;
|
|
1846
|
+
/** The name of the Storage queue under a storage account that is the destination of an event subscription. */
|
|
1847
|
+
queueName?: string;
|
|
1848
|
+
/** 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. */
|
|
1849
|
+
queueMessageTimeToLiveInSeconds?: number;
|
|
1850
|
+
}
|
|
1851
|
+
|
|
1852
|
+
/** Information about the HybridConnection destination for an event subscription. */
|
|
1853
|
+
export interface HybridConnectionEventSubscriptionDestination
|
|
1854
|
+
extends EventSubscriptionDestination {
|
|
1855
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1856
|
+
endpointType: "HybridConnection";
|
|
1857
|
+
/** The Azure Resource ID of an hybrid connection that is the destination of an event subscription. */
|
|
1858
|
+
resourceId?: string;
|
|
1859
|
+
/** Delivery attribute details. */
|
|
1860
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
1861
|
+
}
|
|
1862
|
+
|
|
1863
|
+
/** Information about the service bus destination for an event subscription. */
|
|
1864
|
+
export interface ServiceBusQueueEventSubscriptionDestination
|
|
1865
|
+
extends EventSubscriptionDestination {
|
|
1866
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1867
|
+
endpointType: "ServiceBusQueue";
|
|
1868
|
+
/** The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription. */
|
|
1869
|
+
resourceId?: string;
|
|
1870
|
+
/** Delivery attribute details. */
|
|
1871
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
1872
|
+
}
|
|
1873
|
+
|
|
1874
|
+
/** Information about the service bus topic destination for an event subscription. */
|
|
1875
|
+
export interface ServiceBusTopicEventSubscriptionDestination
|
|
1876
|
+
extends EventSubscriptionDestination {
|
|
1877
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1878
|
+
endpointType: "ServiceBusTopic";
|
|
1879
|
+
/** The Azure Resource Id that represents the endpoint of the Service Bus Topic destination of an event subscription. */
|
|
1880
|
+
resourceId?: string;
|
|
1881
|
+
/** Delivery attribute details. */
|
|
1882
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
1883
|
+
}
|
|
1884
|
+
|
|
1885
|
+
/** Information about the azure function destination for an event subscription. */
|
|
1886
|
+
export interface AzureFunctionEventSubscriptionDestination
|
|
1887
|
+
extends EventSubscriptionDestination {
|
|
1888
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1889
|
+
endpointType: "AzureFunction";
|
|
1890
|
+
/** The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription. */
|
|
1891
|
+
resourceId?: string;
|
|
1892
|
+
/** Maximum number of events per batch. */
|
|
1893
|
+
maxEventsPerBatch?: number;
|
|
1894
|
+
/** Preferred batch size in Kilobytes. */
|
|
1895
|
+
preferredBatchSizeInKilobytes?: number;
|
|
1896
|
+
/** Delivery attribute details. */
|
|
1897
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
1898
|
+
}
|
|
1899
|
+
|
|
1900
|
+
export interface PartnerEventSubscriptionDestination
|
|
1901
|
+
extends EventSubscriptionDestination {
|
|
1902
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1903
|
+
endpointType: "PartnerDestination";
|
|
1904
|
+
/** The Azure Resource Id that represents the endpoint of a Partner Destination of an event subscription. */
|
|
1905
|
+
resourceId?: string;
|
|
1906
|
+
}
|
|
1907
|
+
|
|
1908
|
+
/** Information about the Monitor Alert destination for an event subscription. */
|
|
1909
|
+
export interface MonitorAlertEventSubscriptionDestination
|
|
1910
|
+
extends EventSubscriptionDestination {
|
|
1911
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1912
|
+
endpointType: "MonitorAlert";
|
|
1913
|
+
/**
|
|
1914
|
+
* The severity that will be attached to every Alert fired through this event subscription.
|
|
1915
|
+
* This field must be provided.
|
|
1916
|
+
*/
|
|
1917
|
+
severity?: MonitorAlertSeverity;
|
|
1918
|
+
/** The description that will be attached to every Alert fired through this event subscription. */
|
|
1919
|
+
description?: string;
|
|
1920
|
+
/**
|
|
1921
|
+
* The list of ARM Ids of Action Groups that will be triggered on every Alert fired through this event subscription.
|
|
1922
|
+
* Each resource ARM Id should follow this pattern: /subscriptions/{AzureSubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Insights/actionGroups/{ActionGroupName}.
|
|
1923
|
+
*/
|
|
1924
|
+
actionGroups?: string[];
|
|
1925
|
+
}
|
|
1926
|
+
|
|
1927
|
+
/** Information about the Namespace Topic destination for an event subscription. */
|
|
1928
|
+
export interface NamespaceTopicEventSubscriptionDestination
|
|
1929
|
+
extends EventSubscriptionDestination {
|
|
1930
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1931
|
+
endpointType: "NamespaceTopic";
|
|
1932
|
+
/**
|
|
1933
|
+
* The Azure resource Id that represents the endpoint of the Event Grid Namespace Topic destination of an event subscription.
|
|
1934
|
+
* This field is required and the Namespace Topic resource listed must already exist.
|
|
1935
|
+
* The resource ARM Id should follow this pattern: /subscriptions/{AzureSubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.EventGrid/namespaces/{NamespaceName}/topics/{TopicName}.
|
|
1936
|
+
*/
|
|
1937
|
+
resourceId?: string;
|
|
1938
|
+
}
|
|
1939
|
+
|
|
1693
1940
|
/** NumberIn Filter. */
|
|
1694
1941
|
export interface NumberInFilter extends Filter {
|
|
1695
1942
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -1788,160 +2035,54 @@ export interface StringContainsFilter extends Filter {
|
|
|
1788
2035
|
|
|
1789
2036
|
/** NumberInRange Filter. */
|
|
1790
2037
|
export interface NumberInRangeFilter extends Filter {
|
|
1791
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1792
|
-
operatorType: "NumberInRange";
|
|
1793
|
-
/** The set of filter values. */
|
|
1794
|
-
values?: number[][];
|
|
1795
|
-
}
|
|
1796
|
-
|
|
1797
|
-
/** NumberNotInRange Filter. */
|
|
1798
|
-
export interface NumberNotInRangeFilter extends Filter {
|
|
1799
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1800
|
-
operatorType: "NumberNotInRange";
|
|
1801
|
-
/** The set of filter values. */
|
|
1802
|
-
values?: number[][];
|
|
1803
|
-
}
|
|
1804
|
-
|
|
1805
|
-
/** StringNotBeginsWith Filter. */
|
|
1806
|
-
export interface StringNotBeginsWithFilter extends Filter {
|
|
1807
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1808
|
-
operatorType: "StringNotBeginsWith";
|
|
1809
|
-
/** The set of filter values. */
|
|
1810
|
-
values?: string[];
|
|
1811
|
-
}
|
|
1812
|
-
|
|
1813
|
-
/** StringNotEndsWith Filter. */
|
|
1814
|
-
export interface StringNotEndsWithFilter extends Filter {
|
|
1815
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1816
|
-
operatorType: "StringNotEndsWith";
|
|
1817
|
-
/** The set of filter values. */
|
|
1818
|
-
values?: string[];
|
|
1819
|
-
}
|
|
1820
|
-
|
|
1821
|
-
/** StringNotContains Filter. */
|
|
1822
|
-
export interface StringNotContainsFilter extends Filter {
|
|
1823
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1824
|
-
operatorType: "StringNotContains";
|
|
1825
|
-
/** The set of filter values. */
|
|
1826
|
-
values?: string[];
|
|
1827
|
-
}
|
|
1828
|
-
|
|
1829
|
-
/** IsNullOrUndefined Filter. */
|
|
1830
|
-
export interface IsNullOrUndefinedFilter extends Filter {
|
|
1831
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1832
|
-
operatorType: "IsNullOrUndefined";
|
|
1833
|
-
}
|
|
1834
|
-
|
|
1835
|
-
/** IsNotNull Filter. */
|
|
1836
|
-
export interface IsNotNullFilter extends Filter {
|
|
1837
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1838
|
-
operatorType: "IsNotNull";
|
|
1839
|
-
}
|
|
1840
|
-
|
|
1841
|
-
/** Information about the webhook destination for an event subscription. */
|
|
1842
|
-
export interface WebHookEventSubscriptionDestination
|
|
1843
|
-
extends EventSubscriptionDestination {
|
|
1844
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1845
|
-
endpointType: "WebHook";
|
|
1846
|
-
/** The URL that represents the endpoint of the destination of an event subscription. */
|
|
1847
|
-
endpointUrl?: string;
|
|
1848
|
-
/**
|
|
1849
|
-
* The base URL that represents the endpoint of the destination of an event subscription.
|
|
1850
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1851
|
-
*/
|
|
1852
|
-
readonly endpointBaseUrl?: string;
|
|
1853
|
-
/** Maximum number of events per batch. */
|
|
1854
|
-
maxEventsPerBatch?: number;
|
|
1855
|
-
/** Preferred batch size in Kilobytes. */
|
|
1856
|
-
preferredBatchSizeInKilobytes?: number;
|
|
1857
|
-
/** The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests. */
|
|
1858
|
-
azureActiveDirectoryTenantId?: string;
|
|
1859
|
-
/** The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests. */
|
|
1860
|
-
azureActiveDirectoryApplicationIdOrUri?: string;
|
|
1861
|
-
/** Delivery attribute details. */
|
|
1862
|
-
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
1863
|
-
/** Minimum TLS version that should be supported by webhook endpoint */
|
|
1864
|
-
minimumTlsVersionAllowed?: TlsVersion;
|
|
1865
|
-
}
|
|
1866
|
-
|
|
1867
|
-
/** Information about the event hub destination for an event subscription. */
|
|
1868
|
-
export interface EventHubEventSubscriptionDestination
|
|
1869
|
-
extends EventSubscriptionDestination {
|
|
1870
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1871
|
-
endpointType: "EventHub";
|
|
1872
|
-
/** The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription. */
|
|
1873
|
-
resourceId?: string;
|
|
1874
|
-
/** Delivery attribute details. */
|
|
1875
|
-
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
2038
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2039
|
+
operatorType: "NumberInRange";
|
|
2040
|
+
/** The set of filter values. */
|
|
2041
|
+
values?: number[][];
|
|
1876
2042
|
}
|
|
1877
2043
|
|
|
1878
|
-
/**
|
|
1879
|
-
export interface
|
|
1880
|
-
extends EventSubscriptionDestination {
|
|
2044
|
+
/** NumberNotInRange Filter. */
|
|
2045
|
+
export interface NumberNotInRangeFilter extends Filter {
|
|
1881
2046
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1882
|
-
|
|
1883
|
-
/** The
|
|
1884
|
-
|
|
1885
|
-
/** The name of the Storage queue under a storage account that is the destination of an event subscription. */
|
|
1886
|
-
queueName?: string;
|
|
1887
|
-
/** 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. */
|
|
1888
|
-
queueMessageTimeToLiveInSeconds?: number;
|
|
2047
|
+
operatorType: "NumberNotInRange";
|
|
2048
|
+
/** The set of filter values. */
|
|
2049
|
+
values?: number[][];
|
|
1889
2050
|
}
|
|
1890
2051
|
|
|
1891
|
-
/**
|
|
1892
|
-
export interface
|
|
1893
|
-
extends EventSubscriptionDestination {
|
|
2052
|
+
/** StringNotBeginsWith Filter. */
|
|
2053
|
+
export interface StringNotBeginsWithFilter extends Filter {
|
|
1894
2054
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1895
|
-
|
|
1896
|
-
/** The
|
|
1897
|
-
|
|
1898
|
-
/** Delivery attribute details. */
|
|
1899
|
-
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
2055
|
+
operatorType: "StringNotBeginsWith";
|
|
2056
|
+
/** The set of filter values. */
|
|
2057
|
+
values?: string[];
|
|
1900
2058
|
}
|
|
1901
2059
|
|
|
1902
|
-
/**
|
|
1903
|
-
export interface
|
|
1904
|
-
extends EventSubscriptionDestination {
|
|
2060
|
+
/** StringNotEndsWith Filter. */
|
|
2061
|
+
export interface StringNotEndsWithFilter extends Filter {
|
|
1905
2062
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1906
|
-
|
|
1907
|
-
/** The
|
|
1908
|
-
|
|
1909
|
-
/** Delivery attribute details. */
|
|
1910
|
-
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
2063
|
+
operatorType: "StringNotEndsWith";
|
|
2064
|
+
/** The set of filter values. */
|
|
2065
|
+
values?: string[];
|
|
1911
2066
|
}
|
|
1912
2067
|
|
|
1913
|
-
/**
|
|
1914
|
-
export interface
|
|
1915
|
-
extends EventSubscriptionDestination {
|
|
2068
|
+
/** StringNotContains Filter. */
|
|
2069
|
+
export interface StringNotContainsFilter extends Filter {
|
|
1916
2070
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1917
|
-
|
|
1918
|
-
/** The
|
|
1919
|
-
|
|
1920
|
-
/** Delivery attribute details. */
|
|
1921
|
-
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
2071
|
+
operatorType: "StringNotContains";
|
|
2072
|
+
/** The set of filter values. */
|
|
2073
|
+
values?: string[];
|
|
1922
2074
|
}
|
|
1923
2075
|
|
|
1924
|
-
/**
|
|
1925
|
-
export interface
|
|
1926
|
-
extends EventSubscriptionDestination {
|
|
2076
|
+
/** IsNullOrUndefined Filter. */
|
|
2077
|
+
export interface IsNullOrUndefinedFilter extends Filter {
|
|
1927
2078
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1928
|
-
|
|
1929
|
-
/** The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription. */
|
|
1930
|
-
resourceId?: string;
|
|
1931
|
-
/** Maximum number of events per batch. */
|
|
1932
|
-
maxEventsPerBatch?: number;
|
|
1933
|
-
/** Preferred batch size in Kilobytes. */
|
|
1934
|
-
preferredBatchSizeInKilobytes?: number;
|
|
1935
|
-
/** Delivery attribute details. */
|
|
1936
|
-
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
2079
|
+
operatorType: "IsNullOrUndefined";
|
|
1937
2080
|
}
|
|
1938
2081
|
|
|
1939
|
-
|
|
1940
|
-
|
|
2082
|
+
/** IsNotNull Filter. */
|
|
2083
|
+
export interface IsNotNullFilter extends Filter {
|
|
1941
2084
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1942
|
-
|
|
1943
|
-
/** The Azure Resource Id that represents the endpoint of a Partner Destination of an event subscription. */
|
|
1944
|
-
resourceId?: string;
|
|
2085
|
+
operatorType: "IsNotNull";
|
|
1945
2086
|
}
|
|
1946
2087
|
|
|
1947
2088
|
/** NumberIn Advanced Filter. */
|
|
@@ -2198,7 +2339,10 @@ export interface Namespace extends TrackedResource {
|
|
|
2198
2339
|
/** Topic spaces configuration information for the namespace resource */
|
|
2199
2340
|
topicSpacesConfiguration?: TopicSpacesConfiguration;
|
|
2200
2341
|
/**
|
|
2201
|
-
*
|
|
2342
|
+
* This is an optional property and it allows the user to specify if the namespace resource supports zone-redundancy capability or not. If this
|
|
2343
|
+
* property is not specified explicitly by the user, its default value depends on the following conditions:
|
|
2344
|
+
* a. For Availability Zones enabled regions - The default property value would be true.
|
|
2345
|
+
* b. For non-Availability Zones enabled regions - The default property value would be false.
|
|
2202
2346
|
* Once specified, this property cannot be updated.
|
|
2203
2347
|
*/
|
|
2204
2348
|
isZoneRedundant?: boolean;
|
|
@@ -2555,6 +2699,11 @@ export interface PartnerTopicsDeleteHeaders {
|
|
|
2555
2699
|
location?: string;
|
|
2556
2700
|
}
|
|
2557
2701
|
|
|
2702
|
+
/** Defines headers for NetworkSecurityPerimeterConfigurations_reconcile operation. */
|
|
2703
|
+
export interface NetworkSecurityPerimeterConfigurationsReconcileHeaders {
|
|
2704
|
+
location?: string;
|
|
2705
|
+
}
|
|
2706
|
+
|
|
2558
2707
|
/** Defines headers for PermissionBindings_delete operation. */
|
|
2559
2708
|
export interface PermissionBindingsDeleteHeaders {
|
|
2560
2709
|
location?: string;
|
|
@@ -3004,7 +3153,9 @@ export enum KnownPublicNetworkAccess {
|
|
|
3004
3153
|
/** Enabled */
|
|
3005
3154
|
Enabled = "Enabled",
|
|
3006
3155
|
/** Disabled */
|
|
3007
|
-
Disabled = "Disabled"
|
|
3156
|
+
Disabled = "Disabled",
|
|
3157
|
+
/** SecuredByPerimeter */
|
|
3158
|
+
SecuredByPerimeter = "SecuredByPerimeter"
|
|
3008
3159
|
}
|
|
3009
3160
|
|
|
3010
3161
|
/**
|
|
@@ -3013,7 +3164,8 @@ export enum KnownPublicNetworkAccess {
|
|
|
3013
3164
|
* this enum contains the known values that the service supports.
|
|
3014
3165
|
* ### Known values supported by the service
|
|
3015
3166
|
* **Enabled** \
|
|
3016
|
-
* **Disabled**
|
|
3167
|
+
* **Disabled** \
|
|
3168
|
+
* **SecuredByPerimeter**
|
|
3017
3169
|
*/
|
|
3018
3170
|
export type PublicNetworkAccess = string;
|
|
3019
3171
|
|
|
@@ -3188,7 +3340,9 @@ export type SubscriptionProvisioningState = string;
|
|
|
3188
3340
|
/** Known values of {@link DeliveryMode} that the service accepts. */
|
|
3189
3341
|
export enum KnownDeliveryMode {
|
|
3190
3342
|
/** Queue */
|
|
3191
|
-
Queue = "Queue"
|
|
3343
|
+
Queue = "Queue",
|
|
3344
|
+
/** Push */
|
|
3345
|
+
Push = "Push"
|
|
3192
3346
|
}
|
|
3193
3347
|
|
|
3194
3348
|
/**
|
|
@@ -3196,7 +3350,8 @@ export enum KnownDeliveryMode {
|
|
|
3196
3350
|
* {@link KnownDeliveryMode} can be used interchangeably with DeliveryMode,
|
|
3197
3351
|
* this enum contains the known values that the service supports.
|
|
3198
3352
|
* ### Known values supported by the service
|
|
3199
|
-
* **Queue**
|
|
3353
|
+
* **Queue** \
|
|
3354
|
+
* **Push**
|
|
3200
3355
|
*/
|
|
3201
3356
|
export type DeliveryMode = string;
|
|
3202
3357
|
|
|
@@ -3233,6 +3388,48 @@ export enum KnownDeadLetterEndPointType {
|
|
|
3233
3388
|
*/
|
|
3234
3389
|
export type DeadLetterEndPointType = string;
|
|
3235
3390
|
|
|
3391
|
+
/** Known values of {@link EndpointType} that the service accepts. */
|
|
3392
|
+
export enum KnownEndpointType {
|
|
3393
|
+
/** WebHook */
|
|
3394
|
+
WebHook = "WebHook",
|
|
3395
|
+
/** EventHub */
|
|
3396
|
+
EventHub = "EventHub",
|
|
3397
|
+
/** StorageQueue */
|
|
3398
|
+
StorageQueue = "StorageQueue",
|
|
3399
|
+
/** HybridConnection */
|
|
3400
|
+
HybridConnection = "HybridConnection",
|
|
3401
|
+
/** ServiceBusQueue */
|
|
3402
|
+
ServiceBusQueue = "ServiceBusQueue",
|
|
3403
|
+
/** ServiceBusTopic */
|
|
3404
|
+
ServiceBusTopic = "ServiceBusTopic",
|
|
3405
|
+
/** AzureFunction */
|
|
3406
|
+
AzureFunction = "AzureFunction",
|
|
3407
|
+
/** PartnerDestination */
|
|
3408
|
+
PartnerDestination = "PartnerDestination",
|
|
3409
|
+
/** MonitorAlert */
|
|
3410
|
+
MonitorAlert = "MonitorAlert",
|
|
3411
|
+
/** NamespaceTopic */
|
|
3412
|
+
NamespaceTopic = "NamespaceTopic"
|
|
3413
|
+
}
|
|
3414
|
+
|
|
3415
|
+
/**
|
|
3416
|
+
* Defines values for EndpointType. \
|
|
3417
|
+
* {@link KnownEndpointType} can be used interchangeably with EndpointType,
|
|
3418
|
+
* this enum contains the known values that the service supports.
|
|
3419
|
+
* ### Known values supported by the service
|
|
3420
|
+
* **WebHook** \
|
|
3421
|
+
* **EventHub** \
|
|
3422
|
+
* **StorageQueue** \
|
|
3423
|
+
* **HybridConnection** \
|
|
3424
|
+
* **ServiceBusQueue** \
|
|
3425
|
+
* **ServiceBusTopic** \
|
|
3426
|
+
* **AzureFunction** \
|
|
3427
|
+
* **PartnerDestination** \
|
|
3428
|
+
* **MonitorAlert** \
|
|
3429
|
+
* **NamespaceTopic**
|
|
3430
|
+
*/
|
|
3431
|
+
export type EndpointType = string;
|
|
3432
|
+
|
|
3236
3433
|
/** Known values of {@link DeliverySchema} that the service accepts. */
|
|
3237
3434
|
export enum KnownDeliverySchema {
|
|
3238
3435
|
/** CloudEventSchemaV10 */
|
|
@@ -3350,42 +3547,6 @@ export enum KnownEventSubscriptionProvisioningState {
|
|
|
3350
3547
|
*/
|
|
3351
3548
|
export type EventSubscriptionProvisioningState = string;
|
|
3352
3549
|
|
|
3353
|
-
/** Known values of {@link EndpointType} that the service accepts. */
|
|
3354
|
-
export enum KnownEndpointType {
|
|
3355
|
-
/** WebHook */
|
|
3356
|
-
WebHook = "WebHook",
|
|
3357
|
-
/** EventHub */
|
|
3358
|
-
EventHub = "EventHub",
|
|
3359
|
-
/** StorageQueue */
|
|
3360
|
-
StorageQueue = "StorageQueue",
|
|
3361
|
-
/** HybridConnection */
|
|
3362
|
-
HybridConnection = "HybridConnection",
|
|
3363
|
-
/** ServiceBusQueue */
|
|
3364
|
-
ServiceBusQueue = "ServiceBusQueue",
|
|
3365
|
-
/** ServiceBusTopic */
|
|
3366
|
-
ServiceBusTopic = "ServiceBusTopic",
|
|
3367
|
-
/** AzureFunction */
|
|
3368
|
-
AzureFunction = "AzureFunction",
|
|
3369
|
-
/** PartnerDestination */
|
|
3370
|
-
PartnerDestination = "PartnerDestination"
|
|
3371
|
-
}
|
|
3372
|
-
|
|
3373
|
-
/**
|
|
3374
|
-
* Defines values for EndpointType. \
|
|
3375
|
-
* {@link KnownEndpointType} can be used interchangeably with EndpointType,
|
|
3376
|
-
* this enum contains the known values that the service supports.
|
|
3377
|
-
* ### Known values supported by the service
|
|
3378
|
-
* **WebHook** \
|
|
3379
|
-
* **EventHub** \
|
|
3380
|
-
* **StorageQueue** \
|
|
3381
|
-
* **HybridConnection** \
|
|
3382
|
-
* **ServiceBusQueue** \
|
|
3383
|
-
* **ServiceBusTopic** \
|
|
3384
|
-
* **AzureFunction** \
|
|
3385
|
-
* **PartnerDestination**
|
|
3386
|
-
*/
|
|
3387
|
-
export type EndpointType = string;
|
|
3388
|
-
|
|
3389
3550
|
/** Known values of {@link AdvancedFilterOperatorType} that the service accepts. */
|
|
3390
3551
|
export enum KnownAdvancedFilterOperatorType {
|
|
3391
3552
|
/** NumberIn */
|
|
@@ -3899,6 +4060,141 @@ export enum KnownPartnerTopicActivationState {
|
|
|
3899
4060
|
*/
|
|
3900
4061
|
export type PartnerTopicActivationState = string;
|
|
3901
4062
|
|
|
4063
|
+
/** Known values of {@link NetworkSecurityPerimeterResourceType} that the service accepts. */
|
|
4064
|
+
export enum KnownNetworkSecurityPerimeterResourceType {
|
|
4065
|
+
/** Topics */
|
|
4066
|
+
Topics = "topics",
|
|
4067
|
+
/** Domains */
|
|
4068
|
+
Domains = "domains"
|
|
4069
|
+
}
|
|
4070
|
+
|
|
4071
|
+
/**
|
|
4072
|
+
* Defines values for NetworkSecurityPerimeterResourceType. \
|
|
4073
|
+
* {@link KnownNetworkSecurityPerimeterResourceType} can be used interchangeably with NetworkSecurityPerimeterResourceType,
|
|
4074
|
+
* this enum contains the known values that the service supports.
|
|
4075
|
+
* ### Known values supported by the service
|
|
4076
|
+
* **topics** \
|
|
4077
|
+
* **domains**
|
|
4078
|
+
*/
|
|
4079
|
+
export type NetworkSecurityPerimeterResourceType = string;
|
|
4080
|
+
|
|
4081
|
+
/** Known values of {@link NetworkSecurityPerimeterConfigProvisioningState} that the service accepts. */
|
|
4082
|
+
export enum KnownNetworkSecurityPerimeterConfigProvisioningState {
|
|
4083
|
+
/** Creating */
|
|
4084
|
+
Creating = "Creating",
|
|
4085
|
+
/** Updating */
|
|
4086
|
+
Updating = "Updating",
|
|
4087
|
+
/** Deleting */
|
|
4088
|
+
Deleting = "Deleting",
|
|
4089
|
+
/** Succeeded */
|
|
4090
|
+
Succeeded = "Succeeded",
|
|
4091
|
+
/** Canceled */
|
|
4092
|
+
Canceled = "Canceled",
|
|
4093
|
+
/** Failed */
|
|
4094
|
+
Failed = "Failed",
|
|
4095
|
+
/** Deleted */
|
|
4096
|
+
Deleted = "Deleted",
|
|
4097
|
+
/** Accepted */
|
|
4098
|
+
Accepted = "Accepted"
|
|
4099
|
+
}
|
|
4100
|
+
|
|
4101
|
+
/**
|
|
4102
|
+
* Defines values for NetworkSecurityPerimeterConfigProvisioningState. \
|
|
4103
|
+
* {@link KnownNetworkSecurityPerimeterConfigProvisioningState} can be used interchangeably with NetworkSecurityPerimeterConfigProvisioningState,
|
|
4104
|
+
* this enum contains the known values that the service supports.
|
|
4105
|
+
* ### Known values supported by the service
|
|
4106
|
+
* **Creating** \
|
|
4107
|
+
* **Updating** \
|
|
4108
|
+
* **Deleting** \
|
|
4109
|
+
* **Succeeded** \
|
|
4110
|
+
* **Canceled** \
|
|
4111
|
+
* **Failed** \
|
|
4112
|
+
* **Deleted** \
|
|
4113
|
+
* **Accepted**
|
|
4114
|
+
*/
|
|
4115
|
+
export type NetworkSecurityPerimeterConfigProvisioningState = string;
|
|
4116
|
+
|
|
4117
|
+
/** Known values of {@link NetworkSecurityPerimeterConfigurationIssueType} that the service accepts. */
|
|
4118
|
+
export enum KnownNetworkSecurityPerimeterConfigurationIssueType {
|
|
4119
|
+
/** MissingPerimeterConfiguration */
|
|
4120
|
+
MissingPerimeterConfiguration = "MissingPerimeterConfiguration",
|
|
4121
|
+
/** MissingIdentityConfiguration */
|
|
4122
|
+
MissingIdentityConfiguration = "MissingIdentityConfiguration",
|
|
4123
|
+
/** ConfigurationPropagationFailure */
|
|
4124
|
+
ConfigurationPropagationFailure = "ConfigurationPropagationFailure",
|
|
4125
|
+
/** Other */
|
|
4126
|
+
Other = "Other"
|
|
4127
|
+
}
|
|
4128
|
+
|
|
4129
|
+
/**
|
|
4130
|
+
* Defines values for NetworkSecurityPerimeterConfigurationIssueType. \
|
|
4131
|
+
* {@link KnownNetworkSecurityPerimeterConfigurationIssueType} can be used interchangeably with NetworkSecurityPerimeterConfigurationIssueType,
|
|
4132
|
+
* this enum contains the known values that the service supports.
|
|
4133
|
+
* ### Known values supported by the service
|
|
4134
|
+
* **MissingPerimeterConfiguration** \
|
|
4135
|
+
* **MissingIdentityConfiguration** \
|
|
4136
|
+
* **ConfigurationPropagationFailure** \
|
|
4137
|
+
* **Other**
|
|
4138
|
+
*/
|
|
4139
|
+
export type NetworkSecurityPerimeterConfigurationIssueType = string;
|
|
4140
|
+
|
|
4141
|
+
/** Known values of {@link NetworkSecurityPerimeterConfigurationIssueSeverity} that the service accepts. */
|
|
4142
|
+
export enum KnownNetworkSecurityPerimeterConfigurationIssueSeverity {
|
|
4143
|
+
/** Warning */
|
|
4144
|
+
Warning = "Warning",
|
|
4145
|
+
/** Error */
|
|
4146
|
+
Error = "Error"
|
|
4147
|
+
}
|
|
4148
|
+
|
|
4149
|
+
/**
|
|
4150
|
+
* Defines values for NetworkSecurityPerimeterConfigurationIssueSeverity. \
|
|
4151
|
+
* {@link KnownNetworkSecurityPerimeterConfigurationIssueSeverity} can be used interchangeably with NetworkSecurityPerimeterConfigurationIssueSeverity,
|
|
4152
|
+
* this enum contains the known values that the service supports.
|
|
4153
|
+
* ### Known values supported by the service
|
|
4154
|
+
* **Warning** \
|
|
4155
|
+
* **Error**
|
|
4156
|
+
*/
|
|
4157
|
+
export type NetworkSecurityPerimeterConfigurationIssueSeverity = string;
|
|
4158
|
+
|
|
4159
|
+
/** Known values of {@link NetworkSecurityPerimeterAssociationAccessMode} that the service accepts. */
|
|
4160
|
+
export enum KnownNetworkSecurityPerimeterAssociationAccessMode {
|
|
4161
|
+
/** Learning */
|
|
4162
|
+
Learning = "Learning",
|
|
4163
|
+
/** Enforced */
|
|
4164
|
+
Enforced = "Enforced",
|
|
4165
|
+
/** Audit */
|
|
4166
|
+
Audit = "Audit"
|
|
4167
|
+
}
|
|
4168
|
+
|
|
4169
|
+
/**
|
|
4170
|
+
* Defines values for NetworkSecurityPerimeterAssociationAccessMode. \
|
|
4171
|
+
* {@link KnownNetworkSecurityPerimeterAssociationAccessMode} can be used interchangeably with NetworkSecurityPerimeterAssociationAccessMode,
|
|
4172
|
+
* this enum contains the known values that the service supports.
|
|
4173
|
+
* ### Known values supported by the service
|
|
4174
|
+
* **Learning** \
|
|
4175
|
+
* **Enforced** \
|
|
4176
|
+
* **Audit**
|
|
4177
|
+
*/
|
|
4178
|
+
export type NetworkSecurityPerimeterAssociationAccessMode = string;
|
|
4179
|
+
|
|
4180
|
+
/** Known values of {@link NetworkSecurityPerimeterProfileAccessRuleDirection} that the service accepts. */
|
|
4181
|
+
export enum KnownNetworkSecurityPerimeterProfileAccessRuleDirection {
|
|
4182
|
+
/** Inbound */
|
|
4183
|
+
Inbound = "Inbound",
|
|
4184
|
+
/** Outbound */
|
|
4185
|
+
Outbound = "Outbound"
|
|
4186
|
+
}
|
|
4187
|
+
|
|
4188
|
+
/**
|
|
4189
|
+
* Defines values for NetworkSecurityPerimeterProfileAccessRuleDirection. \
|
|
4190
|
+
* {@link KnownNetworkSecurityPerimeterProfileAccessRuleDirection} can be used interchangeably with NetworkSecurityPerimeterProfileAccessRuleDirection,
|
|
4191
|
+
* this enum contains the known values that the service supports.
|
|
4192
|
+
* ### Known values supported by the service
|
|
4193
|
+
* **Inbound** \
|
|
4194
|
+
* **Outbound**
|
|
4195
|
+
*/
|
|
4196
|
+
export type NetworkSecurityPerimeterProfileAccessRuleDirection = string;
|
|
4197
|
+
|
|
3902
4198
|
/** Known values of {@link PermissionType} that the service accepts. */
|
|
3903
4199
|
export enum KnownPermissionType {
|
|
3904
4200
|
/** Publisher */
|
|
@@ -4172,6 +4468,33 @@ export enum KnownPartnerClientAuthenticationType {
|
|
|
4172
4468
|
*/
|
|
4173
4469
|
export type PartnerClientAuthenticationType = string;
|
|
4174
4470
|
|
|
4471
|
+
/** Known values of {@link MonitorAlertSeverity} that the service accepts. */
|
|
4472
|
+
export enum KnownMonitorAlertSeverity {
|
|
4473
|
+
/** Sev0 */
|
|
4474
|
+
Sev0 = "Sev0",
|
|
4475
|
+
/** Sev1 */
|
|
4476
|
+
Sev1 = "Sev1",
|
|
4477
|
+
/** Sev2 */
|
|
4478
|
+
Sev2 = "Sev2",
|
|
4479
|
+
/** Sev3 */
|
|
4480
|
+
Sev3 = "Sev3",
|
|
4481
|
+
/** Sev4 */
|
|
4482
|
+
Sev4 = "Sev4"
|
|
4483
|
+
}
|
|
4484
|
+
|
|
4485
|
+
/**
|
|
4486
|
+
* Defines values for MonitorAlertSeverity. \
|
|
4487
|
+
* {@link KnownMonitorAlertSeverity} can be used interchangeably with MonitorAlertSeverity,
|
|
4488
|
+
* this enum contains the known values that the service supports.
|
|
4489
|
+
* ### Known values supported by the service
|
|
4490
|
+
* **Sev0** \
|
|
4491
|
+
* **Sev1** \
|
|
4492
|
+
* **Sev2** \
|
|
4493
|
+
* **Sev3** \
|
|
4494
|
+
* **Sev4**
|
|
4495
|
+
*/
|
|
4496
|
+
export type MonitorAlertSeverity = string;
|
|
4497
|
+
|
|
4175
4498
|
/** Optional parameters. */
|
|
4176
4499
|
export interface CaCertificatesGetOptionalParams
|
|
4177
4500
|
extends coreClient.OperationOptions {}
|
|
@@ -5088,6 +5411,13 @@ export interface NamespaceTopicEventSubscriptionsListByNamespaceTopicOptionalPar
|
|
|
5088
5411
|
/** Contains response data for the listByNamespaceTopic operation. */
|
|
5089
5412
|
export type NamespaceTopicEventSubscriptionsListByNamespaceTopicResponse = SubscriptionsListResult;
|
|
5090
5413
|
|
|
5414
|
+
/** Optional parameters. */
|
|
5415
|
+
export interface NamespaceTopicEventSubscriptionsGetDeliveryAttributesOptionalParams
|
|
5416
|
+
extends coreClient.OperationOptions {}
|
|
5417
|
+
|
|
5418
|
+
/** Contains response data for the getDeliveryAttributes operation. */
|
|
5419
|
+
export type NamespaceTopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
5420
|
+
|
|
5091
5421
|
/** Optional parameters. */
|
|
5092
5422
|
export interface NamespaceTopicEventSubscriptionsListByNamespaceTopicNextOptionalParams
|
|
5093
5423
|
extends coreClient.OperationOptions {}
|
|
@@ -5761,6 +6091,32 @@ export interface PartnerTopicsListByResourceGroupNextOptionalParams
|
|
|
5761
6091
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
5762
6092
|
export type PartnerTopicsListByResourceGroupNextResponse = PartnerTopicsListResult;
|
|
5763
6093
|
|
|
6094
|
+
/** Optional parameters. */
|
|
6095
|
+
export interface NetworkSecurityPerimeterConfigurationsGetOptionalParams
|
|
6096
|
+
extends coreClient.OperationOptions {}
|
|
6097
|
+
|
|
6098
|
+
/** Contains response data for the get operation. */
|
|
6099
|
+
export type NetworkSecurityPerimeterConfigurationsGetResponse = NetworkSecurityPerimeterConfiguration;
|
|
6100
|
+
|
|
6101
|
+
/** Optional parameters. */
|
|
6102
|
+
export interface NetworkSecurityPerimeterConfigurationsReconcileOptionalParams
|
|
6103
|
+
extends coreClient.OperationOptions {
|
|
6104
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
6105
|
+
updateIntervalInMs?: number;
|
|
6106
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6107
|
+
resumeFrom?: string;
|
|
6108
|
+
}
|
|
6109
|
+
|
|
6110
|
+
/** Contains response data for the reconcile operation. */
|
|
6111
|
+
export type NetworkSecurityPerimeterConfigurationsReconcileResponse = NetworkSecurityPerimeterConfiguration;
|
|
6112
|
+
|
|
6113
|
+
/** Optional parameters. */
|
|
6114
|
+
export interface NetworkSecurityPerimeterConfigurationsListOptionalParams
|
|
6115
|
+
extends coreClient.OperationOptions {}
|
|
6116
|
+
|
|
6117
|
+
/** Contains response data for the list operation. */
|
|
6118
|
+
export type NetworkSecurityPerimeterConfigurationsListResponse = NetworkSecurityPerimeterConfigurationList;
|
|
6119
|
+
|
|
5764
6120
|
/** Optional parameters. */
|
|
5765
6121
|
export interface PermissionBindingsGetOptionalParams
|
|
5766
6122
|
extends coreClient.OperationOptions {}
|