@azure/arm-eventgrid 14.2.0 → 15.0.0-alpha.20250730.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 +54 -12
- package/dist/browser/eventGridManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +7 -3
- 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 +2025 -563
- 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/caCertificates.js +45 -52
- package/dist/browser/operations/caCertificates.js.map +1 -1
- package/dist/browser/operations/channels.js +34 -46
- package/dist/browser/operations/channels.js.map +1 -1
- package/dist/browser/operations/clientGroups.js +45 -52
- package/dist/browser/operations/clientGroups.js.map +1 -1
- package/dist/browser/operations/clients.js +45 -52
- package/dist/browser/operations/clients.js.map +1 -1
- package/dist/browser/operations/domainEventSubscriptions.js +56 -58
- package/dist/browser/operations/domainEventSubscriptions.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 +94 -96
- package/dist/browser/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/browser/operations/domainTopics.js +45 -52
- package/dist/browser/operations/domainTopics.js.map +1 -1
- package/dist/browser/operations/domains.js +78 -97
- package/dist/browser/operations/domains.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 +288 -443
- package/dist/browser/operations/eventSubscriptions.js.map +1 -1
- package/dist/browser/operations/extensionTopics.js +1 -0
- package/dist/browser/operations/extensionTopics.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/namespaceTopicEventSubscriptions.js +56 -58
- package/dist/browser/operations/namespaceTopicEventSubscriptions.js.map +1 -1
- package/dist/browser/operations/namespaceTopics.js +67 -64
- package/dist/browser/operations/namespaceTopics.js.map +1 -1
- package/dist/browser/operations/namespaces.js +100 -109
- package/dist/browser/operations/namespaces.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 +244 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/browser/operations/operations.js +10 -27
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/partnerConfigurations.js +65 -84
- package/dist/browser/operations/partnerConfigurations.js.map +1 -1
- 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 +555 -0
- package/dist/browser/operations/partnerDestinations.js.map +1 -0
- package/dist/browser/operations/partnerNamespaces.js +78 -97
- package/dist/browser/operations/partnerNamespaces.js.map +1 -1
- package/dist/browser/operations/partnerRegistrations.js +78 -97
- package/dist/browser/operations/partnerRegistrations.js.map +1 -1
- package/dist/browser/operations/partnerTopicEventSubscriptions.js +56 -58
- package/dist/browser/operations/partnerTopicEventSubscriptions.js.map +1 -1
- package/dist/browser/operations/partnerTopics.js +56 -85
- package/dist/browser/operations/partnerTopics.js.map +1 -1
- package/dist/browser/operations/permissionBindings.js +45 -52
- package/dist/browser/operations/permissionBindings.js.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.js +45 -52
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/privateLinkResources.js +23 -40
- package/dist/browser/operations/privateLinkResources.js.map +1 -1
- 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 +86 -88
- package/dist/browser/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/browser/operations/systemTopics.js +78 -97
- package/dist/browser/operations/systemTopics.js.map +1 -1
- package/dist/browser/operations/topicEventSubscriptions.js +56 -58
- package/dist/browser/operations/topicEventSubscriptions.js.map +1 -1
- package/dist/browser/operations/topicSpaces.js +45 -52
- package/dist/browser/operations/topicSpaces.js.map +1 -1
- package/dist/browser/operations/topicTypes.js +19 -53
- package/dist/browser/operations/topicTypes.js.map +1 -1
- package/dist/browser/operations/topics.js +98 -129
- package/dist/browser/operations/topics.js.map +1 -1
- package/dist/browser/operations/verifiedPartners.js +23 -40
- package/dist/browser/operations/verifiedPartners.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/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.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 +53 -11
- package/dist/commonjs/eventGridManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- 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 +2030 -568
- 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/caCertificates.js +45 -51
- package/dist/commonjs/operations/caCertificates.js.map +1 -1
- package/dist/commonjs/operations/channels.js +34 -45
- package/dist/commonjs/operations/channels.js.map +1 -1
- package/dist/commonjs/operations/clientGroups.js +45 -51
- package/dist/commonjs/operations/clientGroups.js.map +1 -1
- package/dist/commonjs/operations/clients.js +45 -51
- package/dist/commonjs/operations/clients.js.map +1 -1
- package/dist/commonjs/operations/domainEventSubscriptions.js +56 -57
- package/dist/commonjs/operations/domainEventSubscriptions.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 +94 -95
- package/dist/commonjs/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/operations/domainTopics.js +45 -51
- package/dist/commonjs/operations/domainTopics.js.map +1 -1
- package/dist/commonjs/operations/domains.js +78 -96
- package/dist/commonjs/operations/domains.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 +288 -442
- package/dist/commonjs/operations/eventSubscriptions.js.map +1 -1
- package/dist/commonjs/operations/extensionTopics.js +1 -0
- package/dist/commonjs/operations/extensionTopics.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/namespaceTopicEventSubscriptions.js +56 -57
- package/dist/commonjs/operations/namespaceTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/operations/namespaceTopics.js +67 -63
- package/dist/commonjs/operations/namespaceTopics.js.map +1 -1
- package/dist/commonjs/operations/namespaces.js +100 -108
- package/dist/commonjs/operations/namespaces.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 +249 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operations/operations.js +10 -26
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/partnerConfigurations.js +65 -83
- package/dist/commonjs/operations/partnerConfigurations.js.map +1 -1
- 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 +560 -0
- package/dist/commonjs/operations/partnerDestinations.js.map +1 -0
- package/dist/commonjs/operations/partnerNamespaces.js +78 -96
- package/dist/commonjs/operations/partnerNamespaces.js.map +1 -1
- package/dist/commonjs/operations/partnerRegistrations.js +78 -96
- package/dist/commonjs/operations/partnerRegistrations.js.map +1 -1
- package/dist/commonjs/operations/partnerTopicEventSubscriptions.js +56 -57
- package/dist/commonjs/operations/partnerTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/operations/partnerTopics.js +56 -84
- package/dist/commonjs/operations/partnerTopics.js.map +1 -1
- package/dist/commonjs/operations/permissionBindings.js +45 -51
- package/dist/commonjs/operations/permissionBindings.js.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +45 -51
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.js +23 -39
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
- 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 +86 -87
- package/dist/commonjs/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/operations/systemTopics.js +78 -96
- package/dist/commonjs/operations/systemTopics.js.map +1 -1
- package/dist/commonjs/operations/topicEventSubscriptions.js +56 -57
- package/dist/commonjs/operations/topicEventSubscriptions.js.map +1 -1
- package/dist/commonjs/operations/topicSpaces.js +45 -51
- package/dist/commonjs/operations/topicSpaces.js.map +1 -1
- package/dist/commonjs/operations/topicTypes.js +19 -52
- package/dist/commonjs/operations/topicTypes.js.map +1 -1
- package/dist/commonjs/operations/topics.js +98 -128
- package/dist/commonjs/operations/topics.js.map +1 -1
- package/dist/commonjs/operations/verifiedPartners.js +23 -39
- package/dist/commonjs/operations/verifiedPartners.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/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.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 +54 -12
- package/dist/esm/eventGridManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +7 -3
- 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 +2025 -563
- 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/caCertificates.js +45 -52
- package/dist/esm/operations/caCertificates.js.map +1 -1
- package/dist/esm/operations/channels.js +34 -46
- package/dist/esm/operations/channels.js.map +1 -1
- package/dist/esm/operations/clientGroups.js +45 -52
- package/dist/esm/operations/clientGroups.js.map +1 -1
- package/dist/esm/operations/clients.js +45 -52
- package/dist/esm/operations/clients.js.map +1 -1
- package/dist/esm/operations/domainEventSubscriptions.js +56 -58
- package/dist/esm/operations/domainEventSubscriptions.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 +94 -96
- package/dist/esm/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/esm/operations/domainTopics.js +45 -52
- package/dist/esm/operations/domainTopics.js.map +1 -1
- package/dist/esm/operations/domains.js +78 -97
- package/dist/esm/operations/domains.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 +288 -443
- package/dist/esm/operations/eventSubscriptions.js.map +1 -1
- package/dist/esm/operations/extensionTopics.js +1 -0
- package/dist/esm/operations/extensionTopics.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/namespaceTopicEventSubscriptions.js +56 -58
- package/dist/esm/operations/namespaceTopicEventSubscriptions.js.map +1 -1
- package/dist/esm/operations/namespaceTopics.js +67 -64
- package/dist/esm/operations/namespaceTopics.js.map +1 -1
- package/dist/esm/operations/namespaces.js +100 -109
- package/dist/esm/operations/namespaces.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 +244 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operations/operations.js +10 -27
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/partnerConfigurations.js +65 -84
- package/dist/esm/operations/partnerConfigurations.js.map +1 -1
- 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 +555 -0
- package/dist/esm/operations/partnerDestinations.js.map +1 -0
- package/dist/esm/operations/partnerNamespaces.js +78 -97
- package/dist/esm/operations/partnerNamespaces.js.map +1 -1
- package/dist/esm/operations/partnerRegistrations.js +78 -97
- package/dist/esm/operations/partnerRegistrations.js.map +1 -1
- package/dist/esm/operations/partnerTopicEventSubscriptions.js +56 -58
- package/dist/esm/operations/partnerTopicEventSubscriptions.js.map +1 -1
- package/dist/esm/operations/partnerTopics.js +56 -85
- package/dist/esm/operations/partnerTopics.js.map +1 -1
- package/dist/esm/operations/permissionBindings.js +45 -52
- package/dist/esm/operations/permissionBindings.js.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.js +45 -52
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/privateLinkResources.js +23 -40
- package/dist/esm/operations/privateLinkResources.js.map +1 -1
- 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 +86 -88
- package/dist/esm/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/esm/operations/systemTopics.js +78 -97
- package/dist/esm/operations/systemTopics.js.map +1 -1
- package/dist/esm/operations/topicEventSubscriptions.js +56 -58
- package/dist/esm/operations/topicEventSubscriptions.js.map +1 -1
- package/dist/esm/operations/topicSpaces.js +45 -52
- package/dist/esm/operations/topicSpaces.js.map +1 -1
- package/dist/esm/operations/topicTypes.js +19 -53
- package/dist/esm/operations/topicTypes.js.map +1 -1
- package/dist/esm/operations/topics.js +98 -129
- package/dist/esm/operations/topics.js.map +1 -1
- package/dist/esm/operations/verifiedPartners.js +23 -40
- package/dist/esm/operations/verifiedPartners.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/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.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 +54 -12
- 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 +7 -3
- 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 +2025 -563
- 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/caCertificates.js +45 -52
- package/dist/react-native/operations/caCertificates.js.map +1 -1
- package/dist/react-native/operations/channels.js +34 -46
- package/dist/react-native/operations/channels.js.map +1 -1
- package/dist/react-native/operations/clientGroups.js +45 -52
- package/dist/react-native/operations/clientGroups.js.map +1 -1
- package/dist/react-native/operations/clients.js +45 -52
- package/dist/react-native/operations/clients.js.map +1 -1
- package/dist/react-native/operations/domainEventSubscriptions.js +56 -58
- package/dist/react-native/operations/domainEventSubscriptions.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 +94 -96
- package/dist/react-native/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist/react-native/operations/domainTopics.js +45 -52
- package/dist/react-native/operations/domainTopics.js.map +1 -1
- package/dist/react-native/operations/domains.js +78 -97
- package/dist/react-native/operations/domains.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 +288 -443
- package/dist/react-native/operations/eventSubscriptions.js.map +1 -1
- package/dist/react-native/operations/extensionTopics.js +1 -0
- package/dist/react-native/operations/extensionTopics.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/namespaceTopicEventSubscriptions.js +56 -58
- package/dist/react-native/operations/namespaceTopicEventSubscriptions.js.map +1 -1
- package/dist/react-native/operations/namespaceTopics.js +67 -64
- package/dist/react-native/operations/namespaceTopics.js.map +1 -1
- package/dist/react-native/operations/namespaces.js +100 -109
- package/dist/react-native/operations/namespaces.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 +244 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operations/operations.js +10 -27
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/partnerConfigurations.js +65 -84
- package/dist/react-native/operations/partnerConfigurations.js.map +1 -1
- 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 +555 -0
- package/dist/react-native/operations/partnerDestinations.js.map +1 -0
- package/dist/react-native/operations/partnerNamespaces.js +78 -97
- package/dist/react-native/operations/partnerNamespaces.js.map +1 -1
- package/dist/react-native/operations/partnerRegistrations.js +78 -97
- package/dist/react-native/operations/partnerRegistrations.js.map +1 -1
- package/dist/react-native/operations/partnerTopicEventSubscriptions.js +56 -58
- package/dist/react-native/operations/partnerTopicEventSubscriptions.js.map +1 -1
- package/dist/react-native/operations/partnerTopics.js +56 -85
- package/dist/react-native/operations/partnerTopics.js.map +1 -1
- package/dist/react-native/operations/permissionBindings.js +45 -52
- package/dist/react-native/operations/permissionBindings.js.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js +45 -52
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/privateLinkResources.js +23 -40
- package/dist/react-native/operations/privateLinkResources.js.map +1 -1
- 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 +86 -88
- package/dist/react-native/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist/react-native/operations/systemTopics.js +78 -97
- package/dist/react-native/operations/systemTopics.js.map +1 -1
- package/dist/react-native/operations/topicEventSubscriptions.js +56 -58
- package/dist/react-native/operations/topicEventSubscriptions.js.map +1 -1
- package/dist/react-native/operations/topicSpaces.js +45 -52
- package/dist/react-native/operations/topicSpaces.js.map +1 -1
- package/dist/react-native/operations/topicTypes.js +19 -53
- package/dist/react-native/operations/topicTypes.js.map +1 -1
- package/dist/react-native/operations/topics.js +98 -129
- package/dist/react-native/operations/topics.js.map +1 -1
- package/dist/react-native/operations/verifiedPartners.js +23 -40
- package/dist/react-native/operations/verifiedPartners.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/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +33 -46
- package/CHANGELOG.md +0 -2065
- package/review/arm-eventgrid.api.md +0 -4226
|
@@ -291,6 +291,88 @@ export const InlineEventProperties = {
|
|
|
291
291
|
},
|
|
292
292
|
},
|
|
293
293
|
};
|
|
294
|
+
export const PartnerDestinationInfo = {
|
|
295
|
+
type: {
|
|
296
|
+
name: "Composite",
|
|
297
|
+
className: "PartnerDestinationInfo",
|
|
298
|
+
uberParent: "PartnerDestinationInfo",
|
|
299
|
+
polymorphicDiscriminator: {
|
|
300
|
+
serializedName: "endpointType",
|
|
301
|
+
clientName: "endpointType",
|
|
302
|
+
},
|
|
303
|
+
modelProperties: {
|
|
304
|
+
azureSubscriptionId: {
|
|
305
|
+
serializedName: "azureSubscriptionId",
|
|
306
|
+
type: {
|
|
307
|
+
name: "String",
|
|
308
|
+
},
|
|
309
|
+
},
|
|
310
|
+
resourceGroupName: {
|
|
311
|
+
serializedName: "resourceGroupName",
|
|
312
|
+
type: {
|
|
313
|
+
name: "String",
|
|
314
|
+
},
|
|
315
|
+
},
|
|
316
|
+
name: {
|
|
317
|
+
serializedName: "name",
|
|
318
|
+
type: {
|
|
319
|
+
name: "String",
|
|
320
|
+
},
|
|
321
|
+
},
|
|
322
|
+
endpointType: {
|
|
323
|
+
serializedName: "endpointType",
|
|
324
|
+
required: true,
|
|
325
|
+
type: {
|
|
326
|
+
name: "String",
|
|
327
|
+
},
|
|
328
|
+
},
|
|
329
|
+
endpointServiceContext: {
|
|
330
|
+
serializedName: "endpointServiceContext",
|
|
331
|
+
type: {
|
|
332
|
+
name: "String",
|
|
333
|
+
},
|
|
334
|
+
},
|
|
335
|
+
resourceMoveChangeHistory: {
|
|
336
|
+
serializedName: "resourceMoveChangeHistory",
|
|
337
|
+
type: {
|
|
338
|
+
name: "Sequence",
|
|
339
|
+
element: {
|
|
340
|
+
type: {
|
|
341
|
+
name: "Composite",
|
|
342
|
+
className: "ResourceMoveChangeHistory",
|
|
343
|
+
},
|
|
344
|
+
},
|
|
345
|
+
},
|
|
346
|
+
},
|
|
347
|
+
},
|
|
348
|
+
},
|
|
349
|
+
};
|
|
350
|
+
export const ResourceMoveChangeHistory = {
|
|
351
|
+
type: {
|
|
352
|
+
name: "Composite",
|
|
353
|
+
className: "ResourceMoveChangeHistory",
|
|
354
|
+
modelProperties: {
|
|
355
|
+
azureSubscriptionId: {
|
|
356
|
+
serializedName: "azureSubscriptionId",
|
|
357
|
+
type: {
|
|
358
|
+
name: "String",
|
|
359
|
+
},
|
|
360
|
+
},
|
|
361
|
+
resourceGroupName: {
|
|
362
|
+
serializedName: "resourceGroupName",
|
|
363
|
+
type: {
|
|
364
|
+
name: "String",
|
|
365
|
+
},
|
|
366
|
+
},
|
|
367
|
+
changedTimeUtc: {
|
|
368
|
+
serializedName: "changedTimeUtc",
|
|
369
|
+
type: {
|
|
370
|
+
name: "DateTime",
|
|
371
|
+
},
|
|
372
|
+
},
|
|
373
|
+
},
|
|
374
|
+
},
|
|
375
|
+
};
|
|
294
376
|
export const ChannelUpdateParameters = {
|
|
295
377
|
type: {
|
|
296
378
|
name: "Composite",
|
|
@@ -302,6 +384,13 @@ export const ChannelUpdateParameters = {
|
|
|
302
384
|
name: "DateTime",
|
|
303
385
|
},
|
|
304
386
|
},
|
|
387
|
+
partnerDestinationInfo: {
|
|
388
|
+
serializedName: "properties.partnerDestinationInfo",
|
|
389
|
+
type: {
|
|
390
|
+
name: "Composite",
|
|
391
|
+
className: "PartnerUpdateDestinationInfo",
|
|
392
|
+
},
|
|
393
|
+
},
|
|
305
394
|
partnerTopicInfo: {
|
|
306
395
|
serializedName: "properties.partnerTopicInfo",
|
|
307
396
|
type: {
|
|
@@ -312,6 +401,26 @@ export const ChannelUpdateParameters = {
|
|
|
312
401
|
},
|
|
313
402
|
},
|
|
314
403
|
};
|
|
404
|
+
export const PartnerUpdateDestinationInfo = {
|
|
405
|
+
type: {
|
|
406
|
+
name: "Composite",
|
|
407
|
+
className: "PartnerUpdateDestinationInfo",
|
|
408
|
+
uberParent: "PartnerUpdateDestinationInfo",
|
|
409
|
+
polymorphicDiscriminator: {
|
|
410
|
+
serializedName: "endpointType",
|
|
411
|
+
clientName: "endpointType",
|
|
412
|
+
},
|
|
413
|
+
modelProperties: {
|
|
414
|
+
endpointType: {
|
|
415
|
+
serializedName: "endpointType",
|
|
416
|
+
required: true,
|
|
417
|
+
type: {
|
|
418
|
+
name: "String",
|
|
419
|
+
},
|
|
420
|
+
},
|
|
421
|
+
},
|
|
422
|
+
},
|
|
423
|
+
};
|
|
315
424
|
export const PartnerUpdateTopicInfo = {
|
|
316
425
|
type: {
|
|
317
426
|
name: "Composite",
|
|
@@ -524,6 +633,21 @@ export const InboundIpRule = {
|
|
|
524
633
|
},
|
|
525
634
|
},
|
|
526
635
|
};
|
|
636
|
+
export const ResourceSku = {
|
|
637
|
+
type: {
|
|
638
|
+
name: "Composite",
|
|
639
|
+
className: "ResourceSku",
|
|
640
|
+
modelProperties: {
|
|
641
|
+
name: {
|
|
642
|
+
defaultValue: "Basic",
|
|
643
|
+
serializedName: "name",
|
|
644
|
+
type: {
|
|
645
|
+
name: "String",
|
|
646
|
+
},
|
|
647
|
+
},
|
|
648
|
+
},
|
|
649
|
+
},
|
|
650
|
+
};
|
|
527
651
|
export const IdentityInfo = {
|
|
528
652
|
type: {
|
|
529
653
|
name: "Composite",
|
|
@@ -598,6 +722,13 @@ export const DomainUpdateParameters = {
|
|
|
598
722
|
className: "IdentityInfo",
|
|
599
723
|
},
|
|
600
724
|
},
|
|
725
|
+
sku: {
|
|
726
|
+
serializedName: "sku",
|
|
727
|
+
type: {
|
|
728
|
+
name: "Composite",
|
|
729
|
+
className: "ResourceSku",
|
|
730
|
+
},
|
|
731
|
+
},
|
|
601
732
|
publicNetworkAccess: {
|
|
602
733
|
serializedName: "properties.publicNetworkAccess",
|
|
603
734
|
type: {
|
|
@@ -889,6 +1020,28 @@ export const EventSubscriptionIdentity = {
|
|
|
889
1020
|
name: "String",
|
|
890
1021
|
},
|
|
891
1022
|
},
|
|
1023
|
+
federatedIdentityCredentialInfo: {
|
|
1024
|
+
serializedName: "federatedIdentityCredentialInfo",
|
|
1025
|
+
type: {
|
|
1026
|
+
name: "Composite",
|
|
1027
|
+
className: "FederatedIdentityCredentialInfo",
|
|
1028
|
+
},
|
|
1029
|
+
},
|
|
1030
|
+
},
|
|
1031
|
+
},
|
|
1032
|
+
};
|
|
1033
|
+
export const FederatedIdentityCredentialInfo = {
|
|
1034
|
+
type: {
|
|
1035
|
+
name: "Composite",
|
|
1036
|
+
className: "FederatedIdentityCredentialInfo",
|
|
1037
|
+
modelProperties: {
|
|
1038
|
+
federatedClientId: {
|
|
1039
|
+
serializedName: "federatedClientId",
|
|
1040
|
+
required: true,
|
|
1041
|
+
type: {
|
|
1042
|
+
name: "Uuid",
|
|
1043
|
+
},
|
|
1044
|
+
},
|
|
892
1045
|
},
|
|
893
1046
|
},
|
|
894
1047
|
};
|
|
@@ -1083,6 +1236,13 @@ export const SubscriptionUpdateParameters = {
|
|
|
1083
1236
|
name: "DateTime",
|
|
1084
1237
|
},
|
|
1085
1238
|
},
|
|
1239
|
+
tags: {
|
|
1240
|
+
serializedName: "properties.tags",
|
|
1241
|
+
type: {
|
|
1242
|
+
name: "Dictionary",
|
|
1243
|
+
value: { type: { name: "String" } },
|
|
1244
|
+
},
|
|
1245
|
+
},
|
|
1086
1246
|
},
|
|
1087
1247
|
},
|
|
1088
1248
|
};
|
|
@@ -1439,6 +1599,13 @@ export const TopicSpacesConfiguration = {
|
|
|
1439
1599
|
className: "RoutingEnrichments",
|
|
1440
1600
|
},
|
|
1441
1601
|
},
|
|
1602
|
+
clientAuthentication: {
|
|
1603
|
+
serializedName: "clientAuthentication",
|
|
1604
|
+
type: {
|
|
1605
|
+
name: "Composite",
|
|
1606
|
+
className: "ClientAuthenticationSettings",
|
|
1607
|
+
},
|
|
1608
|
+
},
|
|
1442
1609
|
maximumSessionExpiryInHours: {
|
|
1443
1610
|
serializedName: "maximumSessionExpiryInHours",
|
|
1444
1611
|
type: {
|
|
@@ -1551,135 +1718,341 @@ export const DynamicRoutingEnrichment = {
|
|
|
1551
1718
|
},
|
|
1552
1719
|
},
|
|
1553
1720
|
};
|
|
1554
|
-
export const
|
|
1721
|
+
export const ClientAuthenticationSettings = {
|
|
1555
1722
|
type: {
|
|
1556
1723
|
name: "Composite",
|
|
1557
|
-
className: "
|
|
1724
|
+
className: "ClientAuthenticationSettings",
|
|
1558
1725
|
modelProperties: {
|
|
1559
|
-
|
|
1560
|
-
serializedName: "
|
|
1726
|
+
alternativeAuthenticationNameSources: {
|
|
1727
|
+
serializedName: "alternativeAuthenticationNameSources",
|
|
1561
1728
|
type: {
|
|
1562
|
-
name: "
|
|
1729
|
+
name: "Sequence",
|
|
1730
|
+
element: {
|
|
1731
|
+
type: {
|
|
1732
|
+
name: "String",
|
|
1733
|
+
},
|
|
1734
|
+
},
|
|
1563
1735
|
},
|
|
1564
1736
|
},
|
|
1565
|
-
|
|
1566
|
-
serializedName: "
|
|
1737
|
+
customJwtAuthentication: {
|
|
1738
|
+
serializedName: "customJwtAuthentication",
|
|
1567
1739
|
type: {
|
|
1568
|
-
name: "
|
|
1740
|
+
name: "Composite",
|
|
1741
|
+
className: "CustomJwtAuthenticationSettings",
|
|
1742
|
+
},
|
|
1743
|
+
},
|
|
1744
|
+
webhookAuthentication: {
|
|
1745
|
+
serializedName: "webhookAuthentication",
|
|
1746
|
+
type: {
|
|
1747
|
+
name: "Composite",
|
|
1748
|
+
className: "WebhookAuthenticationSettings",
|
|
1569
1749
|
},
|
|
1570
1750
|
},
|
|
1571
1751
|
},
|
|
1572
1752
|
},
|
|
1573
1753
|
};
|
|
1574
|
-
export const
|
|
1754
|
+
export const CustomJwtAuthenticationSettings = {
|
|
1575
1755
|
type: {
|
|
1576
1756
|
name: "Composite",
|
|
1577
|
-
className: "
|
|
1757
|
+
className: "CustomJwtAuthenticationSettings",
|
|
1578
1758
|
modelProperties: {
|
|
1579
|
-
|
|
1580
|
-
serializedName: "
|
|
1759
|
+
tokenIssuer: {
|
|
1760
|
+
serializedName: "tokenIssuer",
|
|
1581
1761
|
type: {
|
|
1582
1762
|
name: "String",
|
|
1583
1763
|
},
|
|
1584
1764
|
},
|
|
1585
|
-
|
|
1586
|
-
serializedName: "
|
|
1765
|
+
issuerCertificates: {
|
|
1766
|
+
serializedName: "issuerCertificates",
|
|
1587
1767
|
type: {
|
|
1588
|
-
name: "
|
|
1768
|
+
name: "Sequence",
|
|
1769
|
+
element: {
|
|
1770
|
+
type: {
|
|
1771
|
+
name: "Composite",
|
|
1772
|
+
className: "IssuerCertificateInfo",
|
|
1773
|
+
},
|
|
1774
|
+
},
|
|
1775
|
+
},
|
|
1776
|
+
},
|
|
1777
|
+
encodedIssuerCertificates: {
|
|
1778
|
+
serializedName: "encodedIssuerCertificates",
|
|
1779
|
+
type: {
|
|
1780
|
+
name: "Sequence",
|
|
1781
|
+
element: {
|
|
1782
|
+
type: {
|
|
1783
|
+
name: "Composite",
|
|
1784
|
+
className: "EncodedIssuerCertificateInfo",
|
|
1785
|
+
},
|
|
1786
|
+
},
|
|
1589
1787
|
},
|
|
1590
1788
|
},
|
|
1591
1789
|
},
|
|
1592
1790
|
},
|
|
1593
1791
|
};
|
|
1594
|
-
export const
|
|
1792
|
+
export const IssuerCertificateInfo = {
|
|
1595
1793
|
type: {
|
|
1596
1794
|
name: "Composite",
|
|
1597
|
-
className: "
|
|
1795
|
+
className: "IssuerCertificateInfo",
|
|
1598
1796
|
modelProperties: {
|
|
1599
|
-
|
|
1600
|
-
serializedName: "
|
|
1797
|
+
certificateUrl: {
|
|
1798
|
+
serializedName: "certificateUrl",
|
|
1799
|
+
required: true,
|
|
1601
1800
|
type: {
|
|
1602
|
-
name: "
|
|
1603
|
-
value: { type: { name: "String" } },
|
|
1801
|
+
name: "String",
|
|
1604
1802
|
},
|
|
1605
1803
|
},
|
|
1606
1804
|
identity: {
|
|
1607
1805
|
serializedName: "identity",
|
|
1608
1806
|
type: {
|
|
1609
1807
|
name: "Composite",
|
|
1610
|
-
className: "
|
|
1611
|
-
},
|
|
1612
|
-
},
|
|
1613
|
-
sku: {
|
|
1614
|
-
serializedName: "sku",
|
|
1615
|
-
type: {
|
|
1616
|
-
name: "Composite",
|
|
1617
|
-
className: "NamespaceSku",
|
|
1808
|
+
className: "CustomJwtAuthenticationManagedIdentity",
|
|
1618
1809
|
},
|
|
1619
1810
|
},
|
|
1620
|
-
|
|
1621
|
-
|
|
1811
|
+
},
|
|
1812
|
+
},
|
|
1813
|
+
};
|
|
1814
|
+
export const CustomJwtAuthenticationManagedIdentity = {
|
|
1815
|
+
type: {
|
|
1816
|
+
name: "Composite",
|
|
1817
|
+
className: "CustomJwtAuthenticationManagedIdentity",
|
|
1818
|
+
modelProperties: {
|
|
1819
|
+
type: {
|
|
1820
|
+
serializedName: "type",
|
|
1821
|
+
required: true,
|
|
1622
1822
|
type: {
|
|
1623
|
-
name: "
|
|
1624
|
-
className: "UpdateTopicSpacesConfigurationInfo",
|
|
1823
|
+
name: "String",
|
|
1625
1824
|
},
|
|
1626
1825
|
},
|
|
1627
|
-
|
|
1628
|
-
serializedName: "
|
|
1826
|
+
userAssignedIdentity: {
|
|
1827
|
+
serializedName: "userAssignedIdentity",
|
|
1629
1828
|
type: {
|
|
1630
|
-
name: "
|
|
1631
|
-
className: "UpdateTopicsConfigurationInfo",
|
|
1829
|
+
name: "String",
|
|
1632
1830
|
},
|
|
1633
1831
|
},
|
|
1634
|
-
|
|
1635
|
-
|
|
1832
|
+
},
|
|
1833
|
+
},
|
|
1834
|
+
};
|
|
1835
|
+
export const EncodedIssuerCertificateInfo = {
|
|
1836
|
+
type: {
|
|
1837
|
+
name: "Composite",
|
|
1838
|
+
className: "EncodedIssuerCertificateInfo",
|
|
1839
|
+
modelProperties: {
|
|
1840
|
+
kid: {
|
|
1841
|
+
serializedName: "kid",
|
|
1842
|
+
required: true,
|
|
1636
1843
|
type: {
|
|
1637
1844
|
name: "String",
|
|
1638
1845
|
},
|
|
1639
1846
|
},
|
|
1640
|
-
|
|
1641
|
-
serializedName: "
|
|
1847
|
+
encodedCertificate: {
|
|
1848
|
+
serializedName: "encodedCertificate",
|
|
1849
|
+
required: true,
|
|
1642
1850
|
type: {
|
|
1643
|
-
name: "
|
|
1644
|
-
element: {
|
|
1645
|
-
type: {
|
|
1646
|
-
name: "Composite",
|
|
1647
|
-
className: "InboundIpRule",
|
|
1648
|
-
},
|
|
1649
|
-
},
|
|
1851
|
+
name: "String",
|
|
1650
1852
|
},
|
|
1651
1853
|
},
|
|
1652
1854
|
},
|
|
1653
1855
|
},
|
|
1654
1856
|
};
|
|
1655
|
-
export const
|
|
1857
|
+
export const WebhookAuthenticationSettings = {
|
|
1656
1858
|
type: {
|
|
1657
1859
|
name: "Composite",
|
|
1658
|
-
className: "
|
|
1860
|
+
className: "WebhookAuthenticationSettings",
|
|
1659
1861
|
modelProperties: {
|
|
1660
|
-
|
|
1661
|
-
serializedName: "
|
|
1862
|
+
identity: {
|
|
1863
|
+
serializedName: "identity",
|
|
1662
1864
|
type: {
|
|
1663
|
-
name: "
|
|
1865
|
+
name: "Composite",
|
|
1866
|
+
className: "CustomWebhookAuthenticationManagedIdentity",
|
|
1664
1867
|
},
|
|
1665
1868
|
},
|
|
1666
|
-
|
|
1667
|
-
serializedName: "
|
|
1869
|
+
endpointUrl: {
|
|
1870
|
+
serializedName: "endpointUrl",
|
|
1871
|
+
required: true,
|
|
1668
1872
|
type: {
|
|
1669
1873
|
name: "String",
|
|
1670
1874
|
},
|
|
1671
1875
|
},
|
|
1672
|
-
|
|
1673
|
-
serializedName: "
|
|
1876
|
+
endpointBaseUrl: {
|
|
1877
|
+
serializedName: "endpointBaseUrl",
|
|
1674
1878
|
type: {
|
|
1675
|
-
name: "
|
|
1676
|
-
className: "RoutingEnrichments",
|
|
1879
|
+
name: "String",
|
|
1677
1880
|
},
|
|
1678
1881
|
},
|
|
1679
|
-
|
|
1680
|
-
serializedName: "
|
|
1882
|
+
azureActiveDirectoryApplicationIdOrUri: {
|
|
1883
|
+
serializedName: "azureActiveDirectoryApplicationIdOrUri",
|
|
1884
|
+
required: true,
|
|
1681
1885
|
type: {
|
|
1682
|
-
name: "
|
|
1886
|
+
name: "String",
|
|
1887
|
+
},
|
|
1888
|
+
},
|
|
1889
|
+
azureActiveDirectoryTenantId: {
|
|
1890
|
+
serializedName: "azureActiveDirectoryTenantId",
|
|
1891
|
+
required: true,
|
|
1892
|
+
type: {
|
|
1893
|
+
name: "String",
|
|
1894
|
+
},
|
|
1895
|
+
},
|
|
1896
|
+
},
|
|
1897
|
+
},
|
|
1898
|
+
};
|
|
1899
|
+
export const CustomWebhookAuthenticationManagedIdentity = {
|
|
1900
|
+
type: {
|
|
1901
|
+
name: "Composite",
|
|
1902
|
+
className: "CustomWebhookAuthenticationManagedIdentity",
|
|
1903
|
+
modelProperties: {
|
|
1904
|
+
type: {
|
|
1905
|
+
serializedName: "type",
|
|
1906
|
+
required: true,
|
|
1907
|
+
type: {
|
|
1908
|
+
name: "String",
|
|
1909
|
+
},
|
|
1910
|
+
},
|
|
1911
|
+
userAssignedIdentity: {
|
|
1912
|
+
serializedName: "userAssignedIdentity",
|
|
1913
|
+
type: {
|
|
1914
|
+
name: "String",
|
|
1915
|
+
},
|
|
1916
|
+
},
|
|
1917
|
+
},
|
|
1918
|
+
},
|
|
1919
|
+
};
|
|
1920
|
+
export const RoutingIdentityInfo = {
|
|
1921
|
+
type: {
|
|
1922
|
+
name: "Composite",
|
|
1923
|
+
className: "RoutingIdentityInfo",
|
|
1924
|
+
modelProperties: {
|
|
1925
|
+
type: {
|
|
1926
|
+
serializedName: "type",
|
|
1927
|
+
type: {
|
|
1928
|
+
name: "String",
|
|
1929
|
+
},
|
|
1930
|
+
},
|
|
1931
|
+
userAssignedIdentity: {
|
|
1932
|
+
serializedName: "userAssignedIdentity",
|
|
1933
|
+
type: {
|
|
1934
|
+
name: "String",
|
|
1935
|
+
},
|
|
1936
|
+
},
|
|
1937
|
+
},
|
|
1938
|
+
},
|
|
1939
|
+
};
|
|
1940
|
+
export const NamespaceSku = {
|
|
1941
|
+
type: {
|
|
1942
|
+
name: "Composite",
|
|
1943
|
+
className: "NamespaceSku",
|
|
1944
|
+
modelProperties: {
|
|
1945
|
+
name: {
|
|
1946
|
+
serializedName: "name",
|
|
1947
|
+
type: {
|
|
1948
|
+
name: "String",
|
|
1949
|
+
},
|
|
1950
|
+
},
|
|
1951
|
+
capacity: {
|
|
1952
|
+
serializedName: "capacity",
|
|
1953
|
+
type: {
|
|
1954
|
+
name: "Number",
|
|
1955
|
+
},
|
|
1956
|
+
},
|
|
1957
|
+
},
|
|
1958
|
+
},
|
|
1959
|
+
};
|
|
1960
|
+
export const NamespaceUpdateParameters = {
|
|
1961
|
+
type: {
|
|
1962
|
+
name: "Composite",
|
|
1963
|
+
className: "NamespaceUpdateParameters",
|
|
1964
|
+
modelProperties: {
|
|
1965
|
+
tags: {
|
|
1966
|
+
serializedName: "tags",
|
|
1967
|
+
type: {
|
|
1968
|
+
name: "Dictionary",
|
|
1969
|
+
value: { type: { name: "String" } },
|
|
1970
|
+
},
|
|
1971
|
+
},
|
|
1972
|
+
identity: {
|
|
1973
|
+
serializedName: "identity",
|
|
1974
|
+
type: {
|
|
1975
|
+
name: "Composite",
|
|
1976
|
+
className: "IdentityInfo",
|
|
1977
|
+
},
|
|
1978
|
+
},
|
|
1979
|
+
sku: {
|
|
1980
|
+
serializedName: "sku",
|
|
1981
|
+
type: {
|
|
1982
|
+
name: "Composite",
|
|
1983
|
+
className: "NamespaceSku",
|
|
1984
|
+
},
|
|
1985
|
+
},
|
|
1986
|
+
topicSpacesConfiguration: {
|
|
1987
|
+
serializedName: "properties.topicSpacesConfiguration",
|
|
1988
|
+
type: {
|
|
1989
|
+
name: "Composite",
|
|
1990
|
+
className: "UpdateTopicSpacesConfigurationInfo",
|
|
1991
|
+
},
|
|
1992
|
+
},
|
|
1993
|
+
topicsConfiguration: {
|
|
1994
|
+
serializedName: "properties.topicsConfiguration",
|
|
1995
|
+
type: {
|
|
1996
|
+
name: "Composite",
|
|
1997
|
+
className: "UpdateTopicsConfigurationInfo",
|
|
1998
|
+
},
|
|
1999
|
+
},
|
|
2000
|
+
publicNetworkAccess: {
|
|
2001
|
+
serializedName: "properties.publicNetworkAccess",
|
|
2002
|
+
type: {
|
|
2003
|
+
name: "String",
|
|
2004
|
+
},
|
|
2005
|
+
},
|
|
2006
|
+
inboundIpRules: {
|
|
2007
|
+
serializedName: "properties.inboundIpRules",
|
|
2008
|
+
type: {
|
|
2009
|
+
name: "Sequence",
|
|
2010
|
+
element: {
|
|
2011
|
+
type: {
|
|
2012
|
+
name: "Composite",
|
|
2013
|
+
className: "InboundIpRule",
|
|
2014
|
+
},
|
|
2015
|
+
},
|
|
2016
|
+
},
|
|
2017
|
+
},
|
|
2018
|
+
},
|
|
2019
|
+
},
|
|
2020
|
+
};
|
|
2021
|
+
export const UpdateTopicSpacesConfigurationInfo = {
|
|
2022
|
+
type: {
|
|
2023
|
+
name: "Composite",
|
|
2024
|
+
className: "UpdateTopicSpacesConfigurationInfo",
|
|
2025
|
+
modelProperties: {
|
|
2026
|
+
state: {
|
|
2027
|
+
serializedName: "state",
|
|
2028
|
+
type: {
|
|
2029
|
+
name: "String",
|
|
2030
|
+
},
|
|
2031
|
+
},
|
|
2032
|
+
routeTopicResourceId: {
|
|
2033
|
+
serializedName: "routeTopicResourceId",
|
|
2034
|
+
type: {
|
|
2035
|
+
name: "String",
|
|
2036
|
+
},
|
|
2037
|
+
},
|
|
2038
|
+
routingEnrichments: {
|
|
2039
|
+
serializedName: "routingEnrichments",
|
|
2040
|
+
type: {
|
|
2041
|
+
name: "Composite",
|
|
2042
|
+
className: "RoutingEnrichments",
|
|
2043
|
+
},
|
|
2044
|
+
},
|
|
2045
|
+
clientAuthentication: {
|
|
2046
|
+
serializedName: "clientAuthentication",
|
|
2047
|
+
type: {
|
|
2048
|
+
name: "Composite",
|
|
2049
|
+
className: "ClientAuthenticationSettings",
|
|
2050
|
+
},
|
|
2051
|
+
},
|
|
2052
|
+
maximumSessionExpiryInHours: {
|
|
2053
|
+
serializedName: "maximumSessionExpiryInHours",
|
|
2054
|
+
type: {
|
|
2055
|
+
name: "Number",
|
|
1683
2056
|
},
|
|
1684
2057
|
},
|
|
1685
2058
|
maximumClientSessionsPerAuthenticationName: {
|
|
@@ -1958,97 +2331,6 @@ export const OperationInfo = {
|
|
|
1958
2331
|
},
|
|
1959
2332
|
},
|
|
1960
2333
|
};
|
|
1961
|
-
export const TopicUpdateParameters = {
|
|
1962
|
-
type: {
|
|
1963
|
-
name: "Composite",
|
|
1964
|
-
className: "TopicUpdateParameters",
|
|
1965
|
-
modelProperties: {
|
|
1966
|
-
tags: {
|
|
1967
|
-
serializedName: "tags",
|
|
1968
|
-
type: {
|
|
1969
|
-
name: "Dictionary",
|
|
1970
|
-
value: { type: { name: "String" } },
|
|
1971
|
-
},
|
|
1972
|
-
},
|
|
1973
|
-
identity: {
|
|
1974
|
-
serializedName: "identity",
|
|
1975
|
-
type: {
|
|
1976
|
-
name: "Composite",
|
|
1977
|
-
className: "IdentityInfo",
|
|
1978
|
-
},
|
|
1979
|
-
},
|
|
1980
|
-
publicNetworkAccess: {
|
|
1981
|
-
serializedName: "properties.publicNetworkAccess",
|
|
1982
|
-
type: {
|
|
1983
|
-
name: "String",
|
|
1984
|
-
},
|
|
1985
|
-
},
|
|
1986
|
-
inboundIpRules: {
|
|
1987
|
-
serializedName: "properties.inboundIpRules",
|
|
1988
|
-
type: {
|
|
1989
|
-
name: "Sequence",
|
|
1990
|
-
element: {
|
|
1991
|
-
type: {
|
|
1992
|
-
name: "Composite",
|
|
1993
|
-
className: "InboundIpRule",
|
|
1994
|
-
},
|
|
1995
|
-
},
|
|
1996
|
-
},
|
|
1997
|
-
},
|
|
1998
|
-
minimumTlsVersionAllowed: {
|
|
1999
|
-
serializedName: "properties.minimumTlsVersionAllowed",
|
|
2000
|
-
type: {
|
|
2001
|
-
name: "String",
|
|
2002
|
-
},
|
|
2003
|
-
},
|
|
2004
|
-
disableLocalAuth: {
|
|
2005
|
-
serializedName: "properties.disableLocalAuth",
|
|
2006
|
-
type: {
|
|
2007
|
-
name: "Boolean",
|
|
2008
|
-
},
|
|
2009
|
-
},
|
|
2010
|
-
dataResidencyBoundary: {
|
|
2011
|
-
serializedName: "properties.dataResidencyBoundary",
|
|
2012
|
-
type: {
|
|
2013
|
-
name: "String",
|
|
2014
|
-
},
|
|
2015
|
-
},
|
|
2016
|
-
eventTypeInfo: {
|
|
2017
|
-
serializedName: "properties.eventTypeInfo",
|
|
2018
|
-
type: {
|
|
2019
|
-
name: "Composite",
|
|
2020
|
-
className: "EventTypeInfo",
|
|
2021
|
-
},
|
|
2022
|
-
},
|
|
2023
|
-
},
|
|
2024
|
-
},
|
|
2025
|
-
};
|
|
2026
|
-
export const TopicsListResult = {
|
|
2027
|
-
type: {
|
|
2028
|
-
name: "Composite",
|
|
2029
|
-
className: "TopicsListResult",
|
|
2030
|
-
modelProperties: {
|
|
2031
|
-
value: {
|
|
2032
|
-
serializedName: "value",
|
|
2033
|
-
type: {
|
|
2034
|
-
name: "Sequence",
|
|
2035
|
-
element: {
|
|
2036
|
-
type: {
|
|
2037
|
-
name: "Composite",
|
|
2038
|
-
className: "Topic",
|
|
2039
|
-
},
|
|
2040
|
-
},
|
|
2041
|
-
},
|
|
2042
|
-
},
|
|
2043
|
-
nextLink: {
|
|
2044
|
-
serializedName: "nextLink",
|
|
2045
|
-
type: {
|
|
2046
|
-
name: "String",
|
|
2047
|
-
},
|
|
2048
|
-
},
|
|
2049
|
-
},
|
|
2050
|
-
},
|
|
2051
|
-
};
|
|
2052
2334
|
export const PartnerAuthorization = {
|
|
2053
2335
|
type: {
|
|
2054
2336
|
name: "Composite",
|
|
@@ -2148,10 +2430,51 @@ export const PartnerConfigurationsListResult = {
|
|
|
2148
2430
|
},
|
|
2149
2431
|
},
|
|
2150
2432
|
};
|
|
2151
|
-
export const
|
|
2433
|
+
export const PartnerDestinationUpdateParameters = {
|
|
2152
2434
|
type: {
|
|
2153
2435
|
name: "Composite",
|
|
2154
|
-
className: "
|
|
2436
|
+
className: "PartnerDestinationUpdateParameters",
|
|
2437
|
+
modelProperties: {
|
|
2438
|
+
tags: {
|
|
2439
|
+
serializedName: "tags",
|
|
2440
|
+
type: {
|
|
2441
|
+
name: "Dictionary",
|
|
2442
|
+
value: { type: { name: "String" } },
|
|
2443
|
+
},
|
|
2444
|
+
},
|
|
2445
|
+
},
|
|
2446
|
+
},
|
|
2447
|
+
};
|
|
2448
|
+
export const PartnerDestinationsListResult = {
|
|
2449
|
+
type: {
|
|
2450
|
+
name: "Composite",
|
|
2451
|
+
className: "PartnerDestinationsListResult",
|
|
2452
|
+
modelProperties: {
|
|
2453
|
+
value: {
|
|
2454
|
+
serializedName: "value",
|
|
2455
|
+
type: {
|
|
2456
|
+
name: "Sequence",
|
|
2457
|
+
element: {
|
|
2458
|
+
type: {
|
|
2459
|
+
name: "Composite",
|
|
2460
|
+
className: "PartnerDestination",
|
|
2461
|
+
},
|
|
2462
|
+
},
|
|
2463
|
+
},
|
|
2464
|
+
},
|
|
2465
|
+
nextLink: {
|
|
2466
|
+
serializedName: "nextLink",
|
|
2467
|
+
type: {
|
|
2468
|
+
name: "String",
|
|
2469
|
+
},
|
|
2470
|
+
},
|
|
2471
|
+
},
|
|
2472
|
+
},
|
|
2473
|
+
};
|
|
2474
|
+
export const PartnerNamespaceUpdateParameters = {
|
|
2475
|
+
type: {
|
|
2476
|
+
name: "Composite",
|
|
2477
|
+
className: "PartnerNamespaceUpdateParameters",
|
|
2155
2478
|
modelProperties: {
|
|
2156
2479
|
tags: {
|
|
2157
2480
|
serializedName: "tags",
|
|
@@ -2280,47 +2603,336 @@ export const PartnerRegistrationsListResult = {
|
|
|
2280
2603
|
name: "Sequence",
|
|
2281
2604
|
element: {
|
|
2282
2605
|
type: {
|
|
2283
|
-
name: "Composite",
|
|
2284
|
-
className: "PartnerRegistration",
|
|
2606
|
+
name: "Composite",
|
|
2607
|
+
className: "PartnerRegistration",
|
|
2608
|
+
},
|
|
2609
|
+
},
|
|
2610
|
+
},
|
|
2611
|
+
},
|
|
2612
|
+
nextLink: {
|
|
2613
|
+
serializedName: "nextLink",
|
|
2614
|
+
type: {
|
|
2615
|
+
name: "String",
|
|
2616
|
+
},
|
|
2617
|
+
},
|
|
2618
|
+
},
|
|
2619
|
+
},
|
|
2620
|
+
};
|
|
2621
|
+
export const PartnerTopicUpdateParameters = {
|
|
2622
|
+
type: {
|
|
2623
|
+
name: "Composite",
|
|
2624
|
+
className: "PartnerTopicUpdateParameters",
|
|
2625
|
+
modelProperties: {
|
|
2626
|
+
tags: {
|
|
2627
|
+
serializedName: "tags",
|
|
2628
|
+
type: {
|
|
2629
|
+
name: "Dictionary",
|
|
2630
|
+
value: { type: { name: "String" } },
|
|
2631
|
+
},
|
|
2632
|
+
},
|
|
2633
|
+
identity: {
|
|
2634
|
+
serializedName: "identity",
|
|
2635
|
+
type: {
|
|
2636
|
+
name: "Composite",
|
|
2637
|
+
className: "IdentityInfo",
|
|
2638
|
+
},
|
|
2639
|
+
},
|
|
2640
|
+
},
|
|
2641
|
+
},
|
|
2642
|
+
};
|
|
2643
|
+
export const PartnerTopicsListResult = {
|
|
2644
|
+
type: {
|
|
2645
|
+
name: "Composite",
|
|
2646
|
+
className: "PartnerTopicsListResult",
|
|
2647
|
+
modelProperties: {
|
|
2648
|
+
value: {
|
|
2649
|
+
serializedName: "value",
|
|
2650
|
+
type: {
|
|
2651
|
+
name: "Sequence",
|
|
2652
|
+
element: {
|
|
2653
|
+
type: {
|
|
2654
|
+
name: "Composite",
|
|
2655
|
+
className: "PartnerTopic",
|
|
2656
|
+
},
|
|
2657
|
+
},
|
|
2658
|
+
},
|
|
2659
|
+
},
|
|
2660
|
+
nextLink: {
|
|
2661
|
+
serializedName: "nextLink",
|
|
2662
|
+
type: {
|
|
2663
|
+
name: "String",
|
|
2664
|
+
},
|
|
2665
|
+
},
|
|
2666
|
+
},
|
|
2667
|
+
},
|
|
2668
|
+
};
|
|
2669
|
+
export const NetworkSecurityPerimeterConfigurationIssues = {
|
|
2670
|
+
type: {
|
|
2671
|
+
name: "Composite",
|
|
2672
|
+
className: "NetworkSecurityPerimeterConfigurationIssues",
|
|
2673
|
+
modelProperties: {
|
|
2674
|
+
name: {
|
|
2675
|
+
serializedName: "name",
|
|
2676
|
+
type: {
|
|
2677
|
+
name: "String",
|
|
2678
|
+
},
|
|
2679
|
+
},
|
|
2680
|
+
issueType: {
|
|
2681
|
+
serializedName: "properties.issueType",
|
|
2682
|
+
type: {
|
|
2683
|
+
name: "String",
|
|
2684
|
+
},
|
|
2685
|
+
},
|
|
2686
|
+
severity: {
|
|
2687
|
+
serializedName: "properties.severity",
|
|
2688
|
+
type: {
|
|
2689
|
+
name: "String",
|
|
2690
|
+
},
|
|
2691
|
+
},
|
|
2692
|
+
description: {
|
|
2693
|
+
serializedName: "properties.description",
|
|
2694
|
+
type: {
|
|
2695
|
+
name: "String",
|
|
2696
|
+
},
|
|
2697
|
+
},
|
|
2698
|
+
suggestedResourceIds: {
|
|
2699
|
+
serializedName: "properties.suggestedResourceIds",
|
|
2700
|
+
type: {
|
|
2701
|
+
name: "Sequence",
|
|
2702
|
+
element: {
|
|
2703
|
+
type: {
|
|
2704
|
+
name: "String",
|
|
2705
|
+
},
|
|
2706
|
+
},
|
|
2707
|
+
},
|
|
2708
|
+
},
|
|
2709
|
+
suggestedAccessRules: {
|
|
2710
|
+
serializedName: "properties.suggestedAccessRules",
|
|
2711
|
+
type: {
|
|
2712
|
+
name: "Sequence",
|
|
2713
|
+
element: {
|
|
2714
|
+
type: {
|
|
2715
|
+
name: "String",
|
|
2716
|
+
},
|
|
2717
|
+
},
|
|
2718
|
+
},
|
|
2719
|
+
},
|
|
2720
|
+
},
|
|
2721
|
+
},
|
|
2722
|
+
};
|
|
2723
|
+
export const NetworkSecurityPerimeterInfo = {
|
|
2724
|
+
type: {
|
|
2725
|
+
name: "Composite",
|
|
2726
|
+
className: "NetworkSecurityPerimeterInfo",
|
|
2727
|
+
modelProperties: {
|
|
2728
|
+
id: {
|
|
2729
|
+
serializedName: "id",
|
|
2730
|
+
type: {
|
|
2731
|
+
name: "String",
|
|
2732
|
+
},
|
|
2733
|
+
},
|
|
2734
|
+
perimeterGuid: {
|
|
2735
|
+
serializedName: "perimeterGuid",
|
|
2736
|
+
type: {
|
|
2737
|
+
name: "String",
|
|
2738
|
+
},
|
|
2739
|
+
},
|
|
2740
|
+
location: {
|
|
2741
|
+
serializedName: "location",
|
|
2742
|
+
type: {
|
|
2743
|
+
name: "String",
|
|
2744
|
+
},
|
|
2745
|
+
},
|
|
2746
|
+
},
|
|
2747
|
+
},
|
|
2748
|
+
};
|
|
2749
|
+
export const ResourceAssociation = {
|
|
2750
|
+
type: {
|
|
2751
|
+
name: "Composite",
|
|
2752
|
+
className: "ResourceAssociation",
|
|
2753
|
+
modelProperties: {
|
|
2754
|
+
name: {
|
|
2755
|
+
serializedName: "name",
|
|
2756
|
+
type: {
|
|
2757
|
+
name: "String",
|
|
2758
|
+
},
|
|
2759
|
+
},
|
|
2760
|
+
accessMode: {
|
|
2761
|
+
serializedName: "accessMode",
|
|
2762
|
+
type: {
|
|
2763
|
+
name: "String",
|
|
2764
|
+
},
|
|
2765
|
+
},
|
|
2766
|
+
},
|
|
2767
|
+
},
|
|
2768
|
+
};
|
|
2769
|
+
export const NetworkSecurityPerimeterConfigurationProfile = {
|
|
2770
|
+
type: {
|
|
2771
|
+
name: "Composite",
|
|
2772
|
+
className: "NetworkSecurityPerimeterConfigurationProfile",
|
|
2773
|
+
modelProperties: {
|
|
2774
|
+
name: {
|
|
2775
|
+
serializedName: "name",
|
|
2776
|
+
type: {
|
|
2777
|
+
name: "String",
|
|
2778
|
+
},
|
|
2779
|
+
},
|
|
2780
|
+
accessRulesVersion: {
|
|
2781
|
+
serializedName: "accessRulesVersion",
|
|
2782
|
+
type: {
|
|
2783
|
+
name: "String",
|
|
2784
|
+
},
|
|
2785
|
+
},
|
|
2786
|
+
accessRules: {
|
|
2787
|
+
serializedName: "accessRules",
|
|
2788
|
+
type: {
|
|
2789
|
+
name: "Sequence",
|
|
2790
|
+
element: {
|
|
2791
|
+
type: {
|
|
2792
|
+
name: "Composite",
|
|
2793
|
+
className: "NetworkSecurityPerimeterProfileAccessRule",
|
|
2794
|
+
},
|
|
2795
|
+
},
|
|
2796
|
+
},
|
|
2797
|
+
},
|
|
2798
|
+
diagnosticSettingsVersion: {
|
|
2799
|
+
serializedName: "diagnosticSettingsVersion",
|
|
2800
|
+
type: {
|
|
2801
|
+
name: "String",
|
|
2802
|
+
},
|
|
2803
|
+
},
|
|
2804
|
+
enabledLogCategories: {
|
|
2805
|
+
serializedName: "enabledLogCategories",
|
|
2806
|
+
type: {
|
|
2807
|
+
name: "Sequence",
|
|
2808
|
+
element: {
|
|
2809
|
+
type: {
|
|
2810
|
+
name: "String",
|
|
2811
|
+
},
|
|
2812
|
+
},
|
|
2813
|
+
},
|
|
2814
|
+
},
|
|
2815
|
+
},
|
|
2816
|
+
},
|
|
2817
|
+
};
|
|
2818
|
+
export const NetworkSecurityPerimeterProfileAccessRule = {
|
|
2819
|
+
type: {
|
|
2820
|
+
name: "Composite",
|
|
2821
|
+
className: "NetworkSecurityPerimeterProfileAccessRule",
|
|
2822
|
+
modelProperties: {
|
|
2823
|
+
fullyQualifiedArmId: {
|
|
2824
|
+
serializedName: "fullyQualifiedArmId",
|
|
2825
|
+
type: {
|
|
2826
|
+
name: "String",
|
|
2827
|
+
},
|
|
2828
|
+
},
|
|
2829
|
+
name: {
|
|
2830
|
+
serializedName: "name",
|
|
2831
|
+
type: {
|
|
2832
|
+
name: "String",
|
|
2833
|
+
},
|
|
2834
|
+
},
|
|
2835
|
+
type: {
|
|
2836
|
+
serializedName: "type",
|
|
2837
|
+
type: {
|
|
2838
|
+
name: "String",
|
|
2839
|
+
},
|
|
2840
|
+
},
|
|
2841
|
+
direction: {
|
|
2842
|
+
serializedName: "properties.direction",
|
|
2843
|
+
type: {
|
|
2844
|
+
name: "String",
|
|
2845
|
+
},
|
|
2846
|
+
},
|
|
2847
|
+
addressPrefixes: {
|
|
2848
|
+
serializedName: "properties.addressPrefixes",
|
|
2849
|
+
type: {
|
|
2850
|
+
name: "Sequence",
|
|
2851
|
+
element: {
|
|
2852
|
+
type: {
|
|
2853
|
+
name: "String",
|
|
2854
|
+
},
|
|
2855
|
+
},
|
|
2856
|
+
},
|
|
2857
|
+
},
|
|
2858
|
+
subscriptions: {
|
|
2859
|
+
serializedName: "properties.subscriptions",
|
|
2860
|
+
type: {
|
|
2861
|
+
name: "Sequence",
|
|
2862
|
+
element: {
|
|
2863
|
+
type: {
|
|
2864
|
+
name: "Composite",
|
|
2865
|
+
className: "NetworkSecurityPerimeterSubscription",
|
|
2866
|
+
},
|
|
2867
|
+
},
|
|
2868
|
+
},
|
|
2869
|
+
},
|
|
2870
|
+
networkSecurityPerimeters: {
|
|
2871
|
+
serializedName: "properties.networkSecurityPerimeters",
|
|
2872
|
+
type: {
|
|
2873
|
+
name: "Sequence",
|
|
2874
|
+
element: {
|
|
2875
|
+
type: {
|
|
2876
|
+
name: "Composite",
|
|
2877
|
+
className: "NetworkSecurityPerimeterInfo",
|
|
2878
|
+
},
|
|
2879
|
+
},
|
|
2880
|
+
},
|
|
2881
|
+
},
|
|
2882
|
+
fullyQualifiedDomainNames: {
|
|
2883
|
+
serializedName: "properties.fullyQualifiedDomainNames",
|
|
2884
|
+
type: {
|
|
2885
|
+
name: "Sequence",
|
|
2886
|
+
element: {
|
|
2887
|
+
type: {
|
|
2888
|
+
name: "String",
|
|
2889
|
+
},
|
|
2890
|
+
},
|
|
2891
|
+
},
|
|
2892
|
+
},
|
|
2893
|
+
emailAddresses: {
|
|
2894
|
+
serializedName: "properties.emailAddresses",
|
|
2895
|
+
type: {
|
|
2896
|
+
name: "Sequence",
|
|
2897
|
+
element: {
|
|
2898
|
+
type: {
|
|
2899
|
+
name: "String",
|
|
2285
2900
|
},
|
|
2286
2901
|
},
|
|
2287
2902
|
},
|
|
2288
2903
|
},
|
|
2289
|
-
|
|
2290
|
-
serializedName: "
|
|
2904
|
+
phoneNumbers: {
|
|
2905
|
+
serializedName: "properties.phoneNumbers",
|
|
2291
2906
|
type: {
|
|
2292
|
-
name: "
|
|
2907
|
+
name: "Sequence",
|
|
2908
|
+
element: {
|
|
2909
|
+
type: {
|
|
2910
|
+
name: "String",
|
|
2911
|
+
},
|
|
2912
|
+
},
|
|
2293
2913
|
},
|
|
2294
2914
|
},
|
|
2295
2915
|
},
|
|
2296
2916
|
},
|
|
2297
2917
|
};
|
|
2298
|
-
export const
|
|
2918
|
+
export const NetworkSecurityPerimeterSubscription = {
|
|
2299
2919
|
type: {
|
|
2300
2920
|
name: "Composite",
|
|
2301
|
-
className: "
|
|
2921
|
+
className: "NetworkSecurityPerimeterSubscription",
|
|
2302
2922
|
modelProperties: {
|
|
2303
|
-
|
|
2304
|
-
serializedName: "
|
|
2305
|
-
type: {
|
|
2306
|
-
name: "Dictionary",
|
|
2307
|
-
value: { type: { name: "String" } },
|
|
2308
|
-
},
|
|
2309
|
-
},
|
|
2310
|
-
identity: {
|
|
2311
|
-
serializedName: "identity",
|
|
2923
|
+
id: {
|
|
2924
|
+
serializedName: "id",
|
|
2312
2925
|
type: {
|
|
2313
|
-
name: "
|
|
2314
|
-
className: "IdentityInfo",
|
|
2926
|
+
name: "String",
|
|
2315
2927
|
},
|
|
2316
2928
|
},
|
|
2317
2929
|
},
|
|
2318
2930
|
},
|
|
2319
2931
|
};
|
|
2320
|
-
export const
|
|
2932
|
+
export const NetworkSecurityPerimeterConfigurationList = {
|
|
2321
2933
|
type: {
|
|
2322
2934
|
name: "Composite",
|
|
2323
|
-
className: "
|
|
2935
|
+
className: "NetworkSecurityPerimeterConfigurationList",
|
|
2324
2936
|
modelProperties: {
|
|
2325
2937
|
value: {
|
|
2326
2938
|
serializedName: "value",
|
|
@@ -2329,7 +2941,7 @@ export const PartnerTopicsListResult = {
|
|
|
2329
2941
|
element: {
|
|
2330
2942
|
type: {
|
|
2331
2943
|
name: "Composite",
|
|
2332
|
-
className: "
|
|
2944
|
+
className: "NetworkSecurityPerimeterConfiguration",
|
|
2333
2945
|
},
|
|
2334
2946
|
},
|
|
2335
2947
|
},
|
|
@@ -2529,6 +3141,124 @@ export const SystemTopicsListResult = {
|
|
|
2529
3141
|
},
|
|
2530
3142
|
},
|
|
2531
3143
|
};
|
|
3144
|
+
export const ExtendedLocation = {
|
|
3145
|
+
type: {
|
|
3146
|
+
name: "Composite",
|
|
3147
|
+
className: "ExtendedLocation",
|
|
3148
|
+
modelProperties: {
|
|
3149
|
+
name: {
|
|
3150
|
+
serializedName: "name",
|
|
3151
|
+
type: {
|
|
3152
|
+
name: "String",
|
|
3153
|
+
},
|
|
3154
|
+
},
|
|
3155
|
+
type: {
|
|
3156
|
+
serializedName: "type",
|
|
3157
|
+
type: {
|
|
3158
|
+
name: "String",
|
|
3159
|
+
},
|
|
3160
|
+
},
|
|
3161
|
+
},
|
|
3162
|
+
},
|
|
3163
|
+
};
|
|
3164
|
+
export const TopicUpdateParameters = {
|
|
3165
|
+
type: {
|
|
3166
|
+
name: "Composite",
|
|
3167
|
+
className: "TopicUpdateParameters",
|
|
3168
|
+
modelProperties: {
|
|
3169
|
+
tags: {
|
|
3170
|
+
serializedName: "tags",
|
|
3171
|
+
type: {
|
|
3172
|
+
name: "Dictionary",
|
|
3173
|
+
value: { type: { name: "String" } },
|
|
3174
|
+
},
|
|
3175
|
+
},
|
|
3176
|
+
identity: {
|
|
3177
|
+
serializedName: "identity",
|
|
3178
|
+
type: {
|
|
3179
|
+
name: "Composite",
|
|
3180
|
+
className: "IdentityInfo",
|
|
3181
|
+
},
|
|
3182
|
+
},
|
|
3183
|
+
sku: {
|
|
3184
|
+
serializedName: "sku",
|
|
3185
|
+
type: {
|
|
3186
|
+
name: "Composite",
|
|
3187
|
+
className: "ResourceSku",
|
|
3188
|
+
},
|
|
3189
|
+
},
|
|
3190
|
+
publicNetworkAccess: {
|
|
3191
|
+
serializedName: "properties.publicNetworkAccess",
|
|
3192
|
+
type: {
|
|
3193
|
+
name: "String",
|
|
3194
|
+
},
|
|
3195
|
+
},
|
|
3196
|
+
inboundIpRules: {
|
|
3197
|
+
serializedName: "properties.inboundIpRules",
|
|
3198
|
+
type: {
|
|
3199
|
+
name: "Sequence",
|
|
3200
|
+
element: {
|
|
3201
|
+
type: {
|
|
3202
|
+
name: "Composite",
|
|
3203
|
+
className: "InboundIpRule",
|
|
3204
|
+
},
|
|
3205
|
+
},
|
|
3206
|
+
},
|
|
3207
|
+
},
|
|
3208
|
+
minimumTlsVersionAllowed: {
|
|
3209
|
+
serializedName: "properties.minimumTlsVersionAllowed",
|
|
3210
|
+
type: {
|
|
3211
|
+
name: "String",
|
|
3212
|
+
},
|
|
3213
|
+
},
|
|
3214
|
+
disableLocalAuth: {
|
|
3215
|
+
serializedName: "properties.disableLocalAuth",
|
|
3216
|
+
type: {
|
|
3217
|
+
name: "Boolean",
|
|
3218
|
+
},
|
|
3219
|
+
},
|
|
3220
|
+
dataResidencyBoundary: {
|
|
3221
|
+
serializedName: "properties.dataResidencyBoundary",
|
|
3222
|
+
type: {
|
|
3223
|
+
name: "String",
|
|
3224
|
+
},
|
|
3225
|
+
},
|
|
3226
|
+
eventTypeInfo: {
|
|
3227
|
+
serializedName: "properties.eventTypeInfo",
|
|
3228
|
+
type: {
|
|
3229
|
+
name: "Composite",
|
|
3230
|
+
className: "EventTypeInfo",
|
|
3231
|
+
},
|
|
3232
|
+
},
|
|
3233
|
+
},
|
|
3234
|
+
},
|
|
3235
|
+
};
|
|
3236
|
+
export const TopicsListResult = {
|
|
3237
|
+
type: {
|
|
3238
|
+
name: "Composite",
|
|
3239
|
+
className: "TopicsListResult",
|
|
3240
|
+
modelProperties: {
|
|
3241
|
+
value: {
|
|
3242
|
+
serializedName: "value",
|
|
3243
|
+
type: {
|
|
3244
|
+
name: "Sequence",
|
|
3245
|
+
element: {
|
|
3246
|
+
type: {
|
|
3247
|
+
name: "Composite",
|
|
3248
|
+
className: "Topic",
|
|
3249
|
+
},
|
|
3250
|
+
},
|
|
3251
|
+
},
|
|
3252
|
+
},
|
|
3253
|
+
nextLink: {
|
|
3254
|
+
serializedName: "nextLink",
|
|
3255
|
+
type: {
|
|
3256
|
+
name: "String",
|
|
3257
|
+
},
|
|
3258
|
+
},
|
|
3259
|
+
},
|
|
3260
|
+
},
|
|
3261
|
+
};
|
|
2532
3262
|
export const EventTypesListResult = {
|
|
2533
3263
|
type: {
|
|
2534
3264
|
name: "Composite",
|
|
@@ -2713,6 +3443,27 @@ export const SubscriptionFullUrl = {
|
|
|
2713
3443
|
},
|
|
2714
3444
|
},
|
|
2715
3445
|
};
|
|
3446
|
+
export const PartnerClientAuthentication = {
|
|
3447
|
+
type: {
|
|
3448
|
+
name: "Composite",
|
|
3449
|
+
className: "PartnerClientAuthentication",
|
|
3450
|
+
uberParent: "PartnerClientAuthentication",
|
|
3451
|
+
polymorphicDiscriminator: {
|
|
3452
|
+
serializedName: "clientAuthenticationType",
|
|
3453
|
+
clientName: "clientAuthenticationType",
|
|
3454
|
+
},
|
|
3455
|
+
modelProperties: {
|
|
3456
|
+
clientAuthenticationType: {
|
|
3457
|
+
defaultValue: "AzureAD",
|
|
3458
|
+
serializedName: "clientAuthenticationType",
|
|
3459
|
+
required: true,
|
|
3460
|
+
type: {
|
|
3461
|
+
name: "String",
|
|
3462
|
+
},
|
|
3463
|
+
},
|
|
3464
|
+
},
|
|
3465
|
+
},
|
|
3466
|
+
};
|
|
2716
3467
|
export const JsonField = {
|
|
2717
3468
|
type: {
|
|
2718
3469
|
name: "Composite",
|
|
@@ -2751,174 +3502,216 @@ export const CaCertificate = {
|
|
|
2751
3502
|
type: {
|
|
2752
3503
|
name: "Composite",
|
|
2753
3504
|
className: "CaCertificate",
|
|
2754
|
-
modelProperties:
|
|
3505
|
+
modelProperties: {
|
|
3506
|
+
...Resource.type.modelProperties,
|
|
3507
|
+
systemData: {
|
|
2755
3508
|
serializedName: "systemData",
|
|
2756
3509
|
type: {
|
|
2757
3510
|
name: "Composite",
|
|
2758
3511
|
className: "SystemData",
|
|
2759
3512
|
},
|
|
2760
|
-
},
|
|
3513
|
+
},
|
|
3514
|
+
description: {
|
|
2761
3515
|
serializedName: "properties.description",
|
|
2762
3516
|
type: {
|
|
2763
3517
|
name: "String",
|
|
2764
3518
|
},
|
|
2765
|
-
},
|
|
3519
|
+
},
|
|
3520
|
+
encodedCertificate: {
|
|
2766
3521
|
serializedName: "properties.encodedCertificate",
|
|
2767
3522
|
type: {
|
|
2768
3523
|
name: "String",
|
|
2769
3524
|
},
|
|
2770
|
-
},
|
|
3525
|
+
},
|
|
3526
|
+
issueTimeInUtc: {
|
|
2771
3527
|
serializedName: "properties.issueTimeInUtc",
|
|
2772
3528
|
readOnly: true,
|
|
2773
3529
|
type: {
|
|
2774
3530
|
name: "DateTime",
|
|
2775
3531
|
},
|
|
2776
|
-
},
|
|
3532
|
+
},
|
|
3533
|
+
expiryTimeInUtc: {
|
|
2777
3534
|
serializedName: "properties.expiryTimeInUtc",
|
|
2778
3535
|
readOnly: true,
|
|
2779
3536
|
type: {
|
|
2780
3537
|
name: "DateTime",
|
|
2781
3538
|
},
|
|
2782
|
-
},
|
|
3539
|
+
},
|
|
3540
|
+
provisioningState: {
|
|
2783
3541
|
serializedName: "properties.provisioningState",
|
|
2784
3542
|
readOnly: true,
|
|
2785
3543
|
type: {
|
|
2786
3544
|
name: "String",
|
|
2787
3545
|
},
|
|
2788
|
-
}
|
|
3546
|
+
},
|
|
3547
|
+
},
|
|
2789
3548
|
},
|
|
2790
3549
|
};
|
|
2791
3550
|
export const Channel = {
|
|
2792
3551
|
type: {
|
|
2793
3552
|
name: "Composite",
|
|
2794
3553
|
className: "Channel",
|
|
2795
|
-
modelProperties:
|
|
3554
|
+
modelProperties: {
|
|
3555
|
+
...Resource.type.modelProperties,
|
|
3556
|
+
systemData: {
|
|
2796
3557
|
serializedName: "systemData",
|
|
2797
3558
|
type: {
|
|
2798
3559
|
name: "Composite",
|
|
2799
3560
|
className: "SystemData",
|
|
2800
3561
|
},
|
|
2801
|
-
},
|
|
3562
|
+
},
|
|
3563
|
+
channelType: {
|
|
2802
3564
|
serializedName: "properties.channelType",
|
|
2803
3565
|
type: {
|
|
2804
3566
|
name: "String",
|
|
2805
3567
|
},
|
|
2806
|
-
},
|
|
3568
|
+
},
|
|
3569
|
+
partnerTopicInfo: {
|
|
2807
3570
|
serializedName: "properties.partnerTopicInfo",
|
|
2808
3571
|
type: {
|
|
2809
3572
|
name: "Composite",
|
|
2810
3573
|
className: "PartnerTopicInfo",
|
|
2811
3574
|
},
|
|
2812
|
-
},
|
|
3575
|
+
},
|
|
3576
|
+
partnerDestinationInfo: {
|
|
3577
|
+
serializedName: "properties.partnerDestinationInfo",
|
|
3578
|
+
type: {
|
|
3579
|
+
name: "Composite",
|
|
3580
|
+
className: "PartnerDestinationInfo",
|
|
3581
|
+
},
|
|
3582
|
+
},
|
|
3583
|
+
messageForActivation: {
|
|
2813
3584
|
serializedName: "properties.messageForActivation",
|
|
2814
3585
|
type: {
|
|
2815
3586
|
name: "String",
|
|
2816
3587
|
},
|
|
2817
|
-
},
|
|
3588
|
+
},
|
|
3589
|
+
provisioningState: {
|
|
2818
3590
|
serializedName: "properties.provisioningState",
|
|
2819
3591
|
type: {
|
|
2820
3592
|
name: "String",
|
|
2821
3593
|
},
|
|
2822
|
-
},
|
|
3594
|
+
},
|
|
3595
|
+
readinessState: {
|
|
2823
3596
|
serializedName: "properties.readinessState",
|
|
2824
3597
|
type: {
|
|
2825
3598
|
name: "String",
|
|
2826
3599
|
},
|
|
2827
|
-
},
|
|
3600
|
+
},
|
|
3601
|
+
expirationTimeIfNotActivatedUtc: {
|
|
2828
3602
|
serializedName: "properties.expirationTimeIfNotActivatedUtc",
|
|
2829
3603
|
type: {
|
|
2830
3604
|
name: "DateTime",
|
|
2831
3605
|
},
|
|
2832
|
-
}
|
|
3606
|
+
},
|
|
3607
|
+
},
|
|
2833
3608
|
},
|
|
2834
3609
|
};
|
|
2835
3610
|
export const ClientGroup = {
|
|
2836
3611
|
type: {
|
|
2837
3612
|
name: "Composite",
|
|
2838
3613
|
className: "ClientGroup",
|
|
2839
|
-
modelProperties:
|
|
3614
|
+
modelProperties: {
|
|
3615
|
+
...Resource.type.modelProperties,
|
|
3616
|
+
systemData: {
|
|
2840
3617
|
serializedName: "systemData",
|
|
2841
3618
|
type: {
|
|
2842
3619
|
name: "Composite",
|
|
2843
3620
|
className: "SystemData",
|
|
2844
3621
|
},
|
|
2845
|
-
},
|
|
3622
|
+
},
|
|
3623
|
+
description: {
|
|
2846
3624
|
serializedName: "properties.description",
|
|
2847
3625
|
type: {
|
|
2848
3626
|
name: "String",
|
|
2849
3627
|
},
|
|
2850
|
-
},
|
|
3628
|
+
},
|
|
3629
|
+
query: {
|
|
2851
3630
|
serializedName: "properties.query",
|
|
2852
3631
|
type: {
|
|
2853
3632
|
name: "String",
|
|
2854
3633
|
},
|
|
2855
|
-
},
|
|
3634
|
+
},
|
|
3635
|
+
provisioningState: {
|
|
2856
3636
|
serializedName: "properties.provisioningState",
|
|
2857
3637
|
readOnly: true,
|
|
2858
3638
|
type: {
|
|
2859
3639
|
name: "String",
|
|
2860
3640
|
},
|
|
2861
|
-
}
|
|
3641
|
+
},
|
|
3642
|
+
},
|
|
2862
3643
|
},
|
|
2863
3644
|
};
|
|
2864
3645
|
export const Client = {
|
|
2865
3646
|
type: {
|
|
2866
3647
|
name: "Composite",
|
|
2867
3648
|
className: "Client",
|
|
2868
|
-
modelProperties:
|
|
3649
|
+
modelProperties: {
|
|
3650
|
+
...Resource.type.modelProperties,
|
|
3651
|
+
systemData: {
|
|
2869
3652
|
serializedName: "systemData",
|
|
2870
3653
|
type: {
|
|
2871
3654
|
name: "Composite",
|
|
2872
3655
|
className: "SystemData",
|
|
2873
3656
|
},
|
|
2874
|
-
},
|
|
3657
|
+
},
|
|
3658
|
+
description: {
|
|
2875
3659
|
serializedName: "properties.description",
|
|
2876
3660
|
type: {
|
|
2877
3661
|
name: "String",
|
|
2878
3662
|
},
|
|
2879
|
-
},
|
|
3663
|
+
},
|
|
3664
|
+
authenticationName: {
|
|
2880
3665
|
serializedName: "properties.authenticationName",
|
|
2881
3666
|
type: {
|
|
2882
3667
|
name: "String",
|
|
2883
3668
|
},
|
|
2884
|
-
},
|
|
3669
|
+
},
|
|
3670
|
+
clientCertificateAuthentication: {
|
|
2885
3671
|
serializedName: "properties.clientCertificateAuthentication",
|
|
2886
3672
|
type: {
|
|
2887
3673
|
name: "Composite",
|
|
2888
3674
|
className: "ClientCertificateAuthentication",
|
|
2889
3675
|
},
|
|
2890
|
-
},
|
|
3676
|
+
},
|
|
3677
|
+
state: {
|
|
2891
3678
|
defaultValue: "Enabled",
|
|
2892
3679
|
serializedName: "properties.state",
|
|
2893
3680
|
type: {
|
|
2894
3681
|
name: "String",
|
|
2895
3682
|
},
|
|
2896
|
-
},
|
|
3683
|
+
},
|
|
3684
|
+
attributes: {
|
|
2897
3685
|
serializedName: "properties.attributes",
|
|
2898
3686
|
type: {
|
|
2899
3687
|
name: "Dictionary",
|
|
2900
3688
|
value: { type: { name: "any" } },
|
|
2901
3689
|
},
|
|
2902
|
-
},
|
|
3690
|
+
},
|
|
3691
|
+
provisioningState: {
|
|
2903
3692
|
serializedName: "properties.provisioningState",
|
|
2904
3693
|
readOnly: true,
|
|
2905
3694
|
type: {
|
|
2906
3695
|
name: "String",
|
|
2907
3696
|
},
|
|
2908
|
-
}
|
|
3697
|
+
},
|
|
3698
|
+
},
|
|
2909
3699
|
},
|
|
2910
3700
|
};
|
|
2911
3701
|
export const PrivateEndpointConnection = {
|
|
2912
3702
|
type: {
|
|
2913
3703
|
name: "Composite",
|
|
2914
3704
|
className: "PrivateEndpointConnection",
|
|
2915
|
-
modelProperties:
|
|
3705
|
+
modelProperties: {
|
|
3706
|
+
...Resource.type.modelProperties,
|
|
3707
|
+
privateEndpoint: {
|
|
2916
3708
|
serializedName: "properties.privateEndpoint",
|
|
2917
3709
|
type: {
|
|
2918
3710
|
name: "Composite",
|
|
2919
3711
|
className: "PrivateEndpoint",
|
|
2920
3712
|
},
|
|
2921
|
-
},
|
|
3713
|
+
},
|
|
3714
|
+
groupIds: {
|
|
2922
3715
|
serializedName: "properties.groupIds",
|
|
2923
3716
|
type: {
|
|
2924
3717
|
name: "Sequence",
|
|
@@ -2928,140 +3721,174 @@ export const PrivateEndpointConnection = {
|
|
|
2928
3721
|
},
|
|
2929
3722
|
},
|
|
2930
3723
|
},
|
|
2931
|
-
},
|
|
3724
|
+
},
|
|
3725
|
+
privateLinkServiceConnectionState: {
|
|
2932
3726
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
2933
3727
|
type: {
|
|
2934
3728
|
name: "Composite",
|
|
2935
3729
|
className: "ConnectionState",
|
|
2936
3730
|
},
|
|
2937
|
-
},
|
|
3731
|
+
},
|
|
3732
|
+
provisioningState: {
|
|
2938
3733
|
serializedName: "properties.provisioningState",
|
|
2939
3734
|
type: {
|
|
2940
3735
|
name: "String",
|
|
2941
3736
|
},
|
|
2942
|
-
}
|
|
3737
|
+
},
|
|
3738
|
+
},
|
|
2943
3739
|
},
|
|
2944
3740
|
};
|
|
2945
3741
|
export const TrackedResource = {
|
|
2946
3742
|
type: {
|
|
2947
3743
|
name: "Composite",
|
|
2948
3744
|
className: "TrackedResource",
|
|
2949
|
-
modelProperties:
|
|
3745
|
+
modelProperties: {
|
|
3746
|
+
...Resource.type.modelProperties,
|
|
3747
|
+
location: {
|
|
2950
3748
|
serializedName: "location",
|
|
2951
3749
|
required: true,
|
|
2952
3750
|
type: {
|
|
2953
3751
|
name: "String",
|
|
2954
3752
|
},
|
|
2955
|
-
},
|
|
3753
|
+
},
|
|
3754
|
+
tags: {
|
|
2956
3755
|
serializedName: "tags",
|
|
2957
3756
|
type: {
|
|
2958
3757
|
name: "Dictionary",
|
|
2959
3758
|
value: { type: { name: "String" } },
|
|
2960
3759
|
},
|
|
2961
|
-
}
|
|
3760
|
+
},
|
|
3761
|
+
},
|
|
2962
3762
|
},
|
|
2963
3763
|
};
|
|
2964
3764
|
export const DomainTopic = {
|
|
2965
3765
|
type: {
|
|
2966
3766
|
name: "Composite",
|
|
2967
3767
|
className: "DomainTopic",
|
|
2968
|
-
modelProperties:
|
|
3768
|
+
modelProperties: {
|
|
3769
|
+
...Resource.type.modelProperties,
|
|
3770
|
+
systemData: {
|
|
2969
3771
|
serializedName: "systemData",
|
|
2970
3772
|
type: {
|
|
2971
3773
|
name: "Composite",
|
|
2972
3774
|
className: "SystemData",
|
|
2973
3775
|
},
|
|
2974
|
-
},
|
|
3776
|
+
},
|
|
3777
|
+
provisioningState: {
|
|
2975
3778
|
serializedName: "properties.provisioningState",
|
|
2976
3779
|
readOnly: true,
|
|
2977
3780
|
type: {
|
|
2978
3781
|
name: "String",
|
|
2979
3782
|
},
|
|
2980
|
-
}
|
|
3783
|
+
},
|
|
3784
|
+
},
|
|
2981
3785
|
},
|
|
2982
3786
|
};
|
|
2983
3787
|
export const Subscription = {
|
|
2984
3788
|
type: {
|
|
2985
3789
|
name: "Composite",
|
|
2986
3790
|
className: "Subscription",
|
|
2987
|
-
modelProperties:
|
|
3791
|
+
modelProperties: {
|
|
3792
|
+
...Resource.type.modelProperties,
|
|
3793
|
+
systemData: {
|
|
2988
3794
|
serializedName: "systemData",
|
|
2989
3795
|
type: {
|
|
2990
3796
|
name: "Composite",
|
|
2991
3797
|
className: "SystemData",
|
|
2992
3798
|
},
|
|
2993
|
-
},
|
|
3799
|
+
},
|
|
3800
|
+
provisioningState: {
|
|
2994
3801
|
serializedName: "properties.provisioningState",
|
|
2995
3802
|
readOnly: true,
|
|
2996
3803
|
type: {
|
|
2997
3804
|
name: "String",
|
|
2998
3805
|
},
|
|
2999
|
-
},
|
|
3806
|
+
},
|
|
3807
|
+
deliveryConfiguration: {
|
|
3000
3808
|
serializedName: "properties.deliveryConfiguration",
|
|
3001
3809
|
type: {
|
|
3002
3810
|
name: "Composite",
|
|
3003
3811
|
className: "DeliveryConfiguration",
|
|
3004
3812
|
},
|
|
3005
|
-
},
|
|
3813
|
+
},
|
|
3814
|
+
eventDeliverySchema: {
|
|
3006
3815
|
serializedName: "properties.eventDeliverySchema",
|
|
3007
3816
|
type: {
|
|
3008
3817
|
name: "String",
|
|
3009
3818
|
},
|
|
3010
|
-
},
|
|
3819
|
+
},
|
|
3820
|
+
filtersConfiguration: {
|
|
3011
3821
|
serializedName: "properties.filtersConfiguration",
|
|
3012
3822
|
type: {
|
|
3013
3823
|
name: "Composite",
|
|
3014
3824
|
className: "FiltersConfiguration",
|
|
3015
3825
|
},
|
|
3016
|
-
},
|
|
3826
|
+
},
|
|
3827
|
+
expirationTimeUtc: {
|
|
3017
3828
|
serializedName: "properties.expirationTimeUtc",
|
|
3018
3829
|
type: {
|
|
3019
3830
|
name: "DateTime",
|
|
3020
3831
|
},
|
|
3021
|
-
}
|
|
3832
|
+
},
|
|
3833
|
+
tags: {
|
|
3834
|
+
serializedName: "properties.tags",
|
|
3835
|
+
type: {
|
|
3836
|
+
name: "Dictionary",
|
|
3837
|
+
value: { type: { name: "String" } },
|
|
3838
|
+
},
|
|
3839
|
+
},
|
|
3840
|
+
},
|
|
3022
3841
|
},
|
|
3023
3842
|
};
|
|
3024
3843
|
export const EventSubscription = {
|
|
3025
3844
|
type: {
|
|
3026
3845
|
name: "Composite",
|
|
3027
3846
|
className: "EventSubscription",
|
|
3028
|
-
modelProperties:
|
|
3847
|
+
modelProperties: {
|
|
3848
|
+
...Resource.type.modelProperties,
|
|
3849
|
+
systemData: {
|
|
3029
3850
|
serializedName: "systemData",
|
|
3030
3851
|
type: {
|
|
3031
3852
|
name: "Composite",
|
|
3032
3853
|
className: "SystemData",
|
|
3033
3854
|
},
|
|
3034
|
-
},
|
|
3855
|
+
},
|
|
3856
|
+
topic: {
|
|
3035
3857
|
serializedName: "properties.topic",
|
|
3036
3858
|
readOnly: true,
|
|
3037
3859
|
type: {
|
|
3038
3860
|
name: "String",
|
|
3039
3861
|
},
|
|
3040
|
-
},
|
|
3862
|
+
},
|
|
3863
|
+
provisioningState: {
|
|
3041
3864
|
serializedName: "properties.provisioningState",
|
|
3042
3865
|
readOnly: true,
|
|
3043
3866
|
type: {
|
|
3044
3867
|
name: "String",
|
|
3045
3868
|
},
|
|
3046
|
-
},
|
|
3869
|
+
},
|
|
3870
|
+
destination: {
|
|
3047
3871
|
serializedName: "properties.destination",
|
|
3048
3872
|
type: {
|
|
3049
3873
|
name: "Composite",
|
|
3050
3874
|
className: "EventSubscriptionDestination",
|
|
3051
3875
|
},
|
|
3052
|
-
},
|
|
3876
|
+
},
|
|
3877
|
+
deliveryWithResourceIdentity: {
|
|
3053
3878
|
serializedName: "properties.deliveryWithResourceIdentity",
|
|
3054
3879
|
type: {
|
|
3055
3880
|
name: "Composite",
|
|
3056
3881
|
className: "DeliveryWithResourceIdentity",
|
|
3057
3882
|
},
|
|
3058
|
-
},
|
|
3883
|
+
},
|
|
3884
|
+
filter: {
|
|
3059
3885
|
serializedName: "properties.filter",
|
|
3060
3886
|
type: {
|
|
3061
3887
|
name: "Composite",
|
|
3062
3888
|
className: "EventSubscriptionFilter",
|
|
3063
3889
|
},
|
|
3064
|
-
},
|
|
3890
|
+
},
|
|
3891
|
+
labels: {
|
|
3065
3892
|
serializedName: "properties.labels",
|
|
3066
3893
|
type: {
|
|
3067
3894
|
name: "Sequence",
|
|
@@ -3071,212 +3898,303 @@ export const EventSubscription = {
|
|
|
3071
3898
|
},
|
|
3072
3899
|
},
|
|
3073
3900
|
},
|
|
3074
|
-
},
|
|
3901
|
+
},
|
|
3902
|
+
expirationTimeUtc: {
|
|
3075
3903
|
serializedName: "properties.expirationTimeUtc",
|
|
3076
3904
|
type: {
|
|
3077
3905
|
name: "DateTime",
|
|
3078
3906
|
},
|
|
3079
|
-
},
|
|
3907
|
+
},
|
|
3908
|
+
eventDeliverySchema: {
|
|
3080
3909
|
serializedName: "properties.eventDeliverySchema",
|
|
3081
3910
|
type: {
|
|
3082
3911
|
name: "String",
|
|
3083
3912
|
},
|
|
3084
|
-
},
|
|
3913
|
+
},
|
|
3914
|
+
retryPolicy: {
|
|
3085
3915
|
serializedName: "properties.retryPolicy",
|
|
3086
3916
|
type: {
|
|
3087
3917
|
name: "Composite",
|
|
3088
3918
|
className: "RetryPolicy",
|
|
3089
3919
|
},
|
|
3090
|
-
},
|
|
3920
|
+
},
|
|
3921
|
+
deadLetterDestination: {
|
|
3091
3922
|
serializedName: "properties.deadLetterDestination",
|
|
3092
3923
|
type: {
|
|
3093
3924
|
name: "Composite",
|
|
3094
3925
|
className: "DeadLetterDestination",
|
|
3095
3926
|
},
|
|
3096
|
-
},
|
|
3927
|
+
},
|
|
3928
|
+
deadLetterWithResourceIdentity: {
|
|
3097
3929
|
serializedName: "properties.deadLetterWithResourceIdentity",
|
|
3098
3930
|
type: {
|
|
3099
3931
|
name: "Composite",
|
|
3100
3932
|
className: "DeadLetterWithResourceIdentity",
|
|
3101
3933
|
},
|
|
3102
|
-
}
|
|
3934
|
+
},
|
|
3935
|
+
},
|
|
3103
3936
|
},
|
|
3104
3937
|
};
|
|
3105
3938
|
export const NamespaceTopic = {
|
|
3106
3939
|
type: {
|
|
3107
3940
|
name: "Composite",
|
|
3108
3941
|
className: "NamespaceTopic",
|
|
3109
|
-
modelProperties:
|
|
3942
|
+
modelProperties: {
|
|
3943
|
+
...Resource.type.modelProperties,
|
|
3944
|
+
systemData: {
|
|
3110
3945
|
serializedName: "systemData",
|
|
3111
3946
|
type: {
|
|
3112
3947
|
name: "Composite",
|
|
3113
3948
|
className: "SystemData",
|
|
3114
3949
|
},
|
|
3115
|
-
},
|
|
3950
|
+
},
|
|
3951
|
+
provisioningState: {
|
|
3116
3952
|
serializedName: "properties.provisioningState",
|
|
3117
3953
|
readOnly: true,
|
|
3118
3954
|
type: {
|
|
3119
3955
|
name: "String",
|
|
3120
3956
|
},
|
|
3121
|
-
},
|
|
3957
|
+
},
|
|
3958
|
+
publisherType: {
|
|
3122
3959
|
serializedName: "properties.publisherType",
|
|
3123
3960
|
type: {
|
|
3124
3961
|
name: "String",
|
|
3125
3962
|
},
|
|
3126
|
-
},
|
|
3963
|
+
},
|
|
3964
|
+
inputSchema: {
|
|
3127
3965
|
defaultValue: "CloudEventSchemaV1_0",
|
|
3128
3966
|
serializedName: "properties.inputSchema",
|
|
3129
3967
|
type: {
|
|
3130
3968
|
name: "String",
|
|
3131
3969
|
},
|
|
3132
|
-
},
|
|
3970
|
+
},
|
|
3971
|
+
eventRetentionInDays: {
|
|
3133
3972
|
serializedName: "properties.eventRetentionInDays",
|
|
3134
3973
|
type: {
|
|
3135
3974
|
name: "Number",
|
|
3136
3975
|
},
|
|
3137
|
-
}
|
|
3976
|
+
},
|
|
3977
|
+
},
|
|
3138
3978
|
},
|
|
3139
3979
|
};
|
|
3140
3980
|
export const PartnerConfiguration = {
|
|
3141
3981
|
type: {
|
|
3142
3982
|
name: "Composite",
|
|
3143
3983
|
className: "PartnerConfiguration",
|
|
3144
|
-
modelProperties:
|
|
3984
|
+
modelProperties: {
|
|
3985
|
+
...Resource.type.modelProperties,
|
|
3986
|
+
systemData: {
|
|
3145
3987
|
serializedName: "systemData",
|
|
3146
3988
|
type: {
|
|
3147
3989
|
name: "Composite",
|
|
3148
3990
|
className: "SystemData",
|
|
3149
3991
|
},
|
|
3150
|
-
},
|
|
3992
|
+
},
|
|
3993
|
+
location: {
|
|
3151
3994
|
serializedName: "location",
|
|
3152
3995
|
type: {
|
|
3153
3996
|
name: "String",
|
|
3154
3997
|
},
|
|
3155
|
-
},
|
|
3998
|
+
},
|
|
3999
|
+
tags: {
|
|
3156
4000
|
serializedName: "tags",
|
|
3157
4001
|
type: {
|
|
3158
4002
|
name: "Dictionary",
|
|
3159
4003
|
value: { type: { name: "String" } },
|
|
3160
4004
|
},
|
|
3161
|
-
},
|
|
4005
|
+
},
|
|
4006
|
+
partnerAuthorization: {
|
|
3162
4007
|
serializedName: "properties.partnerAuthorization",
|
|
3163
4008
|
type: {
|
|
3164
4009
|
name: "Composite",
|
|
3165
4010
|
className: "PartnerAuthorization",
|
|
3166
4011
|
},
|
|
3167
|
-
},
|
|
4012
|
+
},
|
|
4013
|
+
provisioningState: {
|
|
4014
|
+
serializedName: "properties.provisioningState",
|
|
4015
|
+
type: {
|
|
4016
|
+
name: "String",
|
|
4017
|
+
},
|
|
4018
|
+
},
|
|
4019
|
+
},
|
|
4020
|
+
},
|
|
4021
|
+
};
|
|
4022
|
+
export const NetworkSecurityPerimeterConfiguration = {
|
|
4023
|
+
type: {
|
|
4024
|
+
name: "Composite",
|
|
4025
|
+
className: "NetworkSecurityPerimeterConfiguration",
|
|
4026
|
+
modelProperties: {
|
|
4027
|
+
...Resource.type.modelProperties,
|
|
4028
|
+
provisioningState: {
|
|
3168
4029
|
serializedName: "properties.provisioningState",
|
|
3169
4030
|
type: {
|
|
3170
4031
|
name: "String",
|
|
3171
4032
|
},
|
|
3172
|
-
}
|
|
4033
|
+
},
|
|
4034
|
+
provisioningIssues: {
|
|
4035
|
+
serializedName: "properties.provisioningIssues",
|
|
4036
|
+
type: {
|
|
4037
|
+
name: "Sequence",
|
|
4038
|
+
element: {
|
|
4039
|
+
type: {
|
|
4040
|
+
name: "Composite",
|
|
4041
|
+
className: "NetworkSecurityPerimeterConfigurationIssues",
|
|
4042
|
+
},
|
|
4043
|
+
},
|
|
4044
|
+
},
|
|
4045
|
+
},
|
|
4046
|
+
networkSecurityPerimeter: {
|
|
4047
|
+
serializedName: "properties.networkSecurityPerimeter",
|
|
4048
|
+
type: {
|
|
4049
|
+
name: "Composite",
|
|
4050
|
+
className: "NetworkSecurityPerimeterInfo",
|
|
4051
|
+
},
|
|
4052
|
+
},
|
|
4053
|
+
resourceAssociation: {
|
|
4054
|
+
serializedName: "properties.resourceAssociation",
|
|
4055
|
+
type: {
|
|
4056
|
+
name: "Composite",
|
|
4057
|
+
className: "ResourceAssociation",
|
|
4058
|
+
},
|
|
4059
|
+
},
|
|
4060
|
+
profile: {
|
|
4061
|
+
serializedName: "properties.profile",
|
|
4062
|
+
type: {
|
|
4063
|
+
name: "Composite",
|
|
4064
|
+
className: "NetworkSecurityPerimeterConfigurationProfile",
|
|
4065
|
+
},
|
|
4066
|
+
},
|
|
4067
|
+
},
|
|
3173
4068
|
},
|
|
3174
4069
|
};
|
|
3175
4070
|
export const PermissionBinding = {
|
|
3176
4071
|
type: {
|
|
3177
4072
|
name: "Composite",
|
|
3178
4073
|
className: "PermissionBinding",
|
|
3179
|
-
modelProperties:
|
|
4074
|
+
modelProperties: {
|
|
4075
|
+
...Resource.type.modelProperties,
|
|
4076
|
+
systemData: {
|
|
3180
4077
|
serializedName: "systemData",
|
|
3181
4078
|
type: {
|
|
3182
4079
|
name: "Composite",
|
|
3183
4080
|
className: "SystemData",
|
|
3184
4081
|
},
|
|
3185
|
-
},
|
|
4082
|
+
},
|
|
4083
|
+
description: {
|
|
3186
4084
|
serializedName: "properties.description",
|
|
3187
4085
|
type: {
|
|
3188
4086
|
name: "String",
|
|
3189
4087
|
},
|
|
3190
|
-
},
|
|
4088
|
+
},
|
|
4089
|
+
topicSpaceName: {
|
|
3191
4090
|
serializedName: "properties.topicSpaceName",
|
|
3192
4091
|
type: {
|
|
3193
4092
|
name: "String",
|
|
3194
4093
|
},
|
|
3195
|
-
},
|
|
4094
|
+
},
|
|
4095
|
+
permission: {
|
|
3196
4096
|
serializedName: "properties.permission",
|
|
3197
4097
|
type: {
|
|
3198
4098
|
name: "String",
|
|
3199
4099
|
},
|
|
3200
|
-
},
|
|
4100
|
+
},
|
|
4101
|
+
clientGroupName: {
|
|
3201
4102
|
serializedName: "properties.clientGroupName",
|
|
3202
4103
|
type: {
|
|
3203
4104
|
name: "String",
|
|
3204
4105
|
},
|
|
3205
|
-
},
|
|
4106
|
+
},
|
|
4107
|
+
provisioningState: {
|
|
3206
4108
|
serializedName: "properties.provisioningState",
|
|
3207
4109
|
readOnly: true,
|
|
3208
4110
|
type: {
|
|
3209
4111
|
name: "String",
|
|
3210
4112
|
},
|
|
3211
|
-
}
|
|
4113
|
+
},
|
|
4114
|
+
},
|
|
3212
4115
|
},
|
|
3213
4116
|
};
|
|
3214
4117
|
export const EventType = {
|
|
3215
4118
|
type: {
|
|
3216
4119
|
name: "Composite",
|
|
3217
4120
|
className: "EventType",
|
|
3218
|
-
modelProperties:
|
|
4121
|
+
modelProperties: {
|
|
4122
|
+
...Resource.type.modelProperties,
|
|
4123
|
+
displayName: {
|
|
3219
4124
|
serializedName: "properties.displayName",
|
|
3220
4125
|
type: {
|
|
3221
4126
|
name: "String",
|
|
3222
4127
|
},
|
|
3223
|
-
},
|
|
4128
|
+
},
|
|
4129
|
+
description: {
|
|
3224
4130
|
serializedName: "properties.description",
|
|
3225
4131
|
type: {
|
|
3226
4132
|
name: "String",
|
|
3227
4133
|
},
|
|
3228
|
-
},
|
|
4134
|
+
},
|
|
4135
|
+
schemaUrl: {
|
|
3229
4136
|
serializedName: "properties.schemaUrl",
|
|
3230
4137
|
type: {
|
|
3231
4138
|
name: "String",
|
|
3232
4139
|
},
|
|
3233
|
-
},
|
|
4140
|
+
},
|
|
4141
|
+
isInDefaultSet: {
|
|
3234
4142
|
serializedName: "properties.isInDefaultSet",
|
|
3235
4143
|
type: {
|
|
3236
4144
|
name: "Boolean",
|
|
3237
4145
|
},
|
|
3238
|
-
}
|
|
4146
|
+
},
|
|
4147
|
+
},
|
|
3239
4148
|
},
|
|
3240
4149
|
};
|
|
3241
4150
|
export const ExtensionTopic = {
|
|
3242
4151
|
type: {
|
|
3243
4152
|
name: "Composite",
|
|
3244
4153
|
className: "ExtensionTopic",
|
|
3245
|
-
modelProperties:
|
|
4154
|
+
modelProperties: {
|
|
4155
|
+
...Resource.type.modelProperties,
|
|
4156
|
+
systemData: {
|
|
3246
4157
|
serializedName: "systemData",
|
|
3247
4158
|
type: {
|
|
3248
4159
|
name: "Composite",
|
|
3249
4160
|
className: "SystemData",
|
|
3250
4161
|
},
|
|
3251
|
-
},
|
|
4162
|
+
},
|
|
4163
|
+
description: {
|
|
3252
4164
|
serializedName: "properties.description",
|
|
3253
4165
|
type: {
|
|
3254
4166
|
name: "String",
|
|
3255
4167
|
},
|
|
3256
|
-
},
|
|
4168
|
+
},
|
|
4169
|
+
systemTopic: {
|
|
3257
4170
|
serializedName: "properties.systemTopic",
|
|
3258
4171
|
type: {
|
|
3259
4172
|
name: "String",
|
|
3260
4173
|
},
|
|
3261
|
-
}
|
|
4174
|
+
},
|
|
4175
|
+
},
|
|
3262
4176
|
},
|
|
3263
4177
|
};
|
|
3264
4178
|
export const TopicSpace = {
|
|
3265
4179
|
type: {
|
|
3266
4180
|
name: "Composite",
|
|
3267
4181
|
className: "TopicSpace",
|
|
3268
|
-
modelProperties:
|
|
4182
|
+
modelProperties: {
|
|
4183
|
+
...Resource.type.modelProperties,
|
|
4184
|
+
systemData: {
|
|
3269
4185
|
serializedName: "systemData",
|
|
3270
4186
|
type: {
|
|
3271
4187
|
name: "Composite",
|
|
3272
4188
|
className: "SystemData",
|
|
3273
4189
|
},
|
|
3274
|
-
},
|
|
4190
|
+
},
|
|
4191
|
+
description: {
|
|
3275
4192
|
serializedName: "properties.description",
|
|
3276
4193
|
type: {
|
|
3277
4194
|
name: "String",
|
|
3278
4195
|
},
|
|
3279
|
-
},
|
|
4196
|
+
},
|
|
4197
|
+
topicTemplates: {
|
|
3280
4198
|
serializedName: "properties.topicTemplates",
|
|
3281
4199
|
type: {
|
|
3282
4200
|
name: "Sequence",
|
|
@@ -3286,45 +4204,54 @@ export const TopicSpace = {
|
|
|
3286
4204
|
},
|
|
3287
4205
|
},
|
|
3288
4206
|
},
|
|
3289
|
-
},
|
|
4207
|
+
},
|
|
4208
|
+
provisioningState: {
|
|
3290
4209
|
serializedName: "properties.provisioningState",
|
|
3291
4210
|
readOnly: true,
|
|
3292
4211
|
type: {
|
|
3293
4212
|
name: "String",
|
|
3294
4213
|
},
|
|
3295
|
-
}
|
|
4214
|
+
},
|
|
4215
|
+
},
|
|
3296
4216
|
},
|
|
3297
4217
|
};
|
|
3298
4218
|
export const TopicTypeInfo = {
|
|
3299
4219
|
type: {
|
|
3300
4220
|
name: "Composite",
|
|
3301
4221
|
className: "TopicTypeInfo",
|
|
3302
|
-
modelProperties:
|
|
4222
|
+
modelProperties: {
|
|
4223
|
+
...Resource.type.modelProperties,
|
|
4224
|
+
provider: {
|
|
3303
4225
|
serializedName: "properties.provider",
|
|
3304
4226
|
type: {
|
|
3305
4227
|
name: "String",
|
|
3306
4228
|
},
|
|
3307
|
-
},
|
|
4229
|
+
},
|
|
4230
|
+
displayName: {
|
|
3308
4231
|
serializedName: "properties.displayName",
|
|
3309
4232
|
type: {
|
|
3310
4233
|
name: "String",
|
|
3311
4234
|
},
|
|
3312
|
-
},
|
|
4235
|
+
},
|
|
4236
|
+
description: {
|
|
3313
4237
|
serializedName: "properties.description",
|
|
3314
4238
|
type: {
|
|
3315
4239
|
name: "String",
|
|
3316
4240
|
},
|
|
3317
|
-
},
|
|
4241
|
+
},
|
|
4242
|
+
resourceRegionType: {
|
|
3318
4243
|
serializedName: "properties.resourceRegionType",
|
|
3319
4244
|
type: {
|
|
3320
4245
|
name: "String",
|
|
3321
4246
|
},
|
|
3322
|
-
},
|
|
4247
|
+
},
|
|
4248
|
+
provisioningState: {
|
|
3323
4249
|
serializedName: "properties.provisioningState",
|
|
3324
4250
|
type: {
|
|
3325
4251
|
name: "String",
|
|
3326
4252
|
},
|
|
3327
|
-
},
|
|
4253
|
+
},
|
|
4254
|
+
supportedLocations: {
|
|
3328
4255
|
serializedName: "properties.supportedLocations",
|
|
3329
4256
|
type: {
|
|
3330
4257
|
name: "Sequence",
|
|
@@ -3334,12 +4261,14 @@ export const TopicTypeInfo = {
|
|
|
3334
4261
|
},
|
|
3335
4262
|
},
|
|
3336
4263
|
},
|
|
3337
|
-
},
|
|
4264
|
+
},
|
|
4265
|
+
sourceResourceFormat: {
|
|
3338
4266
|
serializedName: "properties.sourceResourceFormat",
|
|
3339
4267
|
type: {
|
|
3340
4268
|
name: "String",
|
|
3341
4269
|
},
|
|
3342
|
-
},
|
|
4270
|
+
},
|
|
4271
|
+
supportedScopesForSource: {
|
|
3343
4272
|
serializedName: "properties.supportedScopesForSource",
|
|
3344
4273
|
type: {
|
|
3345
4274
|
name: "Sequence",
|
|
@@ -3349,12 +4278,14 @@ export const TopicTypeInfo = {
|
|
|
3349
4278
|
},
|
|
3350
4279
|
},
|
|
3351
4280
|
},
|
|
3352
|
-
},
|
|
4281
|
+
},
|
|
4282
|
+
areRegionalAndGlobalSourcesSupported: {
|
|
3353
4283
|
serializedName: "properties.areRegionalAndGlobalSourcesSupported",
|
|
3354
4284
|
type: {
|
|
3355
4285
|
name: "Boolean",
|
|
3356
4286
|
},
|
|
3357
|
-
},
|
|
4287
|
+
},
|
|
4288
|
+
additionalEnforcedPermissions: {
|
|
3358
4289
|
serializedName: "properties.additionalEnforcedPermissions",
|
|
3359
4290
|
type: {
|
|
3360
4291
|
name: "Sequence",
|
|
@@ -3365,46 +4296,124 @@ export const TopicTypeInfo = {
|
|
|
3365
4296
|
},
|
|
3366
4297
|
},
|
|
3367
4298
|
},
|
|
3368
|
-
}
|
|
4299
|
+
},
|
|
4300
|
+
},
|
|
3369
4301
|
},
|
|
3370
4302
|
};
|
|
3371
4303
|
export const VerifiedPartner = {
|
|
3372
4304
|
type: {
|
|
3373
4305
|
name: "Composite",
|
|
3374
4306
|
className: "VerifiedPartner",
|
|
3375
|
-
modelProperties:
|
|
4307
|
+
modelProperties: {
|
|
4308
|
+
...Resource.type.modelProperties,
|
|
4309
|
+
systemData: {
|
|
3376
4310
|
serializedName: "systemData",
|
|
3377
4311
|
type: {
|
|
3378
4312
|
name: "Composite",
|
|
3379
4313
|
className: "SystemData",
|
|
3380
4314
|
},
|
|
3381
|
-
},
|
|
4315
|
+
},
|
|
4316
|
+
partnerRegistrationImmutableId: {
|
|
3382
4317
|
serializedName: "properties.partnerRegistrationImmutableId",
|
|
3383
4318
|
type: {
|
|
3384
4319
|
name: "Uuid",
|
|
3385
4320
|
},
|
|
3386
|
-
},
|
|
4321
|
+
},
|
|
4322
|
+
organizationName: {
|
|
3387
4323
|
serializedName: "properties.organizationName",
|
|
3388
4324
|
type: {
|
|
3389
4325
|
name: "String",
|
|
3390
4326
|
},
|
|
3391
|
-
},
|
|
4327
|
+
},
|
|
4328
|
+
partnerDisplayName: {
|
|
3392
4329
|
serializedName: "properties.partnerDisplayName",
|
|
3393
4330
|
type: {
|
|
3394
4331
|
name: "String",
|
|
3395
4332
|
},
|
|
3396
|
-
},
|
|
4333
|
+
},
|
|
4334
|
+
partnerTopicDetails: {
|
|
3397
4335
|
serializedName: "properties.partnerTopicDetails",
|
|
3398
4336
|
type: {
|
|
3399
4337
|
name: "Composite",
|
|
3400
4338
|
className: "PartnerDetails",
|
|
3401
4339
|
},
|
|
3402
|
-
},
|
|
4340
|
+
},
|
|
4341
|
+
partnerDestinationDetails: {
|
|
4342
|
+
serializedName: "properties.partnerDestinationDetails",
|
|
4343
|
+
type: {
|
|
4344
|
+
name: "Composite",
|
|
4345
|
+
className: "PartnerDetails",
|
|
4346
|
+
},
|
|
4347
|
+
},
|
|
4348
|
+
provisioningState: {
|
|
3403
4349
|
serializedName: "properties.provisioningState",
|
|
3404
4350
|
type: {
|
|
3405
4351
|
name: "String",
|
|
3406
4352
|
},
|
|
3407
|
-
}
|
|
4353
|
+
},
|
|
4354
|
+
},
|
|
4355
|
+
},
|
|
4356
|
+
};
|
|
4357
|
+
export const WebhookPartnerDestinationInfo = {
|
|
4358
|
+
serializedName: "WebHook",
|
|
4359
|
+
type: {
|
|
4360
|
+
name: "Composite",
|
|
4361
|
+
className: "WebhookPartnerDestinationInfo",
|
|
4362
|
+
uberParent: "PartnerDestinationInfo",
|
|
4363
|
+
polymorphicDiscriminator: PartnerDestinationInfo.type.polymorphicDiscriminator,
|
|
4364
|
+
modelProperties: {
|
|
4365
|
+
...PartnerDestinationInfo.type.modelProperties,
|
|
4366
|
+
endpointUrl: {
|
|
4367
|
+
serializedName: "properties.endpointUrl",
|
|
4368
|
+
type: {
|
|
4369
|
+
name: "String",
|
|
4370
|
+
},
|
|
4371
|
+
},
|
|
4372
|
+
endpointBaseUrl: {
|
|
4373
|
+
serializedName: "properties.endpointBaseUrl",
|
|
4374
|
+
type: {
|
|
4375
|
+
name: "String",
|
|
4376
|
+
},
|
|
4377
|
+
},
|
|
4378
|
+
clientAuthentication: {
|
|
4379
|
+
serializedName: "properties.clientAuthentication",
|
|
4380
|
+
type: {
|
|
4381
|
+
name: "Composite",
|
|
4382
|
+
className: "PartnerClientAuthentication",
|
|
4383
|
+
},
|
|
4384
|
+
},
|
|
4385
|
+
},
|
|
4386
|
+
},
|
|
4387
|
+
};
|
|
4388
|
+
export const WebhookUpdatePartnerDestinationInfo = {
|
|
4389
|
+
serializedName: "WebHook",
|
|
4390
|
+
type: {
|
|
4391
|
+
name: "Composite",
|
|
4392
|
+
className: "WebhookUpdatePartnerDestinationInfo",
|
|
4393
|
+
uberParent: "PartnerUpdateDestinationInfo",
|
|
4394
|
+
polymorphicDiscriminator: PartnerUpdateDestinationInfo.type.polymorphicDiscriminator,
|
|
4395
|
+
modelProperties: {
|
|
4396
|
+
...PartnerUpdateDestinationInfo.type.modelProperties,
|
|
4397
|
+
endpointUrl: {
|
|
4398
|
+
serializedName: "properties.endpointUrl",
|
|
4399
|
+
type: {
|
|
4400
|
+
name: "String",
|
|
4401
|
+
},
|
|
4402
|
+
},
|
|
4403
|
+
endpointBaseUrl: {
|
|
4404
|
+
serializedName: "properties.endpointBaseUrl",
|
|
4405
|
+
type: {
|
|
4406
|
+
name: "String",
|
|
4407
|
+
},
|
|
4408
|
+
},
|
|
4409
|
+
clientAuthentication: {
|
|
4410
|
+
serializedName: "properties.clientAuthentication",
|
|
4411
|
+
type: {
|
|
4412
|
+
name: "Composite",
|
|
4413
|
+
className: "PartnerClientAuthentication",
|
|
4414
|
+
},
|
|
4415
|
+
},
|
|
4416
|
+
},
|
|
3408
4417
|
},
|
|
3409
4418
|
};
|
|
3410
4419
|
export const JsonInputSchemaMapping = {
|
|
@@ -3414,43 +4423,51 @@ export const JsonInputSchemaMapping = {
|
|
|
3414
4423
|
className: "JsonInputSchemaMapping",
|
|
3415
4424
|
uberParent: "InputSchemaMapping",
|
|
3416
4425
|
polymorphicDiscriminator: InputSchemaMapping.type.polymorphicDiscriminator,
|
|
3417
|
-
modelProperties:
|
|
4426
|
+
modelProperties: {
|
|
4427
|
+
...InputSchemaMapping.type.modelProperties,
|
|
4428
|
+
id: {
|
|
3418
4429
|
serializedName: "properties.id",
|
|
3419
4430
|
type: {
|
|
3420
4431
|
name: "Composite",
|
|
3421
4432
|
className: "JsonField",
|
|
3422
4433
|
},
|
|
3423
|
-
},
|
|
4434
|
+
},
|
|
4435
|
+
topic: {
|
|
3424
4436
|
serializedName: "properties.topic",
|
|
3425
4437
|
type: {
|
|
3426
4438
|
name: "Composite",
|
|
3427
4439
|
className: "JsonField",
|
|
3428
4440
|
},
|
|
3429
|
-
},
|
|
4441
|
+
},
|
|
4442
|
+
eventTime: {
|
|
3430
4443
|
serializedName: "properties.eventTime",
|
|
3431
4444
|
type: {
|
|
3432
4445
|
name: "Composite",
|
|
3433
4446
|
className: "JsonField",
|
|
3434
4447
|
},
|
|
3435
|
-
},
|
|
4448
|
+
},
|
|
4449
|
+
eventType: {
|
|
3436
4450
|
serializedName: "properties.eventType",
|
|
3437
4451
|
type: {
|
|
3438
4452
|
name: "Composite",
|
|
3439
4453
|
className: "JsonFieldWithDefault",
|
|
3440
4454
|
},
|
|
3441
|
-
},
|
|
4455
|
+
},
|
|
4456
|
+
subject: {
|
|
3442
4457
|
serializedName: "properties.subject",
|
|
3443
4458
|
type: {
|
|
3444
4459
|
name: "Composite",
|
|
3445
4460
|
className: "JsonFieldWithDefault",
|
|
3446
4461
|
},
|
|
3447
|
-
},
|
|
4462
|
+
},
|
|
4463
|
+
dataVersion: {
|
|
3448
4464
|
serializedName: "properties.dataVersion",
|
|
3449
4465
|
type: {
|
|
3450
4466
|
name: "Composite",
|
|
3451
4467
|
className: "JsonFieldWithDefault",
|
|
3452
4468
|
},
|
|
3453
|
-
}
|
|
4469
|
+
},
|
|
4470
|
+
},
|
|
3454
4471
|
},
|
|
3455
4472
|
};
|
|
3456
4473
|
export const StaticDeliveryAttributeMapping = {
|
|
@@ -3460,18 +4477,22 @@ export const StaticDeliveryAttributeMapping = {
|
|
|
3460
4477
|
className: "StaticDeliveryAttributeMapping",
|
|
3461
4478
|
uberParent: "DeliveryAttributeMapping",
|
|
3462
4479
|
polymorphicDiscriminator: DeliveryAttributeMapping.type.polymorphicDiscriminator,
|
|
3463
|
-
modelProperties:
|
|
4480
|
+
modelProperties: {
|
|
4481
|
+
...DeliveryAttributeMapping.type.modelProperties,
|
|
4482
|
+
value: {
|
|
3464
4483
|
serializedName: "properties.value",
|
|
3465
4484
|
type: {
|
|
3466
4485
|
name: "String",
|
|
3467
4486
|
},
|
|
3468
|
-
},
|
|
4487
|
+
},
|
|
4488
|
+
isSecret: {
|
|
3469
4489
|
defaultValue: false,
|
|
3470
4490
|
serializedName: "properties.isSecret",
|
|
3471
4491
|
type: {
|
|
3472
4492
|
name: "Boolean",
|
|
3473
4493
|
},
|
|
3474
|
-
}
|
|
4494
|
+
},
|
|
4495
|
+
},
|
|
3475
4496
|
},
|
|
3476
4497
|
};
|
|
3477
4498
|
export const DynamicDeliveryAttributeMapping = {
|
|
@@ -3481,12 +4502,15 @@ export const DynamicDeliveryAttributeMapping = {
|
|
|
3481
4502
|
className: "DynamicDeliveryAttributeMapping",
|
|
3482
4503
|
uberParent: "DeliveryAttributeMapping",
|
|
3483
4504
|
polymorphicDiscriminator: DeliveryAttributeMapping.type.polymorphicDiscriminator,
|
|
3484
|
-
modelProperties:
|
|
4505
|
+
modelProperties: {
|
|
4506
|
+
...DeliveryAttributeMapping.type.modelProperties,
|
|
4507
|
+
sourceField: {
|
|
3485
4508
|
serializedName: "properties.sourceField",
|
|
3486
4509
|
type: {
|
|
3487
4510
|
name: "String",
|
|
3488
4511
|
},
|
|
3489
|
-
}
|
|
4512
|
+
},
|
|
4513
|
+
},
|
|
3490
4514
|
},
|
|
3491
4515
|
};
|
|
3492
4516
|
export const StorageBlobDeadLetterDestination = {
|
|
@@ -3496,17 +4520,21 @@ export const StorageBlobDeadLetterDestination = {
|
|
|
3496
4520
|
className: "StorageBlobDeadLetterDestination",
|
|
3497
4521
|
uberParent: "DeadLetterDestination",
|
|
3498
4522
|
polymorphicDiscriminator: DeadLetterDestination.type.polymorphicDiscriminator,
|
|
3499
|
-
modelProperties:
|
|
4523
|
+
modelProperties: {
|
|
4524
|
+
...DeadLetterDestination.type.modelProperties,
|
|
4525
|
+
resourceId: {
|
|
3500
4526
|
serializedName: "properties.resourceId",
|
|
3501
4527
|
type: {
|
|
3502
4528
|
name: "String",
|
|
3503
4529
|
},
|
|
3504
|
-
},
|
|
4530
|
+
},
|
|
4531
|
+
blobContainerName: {
|
|
3505
4532
|
serializedName: "properties.blobContainerName",
|
|
3506
4533
|
type: {
|
|
3507
4534
|
name: "String",
|
|
3508
4535
|
},
|
|
3509
|
-
}
|
|
4536
|
+
},
|
|
4537
|
+
},
|
|
3510
4538
|
},
|
|
3511
4539
|
};
|
|
3512
4540
|
export const WebHookEventSubscriptionDestination = {
|
|
@@ -3516,40 +4544,48 @@ export const WebHookEventSubscriptionDestination = {
|
|
|
3516
4544
|
className: "WebHookEventSubscriptionDestination",
|
|
3517
4545
|
uberParent: "EventSubscriptionDestination",
|
|
3518
4546
|
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
3519
|
-
modelProperties:
|
|
4547
|
+
modelProperties: {
|
|
4548
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
4549
|
+
endpointUrl: {
|
|
3520
4550
|
serializedName: "properties.endpointUrl",
|
|
3521
4551
|
type: {
|
|
3522
4552
|
name: "String",
|
|
3523
4553
|
},
|
|
3524
|
-
},
|
|
4554
|
+
},
|
|
4555
|
+
endpointBaseUrl: {
|
|
3525
4556
|
serializedName: "properties.endpointBaseUrl",
|
|
3526
4557
|
readOnly: true,
|
|
3527
4558
|
type: {
|
|
3528
4559
|
name: "String",
|
|
3529
4560
|
},
|
|
3530
|
-
},
|
|
4561
|
+
},
|
|
4562
|
+
maxEventsPerBatch: {
|
|
3531
4563
|
defaultValue: 1,
|
|
3532
4564
|
serializedName: "properties.maxEventsPerBatch",
|
|
3533
4565
|
type: {
|
|
3534
4566
|
name: "Number",
|
|
3535
4567
|
},
|
|
3536
|
-
},
|
|
4568
|
+
},
|
|
4569
|
+
preferredBatchSizeInKilobytes: {
|
|
3537
4570
|
defaultValue: 64,
|
|
3538
4571
|
serializedName: "properties.preferredBatchSizeInKilobytes",
|
|
3539
4572
|
type: {
|
|
3540
4573
|
name: "Number",
|
|
3541
4574
|
},
|
|
3542
|
-
},
|
|
4575
|
+
},
|
|
4576
|
+
azureActiveDirectoryTenantId: {
|
|
3543
4577
|
serializedName: "properties.azureActiveDirectoryTenantId",
|
|
3544
4578
|
type: {
|
|
3545
4579
|
name: "String",
|
|
3546
4580
|
},
|
|
3547
|
-
},
|
|
4581
|
+
},
|
|
4582
|
+
azureActiveDirectoryApplicationIdOrUri: {
|
|
3548
4583
|
serializedName: "properties.azureActiveDirectoryApplicationIdOrUri",
|
|
3549
4584
|
type: {
|
|
3550
4585
|
name: "String",
|
|
3551
4586
|
},
|
|
3552
|
-
},
|
|
4587
|
+
},
|
|
4588
|
+
deliveryAttributeMappings: {
|
|
3553
4589
|
serializedName: "properties.deliveryAttributeMappings",
|
|
3554
4590
|
type: {
|
|
3555
4591
|
name: "Sequence",
|
|
@@ -3560,12 +4596,14 @@ export const WebHookEventSubscriptionDestination = {
|
|
|
3560
4596
|
},
|
|
3561
4597
|
},
|
|
3562
4598
|
},
|
|
3563
|
-
},
|
|
4599
|
+
},
|
|
4600
|
+
minimumTlsVersionAllowed: {
|
|
3564
4601
|
serializedName: "properties.minimumTlsVersionAllowed",
|
|
3565
4602
|
type: {
|
|
3566
4603
|
name: "String",
|
|
3567
4604
|
},
|
|
3568
|
-
}
|
|
4605
|
+
},
|
|
4606
|
+
},
|
|
3569
4607
|
},
|
|
3570
4608
|
};
|
|
3571
4609
|
export const EventHubEventSubscriptionDestination = {
|
|
@@ -3575,12 +4613,15 @@ export const EventHubEventSubscriptionDestination = {
|
|
|
3575
4613
|
className: "EventHubEventSubscriptionDestination",
|
|
3576
4614
|
uberParent: "EventSubscriptionDestination",
|
|
3577
4615
|
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
3578
|
-
modelProperties:
|
|
4616
|
+
modelProperties: {
|
|
4617
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
4618
|
+
resourceId: {
|
|
3579
4619
|
serializedName: "properties.resourceId",
|
|
3580
4620
|
type: {
|
|
3581
4621
|
name: "String",
|
|
3582
4622
|
},
|
|
3583
|
-
},
|
|
4623
|
+
},
|
|
4624
|
+
deliveryAttributeMappings: {
|
|
3584
4625
|
serializedName: "properties.deliveryAttributeMappings",
|
|
3585
4626
|
type: {
|
|
3586
4627
|
name: "Sequence",
|
|
@@ -3591,7 +4632,8 @@ export const EventHubEventSubscriptionDestination = {
|
|
|
3591
4632
|
},
|
|
3592
4633
|
},
|
|
3593
4634
|
},
|
|
3594
|
-
}
|
|
4635
|
+
},
|
|
4636
|
+
},
|
|
3595
4637
|
},
|
|
3596
4638
|
};
|
|
3597
4639
|
export const StorageQueueEventSubscriptionDestination = {
|
|
@@ -3601,22 +4643,27 @@ export const StorageQueueEventSubscriptionDestination = {
|
|
|
3601
4643
|
className: "StorageQueueEventSubscriptionDestination",
|
|
3602
4644
|
uberParent: "EventSubscriptionDestination",
|
|
3603
4645
|
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
3604
|
-
modelProperties:
|
|
4646
|
+
modelProperties: {
|
|
4647
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
4648
|
+
resourceId: {
|
|
3605
4649
|
serializedName: "properties.resourceId",
|
|
3606
4650
|
type: {
|
|
3607
4651
|
name: "String",
|
|
3608
4652
|
},
|
|
3609
|
-
},
|
|
4653
|
+
},
|
|
4654
|
+
queueName: {
|
|
3610
4655
|
serializedName: "properties.queueName",
|
|
3611
4656
|
type: {
|
|
3612
4657
|
name: "String",
|
|
3613
4658
|
},
|
|
3614
|
-
},
|
|
4659
|
+
},
|
|
4660
|
+
queueMessageTimeToLiveInSeconds: {
|
|
3615
4661
|
serializedName: "properties.queueMessageTimeToLiveInSeconds",
|
|
3616
4662
|
type: {
|
|
3617
4663
|
name: "Number",
|
|
3618
4664
|
},
|
|
3619
|
-
}
|
|
4665
|
+
},
|
|
4666
|
+
},
|
|
3620
4667
|
},
|
|
3621
4668
|
};
|
|
3622
4669
|
export const HybridConnectionEventSubscriptionDestination = {
|
|
@@ -3626,12 +4673,15 @@ export const HybridConnectionEventSubscriptionDestination = {
|
|
|
3626
4673
|
className: "HybridConnectionEventSubscriptionDestination",
|
|
3627
4674
|
uberParent: "EventSubscriptionDestination",
|
|
3628
4675
|
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
3629
|
-
modelProperties:
|
|
4676
|
+
modelProperties: {
|
|
4677
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
4678
|
+
resourceId: {
|
|
3630
4679
|
serializedName: "properties.resourceId",
|
|
3631
4680
|
type: {
|
|
3632
4681
|
name: "String",
|
|
3633
4682
|
},
|
|
3634
|
-
},
|
|
4683
|
+
},
|
|
4684
|
+
deliveryAttributeMappings: {
|
|
3635
4685
|
serializedName: "properties.deliveryAttributeMappings",
|
|
3636
4686
|
type: {
|
|
3637
4687
|
name: "Sequence",
|
|
@@ -3642,7 +4692,8 @@ export const HybridConnectionEventSubscriptionDestination = {
|
|
|
3642
4692
|
},
|
|
3643
4693
|
},
|
|
3644
4694
|
},
|
|
3645
|
-
}
|
|
4695
|
+
},
|
|
4696
|
+
},
|
|
3646
4697
|
},
|
|
3647
4698
|
};
|
|
3648
4699
|
export const ServiceBusQueueEventSubscriptionDestination = {
|
|
@@ -3652,12 +4703,15 @@ export const ServiceBusQueueEventSubscriptionDestination = {
|
|
|
3652
4703
|
className: "ServiceBusQueueEventSubscriptionDestination",
|
|
3653
4704
|
uberParent: "EventSubscriptionDestination",
|
|
3654
4705
|
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
3655
|
-
modelProperties:
|
|
4706
|
+
modelProperties: {
|
|
4707
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
4708
|
+
resourceId: {
|
|
3656
4709
|
serializedName: "properties.resourceId",
|
|
3657
4710
|
type: {
|
|
3658
4711
|
name: "String",
|
|
3659
4712
|
},
|
|
3660
|
-
},
|
|
4713
|
+
},
|
|
4714
|
+
deliveryAttributeMappings: {
|
|
3661
4715
|
serializedName: "properties.deliveryAttributeMappings",
|
|
3662
4716
|
type: {
|
|
3663
4717
|
name: "Sequence",
|
|
@@ -3668,7 +4722,8 @@ export const ServiceBusQueueEventSubscriptionDestination = {
|
|
|
3668
4722
|
},
|
|
3669
4723
|
},
|
|
3670
4724
|
},
|
|
3671
|
-
}
|
|
4725
|
+
},
|
|
4726
|
+
},
|
|
3672
4727
|
},
|
|
3673
4728
|
};
|
|
3674
4729
|
export const ServiceBusTopicEventSubscriptionDestination = {
|
|
@@ -3678,12 +4733,15 @@ export const ServiceBusTopicEventSubscriptionDestination = {
|
|
|
3678
4733
|
className: "ServiceBusTopicEventSubscriptionDestination",
|
|
3679
4734
|
uberParent: "EventSubscriptionDestination",
|
|
3680
4735
|
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
3681
|
-
modelProperties:
|
|
4736
|
+
modelProperties: {
|
|
4737
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
4738
|
+
resourceId: {
|
|
3682
4739
|
serializedName: "properties.resourceId",
|
|
3683
4740
|
type: {
|
|
3684
4741
|
name: "String",
|
|
3685
4742
|
},
|
|
3686
|
-
},
|
|
4743
|
+
},
|
|
4744
|
+
deliveryAttributeMappings: {
|
|
3687
4745
|
serializedName: "properties.deliveryAttributeMappings",
|
|
3688
4746
|
type: {
|
|
3689
4747
|
name: "Sequence",
|
|
@@ -3694,7 +4752,8 @@ export const ServiceBusTopicEventSubscriptionDestination = {
|
|
|
3694
4752
|
},
|
|
3695
4753
|
},
|
|
3696
4754
|
},
|
|
3697
|
-
}
|
|
4755
|
+
},
|
|
4756
|
+
},
|
|
3698
4757
|
},
|
|
3699
4758
|
};
|
|
3700
4759
|
export const AzureFunctionEventSubscriptionDestination = {
|
|
@@ -3704,24 +4763,29 @@ export const AzureFunctionEventSubscriptionDestination = {
|
|
|
3704
4763
|
className: "AzureFunctionEventSubscriptionDestination",
|
|
3705
4764
|
uberParent: "EventSubscriptionDestination",
|
|
3706
4765
|
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
3707
|
-
modelProperties:
|
|
4766
|
+
modelProperties: {
|
|
4767
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
4768
|
+
resourceId: {
|
|
3708
4769
|
serializedName: "properties.resourceId",
|
|
3709
4770
|
type: {
|
|
3710
4771
|
name: "String",
|
|
3711
4772
|
},
|
|
3712
|
-
},
|
|
4773
|
+
},
|
|
4774
|
+
maxEventsPerBatch: {
|
|
3713
4775
|
defaultValue: 1,
|
|
3714
4776
|
serializedName: "properties.maxEventsPerBatch",
|
|
3715
4777
|
type: {
|
|
3716
4778
|
name: "Number",
|
|
3717
4779
|
},
|
|
3718
|
-
},
|
|
4780
|
+
},
|
|
4781
|
+
preferredBatchSizeInKilobytes: {
|
|
3719
4782
|
defaultValue: 64,
|
|
3720
4783
|
serializedName: "properties.preferredBatchSizeInKilobytes",
|
|
3721
4784
|
type: {
|
|
3722
4785
|
name: "Number",
|
|
3723
4786
|
},
|
|
3724
|
-
},
|
|
4787
|
+
},
|
|
4788
|
+
deliveryAttributeMappings: {
|
|
3725
4789
|
serializedName: "properties.deliveryAttributeMappings",
|
|
3726
4790
|
type: {
|
|
3727
4791
|
name: "Sequence",
|
|
@@ -3732,7 +4796,26 @@ export const AzureFunctionEventSubscriptionDestination = {
|
|
|
3732
4796
|
},
|
|
3733
4797
|
},
|
|
3734
4798
|
},
|
|
3735
|
-
}
|
|
4799
|
+
},
|
|
4800
|
+
},
|
|
4801
|
+
},
|
|
4802
|
+
};
|
|
4803
|
+
export const PartnerEventSubscriptionDestination = {
|
|
4804
|
+
serializedName: "PartnerDestination",
|
|
4805
|
+
type: {
|
|
4806
|
+
name: "Composite",
|
|
4807
|
+
className: "PartnerEventSubscriptionDestination",
|
|
4808
|
+
uberParent: "EventSubscriptionDestination",
|
|
4809
|
+
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
4810
|
+
modelProperties: {
|
|
4811
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
4812
|
+
resourceId: {
|
|
4813
|
+
serializedName: "properties.resourceId",
|
|
4814
|
+
type: {
|
|
4815
|
+
name: "String",
|
|
4816
|
+
},
|
|
4817
|
+
},
|
|
4818
|
+
},
|
|
3736
4819
|
},
|
|
3737
4820
|
};
|
|
3738
4821
|
export const MonitorAlertEventSubscriptionDestination = {
|
|
@@ -3742,17 +4825,21 @@ export const MonitorAlertEventSubscriptionDestination = {
|
|
|
3742
4825
|
className: "MonitorAlertEventSubscriptionDestination",
|
|
3743
4826
|
uberParent: "EventSubscriptionDestination",
|
|
3744
4827
|
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
3745
|
-
modelProperties:
|
|
4828
|
+
modelProperties: {
|
|
4829
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
4830
|
+
severity: {
|
|
3746
4831
|
serializedName: "properties.severity",
|
|
3747
4832
|
type: {
|
|
3748
4833
|
name: "String",
|
|
3749
4834
|
},
|
|
3750
|
-
},
|
|
4835
|
+
},
|
|
4836
|
+
description: {
|
|
3751
4837
|
serializedName: "properties.description",
|
|
3752
4838
|
type: {
|
|
3753
4839
|
name: "String",
|
|
3754
4840
|
},
|
|
3755
|
-
},
|
|
4841
|
+
},
|
|
4842
|
+
actionGroups: {
|
|
3756
4843
|
serializedName: "properties.actionGroups",
|
|
3757
4844
|
type: {
|
|
3758
4845
|
name: "Sequence",
|
|
@@ -3762,7 +4849,8 @@ export const MonitorAlertEventSubscriptionDestination = {
|
|
|
3762
4849
|
},
|
|
3763
4850
|
},
|
|
3764
4851
|
},
|
|
3765
|
-
}
|
|
4852
|
+
},
|
|
4853
|
+
},
|
|
3766
4854
|
},
|
|
3767
4855
|
};
|
|
3768
4856
|
export const NamespaceTopicEventSubscriptionDestination = {
|
|
@@ -3772,12 +4860,15 @@ export const NamespaceTopicEventSubscriptionDestination = {
|
|
|
3772
4860
|
className: "NamespaceTopicEventSubscriptionDestination",
|
|
3773
4861
|
uberParent: "EventSubscriptionDestination",
|
|
3774
4862
|
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
3775
|
-
modelProperties:
|
|
4863
|
+
modelProperties: {
|
|
4864
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
4865
|
+
resourceId: {
|
|
3776
4866
|
serializedName: "properties.resourceId",
|
|
3777
4867
|
type: {
|
|
3778
4868
|
name: "String",
|
|
3779
4869
|
},
|
|
3780
|
-
}
|
|
4870
|
+
},
|
|
4871
|
+
},
|
|
3781
4872
|
},
|
|
3782
4873
|
};
|
|
3783
4874
|
export const NumberInFilter = {
|
|
@@ -3787,7 +4878,9 @@ export const NumberInFilter = {
|
|
|
3787
4878
|
className: "NumberInFilter",
|
|
3788
4879
|
uberParent: "Filter",
|
|
3789
4880
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
3790
|
-
modelProperties:
|
|
4881
|
+
modelProperties: {
|
|
4882
|
+
...Filter.type.modelProperties,
|
|
4883
|
+
values: {
|
|
3791
4884
|
serializedName: "values",
|
|
3792
4885
|
type: {
|
|
3793
4886
|
name: "Sequence",
|
|
@@ -3797,7 +4890,8 @@ export const NumberInFilter = {
|
|
|
3797
4890
|
},
|
|
3798
4891
|
},
|
|
3799
4892
|
},
|
|
3800
|
-
}
|
|
4893
|
+
},
|
|
4894
|
+
},
|
|
3801
4895
|
},
|
|
3802
4896
|
};
|
|
3803
4897
|
export const NumberNotInFilter = {
|
|
@@ -3807,7 +4901,9 @@ export const NumberNotInFilter = {
|
|
|
3807
4901
|
className: "NumberNotInFilter",
|
|
3808
4902
|
uberParent: "Filter",
|
|
3809
4903
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
3810
|
-
modelProperties:
|
|
4904
|
+
modelProperties: {
|
|
4905
|
+
...Filter.type.modelProperties,
|
|
4906
|
+
values: {
|
|
3811
4907
|
serializedName: "values",
|
|
3812
4908
|
type: {
|
|
3813
4909
|
name: "Sequence",
|
|
@@ -3817,7 +4913,8 @@ export const NumberNotInFilter = {
|
|
|
3817
4913
|
},
|
|
3818
4914
|
},
|
|
3819
4915
|
},
|
|
3820
|
-
}
|
|
4916
|
+
},
|
|
4917
|
+
},
|
|
3821
4918
|
},
|
|
3822
4919
|
};
|
|
3823
4920
|
export const NumberLessThanFilter = {
|
|
@@ -3827,12 +4924,15 @@ export const NumberLessThanFilter = {
|
|
|
3827
4924
|
className: "NumberLessThanFilter",
|
|
3828
4925
|
uberParent: "Filter",
|
|
3829
4926
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
3830
|
-
modelProperties:
|
|
4927
|
+
modelProperties: {
|
|
4928
|
+
...Filter.type.modelProperties,
|
|
4929
|
+
value: {
|
|
3831
4930
|
serializedName: "value",
|
|
3832
4931
|
type: {
|
|
3833
4932
|
name: "Number",
|
|
3834
4933
|
},
|
|
3835
|
-
}
|
|
4934
|
+
},
|
|
4935
|
+
},
|
|
3836
4936
|
},
|
|
3837
4937
|
};
|
|
3838
4938
|
export const NumberGreaterThanFilter = {
|
|
@@ -3842,12 +4942,15 @@ export const NumberGreaterThanFilter = {
|
|
|
3842
4942
|
className: "NumberGreaterThanFilter",
|
|
3843
4943
|
uberParent: "Filter",
|
|
3844
4944
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
3845
|
-
modelProperties:
|
|
4945
|
+
modelProperties: {
|
|
4946
|
+
...Filter.type.modelProperties,
|
|
4947
|
+
value: {
|
|
3846
4948
|
serializedName: "value",
|
|
3847
4949
|
type: {
|
|
3848
4950
|
name: "Number",
|
|
3849
4951
|
},
|
|
3850
|
-
}
|
|
4952
|
+
},
|
|
4953
|
+
},
|
|
3851
4954
|
},
|
|
3852
4955
|
};
|
|
3853
4956
|
export const NumberLessThanOrEqualsFilter = {
|
|
@@ -3857,12 +4960,15 @@ export const NumberLessThanOrEqualsFilter = {
|
|
|
3857
4960
|
className: "NumberLessThanOrEqualsFilter",
|
|
3858
4961
|
uberParent: "Filter",
|
|
3859
4962
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
3860
|
-
modelProperties:
|
|
4963
|
+
modelProperties: {
|
|
4964
|
+
...Filter.type.modelProperties,
|
|
4965
|
+
value: {
|
|
3861
4966
|
serializedName: "value",
|
|
3862
4967
|
type: {
|
|
3863
4968
|
name: "Number",
|
|
3864
4969
|
},
|
|
3865
|
-
}
|
|
4970
|
+
},
|
|
4971
|
+
},
|
|
3866
4972
|
},
|
|
3867
4973
|
};
|
|
3868
4974
|
export const NumberGreaterThanOrEqualsFilter = {
|
|
@@ -3872,12 +4978,15 @@ export const NumberGreaterThanOrEqualsFilter = {
|
|
|
3872
4978
|
className: "NumberGreaterThanOrEqualsFilter",
|
|
3873
4979
|
uberParent: "Filter",
|
|
3874
4980
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
3875
|
-
modelProperties:
|
|
4981
|
+
modelProperties: {
|
|
4982
|
+
...Filter.type.modelProperties,
|
|
4983
|
+
value: {
|
|
3876
4984
|
serializedName: "value",
|
|
3877
4985
|
type: {
|
|
3878
4986
|
name: "Number",
|
|
3879
4987
|
},
|
|
3880
|
-
}
|
|
4988
|
+
},
|
|
4989
|
+
},
|
|
3881
4990
|
},
|
|
3882
4991
|
};
|
|
3883
4992
|
export const BoolEqualsFilter = {
|
|
@@ -3887,12 +4996,15 @@ export const BoolEqualsFilter = {
|
|
|
3887
4996
|
className: "BoolEqualsFilter",
|
|
3888
4997
|
uberParent: "Filter",
|
|
3889
4998
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
3890
|
-
modelProperties:
|
|
4999
|
+
modelProperties: {
|
|
5000
|
+
...Filter.type.modelProperties,
|
|
5001
|
+
value: {
|
|
3891
5002
|
serializedName: "value",
|
|
3892
5003
|
type: {
|
|
3893
5004
|
name: "Boolean",
|
|
3894
5005
|
},
|
|
3895
|
-
}
|
|
5006
|
+
},
|
|
5007
|
+
},
|
|
3896
5008
|
},
|
|
3897
5009
|
};
|
|
3898
5010
|
export const StringInFilter = {
|
|
@@ -3902,7 +5014,9 @@ export const StringInFilter = {
|
|
|
3902
5014
|
className: "StringInFilter",
|
|
3903
5015
|
uberParent: "Filter",
|
|
3904
5016
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
3905
|
-
modelProperties:
|
|
5017
|
+
modelProperties: {
|
|
5018
|
+
...Filter.type.modelProperties,
|
|
5019
|
+
values: {
|
|
3906
5020
|
serializedName: "values",
|
|
3907
5021
|
type: {
|
|
3908
5022
|
name: "Sequence",
|
|
@@ -3912,7 +5026,8 @@ export const StringInFilter = {
|
|
|
3912
5026
|
},
|
|
3913
5027
|
},
|
|
3914
5028
|
},
|
|
3915
|
-
}
|
|
5029
|
+
},
|
|
5030
|
+
},
|
|
3916
5031
|
},
|
|
3917
5032
|
};
|
|
3918
5033
|
export const StringNotInFilter = {
|
|
@@ -3922,7 +5037,9 @@ export const StringNotInFilter = {
|
|
|
3922
5037
|
className: "StringNotInFilter",
|
|
3923
5038
|
uberParent: "Filter",
|
|
3924
5039
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
3925
|
-
modelProperties:
|
|
5040
|
+
modelProperties: {
|
|
5041
|
+
...Filter.type.modelProperties,
|
|
5042
|
+
values: {
|
|
3926
5043
|
serializedName: "values",
|
|
3927
5044
|
type: {
|
|
3928
5045
|
name: "Sequence",
|
|
@@ -3932,7 +5049,8 @@ export const StringNotInFilter = {
|
|
|
3932
5049
|
},
|
|
3933
5050
|
},
|
|
3934
5051
|
},
|
|
3935
|
-
}
|
|
5052
|
+
},
|
|
5053
|
+
},
|
|
3936
5054
|
},
|
|
3937
5055
|
};
|
|
3938
5056
|
export const StringBeginsWithFilter = {
|
|
@@ -3942,7 +5060,9 @@ export const StringBeginsWithFilter = {
|
|
|
3942
5060
|
className: "StringBeginsWithFilter",
|
|
3943
5061
|
uberParent: "Filter",
|
|
3944
5062
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
3945
|
-
modelProperties:
|
|
5063
|
+
modelProperties: {
|
|
5064
|
+
...Filter.type.modelProperties,
|
|
5065
|
+
values: {
|
|
3946
5066
|
serializedName: "values",
|
|
3947
5067
|
type: {
|
|
3948
5068
|
name: "Sequence",
|
|
@@ -3952,7 +5072,8 @@ export const StringBeginsWithFilter = {
|
|
|
3952
5072
|
},
|
|
3953
5073
|
},
|
|
3954
5074
|
},
|
|
3955
|
-
}
|
|
5075
|
+
},
|
|
5076
|
+
},
|
|
3956
5077
|
},
|
|
3957
5078
|
};
|
|
3958
5079
|
export const StringEndsWithFilter = {
|
|
@@ -3962,7 +5083,9 @@ export const StringEndsWithFilter = {
|
|
|
3962
5083
|
className: "StringEndsWithFilter",
|
|
3963
5084
|
uberParent: "Filter",
|
|
3964
5085
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
3965
|
-
modelProperties:
|
|
5086
|
+
modelProperties: {
|
|
5087
|
+
...Filter.type.modelProperties,
|
|
5088
|
+
values: {
|
|
3966
5089
|
serializedName: "values",
|
|
3967
5090
|
type: {
|
|
3968
5091
|
name: "Sequence",
|
|
@@ -3972,7 +5095,8 @@ export const StringEndsWithFilter = {
|
|
|
3972
5095
|
},
|
|
3973
5096
|
},
|
|
3974
5097
|
},
|
|
3975
|
-
}
|
|
5098
|
+
},
|
|
5099
|
+
},
|
|
3976
5100
|
},
|
|
3977
5101
|
};
|
|
3978
5102
|
export const StringContainsFilter = {
|
|
@@ -3982,7 +5106,9 @@ export const StringContainsFilter = {
|
|
|
3982
5106
|
className: "StringContainsFilter",
|
|
3983
5107
|
uberParent: "Filter",
|
|
3984
5108
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
3985
|
-
modelProperties:
|
|
5109
|
+
modelProperties: {
|
|
5110
|
+
...Filter.type.modelProperties,
|
|
5111
|
+
values: {
|
|
3986
5112
|
serializedName: "values",
|
|
3987
5113
|
type: {
|
|
3988
5114
|
name: "Sequence",
|
|
@@ -3992,7 +5118,8 @@ export const StringContainsFilter = {
|
|
|
3992
5118
|
},
|
|
3993
5119
|
},
|
|
3994
5120
|
},
|
|
3995
|
-
}
|
|
5121
|
+
},
|
|
5122
|
+
},
|
|
3996
5123
|
},
|
|
3997
5124
|
};
|
|
3998
5125
|
export const NumberInRangeFilter = {
|
|
@@ -4002,7 +5129,9 @@ export const NumberInRangeFilter = {
|
|
|
4002
5129
|
className: "NumberInRangeFilter",
|
|
4003
5130
|
uberParent: "Filter",
|
|
4004
5131
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4005
|
-
modelProperties:
|
|
5132
|
+
modelProperties: {
|
|
5133
|
+
...Filter.type.modelProperties,
|
|
5134
|
+
values: {
|
|
4006
5135
|
serializedName: "values",
|
|
4007
5136
|
type: {
|
|
4008
5137
|
name: "Sequence",
|
|
@@ -4017,7 +5146,8 @@ export const NumberInRangeFilter = {
|
|
|
4017
5146
|
},
|
|
4018
5147
|
},
|
|
4019
5148
|
},
|
|
4020
|
-
}
|
|
5149
|
+
},
|
|
5150
|
+
},
|
|
4021
5151
|
},
|
|
4022
5152
|
};
|
|
4023
5153
|
export const NumberNotInRangeFilter = {
|
|
@@ -4027,7 +5157,9 @@ export const NumberNotInRangeFilter = {
|
|
|
4027
5157
|
className: "NumberNotInRangeFilter",
|
|
4028
5158
|
uberParent: "Filter",
|
|
4029
5159
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4030
|
-
modelProperties:
|
|
5160
|
+
modelProperties: {
|
|
5161
|
+
...Filter.type.modelProperties,
|
|
5162
|
+
values: {
|
|
4031
5163
|
serializedName: "values",
|
|
4032
5164
|
type: {
|
|
4033
5165
|
name: "Sequence",
|
|
@@ -4042,7 +5174,8 @@ export const NumberNotInRangeFilter = {
|
|
|
4042
5174
|
},
|
|
4043
5175
|
},
|
|
4044
5176
|
},
|
|
4045
|
-
}
|
|
5177
|
+
},
|
|
5178
|
+
},
|
|
4046
5179
|
},
|
|
4047
5180
|
};
|
|
4048
5181
|
export const StringNotBeginsWithFilter = {
|
|
@@ -4052,7 +5185,9 @@ export const StringNotBeginsWithFilter = {
|
|
|
4052
5185
|
className: "StringNotBeginsWithFilter",
|
|
4053
5186
|
uberParent: "Filter",
|
|
4054
5187
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4055
|
-
modelProperties:
|
|
5188
|
+
modelProperties: {
|
|
5189
|
+
...Filter.type.modelProperties,
|
|
5190
|
+
values: {
|
|
4056
5191
|
serializedName: "values",
|
|
4057
5192
|
type: {
|
|
4058
5193
|
name: "Sequence",
|
|
@@ -4062,7 +5197,8 @@ export const StringNotBeginsWithFilter = {
|
|
|
4062
5197
|
},
|
|
4063
5198
|
},
|
|
4064
5199
|
},
|
|
4065
|
-
}
|
|
5200
|
+
},
|
|
5201
|
+
},
|
|
4066
5202
|
},
|
|
4067
5203
|
};
|
|
4068
5204
|
export const StringNotEndsWithFilter = {
|
|
@@ -4072,7 +5208,9 @@ export const StringNotEndsWithFilter = {
|
|
|
4072
5208
|
className: "StringNotEndsWithFilter",
|
|
4073
5209
|
uberParent: "Filter",
|
|
4074
5210
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4075
|
-
modelProperties:
|
|
5211
|
+
modelProperties: {
|
|
5212
|
+
...Filter.type.modelProperties,
|
|
5213
|
+
values: {
|
|
4076
5214
|
serializedName: "values",
|
|
4077
5215
|
type: {
|
|
4078
5216
|
name: "Sequence",
|
|
@@ -4082,7 +5220,8 @@ export const StringNotEndsWithFilter = {
|
|
|
4082
5220
|
},
|
|
4083
5221
|
},
|
|
4084
5222
|
},
|
|
4085
|
-
}
|
|
5223
|
+
},
|
|
5224
|
+
},
|
|
4086
5225
|
},
|
|
4087
5226
|
};
|
|
4088
5227
|
export const StringNotContainsFilter = {
|
|
@@ -4092,7 +5231,9 @@ export const StringNotContainsFilter = {
|
|
|
4092
5231
|
className: "StringNotContainsFilter",
|
|
4093
5232
|
uberParent: "Filter",
|
|
4094
5233
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4095
|
-
modelProperties:
|
|
5234
|
+
modelProperties: {
|
|
5235
|
+
...Filter.type.modelProperties,
|
|
5236
|
+
values: {
|
|
4096
5237
|
serializedName: "values",
|
|
4097
5238
|
type: {
|
|
4098
5239
|
name: "Sequence",
|
|
@@ -4102,7 +5243,8 @@ export const StringNotContainsFilter = {
|
|
|
4102
5243
|
},
|
|
4103
5244
|
},
|
|
4104
5245
|
},
|
|
4105
|
-
}
|
|
5246
|
+
},
|
|
5247
|
+
},
|
|
4106
5248
|
},
|
|
4107
5249
|
};
|
|
4108
5250
|
export const IsNullOrUndefinedFilter = {
|
|
@@ -4112,7 +5254,9 @@ export const IsNullOrUndefinedFilter = {
|
|
|
4112
5254
|
className: "IsNullOrUndefinedFilter",
|
|
4113
5255
|
uberParent: "Filter",
|
|
4114
5256
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4115
|
-
modelProperties:
|
|
5257
|
+
modelProperties: {
|
|
5258
|
+
...Filter.type.modelProperties,
|
|
5259
|
+
},
|
|
4116
5260
|
},
|
|
4117
5261
|
};
|
|
4118
5262
|
export const IsNotNullFilter = {
|
|
@@ -4122,7 +5266,9 @@ export const IsNotNullFilter = {
|
|
|
4122
5266
|
className: "IsNotNullFilter",
|
|
4123
5267
|
uberParent: "Filter",
|
|
4124
5268
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4125
|
-
modelProperties:
|
|
5269
|
+
modelProperties: {
|
|
5270
|
+
...Filter.type.modelProperties,
|
|
5271
|
+
},
|
|
4126
5272
|
},
|
|
4127
5273
|
};
|
|
4128
5274
|
export const NumberInAdvancedFilter = {
|
|
@@ -4132,7 +5278,9 @@ export const NumberInAdvancedFilter = {
|
|
|
4132
5278
|
className: "NumberInAdvancedFilter",
|
|
4133
5279
|
uberParent: "AdvancedFilter",
|
|
4134
5280
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4135
|
-
modelProperties:
|
|
5281
|
+
modelProperties: {
|
|
5282
|
+
...AdvancedFilter.type.modelProperties,
|
|
5283
|
+
values: {
|
|
4136
5284
|
serializedName: "values",
|
|
4137
5285
|
type: {
|
|
4138
5286
|
name: "Sequence",
|
|
@@ -4142,7 +5290,8 @@ export const NumberInAdvancedFilter = {
|
|
|
4142
5290
|
},
|
|
4143
5291
|
},
|
|
4144
5292
|
},
|
|
4145
|
-
}
|
|
5293
|
+
},
|
|
5294
|
+
},
|
|
4146
5295
|
},
|
|
4147
5296
|
};
|
|
4148
5297
|
export const NumberNotInAdvancedFilter = {
|
|
@@ -4152,7 +5301,9 @@ export const NumberNotInAdvancedFilter = {
|
|
|
4152
5301
|
className: "NumberNotInAdvancedFilter",
|
|
4153
5302
|
uberParent: "AdvancedFilter",
|
|
4154
5303
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4155
|
-
modelProperties:
|
|
5304
|
+
modelProperties: {
|
|
5305
|
+
...AdvancedFilter.type.modelProperties,
|
|
5306
|
+
values: {
|
|
4156
5307
|
serializedName: "values",
|
|
4157
5308
|
type: {
|
|
4158
5309
|
name: "Sequence",
|
|
@@ -4162,7 +5313,8 @@ export const NumberNotInAdvancedFilter = {
|
|
|
4162
5313
|
},
|
|
4163
5314
|
},
|
|
4164
5315
|
},
|
|
4165
|
-
}
|
|
5316
|
+
},
|
|
5317
|
+
},
|
|
4166
5318
|
},
|
|
4167
5319
|
};
|
|
4168
5320
|
export const NumberLessThanAdvancedFilter = {
|
|
@@ -4172,12 +5324,15 @@ export const NumberLessThanAdvancedFilter = {
|
|
|
4172
5324
|
className: "NumberLessThanAdvancedFilter",
|
|
4173
5325
|
uberParent: "AdvancedFilter",
|
|
4174
5326
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4175
|
-
modelProperties:
|
|
5327
|
+
modelProperties: {
|
|
5328
|
+
...AdvancedFilter.type.modelProperties,
|
|
5329
|
+
value: {
|
|
4176
5330
|
serializedName: "value",
|
|
4177
5331
|
type: {
|
|
4178
5332
|
name: "Number",
|
|
4179
5333
|
},
|
|
4180
|
-
}
|
|
5334
|
+
},
|
|
5335
|
+
},
|
|
4181
5336
|
},
|
|
4182
5337
|
};
|
|
4183
5338
|
export const NumberGreaterThanAdvancedFilter = {
|
|
@@ -4187,12 +5342,15 @@ export const NumberGreaterThanAdvancedFilter = {
|
|
|
4187
5342
|
className: "NumberGreaterThanAdvancedFilter",
|
|
4188
5343
|
uberParent: "AdvancedFilter",
|
|
4189
5344
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4190
|
-
modelProperties:
|
|
5345
|
+
modelProperties: {
|
|
5346
|
+
...AdvancedFilter.type.modelProperties,
|
|
5347
|
+
value: {
|
|
4191
5348
|
serializedName: "value",
|
|
4192
5349
|
type: {
|
|
4193
5350
|
name: "Number",
|
|
4194
5351
|
},
|
|
4195
|
-
}
|
|
5352
|
+
},
|
|
5353
|
+
},
|
|
4196
5354
|
},
|
|
4197
5355
|
};
|
|
4198
5356
|
export const NumberLessThanOrEqualsAdvancedFilter = {
|
|
@@ -4202,12 +5360,15 @@ export const NumberLessThanOrEqualsAdvancedFilter = {
|
|
|
4202
5360
|
className: "NumberLessThanOrEqualsAdvancedFilter",
|
|
4203
5361
|
uberParent: "AdvancedFilter",
|
|
4204
5362
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4205
|
-
modelProperties:
|
|
5363
|
+
modelProperties: {
|
|
5364
|
+
...AdvancedFilter.type.modelProperties,
|
|
5365
|
+
value: {
|
|
4206
5366
|
serializedName: "value",
|
|
4207
5367
|
type: {
|
|
4208
5368
|
name: "Number",
|
|
4209
5369
|
},
|
|
4210
|
-
}
|
|
5370
|
+
},
|
|
5371
|
+
},
|
|
4211
5372
|
},
|
|
4212
5373
|
};
|
|
4213
5374
|
export const NumberGreaterThanOrEqualsAdvancedFilter = {
|
|
@@ -4217,12 +5378,15 @@ export const NumberGreaterThanOrEqualsAdvancedFilter = {
|
|
|
4217
5378
|
className: "NumberGreaterThanOrEqualsAdvancedFilter",
|
|
4218
5379
|
uberParent: "AdvancedFilter",
|
|
4219
5380
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4220
|
-
modelProperties:
|
|
5381
|
+
modelProperties: {
|
|
5382
|
+
...AdvancedFilter.type.modelProperties,
|
|
5383
|
+
value: {
|
|
4221
5384
|
serializedName: "value",
|
|
4222
5385
|
type: {
|
|
4223
5386
|
name: "Number",
|
|
4224
5387
|
},
|
|
4225
|
-
}
|
|
5388
|
+
},
|
|
5389
|
+
},
|
|
4226
5390
|
},
|
|
4227
5391
|
};
|
|
4228
5392
|
export const BoolEqualsAdvancedFilter = {
|
|
@@ -4232,12 +5396,15 @@ export const BoolEqualsAdvancedFilter = {
|
|
|
4232
5396
|
className: "BoolEqualsAdvancedFilter",
|
|
4233
5397
|
uberParent: "AdvancedFilter",
|
|
4234
5398
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4235
|
-
modelProperties:
|
|
5399
|
+
modelProperties: {
|
|
5400
|
+
...AdvancedFilter.type.modelProperties,
|
|
5401
|
+
value: {
|
|
4236
5402
|
serializedName: "value",
|
|
4237
5403
|
type: {
|
|
4238
5404
|
name: "Boolean",
|
|
4239
5405
|
},
|
|
4240
|
-
}
|
|
5406
|
+
},
|
|
5407
|
+
},
|
|
4241
5408
|
},
|
|
4242
5409
|
};
|
|
4243
5410
|
export const StringInAdvancedFilter = {
|
|
@@ -4247,7 +5414,9 @@ export const StringInAdvancedFilter = {
|
|
|
4247
5414
|
className: "StringInAdvancedFilter",
|
|
4248
5415
|
uberParent: "AdvancedFilter",
|
|
4249
5416
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4250
|
-
modelProperties:
|
|
5417
|
+
modelProperties: {
|
|
5418
|
+
...AdvancedFilter.type.modelProperties,
|
|
5419
|
+
values: {
|
|
4251
5420
|
serializedName: "values",
|
|
4252
5421
|
type: {
|
|
4253
5422
|
name: "Sequence",
|
|
@@ -4257,7 +5426,8 @@ export const StringInAdvancedFilter = {
|
|
|
4257
5426
|
},
|
|
4258
5427
|
},
|
|
4259
5428
|
},
|
|
4260
|
-
}
|
|
5429
|
+
},
|
|
5430
|
+
},
|
|
4261
5431
|
},
|
|
4262
5432
|
};
|
|
4263
5433
|
export const StringNotInAdvancedFilter = {
|
|
@@ -4267,7 +5437,9 @@ export const StringNotInAdvancedFilter = {
|
|
|
4267
5437
|
className: "StringNotInAdvancedFilter",
|
|
4268
5438
|
uberParent: "AdvancedFilter",
|
|
4269
5439
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4270
|
-
modelProperties:
|
|
5440
|
+
modelProperties: {
|
|
5441
|
+
...AdvancedFilter.type.modelProperties,
|
|
5442
|
+
values: {
|
|
4271
5443
|
serializedName: "values",
|
|
4272
5444
|
type: {
|
|
4273
5445
|
name: "Sequence",
|
|
@@ -4277,7 +5449,8 @@ export const StringNotInAdvancedFilter = {
|
|
|
4277
5449
|
},
|
|
4278
5450
|
},
|
|
4279
5451
|
},
|
|
4280
|
-
}
|
|
5452
|
+
},
|
|
5453
|
+
},
|
|
4281
5454
|
},
|
|
4282
5455
|
};
|
|
4283
5456
|
export const StringBeginsWithAdvancedFilter = {
|
|
@@ -4287,7 +5460,9 @@ export const StringBeginsWithAdvancedFilter = {
|
|
|
4287
5460
|
className: "StringBeginsWithAdvancedFilter",
|
|
4288
5461
|
uberParent: "AdvancedFilter",
|
|
4289
5462
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4290
|
-
modelProperties:
|
|
5463
|
+
modelProperties: {
|
|
5464
|
+
...AdvancedFilter.type.modelProperties,
|
|
5465
|
+
values: {
|
|
4291
5466
|
serializedName: "values",
|
|
4292
5467
|
type: {
|
|
4293
5468
|
name: "Sequence",
|
|
@@ -4297,7 +5472,8 @@ export const StringBeginsWithAdvancedFilter = {
|
|
|
4297
5472
|
},
|
|
4298
5473
|
},
|
|
4299
5474
|
},
|
|
4300
|
-
}
|
|
5475
|
+
},
|
|
5476
|
+
},
|
|
4301
5477
|
},
|
|
4302
5478
|
};
|
|
4303
5479
|
export const StringEndsWithAdvancedFilter = {
|
|
@@ -4307,7 +5483,9 @@ export const StringEndsWithAdvancedFilter = {
|
|
|
4307
5483
|
className: "StringEndsWithAdvancedFilter",
|
|
4308
5484
|
uberParent: "AdvancedFilter",
|
|
4309
5485
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4310
|
-
modelProperties:
|
|
5486
|
+
modelProperties: {
|
|
5487
|
+
...AdvancedFilter.type.modelProperties,
|
|
5488
|
+
values: {
|
|
4311
5489
|
serializedName: "values",
|
|
4312
5490
|
type: {
|
|
4313
5491
|
name: "Sequence",
|
|
@@ -4317,7 +5495,8 @@ export const StringEndsWithAdvancedFilter = {
|
|
|
4317
5495
|
},
|
|
4318
5496
|
},
|
|
4319
5497
|
},
|
|
4320
|
-
}
|
|
5498
|
+
},
|
|
5499
|
+
},
|
|
4321
5500
|
},
|
|
4322
5501
|
};
|
|
4323
5502
|
export const StringContainsAdvancedFilter = {
|
|
@@ -4327,7 +5506,9 @@ export const StringContainsAdvancedFilter = {
|
|
|
4327
5506
|
className: "StringContainsAdvancedFilter",
|
|
4328
5507
|
uberParent: "AdvancedFilter",
|
|
4329
5508
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4330
|
-
modelProperties:
|
|
5509
|
+
modelProperties: {
|
|
5510
|
+
...AdvancedFilter.type.modelProperties,
|
|
5511
|
+
values: {
|
|
4331
5512
|
serializedName: "values",
|
|
4332
5513
|
type: {
|
|
4333
5514
|
name: "Sequence",
|
|
@@ -4337,7 +5518,8 @@ export const StringContainsAdvancedFilter = {
|
|
|
4337
5518
|
},
|
|
4338
5519
|
},
|
|
4339
5520
|
},
|
|
4340
|
-
}
|
|
5521
|
+
},
|
|
5522
|
+
},
|
|
4341
5523
|
},
|
|
4342
5524
|
};
|
|
4343
5525
|
export const NumberInRangeAdvancedFilter = {
|
|
@@ -4347,7 +5529,9 @@ export const NumberInRangeAdvancedFilter = {
|
|
|
4347
5529
|
className: "NumberInRangeAdvancedFilter",
|
|
4348
5530
|
uberParent: "AdvancedFilter",
|
|
4349
5531
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4350
|
-
modelProperties:
|
|
5532
|
+
modelProperties: {
|
|
5533
|
+
...AdvancedFilter.type.modelProperties,
|
|
5534
|
+
values: {
|
|
4351
5535
|
serializedName: "values",
|
|
4352
5536
|
type: {
|
|
4353
5537
|
name: "Sequence",
|
|
@@ -4362,7 +5546,8 @@ export const NumberInRangeAdvancedFilter = {
|
|
|
4362
5546
|
},
|
|
4363
5547
|
},
|
|
4364
5548
|
},
|
|
4365
|
-
}
|
|
5549
|
+
},
|
|
5550
|
+
},
|
|
4366
5551
|
},
|
|
4367
5552
|
};
|
|
4368
5553
|
export const NumberNotInRangeAdvancedFilter = {
|
|
@@ -4372,7 +5557,9 @@ export const NumberNotInRangeAdvancedFilter = {
|
|
|
4372
5557
|
className: "NumberNotInRangeAdvancedFilter",
|
|
4373
5558
|
uberParent: "AdvancedFilter",
|
|
4374
5559
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4375
|
-
modelProperties:
|
|
5560
|
+
modelProperties: {
|
|
5561
|
+
...AdvancedFilter.type.modelProperties,
|
|
5562
|
+
values: {
|
|
4376
5563
|
serializedName: "values",
|
|
4377
5564
|
type: {
|
|
4378
5565
|
name: "Sequence",
|
|
@@ -4387,7 +5574,8 @@ export const NumberNotInRangeAdvancedFilter = {
|
|
|
4387
5574
|
},
|
|
4388
5575
|
},
|
|
4389
5576
|
},
|
|
4390
|
-
}
|
|
5577
|
+
},
|
|
5578
|
+
},
|
|
4391
5579
|
},
|
|
4392
5580
|
};
|
|
4393
5581
|
export const StringNotBeginsWithAdvancedFilter = {
|
|
@@ -4397,7 +5585,9 @@ export const StringNotBeginsWithAdvancedFilter = {
|
|
|
4397
5585
|
className: "StringNotBeginsWithAdvancedFilter",
|
|
4398
5586
|
uberParent: "AdvancedFilter",
|
|
4399
5587
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4400
|
-
modelProperties:
|
|
5588
|
+
modelProperties: {
|
|
5589
|
+
...AdvancedFilter.type.modelProperties,
|
|
5590
|
+
values: {
|
|
4401
5591
|
serializedName: "values",
|
|
4402
5592
|
type: {
|
|
4403
5593
|
name: "Sequence",
|
|
@@ -4407,7 +5597,8 @@ export const StringNotBeginsWithAdvancedFilter = {
|
|
|
4407
5597
|
},
|
|
4408
5598
|
},
|
|
4409
5599
|
},
|
|
4410
|
-
}
|
|
5600
|
+
},
|
|
5601
|
+
},
|
|
4411
5602
|
},
|
|
4412
5603
|
};
|
|
4413
5604
|
export const StringNotEndsWithAdvancedFilter = {
|
|
@@ -4417,7 +5608,9 @@ export const StringNotEndsWithAdvancedFilter = {
|
|
|
4417
5608
|
className: "StringNotEndsWithAdvancedFilter",
|
|
4418
5609
|
uberParent: "AdvancedFilter",
|
|
4419
5610
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4420
|
-
modelProperties:
|
|
5611
|
+
modelProperties: {
|
|
5612
|
+
...AdvancedFilter.type.modelProperties,
|
|
5613
|
+
values: {
|
|
4421
5614
|
serializedName: "values",
|
|
4422
5615
|
type: {
|
|
4423
5616
|
name: "Sequence",
|
|
@@ -4427,7 +5620,8 @@ export const StringNotEndsWithAdvancedFilter = {
|
|
|
4427
5620
|
},
|
|
4428
5621
|
},
|
|
4429
5622
|
},
|
|
4430
|
-
}
|
|
5623
|
+
},
|
|
5624
|
+
},
|
|
4431
5625
|
},
|
|
4432
5626
|
};
|
|
4433
5627
|
export const StringNotContainsAdvancedFilter = {
|
|
@@ -4437,7 +5631,9 @@ export const StringNotContainsAdvancedFilter = {
|
|
|
4437
5631
|
className: "StringNotContainsAdvancedFilter",
|
|
4438
5632
|
uberParent: "AdvancedFilter",
|
|
4439
5633
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4440
|
-
modelProperties:
|
|
5634
|
+
modelProperties: {
|
|
5635
|
+
...AdvancedFilter.type.modelProperties,
|
|
5636
|
+
values: {
|
|
4441
5637
|
serializedName: "values",
|
|
4442
5638
|
type: {
|
|
4443
5639
|
name: "Sequence",
|
|
@@ -4447,7 +5643,8 @@ export const StringNotContainsAdvancedFilter = {
|
|
|
4447
5643
|
},
|
|
4448
5644
|
},
|
|
4449
5645
|
},
|
|
4450
|
-
}
|
|
5646
|
+
},
|
|
5647
|
+
},
|
|
4451
5648
|
},
|
|
4452
5649
|
};
|
|
4453
5650
|
export const IsNullOrUndefinedAdvancedFilter = {
|
|
@@ -4457,7 +5654,9 @@ export const IsNullOrUndefinedAdvancedFilter = {
|
|
|
4457
5654
|
className: "IsNullOrUndefinedAdvancedFilter",
|
|
4458
5655
|
uberParent: "AdvancedFilter",
|
|
4459
5656
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4460
|
-
modelProperties:
|
|
5657
|
+
modelProperties: {
|
|
5658
|
+
...AdvancedFilter.type.modelProperties,
|
|
5659
|
+
},
|
|
4461
5660
|
},
|
|
4462
5661
|
};
|
|
4463
5662
|
export const IsNotNullAdvancedFilter = {
|
|
@@ -4467,7 +5666,9 @@ export const IsNotNullAdvancedFilter = {
|
|
|
4467
5666
|
className: "IsNotNullAdvancedFilter",
|
|
4468
5667
|
uberParent: "AdvancedFilter",
|
|
4469
5668
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4470
|
-
modelProperties:
|
|
5669
|
+
modelProperties: {
|
|
5670
|
+
...AdvancedFilter.type.modelProperties,
|
|
5671
|
+
},
|
|
4471
5672
|
},
|
|
4472
5673
|
};
|
|
4473
5674
|
export const StaticStringRoutingEnrichment = {
|
|
@@ -4477,31 +5678,69 @@ export const StaticStringRoutingEnrichment = {
|
|
|
4477
5678
|
className: "StaticStringRoutingEnrichment",
|
|
4478
5679
|
uberParent: "StaticRoutingEnrichment",
|
|
4479
5680
|
polymorphicDiscriminator: StaticRoutingEnrichment.type.polymorphicDiscriminator,
|
|
4480
|
-
modelProperties:
|
|
5681
|
+
modelProperties: {
|
|
5682
|
+
...StaticRoutingEnrichment.type.modelProperties,
|
|
5683
|
+
value: {
|
|
4481
5684
|
serializedName: "value",
|
|
4482
5685
|
type: {
|
|
4483
5686
|
name: "String",
|
|
4484
5687
|
},
|
|
4485
|
-
}
|
|
5688
|
+
},
|
|
5689
|
+
},
|
|
5690
|
+
},
|
|
5691
|
+
};
|
|
5692
|
+
export const AzureADPartnerClientAuthentication = {
|
|
5693
|
+
serializedName: "AzureAD",
|
|
5694
|
+
type: {
|
|
5695
|
+
name: "Composite",
|
|
5696
|
+
className: "AzureADPartnerClientAuthentication",
|
|
5697
|
+
uberParent: "PartnerClientAuthentication",
|
|
5698
|
+
polymorphicDiscriminator: PartnerClientAuthentication.type.polymorphicDiscriminator,
|
|
5699
|
+
modelProperties: {
|
|
5700
|
+
...PartnerClientAuthentication.type.modelProperties,
|
|
5701
|
+
azureActiveDirectoryTenantId: {
|
|
5702
|
+
serializedName: "properties.azureActiveDirectoryTenantId",
|
|
5703
|
+
type: {
|
|
5704
|
+
name: "String",
|
|
5705
|
+
},
|
|
5706
|
+
},
|
|
5707
|
+
azureActiveDirectoryApplicationIdOrUri: {
|
|
5708
|
+
serializedName: "properties.azureActiveDirectoryApplicationIdOrUri",
|
|
5709
|
+
type: {
|
|
5710
|
+
name: "String",
|
|
5711
|
+
},
|
|
5712
|
+
},
|
|
5713
|
+
},
|
|
4486
5714
|
},
|
|
4487
5715
|
};
|
|
4488
5716
|
export const Domain = {
|
|
4489
5717
|
type: {
|
|
4490
5718
|
name: "Composite",
|
|
4491
5719
|
className: "Domain",
|
|
4492
|
-
modelProperties:
|
|
5720
|
+
modelProperties: {
|
|
5721
|
+
...TrackedResource.type.modelProperties,
|
|
5722
|
+
sku: {
|
|
5723
|
+
serializedName: "sku",
|
|
5724
|
+
type: {
|
|
5725
|
+
name: "Composite",
|
|
5726
|
+
className: "ResourceSku",
|
|
5727
|
+
},
|
|
5728
|
+
},
|
|
5729
|
+
identity: {
|
|
4493
5730
|
serializedName: "identity",
|
|
4494
5731
|
type: {
|
|
4495
5732
|
name: "Composite",
|
|
4496
5733
|
className: "IdentityInfo",
|
|
4497
5734
|
},
|
|
4498
|
-
},
|
|
5735
|
+
},
|
|
5736
|
+
systemData: {
|
|
4499
5737
|
serializedName: "systemData",
|
|
4500
5738
|
type: {
|
|
4501
5739
|
name: "Composite",
|
|
4502
5740
|
className: "SystemData",
|
|
4503
5741
|
},
|
|
4504
|
-
},
|
|
5742
|
+
},
|
|
5743
|
+
privateEndpointConnections: {
|
|
4505
5744
|
serializedName: "properties.privateEndpointConnections",
|
|
4506
5745
|
readOnly: true,
|
|
4507
5746
|
type: {
|
|
@@ -4513,52 +5752,61 @@ export const Domain = {
|
|
|
4513
5752
|
},
|
|
4514
5753
|
},
|
|
4515
5754
|
},
|
|
4516
|
-
},
|
|
5755
|
+
},
|
|
5756
|
+
provisioningState: {
|
|
4517
5757
|
serializedName: "properties.provisioningState",
|
|
4518
5758
|
readOnly: true,
|
|
4519
5759
|
type: {
|
|
4520
5760
|
name: "String",
|
|
4521
5761
|
},
|
|
4522
|
-
},
|
|
5762
|
+
},
|
|
5763
|
+
minimumTlsVersionAllowed: {
|
|
4523
5764
|
serializedName: "properties.minimumTlsVersionAllowed",
|
|
4524
5765
|
type: {
|
|
4525
5766
|
name: "String",
|
|
4526
5767
|
},
|
|
4527
|
-
},
|
|
5768
|
+
},
|
|
5769
|
+
endpoint: {
|
|
4528
5770
|
serializedName: "properties.endpoint",
|
|
4529
5771
|
readOnly: true,
|
|
4530
5772
|
type: {
|
|
4531
5773
|
name: "String",
|
|
4532
5774
|
},
|
|
4533
|
-
},
|
|
5775
|
+
},
|
|
5776
|
+
inputSchema: {
|
|
4534
5777
|
serializedName: "properties.inputSchema",
|
|
4535
5778
|
type: {
|
|
4536
5779
|
name: "String",
|
|
4537
5780
|
},
|
|
4538
|
-
},
|
|
5781
|
+
},
|
|
5782
|
+
eventTypeInfo: {
|
|
4539
5783
|
serializedName: "properties.eventTypeInfo",
|
|
4540
5784
|
type: {
|
|
4541
5785
|
name: "Composite",
|
|
4542
5786
|
className: "EventTypeInfo",
|
|
4543
5787
|
},
|
|
4544
|
-
},
|
|
5788
|
+
},
|
|
5789
|
+
inputSchemaMapping: {
|
|
4545
5790
|
serializedName: "properties.inputSchemaMapping",
|
|
4546
5791
|
type: {
|
|
4547
5792
|
name: "Composite",
|
|
4548
5793
|
className: "InputSchemaMapping",
|
|
4549
5794
|
},
|
|
4550
|
-
},
|
|
5795
|
+
},
|
|
5796
|
+
metricResourceId: {
|
|
4551
5797
|
serializedName: "properties.metricResourceId",
|
|
4552
5798
|
readOnly: true,
|
|
4553
5799
|
type: {
|
|
4554
5800
|
name: "String",
|
|
4555
5801
|
},
|
|
4556
|
-
},
|
|
5802
|
+
},
|
|
5803
|
+
publicNetworkAccess: {
|
|
4557
5804
|
serializedName: "properties.publicNetworkAccess",
|
|
4558
5805
|
type: {
|
|
4559
5806
|
name: "String",
|
|
4560
5807
|
},
|
|
4561
|
-
},
|
|
5808
|
+
},
|
|
5809
|
+
inboundIpRules: {
|
|
4562
5810
|
serializedName: "properties.inboundIpRules",
|
|
4563
5811
|
type: {
|
|
4564
5812
|
name: "Sequence",
|
|
@@ -4569,55 +5817,65 @@ export const Domain = {
|
|
|
4569
5817
|
},
|
|
4570
5818
|
},
|
|
4571
5819
|
},
|
|
4572
|
-
},
|
|
5820
|
+
},
|
|
5821
|
+
disableLocalAuth: {
|
|
4573
5822
|
defaultValue: false,
|
|
4574
5823
|
serializedName: "properties.disableLocalAuth",
|
|
4575
5824
|
type: {
|
|
4576
5825
|
name: "Boolean",
|
|
4577
5826
|
},
|
|
4578
|
-
},
|
|
5827
|
+
},
|
|
5828
|
+
autoCreateTopicWithFirstSubscription: {
|
|
4579
5829
|
defaultValue: true,
|
|
4580
5830
|
serializedName: "properties.autoCreateTopicWithFirstSubscription",
|
|
4581
5831
|
type: {
|
|
4582
5832
|
name: "Boolean",
|
|
4583
5833
|
},
|
|
4584
|
-
},
|
|
5834
|
+
},
|
|
5835
|
+
autoDeleteTopicWithLastSubscription: {
|
|
4585
5836
|
defaultValue: true,
|
|
4586
5837
|
serializedName: "properties.autoDeleteTopicWithLastSubscription",
|
|
4587
5838
|
type: {
|
|
4588
5839
|
name: "Boolean",
|
|
4589
5840
|
},
|
|
4590
|
-
},
|
|
5841
|
+
},
|
|
5842
|
+
dataResidencyBoundary: {
|
|
4591
5843
|
serializedName: "properties.dataResidencyBoundary",
|
|
4592
5844
|
type: {
|
|
4593
5845
|
name: "String",
|
|
4594
5846
|
},
|
|
4595
|
-
}
|
|
5847
|
+
},
|
|
5848
|
+
},
|
|
4596
5849
|
},
|
|
4597
5850
|
};
|
|
4598
5851
|
export const Namespace = {
|
|
4599
5852
|
type: {
|
|
4600
5853
|
name: "Composite",
|
|
4601
5854
|
className: "Namespace",
|
|
4602
|
-
modelProperties:
|
|
5855
|
+
modelProperties: {
|
|
5856
|
+
...TrackedResource.type.modelProperties,
|
|
5857
|
+
sku: {
|
|
4603
5858
|
serializedName: "sku",
|
|
4604
5859
|
type: {
|
|
4605
5860
|
name: "Composite",
|
|
4606
5861
|
className: "NamespaceSku",
|
|
4607
5862
|
},
|
|
4608
|
-
},
|
|
5863
|
+
},
|
|
5864
|
+
identity: {
|
|
4609
5865
|
serializedName: "identity",
|
|
4610
5866
|
type: {
|
|
4611
5867
|
name: "Composite",
|
|
4612
5868
|
className: "IdentityInfo",
|
|
4613
5869
|
},
|
|
4614
|
-
},
|
|
5870
|
+
},
|
|
5871
|
+
systemData: {
|
|
4615
5872
|
serializedName: "systemData",
|
|
4616
5873
|
type: {
|
|
4617
5874
|
name: "Composite",
|
|
4618
5875
|
className: "SystemData",
|
|
4619
5876
|
},
|
|
4620
|
-
},
|
|
5877
|
+
},
|
|
5878
|
+
privateEndpointConnections: {
|
|
4621
5879
|
serializedName: "properties.privateEndpointConnections",
|
|
4622
5880
|
type: {
|
|
4623
5881
|
name: "Sequence",
|
|
@@ -4628,35 +5886,41 @@ export const Namespace = {
|
|
|
4628
5886
|
},
|
|
4629
5887
|
},
|
|
4630
5888
|
},
|
|
4631
|
-
},
|
|
5889
|
+
},
|
|
5890
|
+
provisioningState: {
|
|
4632
5891
|
serializedName: "properties.provisioningState",
|
|
4633
5892
|
readOnly: true,
|
|
4634
5893
|
type: {
|
|
4635
5894
|
name: "String",
|
|
4636
5895
|
},
|
|
4637
|
-
},
|
|
5896
|
+
},
|
|
5897
|
+
topicsConfiguration: {
|
|
4638
5898
|
serializedName: "properties.topicsConfiguration",
|
|
4639
5899
|
type: {
|
|
4640
5900
|
name: "Composite",
|
|
4641
5901
|
className: "TopicsConfiguration",
|
|
4642
5902
|
},
|
|
4643
|
-
},
|
|
5903
|
+
},
|
|
5904
|
+
topicSpacesConfiguration: {
|
|
4644
5905
|
serializedName: "properties.topicSpacesConfiguration",
|
|
4645
5906
|
type: {
|
|
4646
5907
|
name: "Composite",
|
|
4647
5908
|
className: "TopicSpacesConfiguration",
|
|
4648
5909
|
},
|
|
4649
|
-
},
|
|
5910
|
+
},
|
|
5911
|
+
isZoneRedundant: {
|
|
4650
5912
|
serializedName: "properties.isZoneRedundant",
|
|
4651
5913
|
type: {
|
|
4652
5914
|
name: "Boolean",
|
|
4653
5915
|
},
|
|
4654
|
-
},
|
|
5916
|
+
},
|
|
5917
|
+
publicNetworkAccess: {
|
|
4655
5918
|
serializedName: "properties.publicNetworkAccess",
|
|
4656
5919
|
type: {
|
|
4657
5920
|
name: "String",
|
|
4658
5921
|
},
|
|
4659
|
-
},
|
|
5922
|
+
},
|
|
5923
|
+
inboundIpRules: {
|
|
4660
5924
|
serializedName: "properties.inboundIpRules",
|
|
4661
5925
|
type: {
|
|
4662
5926
|
name: "Sequence",
|
|
@@ -4667,123 +5931,89 @@ export const Namespace = {
|
|
|
4667
5931
|
},
|
|
4668
5932
|
},
|
|
4669
5933
|
},
|
|
4670
|
-
},
|
|
5934
|
+
},
|
|
5935
|
+
minimumTlsVersionAllowed: {
|
|
4671
5936
|
serializedName: "properties.minimumTlsVersionAllowed",
|
|
4672
5937
|
type: {
|
|
4673
5938
|
name: "String",
|
|
4674
5939
|
},
|
|
4675
|
-
}
|
|
5940
|
+
},
|
|
5941
|
+
},
|
|
4676
5942
|
},
|
|
4677
5943
|
};
|
|
4678
|
-
export const
|
|
5944
|
+
export const PartnerDestination = {
|
|
4679
5945
|
type: {
|
|
4680
5946
|
name: "Composite",
|
|
4681
|
-
className: "
|
|
4682
|
-
modelProperties:
|
|
4683
|
-
|
|
4684
|
-
|
|
4685
|
-
name: "Composite",
|
|
4686
|
-
className: "IdentityInfo",
|
|
4687
|
-
},
|
|
4688
|
-
}, systemData: {
|
|
5947
|
+
className: "PartnerDestination",
|
|
5948
|
+
modelProperties: {
|
|
5949
|
+
...TrackedResource.type.modelProperties,
|
|
5950
|
+
systemData: {
|
|
4689
5951
|
serializedName: "systemData",
|
|
4690
5952
|
type: {
|
|
4691
5953
|
name: "Composite",
|
|
4692
5954
|
className: "SystemData",
|
|
4693
5955
|
},
|
|
4694
|
-
},
|
|
4695
|
-
|
|
4696
|
-
|
|
4697
|
-
type: {
|
|
4698
|
-
name: "Sequence",
|
|
4699
|
-
element: {
|
|
4700
|
-
type: {
|
|
4701
|
-
name: "Composite",
|
|
4702
|
-
className: "PrivateEndpointConnection",
|
|
4703
|
-
},
|
|
4704
|
-
},
|
|
4705
|
-
},
|
|
4706
|
-
}, provisioningState: {
|
|
4707
|
-
serializedName: "properties.provisioningState",
|
|
4708
|
-
readOnly: true,
|
|
4709
|
-
type: {
|
|
4710
|
-
name: "String",
|
|
4711
|
-
},
|
|
4712
|
-
}, endpoint: {
|
|
4713
|
-
serializedName: "properties.endpoint",
|
|
4714
|
-
readOnly: true,
|
|
4715
|
-
type: {
|
|
4716
|
-
name: "String",
|
|
4717
|
-
},
|
|
4718
|
-
}, eventTypeInfo: {
|
|
4719
|
-
serializedName: "properties.eventTypeInfo",
|
|
4720
|
-
type: {
|
|
4721
|
-
name: "Composite",
|
|
4722
|
-
className: "EventTypeInfo",
|
|
4723
|
-
},
|
|
4724
|
-
}, minimumTlsVersionAllowed: {
|
|
4725
|
-
serializedName: "properties.minimumTlsVersionAllowed",
|
|
5956
|
+
},
|
|
5957
|
+
partnerRegistrationImmutableId: {
|
|
5958
|
+
serializedName: "properties.partnerRegistrationImmutableId",
|
|
4726
5959
|
type: {
|
|
4727
|
-
name: "
|
|
5960
|
+
name: "Uuid",
|
|
4728
5961
|
},
|
|
4729
|
-
},
|
|
4730
|
-
|
|
5962
|
+
},
|
|
5963
|
+
endpointServiceContext: {
|
|
5964
|
+
serializedName: "properties.endpointServiceContext",
|
|
4731
5965
|
type: {
|
|
4732
5966
|
name: "String",
|
|
4733
5967
|
},
|
|
4734
|
-
},
|
|
4735
|
-
|
|
5968
|
+
},
|
|
5969
|
+
expirationTimeIfNotActivatedUtc: {
|
|
5970
|
+
serializedName: "properties.expirationTimeIfNotActivatedUtc",
|
|
4736
5971
|
type: {
|
|
4737
|
-
name: "
|
|
4738
|
-
className: "InputSchemaMapping",
|
|
5972
|
+
name: "DateTime",
|
|
4739
5973
|
},
|
|
4740
|
-
},
|
|
4741
|
-
|
|
5974
|
+
},
|
|
5975
|
+
provisioningState: {
|
|
5976
|
+
serializedName: "properties.provisioningState",
|
|
4742
5977
|
readOnly: true,
|
|
4743
5978
|
type: {
|
|
4744
5979
|
name: "String",
|
|
4745
5980
|
},
|
|
4746
|
-
},
|
|
4747
|
-
|
|
5981
|
+
},
|
|
5982
|
+
activationState: {
|
|
5983
|
+
serializedName: "properties.activationState",
|
|
4748
5984
|
type: {
|
|
4749
5985
|
name: "String",
|
|
4750
5986
|
},
|
|
4751
|
-
},
|
|
4752
|
-
|
|
4753
|
-
|
|
4754
|
-
name: "Sequence",
|
|
4755
|
-
element: {
|
|
4756
|
-
type: {
|
|
4757
|
-
name: "Composite",
|
|
4758
|
-
className: "InboundIpRule",
|
|
4759
|
-
},
|
|
4760
|
-
},
|
|
4761
|
-
},
|
|
4762
|
-
}, disableLocalAuth: {
|
|
4763
|
-
defaultValue: false,
|
|
4764
|
-
serializedName: "properties.disableLocalAuth",
|
|
5987
|
+
},
|
|
5988
|
+
endpointBaseUrl: {
|
|
5989
|
+
serializedName: "properties.endpointBaseUrl",
|
|
4765
5990
|
type: {
|
|
4766
|
-
name: "
|
|
5991
|
+
name: "String",
|
|
4767
5992
|
},
|
|
4768
|
-
},
|
|
4769
|
-
|
|
5993
|
+
},
|
|
5994
|
+
messageForActivation: {
|
|
5995
|
+
serializedName: "properties.messageForActivation",
|
|
4770
5996
|
type: {
|
|
4771
5997
|
name: "String",
|
|
4772
5998
|
},
|
|
4773
|
-
}
|
|
5999
|
+
},
|
|
6000
|
+
},
|
|
4774
6001
|
},
|
|
4775
6002
|
};
|
|
4776
6003
|
export const PartnerNamespace = {
|
|
4777
6004
|
type: {
|
|
4778
6005
|
name: "Composite",
|
|
4779
6006
|
className: "PartnerNamespace",
|
|
4780
|
-
modelProperties:
|
|
6007
|
+
modelProperties: {
|
|
6008
|
+
...TrackedResource.type.modelProperties,
|
|
6009
|
+
systemData: {
|
|
4781
6010
|
serializedName: "systemData",
|
|
4782
6011
|
type: {
|
|
4783
6012
|
name: "Composite",
|
|
4784
6013
|
className: "SystemData",
|
|
4785
6014
|
},
|
|
4786
|
-
},
|
|
6015
|
+
},
|
|
6016
|
+
privateEndpointConnections: {
|
|
4787
6017
|
serializedName: "properties.privateEndpointConnections",
|
|
4788
6018
|
readOnly: true,
|
|
4789
6019
|
type: {
|
|
@@ -4795,34 +6025,40 @@ export const PartnerNamespace = {
|
|
|
4795
6025
|
},
|
|
4796
6026
|
},
|
|
4797
6027
|
},
|
|
4798
|
-
},
|
|
6028
|
+
},
|
|
6029
|
+
provisioningState: {
|
|
4799
6030
|
serializedName: "properties.provisioningState",
|
|
4800
6031
|
readOnly: true,
|
|
4801
6032
|
type: {
|
|
4802
6033
|
name: "String",
|
|
4803
6034
|
},
|
|
4804
|
-
},
|
|
6035
|
+
},
|
|
6036
|
+
partnerRegistrationFullyQualifiedId: {
|
|
4805
6037
|
serializedName: "properties.partnerRegistrationFullyQualifiedId",
|
|
4806
6038
|
type: {
|
|
4807
6039
|
name: "String",
|
|
4808
6040
|
},
|
|
4809
|
-
},
|
|
6041
|
+
},
|
|
6042
|
+
minimumTlsVersionAllowed: {
|
|
4810
6043
|
serializedName: "properties.minimumTlsVersionAllowed",
|
|
4811
6044
|
type: {
|
|
4812
6045
|
name: "String",
|
|
4813
6046
|
},
|
|
4814
|
-
},
|
|
6047
|
+
},
|
|
6048
|
+
endpoint: {
|
|
4815
6049
|
serializedName: "properties.endpoint",
|
|
4816
6050
|
readOnly: true,
|
|
4817
6051
|
type: {
|
|
4818
6052
|
name: "String",
|
|
4819
6053
|
},
|
|
4820
|
-
},
|
|
6054
|
+
},
|
|
6055
|
+
publicNetworkAccess: {
|
|
4821
6056
|
serializedName: "properties.publicNetworkAccess",
|
|
4822
6057
|
type: {
|
|
4823
6058
|
name: "String",
|
|
4824
6059
|
},
|
|
4825
|
-
},
|
|
6060
|
+
},
|
|
6061
|
+
inboundIpRules: {
|
|
4826
6062
|
serializedName: "properties.inboundIpRules",
|
|
4827
6063
|
type: {
|
|
4828
6064
|
name: "Sequence",
|
|
@@ -4833,145 +6069,308 @@ export const PartnerNamespace = {
|
|
|
4833
6069
|
},
|
|
4834
6070
|
},
|
|
4835
6071
|
},
|
|
4836
|
-
},
|
|
6072
|
+
},
|
|
6073
|
+
disableLocalAuth: {
|
|
4837
6074
|
defaultValue: false,
|
|
4838
6075
|
serializedName: "properties.disableLocalAuth",
|
|
4839
6076
|
type: {
|
|
4840
6077
|
name: "Boolean",
|
|
4841
6078
|
},
|
|
4842
|
-
},
|
|
6079
|
+
},
|
|
6080
|
+
partnerTopicRoutingMode: {
|
|
4843
6081
|
defaultValue: "SourceEventAttribute",
|
|
4844
6082
|
serializedName: "properties.partnerTopicRoutingMode",
|
|
4845
6083
|
type: {
|
|
4846
6084
|
name: "String",
|
|
4847
6085
|
},
|
|
4848
|
-
}
|
|
6086
|
+
},
|
|
6087
|
+
},
|
|
4849
6088
|
},
|
|
4850
6089
|
};
|
|
4851
6090
|
export const PartnerRegistration = {
|
|
4852
6091
|
type: {
|
|
4853
6092
|
name: "Composite",
|
|
4854
6093
|
className: "PartnerRegistration",
|
|
4855
|
-
modelProperties:
|
|
6094
|
+
modelProperties: {
|
|
6095
|
+
...TrackedResource.type.modelProperties,
|
|
6096
|
+
systemData: {
|
|
4856
6097
|
serializedName: "systemData",
|
|
4857
6098
|
type: {
|
|
4858
6099
|
name: "Composite",
|
|
4859
6100
|
className: "SystemData",
|
|
4860
6101
|
},
|
|
4861
|
-
},
|
|
6102
|
+
},
|
|
6103
|
+
provisioningState: {
|
|
4862
6104
|
serializedName: "properties.provisioningState",
|
|
4863
6105
|
readOnly: true,
|
|
4864
6106
|
type: {
|
|
4865
6107
|
name: "String",
|
|
4866
6108
|
},
|
|
4867
|
-
},
|
|
6109
|
+
},
|
|
6110
|
+
partnerRegistrationImmutableId: {
|
|
4868
6111
|
serializedName: "properties.partnerRegistrationImmutableId",
|
|
4869
6112
|
type: {
|
|
4870
6113
|
name: "Uuid",
|
|
4871
6114
|
},
|
|
4872
|
-
}
|
|
6115
|
+
},
|
|
6116
|
+
},
|
|
4873
6117
|
},
|
|
4874
6118
|
};
|
|
4875
6119
|
export const PartnerTopic = {
|
|
4876
6120
|
type: {
|
|
4877
6121
|
name: "Composite",
|
|
4878
6122
|
className: "PartnerTopic",
|
|
4879
|
-
modelProperties:
|
|
6123
|
+
modelProperties: {
|
|
6124
|
+
...TrackedResource.type.modelProperties,
|
|
6125
|
+
systemData: {
|
|
4880
6126
|
serializedName: "systemData",
|
|
4881
6127
|
type: {
|
|
4882
6128
|
name: "Composite",
|
|
4883
6129
|
className: "SystemData",
|
|
4884
6130
|
},
|
|
4885
|
-
},
|
|
6131
|
+
},
|
|
6132
|
+
identity: {
|
|
4886
6133
|
serializedName: "identity",
|
|
4887
6134
|
type: {
|
|
4888
6135
|
name: "Composite",
|
|
4889
6136
|
className: "IdentityInfo",
|
|
4890
6137
|
},
|
|
4891
|
-
},
|
|
6138
|
+
},
|
|
6139
|
+
partnerRegistrationImmutableId: {
|
|
4892
6140
|
serializedName: "properties.partnerRegistrationImmutableId",
|
|
4893
6141
|
type: {
|
|
4894
6142
|
name: "Uuid",
|
|
4895
6143
|
},
|
|
4896
|
-
},
|
|
6144
|
+
},
|
|
6145
|
+
source: {
|
|
4897
6146
|
serializedName: "properties.source",
|
|
4898
6147
|
type: {
|
|
4899
6148
|
name: "String",
|
|
4900
6149
|
},
|
|
4901
|
-
},
|
|
6150
|
+
},
|
|
6151
|
+
eventTypeInfo: {
|
|
4902
6152
|
serializedName: "properties.eventTypeInfo",
|
|
4903
6153
|
type: {
|
|
4904
6154
|
name: "Composite",
|
|
4905
6155
|
className: "EventTypeInfo",
|
|
4906
6156
|
},
|
|
4907
|
-
},
|
|
6157
|
+
},
|
|
6158
|
+
expirationTimeIfNotActivatedUtc: {
|
|
4908
6159
|
serializedName: "properties.expirationTimeIfNotActivatedUtc",
|
|
4909
6160
|
type: {
|
|
4910
6161
|
name: "DateTime",
|
|
4911
6162
|
},
|
|
4912
|
-
},
|
|
6163
|
+
},
|
|
6164
|
+
provisioningState: {
|
|
4913
6165
|
serializedName: "properties.provisioningState",
|
|
4914
6166
|
readOnly: true,
|
|
4915
6167
|
type: {
|
|
4916
6168
|
name: "String",
|
|
4917
6169
|
},
|
|
4918
|
-
},
|
|
6170
|
+
},
|
|
6171
|
+
activationState: {
|
|
4919
6172
|
serializedName: "properties.activationState",
|
|
4920
6173
|
type: {
|
|
4921
6174
|
name: "String",
|
|
4922
6175
|
},
|
|
4923
|
-
},
|
|
6176
|
+
},
|
|
6177
|
+
partnerTopicFriendlyDescription: {
|
|
4924
6178
|
serializedName: "properties.partnerTopicFriendlyDescription",
|
|
4925
6179
|
type: {
|
|
4926
6180
|
name: "String",
|
|
4927
6181
|
},
|
|
4928
|
-
},
|
|
6182
|
+
},
|
|
6183
|
+
messageForActivation: {
|
|
4929
6184
|
serializedName: "properties.messageForActivation",
|
|
4930
6185
|
type: {
|
|
4931
6186
|
name: "String",
|
|
4932
6187
|
},
|
|
4933
|
-
}
|
|
6188
|
+
},
|
|
6189
|
+
},
|
|
4934
6190
|
},
|
|
4935
6191
|
};
|
|
4936
6192
|
export const SystemTopic = {
|
|
4937
6193
|
type: {
|
|
4938
6194
|
name: "Composite",
|
|
4939
6195
|
className: "SystemTopic",
|
|
4940
|
-
modelProperties:
|
|
6196
|
+
modelProperties: {
|
|
6197
|
+
...TrackedResource.type.modelProperties,
|
|
6198
|
+
systemData: {
|
|
4941
6199
|
serializedName: "systemData",
|
|
4942
6200
|
type: {
|
|
4943
6201
|
name: "Composite",
|
|
4944
6202
|
className: "SystemData",
|
|
4945
6203
|
},
|
|
4946
|
-
},
|
|
6204
|
+
},
|
|
6205
|
+
identity: {
|
|
4947
6206
|
serializedName: "identity",
|
|
4948
6207
|
type: {
|
|
4949
6208
|
name: "Composite",
|
|
4950
6209
|
className: "IdentityInfo",
|
|
4951
6210
|
},
|
|
4952
|
-
},
|
|
6211
|
+
},
|
|
6212
|
+
provisioningState: {
|
|
4953
6213
|
serializedName: "properties.provisioningState",
|
|
4954
6214
|
readOnly: true,
|
|
4955
6215
|
type: {
|
|
4956
6216
|
name: "String",
|
|
4957
6217
|
},
|
|
4958
|
-
},
|
|
6218
|
+
},
|
|
6219
|
+
source: {
|
|
4959
6220
|
serializedName: "properties.source",
|
|
4960
6221
|
type: {
|
|
4961
6222
|
name: "String",
|
|
4962
6223
|
},
|
|
4963
|
-
},
|
|
6224
|
+
},
|
|
6225
|
+
topicType: {
|
|
4964
6226
|
serializedName: "properties.topicType",
|
|
4965
6227
|
type: {
|
|
4966
6228
|
name: "String",
|
|
4967
6229
|
},
|
|
4968
|
-
},
|
|
6230
|
+
},
|
|
6231
|
+
metricResourceId: {
|
|
6232
|
+
serializedName: "properties.metricResourceId",
|
|
6233
|
+
readOnly: true,
|
|
6234
|
+
type: {
|
|
6235
|
+
name: "String",
|
|
6236
|
+
},
|
|
6237
|
+
},
|
|
6238
|
+
},
|
|
6239
|
+
},
|
|
6240
|
+
};
|
|
6241
|
+
export const Topic = {
|
|
6242
|
+
type: {
|
|
6243
|
+
name: "Composite",
|
|
6244
|
+
className: "Topic",
|
|
6245
|
+
modelProperties: {
|
|
6246
|
+
...TrackedResource.type.modelProperties,
|
|
6247
|
+
sku: {
|
|
6248
|
+
serializedName: "sku",
|
|
6249
|
+
type: {
|
|
6250
|
+
name: "Composite",
|
|
6251
|
+
className: "ResourceSku",
|
|
6252
|
+
},
|
|
6253
|
+
},
|
|
6254
|
+
identity: {
|
|
6255
|
+
serializedName: "identity",
|
|
6256
|
+
type: {
|
|
6257
|
+
name: "Composite",
|
|
6258
|
+
className: "IdentityInfo",
|
|
6259
|
+
},
|
|
6260
|
+
},
|
|
6261
|
+
kind: {
|
|
6262
|
+
defaultValue: "Azure",
|
|
6263
|
+
serializedName: "kind",
|
|
6264
|
+
type: {
|
|
6265
|
+
name: "String",
|
|
6266
|
+
},
|
|
6267
|
+
},
|
|
6268
|
+
extendedLocation: {
|
|
6269
|
+
serializedName: "extendedLocation",
|
|
6270
|
+
type: {
|
|
6271
|
+
name: "Composite",
|
|
6272
|
+
className: "ExtendedLocation",
|
|
6273
|
+
},
|
|
6274
|
+
},
|
|
6275
|
+
systemData: {
|
|
6276
|
+
serializedName: "systemData",
|
|
6277
|
+
type: {
|
|
6278
|
+
name: "Composite",
|
|
6279
|
+
className: "SystemData",
|
|
6280
|
+
},
|
|
6281
|
+
},
|
|
6282
|
+
privateEndpointConnections: {
|
|
6283
|
+
serializedName: "properties.privateEndpointConnections",
|
|
6284
|
+
readOnly: true,
|
|
6285
|
+
type: {
|
|
6286
|
+
name: "Sequence",
|
|
6287
|
+
element: {
|
|
6288
|
+
type: {
|
|
6289
|
+
name: "Composite",
|
|
6290
|
+
className: "PrivateEndpointConnection",
|
|
6291
|
+
},
|
|
6292
|
+
},
|
|
6293
|
+
},
|
|
6294
|
+
},
|
|
6295
|
+
provisioningState: {
|
|
6296
|
+
serializedName: "properties.provisioningState",
|
|
6297
|
+
readOnly: true,
|
|
6298
|
+
type: {
|
|
6299
|
+
name: "String",
|
|
6300
|
+
},
|
|
6301
|
+
},
|
|
6302
|
+
endpoint: {
|
|
6303
|
+
serializedName: "properties.endpoint",
|
|
6304
|
+
readOnly: true,
|
|
6305
|
+
type: {
|
|
6306
|
+
name: "String",
|
|
6307
|
+
},
|
|
6308
|
+
},
|
|
6309
|
+
eventTypeInfo: {
|
|
6310
|
+
serializedName: "properties.eventTypeInfo",
|
|
6311
|
+
type: {
|
|
6312
|
+
name: "Composite",
|
|
6313
|
+
className: "EventTypeInfo",
|
|
6314
|
+
},
|
|
6315
|
+
},
|
|
6316
|
+
minimumTlsVersionAllowed: {
|
|
6317
|
+
serializedName: "properties.minimumTlsVersionAllowed",
|
|
6318
|
+
type: {
|
|
6319
|
+
name: "String",
|
|
6320
|
+
},
|
|
6321
|
+
},
|
|
6322
|
+
inputSchema: {
|
|
6323
|
+
serializedName: "properties.inputSchema",
|
|
6324
|
+
type: {
|
|
6325
|
+
name: "String",
|
|
6326
|
+
},
|
|
6327
|
+
},
|
|
6328
|
+
inputSchemaMapping: {
|
|
6329
|
+
serializedName: "properties.inputSchemaMapping",
|
|
6330
|
+
type: {
|
|
6331
|
+
name: "Composite",
|
|
6332
|
+
className: "InputSchemaMapping",
|
|
6333
|
+
},
|
|
6334
|
+
},
|
|
6335
|
+
metricResourceId: {
|
|
4969
6336
|
serializedName: "properties.metricResourceId",
|
|
4970
6337
|
readOnly: true,
|
|
4971
6338
|
type: {
|
|
4972
6339
|
name: "String",
|
|
4973
6340
|
},
|
|
4974
|
-
}
|
|
6341
|
+
},
|
|
6342
|
+
publicNetworkAccess: {
|
|
6343
|
+
serializedName: "properties.publicNetworkAccess",
|
|
6344
|
+
type: {
|
|
6345
|
+
name: "String",
|
|
6346
|
+
},
|
|
6347
|
+
},
|
|
6348
|
+
inboundIpRules: {
|
|
6349
|
+
serializedName: "properties.inboundIpRules",
|
|
6350
|
+
type: {
|
|
6351
|
+
name: "Sequence",
|
|
6352
|
+
element: {
|
|
6353
|
+
type: {
|
|
6354
|
+
name: "Composite",
|
|
6355
|
+
className: "InboundIpRule",
|
|
6356
|
+
},
|
|
6357
|
+
},
|
|
6358
|
+
},
|
|
6359
|
+
},
|
|
6360
|
+
disableLocalAuth: {
|
|
6361
|
+
defaultValue: false,
|
|
6362
|
+
serializedName: "properties.disableLocalAuth",
|
|
6363
|
+
type: {
|
|
6364
|
+
name: "Boolean",
|
|
6365
|
+
},
|
|
6366
|
+
},
|
|
6367
|
+
dataResidencyBoundary: {
|
|
6368
|
+
serializedName: "properties.dataResidencyBoundary",
|
|
6369
|
+
type: {
|
|
6370
|
+
name: "String",
|
|
6371
|
+
},
|
|
6372
|
+
},
|
|
6373
|
+
},
|
|
4975
6374
|
},
|
|
4976
6375
|
};
|
|
4977
6376
|
export const CaCertificatesDeleteHeaders = {
|
|
@@ -5058,10 +6457,10 @@ export const DomainTopicsDeleteHeaders = {
|
|
|
5058
6457
|
},
|
|
5059
6458
|
},
|
|
5060
6459
|
};
|
|
5061
|
-
export const
|
|
6460
|
+
export const DomainTopicEventSubscriptionsDeleteHeaders = {
|
|
5062
6461
|
type: {
|
|
5063
6462
|
name: "Composite",
|
|
5064
|
-
className: "
|
|
6463
|
+
className: "DomainTopicEventSubscriptionsDeleteHeaders",
|
|
5065
6464
|
modelProperties: {
|
|
5066
6465
|
location: {
|
|
5067
6466
|
serializedName: "location",
|
|
@@ -5072,10 +6471,10 @@ export const TopicEventSubscriptionsDeleteHeaders = {
|
|
|
5072
6471
|
},
|
|
5073
6472
|
},
|
|
5074
6473
|
};
|
|
5075
|
-
export const
|
|
6474
|
+
export const TopicEventSubscriptionsDeleteHeaders = {
|
|
5076
6475
|
type: {
|
|
5077
6476
|
name: "Composite",
|
|
5078
|
-
className: "
|
|
6477
|
+
className: "TopicEventSubscriptionsDeleteHeaders",
|
|
5079
6478
|
modelProperties: {
|
|
5080
6479
|
location: {
|
|
5081
6480
|
serializedName: "location",
|
|
@@ -5086,10 +6485,10 @@ export const DomainEventSubscriptionsDeleteHeaders = {
|
|
|
5086
6485
|
},
|
|
5087
6486
|
},
|
|
5088
6487
|
};
|
|
5089
|
-
export const
|
|
6488
|
+
export const DomainEventSubscriptionsDeleteHeaders = {
|
|
5090
6489
|
type: {
|
|
5091
6490
|
name: "Composite",
|
|
5092
|
-
className: "
|
|
6491
|
+
className: "DomainEventSubscriptionsDeleteHeaders",
|
|
5093
6492
|
modelProperties: {
|
|
5094
6493
|
location: {
|
|
5095
6494
|
serializedName: "location",
|
|
@@ -5100,10 +6499,10 @@ export const NamespaceTopicEventSubscriptionsDeleteHeaders = {
|
|
|
5100
6499
|
},
|
|
5101
6500
|
},
|
|
5102
6501
|
};
|
|
5103
|
-
export const
|
|
6502
|
+
export const EventSubscriptionsDeleteHeaders = {
|
|
5104
6503
|
type: {
|
|
5105
6504
|
name: "Composite",
|
|
5106
|
-
className: "
|
|
6505
|
+
className: "EventSubscriptionsDeleteHeaders",
|
|
5107
6506
|
modelProperties: {
|
|
5108
6507
|
location: {
|
|
5109
6508
|
serializedName: "location",
|
|
@@ -5114,10 +6513,10 @@ export const NamespaceTopicEventSubscriptionsUpdateHeaders = {
|
|
|
5114
6513
|
},
|
|
5115
6514
|
},
|
|
5116
6515
|
};
|
|
5117
|
-
export const
|
|
6516
|
+
export const SystemTopicEventSubscriptionsDeleteHeaders = {
|
|
5118
6517
|
type: {
|
|
5119
6518
|
name: "Composite",
|
|
5120
|
-
className: "
|
|
6519
|
+
className: "SystemTopicEventSubscriptionsDeleteHeaders",
|
|
5121
6520
|
modelProperties: {
|
|
5122
6521
|
location: {
|
|
5123
6522
|
serializedName: "location",
|
|
@@ -5128,10 +6527,10 @@ export const EventSubscriptionsDeleteHeaders = {
|
|
|
5128
6527
|
},
|
|
5129
6528
|
},
|
|
5130
6529
|
};
|
|
5131
|
-
export const
|
|
6530
|
+
export const NamespaceTopicEventSubscriptionsDeleteHeaders = {
|
|
5132
6531
|
type: {
|
|
5133
6532
|
name: "Composite",
|
|
5134
|
-
className: "
|
|
6533
|
+
className: "NamespaceTopicEventSubscriptionsDeleteHeaders",
|
|
5135
6534
|
modelProperties: {
|
|
5136
6535
|
location: {
|
|
5137
6536
|
serializedName: "location",
|
|
@@ -5142,10 +6541,10 @@ export const DomainTopicEventSubscriptionsDeleteHeaders = {
|
|
|
5142
6541
|
},
|
|
5143
6542
|
},
|
|
5144
6543
|
};
|
|
5145
|
-
export const
|
|
6544
|
+
export const NamespaceTopicEventSubscriptionsUpdateHeaders = {
|
|
5146
6545
|
type: {
|
|
5147
6546
|
name: "Composite",
|
|
5148
|
-
className: "
|
|
6547
|
+
className: "NamespaceTopicEventSubscriptionsUpdateHeaders",
|
|
5149
6548
|
modelProperties: {
|
|
5150
6549
|
location: {
|
|
5151
6550
|
serializedName: "location",
|
|
@@ -5268,10 +6667,10 @@ export const NamespaceTopicsRegenerateKeyHeaders = {
|
|
|
5268
6667
|
},
|
|
5269
6668
|
},
|
|
5270
6669
|
};
|
|
5271
|
-
export const
|
|
6670
|
+
export const PartnerConfigurationsDeleteHeaders = {
|
|
5272
6671
|
type: {
|
|
5273
6672
|
name: "Composite",
|
|
5274
|
-
className: "
|
|
6673
|
+
className: "PartnerConfigurationsDeleteHeaders",
|
|
5275
6674
|
modelProperties: {
|
|
5276
6675
|
location: {
|
|
5277
6676
|
serializedName: "location",
|
|
@@ -5282,10 +6681,10 @@ export const TopicsDeleteHeaders = {
|
|
|
5282
6681
|
},
|
|
5283
6682
|
},
|
|
5284
6683
|
};
|
|
5285
|
-
export const
|
|
6684
|
+
export const PartnerDestinationsDeleteHeaders = {
|
|
5286
6685
|
type: {
|
|
5287
6686
|
name: "Composite",
|
|
5288
|
-
className: "
|
|
6687
|
+
className: "PartnerDestinationsDeleteHeaders",
|
|
5289
6688
|
modelProperties: {
|
|
5290
6689
|
location: {
|
|
5291
6690
|
serializedName: "location",
|
|
@@ -5296,10 +6695,10 @@ export const TopicsRegenerateKeyHeaders = {
|
|
|
5296
6695
|
},
|
|
5297
6696
|
},
|
|
5298
6697
|
};
|
|
5299
|
-
export const
|
|
6698
|
+
export const PartnerDestinationsUpdateHeaders = {
|
|
5300
6699
|
type: {
|
|
5301
6700
|
name: "Composite",
|
|
5302
|
-
className: "
|
|
6701
|
+
className: "PartnerDestinationsUpdateHeaders",
|
|
5303
6702
|
modelProperties: {
|
|
5304
6703
|
location: {
|
|
5305
6704
|
serializedName: "location",
|
|
@@ -5324,6 +6723,20 @@ export const PartnerNamespacesDeleteHeaders = {
|
|
|
5324
6723
|
},
|
|
5325
6724
|
},
|
|
5326
6725
|
};
|
|
6726
|
+
export const PartnerRegistrationsCreateOrUpdateHeaders = {
|
|
6727
|
+
type: {
|
|
6728
|
+
name: "Composite",
|
|
6729
|
+
className: "PartnerRegistrationsCreateOrUpdateHeaders",
|
|
6730
|
+
modelProperties: {
|
|
6731
|
+
location: {
|
|
6732
|
+
serializedName: "location",
|
|
6733
|
+
type: {
|
|
6734
|
+
name: "String",
|
|
6735
|
+
},
|
|
6736
|
+
},
|
|
6737
|
+
},
|
|
6738
|
+
},
|
|
6739
|
+
};
|
|
5327
6740
|
export const PartnerRegistrationsDeleteHeaders = {
|
|
5328
6741
|
type: {
|
|
5329
6742
|
name: "Composite",
|
|
@@ -5352,6 +6765,20 @@ export const PartnerTopicsDeleteHeaders = {
|
|
|
5352
6765
|
},
|
|
5353
6766
|
},
|
|
5354
6767
|
};
|
|
6768
|
+
export const NetworkSecurityPerimeterConfigurationsReconcileHeaders = {
|
|
6769
|
+
type: {
|
|
6770
|
+
name: "Composite",
|
|
6771
|
+
className: "NetworkSecurityPerimeterConfigurationsReconcileHeaders",
|
|
6772
|
+
modelProperties: {
|
|
6773
|
+
location: {
|
|
6774
|
+
serializedName: "location",
|
|
6775
|
+
type: {
|
|
6776
|
+
name: "String",
|
|
6777
|
+
},
|
|
6778
|
+
},
|
|
6779
|
+
},
|
|
6780
|
+
},
|
|
6781
|
+
};
|
|
5355
6782
|
export const PermissionBindingsDeleteHeaders = {
|
|
5356
6783
|
type: {
|
|
5357
6784
|
name: "Composite",
|
|
@@ -5394,6 +6821,34 @@ export const SystemTopicsDeleteHeaders = {
|
|
|
5394
6821
|
},
|
|
5395
6822
|
},
|
|
5396
6823
|
};
|
|
6824
|
+
export const TopicsDeleteHeaders = {
|
|
6825
|
+
type: {
|
|
6826
|
+
name: "Composite",
|
|
6827
|
+
className: "TopicsDeleteHeaders",
|
|
6828
|
+
modelProperties: {
|
|
6829
|
+
location: {
|
|
6830
|
+
serializedName: "location",
|
|
6831
|
+
type: {
|
|
6832
|
+
name: "String",
|
|
6833
|
+
},
|
|
6834
|
+
},
|
|
6835
|
+
},
|
|
6836
|
+
},
|
|
6837
|
+
};
|
|
6838
|
+
export const TopicsRegenerateKeyHeaders = {
|
|
6839
|
+
type: {
|
|
6840
|
+
name: "Composite",
|
|
6841
|
+
className: "TopicsRegenerateKeyHeaders",
|
|
6842
|
+
modelProperties: {
|
|
6843
|
+
location: {
|
|
6844
|
+
serializedName: "location",
|
|
6845
|
+
type: {
|
|
6846
|
+
name: "String",
|
|
6847
|
+
},
|
|
6848
|
+
},
|
|
6849
|
+
},
|
|
6850
|
+
},
|
|
6851
|
+
};
|
|
5397
6852
|
export const TopicSpacesDeleteHeaders = {
|
|
5398
6853
|
type: {
|
|
5399
6854
|
name: "Composite",
|
|
@@ -5409,6 +6864,8 @@ export const TopicSpacesDeleteHeaders = {
|
|
|
5409
6864
|
},
|
|
5410
6865
|
};
|
|
5411
6866
|
export let discriminators = {
|
|
6867
|
+
PartnerDestinationInfo: PartnerDestinationInfo,
|
|
6868
|
+
PartnerUpdateDestinationInfo: PartnerUpdateDestinationInfo,
|
|
5412
6869
|
InputSchemaMapping: InputSchemaMapping,
|
|
5413
6870
|
DeliveryAttributeMapping: DeliveryAttributeMapping,
|
|
5414
6871
|
DeadLetterDestination: DeadLetterDestination,
|
|
@@ -5416,6 +6873,9 @@ export let discriminators = {
|
|
|
5416
6873
|
Filter: Filter,
|
|
5417
6874
|
AdvancedFilter: AdvancedFilter,
|
|
5418
6875
|
StaticRoutingEnrichment: StaticRoutingEnrichment,
|
|
6876
|
+
PartnerClientAuthentication: PartnerClientAuthentication,
|
|
6877
|
+
"PartnerDestinationInfo.WebHook": WebhookPartnerDestinationInfo,
|
|
6878
|
+
"PartnerUpdateDestinationInfo.WebHook": WebhookUpdatePartnerDestinationInfo,
|
|
5419
6879
|
"InputSchemaMapping.Json": JsonInputSchemaMapping,
|
|
5420
6880
|
"DeliveryAttributeMapping.Static": StaticDeliveryAttributeMapping,
|
|
5421
6881
|
"DeliveryAttributeMapping.Dynamic": DynamicDeliveryAttributeMapping,
|
|
@@ -5427,6 +6887,7 @@ export let discriminators = {
|
|
|
5427
6887
|
"EventSubscriptionDestination.ServiceBusQueue": ServiceBusQueueEventSubscriptionDestination,
|
|
5428
6888
|
"EventSubscriptionDestination.ServiceBusTopic": ServiceBusTopicEventSubscriptionDestination,
|
|
5429
6889
|
"EventSubscriptionDestination.AzureFunction": AzureFunctionEventSubscriptionDestination,
|
|
6890
|
+
"EventSubscriptionDestination.PartnerDestination": PartnerEventSubscriptionDestination,
|
|
5430
6891
|
"EventSubscriptionDestination.MonitorAlert": MonitorAlertEventSubscriptionDestination,
|
|
5431
6892
|
"EventSubscriptionDestination.NamespaceTopic": NamespaceTopicEventSubscriptionDestination,
|
|
5432
6893
|
"Filter.NumberIn": NumberInFilter,
|
|
@@ -5468,5 +6929,6 @@ export let discriminators = {
|
|
|
5468
6929
|
"AdvancedFilter.IsNullOrUndefined": IsNullOrUndefinedAdvancedFilter,
|
|
5469
6930
|
"AdvancedFilter.IsNotNull": IsNotNullAdvancedFilter,
|
|
5470
6931
|
"StaticRoutingEnrichment.String": StaticStringRoutingEnrichment,
|
|
6932
|
+
"PartnerClientAuthentication.AzureAD": AzureADPartnerClientAuthentication,
|
|
5471
6933
|
};
|
|
5472
6934
|
//# sourceMappingURL=mappers.js.map
|