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