@azure/arm-eventgrid 14.2.0 → 15.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/dist/browser/eventGridManagementClient.d.ts +6 -4
- package/dist/browser/eventGridManagementClient.d.ts.map +1 -1
- package/dist/browser/eventGridManagementClient.js +10 -7
- package/dist/browser/eventGridManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +1000 -283
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +174 -16
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +48 -8
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +1301 -268
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +13 -6
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +116 -48
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/browser/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operations/domainTopicEventSubscriptions.js +38 -38
- package/dist/browser/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/browser/operations/eventSubscriptions.d.ts +15 -15
- package/dist/browser/operations/eventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operations/eventSubscriptions.js +34 -34
- package/dist/browser/operations/eventSubscriptions.js.map +1 -1
- package/dist/browser/operations/index.d.ts +5 -3
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +5 -3
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +256 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/browser/operations/partnerDestinations.d.ts +114 -0
- package/dist/browser/operations/partnerDestinations.d.ts.map +1 -0
- package/dist/browser/operations/partnerDestinations.js +574 -0
- package/dist/browser/operations/partnerDestinations.js.map +1 -0
- package/dist/browser/operations/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/browser/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operations/systemTopicEventSubscriptions.js +30 -30
- package/dist/browser/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/browser/operationsInterfaces/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/browser/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/browser/operationsInterfaces/eventSubscriptions.d.ts +15 -15
- package/dist/browser/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/eventSubscriptions.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +5 -3
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +5 -3
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/partnerDestinations.d.ts +78 -0
- package/dist/browser/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/partnerDestinations.js +9 -0
- package/dist/browser/operationsInterfaces/partnerDestinations.js.map +1 -0
- package/dist/browser/operationsInterfaces/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/browser/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/eventGridManagementClient.d.ts +6 -4
- package/dist/commonjs/eventGridManagementClient.d.ts.map +1 -1
- package/dist/commonjs/eventGridManagementClient.js +9 -6
- package/dist/commonjs/eventGridManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +1000 -283
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +176 -18
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +48 -8
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +1306 -273
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +13 -6
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +117 -49
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/commonjs/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operations/domainTopicEventSubscriptions.js +38 -38
- package/dist/commonjs/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/operations/eventSubscriptions.d.ts +15 -15
- package/dist/commonjs/operations/eventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operations/eventSubscriptions.js +34 -34
- package/dist/commonjs/operations/eventSubscriptions.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +5 -3
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +5 -3
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +260 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operations/partnerDestinations.d.ts +114 -0
- package/dist/commonjs/operations/partnerDestinations.d.ts.map +1 -0
- package/dist/commonjs/operations/partnerDestinations.js +578 -0
- package/dist/commonjs/operations/partnerDestinations.js.map +1 -0
- package/dist/commonjs/operations/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/commonjs/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operations/systemTopicEventSubscriptions.js +30 -30
- package/dist/commonjs/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/commonjs/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/eventSubscriptions.d.ts +15 -15
- package/dist/commonjs/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/eventSubscriptions.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +5 -3
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +5 -3
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/partnerDestinations.d.ts +78 -0
- package/dist/commonjs/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/partnerDestinations.js +10 -0
- package/dist/commonjs/operationsInterfaces/partnerDestinations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/commonjs/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/eventGridManagementClient.d.ts +6 -4
- package/dist/esm/eventGridManagementClient.d.ts.map +1 -1
- package/dist/esm/eventGridManagementClient.js +10 -7
- package/dist/esm/eventGridManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +1000 -283
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +174 -16
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +48 -8
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +1301 -268
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +13 -6
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +116 -48
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/esm/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operations/domainTopicEventSubscriptions.js +38 -38
- package/dist/esm/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/esm/operations/eventSubscriptions.d.ts +15 -15
- package/dist/esm/operations/eventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operations/eventSubscriptions.js +34 -34
- package/dist/esm/operations/eventSubscriptions.js.map +1 -1
- package/dist/esm/operations/index.d.ts +5 -3
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +5 -3
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +256 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operations/partnerDestinations.d.ts +114 -0
- package/dist/esm/operations/partnerDestinations.d.ts.map +1 -0
- package/dist/esm/operations/partnerDestinations.js +574 -0
- package/dist/esm/operations/partnerDestinations.js.map +1 -0
- package/dist/esm/operations/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/esm/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operations/systemTopicEventSubscriptions.js +30 -30
- package/dist/esm/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/esm/operationsInterfaces/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/esm/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/esm/operationsInterfaces/eventSubscriptions.d.ts +15 -15
- package/dist/esm/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/eventSubscriptions.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +5 -3
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +5 -3
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/partnerDestinations.d.ts +78 -0
- package/dist/esm/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/partnerDestinations.js +9 -0
- package/dist/esm/operationsInterfaces/partnerDestinations.js.map +1 -0
- package/dist/esm/operationsInterfaces/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/esm/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/react-native/eventGridManagementClient.d.ts +6 -4
- package/dist/react-native/eventGridManagementClient.d.ts.map +1 -1
- package/dist/react-native/eventGridManagementClient.js +10 -7
- package/dist/react-native/eventGridManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +1000 -283
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +174 -16
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +48 -8
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +1301 -268
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +13 -6
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +116 -48
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/react-native/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operations/domainTopicEventSubscriptions.js +38 -38
- package/dist/react-native/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/react-native/operations/eventSubscriptions.d.ts +15 -15
- package/dist/react-native/operations/eventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operations/eventSubscriptions.js +34 -34
- package/dist/react-native/operations/eventSubscriptions.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +5 -3
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +5 -3
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +256 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operations/partnerDestinations.d.ts +114 -0
- package/dist/react-native/operations/partnerDestinations.d.ts.map +1 -0
- package/dist/react-native/operations/partnerDestinations.js +574 -0
- package/dist/react-native/operations/partnerDestinations.js.map +1 -0
- package/dist/react-native/operations/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/react-native/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operations/systemTopicEventSubscriptions.js +30 -30
- package/dist/react-native/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/react-native/operationsInterfaces/domainTopicEventSubscriptions.d.ts +10 -10
- package/dist/react-native/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/react-native/operationsInterfaces/eventSubscriptions.d.ts +15 -15
- package/dist/react-native/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/eventSubscriptions.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +5 -3
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +5 -3
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/partnerDestinations.d.ts +78 -0
- package/dist/react-native/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/partnerDestinations.js +9 -0
- package/dist/react-native/operationsInterfaces/partnerDestinations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/systemTopicEventSubscriptions.d.ts +9 -9
- package/dist/react-native/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -1
- package/package.json +32 -45
- package/CHANGELOG.md +0 -2065
- package/review/arm-eventgrid.api.md +0 -4226
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.discriminators = exports.TopicSpacesDeleteHeaders = exports.SystemTopicsDeleteHeaders = exports.PrivateEndpointConnectionsDeleteHeaders = exports.PermissionBindingsDeleteHeaders = exports.PartnerTopicsDeleteHeaders = void 0;
|
|
10
|
+
exports.EventSubscriptionUpdateParameters = exports.RetryPolicy = exports.AdvancedFilter = exports.EventSubscriptionFilter = exports.SubscriptionsListResult = exports.SubscriptionUpdateParameters = exports.Filter = exports.FiltersConfiguration = exports.EventSubscriptionDestination = exports.DeliveryWithResourceIdentity = exports.PushInfo = exports.DeadLetterDestination = exports.FederatedIdentityCredentialInfo = exports.EventSubscriptionIdentity = exports.DeadLetterWithResourceIdentity = exports.QueueInfo = exports.DeliveryConfiguration = exports.DeliveryAttributeMapping = exports.DeliveryAttributeListResult = exports.DomainTopicsListResult = exports.DomainRegenerateKeyRequest = exports.DomainSharedAccessKeys = exports.DomainsListResult = exports.DomainUpdateParameters = exports.UserIdentityProperties = exports.IdentityInfo = exports.ResourceSku = exports.InboundIpRule = exports.InputSchemaMapping = exports.ConnectionState = exports.PrivateEndpoint = exports.ClientsListResult = exports.ClientCertificateAuthentication = exports.ClientGroupsListResult = exports.EventSubscriptionFullUrl = exports.ChannelsListResult = exports.PartnerUpdateTopicInfo = exports.PartnerUpdateDestinationInfo = exports.ChannelUpdateParameters = exports.ResourceMoveChangeHistory = exports.PartnerDestinationInfo = exports.InlineEventProperties = exports.EventTypeInfo = exports.PartnerTopicInfo = exports.CaCertificatesListResult = exports.ErrorAdditionalInfo = exports.ErrorDetail = exports.ErrorResponse = exports.Resource = exports.SystemData = void 0;
|
|
11
|
+
exports.NetworkSecurityPerimeterSubscription = exports.NetworkSecurityPerimeterProfileAccessRule = exports.NetworkSecurityPerimeterConfigurationProfile = exports.ResourceAssociation = exports.NetworkSecurityPerimeterInfo = exports.NetworkSecurityPerimeterConfigurationIssues = exports.PartnerTopicsListResult = exports.PartnerTopicUpdateParameters = exports.PartnerRegistrationsListResult = exports.PartnerRegistrationUpdateParameters = exports.PartnerNamespaceRegenerateKeyRequest = exports.PartnerNamespaceSharedAccessKeys = exports.PartnerNamespacesListResult = exports.PartnerNamespaceUpdateParameters = exports.PartnerDestinationsListResult = exports.PartnerDestinationUpdateParameters = exports.PartnerConfigurationsListResult = exports.PartnerConfigurationUpdateParameters = exports.Partner = exports.PartnerAuthorization = exports.OperationInfo = exports.Operation = exports.OperationsListResult = exports.TopicRegenerateKeyRequest = exports.TopicSharedAccessKeys = exports.NamespaceTopicsListResult = exports.NamespaceTopicUpdateParameters = exports.NamespaceRegenerateKeyRequest = exports.NamespaceSharedAccessKeys = exports.NamespacesListResult = exports.UpdateTopicsConfigurationInfo = exports.UpdateTopicSpacesConfigurationInfo = exports.NamespaceUpdateParameters = exports.NamespaceSku = exports.RoutingIdentityInfo = exports.CustomWebhookAuthenticationManagedIdentity = exports.WebhookAuthenticationSettings = exports.EncodedIssuerCertificateInfo = exports.CustomJwtAuthenticationManagedIdentity = exports.IssuerCertificateInfo = exports.CustomJwtAuthenticationSettings = exports.ClientAuthenticationSettings = exports.DynamicRoutingEnrichment = exports.StaticRoutingEnrichment = exports.RoutingEnrichments = exports.TopicSpacesConfiguration = exports.CustomDomainIdentity = exports.CustomDomainConfiguration = exports.TopicsConfiguration = exports.EventSubscriptionsListResult = void 0;
|
|
12
|
+
exports.ServiceBusQueueEventSubscriptionDestination = exports.HybridConnectionEventSubscriptionDestination = exports.StorageQueueEventSubscriptionDestination = exports.EventHubEventSubscriptionDestination = exports.WebHookEventSubscriptionDestination = exports.StorageBlobDeadLetterDestination = exports.DynamicDeliveryAttributeMapping = exports.StaticDeliveryAttributeMapping = exports.JsonInputSchemaMapping = exports.WebhookUpdatePartnerDestinationInfo = exports.WebhookPartnerDestinationInfo = exports.VerifiedPartner = exports.TopicTypeInfo = exports.TopicSpace = exports.ExtensionTopic = exports.EventType = exports.PermissionBinding = exports.NetworkSecurityPerimeterConfiguration = exports.PartnerConfiguration = exports.NamespaceTopic = exports.EventSubscription = exports.Subscription = exports.DomainTopic = exports.TrackedResource = exports.PrivateEndpointConnection = exports.Client = exports.ClientGroup = exports.Channel = exports.CaCertificate = exports.JsonFieldWithDefault = exports.JsonField = exports.PartnerClientAuthentication = exports.SubscriptionFullUrl = exports.CustomDomainOwnershipValidationResult = exports.VerifiedPartnersListResult = exports.PartnerDetails = exports.TopicTypeAdditionalEnforcedPermission = exports.TopicTypesListResult = exports.TopicSpacesListResult = exports.EventTypesListResult = exports.TopicsListResult = exports.TopicUpdateParameters = exports.ExtendedLocation = exports.SystemTopicsListResult = exports.SystemTopicUpdateParameters = exports.PrivateLinkResourcesListResult = exports.PrivateLinkResource = exports.PrivateEndpointConnectionListResult = exports.PermissionBindingsListResult = exports.NetworkSecurityPerimeterConfigurationList = void 0;
|
|
13
|
+
exports.PartnerRegistration = exports.PartnerNamespace = exports.PartnerDestination = exports.Namespace = exports.Domain = exports.AzureADPartnerClientAuthentication = exports.StaticStringRoutingEnrichment = exports.IsNotNullAdvancedFilter = exports.IsNullOrUndefinedAdvancedFilter = exports.StringNotContainsAdvancedFilter = exports.StringNotEndsWithAdvancedFilter = exports.StringNotBeginsWithAdvancedFilter = exports.NumberNotInRangeAdvancedFilter = exports.NumberInRangeAdvancedFilter = exports.StringContainsAdvancedFilter = exports.StringEndsWithAdvancedFilter = exports.StringBeginsWithAdvancedFilter = exports.StringNotInAdvancedFilter = exports.StringInAdvancedFilter = exports.BoolEqualsAdvancedFilter = exports.NumberGreaterThanOrEqualsAdvancedFilter = exports.NumberLessThanOrEqualsAdvancedFilter = exports.NumberGreaterThanAdvancedFilter = exports.NumberLessThanAdvancedFilter = exports.NumberNotInAdvancedFilter = exports.NumberInAdvancedFilter = exports.IsNotNullFilter = exports.IsNullOrUndefinedFilter = exports.StringNotContainsFilter = exports.StringNotEndsWithFilter = exports.StringNotBeginsWithFilter = exports.NumberNotInRangeFilter = exports.NumberInRangeFilter = exports.StringContainsFilter = exports.StringEndsWithFilter = exports.StringBeginsWithFilter = exports.StringNotInFilter = exports.StringInFilter = exports.BoolEqualsFilter = exports.NumberGreaterThanOrEqualsFilter = exports.NumberLessThanOrEqualsFilter = exports.NumberGreaterThanFilter = exports.NumberLessThanFilter = exports.NumberNotInFilter = exports.NumberInFilter = exports.NamespaceTopicEventSubscriptionDestination = exports.MonitorAlertEventSubscriptionDestination = exports.PartnerEventSubscriptionDestination = exports.AzureFunctionEventSubscriptionDestination = exports.ServiceBusTopicEventSubscriptionDestination = void 0;
|
|
14
|
+
exports.discriminators = exports.TopicSpacesDeleteHeaders = exports.TopicsRegenerateKeyHeaders = exports.TopicsDeleteHeaders = exports.SystemTopicsDeleteHeaders = exports.PrivateEndpointConnectionsDeleteHeaders = exports.PermissionBindingsDeleteHeaders = exports.NetworkSecurityPerimeterConfigurationsReconcileHeaders = exports.PartnerTopicsDeleteHeaders = exports.PartnerRegistrationsDeleteHeaders = exports.PartnerRegistrationsCreateOrUpdateHeaders = exports.PartnerNamespacesDeleteHeaders = exports.PartnerDestinationsUpdateHeaders = exports.PartnerDestinationsDeleteHeaders = exports.PartnerConfigurationsDeleteHeaders = exports.NamespaceTopicsRegenerateKeyHeaders = exports.NamespaceTopicsUpdateHeaders = exports.NamespaceTopicsDeleteHeaders = exports.NamespacesValidateCustomDomainOwnershipHeaders = exports.NamespacesRegenerateKeyHeaders = exports.NamespacesUpdateHeaders = exports.NamespacesDeleteHeaders = exports.PartnerTopicEventSubscriptionsDeleteHeaders = exports.NamespaceTopicEventSubscriptionsUpdateHeaders = exports.NamespaceTopicEventSubscriptionsDeleteHeaders = exports.SystemTopicEventSubscriptionsDeleteHeaders = exports.EventSubscriptionsDeleteHeaders = exports.DomainEventSubscriptionsDeleteHeaders = exports.TopicEventSubscriptionsDeleteHeaders = exports.DomainTopicEventSubscriptionsDeleteHeaders = exports.DomainTopicsDeleteHeaders = exports.DomainsDeleteHeaders = exports.ClientsDeleteHeaders = exports.ClientGroupsDeleteHeaders = exports.ChannelsDeleteHeaders = exports.CaCertificatesDeleteHeaders = exports.Topic = exports.SystemTopic = exports.PartnerTopic = void 0;
|
|
15
15
|
exports.SystemData = {
|
|
16
16
|
type: {
|
|
17
17
|
name: "Composite",
|
|
@@ -298,6 +298,88 @@ exports.InlineEventProperties = {
|
|
|
298
298
|
},
|
|
299
299
|
},
|
|
300
300
|
};
|
|
301
|
+
exports.PartnerDestinationInfo = {
|
|
302
|
+
type: {
|
|
303
|
+
name: "Composite",
|
|
304
|
+
className: "PartnerDestinationInfo",
|
|
305
|
+
uberParent: "PartnerDestinationInfo",
|
|
306
|
+
polymorphicDiscriminator: {
|
|
307
|
+
serializedName: "endpointType",
|
|
308
|
+
clientName: "endpointType",
|
|
309
|
+
},
|
|
310
|
+
modelProperties: {
|
|
311
|
+
azureSubscriptionId: {
|
|
312
|
+
serializedName: "azureSubscriptionId",
|
|
313
|
+
type: {
|
|
314
|
+
name: "String",
|
|
315
|
+
},
|
|
316
|
+
},
|
|
317
|
+
resourceGroupName: {
|
|
318
|
+
serializedName: "resourceGroupName",
|
|
319
|
+
type: {
|
|
320
|
+
name: "String",
|
|
321
|
+
},
|
|
322
|
+
},
|
|
323
|
+
name: {
|
|
324
|
+
serializedName: "name",
|
|
325
|
+
type: {
|
|
326
|
+
name: "String",
|
|
327
|
+
},
|
|
328
|
+
},
|
|
329
|
+
endpointType: {
|
|
330
|
+
serializedName: "endpointType",
|
|
331
|
+
required: true,
|
|
332
|
+
type: {
|
|
333
|
+
name: "String",
|
|
334
|
+
},
|
|
335
|
+
},
|
|
336
|
+
endpointServiceContext: {
|
|
337
|
+
serializedName: "endpointServiceContext",
|
|
338
|
+
type: {
|
|
339
|
+
name: "String",
|
|
340
|
+
},
|
|
341
|
+
},
|
|
342
|
+
resourceMoveChangeHistory: {
|
|
343
|
+
serializedName: "resourceMoveChangeHistory",
|
|
344
|
+
type: {
|
|
345
|
+
name: "Sequence",
|
|
346
|
+
element: {
|
|
347
|
+
type: {
|
|
348
|
+
name: "Composite",
|
|
349
|
+
className: "ResourceMoveChangeHistory",
|
|
350
|
+
},
|
|
351
|
+
},
|
|
352
|
+
},
|
|
353
|
+
},
|
|
354
|
+
},
|
|
355
|
+
},
|
|
356
|
+
};
|
|
357
|
+
exports.ResourceMoveChangeHistory = {
|
|
358
|
+
type: {
|
|
359
|
+
name: "Composite",
|
|
360
|
+
className: "ResourceMoveChangeHistory",
|
|
361
|
+
modelProperties: {
|
|
362
|
+
azureSubscriptionId: {
|
|
363
|
+
serializedName: "azureSubscriptionId",
|
|
364
|
+
type: {
|
|
365
|
+
name: "String",
|
|
366
|
+
},
|
|
367
|
+
},
|
|
368
|
+
resourceGroupName: {
|
|
369
|
+
serializedName: "resourceGroupName",
|
|
370
|
+
type: {
|
|
371
|
+
name: "String",
|
|
372
|
+
},
|
|
373
|
+
},
|
|
374
|
+
changedTimeUtc: {
|
|
375
|
+
serializedName: "changedTimeUtc",
|
|
376
|
+
type: {
|
|
377
|
+
name: "DateTime",
|
|
378
|
+
},
|
|
379
|
+
},
|
|
380
|
+
},
|
|
381
|
+
},
|
|
382
|
+
};
|
|
301
383
|
exports.ChannelUpdateParameters = {
|
|
302
384
|
type: {
|
|
303
385
|
name: "Composite",
|
|
@@ -309,6 +391,13 @@ exports.ChannelUpdateParameters = {
|
|
|
309
391
|
name: "DateTime",
|
|
310
392
|
},
|
|
311
393
|
},
|
|
394
|
+
partnerDestinationInfo: {
|
|
395
|
+
serializedName: "properties.partnerDestinationInfo",
|
|
396
|
+
type: {
|
|
397
|
+
name: "Composite",
|
|
398
|
+
className: "PartnerUpdateDestinationInfo",
|
|
399
|
+
},
|
|
400
|
+
},
|
|
312
401
|
partnerTopicInfo: {
|
|
313
402
|
serializedName: "properties.partnerTopicInfo",
|
|
314
403
|
type: {
|
|
@@ -319,6 +408,26 @@ exports.ChannelUpdateParameters = {
|
|
|
319
408
|
},
|
|
320
409
|
},
|
|
321
410
|
};
|
|
411
|
+
exports.PartnerUpdateDestinationInfo = {
|
|
412
|
+
type: {
|
|
413
|
+
name: "Composite",
|
|
414
|
+
className: "PartnerUpdateDestinationInfo",
|
|
415
|
+
uberParent: "PartnerUpdateDestinationInfo",
|
|
416
|
+
polymorphicDiscriminator: {
|
|
417
|
+
serializedName: "endpointType",
|
|
418
|
+
clientName: "endpointType",
|
|
419
|
+
},
|
|
420
|
+
modelProperties: {
|
|
421
|
+
endpointType: {
|
|
422
|
+
serializedName: "endpointType",
|
|
423
|
+
required: true,
|
|
424
|
+
type: {
|
|
425
|
+
name: "String",
|
|
426
|
+
},
|
|
427
|
+
},
|
|
428
|
+
},
|
|
429
|
+
},
|
|
430
|
+
};
|
|
322
431
|
exports.PartnerUpdateTopicInfo = {
|
|
323
432
|
type: {
|
|
324
433
|
name: "Composite",
|
|
@@ -531,6 +640,21 @@ exports.InboundIpRule = {
|
|
|
531
640
|
},
|
|
532
641
|
},
|
|
533
642
|
};
|
|
643
|
+
exports.ResourceSku = {
|
|
644
|
+
type: {
|
|
645
|
+
name: "Composite",
|
|
646
|
+
className: "ResourceSku",
|
|
647
|
+
modelProperties: {
|
|
648
|
+
name: {
|
|
649
|
+
defaultValue: "Basic",
|
|
650
|
+
serializedName: "name",
|
|
651
|
+
type: {
|
|
652
|
+
name: "String",
|
|
653
|
+
},
|
|
654
|
+
},
|
|
655
|
+
},
|
|
656
|
+
},
|
|
657
|
+
};
|
|
534
658
|
exports.IdentityInfo = {
|
|
535
659
|
type: {
|
|
536
660
|
name: "Composite",
|
|
@@ -605,6 +729,13 @@ exports.DomainUpdateParameters = {
|
|
|
605
729
|
className: "IdentityInfo",
|
|
606
730
|
},
|
|
607
731
|
},
|
|
732
|
+
sku: {
|
|
733
|
+
serializedName: "sku",
|
|
734
|
+
type: {
|
|
735
|
+
name: "Composite",
|
|
736
|
+
className: "ResourceSku",
|
|
737
|
+
},
|
|
738
|
+
},
|
|
608
739
|
publicNetworkAccess: {
|
|
609
740
|
serializedName: "properties.publicNetworkAccess",
|
|
610
741
|
type: {
|
|
@@ -896,6 +1027,28 @@ exports.EventSubscriptionIdentity = {
|
|
|
896
1027
|
name: "String",
|
|
897
1028
|
},
|
|
898
1029
|
},
|
|
1030
|
+
federatedIdentityCredentialInfo: {
|
|
1031
|
+
serializedName: "federatedIdentityCredentialInfo",
|
|
1032
|
+
type: {
|
|
1033
|
+
name: "Composite",
|
|
1034
|
+
className: "FederatedIdentityCredentialInfo",
|
|
1035
|
+
},
|
|
1036
|
+
},
|
|
1037
|
+
},
|
|
1038
|
+
},
|
|
1039
|
+
};
|
|
1040
|
+
exports.FederatedIdentityCredentialInfo = {
|
|
1041
|
+
type: {
|
|
1042
|
+
name: "Composite",
|
|
1043
|
+
className: "FederatedIdentityCredentialInfo",
|
|
1044
|
+
modelProperties: {
|
|
1045
|
+
federatedClientId: {
|
|
1046
|
+
serializedName: "federatedClientId",
|
|
1047
|
+
required: true,
|
|
1048
|
+
type: {
|
|
1049
|
+
name: "Uuid",
|
|
1050
|
+
},
|
|
1051
|
+
},
|
|
899
1052
|
},
|
|
900
1053
|
},
|
|
901
1054
|
};
|
|
@@ -1090,6 +1243,13 @@ exports.SubscriptionUpdateParameters = {
|
|
|
1090
1243
|
name: "DateTime",
|
|
1091
1244
|
},
|
|
1092
1245
|
},
|
|
1246
|
+
tags: {
|
|
1247
|
+
serializedName: "properties.tags",
|
|
1248
|
+
type: {
|
|
1249
|
+
name: "Dictionary",
|
|
1250
|
+
value: { type: { name: "String" } },
|
|
1251
|
+
},
|
|
1252
|
+
},
|
|
1093
1253
|
},
|
|
1094
1254
|
},
|
|
1095
1255
|
};
|
|
@@ -1446,6 +1606,13 @@ exports.TopicSpacesConfiguration = {
|
|
|
1446
1606
|
className: "RoutingEnrichments",
|
|
1447
1607
|
},
|
|
1448
1608
|
},
|
|
1609
|
+
clientAuthentication: {
|
|
1610
|
+
serializedName: "clientAuthentication",
|
|
1611
|
+
type: {
|
|
1612
|
+
name: "Composite",
|
|
1613
|
+
className: "ClientAuthenticationSettings",
|
|
1614
|
+
},
|
|
1615
|
+
},
|
|
1449
1616
|
maximumSessionExpiryInHours: {
|
|
1450
1617
|
serializedName: "maximumSessionExpiryInHours",
|
|
1451
1618
|
type: {
|
|
@@ -1558,135 +1725,341 @@ exports.DynamicRoutingEnrichment = {
|
|
|
1558
1725
|
},
|
|
1559
1726
|
},
|
|
1560
1727
|
};
|
|
1561
|
-
exports.
|
|
1728
|
+
exports.ClientAuthenticationSettings = {
|
|
1562
1729
|
type: {
|
|
1563
1730
|
name: "Composite",
|
|
1564
|
-
className: "
|
|
1731
|
+
className: "ClientAuthenticationSettings",
|
|
1565
1732
|
modelProperties: {
|
|
1566
|
-
|
|
1567
|
-
serializedName: "
|
|
1733
|
+
alternativeAuthenticationNameSources: {
|
|
1734
|
+
serializedName: "alternativeAuthenticationNameSources",
|
|
1568
1735
|
type: {
|
|
1569
|
-
name: "
|
|
1736
|
+
name: "Sequence",
|
|
1737
|
+
element: {
|
|
1738
|
+
type: {
|
|
1739
|
+
name: "String",
|
|
1740
|
+
},
|
|
1741
|
+
},
|
|
1570
1742
|
},
|
|
1571
1743
|
},
|
|
1572
|
-
|
|
1573
|
-
serializedName: "
|
|
1744
|
+
customJwtAuthentication: {
|
|
1745
|
+
serializedName: "customJwtAuthentication",
|
|
1574
1746
|
type: {
|
|
1575
|
-
name: "
|
|
1747
|
+
name: "Composite",
|
|
1748
|
+
className: "CustomJwtAuthenticationSettings",
|
|
1749
|
+
},
|
|
1750
|
+
},
|
|
1751
|
+
webhookAuthentication: {
|
|
1752
|
+
serializedName: "webhookAuthentication",
|
|
1753
|
+
type: {
|
|
1754
|
+
name: "Composite",
|
|
1755
|
+
className: "WebhookAuthenticationSettings",
|
|
1576
1756
|
},
|
|
1577
1757
|
},
|
|
1578
1758
|
},
|
|
1579
1759
|
},
|
|
1580
1760
|
};
|
|
1581
|
-
exports.
|
|
1761
|
+
exports.CustomJwtAuthenticationSettings = {
|
|
1582
1762
|
type: {
|
|
1583
1763
|
name: "Composite",
|
|
1584
|
-
className: "
|
|
1764
|
+
className: "CustomJwtAuthenticationSettings",
|
|
1585
1765
|
modelProperties: {
|
|
1586
|
-
|
|
1587
|
-
serializedName: "
|
|
1766
|
+
tokenIssuer: {
|
|
1767
|
+
serializedName: "tokenIssuer",
|
|
1588
1768
|
type: {
|
|
1589
1769
|
name: "String",
|
|
1590
1770
|
},
|
|
1591
1771
|
},
|
|
1592
|
-
|
|
1593
|
-
serializedName: "
|
|
1772
|
+
issuerCertificates: {
|
|
1773
|
+
serializedName: "issuerCertificates",
|
|
1594
1774
|
type: {
|
|
1595
|
-
name: "
|
|
1775
|
+
name: "Sequence",
|
|
1776
|
+
element: {
|
|
1777
|
+
type: {
|
|
1778
|
+
name: "Composite",
|
|
1779
|
+
className: "IssuerCertificateInfo",
|
|
1780
|
+
},
|
|
1781
|
+
},
|
|
1782
|
+
},
|
|
1783
|
+
},
|
|
1784
|
+
encodedIssuerCertificates: {
|
|
1785
|
+
serializedName: "encodedIssuerCertificates",
|
|
1786
|
+
type: {
|
|
1787
|
+
name: "Sequence",
|
|
1788
|
+
element: {
|
|
1789
|
+
type: {
|
|
1790
|
+
name: "Composite",
|
|
1791
|
+
className: "EncodedIssuerCertificateInfo",
|
|
1792
|
+
},
|
|
1793
|
+
},
|
|
1596
1794
|
},
|
|
1597
1795
|
},
|
|
1598
1796
|
},
|
|
1599
1797
|
},
|
|
1600
1798
|
};
|
|
1601
|
-
exports.
|
|
1799
|
+
exports.IssuerCertificateInfo = {
|
|
1602
1800
|
type: {
|
|
1603
1801
|
name: "Composite",
|
|
1604
|
-
className: "
|
|
1802
|
+
className: "IssuerCertificateInfo",
|
|
1605
1803
|
modelProperties: {
|
|
1606
|
-
|
|
1607
|
-
serializedName: "
|
|
1804
|
+
certificateUrl: {
|
|
1805
|
+
serializedName: "certificateUrl",
|
|
1806
|
+
required: true,
|
|
1608
1807
|
type: {
|
|
1609
|
-
name: "
|
|
1610
|
-
value: { type: { name: "String" } },
|
|
1808
|
+
name: "String",
|
|
1611
1809
|
},
|
|
1612
1810
|
},
|
|
1613
1811
|
identity: {
|
|
1614
1812
|
serializedName: "identity",
|
|
1615
1813
|
type: {
|
|
1616
1814
|
name: "Composite",
|
|
1617
|
-
className: "
|
|
1618
|
-
},
|
|
1619
|
-
},
|
|
1620
|
-
sku: {
|
|
1621
|
-
serializedName: "sku",
|
|
1622
|
-
type: {
|
|
1623
|
-
name: "Composite",
|
|
1624
|
-
className: "NamespaceSku",
|
|
1815
|
+
className: "CustomJwtAuthenticationManagedIdentity",
|
|
1625
1816
|
},
|
|
1626
1817
|
},
|
|
1627
|
-
|
|
1628
|
-
|
|
1818
|
+
},
|
|
1819
|
+
},
|
|
1820
|
+
};
|
|
1821
|
+
exports.CustomJwtAuthenticationManagedIdentity = {
|
|
1822
|
+
type: {
|
|
1823
|
+
name: "Composite",
|
|
1824
|
+
className: "CustomJwtAuthenticationManagedIdentity",
|
|
1825
|
+
modelProperties: {
|
|
1826
|
+
type: {
|
|
1827
|
+
serializedName: "type",
|
|
1828
|
+
required: true,
|
|
1629
1829
|
type: {
|
|
1630
|
-
name: "
|
|
1631
|
-
className: "UpdateTopicSpacesConfigurationInfo",
|
|
1830
|
+
name: "String",
|
|
1632
1831
|
},
|
|
1633
1832
|
},
|
|
1634
|
-
|
|
1635
|
-
serializedName: "
|
|
1833
|
+
userAssignedIdentity: {
|
|
1834
|
+
serializedName: "userAssignedIdentity",
|
|
1636
1835
|
type: {
|
|
1637
|
-
name: "
|
|
1638
|
-
className: "UpdateTopicsConfigurationInfo",
|
|
1836
|
+
name: "String",
|
|
1639
1837
|
},
|
|
1640
1838
|
},
|
|
1641
|
-
|
|
1642
|
-
|
|
1839
|
+
},
|
|
1840
|
+
},
|
|
1841
|
+
};
|
|
1842
|
+
exports.EncodedIssuerCertificateInfo = {
|
|
1843
|
+
type: {
|
|
1844
|
+
name: "Composite",
|
|
1845
|
+
className: "EncodedIssuerCertificateInfo",
|
|
1846
|
+
modelProperties: {
|
|
1847
|
+
kid: {
|
|
1848
|
+
serializedName: "kid",
|
|
1849
|
+
required: true,
|
|
1643
1850
|
type: {
|
|
1644
1851
|
name: "String",
|
|
1645
1852
|
},
|
|
1646
1853
|
},
|
|
1647
|
-
|
|
1648
|
-
serializedName: "
|
|
1854
|
+
encodedCertificate: {
|
|
1855
|
+
serializedName: "encodedCertificate",
|
|
1856
|
+
required: true,
|
|
1649
1857
|
type: {
|
|
1650
|
-
name: "
|
|
1651
|
-
element: {
|
|
1652
|
-
type: {
|
|
1653
|
-
name: "Composite",
|
|
1654
|
-
className: "InboundIpRule",
|
|
1655
|
-
},
|
|
1656
|
-
},
|
|
1858
|
+
name: "String",
|
|
1657
1859
|
},
|
|
1658
1860
|
},
|
|
1659
1861
|
},
|
|
1660
1862
|
},
|
|
1661
1863
|
};
|
|
1662
|
-
exports.
|
|
1864
|
+
exports.WebhookAuthenticationSettings = {
|
|
1663
1865
|
type: {
|
|
1664
1866
|
name: "Composite",
|
|
1665
|
-
className: "
|
|
1867
|
+
className: "WebhookAuthenticationSettings",
|
|
1666
1868
|
modelProperties: {
|
|
1667
|
-
|
|
1668
|
-
serializedName: "
|
|
1869
|
+
identity: {
|
|
1870
|
+
serializedName: "identity",
|
|
1669
1871
|
type: {
|
|
1670
|
-
name: "
|
|
1872
|
+
name: "Composite",
|
|
1873
|
+
className: "CustomWebhookAuthenticationManagedIdentity",
|
|
1671
1874
|
},
|
|
1672
1875
|
},
|
|
1673
|
-
|
|
1674
|
-
serializedName: "
|
|
1876
|
+
endpointUrl: {
|
|
1877
|
+
serializedName: "endpointUrl",
|
|
1878
|
+
required: true,
|
|
1675
1879
|
type: {
|
|
1676
1880
|
name: "String",
|
|
1677
1881
|
},
|
|
1678
1882
|
},
|
|
1679
|
-
|
|
1680
|
-
serializedName: "
|
|
1883
|
+
endpointBaseUrl: {
|
|
1884
|
+
serializedName: "endpointBaseUrl",
|
|
1681
1885
|
type: {
|
|
1682
|
-
name: "
|
|
1683
|
-
className: "RoutingEnrichments",
|
|
1886
|
+
name: "String",
|
|
1684
1887
|
},
|
|
1685
1888
|
},
|
|
1686
|
-
|
|
1687
|
-
serializedName: "
|
|
1889
|
+
azureActiveDirectoryApplicationIdOrUri: {
|
|
1890
|
+
serializedName: "azureActiveDirectoryApplicationIdOrUri",
|
|
1891
|
+
required: true,
|
|
1688
1892
|
type: {
|
|
1689
|
-
name: "
|
|
1893
|
+
name: "String",
|
|
1894
|
+
},
|
|
1895
|
+
},
|
|
1896
|
+
azureActiveDirectoryTenantId: {
|
|
1897
|
+
serializedName: "azureActiveDirectoryTenantId",
|
|
1898
|
+
required: true,
|
|
1899
|
+
type: {
|
|
1900
|
+
name: "String",
|
|
1901
|
+
},
|
|
1902
|
+
},
|
|
1903
|
+
},
|
|
1904
|
+
},
|
|
1905
|
+
};
|
|
1906
|
+
exports.CustomWebhookAuthenticationManagedIdentity = {
|
|
1907
|
+
type: {
|
|
1908
|
+
name: "Composite",
|
|
1909
|
+
className: "CustomWebhookAuthenticationManagedIdentity",
|
|
1910
|
+
modelProperties: {
|
|
1911
|
+
type: {
|
|
1912
|
+
serializedName: "type",
|
|
1913
|
+
required: true,
|
|
1914
|
+
type: {
|
|
1915
|
+
name: "String",
|
|
1916
|
+
},
|
|
1917
|
+
},
|
|
1918
|
+
userAssignedIdentity: {
|
|
1919
|
+
serializedName: "userAssignedIdentity",
|
|
1920
|
+
type: {
|
|
1921
|
+
name: "String",
|
|
1922
|
+
},
|
|
1923
|
+
},
|
|
1924
|
+
},
|
|
1925
|
+
},
|
|
1926
|
+
};
|
|
1927
|
+
exports.RoutingIdentityInfo = {
|
|
1928
|
+
type: {
|
|
1929
|
+
name: "Composite",
|
|
1930
|
+
className: "RoutingIdentityInfo",
|
|
1931
|
+
modelProperties: {
|
|
1932
|
+
type: {
|
|
1933
|
+
serializedName: "type",
|
|
1934
|
+
type: {
|
|
1935
|
+
name: "String",
|
|
1936
|
+
},
|
|
1937
|
+
},
|
|
1938
|
+
userAssignedIdentity: {
|
|
1939
|
+
serializedName: "userAssignedIdentity",
|
|
1940
|
+
type: {
|
|
1941
|
+
name: "String",
|
|
1942
|
+
},
|
|
1943
|
+
},
|
|
1944
|
+
},
|
|
1945
|
+
},
|
|
1946
|
+
};
|
|
1947
|
+
exports.NamespaceSku = {
|
|
1948
|
+
type: {
|
|
1949
|
+
name: "Composite",
|
|
1950
|
+
className: "NamespaceSku",
|
|
1951
|
+
modelProperties: {
|
|
1952
|
+
name: {
|
|
1953
|
+
serializedName: "name",
|
|
1954
|
+
type: {
|
|
1955
|
+
name: "String",
|
|
1956
|
+
},
|
|
1957
|
+
},
|
|
1958
|
+
capacity: {
|
|
1959
|
+
serializedName: "capacity",
|
|
1960
|
+
type: {
|
|
1961
|
+
name: "Number",
|
|
1962
|
+
},
|
|
1963
|
+
},
|
|
1964
|
+
},
|
|
1965
|
+
},
|
|
1966
|
+
};
|
|
1967
|
+
exports.NamespaceUpdateParameters = {
|
|
1968
|
+
type: {
|
|
1969
|
+
name: "Composite",
|
|
1970
|
+
className: "NamespaceUpdateParameters",
|
|
1971
|
+
modelProperties: {
|
|
1972
|
+
tags: {
|
|
1973
|
+
serializedName: "tags",
|
|
1974
|
+
type: {
|
|
1975
|
+
name: "Dictionary",
|
|
1976
|
+
value: { type: { name: "String" } },
|
|
1977
|
+
},
|
|
1978
|
+
},
|
|
1979
|
+
identity: {
|
|
1980
|
+
serializedName: "identity",
|
|
1981
|
+
type: {
|
|
1982
|
+
name: "Composite",
|
|
1983
|
+
className: "IdentityInfo",
|
|
1984
|
+
},
|
|
1985
|
+
},
|
|
1986
|
+
sku: {
|
|
1987
|
+
serializedName: "sku",
|
|
1988
|
+
type: {
|
|
1989
|
+
name: "Composite",
|
|
1990
|
+
className: "NamespaceSku",
|
|
1991
|
+
},
|
|
1992
|
+
},
|
|
1993
|
+
topicSpacesConfiguration: {
|
|
1994
|
+
serializedName: "properties.topicSpacesConfiguration",
|
|
1995
|
+
type: {
|
|
1996
|
+
name: "Composite",
|
|
1997
|
+
className: "UpdateTopicSpacesConfigurationInfo",
|
|
1998
|
+
},
|
|
1999
|
+
},
|
|
2000
|
+
topicsConfiguration: {
|
|
2001
|
+
serializedName: "properties.topicsConfiguration",
|
|
2002
|
+
type: {
|
|
2003
|
+
name: "Composite",
|
|
2004
|
+
className: "UpdateTopicsConfigurationInfo",
|
|
2005
|
+
},
|
|
2006
|
+
},
|
|
2007
|
+
publicNetworkAccess: {
|
|
2008
|
+
serializedName: "properties.publicNetworkAccess",
|
|
2009
|
+
type: {
|
|
2010
|
+
name: "String",
|
|
2011
|
+
},
|
|
2012
|
+
},
|
|
2013
|
+
inboundIpRules: {
|
|
2014
|
+
serializedName: "properties.inboundIpRules",
|
|
2015
|
+
type: {
|
|
2016
|
+
name: "Sequence",
|
|
2017
|
+
element: {
|
|
2018
|
+
type: {
|
|
2019
|
+
name: "Composite",
|
|
2020
|
+
className: "InboundIpRule",
|
|
2021
|
+
},
|
|
2022
|
+
},
|
|
2023
|
+
},
|
|
2024
|
+
},
|
|
2025
|
+
},
|
|
2026
|
+
},
|
|
2027
|
+
};
|
|
2028
|
+
exports.UpdateTopicSpacesConfigurationInfo = {
|
|
2029
|
+
type: {
|
|
2030
|
+
name: "Composite",
|
|
2031
|
+
className: "UpdateTopicSpacesConfigurationInfo",
|
|
2032
|
+
modelProperties: {
|
|
2033
|
+
state: {
|
|
2034
|
+
serializedName: "state",
|
|
2035
|
+
type: {
|
|
2036
|
+
name: "String",
|
|
2037
|
+
},
|
|
2038
|
+
},
|
|
2039
|
+
routeTopicResourceId: {
|
|
2040
|
+
serializedName: "routeTopicResourceId",
|
|
2041
|
+
type: {
|
|
2042
|
+
name: "String",
|
|
2043
|
+
},
|
|
2044
|
+
},
|
|
2045
|
+
routingEnrichments: {
|
|
2046
|
+
serializedName: "routingEnrichments",
|
|
2047
|
+
type: {
|
|
2048
|
+
name: "Composite",
|
|
2049
|
+
className: "RoutingEnrichments",
|
|
2050
|
+
},
|
|
2051
|
+
},
|
|
2052
|
+
clientAuthentication: {
|
|
2053
|
+
serializedName: "clientAuthentication",
|
|
2054
|
+
type: {
|
|
2055
|
+
name: "Composite",
|
|
2056
|
+
className: "ClientAuthenticationSettings",
|
|
2057
|
+
},
|
|
2058
|
+
},
|
|
2059
|
+
maximumSessionExpiryInHours: {
|
|
2060
|
+
serializedName: "maximumSessionExpiryInHours",
|
|
2061
|
+
type: {
|
|
2062
|
+
name: "Number",
|
|
1690
2063
|
},
|
|
1691
2064
|
},
|
|
1692
2065
|
maximumClientSessionsPerAuthenticationName: {
|
|
@@ -1965,97 +2338,6 @@ exports.OperationInfo = {
|
|
|
1965
2338
|
},
|
|
1966
2339
|
},
|
|
1967
2340
|
};
|
|
1968
|
-
exports.TopicUpdateParameters = {
|
|
1969
|
-
type: {
|
|
1970
|
-
name: "Composite",
|
|
1971
|
-
className: "TopicUpdateParameters",
|
|
1972
|
-
modelProperties: {
|
|
1973
|
-
tags: {
|
|
1974
|
-
serializedName: "tags",
|
|
1975
|
-
type: {
|
|
1976
|
-
name: "Dictionary",
|
|
1977
|
-
value: { type: { name: "String" } },
|
|
1978
|
-
},
|
|
1979
|
-
},
|
|
1980
|
-
identity: {
|
|
1981
|
-
serializedName: "identity",
|
|
1982
|
-
type: {
|
|
1983
|
-
name: "Composite",
|
|
1984
|
-
className: "IdentityInfo",
|
|
1985
|
-
},
|
|
1986
|
-
},
|
|
1987
|
-
publicNetworkAccess: {
|
|
1988
|
-
serializedName: "properties.publicNetworkAccess",
|
|
1989
|
-
type: {
|
|
1990
|
-
name: "String",
|
|
1991
|
-
},
|
|
1992
|
-
},
|
|
1993
|
-
inboundIpRules: {
|
|
1994
|
-
serializedName: "properties.inboundIpRules",
|
|
1995
|
-
type: {
|
|
1996
|
-
name: "Sequence",
|
|
1997
|
-
element: {
|
|
1998
|
-
type: {
|
|
1999
|
-
name: "Composite",
|
|
2000
|
-
className: "InboundIpRule",
|
|
2001
|
-
},
|
|
2002
|
-
},
|
|
2003
|
-
},
|
|
2004
|
-
},
|
|
2005
|
-
minimumTlsVersionAllowed: {
|
|
2006
|
-
serializedName: "properties.minimumTlsVersionAllowed",
|
|
2007
|
-
type: {
|
|
2008
|
-
name: "String",
|
|
2009
|
-
},
|
|
2010
|
-
},
|
|
2011
|
-
disableLocalAuth: {
|
|
2012
|
-
serializedName: "properties.disableLocalAuth",
|
|
2013
|
-
type: {
|
|
2014
|
-
name: "Boolean",
|
|
2015
|
-
},
|
|
2016
|
-
},
|
|
2017
|
-
dataResidencyBoundary: {
|
|
2018
|
-
serializedName: "properties.dataResidencyBoundary",
|
|
2019
|
-
type: {
|
|
2020
|
-
name: "String",
|
|
2021
|
-
},
|
|
2022
|
-
},
|
|
2023
|
-
eventTypeInfo: {
|
|
2024
|
-
serializedName: "properties.eventTypeInfo",
|
|
2025
|
-
type: {
|
|
2026
|
-
name: "Composite",
|
|
2027
|
-
className: "EventTypeInfo",
|
|
2028
|
-
},
|
|
2029
|
-
},
|
|
2030
|
-
},
|
|
2031
|
-
},
|
|
2032
|
-
};
|
|
2033
|
-
exports.TopicsListResult = {
|
|
2034
|
-
type: {
|
|
2035
|
-
name: "Composite",
|
|
2036
|
-
className: "TopicsListResult",
|
|
2037
|
-
modelProperties: {
|
|
2038
|
-
value: {
|
|
2039
|
-
serializedName: "value",
|
|
2040
|
-
type: {
|
|
2041
|
-
name: "Sequence",
|
|
2042
|
-
element: {
|
|
2043
|
-
type: {
|
|
2044
|
-
name: "Composite",
|
|
2045
|
-
className: "Topic",
|
|
2046
|
-
},
|
|
2047
|
-
},
|
|
2048
|
-
},
|
|
2049
|
-
},
|
|
2050
|
-
nextLink: {
|
|
2051
|
-
serializedName: "nextLink",
|
|
2052
|
-
type: {
|
|
2053
|
-
name: "String",
|
|
2054
|
-
},
|
|
2055
|
-
},
|
|
2056
|
-
},
|
|
2057
|
-
},
|
|
2058
|
-
};
|
|
2059
2341
|
exports.PartnerAuthorization = {
|
|
2060
2342
|
type: {
|
|
2061
2343
|
name: "Composite",
|
|
@@ -2155,10 +2437,51 @@ exports.PartnerConfigurationsListResult = {
|
|
|
2155
2437
|
},
|
|
2156
2438
|
},
|
|
2157
2439
|
};
|
|
2158
|
-
exports.
|
|
2440
|
+
exports.PartnerDestinationUpdateParameters = {
|
|
2159
2441
|
type: {
|
|
2160
2442
|
name: "Composite",
|
|
2161
|
-
className: "
|
|
2443
|
+
className: "PartnerDestinationUpdateParameters",
|
|
2444
|
+
modelProperties: {
|
|
2445
|
+
tags: {
|
|
2446
|
+
serializedName: "tags",
|
|
2447
|
+
type: {
|
|
2448
|
+
name: "Dictionary",
|
|
2449
|
+
value: { type: { name: "String" } },
|
|
2450
|
+
},
|
|
2451
|
+
},
|
|
2452
|
+
},
|
|
2453
|
+
},
|
|
2454
|
+
};
|
|
2455
|
+
exports.PartnerDestinationsListResult = {
|
|
2456
|
+
type: {
|
|
2457
|
+
name: "Composite",
|
|
2458
|
+
className: "PartnerDestinationsListResult",
|
|
2459
|
+
modelProperties: {
|
|
2460
|
+
value: {
|
|
2461
|
+
serializedName: "value",
|
|
2462
|
+
type: {
|
|
2463
|
+
name: "Sequence",
|
|
2464
|
+
element: {
|
|
2465
|
+
type: {
|
|
2466
|
+
name: "Composite",
|
|
2467
|
+
className: "PartnerDestination",
|
|
2468
|
+
},
|
|
2469
|
+
},
|
|
2470
|
+
},
|
|
2471
|
+
},
|
|
2472
|
+
nextLink: {
|
|
2473
|
+
serializedName: "nextLink",
|
|
2474
|
+
type: {
|
|
2475
|
+
name: "String",
|
|
2476
|
+
},
|
|
2477
|
+
},
|
|
2478
|
+
},
|
|
2479
|
+
},
|
|
2480
|
+
};
|
|
2481
|
+
exports.PartnerNamespaceUpdateParameters = {
|
|
2482
|
+
type: {
|
|
2483
|
+
name: "Composite",
|
|
2484
|
+
className: "PartnerNamespaceUpdateParameters",
|
|
2162
2485
|
modelProperties: {
|
|
2163
2486
|
tags: {
|
|
2164
2487
|
serializedName: "tags",
|
|
@@ -2350,6 +2673,295 @@ exports.PartnerTopicsListResult = {
|
|
|
2350
2673
|
},
|
|
2351
2674
|
},
|
|
2352
2675
|
};
|
|
2676
|
+
exports.NetworkSecurityPerimeterConfigurationIssues = {
|
|
2677
|
+
type: {
|
|
2678
|
+
name: "Composite",
|
|
2679
|
+
className: "NetworkSecurityPerimeterConfigurationIssues",
|
|
2680
|
+
modelProperties: {
|
|
2681
|
+
name: {
|
|
2682
|
+
serializedName: "name",
|
|
2683
|
+
type: {
|
|
2684
|
+
name: "String",
|
|
2685
|
+
},
|
|
2686
|
+
},
|
|
2687
|
+
issueType: {
|
|
2688
|
+
serializedName: "properties.issueType",
|
|
2689
|
+
type: {
|
|
2690
|
+
name: "String",
|
|
2691
|
+
},
|
|
2692
|
+
},
|
|
2693
|
+
severity: {
|
|
2694
|
+
serializedName: "properties.severity",
|
|
2695
|
+
type: {
|
|
2696
|
+
name: "String",
|
|
2697
|
+
},
|
|
2698
|
+
},
|
|
2699
|
+
description: {
|
|
2700
|
+
serializedName: "properties.description",
|
|
2701
|
+
type: {
|
|
2702
|
+
name: "String",
|
|
2703
|
+
},
|
|
2704
|
+
},
|
|
2705
|
+
suggestedResourceIds: {
|
|
2706
|
+
serializedName: "properties.suggestedResourceIds",
|
|
2707
|
+
type: {
|
|
2708
|
+
name: "Sequence",
|
|
2709
|
+
element: {
|
|
2710
|
+
type: {
|
|
2711
|
+
name: "String",
|
|
2712
|
+
},
|
|
2713
|
+
},
|
|
2714
|
+
},
|
|
2715
|
+
},
|
|
2716
|
+
suggestedAccessRules: {
|
|
2717
|
+
serializedName: "properties.suggestedAccessRules",
|
|
2718
|
+
type: {
|
|
2719
|
+
name: "Sequence",
|
|
2720
|
+
element: {
|
|
2721
|
+
type: {
|
|
2722
|
+
name: "String",
|
|
2723
|
+
},
|
|
2724
|
+
},
|
|
2725
|
+
},
|
|
2726
|
+
},
|
|
2727
|
+
},
|
|
2728
|
+
},
|
|
2729
|
+
};
|
|
2730
|
+
exports.NetworkSecurityPerimeterInfo = {
|
|
2731
|
+
type: {
|
|
2732
|
+
name: "Composite",
|
|
2733
|
+
className: "NetworkSecurityPerimeterInfo",
|
|
2734
|
+
modelProperties: {
|
|
2735
|
+
id: {
|
|
2736
|
+
serializedName: "id",
|
|
2737
|
+
type: {
|
|
2738
|
+
name: "String",
|
|
2739
|
+
},
|
|
2740
|
+
},
|
|
2741
|
+
perimeterGuid: {
|
|
2742
|
+
serializedName: "perimeterGuid",
|
|
2743
|
+
type: {
|
|
2744
|
+
name: "String",
|
|
2745
|
+
},
|
|
2746
|
+
},
|
|
2747
|
+
location: {
|
|
2748
|
+
serializedName: "location",
|
|
2749
|
+
type: {
|
|
2750
|
+
name: "String",
|
|
2751
|
+
},
|
|
2752
|
+
},
|
|
2753
|
+
},
|
|
2754
|
+
},
|
|
2755
|
+
};
|
|
2756
|
+
exports.ResourceAssociation = {
|
|
2757
|
+
type: {
|
|
2758
|
+
name: "Composite",
|
|
2759
|
+
className: "ResourceAssociation",
|
|
2760
|
+
modelProperties: {
|
|
2761
|
+
name: {
|
|
2762
|
+
serializedName: "name",
|
|
2763
|
+
type: {
|
|
2764
|
+
name: "String",
|
|
2765
|
+
},
|
|
2766
|
+
},
|
|
2767
|
+
accessMode: {
|
|
2768
|
+
serializedName: "accessMode",
|
|
2769
|
+
type: {
|
|
2770
|
+
name: "String",
|
|
2771
|
+
},
|
|
2772
|
+
},
|
|
2773
|
+
},
|
|
2774
|
+
},
|
|
2775
|
+
};
|
|
2776
|
+
exports.NetworkSecurityPerimeterConfigurationProfile = {
|
|
2777
|
+
type: {
|
|
2778
|
+
name: "Composite",
|
|
2779
|
+
className: "NetworkSecurityPerimeterConfigurationProfile",
|
|
2780
|
+
modelProperties: {
|
|
2781
|
+
name: {
|
|
2782
|
+
serializedName: "name",
|
|
2783
|
+
type: {
|
|
2784
|
+
name: "String",
|
|
2785
|
+
},
|
|
2786
|
+
},
|
|
2787
|
+
accessRulesVersion: {
|
|
2788
|
+
serializedName: "accessRulesVersion",
|
|
2789
|
+
type: {
|
|
2790
|
+
name: "String",
|
|
2791
|
+
},
|
|
2792
|
+
},
|
|
2793
|
+
accessRules: {
|
|
2794
|
+
serializedName: "accessRules",
|
|
2795
|
+
type: {
|
|
2796
|
+
name: "Sequence",
|
|
2797
|
+
element: {
|
|
2798
|
+
type: {
|
|
2799
|
+
name: "Composite",
|
|
2800
|
+
className: "NetworkSecurityPerimeterProfileAccessRule",
|
|
2801
|
+
},
|
|
2802
|
+
},
|
|
2803
|
+
},
|
|
2804
|
+
},
|
|
2805
|
+
diagnosticSettingsVersion: {
|
|
2806
|
+
serializedName: "diagnosticSettingsVersion",
|
|
2807
|
+
type: {
|
|
2808
|
+
name: "String",
|
|
2809
|
+
},
|
|
2810
|
+
},
|
|
2811
|
+
enabledLogCategories: {
|
|
2812
|
+
serializedName: "enabledLogCategories",
|
|
2813
|
+
type: {
|
|
2814
|
+
name: "Sequence",
|
|
2815
|
+
element: {
|
|
2816
|
+
type: {
|
|
2817
|
+
name: "String",
|
|
2818
|
+
},
|
|
2819
|
+
},
|
|
2820
|
+
},
|
|
2821
|
+
},
|
|
2822
|
+
},
|
|
2823
|
+
},
|
|
2824
|
+
};
|
|
2825
|
+
exports.NetworkSecurityPerimeterProfileAccessRule = {
|
|
2826
|
+
type: {
|
|
2827
|
+
name: "Composite",
|
|
2828
|
+
className: "NetworkSecurityPerimeterProfileAccessRule",
|
|
2829
|
+
modelProperties: {
|
|
2830
|
+
fullyQualifiedArmId: {
|
|
2831
|
+
serializedName: "fullyQualifiedArmId",
|
|
2832
|
+
type: {
|
|
2833
|
+
name: "String",
|
|
2834
|
+
},
|
|
2835
|
+
},
|
|
2836
|
+
name: {
|
|
2837
|
+
serializedName: "name",
|
|
2838
|
+
type: {
|
|
2839
|
+
name: "String",
|
|
2840
|
+
},
|
|
2841
|
+
},
|
|
2842
|
+
type: {
|
|
2843
|
+
serializedName: "type",
|
|
2844
|
+
type: {
|
|
2845
|
+
name: "String",
|
|
2846
|
+
},
|
|
2847
|
+
},
|
|
2848
|
+
direction: {
|
|
2849
|
+
serializedName: "properties.direction",
|
|
2850
|
+
type: {
|
|
2851
|
+
name: "String",
|
|
2852
|
+
},
|
|
2853
|
+
},
|
|
2854
|
+
addressPrefixes: {
|
|
2855
|
+
serializedName: "properties.addressPrefixes",
|
|
2856
|
+
type: {
|
|
2857
|
+
name: "Sequence",
|
|
2858
|
+
element: {
|
|
2859
|
+
type: {
|
|
2860
|
+
name: "String",
|
|
2861
|
+
},
|
|
2862
|
+
},
|
|
2863
|
+
},
|
|
2864
|
+
},
|
|
2865
|
+
subscriptions: {
|
|
2866
|
+
serializedName: "properties.subscriptions",
|
|
2867
|
+
type: {
|
|
2868
|
+
name: "Sequence",
|
|
2869
|
+
element: {
|
|
2870
|
+
type: {
|
|
2871
|
+
name: "Composite",
|
|
2872
|
+
className: "NetworkSecurityPerimeterSubscription",
|
|
2873
|
+
},
|
|
2874
|
+
},
|
|
2875
|
+
},
|
|
2876
|
+
},
|
|
2877
|
+
networkSecurityPerimeters: {
|
|
2878
|
+
serializedName: "properties.networkSecurityPerimeters",
|
|
2879
|
+
type: {
|
|
2880
|
+
name: "Sequence",
|
|
2881
|
+
element: {
|
|
2882
|
+
type: {
|
|
2883
|
+
name: "Composite",
|
|
2884
|
+
className: "NetworkSecurityPerimeterInfo",
|
|
2885
|
+
},
|
|
2886
|
+
},
|
|
2887
|
+
},
|
|
2888
|
+
},
|
|
2889
|
+
fullyQualifiedDomainNames: {
|
|
2890
|
+
serializedName: "properties.fullyQualifiedDomainNames",
|
|
2891
|
+
type: {
|
|
2892
|
+
name: "Sequence",
|
|
2893
|
+
element: {
|
|
2894
|
+
type: {
|
|
2895
|
+
name: "String",
|
|
2896
|
+
},
|
|
2897
|
+
},
|
|
2898
|
+
},
|
|
2899
|
+
},
|
|
2900
|
+
emailAddresses: {
|
|
2901
|
+
serializedName: "properties.emailAddresses",
|
|
2902
|
+
type: {
|
|
2903
|
+
name: "Sequence",
|
|
2904
|
+
element: {
|
|
2905
|
+
type: {
|
|
2906
|
+
name: "String",
|
|
2907
|
+
},
|
|
2908
|
+
},
|
|
2909
|
+
},
|
|
2910
|
+
},
|
|
2911
|
+
phoneNumbers: {
|
|
2912
|
+
serializedName: "properties.phoneNumbers",
|
|
2913
|
+
type: {
|
|
2914
|
+
name: "Sequence",
|
|
2915
|
+
element: {
|
|
2916
|
+
type: {
|
|
2917
|
+
name: "String",
|
|
2918
|
+
},
|
|
2919
|
+
},
|
|
2920
|
+
},
|
|
2921
|
+
},
|
|
2922
|
+
},
|
|
2923
|
+
},
|
|
2924
|
+
};
|
|
2925
|
+
exports.NetworkSecurityPerimeterSubscription = {
|
|
2926
|
+
type: {
|
|
2927
|
+
name: "Composite",
|
|
2928
|
+
className: "NetworkSecurityPerimeterSubscription",
|
|
2929
|
+
modelProperties: {
|
|
2930
|
+
id: {
|
|
2931
|
+
serializedName: "id",
|
|
2932
|
+
type: {
|
|
2933
|
+
name: "String",
|
|
2934
|
+
},
|
|
2935
|
+
},
|
|
2936
|
+
},
|
|
2937
|
+
},
|
|
2938
|
+
};
|
|
2939
|
+
exports.NetworkSecurityPerimeterConfigurationList = {
|
|
2940
|
+
type: {
|
|
2941
|
+
name: "Composite",
|
|
2942
|
+
className: "NetworkSecurityPerimeterConfigurationList",
|
|
2943
|
+
modelProperties: {
|
|
2944
|
+
value: {
|
|
2945
|
+
serializedName: "value",
|
|
2946
|
+
type: {
|
|
2947
|
+
name: "Sequence",
|
|
2948
|
+
element: {
|
|
2949
|
+
type: {
|
|
2950
|
+
name: "Composite",
|
|
2951
|
+
className: "NetworkSecurityPerimeterConfiguration",
|
|
2952
|
+
},
|
|
2953
|
+
},
|
|
2954
|
+
},
|
|
2955
|
+
},
|
|
2956
|
+
nextLink: {
|
|
2957
|
+
serializedName: "nextLink",
|
|
2958
|
+
type: {
|
|
2959
|
+
name: "String",
|
|
2960
|
+
},
|
|
2961
|
+
},
|
|
2962
|
+
},
|
|
2963
|
+
},
|
|
2964
|
+
};
|
|
2353
2965
|
exports.PermissionBindingsListResult = {
|
|
2354
2966
|
type: {
|
|
2355
2967
|
name: "Composite",
|
|
@@ -2451,21 +3063,69 @@ exports.PrivateLinkResource = {
|
|
|
2451
3063
|
requiredZoneNames: {
|
|
2452
3064
|
serializedName: "properties.requiredZoneNames",
|
|
2453
3065
|
type: {
|
|
2454
|
-
name: "Sequence",
|
|
2455
|
-
element: {
|
|
2456
|
-
type: {
|
|
2457
|
-
name: "String",
|
|
2458
|
-
},
|
|
2459
|
-
},
|
|
3066
|
+
name: "Sequence",
|
|
3067
|
+
element: {
|
|
3068
|
+
type: {
|
|
3069
|
+
name: "String",
|
|
3070
|
+
},
|
|
3071
|
+
},
|
|
3072
|
+
},
|
|
3073
|
+
},
|
|
3074
|
+
},
|
|
3075
|
+
},
|
|
3076
|
+
};
|
|
3077
|
+
exports.PrivateLinkResourcesListResult = {
|
|
3078
|
+
type: {
|
|
3079
|
+
name: "Composite",
|
|
3080
|
+
className: "PrivateLinkResourcesListResult",
|
|
3081
|
+
modelProperties: {
|
|
3082
|
+
value: {
|
|
3083
|
+
serializedName: "value",
|
|
3084
|
+
type: {
|
|
3085
|
+
name: "Sequence",
|
|
3086
|
+
element: {
|
|
3087
|
+
type: {
|
|
3088
|
+
name: "Composite",
|
|
3089
|
+
className: "PrivateLinkResource",
|
|
3090
|
+
},
|
|
3091
|
+
},
|
|
3092
|
+
},
|
|
3093
|
+
},
|
|
3094
|
+
nextLink: {
|
|
3095
|
+
serializedName: "nextLink",
|
|
3096
|
+
type: {
|
|
3097
|
+
name: "String",
|
|
3098
|
+
},
|
|
3099
|
+
},
|
|
3100
|
+
},
|
|
3101
|
+
},
|
|
3102
|
+
};
|
|
3103
|
+
exports.SystemTopicUpdateParameters = {
|
|
3104
|
+
type: {
|
|
3105
|
+
name: "Composite",
|
|
3106
|
+
className: "SystemTopicUpdateParameters",
|
|
3107
|
+
modelProperties: {
|
|
3108
|
+
tags: {
|
|
3109
|
+
serializedName: "tags",
|
|
3110
|
+
type: {
|
|
3111
|
+
name: "Dictionary",
|
|
3112
|
+
value: { type: { name: "String" } },
|
|
3113
|
+
},
|
|
3114
|
+
},
|
|
3115
|
+
identity: {
|
|
3116
|
+
serializedName: "identity",
|
|
3117
|
+
type: {
|
|
3118
|
+
name: "Composite",
|
|
3119
|
+
className: "IdentityInfo",
|
|
2460
3120
|
},
|
|
2461
3121
|
},
|
|
2462
3122
|
},
|
|
2463
3123
|
},
|
|
2464
3124
|
};
|
|
2465
|
-
exports.
|
|
3125
|
+
exports.SystemTopicsListResult = {
|
|
2466
3126
|
type: {
|
|
2467
3127
|
name: "Composite",
|
|
2468
|
-
className: "
|
|
3128
|
+
className: "SystemTopicsListResult",
|
|
2469
3129
|
modelProperties: {
|
|
2470
3130
|
value: {
|
|
2471
3131
|
serializedName: "value",
|
|
@@ -2474,7 +3134,7 @@ exports.PrivateLinkResourcesListResult = {
|
|
|
2474
3134
|
element: {
|
|
2475
3135
|
type: {
|
|
2476
3136
|
name: "Composite",
|
|
2477
|
-
className: "
|
|
3137
|
+
className: "SystemTopic",
|
|
2478
3138
|
},
|
|
2479
3139
|
},
|
|
2480
3140
|
},
|
|
@@ -2488,10 +3148,30 @@ exports.PrivateLinkResourcesListResult = {
|
|
|
2488
3148
|
},
|
|
2489
3149
|
},
|
|
2490
3150
|
};
|
|
2491
|
-
exports.
|
|
3151
|
+
exports.ExtendedLocation = {
|
|
2492
3152
|
type: {
|
|
2493
3153
|
name: "Composite",
|
|
2494
|
-
className: "
|
|
3154
|
+
className: "ExtendedLocation",
|
|
3155
|
+
modelProperties: {
|
|
3156
|
+
name: {
|
|
3157
|
+
serializedName: "name",
|
|
3158
|
+
type: {
|
|
3159
|
+
name: "String",
|
|
3160
|
+
},
|
|
3161
|
+
},
|
|
3162
|
+
type: {
|
|
3163
|
+
serializedName: "type",
|
|
3164
|
+
type: {
|
|
3165
|
+
name: "String",
|
|
3166
|
+
},
|
|
3167
|
+
},
|
|
3168
|
+
},
|
|
3169
|
+
},
|
|
3170
|
+
};
|
|
3171
|
+
exports.TopicUpdateParameters = {
|
|
3172
|
+
type: {
|
|
3173
|
+
name: "Composite",
|
|
3174
|
+
className: "TopicUpdateParameters",
|
|
2495
3175
|
modelProperties: {
|
|
2496
3176
|
tags: {
|
|
2497
3177
|
serializedName: "tags",
|
|
@@ -2507,13 +3187,63 @@ exports.SystemTopicUpdateParameters = {
|
|
|
2507
3187
|
className: "IdentityInfo",
|
|
2508
3188
|
},
|
|
2509
3189
|
},
|
|
3190
|
+
sku: {
|
|
3191
|
+
serializedName: "sku",
|
|
3192
|
+
type: {
|
|
3193
|
+
name: "Composite",
|
|
3194
|
+
className: "ResourceSku",
|
|
3195
|
+
},
|
|
3196
|
+
},
|
|
3197
|
+
publicNetworkAccess: {
|
|
3198
|
+
serializedName: "properties.publicNetworkAccess",
|
|
3199
|
+
type: {
|
|
3200
|
+
name: "String",
|
|
3201
|
+
},
|
|
3202
|
+
},
|
|
3203
|
+
inboundIpRules: {
|
|
3204
|
+
serializedName: "properties.inboundIpRules",
|
|
3205
|
+
type: {
|
|
3206
|
+
name: "Sequence",
|
|
3207
|
+
element: {
|
|
3208
|
+
type: {
|
|
3209
|
+
name: "Composite",
|
|
3210
|
+
className: "InboundIpRule",
|
|
3211
|
+
},
|
|
3212
|
+
},
|
|
3213
|
+
},
|
|
3214
|
+
},
|
|
3215
|
+
minimumTlsVersionAllowed: {
|
|
3216
|
+
serializedName: "properties.minimumTlsVersionAllowed",
|
|
3217
|
+
type: {
|
|
3218
|
+
name: "String",
|
|
3219
|
+
},
|
|
3220
|
+
},
|
|
3221
|
+
disableLocalAuth: {
|
|
3222
|
+
serializedName: "properties.disableLocalAuth",
|
|
3223
|
+
type: {
|
|
3224
|
+
name: "Boolean",
|
|
3225
|
+
},
|
|
3226
|
+
},
|
|
3227
|
+
dataResidencyBoundary: {
|
|
3228
|
+
serializedName: "properties.dataResidencyBoundary",
|
|
3229
|
+
type: {
|
|
3230
|
+
name: "String",
|
|
3231
|
+
},
|
|
3232
|
+
},
|
|
3233
|
+
eventTypeInfo: {
|
|
3234
|
+
serializedName: "properties.eventTypeInfo",
|
|
3235
|
+
type: {
|
|
3236
|
+
name: "Composite",
|
|
3237
|
+
className: "EventTypeInfo",
|
|
3238
|
+
},
|
|
3239
|
+
},
|
|
2510
3240
|
},
|
|
2511
3241
|
},
|
|
2512
3242
|
};
|
|
2513
|
-
exports.
|
|
3243
|
+
exports.TopicsListResult = {
|
|
2514
3244
|
type: {
|
|
2515
3245
|
name: "Composite",
|
|
2516
|
-
className: "
|
|
3246
|
+
className: "TopicsListResult",
|
|
2517
3247
|
modelProperties: {
|
|
2518
3248
|
value: {
|
|
2519
3249
|
serializedName: "value",
|
|
@@ -2522,7 +3252,7 @@ exports.SystemTopicsListResult = {
|
|
|
2522
3252
|
element: {
|
|
2523
3253
|
type: {
|
|
2524
3254
|
name: "Composite",
|
|
2525
|
-
className: "
|
|
3255
|
+
className: "Topic",
|
|
2526
3256
|
},
|
|
2527
3257
|
},
|
|
2528
3258
|
},
|
|
@@ -2720,6 +3450,27 @@ exports.SubscriptionFullUrl = {
|
|
|
2720
3450
|
},
|
|
2721
3451
|
},
|
|
2722
3452
|
};
|
|
3453
|
+
exports.PartnerClientAuthentication = {
|
|
3454
|
+
type: {
|
|
3455
|
+
name: "Composite",
|
|
3456
|
+
className: "PartnerClientAuthentication",
|
|
3457
|
+
uberParent: "PartnerClientAuthentication",
|
|
3458
|
+
polymorphicDiscriminator: {
|
|
3459
|
+
serializedName: "clientAuthenticationType",
|
|
3460
|
+
clientName: "clientAuthenticationType",
|
|
3461
|
+
},
|
|
3462
|
+
modelProperties: {
|
|
3463
|
+
clientAuthenticationType: {
|
|
3464
|
+
defaultValue: "AzureAD",
|
|
3465
|
+
serializedName: "clientAuthenticationType",
|
|
3466
|
+
required: true,
|
|
3467
|
+
type: {
|
|
3468
|
+
name: "String",
|
|
3469
|
+
},
|
|
3470
|
+
},
|
|
3471
|
+
},
|
|
3472
|
+
},
|
|
3473
|
+
};
|
|
2723
3474
|
exports.JsonField = {
|
|
2724
3475
|
type: {
|
|
2725
3476
|
name: "Composite",
|
|
@@ -2816,6 +3567,12 @@ exports.Channel = {
|
|
|
2816
3567
|
name: "Composite",
|
|
2817
3568
|
className: "PartnerTopicInfo",
|
|
2818
3569
|
},
|
|
3570
|
+
}, partnerDestinationInfo: {
|
|
3571
|
+
serializedName: "properties.partnerDestinationInfo",
|
|
3572
|
+
type: {
|
|
3573
|
+
name: "Composite",
|
|
3574
|
+
className: "PartnerDestinationInfo",
|
|
3575
|
+
},
|
|
2819
3576
|
}, messageForActivation: {
|
|
2820
3577
|
serializedName: "properties.messageForActivation",
|
|
2821
3578
|
type: {
|
|
@@ -3025,6 +3782,12 @@ exports.Subscription = {
|
|
|
3025
3782
|
type: {
|
|
3026
3783
|
name: "DateTime",
|
|
3027
3784
|
},
|
|
3785
|
+
}, tags: {
|
|
3786
|
+
serializedName: "properties.tags",
|
|
3787
|
+
type: {
|
|
3788
|
+
name: "Dictionary",
|
|
3789
|
+
value: { type: { name: "String" } },
|
|
3790
|
+
},
|
|
3028
3791
|
} }),
|
|
3029
3792
|
},
|
|
3030
3793
|
};
|
|
@@ -3179,6 +3942,47 @@ exports.PartnerConfiguration = {
|
|
|
3179
3942
|
} }),
|
|
3180
3943
|
},
|
|
3181
3944
|
};
|
|
3945
|
+
exports.NetworkSecurityPerimeterConfiguration = {
|
|
3946
|
+
type: {
|
|
3947
|
+
name: "Composite",
|
|
3948
|
+
className: "NetworkSecurityPerimeterConfiguration",
|
|
3949
|
+
modelProperties: Object.assign(Object.assign({}, exports.Resource.type.modelProperties), { provisioningState: {
|
|
3950
|
+
serializedName: "properties.provisioningState",
|
|
3951
|
+
type: {
|
|
3952
|
+
name: "String",
|
|
3953
|
+
},
|
|
3954
|
+
}, provisioningIssues: {
|
|
3955
|
+
serializedName: "properties.provisioningIssues",
|
|
3956
|
+
type: {
|
|
3957
|
+
name: "Sequence",
|
|
3958
|
+
element: {
|
|
3959
|
+
type: {
|
|
3960
|
+
name: "Composite",
|
|
3961
|
+
className: "NetworkSecurityPerimeterConfigurationIssues",
|
|
3962
|
+
},
|
|
3963
|
+
},
|
|
3964
|
+
},
|
|
3965
|
+
}, networkSecurityPerimeter: {
|
|
3966
|
+
serializedName: "properties.networkSecurityPerimeter",
|
|
3967
|
+
type: {
|
|
3968
|
+
name: "Composite",
|
|
3969
|
+
className: "NetworkSecurityPerimeterInfo",
|
|
3970
|
+
},
|
|
3971
|
+
}, resourceAssociation: {
|
|
3972
|
+
serializedName: "properties.resourceAssociation",
|
|
3973
|
+
type: {
|
|
3974
|
+
name: "Composite",
|
|
3975
|
+
className: "ResourceAssociation",
|
|
3976
|
+
},
|
|
3977
|
+
}, profile: {
|
|
3978
|
+
serializedName: "properties.profile",
|
|
3979
|
+
type: {
|
|
3980
|
+
name: "Composite",
|
|
3981
|
+
className: "NetworkSecurityPerimeterConfigurationProfile",
|
|
3982
|
+
},
|
|
3983
|
+
} }),
|
|
3984
|
+
},
|
|
3985
|
+
};
|
|
3182
3986
|
exports.PermissionBinding = {
|
|
3183
3987
|
type: {
|
|
3184
3988
|
name: "Composite",
|
|
@@ -3406,6 +4210,12 @@ exports.VerifiedPartner = {
|
|
|
3406
4210
|
name: "Composite",
|
|
3407
4211
|
className: "PartnerDetails",
|
|
3408
4212
|
},
|
|
4213
|
+
}, partnerDestinationDetails: {
|
|
4214
|
+
serializedName: "properties.partnerDestinationDetails",
|
|
4215
|
+
type: {
|
|
4216
|
+
name: "Composite",
|
|
4217
|
+
className: "PartnerDetails",
|
|
4218
|
+
},
|
|
3409
4219
|
}, provisioningState: {
|
|
3410
4220
|
serializedName: "properties.provisioningState",
|
|
3411
4221
|
type: {
|
|
@@ -3414,6 +4224,58 @@ exports.VerifiedPartner = {
|
|
|
3414
4224
|
} }),
|
|
3415
4225
|
},
|
|
3416
4226
|
};
|
|
4227
|
+
exports.WebhookPartnerDestinationInfo = {
|
|
4228
|
+
serializedName: "WebHook",
|
|
4229
|
+
type: {
|
|
4230
|
+
name: "Composite",
|
|
4231
|
+
className: "WebhookPartnerDestinationInfo",
|
|
4232
|
+
uberParent: "PartnerDestinationInfo",
|
|
4233
|
+
polymorphicDiscriminator: exports.PartnerDestinationInfo.type.polymorphicDiscriminator,
|
|
4234
|
+
modelProperties: Object.assign(Object.assign({}, exports.PartnerDestinationInfo.type.modelProperties), { endpointUrl: {
|
|
4235
|
+
serializedName: "properties.endpointUrl",
|
|
4236
|
+
type: {
|
|
4237
|
+
name: "String",
|
|
4238
|
+
},
|
|
4239
|
+
}, endpointBaseUrl: {
|
|
4240
|
+
serializedName: "properties.endpointBaseUrl",
|
|
4241
|
+
type: {
|
|
4242
|
+
name: "String",
|
|
4243
|
+
},
|
|
4244
|
+
}, clientAuthentication: {
|
|
4245
|
+
serializedName: "properties.clientAuthentication",
|
|
4246
|
+
type: {
|
|
4247
|
+
name: "Composite",
|
|
4248
|
+
className: "PartnerClientAuthentication",
|
|
4249
|
+
},
|
|
4250
|
+
} }),
|
|
4251
|
+
},
|
|
4252
|
+
};
|
|
4253
|
+
exports.WebhookUpdatePartnerDestinationInfo = {
|
|
4254
|
+
serializedName: "WebHook",
|
|
4255
|
+
type: {
|
|
4256
|
+
name: "Composite",
|
|
4257
|
+
className: "WebhookUpdatePartnerDestinationInfo",
|
|
4258
|
+
uberParent: "PartnerUpdateDestinationInfo",
|
|
4259
|
+
polymorphicDiscriminator: exports.PartnerUpdateDestinationInfo.type.polymorphicDiscriminator,
|
|
4260
|
+
modelProperties: Object.assign(Object.assign({}, exports.PartnerUpdateDestinationInfo.type.modelProperties), { endpointUrl: {
|
|
4261
|
+
serializedName: "properties.endpointUrl",
|
|
4262
|
+
type: {
|
|
4263
|
+
name: "String",
|
|
4264
|
+
},
|
|
4265
|
+
}, endpointBaseUrl: {
|
|
4266
|
+
serializedName: "properties.endpointBaseUrl",
|
|
4267
|
+
type: {
|
|
4268
|
+
name: "String",
|
|
4269
|
+
},
|
|
4270
|
+
}, clientAuthentication: {
|
|
4271
|
+
serializedName: "properties.clientAuthentication",
|
|
4272
|
+
type: {
|
|
4273
|
+
name: "Composite",
|
|
4274
|
+
className: "PartnerClientAuthentication",
|
|
4275
|
+
},
|
|
4276
|
+
} }),
|
|
4277
|
+
},
|
|
4278
|
+
};
|
|
3417
4279
|
exports.JsonInputSchemaMapping = {
|
|
3418
4280
|
serializedName: "Json",
|
|
3419
4281
|
type: {
|
|
@@ -3742,6 +4604,21 @@ exports.AzureFunctionEventSubscriptionDestination = {
|
|
|
3742
4604
|
} }),
|
|
3743
4605
|
},
|
|
3744
4606
|
};
|
|
4607
|
+
exports.PartnerEventSubscriptionDestination = {
|
|
4608
|
+
serializedName: "PartnerDestination",
|
|
4609
|
+
type: {
|
|
4610
|
+
name: "Composite",
|
|
4611
|
+
className: "PartnerEventSubscriptionDestination",
|
|
4612
|
+
uberParent: "EventSubscriptionDestination",
|
|
4613
|
+
polymorphicDiscriminator: exports.EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
4614
|
+
modelProperties: Object.assign(Object.assign({}, exports.EventSubscriptionDestination.type.modelProperties), { resourceId: {
|
|
4615
|
+
serializedName: "properties.resourceId",
|
|
4616
|
+
type: {
|
|
4617
|
+
name: "String",
|
|
4618
|
+
},
|
|
4619
|
+
} }),
|
|
4620
|
+
},
|
|
4621
|
+
};
|
|
3745
4622
|
exports.MonitorAlertEventSubscriptionDestination = {
|
|
3746
4623
|
serializedName: "MonitorAlert",
|
|
3747
4624
|
type: {
|
|
@@ -4492,11 +5369,37 @@ exports.StaticStringRoutingEnrichment = {
|
|
|
4492
5369
|
} }),
|
|
4493
5370
|
},
|
|
4494
5371
|
};
|
|
5372
|
+
exports.AzureADPartnerClientAuthentication = {
|
|
5373
|
+
serializedName: "AzureAD",
|
|
5374
|
+
type: {
|
|
5375
|
+
name: "Composite",
|
|
5376
|
+
className: "AzureADPartnerClientAuthentication",
|
|
5377
|
+
uberParent: "PartnerClientAuthentication",
|
|
5378
|
+
polymorphicDiscriminator: exports.PartnerClientAuthentication.type.polymorphicDiscriminator,
|
|
5379
|
+
modelProperties: Object.assign(Object.assign({}, exports.PartnerClientAuthentication.type.modelProperties), { azureActiveDirectoryTenantId: {
|
|
5380
|
+
serializedName: "properties.azureActiveDirectoryTenantId",
|
|
5381
|
+
type: {
|
|
5382
|
+
name: "String",
|
|
5383
|
+
},
|
|
5384
|
+
}, azureActiveDirectoryApplicationIdOrUri: {
|
|
5385
|
+
serializedName: "properties.azureActiveDirectoryApplicationIdOrUri",
|
|
5386
|
+
type: {
|
|
5387
|
+
name: "String",
|
|
5388
|
+
},
|
|
5389
|
+
} }),
|
|
5390
|
+
},
|
|
5391
|
+
};
|
|
4495
5392
|
exports.Domain = {
|
|
4496
5393
|
type: {
|
|
4497
5394
|
name: "Composite",
|
|
4498
5395
|
className: "Domain",
|
|
4499
|
-
modelProperties: Object.assign(Object.assign({}, exports.TrackedResource.type.modelProperties), {
|
|
5396
|
+
modelProperties: Object.assign(Object.assign({}, exports.TrackedResource.type.modelProperties), { sku: {
|
|
5397
|
+
serializedName: "sku",
|
|
5398
|
+
type: {
|
|
5399
|
+
name: "Composite",
|
|
5400
|
+
className: "ResourceSku",
|
|
5401
|
+
},
|
|
5402
|
+
}, identity: {
|
|
4500
5403
|
serializedName: "identity",
|
|
4501
5404
|
type: {
|
|
4502
5405
|
name: "Composite",
|
|
@@ -4674,106 +5577,57 @@ exports.Namespace = {
|
|
|
4674
5577
|
},
|
|
4675
5578
|
},
|
|
4676
5579
|
},
|
|
4677
|
-
}, minimumTlsVersionAllowed: {
|
|
4678
|
-
serializedName: "properties.minimumTlsVersionAllowed",
|
|
4679
|
-
type: {
|
|
4680
|
-
name: "String",
|
|
4681
|
-
},
|
|
4682
|
-
} }),
|
|
4683
|
-
},
|
|
4684
|
-
};
|
|
4685
|
-
exports.Topic = {
|
|
4686
|
-
type: {
|
|
4687
|
-
name: "Composite",
|
|
4688
|
-
className: "Topic",
|
|
4689
|
-
modelProperties: Object.assign(Object.assign({}, exports.TrackedResource.type.modelProperties), { identity: {
|
|
4690
|
-
serializedName: "identity",
|
|
4691
|
-
type: {
|
|
4692
|
-
name: "Composite",
|
|
4693
|
-
className: "IdentityInfo",
|
|
4694
|
-
},
|
|
4695
|
-
}, systemData: {
|
|
4696
|
-
serializedName: "systemData",
|
|
4697
|
-
type: {
|
|
4698
|
-
name: "Composite",
|
|
4699
|
-
className: "SystemData",
|
|
4700
|
-
},
|
|
4701
|
-
}, privateEndpointConnections: {
|
|
4702
|
-
serializedName: "properties.privateEndpointConnections",
|
|
4703
|
-
readOnly: true,
|
|
4704
|
-
type: {
|
|
4705
|
-
name: "Sequence",
|
|
4706
|
-
element: {
|
|
4707
|
-
type: {
|
|
4708
|
-
name: "Composite",
|
|
4709
|
-
className: "PrivateEndpointConnection",
|
|
4710
|
-
},
|
|
4711
|
-
},
|
|
4712
|
-
},
|
|
4713
|
-
}, provisioningState: {
|
|
4714
|
-
serializedName: "properties.provisioningState",
|
|
4715
|
-
readOnly: true,
|
|
4716
|
-
type: {
|
|
4717
|
-
name: "String",
|
|
4718
|
-
},
|
|
4719
|
-
}, endpoint: {
|
|
4720
|
-
serializedName: "properties.endpoint",
|
|
4721
|
-
readOnly: true,
|
|
5580
|
+
}, minimumTlsVersionAllowed: {
|
|
5581
|
+
serializedName: "properties.minimumTlsVersionAllowed",
|
|
4722
5582
|
type: {
|
|
4723
5583
|
name: "String",
|
|
4724
5584
|
},
|
|
4725
|
-
},
|
|
4726
|
-
|
|
5585
|
+
} }),
|
|
5586
|
+
},
|
|
5587
|
+
};
|
|
5588
|
+
exports.PartnerDestination = {
|
|
5589
|
+
type: {
|
|
5590
|
+
name: "Composite",
|
|
5591
|
+
className: "PartnerDestination",
|
|
5592
|
+
modelProperties: Object.assign(Object.assign({}, exports.TrackedResource.type.modelProperties), { systemData: {
|
|
5593
|
+
serializedName: "systemData",
|
|
4727
5594
|
type: {
|
|
4728
5595
|
name: "Composite",
|
|
4729
|
-
className: "
|
|
5596
|
+
className: "SystemData",
|
|
4730
5597
|
},
|
|
4731
|
-
},
|
|
4732
|
-
serializedName: "properties.
|
|
5598
|
+
}, partnerRegistrationImmutableId: {
|
|
5599
|
+
serializedName: "properties.partnerRegistrationImmutableId",
|
|
4733
5600
|
type: {
|
|
4734
|
-
name: "
|
|
5601
|
+
name: "Uuid",
|
|
4735
5602
|
},
|
|
4736
|
-
},
|
|
4737
|
-
serializedName: "properties.
|
|
5603
|
+
}, endpointServiceContext: {
|
|
5604
|
+
serializedName: "properties.endpointServiceContext",
|
|
4738
5605
|
type: {
|
|
4739
5606
|
name: "String",
|
|
4740
5607
|
},
|
|
4741
|
-
},
|
|
4742
|
-
serializedName: "properties.
|
|
5608
|
+
}, expirationTimeIfNotActivatedUtc: {
|
|
5609
|
+
serializedName: "properties.expirationTimeIfNotActivatedUtc",
|
|
4743
5610
|
type: {
|
|
4744
|
-
name: "
|
|
4745
|
-
className: "InputSchemaMapping",
|
|
5611
|
+
name: "DateTime",
|
|
4746
5612
|
},
|
|
4747
|
-
},
|
|
4748
|
-
serializedName: "properties.
|
|
5613
|
+
}, provisioningState: {
|
|
5614
|
+
serializedName: "properties.provisioningState",
|
|
4749
5615
|
readOnly: true,
|
|
4750
5616
|
type: {
|
|
4751
5617
|
name: "String",
|
|
4752
5618
|
},
|
|
4753
|
-
},
|
|
4754
|
-
serializedName: "properties.
|
|
5619
|
+
}, activationState: {
|
|
5620
|
+
serializedName: "properties.activationState",
|
|
4755
5621
|
type: {
|
|
4756
5622
|
name: "String",
|
|
4757
5623
|
},
|
|
4758
|
-
},
|
|
4759
|
-
serializedName: "properties.
|
|
4760
|
-
type: {
|
|
4761
|
-
name: "Sequence",
|
|
4762
|
-
element: {
|
|
4763
|
-
type: {
|
|
4764
|
-
name: "Composite",
|
|
4765
|
-
className: "InboundIpRule",
|
|
4766
|
-
},
|
|
4767
|
-
},
|
|
4768
|
-
},
|
|
4769
|
-
}, disableLocalAuth: {
|
|
4770
|
-
defaultValue: false,
|
|
4771
|
-
serializedName: "properties.disableLocalAuth",
|
|
5624
|
+
}, endpointBaseUrl: {
|
|
5625
|
+
serializedName: "properties.endpointBaseUrl",
|
|
4772
5626
|
type: {
|
|
4773
|
-
name: "
|
|
5627
|
+
name: "String",
|
|
4774
5628
|
},
|
|
4775
|
-
},
|
|
4776
|
-
serializedName: "properties.
|
|
5629
|
+
}, messageForActivation: {
|
|
5630
|
+
serializedName: "properties.messageForActivation",
|
|
4777
5631
|
type: {
|
|
4778
5632
|
name: "String",
|
|
4779
5633
|
},
|
|
@@ -4981,6 +5835,122 @@ exports.SystemTopic = {
|
|
|
4981
5835
|
} }),
|
|
4982
5836
|
},
|
|
4983
5837
|
};
|
|
5838
|
+
exports.Topic = {
|
|
5839
|
+
type: {
|
|
5840
|
+
name: "Composite",
|
|
5841
|
+
className: "Topic",
|
|
5842
|
+
modelProperties: Object.assign(Object.assign({}, exports.TrackedResource.type.modelProperties), { sku: {
|
|
5843
|
+
serializedName: "sku",
|
|
5844
|
+
type: {
|
|
5845
|
+
name: "Composite",
|
|
5846
|
+
className: "ResourceSku",
|
|
5847
|
+
},
|
|
5848
|
+
}, identity: {
|
|
5849
|
+
serializedName: "identity",
|
|
5850
|
+
type: {
|
|
5851
|
+
name: "Composite",
|
|
5852
|
+
className: "IdentityInfo",
|
|
5853
|
+
},
|
|
5854
|
+
}, kind: {
|
|
5855
|
+
defaultValue: "Azure",
|
|
5856
|
+
serializedName: "kind",
|
|
5857
|
+
type: {
|
|
5858
|
+
name: "String",
|
|
5859
|
+
},
|
|
5860
|
+
}, extendedLocation: {
|
|
5861
|
+
serializedName: "extendedLocation",
|
|
5862
|
+
type: {
|
|
5863
|
+
name: "Composite",
|
|
5864
|
+
className: "ExtendedLocation",
|
|
5865
|
+
},
|
|
5866
|
+
}, systemData: {
|
|
5867
|
+
serializedName: "systemData",
|
|
5868
|
+
type: {
|
|
5869
|
+
name: "Composite",
|
|
5870
|
+
className: "SystemData",
|
|
5871
|
+
},
|
|
5872
|
+
}, privateEndpointConnections: {
|
|
5873
|
+
serializedName: "properties.privateEndpointConnections",
|
|
5874
|
+
readOnly: true,
|
|
5875
|
+
type: {
|
|
5876
|
+
name: "Sequence",
|
|
5877
|
+
element: {
|
|
5878
|
+
type: {
|
|
5879
|
+
name: "Composite",
|
|
5880
|
+
className: "PrivateEndpointConnection",
|
|
5881
|
+
},
|
|
5882
|
+
},
|
|
5883
|
+
},
|
|
5884
|
+
}, provisioningState: {
|
|
5885
|
+
serializedName: "properties.provisioningState",
|
|
5886
|
+
readOnly: true,
|
|
5887
|
+
type: {
|
|
5888
|
+
name: "String",
|
|
5889
|
+
},
|
|
5890
|
+
}, endpoint: {
|
|
5891
|
+
serializedName: "properties.endpoint",
|
|
5892
|
+
readOnly: true,
|
|
5893
|
+
type: {
|
|
5894
|
+
name: "String",
|
|
5895
|
+
},
|
|
5896
|
+
}, eventTypeInfo: {
|
|
5897
|
+
serializedName: "properties.eventTypeInfo",
|
|
5898
|
+
type: {
|
|
5899
|
+
name: "Composite",
|
|
5900
|
+
className: "EventTypeInfo",
|
|
5901
|
+
},
|
|
5902
|
+
}, minimumTlsVersionAllowed: {
|
|
5903
|
+
serializedName: "properties.minimumTlsVersionAllowed",
|
|
5904
|
+
type: {
|
|
5905
|
+
name: "String",
|
|
5906
|
+
},
|
|
5907
|
+
}, inputSchema: {
|
|
5908
|
+
serializedName: "properties.inputSchema",
|
|
5909
|
+
type: {
|
|
5910
|
+
name: "String",
|
|
5911
|
+
},
|
|
5912
|
+
}, inputSchemaMapping: {
|
|
5913
|
+
serializedName: "properties.inputSchemaMapping",
|
|
5914
|
+
type: {
|
|
5915
|
+
name: "Composite",
|
|
5916
|
+
className: "InputSchemaMapping",
|
|
5917
|
+
},
|
|
5918
|
+
}, metricResourceId: {
|
|
5919
|
+
serializedName: "properties.metricResourceId",
|
|
5920
|
+
readOnly: true,
|
|
5921
|
+
type: {
|
|
5922
|
+
name: "String",
|
|
5923
|
+
},
|
|
5924
|
+
}, publicNetworkAccess: {
|
|
5925
|
+
serializedName: "properties.publicNetworkAccess",
|
|
5926
|
+
type: {
|
|
5927
|
+
name: "String",
|
|
5928
|
+
},
|
|
5929
|
+
}, inboundIpRules: {
|
|
5930
|
+
serializedName: "properties.inboundIpRules",
|
|
5931
|
+
type: {
|
|
5932
|
+
name: "Sequence",
|
|
5933
|
+
element: {
|
|
5934
|
+
type: {
|
|
5935
|
+
name: "Composite",
|
|
5936
|
+
className: "InboundIpRule",
|
|
5937
|
+
},
|
|
5938
|
+
},
|
|
5939
|
+
},
|
|
5940
|
+
}, disableLocalAuth: {
|
|
5941
|
+
defaultValue: false,
|
|
5942
|
+
serializedName: "properties.disableLocalAuth",
|
|
5943
|
+
type: {
|
|
5944
|
+
name: "Boolean",
|
|
5945
|
+
},
|
|
5946
|
+
}, dataResidencyBoundary: {
|
|
5947
|
+
serializedName: "properties.dataResidencyBoundary",
|
|
5948
|
+
type: {
|
|
5949
|
+
name: "String",
|
|
5950
|
+
},
|
|
5951
|
+
} }),
|
|
5952
|
+
},
|
|
5953
|
+
};
|
|
4984
5954
|
exports.CaCertificatesDeleteHeaders = {
|
|
4985
5955
|
type: {
|
|
4986
5956
|
name: "Composite",
|
|
@@ -5065,10 +6035,10 @@ exports.DomainTopicsDeleteHeaders = {
|
|
|
5065
6035
|
},
|
|
5066
6036
|
},
|
|
5067
6037
|
};
|
|
5068
|
-
exports.
|
|
6038
|
+
exports.DomainTopicEventSubscriptionsDeleteHeaders = {
|
|
5069
6039
|
type: {
|
|
5070
6040
|
name: "Composite",
|
|
5071
|
-
className: "
|
|
6041
|
+
className: "DomainTopicEventSubscriptionsDeleteHeaders",
|
|
5072
6042
|
modelProperties: {
|
|
5073
6043
|
location: {
|
|
5074
6044
|
serializedName: "location",
|
|
@@ -5079,10 +6049,10 @@ exports.TopicEventSubscriptionsDeleteHeaders = {
|
|
|
5079
6049
|
},
|
|
5080
6050
|
},
|
|
5081
6051
|
};
|
|
5082
|
-
exports.
|
|
6052
|
+
exports.TopicEventSubscriptionsDeleteHeaders = {
|
|
5083
6053
|
type: {
|
|
5084
6054
|
name: "Composite",
|
|
5085
|
-
className: "
|
|
6055
|
+
className: "TopicEventSubscriptionsDeleteHeaders",
|
|
5086
6056
|
modelProperties: {
|
|
5087
6057
|
location: {
|
|
5088
6058
|
serializedName: "location",
|
|
@@ -5093,10 +6063,10 @@ exports.DomainEventSubscriptionsDeleteHeaders = {
|
|
|
5093
6063
|
},
|
|
5094
6064
|
},
|
|
5095
6065
|
};
|
|
5096
|
-
exports.
|
|
6066
|
+
exports.DomainEventSubscriptionsDeleteHeaders = {
|
|
5097
6067
|
type: {
|
|
5098
6068
|
name: "Composite",
|
|
5099
|
-
className: "
|
|
6069
|
+
className: "DomainEventSubscriptionsDeleteHeaders",
|
|
5100
6070
|
modelProperties: {
|
|
5101
6071
|
location: {
|
|
5102
6072
|
serializedName: "location",
|
|
@@ -5107,10 +6077,10 @@ exports.NamespaceTopicEventSubscriptionsDeleteHeaders = {
|
|
|
5107
6077
|
},
|
|
5108
6078
|
},
|
|
5109
6079
|
};
|
|
5110
|
-
exports.
|
|
6080
|
+
exports.EventSubscriptionsDeleteHeaders = {
|
|
5111
6081
|
type: {
|
|
5112
6082
|
name: "Composite",
|
|
5113
|
-
className: "
|
|
6083
|
+
className: "EventSubscriptionsDeleteHeaders",
|
|
5114
6084
|
modelProperties: {
|
|
5115
6085
|
location: {
|
|
5116
6086
|
serializedName: "location",
|
|
@@ -5121,10 +6091,10 @@ exports.NamespaceTopicEventSubscriptionsUpdateHeaders = {
|
|
|
5121
6091
|
},
|
|
5122
6092
|
},
|
|
5123
6093
|
};
|
|
5124
|
-
exports.
|
|
6094
|
+
exports.SystemTopicEventSubscriptionsDeleteHeaders = {
|
|
5125
6095
|
type: {
|
|
5126
6096
|
name: "Composite",
|
|
5127
|
-
className: "
|
|
6097
|
+
className: "SystemTopicEventSubscriptionsDeleteHeaders",
|
|
5128
6098
|
modelProperties: {
|
|
5129
6099
|
location: {
|
|
5130
6100
|
serializedName: "location",
|
|
@@ -5135,10 +6105,10 @@ exports.EventSubscriptionsDeleteHeaders = {
|
|
|
5135
6105
|
},
|
|
5136
6106
|
},
|
|
5137
6107
|
};
|
|
5138
|
-
exports.
|
|
6108
|
+
exports.NamespaceTopicEventSubscriptionsDeleteHeaders = {
|
|
5139
6109
|
type: {
|
|
5140
6110
|
name: "Composite",
|
|
5141
|
-
className: "
|
|
6111
|
+
className: "NamespaceTopicEventSubscriptionsDeleteHeaders",
|
|
5142
6112
|
modelProperties: {
|
|
5143
6113
|
location: {
|
|
5144
6114
|
serializedName: "location",
|
|
@@ -5149,10 +6119,10 @@ exports.DomainTopicEventSubscriptionsDeleteHeaders = {
|
|
|
5149
6119
|
},
|
|
5150
6120
|
},
|
|
5151
6121
|
};
|
|
5152
|
-
exports.
|
|
6122
|
+
exports.NamespaceTopicEventSubscriptionsUpdateHeaders = {
|
|
5153
6123
|
type: {
|
|
5154
6124
|
name: "Composite",
|
|
5155
|
-
className: "
|
|
6125
|
+
className: "NamespaceTopicEventSubscriptionsUpdateHeaders",
|
|
5156
6126
|
modelProperties: {
|
|
5157
6127
|
location: {
|
|
5158
6128
|
serializedName: "location",
|
|
@@ -5275,10 +6245,10 @@ exports.NamespaceTopicsRegenerateKeyHeaders = {
|
|
|
5275
6245
|
},
|
|
5276
6246
|
},
|
|
5277
6247
|
};
|
|
5278
|
-
exports.
|
|
6248
|
+
exports.PartnerConfigurationsDeleteHeaders = {
|
|
5279
6249
|
type: {
|
|
5280
6250
|
name: "Composite",
|
|
5281
|
-
className: "
|
|
6251
|
+
className: "PartnerConfigurationsDeleteHeaders",
|
|
5282
6252
|
modelProperties: {
|
|
5283
6253
|
location: {
|
|
5284
6254
|
serializedName: "location",
|
|
@@ -5289,10 +6259,10 @@ exports.TopicsDeleteHeaders = {
|
|
|
5289
6259
|
},
|
|
5290
6260
|
},
|
|
5291
6261
|
};
|
|
5292
|
-
exports.
|
|
6262
|
+
exports.PartnerDestinationsDeleteHeaders = {
|
|
5293
6263
|
type: {
|
|
5294
6264
|
name: "Composite",
|
|
5295
|
-
className: "
|
|
6265
|
+
className: "PartnerDestinationsDeleteHeaders",
|
|
5296
6266
|
modelProperties: {
|
|
5297
6267
|
location: {
|
|
5298
6268
|
serializedName: "location",
|
|
@@ -5303,10 +6273,10 @@ exports.TopicsRegenerateKeyHeaders = {
|
|
|
5303
6273
|
},
|
|
5304
6274
|
},
|
|
5305
6275
|
};
|
|
5306
|
-
exports.
|
|
6276
|
+
exports.PartnerDestinationsUpdateHeaders = {
|
|
5307
6277
|
type: {
|
|
5308
6278
|
name: "Composite",
|
|
5309
|
-
className: "
|
|
6279
|
+
className: "PartnerDestinationsUpdateHeaders",
|
|
5310
6280
|
modelProperties: {
|
|
5311
6281
|
location: {
|
|
5312
6282
|
serializedName: "location",
|
|
@@ -5331,6 +6301,20 @@ exports.PartnerNamespacesDeleteHeaders = {
|
|
|
5331
6301
|
},
|
|
5332
6302
|
},
|
|
5333
6303
|
};
|
|
6304
|
+
exports.PartnerRegistrationsCreateOrUpdateHeaders = {
|
|
6305
|
+
type: {
|
|
6306
|
+
name: "Composite",
|
|
6307
|
+
className: "PartnerRegistrationsCreateOrUpdateHeaders",
|
|
6308
|
+
modelProperties: {
|
|
6309
|
+
location: {
|
|
6310
|
+
serializedName: "location",
|
|
6311
|
+
type: {
|
|
6312
|
+
name: "String",
|
|
6313
|
+
},
|
|
6314
|
+
},
|
|
6315
|
+
},
|
|
6316
|
+
},
|
|
6317
|
+
};
|
|
5334
6318
|
exports.PartnerRegistrationsDeleteHeaders = {
|
|
5335
6319
|
type: {
|
|
5336
6320
|
name: "Composite",
|
|
@@ -5359,6 +6343,20 @@ exports.PartnerTopicsDeleteHeaders = {
|
|
|
5359
6343
|
},
|
|
5360
6344
|
},
|
|
5361
6345
|
};
|
|
6346
|
+
exports.NetworkSecurityPerimeterConfigurationsReconcileHeaders = {
|
|
6347
|
+
type: {
|
|
6348
|
+
name: "Composite",
|
|
6349
|
+
className: "NetworkSecurityPerimeterConfigurationsReconcileHeaders",
|
|
6350
|
+
modelProperties: {
|
|
6351
|
+
location: {
|
|
6352
|
+
serializedName: "location",
|
|
6353
|
+
type: {
|
|
6354
|
+
name: "String",
|
|
6355
|
+
},
|
|
6356
|
+
},
|
|
6357
|
+
},
|
|
6358
|
+
},
|
|
6359
|
+
};
|
|
5362
6360
|
exports.PermissionBindingsDeleteHeaders = {
|
|
5363
6361
|
type: {
|
|
5364
6362
|
name: "Composite",
|
|
@@ -5401,6 +6399,34 @@ exports.SystemTopicsDeleteHeaders = {
|
|
|
5401
6399
|
},
|
|
5402
6400
|
},
|
|
5403
6401
|
};
|
|
6402
|
+
exports.TopicsDeleteHeaders = {
|
|
6403
|
+
type: {
|
|
6404
|
+
name: "Composite",
|
|
6405
|
+
className: "TopicsDeleteHeaders",
|
|
6406
|
+
modelProperties: {
|
|
6407
|
+
location: {
|
|
6408
|
+
serializedName: "location",
|
|
6409
|
+
type: {
|
|
6410
|
+
name: "String",
|
|
6411
|
+
},
|
|
6412
|
+
},
|
|
6413
|
+
},
|
|
6414
|
+
},
|
|
6415
|
+
};
|
|
6416
|
+
exports.TopicsRegenerateKeyHeaders = {
|
|
6417
|
+
type: {
|
|
6418
|
+
name: "Composite",
|
|
6419
|
+
className: "TopicsRegenerateKeyHeaders",
|
|
6420
|
+
modelProperties: {
|
|
6421
|
+
location: {
|
|
6422
|
+
serializedName: "location",
|
|
6423
|
+
type: {
|
|
6424
|
+
name: "String",
|
|
6425
|
+
},
|
|
6426
|
+
},
|
|
6427
|
+
},
|
|
6428
|
+
},
|
|
6429
|
+
};
|
|
5404
6430
|
exports.TopicSpacesDeleteHeaders = {
|
|
5405
6431
|
type: {
|
|
5406
6432
|
name: "Composite",
|
|
@@ -5416,6 +6442,8 @@ exports.TopicSpacesDeleteHeaders = {
|
|
|
5416
6442
|
},
|
|
5417
6443
|
};
|
|
5418
6444
|
exports.discriminators = {
|
|
6445
|
+
PartnerDestinationInfo: exports.PartnerDestinationInfo,
|
|
6446
|
+
PartnerUpdateDestinationInfo: exports.PartnerUpdateDestinationInfo,
|
|
5419
6447
|
InputSchemaMapping: exports.InputSchemaMapping,
|
|
5420
6448
|
DeliveryAttributeMapping: exports.DeliveryAttributeMapping,
|
|
5421
6449
|
DeadLetterDestination: exports.DeadLetterDestination,
|
|
@@ -5423,6 +6451,9 @@ exports.discriminators = {
|
|
|
5423
6451
|
Filter: exports.Filter,
|
|
5424
6452
|
AdvancedFilter: exports.AdvancedFilter,
|
|
5425
6453
|
StaticRoutingEnrichment: exports.StaticRoutingEnrichment,
|
|
6454
|
+
PartnerClientAuthentication: exports.PartnerClientAuthentication,
|
|
6455
|
+
"PartnerDestinationInfo.WebHook": exports.WebhookPartnerDestinationInfo,
|
|
6456
|
+
"PartnerUpdateDestinationInfo.WebHook": exports.WebhookUpdatePartnerDestinationInfo,
|
|
5426
6457
|
"InputSchemaMapping.Json": exports.JsonInputSchemaMapping,
|
|
5427
6458
|
"DeliveryAttributeMapping.Static": exports.StaticDeliveryAttributeMapping,
|
|
5428
6459
|
"DeliveryAttributeMapping.Dynamic": exports.DynamicDeliveryAttributeMapping,
|
|
@@ -5434,6 +6465,7 @@ exports.discriminators = {
|
|
|
5434
6465
|
"EventSubscriptionDestination.ServiceBusQueue": exports.ServiceBusQueueEventSubscriptionDestination,
|
|
5435
6466
|
"EventSubscriptionDestination.ServiceBusTopic": exports.ServiceBusTopicEventSubscriptionDestination,
|
|
5436
6467
|
"EventSubscriptionDestination.AzureFunction": exports.AzureFunctionEventSubscriptionDestination,
|
|
6468
|
+
"EventSubscriptionDestination.PartnerDestination": exports.PartnerEventSubscriptionDestination,
|
|
5437
6469
|
"EventSubscriptionDestination.MonitorAlert": exports.MonitorAlertEventSubscriptionDestination,
|
|
5438
6470
|
"EventSubscriptionDestination.NamespaceTopic": exports.NamespaceTopicEventSubscriptionDestination,
|
|
5439
6471
|
"Filter.NumberIn": exports.NumberInFilter,
|
|
@@ -5475,5 +6507,6 @@ exports.discriminators = {
|
|
|
5475
6507
|
"AdvancedFilter.IsNullOrUndefined": exports.IsNullOrUndefinedAdvancedFilter,
|
|
5476
6508
|
"AdvancedFilter.IsNotNull": exports.IsNotNullAdvancedFilter,
|
|
5477
6509
|
"StaticRoutingEnrichment.String": exports.StaticStringRoutingEnrichment,
|
|
6510
|
+
"PartnerClientAuthentication.AzureAD": exports.AzureADPartnerClientAuthentication,
|
|
5478
6511
|
};
|
|
5479
6512
|
//# sourceMappingURL=mappers.js.map
|