@azure/arm-eventgrid 15.0.0-alpha.20250724.1 → 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/dist/browser/eventGridManagementClient.js +44 -5
- package/dist/browser/eventGridManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +776 -347
- package/dist/browser/models/mappers.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.js +56 -58
- 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.js +254 -409
- 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/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.js +21 -33
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +1 -1
- 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.js +78 -97
- package/dist/browser/operations/partnerDestinations.js.map +1 -1
- 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.js +56 -58
- 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/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/eventGridManagementClient.js +44 -5
- package/dist/commonjs/eventGridManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +776 -347
- package/dist/commonjs/models/mappers.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.js +56 -57
- 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.js +254 -408
- 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/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.js +21 -32
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +1 -1
- 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.js +78 -96
- package/dist/commonjs/operations/partnerDestinations.js.map +1 -1
- 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.js +56 -57
- 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/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/eventGridManagementClient.js +44 -5
- package/dist/esm/eventGridManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +776 -347
- package/dist/esm/models/mappers.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.js +56 -58
- 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.js +254 -409
- 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/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.js +21 -33
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +1 -1
- 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.js +78 -97
- package/dist/esm/operations/partnerDestinations.js.map +1 -1
- 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.js +56 -58
- 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/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/eventGridManagementClient.js +44 -5
- package/dist/react-native/eventGridManagementClient.js.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/mappers.js +776 -347
- package/dist/react-native/models/mappers.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.js +56 -58
- 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.js +254 -409
- 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/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.js +21 -33
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +1 -1
- 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.js +78 -97
- package/dist/react-native/operations/partnerDestinations.js.map +1 -1
- 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.js +56 -58
- 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/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +1 -1
|
@@ -3502,180 +3502,216 @@ export const CaCertificate = {
|
|
|
3502
3502
|
type: {
|
|
3503
3503
|
name: "Composite",
|
|
3504
3504
|
className: "CaCertificate",
|
|
3505
|
-
modelProperties:
|
|
3505
|
+
modelProperties: {
|
|
3506
|
+
...Resource.type.modelProperties,
|
|
3507
|
+
systemData: {
|
|
3506
3508
|
serializedName: "systemData",
|
|
3507
3509
|
type: {
|
|
3508
3510
|
name: "Composite",
|
|
3509
3511
|
className: "SystemData",
|
|
3510
3512
|
},
|
|
3511
|
-
},
|
|
3513
|
+
},
|
|
3514
|
+
description: {
|
|
3512
3515
|
serializedName: "properties.description",
|
|
3513
3516
|
type: {
|
|
3514
3517
|
name: "String",
|
|
3515
3518
|
},
|
|
3516
|
-
},
|
|
3519
|
+
},
|
|
3520
|
+
encodedCertificate: {
|
|
3517
3521
|
serializedName: "properties.encodedCertificate",
|
|
3518
3522
|
type: {
|
|
3519
3523
|
name: "String",
|
|
3520
3524
|
},
|
|
3521
|
-
},
|
|
3525
|
+
},
|
|
3526
|
+
issueTimeInUtc: {
|
|
3522
3527
|
serializedName: "properties.issueTimeInUtc",
|
|
3523
3528
|
readOnly: true,
|
|
3524
3529
|
type: {
|
|
3525
3530
|
name: "DateTime",
|
|
3526
3531
|
},
|
|
3527
|
-
},
|
|
3532
|
+
},
|
|
3533
|
+
expiryTimeInUtc: {
|
|
3528
3534
|
serializedName: "properties.expiryTimeInUtc",
|
|
3529
3535
|
readOnly: true,
|
|
3530
3536
|
type: {
|
|
3531
3537
|
name: "DateTime",
|
|
3532
3538
|
},
|
|
3533
|
-
},
|
|
3539
|
+
},
|
|
3540
|
+
provisioningState: {
|
|
3534
3541
|
serializedName: "properties.provisioningState",
|
|
3535
3542
|
readOnly: true,
|
|
3536
3543
|
type: {
|
|
3537
3544
|
name: "String",
|
|
3538
3545
|
},
|
|
3539
|
-
}
|
|
3546
|
+
},
|
|
3547
|
+
},
|
|
3540
3548
|
},
|
|
3541
3549
|
};
|
|
3542
3550
|
export const Channel = {
|
|
3543
3551
|
type: {
|
|
3544
3552
|
name: "Composite",
|
|
3545
3553
|
className: "Channel",
|
|
3546
|
-
modelProperties:
|
|
3554
|
+
modelProperties: {
|
|
3555
|
+
...Resource.type.modelProperties,
|
|
3556
|
+
systemData: {
|
|
3547
3557
|
serializedName: "systemData",
|
|
3548
3558
|
type: {
|
|
3549
3559
|
name: "Composite",
|
|
3550
3560
|
className: "SystemData",
|
|
3551
3561
|
},
|
|
3552
|
-
},
|
|
3562
|
+
},
|
|
3563
|
+
channelType: {
|
|
3553
3564
|
serializedName: "properties.channelType",
|
|
3554
3565
|
type: {
|
|
3555
3566
|
name: "String",
|
|
3556
3567
|
},
|
|
3557
|
-
},
|
|
3568
|
+
},
|
|
3569
|
+
partnerTopicInfo: {
|
|
3558
3570
|
serializedName: "properties.partnerTopicInfo",
|
|
3559
3571
|
type: {
|
|
3560
3572
|
name: "Composite",
|
|
3561
3573
|
className: "PartnerTopicInfo",
|
|
3562
3574
|
},
|
|
3563
|
-
},
|
|
3575
|
+
},
|
|
3576
|
+
partnerDestinationInfo: {
|
|
3564
3577
|
serializedName: "properties.partnerDestinationInfo",
|
|
3565
3578
|
type: {
|
|
3566
3579
|
name: "Composite",
|
|
3567
3580
|
className: "PartnerDestinationInfo",
|
|
3568
3581
|
},
|
|
3569
|
-
},
|
|
3582
|
+
},
|
|
3583
|
+
messageForActivation: {
|
|
3570
3584
|
serializedName: "properties.messageForActivation",
|
|
3571
3585
|
type: {
|
|
3572
3586
|
name: "String",
|
|
3573
3587
|
},
|
|
3574
|
-
},
|
|
3588
|
+
},
|
|
3589
|
+
provisioningState: {
|
|
3575
3590
|
serializedName: "properties.provisioningState",
|
|
3576
3591
|
type: {
|
|
3577
3592
|
name: "String",
|
|
3578
3593
|
},
|
|
3579
|
-
},
|
|
3594
|
+
},
|
|
3595
|
+
readinessState: {
|
|
3580
3596
|
serializedName: "properties.readinessState",
|
|
3581
3597
|
type: {
|
|
3582
3598
|
name: "String",
|
|
3583
3599
|
},
|
|
3584
|
-
},
|
|
3600
|
+
},
|
|
3601
|
+
expirationTimeIfNotActivatedUtc: {
|
|
3585
3602
|
serializedName: "properties.expirationTimeIfNotActivatedUtc",
|
|
3586
3603
|
type: {
|
|
3587
3604
|
name: "DateTime",
|
|
3588
3605
|
},
|
|
3589
|
-
}
|
|
3606
|
+
},
|
|
3607
|
+
},
|
|
3590
3608
|
},
|
|
3591
3609
|
};
|
|
3592
3610
|
export const ClientGroup = {
|
|
3593
3611
|
type: {
|
|
3594
3612
|
name: "Composite",
|
|
3595
3613
|
className: "ClientGroup",
|
|
3596
|
-
modelProperties:
|
|
3614
|
+
modelProperties: {
|
|
3615
|
+
...Resource.type.modelProperties,
|
|
3616
|
+
systemData: {
|
|
3597
3617
|
serializedName: "systemData",
|
|
3598
3618
|
type: {
|
|
3599
3619
|
name: "Composite",
|
|
3600
3620
|
className: "SystemData",
|
|
3601
3621
|
},
|
|
3602
|
-
},
|
|
3622
|
+
},
|
|
3623
|
+
description: {
|
|
3603
3624
|
serializedName: "properties.description",
|
|
3604
3625
|
type: {
|
|
3605
3626
|
name: "String",
|
|
3606
3627
|
},
|
|
3607
|
-
},
|
|
3628
|
+
},
|
|
3629
|
+
query: {
|
|
3608
3630
|
serializedName: "properties.query",
|
|
3609
3631
|
type: {
|
|
3610
3632
|
name: "String",
|
|
3611
3633
|
},
|
|
3612
|
-
},
|
|
3634
|
+
},
|
|
3635
|
+
provisioningState: {
|
|
3613
3636
|
serializedName: "properties.provisioningState",
|
|
3614
3637
|
readOnly: true,
|
|
3615
3638
|
type: {
|
|
3616
3639
|
name: "String",
|
|
3617
3640
|
},
|
|
3618
|
-
}
|
|
3641
|
+
},
|
|
3642
|
+
},
|
|
3619
3643
|
},
|
|
3620
3644
|
};
|
|
3621
3645
|
export const Client = {
|
|
3622
3646
|
type: {
|
|
3623
3647
|
name: "Composite",
|
|
3624
3648
|
className: "Client",
|
|
3625
|
-
modelProperties:
|
|
3649
|
+
modelProperties: {
|
|
3650
|
+
...Resource.type.modelProperties,
|
|
3651
|
+
systemData: {
|
|
3626
3652
|
serializedName: "systemData",
|
|
3627
3653
|
type: {
|
|
3628
3654
|
name: "Composite",
|
|
3629
3655
|
className: "SystemData",
|
|
3630
3656
|
},
|
|
3631
|
-
},
|
|
3657
|
+
},
|
|
3658
|
+
description: {
|
|
3632
3659
|
serializedName: "properties.description",
|
|
3633
3660
|
type: {
|
|
3634
3661
|
name: "String",
|
|
3635
3662
|
},
|
|
3636
|
-
},
|
|
3663
|
+
},
|
|
3664
|
+
authenticationName: {
|
|
3637
3665
|
serializedName: "properties.authenticationName",
|
|
3638
3666
|
type: {
|
|
3639
3667
|
name: "String",
|
|
3640
3668
|
},
|
|
3641
|
-
},
|
|
3669
|
+
},
|
|
3670
|
+
clientCertificateAuthentication: {
|
|
3642
3671
|
serializedName: "properties.clientCertificateAuthentication",
|
|
3643
3672
|
type: {
|
|
3644
3673
|
name: "Composite",
|
|
3645
3674
|
className: "ClientCertificateAuthentication",
|
|
3646
3675
|
},
|
|
3647
|
-
},
|
|
3676
|
+
},
|
|
3677
|
+
state: {
|
|
3648
3678
|
defaultValue: "Enabled",
|
|
3649
3679
|
serializedName: "properties.state",
|
|
3650
3680
|
type: {
|
|
3651
3681
|
name: "String",
|
|
3652
3682
|
},
|
|
3653
|
-
},
|
|
3683
|
+
},
|
|
3684
|
+
attributes: {
|
|
3654
3685
|
serializedName: "properties.attributes",
|
|
3655
3686
|
type: {
|
|
3656
3687
|
name: "Dictionary",
|
|
3657
3688
|
value: { type: { name: "any" } },
|
|
3658
3689
|
},
|
|
3659
|
-
},
|
|
3690
|
+
},
|
|
3691
|
+
provisioningState: {
|
|
3660
3692
|
serializedName: "properties.provisioningState",
|
|
3661
3693
|
readOnly: true,
|
|
3662
3694
|
type: {
|
|
3663
3695
|
name: "String",
|
|
3664
3696
|
},
|
|
3665
|
-
}
|
|
3697
|
+
},
|
|
3698
|
+
},
|
|
3666
3699
|
},
|
|
3667
3700
|
};
|
|
3668
3701
|
export const PrivateEndpointConnection = {
|
|
3669
3702
|
type: {
|
|
3670
3703
|
name: "Composite",
|
|
3671
3704
|
className: "PrivateEndpointConnection",
|
|
3672
|
-
modelProperties:
|
|
3705
|
+
modelProperties: {
|
|
3706
|
+
...Resource.type.modelProperties,
|
|
3707
|
+
privateEndpoint: {
|
|
3673
3708
|
serializedName: "properties.privateEndpoint",
|
|
3674
3709
|
type: {
|
|
3675
3710
|
name: "Composite",
|
|
3676
3711
|
className: "PrivateEndpoint",
|
|
3677
3712
|
},
|
|
3678
|
-
},
|
|
3713
|
+
},
|
|
3714
|
+
groupIds: {
|
|
3679
3715
|
serializedName: "properties.groupIds",
|
|
3680
3716
|
type: {
|
|
3681
3717
|
name: "Sequence",
|
|
@@ -3685,146 +3721,174 @@ export const PrivateEndpointConnection = {
|
|
|
3685
3721
|
},
|
|
3686
3722
|
},
|
|
3687
3723
|
},
|
|
3688
|
-
},
|
|
3724
|
+
},
|
|
3725
|
+
privateLinkServiceConnectionState: {
|
|
3689
3726
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
3690
3727
|
type: {
|
|
3691
3728
|
name: "Composite",
|
|
3692
3729
|
className: "ConnectionState",
|
|
3693
3730
|
},
|
|
3694
|
-
},
|
|
3731
|
+
},
|
|
3732
|
+
provisioningState: {
|
|
3695
3733
|
serializedName: "properties.provisioningState",
|
|
3696
3734
|
type: {
|
|
3697
3735
|
name: "String",
|
|
3698
3736
|
},
|
|
3699
|
-
}
|
|
3737
|
+
},
|
|
3738
|
+
},
|
|
3700
3739
|
},
|
|
3701
3740
|
};
|
|
3702
3741
|
export const TrackedResource = {
|
|
3703
3742
|
type: {
|
|
3704
3743
|
name: "Composite",
|
|
3705
3744
|
className: "TrackedResource",
|
|
3706
|
-
modelProperties:
|
|
3745
|
+
modelProperties: {
|
|
3746
|
+
...Resource.type.modelProperties,
|
|
3747
|
+
location: {
|
|
3707
3748
|
serializedName: "location",
|
|
3708
3749
|
required: true,
|
|
3709
3750
|
type: {
|
|
3710
3751
|
name: "String",
|
|
3711
3752
|
},
|
|
3712
|
-
},
|
|
3753
|
+
},
|
|
3754
|
+
tags: {
|
|
3713
3755
|
serializedName: "tags",
|
|
3714
3756
|
type: {
|
|
3715
3757
|
name: "Dictionary",
|
|
3716
3758
|
value: { type: { name: "String" } },
|
|
3717
3759
|
},
|
|
3718
|
-
}
|
|
3760
|
+
},
|
|
3761
|
+
},
|
|
3719
3762
|
},
|
|
3720
3763
|
};
|
|
3721
3764
|
export const DomainTopic = {
|
|
3722
3765
|
type: {
|
|
3723
3766
|
name: "Composite",
|
|
3724
3767
|
className: "DomainTopic",
|
|
3725
|
-
modelProperties:
|
|
3768
|
+
modelProperties: {
|
|
3769
|
+
...Resource.type.modelProperties,
|
|
3770
|
+
systemData: {
|
|
3726
3771
|
serializedName: "systemData",
|
|
3727
3772
|
type: {
|
|
3728
3773
|
name: "Composite",
|
|
3729
3774
|
className: "SystemData",
|
|
3730
3775
|
},
|
|
3731
|
-
},
|
|
3776
|
+
},
|
|
3777
|
+
provisioningState: {
|
|
3732
3778
|
serializedName: "properties.provisioningState",
|
|
3733
3779
|
readOnly: true,
|
|
3734
3780
|
type: {
|
|
3735
3781
|
name: "String",
|
|
3736
3782
|
},
|
|
3737
|
-
}
|
|
3783
|
+
},
|
|
3784
|
+
},
|
|
3738
3785
|
},
|
|
3739
3786
|
};
|
|
3740
3787
|
export const Subscription = {
|
|
3741
3788
|
type: {
|
|
3742
3789
|
name: "Composite",
|
|
3743
3790
|
className: "Subscription",
|
|
3744
|
-
modelProperties:
|
|
3791
|
+
modelProperties: {
|
|
3792
|
+
...Resource.type.modelProperties,
|
|
3793
|
+
systemData: {
|
|
3745
3794
|
serializedName: "systemData",
|
|
3746
3795
|
type: {
|
|
3747
3796
|
name: "Composite",
|
|
3748
3797
|
className: "SystemData",
|
|
3749
3798
|
},
|
|
3750
|
-
},
|
|
3799
|
+
},
|
|
3800
|
+
provisioningState: {
|
|
3751
3801
|
serializedName: "properties.provisioningState",
|
|
3752
3802
|
readOnly: true,
|
|
3753
3803
|
type: {
|
|
3754
3804
|
name: "String",
|
|
3755
3805
|
},
|
|
3756
|
-
},
|
|
3806
|
+
},
|
|
3807
|
+
deliveryConfiguration: {
|
|
3757
3808
|
serializedName: "properties.deliveryConfiguration",
|
|
3758
3809
|
type: {
|
|
3759
3810
|
name: "Composite",
|
|
3760
3811
|
className: "DeliveryConfiguration",
|
|
3761
3812
|
},
|
|
3762
|
-
},
|
|
3813
|
+
},
|
|
3814
|
+
eventDeliverySchema: {
|
|
3763
3815
|
serializedName: "properties.eventDeliverySchema",
|
|
3764
3816
|
type: {
|
|
3765
3817
|
name: "String",
|
|
3766
3818
|
},
|
|
3767
|
-
},
|
|
3819
|
+
},
|
|
3820
|
+
filtersConfiguration: {
|
|
3768
3821
|
serializedName: "properties.filtersConfiguration",
|
|
3769
3822
|
type: {
|
|
3770
3823
|
name: "Composite",
|
|
3771
3824
|
className: "FiltersConfiguration",
|
|
3772
3825
|
},
|
|
3773
|
-
},
|
|
3826
|
+
},
|
|
3827
|
+
expirationTimeUtc: {
|
|
3774
3828
|
serializedName: "properties.expirationTimeUtc",
|
|
3775
3829
|
type: {
|
|
3776
3830
|
name: "DateTime",
|
|
3777
3831
|
},
|
|
3778
|
-
},
|
|
3832
|
+
},
|
|
3833
|
+
tags: {
|
|
3779
3834
|
serializedName: "properties.tags",
|
|
3780
3835
|
type: {
|
|
3781
3836
|
name: "Dictionary",
|
|
3782
3837
|
value: { type: { name: "String" } },
|
|
3783
3838
|
},
|
|
3784
|
-
}
|
|
3839
|
+
},
|
|
3840
|
+
},
|
|
3785
3841
|
},
|
|
3786
3842
|
};
|
|
3787
3843
|
export const EventSubscription = {
|
|
3788
3844
|
type: {
|
|
3789
3845
|
name: "Composite",
|
|
3790
3846
|
className: "EventSubscription",
|
|
3791
|
-
modelProperties:
|
|
3847
|
+
modelProperties: {
|
|
3848
|
+
...Resource.type.modelProperties,
|
|
3849
|
+
systemData: {
|
|
3792
3850
|
serializedName: "systemData",
|
|
3793
3851
|
type: {
|
|
3794
3852
|
name: "Composite",
|
|
3795
3853
|
className: "SystemData",
|
|
3796
3854
|
},
|
|
3797
|
-
},
|
|
3855
|
+
},
|
|
3856
|
+
topic: {
|
|
3798
3857
|
serializedName: "properties.topic",
|
|
3799
3858
|
readOnly: true,
|
|
3800
3859
|
type: {
|
|
3801
3860
|
name: "String",
|
|
3802
3861
|
},
|
|
3803
|
-
},
|
|
3862
|
+
},
|
|
3863
|
+
provisioningState: {
|
|
3804
3864
|
serializedName: "properties.provisioningState",
|
|
3805
3865
|
readOnly: true,
|
|
3806
3866
|
type: {
|
|
3807
3867
|
name: "String",
|
|
3808
3868
|
},
|
|
3809
|
-
},
|
|
3869
|
+
},
|
|
3870
|
+
destination: {
|
|
3810
3871
|
serializedName: "properties.destination",
|
|
3811
3872
|
type: {
|
|
3812
3873
|
name: "Composite",
|
|
3813
3874
|
className: "EventSubscriptionDestination",
|
|
3814
3875
|
},
|
|
3815
|
-
},
|
|
3876
|
+
},
|
|
3877
|
+
deliveryWithResourceIdentity: {
|
|
3816
3878
|
serializedName: "properties.deliveryWithResourceIdentity",
|
|
3817
3879
|
type: {
|
|
3818
3880
|
name: "Composite",
|
|
3819
3881
|
className: "DeliveryWithResourceIdentity",
|
|
3820
3882
|
},
|
|
3821
|
-
},
|
|
3883
|
+
},
|
|
3884
|
+
filter: {
|
|
3822
3885
|
serializedName: "properties.filter",
|
|
3823
3886
|
type: {
|
|
3824
3887
|
name: "Composite",
|
|
3825
3888
|
className: "EventSubscriptionFilter",
|
|
3826
3889
|
},
|
|
3827
|
-
},
|
|
3890
|
+
},
|
|
3891
|
+
labels: {
|
|
3828
3892
|
serializedName: "properties.labels",
|
|
3829
3893
|
type: {
|
|
3830
3894
|
name: "Sequence",
|
|
@@ -3834,117 +3898,140 @@ export const EventSubscription = {
|
|
|
3834
3898
|
},
|
|
3835
3899
|
},
|
|
3836
3900
|
},
|
|
3837
|
-
},
|
|
3901
|
+
},
|
|
3902
|
+
expirationTimeUtc: {
|
|
3838
3903
|
serializedName: "properties.expirationTimeUtc",
|
|
3839
3904
|
type: {
|
|
3840
3905
|
name: "DateTime",
|
|
3841
3906
|
},
|
|
3842
|
-
},
|
|
3907
|
+
},
|
|
3908
|
+
eventDeliverySchema: {
|
|
3843
3909
|
serializedName: "properties.eventDeliverySchema",
|
|
3844
3910
|
type: {
|
|
3845
3911
|
name: "String",
|
|
3846
3912
|
},
|
|
3847
|
-
},
|
|
3913
|
+
},
|
|
3914
|
+
retryPolicy: {
|
|
3848
3915
|
serializedName: "properties.retryPolicy",
|
|
3849
3916
|
type: {
|
|
3850
3917
|
name: "Composite",
|
|
3851
3918
|
className: "RetryPolicy",
|
|
3852
3919
|
},
|
|
3853
|
-
},
|
|
3920
|
+
},
|
|
3921
|
+
deadLetterDestination: {
|
|
3854
3922
|
serializedName: "properties.deadLetterDestination",
|
|
3855
3923
|
type: {
|
|
3856
3924
|
name: "Composite",
|
|
3857
3925
|
className: "DeadLetterDestination",
|
|
3858
3926
|
},
|
|
3859
|
-
},
|
|
3927
|
+
},
|
|
3928
|
+
deadLetterWithResourceIdentity: {
|
|
3860
3929
|
serializedName: "properties.deadLetterWithResourceIdentity",
|
|
3861
3930
|
type: {
|
|
3862
3931
|
name: "Composite",
|
|
3863
3932
|
className: "DeadLetterWithResourceIdentity",
|
|
3864
3933
|
},
|
|
3865
|
-
}
|
|
3934
|
+
},
|
|
3935
|
+
},
|
|
3866
3936
|
},
|
|
3867
3937
|
};
|
|
3868
3938
|
export const NamespaceTopic = {
|
|
3869
3939
|
type: {
|
|
3870
3940
|
name: "Composite",
|
|
3871
3941
|
className: "NamespaceTopic",
|
|
3872
|
-
modelProperties:
|
|
3942
|
+
modelProperties: {
|
|
3943
|
+
...Resource.type.modelProperties,
|
|
3944
|
+
systemData: {
|
|
3873
3945
|
serializedName: "systemData",
|
|
3874
3946
|
type: {
|
|
3875
3947
|
name: "Composite",
|
|
3876
3948
|
className: "SystemData",
|
|
3877
3949
|
},
|
|
3878
|
-
},
|
|
3950
|
+
},
|
|
3951
|
+
provisioningState: {
|
|
3879
3952
|
serializedName: "properties.provisioningState",
|
|
3880
3953
|
readOnly: true,
|
|
3881
3954
|
type: {
|
|
3882
3955
|
name: "String",
|
|
3883
3956
|
},
|
|
3884
|
-
},
|
|
3957
|
+
},
|
|
3958
|
+
publisherType: {
|
|
3885
3959
|
serializedName: "properties.publisherType",
|
|
3886
3960
|
type: {
|
|
3887
3961
|
name: "String",
|
|
3888
3962
|
},
|
|
3889
|
-
},
|
|
3963
|
+
},
|
|
3964
|
+
inputSchema: {
|
|
3890
3965
|
defaultValue: "CloudEventSchemaV1_0",
|
|
3891
3966
|
serializedName: "properties.inputSchema",
|
|
3892
3967
|
type: {
|
|
3893
3968
|
name: "String",
|
|
3894
3969
|
},
|
|
3895
|
-
},
|
|
3970
|
+
},
|
|
3971
|
+
eventRetentionInDays: {
|
|
3896
3972
|
serializedName: "properties.eventRetentionInDays",
|
|
3897
3973
|
type: {
|
|
3898
3974
|
name: "Number",
|
|
3899
3975
|
},
|
|
3900
|
-
}
|
|
3976
|
+
},
|
|
3977
|
+
},
|
|
3901
3978
|
},
|
|
3902
3979
|
};
|
|
3903
3980
|
export const PartnerConfiguration = {
|
|
3904
3981
|
type: {
|
|
3905
3982
|
name: "Composite",
|
|
3906
3983
|
className: "PartnerConfiguration",
|
|
3907
|
-
modelProperties:
|
|
3984
|
+
modelProperties: {
|
|
3985
|
+
...Resource.type.modelProperties,
|
|
3986
|
+
systemData: {
|
|
3908
3987
|
serializedName: "systemData",
|
|
3909
3988
|
type: {
|
|
3910
3989
|
name: "Composite",
|
|
3911
3990
|
className: "SystemData",
|
|
3912
3991
|
},
|
|
3913
|
-
},
|
|
3992
|
+
},
|
|
3993
|
+
location: {
|
|
3914
3994
|
serializedName: "location",
|
|
3915
3995
|
type: {
|
|
3916
3996
|
name: "String",
|
|
3917
3997
|
},
|
|
3918
|
-
},
|
|
3998
|
+
},
|
|
3999
|
+
tags: {
|
|
3919
4000
|
serializedName: "tags",
|
|
3920
4001
|
type: {
|
|
3921
4002
|
name: "Dictionary",
|
|
3922
4003
|
value: { type: { name: "String" } },
|
|
3923
4004
|
},
|
|
3924
|
-
},
|
|
4005
|
+
},
|
|
4006
|
+
partnerAuthorization: {
|
|
3925
4007
|
serializedName: "properties.partnerAuthorization",
|
|
3926
4008
|
type: {
|
|
3927
4009
|
name: "Composite",
|
|
3928
4010
|
className: "PartnerAuthorization",
|
|
3929
4011
|
},
|
|
3930
|
-
},
|
|
4012
|
+
},
|
|
4013
|
+
provisioningState: {
|
|
3931
4014
|
serializedName: "properties.provisioningState",
|
|
3932
4015
|
type: {
|
|
3933
4016
|
name: "String",
|
|
3934
4017
|
},
|
|
3935
|
-
}
|
|
4018
|
+
},
|
|
4019
|
+
},
|
|
3936
4020
|
},
|
|
3937
4021
|
};
|
|
3938
4022
|
export const NetworkSecurityPerimeterConfiguration = {
|
|
3939
4023
|
type: {
|
|
3940
4024
|
name: "Composite",
|
|
3941
4025
|
className: "NetworkSecurityPerimeterConfiguration",
|
|
3942
|
-
modelProperties:
|
|
4026
|
+
modelProperties: {
|
|
4027
|
+
...Resource.type.modelProperties,
|
|
4028
|
+
provisioningState: {
|
|
3943
4029
|
serializedName: "properties.provisioningState",
|
|
3944
4030
|
type: {
|
|
3945
4031
|
name: "String",
|
|
3946
4032
|
},
|
|
3947
|
-
},
|
|
4033
|
+
},
|
|
4034
|
+
provisioningIssues: {
|
|
3948
4035
|
serializedName: "properties.provisioningIssues",
|
|
3949
4036
|
type: {
|
|
3950
4037
|
name: "Sequence",
|
|
@@ -3955,132 +4042,159 @@ export const NetworkSecurityPerimeterConfiguration = {
|
|
|
3955
4042
|
},
|
|
3956
4043
|
},
|
|
3957
4044
|
},
|
|
3958
|
-
},
|
|
4045
|
+
},
|
|
4046
|
+
networkSecurityPerimeter: {
|
|
3959
4047
|
serializedName: "properties.networkSecurityPerimeter",
|
|
3960
4048
|
type: {
|
|
3961
4049
|
name: "Composite",
|
|
3962
4050
|
className: "NetworkSecurityPerimeterInfo",
|
|
3963
4051
|
},
|
|
3964
|
-
},
|
|
4052
|
+
},
|
|
4053
|
+
resourceAssociation: {
|
|
3965
4054
|
serializedName: "properties.resourceAssociation",
|
|
3966
4055
|
type: {
|
|
3967
4056
|
name: "Composite",
|
|
3968
4057
|
className: "ResourceAssociation",
|
|
3969
4058
|
},
|
|
3970
|
-
},
|
|
4059
|
+
},
|
|
4060
|
+
profile: {
|
|
3971
4061
|
serializedName: "properties.profile",
|
|
3972
4062
|
type: {
|
|
3973
4063
|
name: "Composite",
|
|
3974
4064
|
className: "NetworkSecurityPerimeterConfigurationProfile",
|
|
3975
4065
|
},
|
|
3976
|
-
}
|
|
4066
|
+
},
|
|
4067
|
+
},
|
|
3977
4068
|
},
|
|
3978
4069
|
};
|
|
3979
4070
|
export const PermissionBinding = {
|
|
3980
4071
|
type: {
|
|
3981
4072
|
name: "Composite",
|
|
3982
4073
|
className: "PermissionBinding",
|
|
3983
|
-
modelProperties:
|
|
4074
|
+
modelProperties: {
|
|
4075
|
+
...Resource.type.modelProperties,
|
|
4076
|
+
systemData: {
|
|
3984
4077
|
serializedName: "systemData",
|
|
3985
4078
|
type: {
|
|
3986
4079
|
name: "Composite",
|
|
3987
4080
|
className: "SystemData",
|
|
3988
4081
|
},
|
|
3989
|
-
},
|
|
4082
|
+
},
|
|
4083
|
+
description: {
|
|
3990
4084
|
serializedName: "properties.description",
|
|
3991
4085
|
type: {
|
|
3992
4086
|
name: "String",
|
|
3993
4087
|
},
|
|
3994
|
-
},
|
|
4088
|
+
},
|
|
4089
|
+
topicSpaceName: {
|
|
3995
4090
|
serializedName: "properties.topicSpaceName",
|
|
3996
4091
|
type: {
|
|
3997
4092
|
name: "String",
|
|
3998
4093
|
},
|
|
3999
|
-
},
|
|
4094
|
+
},
|
|
4095
|
+
permission: {
|
|
4000
4096
|
serializedName: "properties.permission",
|
|
4001
4097
|
type: {
|
|
4002
4098
|
name: "String",
|
|
4003
4099
|
},
|
|
4004
|
-
},
|
|
4100
|
+
},
|
|
4101
|
+
clientGroupName: {
|
|
4005
4102
|
serializedName: "properties.clientGroupName",
|
|
4006
4103
|
type: {
|
|
4007
4104
|
name: "String",
|
|
4008
4105
|
},
|
|
4009
|
-
},
|
|
4106
|
+
},
|
|
4107
|
+
provisioningState: {
|
|
4010
4108
|
serializedName: "properties.provisioningState",
|
|
4011
4109
|
readOnly: true,
|
|
4012
4110
|
type: {
|
|
4013
4111
|
name: "String",
|
|
4014
4112
|
},
|
|
4015
|
-
}
|
|
4113
|
+
},
|
|
4114
|
+
},
|
|
4016
4115
|
},
|
|
4017
4116
|
};
|
|
4018
4117
|
export const EventType = {
|
|
4019
4118
|
type: {
|
|
4020
4119
|
name: "Composite",
|
|
4021
4120
|
className: "EventType",
|
|
4022
|
-
modelProperties:
|
|
4121
|
+
modelProperties: {
|
|
4122
|
+
...Resource.type.modelProperties,
|
|
4123
|
+
displayName: {
|
|
4023
4124
|
serializedName: "properties.displayName",
|
|
4024
4125
|
type: {
|
|
4025
4126
|
name: "String",
|
|
4026
4127
|
},
|
|
4027
|
-
},
|
|
4128
|
+
},
|
|
4129
|
+
description: {
|
|
4028
4130
|
serializedName: "properties.description",
|
|
4029
4131
|
type: {
|
|
4030
4132
|
name: "String",
|
|
4031
4133
|
},
|
|
4032
|
-
},
|
|
4134
|
+
},
|
|
4135
|
+
schemaUrl: {
|
|
4033
4136
|
serializedName: "properties.schemaUrl",
|
|
4034
4137
|
type: {
|
|
4035
4138
|
name: "String",
|
|
4036
4139
|
},
|
|
4037
|
-
},
|
|
4140
|
+
},
|
|
4141
|
+
isInDefaultSet: {
|
|
4038
4142
|
serializedName: "properties.isInDefaultSet",
|
|
4039
4143
|
type: {
|
|
4040
4144
|
name: "Boolean",
|
|
4041
4145
|
},
|
|
4042
|
-
}
|
|
4146
|
+
},
|
|
4147
|
+
},
|
|
4043
4148
|
},
|
|
4044
4149
|
};
|
|
4045
4150
|
export const ExtensionTopic = {
|
|
4046
4151
|
type: {
|
|
4047
4152
|
name: "Composite",
|
|
4048
4153
|
className: "ExtensionTopic",
|
|
4049
|
-
modelProperties:
|
|
4154
|
+
modelProperties: {
|
|
4155
|
+
...Resource.type.modelProperties,
|
|
4156
|
+
systemData: {
|
|
4050
4157
|
serializedName: "systemData",
|
|
4051
4158
|
type: {
|
|
4052
4159
|
name: "Composite",
|
|
4053
4160
|
className: "SystemData",
|
|
4054
4161
|
},
|
|
4055
|
-
},
|
|
4162
|
+
},
|
|
4163
|
+
description: {
|
|
4056
4164
|
serializedName: "properties.description",
|
|
4057
4165
|
type: {
|
|
4058
4166
|
name: "String",
|
|
4059
4167
|
},
|
|
4060
|
-
},
|
|
4168
|
+
},
|
|
4169
|
+
systemTopic: {
|
|
4061
4170
|
serializedName: "properties.systemTopic",
|
|
4062
4171
|
type: {
|
|
4063
4172
|
name: "String",
|
|
4064
4173
|
},
|
|
4065
|
-
}
|
|
4174
|
+
},
|
|
4175
|
+
},
|
|
4066
4176
|
},
|
|
4067
4177
|
};
|
|
4068
4178
|
export const TopicSpace = {
|
|
4069
4179
|
type: {
|
|
4070
4180
|
name: "Composite",
|
|
4071
4181
|
className: "TopicSpace",
|
|
4072
|
-
modelProperties:
|
|
4182
|
+
modelProperties: {
|
|
4183
|
+
...Resource.type.modelProperties,
|
|
4184
|
+
systemData: {
|
|
4073
4185
|
serializedName: "systemData",
|
|
4074
4186
|
type: {
|
|
4075
4187
|
name: "Composite",
|
|
4076
4188
|
className: "SystemData",
|
|
4077
4189
|
},
|
|
4078
|
-
},
|
|
4190
|
+
},
|
|
4191
|
+
description: {
|
|
4079
4192
|
serializedName: "properties.description",
|
|
4080
4193
|
type: {
|
|
4081
4194
|
name: "String",
|
|
4082
4195
|
},
|
|
4083
|
-
},
|
|
4196
|
+
},
|
|
4197
|
+
topicTemplates: {
|
|
4084
4198
|
serializedName: "properties.topicTemplates",
|
|
4085
4199
|
type: {
|
|
4086
4200
|
name: "Sequence",
|
|
@@ -4090,45 +4204,54 @@ export const TopicSpace = {
|
|
|
4090
4204
|
},
|
|
4091
4205
|
},
|
|
4092
4206
|
},
|
|
4093
|
-
},
|
|
4207
|
+
},
|
|
4208
|
+
provisioningState: {
|
|
4094
4209
|
serializedName: "properties.provisioningState",
|
|
4095
4210
|
readOnly: true,
|
|
4096
4211
|
type: {
|
|
4097
4212
|
name: "String",
|
|
4098
4213
|
},
|
|
4099
|
-
}
|
|
4214
|
+
},
|
|
4215
|
+
},
|
|
4100
4216
|
},
|
|
4101
4217
|
};
|
|
4102
4218
|
export const TopicTypeInfo = {
|
|
4103
4219
|
type: {
|
|
4104
4220
|
name: "Composite",
|
|
4105
4221
|
className: "TopicTypeInfo",
|
|
4106
|
-
modelProperties:
|
|
4222
|
+
modelProperties: {
|
|
4223
|
+
...Resource.type.modelProperties,
|
|
4224
|
+
provider: {
|
|
4107
4225
|
serializedName: "properties.provider",
|
|
4108
4226
|
type: {
|
|
4109
4227
|
name: "String",
|
|
4110
4228
|
},
|
|
4111
|
-
},
|
|
4229
|
+
},
|
|
4230
|
+
displayName: {
|
|
4112
4231
|
serializedName: "properties.displayName",
|
|
4113
4232
|
type: {
|
|
4114
4233
|
name: "String",
|
|
4115
4234
|
},
|
|
4116
|
-
},
|
|
4235
|
+
},
|
|
4236
|
+
description: {
|
|
4117
4237
|
serializedName: "properties.description",
|
|
4118
4238
|
type: {
|
|
4119
4239
|
name: "String",
|
|
4120
4240
|
},
|
|
4121
|
-
},
|
|
4241
|
+
},
|
|
4242
|
+
resourceRegionType: {
|
|
4122
4243
|
serializedName: "properties.resourceRegionType",
|
|
4123
4244
|
type: {
|
|
4124
4245
|
name: "String",
|
|
4125
4246
|
},
|
|
4126
|
-
},
|
|
4247
|
+
},
|
|
4248
|
+
provisioningState: {
|
|
4127
4249
|
serializedName: "properties.provisioningState",
|
|
4128
4250
|
type: {
|
|
4129
4251
|
name: "String",
|
|
4130
4252
|
},
|
|
4131
|
-
},
|
|
4253
|
+
},
|
|
4254
|
+
supportedLocations: {
|
|
4132
4255
|
serializedName: "properties.supportedLocations",
|
|
4133
4256
|
type: {
|
|
4134
4257
|
name: "Sequence",
|
|
@@ -4138,12 +4261,14 @@ export const TopicTypeInfo = {
|
|
|
4138
4261
|
},
|
|
4139
4262
|
},
|
|
4140
4263
|
},
|
|
4141
|
-
},
|
|
4264
|
+
},
|
|
4265
|
+
sourceResourceFormat: {
|
|
4142
4266
|
serializedName: "properties.sourceResourceFormat",
|
|
4143
4267
|
type: {
|
|
4144
4268
|
name: "String",
|
|
4145
4269
|
},
|
|
4146
|
-
},
|
|
4270
|
+
},
|
|
4271
|
+
supportedScopesForSource: {
|
|
4147
4272
|
serializedName: "properties.supportedScopesForSource",
|
|
4148
4273
|
type: {
|
|
4149
4274
|
name: "Sequence",
|
|
@@ -4153,12 +4278,14 @@ export const TopicTypeInfo = {
|
|
|
4153
4278
|
},
|
|
4154
4279
|
},
|
|
4155
4280
|
},
|
|
4156
|
-
},
|
|
4281
|
+
},
|
|
4282
|
+
areRegionalAndGlobalSourcesSupported: {
|
|
4157
4283
|
serializedName: "properties.areRegionalAndGlobalSourcesSupported",
|
|
4158
4284
|
type: {
|
|
4159
4285
|
name: "Boolean",
|
|
4160
4286
|
},
|
|
4161
|
-
},
|
|
4287
|
+
},
|
|
4288
|
+
additionalEnforcedPermissions: {
|
|
4162
4289
|
serializedName: "properties.additionalEnforcedPermissions",
|
|
4163
4290
|
type: {
|
|
4164
4291
|
name: "Sequence",
|
|
@@ -4169,52 +4296,62 @@ export const TopicTypeInfo = {
|
|
|
4169
4296
|
},
|
|
4170
4297
|
},
|
|
4171
4298
|
},
|
|
4172
|
-
}
|
|
4299
|
+
},
|
|
4300
|
+
},
|
|
4173
4301
|
},
|
|
4174
4302
|
};
|
|
4175
4303
|
export const VerifiedPartner = {
|
|
4176
4304
|
type: {
|
|
4177
4305
|
name: "Composite",
|
|
4178
4306
|
className: "VerifiedPartner",
|
|
4179
|
-
modelProperties:
|
|
4307
|
+
modelProperties: {
|
|
4308
|
+
...Resource.type.modelProperties,
|
|
4309
|
+
systemData: {
|
|
4180
4310
|
serializedName: "systemData",
|
|
4181
4311
|
type: {
|
|
4182
4312
|
name: "Composite",
|
|
4183
4313
|
className: "SystemData",
|
|
4184
4314
|
},
|
|
4185
|
-
},
|
|
4315
|
+
},
|
|
4316
|
+
partnerRegistrationImmutableId: {
|
|
4186
4317
|
serializedName: "properties.partnerRegistrationImmutableId",
|
|
4187
4318
|
type: {
|
|
4188
4319
|
name: "Uuid",
|
|
4189
4320
|
},
|
|
4190
|
-
},
|
|
4321
|
+
},
|
|
4322
|
+
organizationName: {
|
|
4191
4323
|
serializedName: "properties.organizationName",
|
|
4192
4324
|
type: {
|
|
4193
4325
|
name: "String",
|
|
4194
4326
|
},
|
|
4195
|
-
},
|
|
4327
|
+
},
|
|
4328
|
+
partnerDisplayName: {
|
|
4196
4329
|
serializedName: "properties.partnerDisplayName",
|
|
4197
4330
|
type: {
|
|
4198
4331
|
name: "String",
|
|
4199
4332
|
},
|
|
4200
|
-
},
|
|
4333
|
+
},
|
|
4334
|
+
partnerTopicDetails: {
|
|
4201
4335
|
serializedName: "properties.partnerTopicDetails",
|
|
4202
4336
|
type: {
|
|
4203
4337
|
name: "Composite",
|
|
4204
4338
|
className: "PartnerDetails",
|
|
4205
4339
|
},
|
|
4206
|
-
},
|
|
4340
|
+
},
|
|
4341
|
+
partnerDestinationDetails: {
|
|
4207
4342
|
serializedName: "properties.partnerDestinationDetails",
|
|
4208
4343
|
type: {
|
|
4209
4344
|
name: "Composite",
|
|
4210
4345
|
className: "PartnerDetails",
|
|
4211
4346
|
},
|
|
4212
|
-
},
|
|
4347
|
+
},
|
|
4348
|
+
provisioningState: {
|
|
4213
4349
|
serializedName: "properties.provisioningState",
|
|
4214
4350
|
type: {
|
|
4215
4351
|
name: "String",
|
|
4216
4352
|
},
|
|
4217
|
-
}
|
|
4353
|
+
},
|
|
4354
|
+
},
|
|
4218
4355
|
},
|
|
4219
4356
|
};
|
|
4220
4357
|
export const WebhookPartnerDestinationInfo = {
|
|
@@ -4224,23 +4361,28 @@ export const WebhookPartnerDestinationInfo = {
|
|
|
4224
4361
|
className: "WebhookPartnerDestinationInfo",
|
|
4225
4362
|
uberParent: "PartnerDestinationInfo",
|
|
4226
4363
|
polymorphicDiscriminator: PartnerDestinationInfo.type.polymorphicDiscriminator,
|
|
4227
|
-
modelProperties:
|
|
4364
|
+
modelProperties: {
|
|
4365
|
+
...PartnerDestinationInfo.type.modelProperties,
|
|
4366
|
+
endpointUrl: {
|
|
4228
4367
|
serializedName: "properties.endpointUrl",
|
|
4229
4368
|
type: {
|
|
4230
4369
|
name: "String",
|
|
4231
4370
|
},
|
|
4232
|
-
},
|
|
4371
|
+
},
|
|
4372
|
+
endpointBaseUrl: {
|
|
4233
4373
|
serializedName: "properties.endpointBaseUrl",
|
|
4234
4374
|
type: {
|
|
4235
4375
|
name: "String",
|
|
4236
4376
|
},
|
|
4237
|
-
},
|
|
4377
|
+
},
|
|
4378
|
+
clientAuthentication: {
|
|
4238
4379
|
serializedName: "properties.clientAuthentication",
|
|
4239
4380
|
type: {
|
|
4240
4381
|
name: "Composite",
|
|
4241
4382
|
className: "PartnerClientAuthentication",
|
|
4242
4383
|
},
|
|
4243
|
-
}
|
|
4384
|
+
},
|
|
4385
|
+
},
|
|
4244
4386
|
},
|
|
4245
4387
|
};
|
|
4246
4388
|
export const WebhookUpdatePartnerDestinationInfo = {
|
|
@@ -4250,23 +4392,28 @@ export const WebhookUpdatePartnerDestinationInfo = {
|
|
|
4250
4392
|
className: "WebhookUpdatePartnerDestinationInfo",
|
|
4251
4393
|
uberParent: "PartnerUpdateDestinationInfo",
|
|
4252
4394
|
polymorphicDiscriminator: PartnerUpdateDestinationInfo.type.polymorphicDiscriminator,
|
|
4253
|
-
modelProperties:
|
|
4395
|
+
modelProperties: {
|
|
4396
|
+
...PartnerUpdateDestinationInfo.type.modelProperties,
|
|
4397
|
+
endpointUrl: {
|
|
4254
4398
|
serializedName: "properties.endpointUrl",
|
|
4255
4399
|
type: {
|
|
4256
4400
|
name: "String",
|
|
4257
4401
|
},
|
|
4258
|
-
},
|
|
4402
|
+
},
|
|
4403
|
+
endpointBaseUrl: {
|
|
4259
4404
|
serializedName: "properties.endpointBaseUrl",
|
|
4260
4405
|
type: {
|
|
4261
4406
|
name: "String",
|
|
4262
4407
|
},
|
|
4263
|
-
},
|
|
4408
|
+
},
|
|
4409
|
+
clientAuthentication: {
|
|
4264
4410
|
serializedName: "properties.clientAuthentication",
|
|
4265
4411
|
type: {
|
|
4266
4412
|
name: "Composite",
|
|
4267
4413
|
className: "PartnerClientAuthentication",
|
|
4268
4414
|
},
|
|
4269
|
-
}
|
|
4415
|
+
},
|
|
4416
|
+
},
|
|
4270
4417
|
},
|
|
4271
4418
|
};
|
|
4272
4419
|
export const JsonInputSchemaMapping = {
|
|
@@ -4276,43 +4423,51 @@ export const JsonInputSchemaMapping = {
|
|
|
4276
4423
|
className: "JsonInputSchemaMapping",
|
|
4277
4424
|
uberParent: "InputSchemaMapping",
|
|
4278
4425
|
polymorphicDiscriminator: InputSchemaMapping.type.polymorphicDiscriminator,
|
|
4279
|
-
modelProperties:
|
|
4426
|
+
modelProperties: {
|
|
4427
|
+
...InputSchemaMapping.type.modelProperties,
|
|
4428
|
+
id: {
|
|
4280
4429
|
serializedName: "properties.id",
|
|
4281
4430
|
type: {
|
|
4282
4431
|
name: "Composite",
|
|
4283
4432
|
className: "JsonField",
|
|
4284
4433
|
},
|
|
4285
|
-
},
|
|
4434
|
+
},
|
|
4435
|
+
topic: {
|
|
4286
4436
|
serializedName: "properties.topic",
|
|
4287
4437
|
type: {
|
|
4288
4438
|
name: "Composite",
|
|
4289
4439
|
className: "JsonField",
|
|
4290
4440
|
},
|
|
4291
|
-
},
|
|
4441
|
+
},
|
|
4442
|
+
eventTime: {
|
|
4292
4443
|
serializedName: "properties.eventTime",
|
|
4293
4444
|
type: {
|
|
4294
4445
|
name: "Composite",
|
|
4295
4446
|
className: "JsonField",
|
|
4296
4447
|
},
|
|
4297
|
-
},
|
|
4448
|
+
},
|
|
4449
|
+
eventType: {
|
|
4298
4450
|
serializedName: "properties.eventType",
|
|
4299
4451
|
type: {
|
|
4300
4452
|
name: "Composite",
|
|
4301
4453
|
className: "JsonFieldWithDefault",
|
|
4302
4454
|
},
|
|
4303
|
-
},
|
|
4455
|
+
},
|
|
4456
|
+
subject: {
|
|
4304
4457
|
serializedName: "properties.subject",
|
|
4305
4458
|
type: {
|
|
4306
4459
|
name: "Composite",
|
|
4307
4460
|
className: "JsonFieldWithDefault",
|
|
4308
4461
|
},
|
|
4309
|
-
},
|
|
4462
|
+
},
|
|
4463
|
+
dataVersion: {
|
|
4310
4464
|
serializedName: "properties.dataVersion",
|
|
4311
4465
|
type: {
|
|
4312
4466
|
name: "Composite",
|
|
4313
4467
|
className: "JsonFieldWithDefault",
|
|
4314
4468
|
},
|
|
4315
|
-
}
|
|
4469
|
+
},
|
|
4470
|
+
},
|
|
4316
4471
|
},
|
|
4317
4472
|
};
|
|
4318
4473
|
export const StaticDeliveryAttributeMapping = {
|
|
@@ -4322,18 +4477,22 @@ export const StaticDeliveryAttributeMapping = {
|
|
|
4322
4477
|
className: "StaticDeliveryAttributeMapping",
|
|
4323
4478
|
uberParent: "DeliveryAttributeMapping",
|
|
4324
4479
|
polymorphicDiscriminator: DeliveryAttributeMapping.type.polymorphicDiscriminator,
|
|
4325
|
-
modelProperties:
|
|
4480
|
+
modelProperties: {
|
|
4481
|
+
...DeliveryAttributeMapping.type.modelProperties,
|
|
4482
|
+
value: {
|
|
4326
4483
|
serializedName: "properties.value",
|
|
4327
4484
|
type: {
|
|
4328
4485
|
name: "String",
|
|
4329
4486
|
},
|
|
4330
|
-
},
|
|
4487
|
+
},
|
|
4488
|
+
isSecret: {
|
|
4331
4489
|
defaultValue: false,
|
|
4332
4490
|
serializedName: "properties.isSecret",
|
|
4333
4491
|
type: {
|
|
4334
4492
|
name: "Boolean",
|
|
4335
4493
|
},
|
|
4336
|
-
}
|
|
4494
|
+
},
|
|
4495
|
+
},
|
|
4337
4496
|
},
|
|
4338
4497
|
};
|
|
4339
4498
|
export const DynamicDeliveryAttributeMapping = {
|
|
@@ -4343,12 +4502,15 @@ export const DynamicDeliveryAttributeMapping = {
|
|
|
4343
4502
|
className: "DynamicDeliveryAttributeMapping",
|
|
4344
4503
|
uberParent: "DeliveryAttributeMapping",
|
|
4345
4504
|
polymorphicDiscriminator: DeliveryAttributeMapping.type.polymorphicDiscriminator,
|
|
4346
|
-
modelProperties:
|
|
4505
|
+
modelProperties: {
|
|
4506
|
+
...DeliveryAttributeMapping.type.modelProperties,
|
|
4507
|
+
sourceField: {
|
|
4347
4508
|
serializedName: "properties.sourceField",
|
|
4348
4509
|
type: {
|
|
4349
4510
|
name: "String",
|
|
4350
4511
|
},
|
|
4351
|
-
}
|
|
4512
|
+
},
|
|
4513
|
+
},
|
|
4352
4514
|
},
|
|
4353
4515
|
};
|
|
4354
4516
|
export const StorageBlobDeadLetterDestination = {
|
|
@@ -4358,17 +4520,21 @@ export const StorageBlobDeadLetterDestination = {
|
|
|
4358
4520
|
className: "StorageBlobDeadLetterDestination",
|
|
4359
4521
|
uberParent: "DeadLetterDestination",
|
|
4360
4522
|
polymorphicDiscriminator: DeadLetterDestination.type.polymorphicDiscriminator,
|
|
4361
|
-
modelProperties:
|
|
4523
|
+
modelProperties: {
|
|
4524
|
+
...DeadLetterDestination.type.modelProperties,
|
|
4525
|
+
resourceId: {
|
|
4362
4526
|
serializedName: "properties.resourceId",
|
|
4363
4527
|
type: {
|
|
4364
4528
|
name: "String",
|
|
4365
4529
|
},
|
|
4366
|
-
},
|
|
4530
|
+
},
|
|
4531
|
+
blobContainerName: {
|
|
4367
4532
|
serializedName: "properties.blobContainerName",
|
|
4368
4533
|
type: {
|
|
4369
4534
|
name: "String",
|
|
4370
4535
|
},
|
|
4371
|
-
}
|
|
4536
|
+
},
|
|
4537
|
+
},
|
|
4372
4538
|
},
|
|
4373
4539
|
};
|
|
4374
4540
|
export const WebHookEventSubscriptionDestination = {
|
|
@@ -4378,40 +4544,48 @@ export const WebHookEventSubscriptionDestination = {
|
|
|
4378
4544
|
className: "WebHookEventSubscriptionDestination",
|
|
4379
4545
|
uberParent: "EventSubscriptionDestination",
|
|
4380
4546
|
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
4381
|
-
modelProperties:
|
|
4547
|
+
modelProperties: {
|
|
4548
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
4549
|
+
endpointUrl: {
|
|
4382
4550
|
serializedName: "properties.endpointUrl",
|
|
4383
4551
|
type: {
|
|
4384
4552
|
name: "String",
|
|
4385
4553
|
},
|
|
4386
|
-
},
|
|
4554
|
+
},
|
|
4555
|
+
endpointBaseUrl: {
|
|
4387
4556
|
serializedName: "properties.endpointBaseUrl",
|
|
4388
4557
|
readOnly: true,
|
|
4389
4558
|
type: {
|
|
4390
4559
|
name: "String",
|
|
4391
4560
|
},
|
|
4392
|
-
},
|
|
4561
|
+
},
|
|
4562
|
+
maxEventsPerBatch: {
|
|
4393
4563
|
defaultValue: 1,
|
|
4394
4564
|
serializedName: "properties.maxEventsPerBatch",
|
|
4395
4565
|
type: {
|
|
4396
4566
|
name: "Number",
|
|
4397
4567
|
},
|
|
4398
|
-
},
|
|
4568
|
+
},
|
|
4569
|
+
preferredBatchSizeInKilobytes: {
|
|
4399
4570
|
defaultValue: 64,
|
|
4400
4571
|
serializedName: "properties.preferredBatchSizeInKilobytes",
|
|
4401
4572
|
type: {
|
|
4402
4573
|
name: "Number",
|
|
4403
4574
|
},
|
|
4404
|
-
},
|
|
4575
|
+
},
|
|
4576
|
+
azureActiveDirectoryTenantId: {
|
|
4405
4577
|
serializedName: "properties.azureActiveDirectoryTenantId",
|
|
4406
4578
|
type: {
|
|
4407
4579
|
name: "String",
|
|
4408
4580
|
},
|
|
4409
|
-
},
|
|
4581
|
+
},
|
|
4582
|
+
azureActiveDirectoryApplicationIdOrUri: {
|
|
4410
4583
|
serializedName: "properties.azureActiveDirectoryApplicationIdOrUri",
|
|
4411
4584
|
type: {
|
|
4412
4585
|
name: "String",
|
|
4413
4586
|
},
|
|
4414
|
-
},
|
|
4587
|
+
},
|
|
4588
|
+
deliveryAttributeMappings: {
|
|
4415
4589
|
serializedName: "properties.deliveryAttributeMappings",
|
|
4416
4590
|
type: {
|
|
4417
4591
|
name: "Sequence",
|
|
@@ -4422,12 +4596,14 @@ export const WebHookEventSubscriptionDestination = {
|
|
|
4422
4596
|
},
|
|
4423
4597
|
},
|
|
4424
4598
|
},
|
|
4425
|
-
},
|
|
4599
|
+
},
|
|
4600
|
+
minimumTlsVersionAllowed: {
|
|
4426
4601
|
serializedName: "properties.minimumTlsVersionAllowed",
|
|
4427
4602
|
type: {
|
|
4428
4603
|
name: "String",
|
|
4429
4604
|
},
|
|
4430
|
-
}
|
|
4605
|
+
},
|
|
4606
|
+
},
|
|
4431
4607
|
},
|
|
4432
4608
|
};
|
|
4433
4609
|
export const EventHubEventSubscriptionDestination = {
|
|
@@ -4437,12 +4613,15 @@ export const EventHubEventSubscriptionDestination = {
|
|
|
4437
4613
|
className: "EventHubEventSubscriptionDestination",
|
|
4438
4614
|
uberParent: "EventSubscriptionDestination",
|
|
4439
4615
|
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
4440
|
-
modelProperties:
|
|
4616
|
+
modelProperties: {
|
|
4617
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
4618
|
+
resourceId: {
|
|
4441
4619
|
serializedName: "properties.resourceId",
|
|
4442
4620
|
type: {
|
|
4443
4621
|
name: "String",
|
|
4444
4622
|
},
|
|
4445
|
-
},
|
|
4623
|
+
},
|
|
4624
|
+
deliveryAttributeMappings: {
|
|
4446
4625
|
serializedName: "properties.deliveryAttributeMappings",
|
|
4447
4626
|
type: {
|
|
4448
4627
|
name: "Sequence",
|
|
@@ -4453,7 +4632,8 @@ export const EventHubEventSubscriptionDestination = {
|
|
|
4453
4632
|
},
|
|
4454
4633
|
},
|
|
4455
4634
|
},
|
|
4456
|
-
}
|
|
4635
|
+
},
|
|
4636
|
+
},
|
|
4457
4637
|
},
|
|
4458
4638
|
};
|
|
4459
4639
|
export const StorageQueueEventSubscriptionDestination = {
|
|
@@ -4463,22 +4643,27 @@ export const StorageQueueEventSubscriptionDestination = {
|
|
|
4463
4643
|
className: "StorageQueueEventSubscriptionDestination",
|
|
4464
4644
|
uberParent: "EventSubscriptionDestination",
|
|
4465
4645
|
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
4466
|
-
modelProperties:
|
|
4646
|
+
modelProperties: {
|
|
4647
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
4648
|
+
resourceId: {
|
|
4467
4649
|
serializedName: "properties.resourceId",
|
|
4468
4650
|
type: {
|
|
4469
4651
|
name: "String",
|
|
4470
4652
|
},
|
|
4471
|
-
},
|
|
4653
|
+
},
|
|
4654
|
+
queueName: {
|
|
4472
4655
|
serializedName: "properties.queueName",
|
|
4473
4656
|
type: {
|
|
4474
4657
|
name: "String",
|
|
4475
4658
|
},
|
|
4476
|
-
},
|
|
4659
|
+
},
|
|
4660
|
+
queueMessageTimeToLiveInSeconds: {
|
|
4477
4661
|
serializedName: "properties.queueMessageTimeToLiveInSeconds",
|
|
4478
4662
|
type: {
|
|
4479
4663
|
name: "Number",
|
|
4480
4664
|
},
|
|
4481
|
-
}
|
|
4665
|
+
},
|
|
4666
|
+
},
|
|
4482
4667
|
},
|
|
4483
4668
|
};
|
|
4484
4669
|
export const HybridConnectionEventSubscriptionDestination = {
|
|
@@ -4488,12 +4673,15 @@ export const HybridConnectionEventSubscriptionDestination = {
|
|
|
4488
4673
|
className: "HybridConnectionEventSubscriptionDestination",
|
|
4489
4674
|
uberParent: "EventSubscriptionDestination",
|
|
4490
4675
|
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
4491
|
-
modelProperties:
|
|
4676
|
+
modelProperties: {
|
|
4677
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
4678
|
+
resourceId: {
|
|
4492
4679
|
serializedName: "properties.resourceId",
|
|
4493
4680
|
type: {
|
|
4494
4681
|
name: "String",
|
|
4495
4682
|
},
|
|
4496
|
-
},
|
|
4683
|
+
},
|
|
4684
|
+
deliveryAttributeMappings: {
|
|
4497
4685
|
serializedName: "properties.deliveryAttributeMappings",
|
|
4498
4686
|
type: {
|
|
4499
4687
|
name: "Sequence",
|
|
@@ -4504,7 +4692,8 @@ export const HybridConnectionEventSubscriptionDestination = {
|
|
|
4504
4692
|
},
|
|
4505
4693
|
},
|
|
4506
4694
|
},
|
|
4507
|
-
}
|
|
4695
|
+
},
|
|
4696
|
+
},
|
|
4508
4697
|
},
|
|
4509
4698
|
};
|
|
4510
4699
|
export const ServiceBusQueueEventSubscriptionDestination = {
|
|
@@ -4514,12 +4703,15 @@ export const ServiceBusQueueEventSubscriptionDestination = {
|
|
|
4514
4703
|
className: "ServiceBusQueueEventSubscriptionDestination",
|
|
4515
4704
|
uberParent: "EventSubscriptionDestination",
|
|
4516
4705
|
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
4517
|
-
modelProperties:
|
|
4706
|
+
modelProperties: {
|
|
4707
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
4708
|
+
resourceId: {
|
|
4518
4709
|
serializedName: "properties.resourceId",
|
|
4519
4710
|
type: {
|
|
4520
4711
|
name: "String",
|
|
4521
4712
|
},
|
|
4522
|
-
},
|
|
4713
|
+
},
|
|
4714
|
+
deliveryAttributeMappings: {
|
|
4523
4715
|
serializedName: "properties.deliveryAttributeMappings",
|
|
4524
4716
|
type: {
|
|
4525
4717
|
name: "Sequence",
|
|
@@ -4530,7 +4722,8 @@ export const ServiceBusQueueEventSubscriptionDestination = {
|
|
|
4530
4722
|
},
|
|
4531
4723
|
},
|
|
4532
4724
|
},
|
|
4533
|
-
}
|
|
4725
|
+
},
|
|
4726
|
+
},
|
|
4534
4727
|
},
|
|
4535
4728
|
};
|
|
4536
4729
|
export const ServiceBusTopicEventSubscriptionDestination = {
|
|
@@ -4540,12 +4733,15 @@ export const ServiceBusTopicEventSubscriptionDestination = {
|
|
|
4540
4733
|
className: "ServiceBusTopicEventSubscriptionDestination",
|
|
4541
4734
|
uberParent: "EventSubscriptionDestination",
|
|
4542
4735
|
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
4543
|
-
modelProperties:
|
|
4736
|
+
modelProperties: {
|
|
4737
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
4738
|
+
resourceId: {
|
|
4544
4739
|
serializedName: "properties.resourceId",
|
|
4545
4740
|
type: {
|
|
4546
4741
|
name: "String",
|
|
4547
4742
|
},
|
|
4548
|
-
},
|
|
4743
|
+
},
|
|
4744
|
+
deliveryAttributeMappings: {
|
|
4549
4745
|
serializedName: "properties.deliveryAttributeMappings",
|
|
4550
4746
|
type: {
|
|
4551
4747
|
name: "Sequence",
|
|
@@ -4556,7 +4752,8 @@ export const ServiceBusTopicEventSubscriptionDestination = {
|
|
|
4556
4752
|
},
|
|
4557
4753
|
},
|
|
4558
4754
|
},
|
|
4559
|
-
}
|
|
4755
|
+
},
|
|
4756
|
+
},
|
|
4560
4757
|
},
|
|
4561
4758
|
};
|
|
4562
4759
|
export const AzureFunctionEventSubscriptionDestination = {
|
|
@@ -4566,24 +4763,29 @@ export const AzureFunctionEventSubscriptionDestination = {
|
|
|
4566
4763
|
className: "AzureFunctionEventSubscriptionDestination",
|
|
4567
4764
|
uberParent: "EventSubscriptionDestination",
|
|
4568
4765
|
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
4569
|
-
modelProperties:
|
|
4766
|
+
modelProperties: {
|
|
4767
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
4768
|
+
resourceId: {
|
|
4570
4769
|
serializedName: "properties.resourceId",
|
|
4571
4770
|
type: {
|
|
4572
4771
|
name: "String",
|
|
4573
4772
|
},
|
|
4574
|
-
},
|
|
4773
|
+
},
|
|
4774
|
+
maxEventsPerBatch: {
|
|
4575
4775
|
defaultValue: 1,
|
|
4576
4776
|
serializedName: "properties.maxEventsPerBatch",
|
|
4577
4777
|
type: {
|
|
4578
4778
|
name: "Number",
|
|
4579
4779
|
},
|
|
4580
|
-
},
|
|
4780
|
+
},
|
|
4781
|
+
preferredBatchSizeInKilobytes: {
|
|
4581
4782
|
defaultValue: 64,
|
|
4582
4783
|
serializedName: "properties.preferredBatchSizeInKilobytes",
|
|
4583
4784
|
type: {
|
|
4584
4785
|
name: "Number",
|
|
4585
4786
|
},
|
|
4586
|
-
},
|
|
4787
|
+
},
|
|
4788
|
+
deliveryAttributeMappings: {
|
|
4587
4789
|
serializedName: "properties.deliveryAttributeMappings",
|
|
4588
4790
|
type: {
|
|
4589
4791
|
name: "Sequence",
|
|
@@ -4594,7 +4796,8 @@ export const AzureFunctionEventSubscriptionDestination = {
|
|
|
4594
4796
|
},
|
|
4595
4797
|
},
|
|
4596
4798
|
},
|
|
4597
|
-
}
|
|
4799
|
+
},
|
|
4800
|
+
},
|
|
4598
4801
|
},
|
|
4599
4802
|
};
|
|
4600
4803
|
export const PartnerEventSubscriptionDestination = {
|
|
@@ -4604,12 +4807,15 @@ export const PartnerEventSubscriptionDestination = {
|
|
|
4604
4807
|
className: "PartnerEventSubscriptionDestination",
|
|
4605
4808
|
uberParent: "EventSubscriptionDestination",
|
|
4606
4809
|
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
4607
|
-
modelProperties:
|
|
4810
|
+
modelProperties: {
|
|
4811
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
4812
|
+
resourceId: {
|
|
4608
4813
|
serializedName: "properties.resourceId",
|
|
4609
4814
|
type: {
|
|
4610
4815
|
name: "String",
|
|
4611
4816
|
},
|
|
4612
|
-
}
|
|
4817
|
+
},
|
|
4818
|
+
},
|
|
4613
4819
|
},
|
|
4614
4820
|
};
|
|
4615
4821
|
export const MonitorAlertEventSubscriptionDestination = {
|
|
@@ -4619,17 +4825,21 @@ export const MonitorAlertEventSubscriptionDestination = {
|
|
|
4619
4825
|
className: "MonitorAlertEventSubscriptionDestination",
|
|
4620
4826
|
uberParent: "EventSubscriptionDestination",
|
|
4621
4827
|
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
4622
|
-
modelProperties:
|
|
4828
|
+
modelProperties: {
|
|
4829
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
4830
|
+
severity: {
|
|
4623
4831
|
serializedName: "properties.severity",
|
|
4624
4832
|
type: {
|
|
4625
4833
|
name: "String",
|
|
4626
4834
|
},
|
|
4627
|
-
},
|
|
4835
|
+
},
|
|
4836
|
+
description: {
|
|
4628
4837
|
serializedName: "properties.description",
|
|
4629
4838
|
type: {
|
|
4630
4839
|
name: "String",
|
|
4631
4840
|
},
|
|
4632
|
-
},
|
|
4841
|
+
},
|
|
4842
|
+
actionGroups: {
|
|
4633
4843
|
serializedName: "properties.actionGroups",
|
|
4634
4844
|
type: {
|
|
4635
4845
|
name: "Sequence",
|
|
@@ -4639,7 +4849,8 @@ export const MonitorAlertEventSubscriptionDestination = {
|
|
|
4639
4849
|
},
|
|
4640
4850
|
},
|
|
4641
4851
|
},
|
|
4642
|
-
}
|
|
4852
|
+
},
|
|
4853
|
+
},
|
|
4643
4854
|
},
|
|
4644
4855
|
};
|
|
4645
4856
|
export const NamespaceTopicEventSubscriptionDestination = {
|
|
@@ -4649,12 +4860,15 @@ export const NamespaceTopicEventSubscriptionDestination = {
|
|
|
4649
4860
|
className: "NamespaceTopicEventSubscriptionDestination",
|
|
4650
4861
|
uberParent: "EventSubscriptionDestination",
|
|
4651
4862
|
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
4652
|
-
modelProperties:
|
|
4863
|
+
modelProperties: {
|
|
4864
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
4865
|
+
resourceId: {
|
|
4653
4866
|
serializedName: "properties.resourceId",
|
|
4654
4867
|
type: {
|
|
4655
4868
|
name: "String",
|
|
4656
4869
|
},
|
|
4657
|
-
}
|
|
4870
|
+
},
|
|
4871
|
+
},
|
|
4658
4872
|
},
|
|
4659
4873
|
};
|
|
4660
4874
|
export const NumberInFilter = {
|
|
@@ -4664,7 +4878,9 @@ export const NumberInFilter = {
|
|
|
4664
4878
|
className: "NumberInFilter",
|
|
4665
4879
|
uberParent: "Filter",
|
|
4666
4880
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4667
|
-
modelProperties:
|
|
4881
|
+
modelProperties: {
|
|
4882
|
+
...Filter.type.modelProperties,
|
|
4883
|
+
values: {
|
|
4668
4884
|
serializedName: "values",
|
|
4669
4885
|
type: {
|
|
4670
4886
|
name: "Sequence",
|
|
@@ -4674,7 +4890,8 @@ export const NumberInFilter = {
|
|
|
4674
4890
|
},
|
|
4675
4891
|
},
|
|
4676
4892
|
},
|
|
4677
|
-
}
|
|
4893
|
+
},
|
|
4894
|
+
},
|
|
4678
4895
|
},
|
|
4679
4896
|
};
|
|
4680
4897
|
export const NumberNotInFilter = {
|
|
@@ -4684,7 +4901,9 @@ export const NumberNotInFilter = {
|
|
|
4684
4901
|
className: "NumberNotInFilter",
|
|
4685
4902
|
uberParent: "Filter",
|
|
4686
4903
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4687
|
-
modelProperties:
|
|
4904
|
+
modelProperties: {
|
|
4905
|
+
...Filter.type.modelProperties,
|
|
4906
|
+
values: {
|
|
4688
4907
|
serializedName: "values",
|
|
4689
4908
|
type: {
|
|
4690
4909
|
name: "Sequence",
|
|
@@ -4694,7 +4913,8 @@ export const NumberNotInFilter = {
|
|
|
4694
4913
|
},
|
|
4695
4914
|
},
|
|
4696
4915
|
},
|
|
4697
|
-
}
|
|
4916
|
+
},
|
|
4917
|
+
},
|
|
4698
4918
|
},
|
|
4699
4919
|
};
|
|
4700
4920
|
export const NumberLessThanFilter = {
|
|
@@ -4704,12 +4924,15 @@ export const NumberLessThanFilter = {
|
|
|
4704
4924
|
className: "NumberLessThanFilter",
|
|
4705
4925
|
uberParent: "Filter",
|
|
4706
4926
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4707
|
-
modelProperties:
|
|
4927
|
+
modelProperties: {
|
|
4928
|
+
...Filter.type.modelProperties,
|
|
4929
|
+
value: {
|
|
4708
4930
|
serializedName: "value",
|
|
4709
4931
|
type: {
|
|
4710
4932
|
name: "Number",
|
|
4711
4933
|
},
|
|
4712
|
-
}
|
|
4934
|
+
},
|
|
4935
|
+
},
|
|
4713
4936
|
},
|
|
4714
4937
|
};
|
|
4715
4938
|
export const NumberGreaterThanFilter = {
|
|
@@ -4719,12 +4942,15 @@ export const NumberGreaterThanFilter = {
|
|
|
4719
4942
|
className: "NumberGreaterThanFilter",
|
|
4720
4943
|
uberParent: "Filter",
|
|
4721
4944
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4722
|
-
modelProperties:
|
|
4945
|
+
modelProperties: {
|
|
4946
|
+
...Filter.type.modelProperties,
|
|
4947
|
+
value: {
|
|
4723
4948
|
serializedName: "value",
|
|
4724
4949
|
type: {
|
|
4725
4950
|
name: "Number",
|
|
4726
4951
|
},
|
|
4727
|
-
}
|
|
4952
|
+
},
|
|
4953
|
+
},
|
|
4728
4954
|
},
|
|
4729
4955
|
};
|
|
4730
4956
|
export const NumberLessThanOrEqualsFilter = {
|
|
@@ -4734,12 +4960,15 @@ export const NumberLessThanOrEqualsFilter = {
|
|
|
4734
4960
|
className: "NumberLessThanOrEqualsFilter",
|
|
4735
4961
|
uberParent: "Filter",
|
|
4736
4962
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4737
|
-
modelProperties:
|
|
4963
|
+
modelProperties: {
|
|
4964
|
+
...Filter.type.modelProperties,
|
|
4965
|
+
value: {
|
|
4738
4966
|
serializedName: "value",
|
|
4739
4967
|
type: {
|
|
4740
4968
|
name: "Number",
|
|
4741
4969
|
},
|
|
4742
|
-
}
|
|
4970
|
+
},
|
|
4971
|
+
},
|
|
4743
4972
|
},
|
|
4744
4973
|
};
|
|
4745
4974
|
export const NumberGreaterThanOrEqualsFilter = {
|
|
@@ -4749,12 +4978,15 @@ export const NumberGreaterThanOrEqualsFilter = {
|
|
|
4749
4978
|
className: "NumberGreaterThanOrEqualsFilter",
|
|
4750
4979
|
uberParent: "Filter",
|
|
4751
4980
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4752
|
-
modelProperties:
|
|
4981
|
+
modelProperties: {
|
|
4982
|
+
...Filter.type.modelProperties,
|
|
4983
|
+
value: {
|
|
4753
4984
|
serializedName: "value",
|
|
4754
4985
|
type: {
|
|
4755
4986
|
name: "Number",
|
|
4756
4987
|
},
|
|
4757
|
-
}
|
|
4988
|
+
},
|
|
4989
|
+
},
|
|
4758
4990
|
},
|
|
4759
4991
|
};
|
|
4760
4992
|
export const BoolEqualsFilter = {
|
|
@@ -4764,12 +4996,15 @@ export const BoolEqualsFilter = {
|
|
|
4764
4996
|
className: "BoolEqualsFilter",
|
|
4765
4997
|
uberParent: "Filter",
|
|
4766
4998
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4767
|
-
modelProperties:
|
|
4999
|
+
modelProperties: {
|
|
5000
|
+
...Filter.type.modelProperties,
|
|
5001
|
+
value: {
|
|
4768
5002
|
serializedName: "value",
|
|
4769
5003
|
type: {
|
|
4770
5004
|
name: "Boolean",
|
|
4771
5005
|
},
|
|
4772
|
-
}
|
|
5006
|
+
},
|
|
5007
|
+
},
|
|
4773
5008
|
},
|
|
4774
5009
|
};
|
|
4775
5010
|
export const StringInFilter = {
|
|
@@ -4779,7 +5014,9 @@ export const StringInFilter = {
|
|
|
4779
5014
|
className: "StringInFilter",
|
|
4780
5015
|
uberParent: "Filter",
|
|
4781
5016
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4782
|
-
modelProperties:
|
|
5017
|
+
modelProperties: {
|
|
5018
|
+
...Filter.type.modelProperties,
|
|
5019
|
+
values: {
|
|
4783
5020
|
serializedName: "values",
|
|
4784
5021
|
type: {
|
|
4785
5022
|
name: "Sequence",
|
|
@@ -4789,7 +5026,8 @@ export const StringInFilter = {
|
|
|
4789
5026
|
},
|
|
4790
5027
|
},
|
|
4791
5028
|
},
|
|
4792
|
-
}
|
|
5029
|
+
},
|
|
5030
|
+
},
|
|
4793
5031
|
},
|
|
4794
5032
|
};
|
|
4795
5033
|
export const StringNotInFilter = {
|
|
@@ -4799,7 +5037,9 @@ export const StringNotInFilter = {
|
|
|
4799
5037
|
className: "StringNotInFilter",
|
|
4800
5038
|
uberParent: "Filter",
|
|
4801
5039
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4802
|
-
modelProperties:
|
|
5040
|
+
modelProperties: {
|
|
5041
|
+
...Filter.type.modelProperties,
|
|
5042
|
+
values: {
|
|
4803
5043
|
serializedName: "values",
|
|
4804
5044
|
type: {
|
|
4805
5045
|
name: "Sequence",
|
|
@@ -4809,7 +5049,8 @@ export const StringNotInFilter = {
|
|
|
4809
5049
|
},
|
|
4810
5050
|
},
|
|
4811
5051
|
},
|
|
4812
|
-
}
|
|
5052
|
+
},
|
|
5053
|
+
},
|
|
4813
5054
|
},
|
|
4814
5055
|
};
|
|
4815
5056
|
export const StringBeginsWithFilter = {
|
|
@@ -4819,7 +5060,9 @@ export const StringBeginsWithFilter = {
|
|
|
4819
5060
|
className: "StringBeginsWithFilter",
|
|
4820
5061
|
uberParent: "Filter",
|
|
4821
5062
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4822
|
-
modelProperties:
|
|
5063
|
+
modelProperties: {
|
|
5064
|
+
...Filter.type.modelProperties,
|
|
5065
|
+
values: {
|
|
4823
5066
|
serializedName: "values",
|
|
4824
5067
|
type: {
|
|
4825
5068
|
name: "Sequence",
|
|
@@ -4829,7 +5072,8 @@ export const StringBeginsWithFilter = {
|
|
|
4829
5072
|
},
|
|
4830
5073
|
},
|
|
4831
5074
|
},
|
|
4832
|
-
}
|
|
5075
|
+
},
|
|
5076
|
+
},
|
|
4833
5077
|
},
|
|
4834
5078
|
};
|
|
4835
5079
|
export const StringEndsWithFilter = {
|
|
@@ -4839,7 +5083,9 @@ export const StringEndsWithFilter = {
|
|
|
4839
5083
|
className: "StringEndsWithFilter",
|
|
4840
5084
|
uberParent: "Filter",
|
|
4841
5085
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4842
|
-
modelProperties:
|
|
5086
|
+
modelProperties: {
|
|
5087
|
+
...Filter.type.modelProperties,
|
|
5088
|
+
values: {
|
|
4843
5089
|
serializedName: "values",
|
|
4844
5090
|
type: {
|
|
4845
5091
|
name: "Sequence",
|
|
@@ -4849,7 +5095,8 @@ export const StringEndsWithFilter = {
|
|
|
4849
5095
|
},
|
|
4850
5096
|
},
|
|
4851
5097
|
},
|
|
4852
|
-
}
|
|
5098
|
+
},
|
|
5099
|
+
},
|
|
4853
5100
|
},
|
|
4854
5101
|
};
|
|
4855
5102
|
export const StringContainsFilter = {
|
|
@@ -4859,7 +5106,9 @@ export const StringContainsFilter = {
|
|
|
4859
5106
|
className: "StringContainsFilter",
|
|
4860
5107
|
uberParent: "Filter",
|
|
4861
5108
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4862
|
-
modelProperties:
|
|
5109
|
+
modelProperties: {
|
|
5110
|
+
...Filter.type.modelProperties,
|
|
5111
|
+
values: {
|
|
4863
5112
|
serializedName: "values",
|
|
4864
5113
|
type: {
|
|
4865
5114
|
name: "Sequence",
|
|
@@ -4869,7 +5118,8 @@ export const StringContainsFilter = {
|
|
|
4869
5118
|
},
|
|
4870
5119
|
},
|
|
4871
5120
|
},
|
|
4872
|
-
}
|
|
5121
|
+
},
|
|
5122
|
+
},
|
|
4873
5123
|
},
|
|
4874
5124
|
};
|
|
4875
5125
|
export const NumberInRangeFilter = {
|
|
@@ -4879,7 +5129,9 @@ export const NumberInRangeFilter = {
|
|
|
4879
5129
|
className: "NumberInRangeFilter",
|
|
4880
5130
|
uberParent: "Filter",
|
|
4881
5131
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4882
|
-
modelProperties:
|
|
5132
|
+
modelProperties: {
|
|
5133
|
+
...Filter.type.modelProperties,
|
|
5134
|
+
values: {
|
|
4883
5135
|
serializedName: "values",
|
|
4884
5136
|
type: {
|
|
4885
5137
|
name: "Sequence",
|
|
@@ -4894,7 +5146,8 @@ export const NumberInRangeFilter = {
|
|
|
4894
5146
|
},
|
|
4895
5147
|
},
|
|
4896
5148
|
},
|
|
4897
|
-
}
|
|
5149
|
+
},
|
|
5150
|
+
},
|
|
4898
5151
|
},
|
|
4899
5152
|
};
|
|
4900
5153
|
export const NumberNotInRangeFilter = {
|
|
@@ -4904,7 +5157,9 @@ export const NumberNotInRangeFilter = {
|
|
|
4904
5157
|
className: "NumberNotInRangeFilter",
|
|
4905
5158
|
uberParent: "Filter",
|
|
4906
5159
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4907
|
-
modelProperties:
|
|
5160
|
+
modelProperties: {
|
|
5161
|
+
...Filter.type.modelProperties,
|
|
5162
|
+
values: {
|
|
4908
5163
|
serializedName: "values",
|
|
4909
5164
|
type: {
|
|
4910
5165
|
name: "Sequence",
|
|
@@ -4919,7 +5174,8 @@ export const NumberNotInRangeFilter = {
|
|
|
4919
5174
|
},
|
|
4920
5175
|
},
|
|
4921
5176
|
},
|
|
4922
|
-
}
|
|
5177
|
+
},
|
|
5178
|
+
},
|
|
4923
5179
|
},
|
|
4924
5180
|
};
|
|
4925
5181
|
export const StringNotBeginsWithFilter = {
|
|
@@ -4929,7 +5185,9 @@ export const StringNotBeginsWithFilter = {
|
|
|
4929
5185
|
className: "StringNotBeginsWithFilter",
|
|
4930
5186
|
uberParent: "Filter",
|
|
4931
5187
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4932
|
-
modelProperties:
|
|
5188
|
+
modelProperties: {
|
|
5189
|
+
...Filter.type.modelProperties,
|
|
5190
|
+
values: {
|
|
4933
5191
|
serializedName: "values",
|
|
4934
5192
|
type: {
|
|
4935
5193
|
name: "Sequence",
|
|
@@ -4939,7 +5197,8 @@ export const StringNotBeginsWithFilter = {
|
|
|
4939
5197
|
},
|
|
4940
5198
|
},
|
|
4941
5199
|
},
|
|
4942
|
-
}
|
|
5200
|
+
},
|
|
5201
|
+
},
|
|
4943
5202
|
},
|
|
4944
5203
|
};
|
|
4945
5204
|
export const StringNotEndsWithFilter = {
|
|
@@ -4949,7 +5208,9 @@ export const StringNotEndsWithFilter = {
|
|
|
4949
5208
|
className: "StringNotEndsWithFilter",
|
|
4950
5209
|
uberParent: "Filter",
|
|
4951
5210
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4952
|
-
modelProperties:
|
|
5211
|
+
modelProperties: {
|
|
5212
|
+
...Filter.type.modelProperties,
|
|
5213
|
+
values: {
|
|
4953
5214
|
serializedName: "values",
|
|
4954
5215
|
type: {
|
|
4955
5216
|
name: "Sequence",
|
|
@@ -4959,7 +5220,8 @@ export const StringNotEndsWithFilter = {
|
|
|
4959
5220
|
},
|
|
4960
5221
|
},
|
|
4961
5222
|
},
|
|
4962
|
-
}
|
|
5223
|
+
},
|
|
5224
|
+
},
|
|
4963
5225
|
},
|
|
4964
5226
|
};
|
|
4965
5227
|
export const StringNotContainsFilter = {
|
|
@@ -4969,7 +5231,9 @@ export const StringNotContainsFilter = {
|
|
|
4969
5231
|
className: "StringNotContainsFilter",
|
|
4970
5232
|
uberParent: "Filter",
|
|
4971
5233
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4972
|
-
modelProperties:
|
|
5234
|
+
modelProperties: {
|
|
5235
|
+
...Filter.type.modelProperties,
|
|
5236
|
+
values: {
|
|
4973
5237
|
serializedName: "values",
|
|
4974
5238
|
type: {
|
|
4975
5239
|
name: "Sequence",
|
|
@@ -4979,7 +5243,8 @@ export const StringNotContainsFilter = {
|
|
|
4979
5243
|
},
|
|
4980
5244
|
},
|
|
4981
5245
|
},
|
|
4982
|
-
}
|
|
5246
|
+
},
|
|
5247
|
+
},
|
|
4983
5248
|
},
|
|
4984
5249
|
};
|
|
4985
5250
|
export const IsNullOrUndefinedFilter = {
|
|
@@ -4989,7 +5254,9 @@ export const IsNullOrUndefinedFilter = {
|
|
|
4989
5254
|
className: "IsNullOrUndefinedFilter",
|
|
4990
5255
|
uberParent: "Filter",
|
|
4991
5256
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4992
|
-
modelProperties:
|
|
5257
|
+
modelProperties: {
|
|
5258
|
+
...Filter.type.modelProperties,
|
|
5259
|
+
},
|
|
4993
5260
|
},
|
|
4994
5261
|
};
|
|
4995
5262
|
export const IsNotNullFilter = {
|
|
@@ -4999,7 +5266,9 @@ export const IsNotNullFilter = {
|
|
|
4999
5266
|
className: "IsNotNullFilter",
|
|
5000
5267
|
uberParent: "Filter",
|
|
5001
5268
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
5002
|
-
modelProperties:
|
|
5269
|
+
modelProperties: {
|
|
5270
|
+
...Filter.type.modelProperties,
|
|
5271
|
+
},
|
|
5003
5272
|
},
|
|
5004
5273
|
};
|
|
5005
5274
|
export const NumberInAdvancedFilter = {
|
|
@@ -5009,7 +5278,9 @@ export const NumberInAdvancedFilter = {
|
|
|
5009
5278
|
className: "NumberInAdvancedFilter",
|
|
5010
5279
|
uberParent: "AdvancedFilter",
|
|
5011
5280
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
5012
|
-
modelProperties:
|
|
5281
|
+
modelProperties: {
|
|
5282
|
+
...AdvancedFilter.type.modelProperties,
|
|
5283
|
+
values: {
|
|
5013
5284
|
serializedName: "values",
|
|
5014
5285
|
type: {
|
|
5015
5286
|
name: "Sequence",
|
|
@@ -5019,7 +5290,8 @@ export const NumberInAdvancedFilter = {
|
|
|
5019
5290
|
},
|
|
5020
5291
|
},
|
|
5021
5292
|
},
|
|
5022
|
-
}
|
|
5293
|
+
},
|
|
5294
|
+
},
|
|
5023
5295
|
},
|
|
5024
5296
|
};
|
|
5025
5297
|
export const NumberNotInAdvancedFilter = {
|
|
@@ -5029,7 +5301,9 @@ export const NumberNotInAdvancedFilter = {
|
|
|
5029
5301
|
className: "NumberNotInAdvancedFilter",
|
|
5030
5302
|
uberParent: "AdvancedFilter",
|
|
5031
5303
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
5032
|
-
modelProperties:
|
|
5304
|
+
modelProperties: {
|
|
5305
|
+
...AdvancedFilter.type.modelProperties,
|
|
5306
|
+
values: {
|
|
5033
5307
|
serializedName: "values",
|
|
5034
5308
|
type: {
|
|
5035
5309
|
name: "Sequence",
|
|
@@ -5039,7 +5313,8 @@ export const NumberNotInAdvancedFilter = {
|
|
|
5039
5313
|
},
|
|
5040
5314
|
},
|
|
5041
5315
|
},
|
|
5042
|
-
}
|
|
5316
|
+
},
|
|
5317
|
+
},
|
|
5043
5318
|
},
|
|
5044
5319
|
};
|
|
5045
5320
|
export const NumberLessThanAdvancedFilter = {
|
|
@@ -5049,12 +5324,15 @@ export const NumberLessThanAdvancedFilter = {
|
|
|
5049
5324
|
className: "NumberLessThanAdvancedFilter",
|
|
5050
5325
|
uberParent: "AdvancedFilter",
|
|
5051
5326
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
5052
|
-
modelProperties:
|
|
5327
|
+
modelProperties: {
|
|
5328
|
+
...AdvancedFilter.type.modelProperties,
|
|
5329
|
+
value: {
|
|
5053
5330
|
serializedName: "value",
|
|
5054
5331
|
type: {
|
|
5055
5332
|
name: "Number",
|
|
5056
5333
|
},
|
|
5057
|
-
}
|
|
5334
|
+
},
|
|
5335
|
+
},
|
|
5058
5336
|
},
|
|
5059
5337
|
};
|
|
5060
5338
|
export const NumberGreaterThanAdvancedFilter = {
|
|
@@ -5064,12 +5342,15 @@ export const NumberGreaterThanAdvancedFilter = {
|
|
|
5064
5342
|
className: "NumberGreaterThanAdvancedFilter",
|
|
5065
5343
|
uberParent: "AdvancedFilter",
|
|
5066
5344
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
5067
|
-
modelProperties:
|
|
5345
|
+
modelProperties: {
|
|
5346
|
+
...AdvancedFilter.type.modelProperties,
|
|
5347
|
+
value: {
|
|
5068
5348
|
serializedName: "value",
|
|
5069
5349
|
type: {
|
|
5070
5350
|
name: "Number",
|
|
5071
5351
|
},
|
|
5072
|
-
}
|
|
5352
|
+
},
|
|
5353
|
+
},
|
|
5073
5354
|
},
|
|
5074
5355
|
};
|
|
5075
5356
|
export const NumberLessThanOrEqualsAdvancedFilter = {
|
|
@@ -5079,12 +5360,15 @@ export const NumberLessThanOrEqualsAdvancedFilter = {
|
|
|
5079
5360
|
className: "NumberLessThanOrEqualsAdvancedFilter",
|
|
5080
5361
|
uberParent: "AdvancedFilter",
|
|
5081
5362
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
5082
|
-
modelProperties:
|
|
5363
|
+
modelProperties: {
|
|
5364
|
+
...AdvancedFilter.type.modelProperties,
|
|
5365
|
+
value: {
|
|
5083
5366
|
serializedName: "value",
|
|
5084
5367
|
type: {
|
|
5085
5368
|
name: "Number",
|
|
5086
5369
|
},
|
|
5087
|
-
}
|
|
5370
|
+
},
|
|
5371
|
+
},
|
|
5088
5372
|
},
|
|
5089
5373
|
};
|
|
5090
5374
|
export const NumberGreaterThanOrEqualsAdvancedFilter = {
|
|
@@ -5094,12 +5378,15 @@ export const NumberGreaterThanOrEqualsAdvancedFilter = {
|
|
|
5094
5378
|
className: "NumberGreaterThanOrEqualsAdvancedFilter",
|
|
5095
5379
|
uberParent: "AdvancedFilter",
|
|
5096
5380
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
5097
|
-
modelProperties:
|
|
5381
|
+
modelProperties: {
|
|
5382
|
+
...AdvancedFilter.type.modelProperties,
|
|
5383
|
+
value: {
|
|
5098
5384
|
serializedName: "value",
|
|
5099
5385
|
type: {
|
|
5100
5386
|
name: "Number",
|
|
5101
5387
|
},
|
|
5102
|
-
}
|
|
5388
|
+
},
|
|
5389
|
+
},
|
|
5103
5390
|
},
|
|
5104
5391
|
};
|
|
5105
5392
|
export const BoolEqualsAdvancedFilter = {
|
|
@@ -5109,12 +5396,15 @@ export const BoolEqualsAdvancedFilter = {
|
|
|
5109
5396
|
className: "BoolEqualsAdvancedFilter",
|
|
5110
5397
|
uberParent: "AdvancedFilter",
|
|
5111
5398
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
5112
|
-
modelProperties:
|
|
5399
|
+
modelProperties: {
|
|
5400
|
+
...AdvancedFilter.type.modelProperties,
|
|
5401
|
+
value: {
|
|
5113
5402
|
serializedName: "value",
|
|
5114
5403
|
type: {
|
|
5115
5404
|
name: "Boolean",
|
|
5116
5405
|
},
|
|
5117
|
-
}
|
|
5406
|
+
},
|
|
5407
|
+
},
|
|
5118
5408
|
},
|
|
5119
5409
|
};
|
|
5120
5410
|
export const StringInAdvancedFilter = {
|
|
@@ -5124,7 +5414,9 @@ export const StringInAdvancedFilter = {
|
|
|
5124
5414
|
className: "StringInAdvancedFilter",
|
|
5125
5415
|
uberParent: "AdvancedFilter",
|
|
5126
5416
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
5127
|
-
modelProperties:
|
|
5417
|
+
modelProperties: {
|
|
5418
|
+
...AdvancedFilter.type.modelProperties,
|
|
5419
|
+
values: {
|
|
5128
5420
|
serializedName: "values",
|
|
5129
5421
|
type: {
|
|
5130
5422
|
name: "Sequence",
|
|
@@ -5134,7 +5426,8 @@ export const StringInAdvancedFilter = {
|
|
|
5134
5426
|
},
|
|
5135
5427
|
},
|
|
5136
5428
|
},
|
|
5137
|
-
}
|
|
5429
|
+
},
|
|
5430
|
+
},
|
|
5138
5431
|
},
|
|
5139
5432
|
};
|
|
5140
5433
|
export const StringNotInAdvancedFilter = {
|
|
@@ -5144,7 +5437,9 @@ export const StringNotInAdvancedFilter = {
|
|
|
5144
5437
|
className: "StringNotInAdvancedFilter",
|
|
5145
5438
|
uberParent: "AdvancedFilter",
|
|
5146
5439
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
5147
|
-
modelProperties:
|
|
5440
|
+
modelProperties: {
|
|
5441
|
+
...AdvancedFilter.type.modelProperties,
|
|
5442
|
+
values: {
|
|
5148
5443
|
serializedName: "values",
|
|
5149
5444
|
type: {
|
|
5150
5445
|
name: "Sequence",
|
|
@@ -5154,7 +5449,8 @@ export const StringNotInAdvancedFilter = {
|
|
|
5154
5449
|
},
|
|
5155
5450
|
},
|
|
5156
5451
|
},
|
|
5157
|
-
}
|
|
5452
|
+
},
|
|
5453
|
+
},
|
|
5158
5454
|
},
|
|
5159
5455
|
};
|
|
5160
5456
|
export const StringBeginsWithAdvancedFilter = {
|
|
@@ -5164,7 +5460,9 @@ export const StringBeginsWithAdvancedFilter = {
|
|
|
5164
5460
|
className: "StringBeginsWithAdvancedFilter",
|
|
5165
5461
|
uberParent: "AdvancedFilter",
|
|
5166
5462
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
5167
|
-
modelProperties:
|
|
5463
|
+
modelProperties: {
|
|
5464
|
+
...AdvancedFilter.type.modelProperties,
|
|
5465
|
+
values: {
|
|
5168
5466
|
serializedName: "values",
|
|
5169
5467
|
type: {
|
|
5170
5468
|
name: "Sequence",
|
|
@@ -5174,7 +5472,8 @@ export const StringBeginsWithAdvancedFilter = {
|
|
|
5174
5472
|
},
|
|
5175
5473
|
},
|
|
5176
5474
|
},
|
|
5177
|
-
}
|
|
5475
|
+
},
|
|
5476
|
+
},
|
|
5178
5477
|
},
|
|
5179
5478
|
};
|
|
5180
5479
|
export const StringEndsWithAdvancedFilter = {
|
|
@@ -5184,7 +5483,9 @@ export const StringEndsWithAdvancedFilter = {
|
|
|
5184
5483
|
className: "StringEndsWithAdvancedFilter",
|
|
5185
5484
|
uberParent: "AdvancedFilter",
|
|
5186
5485
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
5187
|
-
modelProperties:
|
|
5486
|
+
modelProperties: {
|
|
5487
|
+
...AdvancedFilter.type.modelProperties,
|
|
5488
|
+
values: {
|
|
5188
5489
|
serializedName: "values",
|
|
5189
5490
|
type: {
|
|
5190
5491
|
name: "Sequence",
|
|
@@ -5194,7 +5495,8 @@ export const StringEndsWithAdvancedFilter = {
|
|
|
5194
5495
|
},
|
|
5195
5496
|
},
|
|
5196
5497
|
},
|
|
5197
|
-
}
|
|
5498
|
+
},
|
|
5499
|
+
},
|
|
5198
5500
|
},
|
|
5199
5501
|
};
|
|
5200
5502
|
export const StringContainsAdvancedFilter = {
|
|
@@ -5204,7 +5506,9 @@ export const StringContainsAdvancedFilter = {
|
|
|
5204
5506
|
className: "StringContainsAdvancedFilter",
|
|
5205
5507
|
uberParent: "AdvancedFilter",
|
|
5206
5508
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
5207
|
-
modelProperties:
|
|
5509
|
+
modelProperties: {
|
|
5510
|
+
...AdvancedFilter.type.modelProperties,
|
|
5511
|
+
values: {
|
|
5208
5512
|
serializedName: "values",
|
|
5209
5513
|
type: {
|
|
5210
5514
|
name: "Sequence",
|
|
@@ -5214,7 +5518,8 @@ export const StringContainsAdvancedFilter = {
|
|
|
5214
5518
|
},
|
|
5215
5519
|
},
|
|
5216
5520
|
},
|
|
5217
|
-
}
|
|
5521
|
+
},
|
|
5522
|
+
},
|
|
5218
5523
|
},
|
|
5219
5524
|
};
|
|
5220
5525
|
export const NumberInRangeAdvancedFilter = {
|
|
@@ -5224,7 +5529,9 @@ export const NumberInRangeAdvancedFilter = {
|
|
|
5224
5529
|
className: "NumberInRangeAdvancedFilter",
|
|
5225
5530
|
uberParent: "AdvancedFilter",
|
|
5226
5531
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
5227
|
-
modelProperties:
|
|
5532
|
+
modelProperties: {
|
|
5533
|
+
...AdvancedFilter.type.modelProperties,
|
|
5534
|
+
values: {
|
|
5228
5535
|
serializedName: "values",
|
|
5229
5536
|
type: {
|
|
5230
5537
|
name: "Sequence",
|
|
@@ -5239,7 +5546,8 @@ export const NumberInRangeAdvancedFilter = {
|
|
|
5239
5546
|
},
|
|
5240
5547
|
},
|
|
5241
5548
|
},
|
|
5242
|
-
}
|
|
5549
|
+
},
|
|
5550
|
+
},
|
|
5243
5551
|
},
|
|
5244
5552
|
};
|
|
5245
5553
|
export const NumberNotInRangeAdvancedFilter = {
|
|
@@ -5249,7 +5557,9 @@ export const NumberNotInRangeAdvancedFilter = {
|
|
|
5249
5557
|
className: "NumberNotInRangeAdvancedFilter",
|
|
5250
5558
|
uberParent: "AdvancedFilter",
|
|
5251
5559
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
5252
|
-
modelProperties:
|
|
5560
|
+
modelProperties: {
|
|
5561
|
+
...AdvancedFilter.type.modelProperties,
|
|
5562
|
+
values: {
|
|
5253
5563
|
serializedName: "values",
|
|
5254
5564
|
type: {
|
|
5255
5565
|
name: "Sequence",
|
|
@@ -5264,7 +5574,8 @@ export const NumberNotInRangeAdvancedFilter = {
|
|
|
5264
5574
|
},
|
|
5265
5575
|
},
|
|
5266
5576
|
},
|
|
5267
|
-
}
|
|
5577
|
+
},
|
|
5578
|
+
},
|
|
5268
5579
|
},
|
|
5269
5580
|
};
|
|
5270
5581
|
export const StringNotBeginsWithAdvancedFilter = {
|
|
@@ -5274,7 +5585,9 @@ export const StringNotBeginsWithAdvancedFilter = {
|
|
|
5274
5585
|
className: "StringNotBeginsWithAdvancedFilter",
|
|
5275
5586
|
uberParent: "AdvancedFilter",
|
|
5276
5587
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
5277
|
-
modelProperties:
|
|
5588
|
+
modelProperties: {
|
|
5589
|
+
...AdvancedFilter.type.modelProperties,
|
|
5590
|
+
values: {
|
|
5278
5591
|
serializedName: "values",
|
|
5279
5592
|
type: {
|
|
5280
5593
|
name: "Sequence",
|
|
@@ -5284,7 +5597,8 @@ export const StringNotBeginsWithAdvancedFilter = {
|
|
|
5284
5597
|
},
|
|
5285
5598
|
},
|
|
5286
5599
|
},
|
|
5287
|
-
}
|
|
5600
|
+
},
|
|
5601
|
+
},
|
|
5288
5602
|
},
|
|
5289
5603
|
};
|
|
5290
5604
|
export const StringNotEndsWithAdvancedFilter = {
|
|
@@ -5294,7 +5608,9 @@ export const StringNotEndsWithAdvancedFilter = {
|
|
|
5294
5608
|
className: "StringNotEndsWithAdvancedFilter",
|
|
5295
5609
|
uberParent: "AdvancedFilter",
|
|
5296
5610
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
5297
|
-
modelProperties:
|
|
5611
|
+
modelProperties: {
|
|
5612
|
+
...AdvancedFilter.type.modelProperties,
|
|
5613
|
+
values: {
|
|
5298
5614
|
serializedName: "values",
|
|
5299
5615
|
type: {
|
|
5300
5616
|
name: "Sequence",
|
|
@@ -5304,7 +5620,8 @@ export const StringNotEndsWithAdvancedFilter = {
|
|
|
5304
5620
|
},
|
|
5305
5621
|
},
|
|
5306
5622
|
},
|
|
5307
|
-
}
|
|
5623
|
+
},
|
|
5624
|
+
},
|
|
5308
5625
|
},
|
|
5309
5626
|
};
|
|
5310
5627
|
export const StringNotContainsAdvancedFilter = {
|
|
@@ -5314,7 +5631,9 @@ export const StringNotContainsAdvancedFilter = {
|
|
|
5314
5631
|
className: "StringNotContainsAdvancedFilter",
|
|
5315
5632
|
uberParent: "AdvancedFilter",
|
|
5316
5633
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
5317
|
-
modelProperties:
|
|
5634
|
+
modelProperties: {
|
|
5635
|
+
...AdvancedFilter.type.modelProperties,
|
|
5636
|
+
values: {
|
|
5318
5637
|
serializedName: "values",
|
|
5319
5638
|
type: {
|
|
5320
5639
|
name: "Sequence",
|
|
@@ -5324,7 +5643,8 @@ export const StringNotContainsAdvancedFilter = {
|
|
|
5324
5643
|
},
|
|
5325
5644
|
},
|
|
5326
5645
|
},
|
|
5327
|
-
}
|
|
5646
|
+
},
|
|
5647
|
+
},
|
|
5328
5648
|
},
|
|
5329
5649
|
};
|
|
5330
5650
|
export const IsNullOrUndefinedAdvancedFilter = {
|
|
@@ -5334,7 +5654,9 @@ export const IsNullOrUndefinedAdvancedFilter = {
|
|
|
5334
5654
|
className: "IsNullOrUndefinedAdvancedFilter",
|
|
5335
5655
|
uberParent: "AdvancedFilter",
|
|
5336
5656
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
5337
|
-
modelProperties:
|
|
5657
|
+
modelProperties: {
|
|
5658
|
+
...AdvancedFilter.type.modelProperties,
|
|
5659
|
+
},
|
|
5338
5660
|
},
|
|
5339
5661
|
};
|
|
5340
5662
|
export const IsNotNullAdvancedFilter = {
|
|
@@ -5344,7 +5666,9 @@ export const IsNotNullAdvancedFilter = {
|
|
|
5344
5666
|
className: "IsNotNullAdvancedFilter",
|
|
5345
5667
|
uberParent: "AdvancedFilter",
|
|
5346
5668
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
5347
|
-
modelProperties:
|
|
5669
|
+
modelProperties: {
|
|
5670
|
+
...AdvancedFilter.type.modelProperties,
|
|
5671
|
+
},
|
|
5348
5672
|
},
|
|
5349
5673
|
};
|
|
5350
5674
|
export const StaticStringRoutingEnrichment = {
|
|
@@ -5354,12 +5678,15 @@ export const StaticStringRoutingEnrichment = {
|
|
|
5354
5678
|
className: "StaticStringRoutingEnrichment",
|
|
5355
5679
|
uberParent: "StaticRoutingEnrichment",
|
|
5356
5680
|
polymorphicDiscriminator: StaticRoutingEnrichment.type.polymorphicDiscriminator,
|
|
5357
|
-
modelProperties:
|
|
5681
|
+
modelProperties: {
|
|
5682
|
+
...StaticRoutingEnrichment.type.modelProperties,
|
|
5683
|
+
value: {
|
|
5358
5684
|
serializedName: "value",
|
|
5359
5685
|
type: {
|
|
5360
5686
|
name: "String",
|
|
5361
5687
|
},
|
|
5362
|
-
}
|
|
5688
|
+
},
|
|
5689
|
+
},
|
|
5363
5690
|
},
|
|
5364
5691
|
};
|
|
5365
5692
|
export const AzureADPartnerClientAuthentication = {
|
|
@@ -5369,42 +5696,51 @@ export const AzureADPartnerClientAuthentication = {
|
|
|
5369
5696
|
className: "AzureADPartnerClientAuthentication",
|
|
5370
5697
|
uberParent: "PartnerClientAuthentication",
|
|
5371
5698
|
polymorphicDiscriminator: PartnerClientAuthentication.type.polymorphicDiscriminator,
|
|
5372
|
-
modelProperties:
|
|
5699
|
+
modelProperties: {
|
|
5700
|
+
...PartnerClientAuthentication.type.modelProperties,
|
|
5701
|
+
azureActiveDirectoryTenantId: {
|
|
5373
5702
|
serializedName: "properties.azureActiveDirectoryTenantId",
|
|
5374
5703
|
type: {
|
|
5375
5704
|
name: "String",
|
|
5376
5705
|
},
|
|
5377
|
-
},
|
|
5706
|
+
},
|
|
5707
|
+
azureActiveDirectoryApplicationIdOrUri: {
|
|
5378
5708
|
serializedName: "properties.azureActiveDirectoryApplicationIdOrUri",
|
|
5379
5709
|
type: {
|
|
5380
5710
|
name: "String",
|
|
5381
5711
|
},
|
|
5382
|
-
}
|
|
5712
|
+
},
|
|
5713
|
+
},
|
|
5383
5714
|
},
|
|
5384
5715
|
};
|
|
5385
5716
|
export const Domain = {
|
|
5386
5717
|
type: {
|
|
5387
5718
|
name: "Composite",
|
|
5388
5719
|
className: "Domain",
|
|
5389
|
-
modelProperties:
|
|
5720
|
+
modelProperties: {
|
|
5721
|
+
...TrackedResource.type.modelProperties,
|
|
5722
|
+
sku: {
|
|
5390
5723
|
serializedName: "sku",
|
|
5391
5724
|
type: {
|
|
5392
5725
|
name: "Composite",
|
|
5393
5726
|
className: "ResourceSku",
|
|
5394
5727
|
},
|
|
5395
|
-
},
|
|
5728
|
+
},
|
|
5729
|
+
identity: {
|
|
5396
5730
|
serializedName: "identity",
|
|
5397
5731
|
type: {
|
|
5398
5732
|
name: "Composite",
|
|
5399
5733
|
className: "IdentityInfo",
|
|
5400
5734
|
},
|
|
5401
|
-
},
|
|
5735
|
+
},
|
|
5736
|
+
systemData: {
|
|
5402
5737
|
serializedName: "systemData",
|
|
5403
5738
|
type: {
|
|
5404
5739
|
name: "Composite",
|
|
5405
5740
|
className: "SystemData",
|
|
5406
5741
|
},
|
|
5407
|
-
},
|
|
5742
|
+
},
|
|
5743
|
+
privateEndpointConnections: {
|
|
5408
5744
|
serializedName: "properties.privateEndpointConnections",
|
|
5409
5745
|
readOnly: true,
|
|
5410
5746
|
type: {
|
|
@@ -5416,52 +5752,61 @@ export const Domain = {
|
|
|
5416
5752
|
},
|
|
5417
5753
|
},
|
|
5418
5754
|
},
|
|
5419
|
-
},
|
|
5755
|
+
},
|
|
5756
|
+
provisioningState: {
|
|
5420
5757
|
serializedName: "properties.provisioningState",
|
|
5421
5758
|
readOnly: true,
|
|
5422
5759
|
type: {
|
|
5423
5760
|
name: "String",
|
|
5424
5761
|
},
|
|
5425
|
-
},
|
|
5762
|
+
},
|
|
5763
|
+
minimumTlsVersionAllowed: {
|
|
5426
5764
|
serializedName: "properties.minimumTlsVersionAllowed",
|
|
5427
5765
|
type: {
|
|
5428
5766
|
name: "String",
|
|
5429
5767
|
},
|
|
5430
|
-
},
|
|
5768
|
+
},
|
|
5769
|
+
endpoint: {
|
|
5431
5770
|
serializedName: "properties.endpoint",
|
|
5432
5771
|
readOnly: true,
|
|
5433
5772
|
type: {
|
|
5434
5773
|
name: "String",
|
|
5435
5774
|
},
|
|
5436
|
-
},
|
|
5775
|
+
},
|
|
5776
|
+
inputSchema: {
|
|
5437
5777
|
serializedName: "properties.inputSchema",
|
|
5438
5778
|
type: {
|
|
5439
5779
|
name: "String",
|
|
5440
5780
|
},
|
|
5441
|
-
},
|
|
5781
|
+
},
|
|
5782
|
+
eventTypeInfo: {
|
|
5442
5783
|
serializedName: "properties.eventTypeInfo",
|
|
5443
5784
|
type: {
|
|
5444
5785
|
name: "Composite",
|
|
5445
5786
|
className: "EventTypeInfo",
|
|
5446
5787
|
},
|
|
5447
|
-
},
|
|
5788
|
+
},
|
|
5789
|
+
inputSchemaMapping: {
|
|
5448
5790
|
serializedName: "properties.inputSchemaMapping",
|
|
5449
5791
|
type: {
|
|
5450
5792
|
name: "Composite",
|
|
5451
5793
|
className: "InputSchemaMapping",
|
|
5452
5794
|
},
|
|
5453
|
-
},
|
|
5795
|
+
},
|
|
5796
|
+
metricResourceId: {
|
|
5454
5797
|
serializedName: "properties.metricResourceId",
|
|
5455
5798
|
readOnly: true,
|
|
5456
5799
|
type: {
|
|
5457
5800
|
name: "String",
|
|
5458
5801
|
},
|
|
5459
|
-
},
|
|
5802
|
+
},
|
|
5803
|
+
publicNetworkAccess: {
|
|
5460
5804
|
serializedName: "properties.publicNetworkAccess",
|
|
5461
5805
|
type: {
|
|
5462
5806
|
name: "String",
|
|
5463
5807
|
},
|
|
5464
|
-
},
|
|
5808
|
+
},
|
|
5809
|
+
inboundIpRules: {
|
|
5465
5810
|
serializedName: "properties.inboundIpRules",
|
|
5466
5811
|
type: {
|
|
5467
5812
|
name: "Sequence",
|
|
@@ -5472,55 +5817,65 @@ export const Domain = {
|
|
|
5472
5817
|
},
|
|
5473
5818
|
},
|
|
5474
5819
|
},
|
|
5475
|
-
},
|
|
5820
|
+
},
|
|
5821
|
+
disableLocalAuth: {
|
|
5476
5822
|
defaultValue: false,
|
|
5477
5823
|
serializedName: "properties.disableLocalAuth",
|
|
5478
5824
|
type: {
|
|
5479
5825
|
name: "Boolean",
|
|
5480
5826
|
},
|
|
5481
|
-
},
|
|
5827
|
+
},
|
|
5828
|
+
autoCreateTopicWithFirstSubscription: {
|
|
5482
5829
|
defaultValue: true,
|
|
5483
5830
|
serializedName: "properties.autoCreateTopicWithFirstSubscription",
|
|
5484
5831
|
type: {
|
|
5485
5832
|
name: "Boolean",
|
|
5486
5833
|
},
|
|
5487
|
-
},
|
|
5834
|
+
},
|
|
5835
|
+
autoDeleteTopicWithLastSubscription: {
|
|
5488
5836
|
defaultValue: true,
|
|
5489
5837
|
serializedName: "properties.autoDeleteTopicWithLastSubscription",
|
|
5490
5838
|
type: {
|
|
5491
5839
|
name: "Boolean",
|
|
5492
5840
|
},
|
|
5493
|
-
},
|
|
5841
|
+
},
|
|
5842
|
+
dataResidencyBoundary: {
|
|
5494
5843
|
serializedName: "properties.dataResidencyBoundary",
|
|
5495
5844
|
type: {
|
|
5496
5845
|
name: "String",
|
|
5497
5846
|
},
|
|
5498
|
-
}
|
|
5847
|
+
},
|
|
5848
|
+
},
|
|
5499
5849
|
},
|
|
5500
5850
|
};
|
|
5501
5851
|
export const Namespace = {
|
|
5502
5852
|
type: {
|
|
5503
5853
|
name: "Composite",
|
|
5504
5854
|
className: "Namespace",
|
|
5505
|
-
modelProperties:
|
|
5855
|
+
modelProperties: {
|
|
5856
|
+
...TrackedResource.type.modelProperties,
|
|
5857
|
+
sku: {
|
|
5506
5858
|
serializedName: "sku",
|
|
5507
5859
|
type: {
|
|
5508
5860
|
name: "Composite",
|
|
5509
5861
|
className: "NamespaceSku",
|
|
5510
5862
|
},
|
|
5511
|
-
},
|
|
5863
|
+
},
|
|
5864
|
+
identity: {
|
|
5512
5865
|
serializedName: "identity",
|
|
5513
5866
|
type: {
|
|
5514
5867
|
name: "Composite",
|
|
5515
5868
|
className: "IdentityInfo",
|
|
5516
5869
|
},
|
|
5517
|
-
},
|
|
5870
|
+
},
|
|
5871
|
+
systemData: {
|
|
5518
5872
|
serializedName: "systemData",
|
|
5519
5873
|
type: {
|
|
5520
5874
|
name: "Composite",
|
|
5521
5875
|
className: "SystemData",
|
|
5522
5876
|
},
|
|
5523
|
-
},
|
|
5877
|
+
},
|
|
5878
|
+
privateEndpointConnections: {
|
|
5524
5879
|
serializedName: "properties.privateEndpointConnections",
|
|
5525
5880
|
type: {
|
|
5526
5881
|
name: "Sequence",
|
|
@@ -5531,35 +5886,41 @@ export const Namespace = {
|
|
|
5531
5886
|
},
|
|
5532
5887
|
},
|
|
5533
5888
|
},
|
|
5534
|
-
},
|
|
5889
|
+
},
|
|
5890
|
+
provisioningState: {
|
|
5535
5891
|
serializedName: "properties.provisioningState",
|
|
5536
5892
|
readOnly: true,
|
|
5537
5893
|
type: {
|
|
5538
5894
|
name: "String",
|
|
5539
5895
|
},
|
|
5540
|
-
},
|
|
5896
|
+
},
|
|
5897
|
+
topicsConfiguration: {
|
|
5541
5898
|
serializedName: "properties.topicsConfiguration",
|
|
5542
5899
|
type: {
|
|
5543
5900
|
name: "Composite",
|
|
5544
5901
|
className: "TopicsConfiguration",
|
|
5545
5902
|
},
|
|
5546
|
-
},
|
|
5903
|
+
},
|
|
5904
|
+
topicSpacesConfiguration: {
|
|
5547
5905
|
serializedName: "properties.topicSpacesConfiguration",
|
|
5548
5906
|
type: {
|
|
5549
5907
|
name: "Composite",
|
|
5550
5908
|
className: "TopicSpacesConfiguration",
|
|
5551
5909
|
},
|
|
5552
|
-
},
|
|
5910
|
+
},
|
|
5911
|
+
isZoneRedundant: {
|
|
5553
5912
|
serializedName: "properties.isZoneRedundant",
|
|
5554
5913
|
type: {
|
|
5555
5914
|
name: "Boolean",
|
|
5556
5915
|
},
|
|
5557
|
-
},
|
|
5916
|
+
},
|
|
5917
|
+
publicNetworkAccess: {
|
|
5558
5918
|
serializedName: "properties.publicNetworkAccess",
|
|
5559
5919
|
type: {
|
|
5560
5920
|
name: "String",
|
|
5561
5921
|
},
|
|
5562
|
-
},
|
|
5922
|
+
},
|
|
5923
|
+
inboundIpRules: {
|
|
5563
5924
|
serializedName: "properties.inboundIpRules",
|
|
5564
5925
|
type: {
|
|
5565
5926
|
name: "Sequence",
|
|
@@ -5570,74 +5931,89 @@ export const Namespace = {
|
|
|
5570
5931
|
},
|
|
5571
5932
|
},
|
|
5572
5933
|
},
|
|
5573
|
-
},
|
|
5934
|
+
},
|
|
5935
|
+
minimumTlsVersionAllowed: {
|
|
5574
5936
|
serializedName: "properties.minimumTlsVersionAllowed",
|
|
5575
5937
|
type: {
|
|
5576
5938
|
name: "String",
|
|
5577
5939
|
},
|
|
5578
|
-
}
|
|
5940
|
+
},
|
|
5941
|
+
},
|
|
5579
5942
|
},
|
|
5580
5943
|
};
|
|
5581
5944
|
export const PartnerDestination = {
|
|
5582
5945
|
type: {
|
|
5583
5946
|
name: "Composite",
|
|
5584
5947
|
className: "PartnerDestination",
|
|
5585
|
-
modelProperties:
|
|
5948
|
+
modelProperties: {
|
|
5949
|
+
...TrackedResource.type.modelProperties,
|
|
5950
|
+
systemData: {
|
|
5586
5951
|
serializedName: "systemData",
|
|
5587
5952
|
type: {
|
|
5588
5953
|
name: "Composite",
|
|
5589
5954
|
className: "SystemData",
|
|
5590
5955
|
},
|
|
5591
|
-
},
|
|
5956
|
+
},
|
|
5957
|
+
partnerRegistrationImmutableId: {
|
|
5592
5958
|
serializedName: "properties.partnerRegistrationImmutableId",
|
|
5593
5959
|
type: {
|
|
5594
5960
|
name: "Uuid",
|
|
5595
5961
|
},
|
|
5596
|
-
},
|
|
5962
|
+
},
|
|
5963
|
+
endpointServiceContext: {
|
|
5597
5964
|
serializedName: "properties.endpointServiceContext",
|
|
5598
5965
|
type: {
|
|
5599
5966
|
name: "String",
|
|
5600
5967
|
},
|
|
5601
|
-
},
|
|
5968
|
+
},
|
|
5969
|
+
expirationTimeIfNotActivatedUtc: {
|
|
5602
5970
|
serializedName: "properties.expirationTimeIfNotActivatedUtc",
|
|
5603
5971
|
type: {
|
|
5604
5972
|
name: "DateTime",
|
|
5605
5973
|
},
|
|
5606
|
-
},
|
|
5974
|
+
},
|
|
5975
|
+
provisioningState: {
|
|
5607
5976
|
serializedName: "properties.provisioningState",
|
|
5608
5977
|
readOnly: true,
|
|
5609
5978
|
type: {
|
|
5610
5979
|
name: "String",
|
|
5611
5980
|
},
|
|
5612
|
-
},
|
|
5981
|
+
},
|
|
5982
|
+
activationState: {
|
|
5613
5983
|
serializedName: "properties.activationState",
|
|
5614
5984
|
type: {
|
|
5615
5985
|
name: "String",
|
|
5616
5986
|
},
|
|
5617
|
-
},
|
|
5987
|
+
},
|
|
5988
|
+
endpointBaseUrl: {
|
|
5618
5989
|
serializedName: "properties.endpointBaseUrl",
|
|
5619
5990
|
type: {
|
|
5620
5991
|
name: "String",
|
|
5621
5992
|
},
|
|
5622
|
-
},
|
|
5993
|
+
},
|
|
5994
|
+
messageForActivation: {
|
|
5623
5995
|
serializedName: "properties.messageForActivation",
|
|
5624
5996
|
type: {
|
|
5625
5997
|
name: "String",
|
|
5626
5998
|
},
|
|
5627
|
-
}
|
|
5999
|
+
},
|
|
6000
|
+
},
|
|
5628
6001
|
},
|
|
5629
6002
|
};
|
|
5630
6003
|
export const PartnerNamespace = {
|
|
5631
6004
|
type: {
|
|
5632
6005
|
name: "Composite",
|
|
5633
6006
|
className: "PartnerNamespace",
|
|
5634
|
-
modelProperties:
|
|
6007
|
+
modelProperties: {
|
|
6008
|
+
...TrackedResource.type.modelProperties,
|
|
6009
|
+
systemData: {
|
|
5635
6010
|
serializedName: "systemData",
|
|
5636
6011
|
type: {
|
|
5637
6012
|
name: "Composite",
|
|
5638
6013
|
className: "SystemData",
|
|
5639
6014
|
},
|
|
5640
|
-
},
|
|
6015
|
+
},
|
|
6016
|
+
privateEndpointConnections: {
|
|
5641
6017
|
serializedName: "properties.privateEndpointConnections",
|
|
5642
6018
|
readOnly: true,
|
|
5643
6019
|
type: {
|
|
@@ -5649,34 +6025,40 @@ export const PartnerNamespace = {
|
|
|
5649
6025
|
},
|
|
5650
6026
|
},
|
|
5651
6027
|
},
|
|
5652
|
-
},
|
|
6028
|
+
},
|
|
6029
|
+
provisioningState: {
|
|
5653
6030
|
serializedName: "properties.provisioningState",
|
|
5654
6031
|
readOnly: true,
|
|
5655
6032
|
type: {
|
|
5656
6033
|
name: "String",
|
|
5657
6034
|
},
|
|
5658
|
-
},
|
|
6035
|
+
},
|
|
6036
|
+
partnerRegistrationFullyQualifiedId: {
|
|
5659
6037
|
serializedName: "properties.partnerRegistrationFullyQualifiedId",
|
|
5660
6038
|
type: {
|
|
5661
6039
|
name: "String",
|
|
5662
6040
|
},
|
|
5663
|
-
},
|
|
6041
|
+
},
|
|
6042
|
+
minimumTlsVersionAllowed: {
|
|
5664
6043
|
serializedName: "properties.minimumTlsVersionAllowed",
|
|
5665
6044
|
type: {
|
|
5666
6045
|
name: "String",
|
|
5667
6046
|
},
|
|
5668
|
-
},
|
|
6047
|
+
},
|
|
6048
|
+
endpoint: {
|
|
5669
6049
|
serializedName: "properties.endpoint",
|
|
5670
6050
|
readOnly: true,
|
|
5671
6051
|
type: {
|
|
5672
6052
|
name: "String",
|
|
5673
6053
|
},
|
|
5674
|
-
},
|
|
6054
|
+
},
|
|
6055
|
+
publicNetworkAccess: {
|
|
5675
6056
|
serializedName: "properties.publicNetworkAccess",
|
|
5676
6057
|
type: {
|
|
5677
6058
|
name: "String",
|
|
5678
6059
|
},
|
|
5679
|
-
},
|
|
6060
|
+
},
|
|
6061
|
+
inboundIpRules: {
|
|
5680
6062
|
serializedName: "properties.inboundIpRules",
|
|
5681
6063
|
type: {
|
|
5682
6064
|
name: "Sequence",
|
|
@@ -5687,182 +6069,217 @@ export const PartnerNamespace = {
|
|
|
5687
6069
|
},
|
|
5688
6070
|
},
|
|
5689
6071
|
},
|
|
5690
|
-
},
|
|
6072
|
+
},
|
|
6073
|
+
disableLocalAuth: {
|
|
5691
6074
|
defaultValue: false,
|
|
5692
6075
|
serializedName: "properties.disableLocalAuth",
|
|
5693
6076
|
type: {
|
|
5694
6077
|
name: "Boolean",
|
|
5695
6078
|
},
|
|
5696
|
-
},
|
|
6079
|
+
},
|
|
6080
|
+
partnerTopicRoutingMode: {
|
|
5697
6081
|
defaultValue: "SourceEventAttribute",
|
|
5698
6082
|
serializedName: "properties.partnerTopicRoutingMode",
|
|
5699
6083
|
type: {
|
|
5700
6084
|
name: "String",
|
|
5701
6085
|
},
|
|
5702
|
-
}
|
|
6086
|
+
},
|
|
6087
|
+
},
|
|
5703
6088
|
},
|
|
5704
6089
|
};
|
|
5705
6090
|
export const PartnerRegistration = {
|
|
5706
6091
|
type: {
|
|
5707
6092
|
name: "Composite",
|
|
5708
6093
|
className: "PartnerRegistration",
|
|
5709
|
-
modelProperties:
|
|
6094
|
+
modelProperties: {
|
|
6095
|
+
...TrackedResource.type.modelProperties,
|
|
6096
|
+
systemData: {
|
|
5710
6097
|
serializedName: "systemData",
|
|
5711
6098
|
type: {
|
|
5712
6099
|
name: "Composite",
|
|
5713
6100
|
className: "SystemData",
|
|
5714
6101
|
},
|
|
5715
|
-
},
|
|
6102
|
+
},
|
|
6103
|
+
provisioningState: {
|
|
5716
6104
|
serializedName: "properties.provisioningState",
|
|
5717
6105
|
readOnly: true,
|
|
5718
6106
|
type: {
|
|
5719
6107
|
name: "String",
|
|
5720
6108
|
},
|
|
5721
|
-
},
|
|
6109
|
+
},
|
|
6110
|
+
partnerRegistrationImmutableId: {
|
|
5722
6111
|
serializedName: "properties.partnerRegistrationImmutableId",
|
|
5723
6112
|
type: {
|
|
5724
6113
|
name: "Uuid",
|
|
5725
6114
|
},
|
|
5726
|
-
}
|
|
6115
|
+
},
|
|
6116
|
+
},
|
|
5727
6117
|
},
|
|
5728
6118
|
};
|
|
5729
6119
|
export const PartnerTopic = {
|
|
5730
6120
|
type: {
|
|
5731
6121
|
name: "Composite",
|
|
5732
6122
|
className: "PartnerTopic",
|
|
5733
|
-
modelProperties:
|
|
6123
|
+
modelProperties: {
|
|
6124
|
+
...TrackedResource.type.modelProperties,
|
|
6125
|
+
systemData: {
|
|
5734
6126
|
serializedName: "systemData",
|
|
5735
6127
|
type: {
|
|
5736
6128
|
name: "Composite",
|
|
5737
6129
|
className: "SystemData",
|
|
5738
6130
|
},
|
|
5739
|
-
},
|
|
6131
|
+
},
|
|
6132
|
+
identity: {
|
|
5740
6133
|
serializedName: "identity",
|
|
5741
6134
|
type: {
|
|
5742
6135
|
name: "Composite",
|
|
5743
6136
|
className: "IdentityInfo",
|
|
5744
6137
|
},
|
|
5745
|
-
},
|
|
6138
|
+
},
|
|
6139
|
+
partnerRegistrationImmutableId: {
|
|
5746
6140
|
serializedName: "properties.partnerRegistrationImmutableId",
|
|
5747
6141
|
type: {
|
|
5748
6142
|
name: "Uuid",
|
|
5749
6143
|
},
|
|
5750
|
-
},
|
|
6144
|
+
},
|
|
6145
|
+
source: {
|
|
5751
6146
|
serializedName: "properties.source",
|
|
5752
6147
|
type: {
|
|
5753
6148
|
name: "String",
|
|
5754
6149
|
},
|
|
5755
|
-
},
|
|
6150
|
+
},
|
|
6151
|
+
eventTypeInfo: {
|
|
5756
6152
|
serializedName: "properties.eventTypeInfo",
|
|
5757
6153
|
type: {
|
|
5758
6154
|
name: "Composite",
|
|
5759
6155
|
className: "EventTypeInfo",
|
|
5760
6156
|
},
|
|
5761
|
-
},
|
|
6157
|
+
},
|
|
6158
|
+
expirationTimeIfNotActivatedUtc: {
|
|
5762
6159
|
serializedName: "properties.expirationTimeIfNotActivatedUtc",
|
|
5763
6160
|
type: {
|
|
5764
6161
|
name: "DateTime",
|
|
5765
6162
|
},
|
|
5766
|
-
},
|
|
6163
|
+
},
|
|
6164
|
+
provisioningState: {
|
|
5767
6165
|
serializedName: "properties.provisioningState",
|
|
5768
6166
|
readOnly: true,
|
|
5769
6167
|
type: {
|
|
5770
6168
|
name: "String",
|
|
5771
6169
|
},
|
|
5772
|
-
},
|
|
6170
|
+
},
|
|
6171
|
+
activationState: {
|
|
5773
6172
|
serializedName: "properties.activationState",
|
|
5774
6173
|
type: {
|
|
5775
6174
|
name: "String",
|
|
5776
6175
|
},
|
|
5777
|
-
},
|
|
6176
|
+
},
|
|
6177
|
+
partnerTopicFriendlyDescription: {
|
|
5778
6178
|
serializedName: "properties.partnerTopicFriendlyDescription",
|
|
5779
6179
|
type: {
|
|
5780
6180
|
name: "String",
|
|
5781
6181
|
},
|
|
5782
|
-
},
|
|
6182
|
+
},
|
|
6183
|
+
messageForActivation: {
|
|
5783
6184
|
serializedName: "properties.messageForActivation",
|
|
5784
6185
|
type: {
|
|
5785
6186
|
name: "String",
|
|
5786
6187
|
},
|
|
5787
|
-
}
|
|
6188
|
+
},
|
|
6189
|
+
},
|
|
5788
6190
|
},
|
|
5789
6191
|
};
|
|
5790
6192
|
export const SystemTopic = {
|
|
5791
6193
|
type: {
|
|
5792
6194
|
name: "Composite",
|
|
5793
6195
|
className: "SystemTopic",
|
|
5794
|
-
modelProperties:
|
|
6196
|
+
modelProperties: {
|
|
6197
|
+
...TrackedResource.type.modelProperties,
|
|
6198
|
+
systemData: {
|
|
5795
6199
|
serializedName: "systemData",
|
|
5796
6200
|
type: {
|
|
5797
6201
|
name: "Composite",
|
|
5798
6202
|
className: "SystemData",
|
|
5799
6203
|
},
|
|
5800
|
-
},
|
|
6204
|
+
},
|
|
6205
|
+
identity: {
|
|
5801
6206
|
serializedName: "identity",
|
|
5802
6207
|
type: {
|
|
5803
6208
|
name: "Composite",
|
|
5804
6209
|
className: "IdentityInfo",
|
|
5805
6210
|
},
|
|
5806
|
-
},
|
|
6211
|
+
},
|
|
6212
|
+
provisioningState: {
|
|
5807
6213
|
serializedName: "properties.provisioningState",
|
|
5808
6214
|
readOnly: true,
|
|
5809
6215
|
type: {
|
|
5810
6216
|
name: "String",
|
|
5811
6217
|
},
|
|
5812
|
-
},
|
|
6218
|
+
},
|
|
6219
|
+
source: {
|
|
5813
6220
|
serializedName: "properties.source",
|
|
5814
6221
|
type: {
|
|
5815
6222
|
name: "String",
|
|
5816
6223
|
},
|
|
5817
|
-
},
|
|
6224
|
+
},
|
|
6225
|
+
topicType: {
|
|
5818
6226
|
serializedName: "properties.topicType",
|
|
5819
6227
|
type: {
|
|
5820
6228
|
name: "String",
|
|
5821
6229
|
},
|
|
5822
|
-
},
|
|
6230
|
+
},
|
|
6231
|
+
metricResourceId: {
|
|
5823
6232
|
serializedName: "properties.metricResourceId",
|
|
5824
6233
|
readOnly: true,
|
|
5825
6234
|
type: {
|
|
5826
6235
|
name: "String",
|
|
5827
6236
|
},
|
|
5828
|
-
}
|
|
6237
|
+
},
|
|
6238
|
+
},
|
|
5829
6239
|
},
|
|
5830
6240
|
};
|
|
5831
6241
|
export const Topic = {
|
|
5832
6242
|
type: {
|
|
5833
6243
|
name: "Composite",
|
|
5834
6244
|
className: "Topic",
|
|
5835
|
-
modelProperties:
|
|
6245
|
+
modelProperties: {
|
|
6246
|
+
...TrackedResource.type.modelProperties,
|
|
6247
|
+
sku: {
|
|
5836
6248
|
serializedName: "sku",
|
|
5837
6249
|
type: {
|
|
5838
6250
|
name: "Composite",
|
|
5839
6251
|
className: "ResourceSku",
|
|
5840
6252
|
},
|
|
5841
|
-
},
|
|
6253
|
+
},
|
|
6254
|
+
identity: {
|
|
5842
6255
|
serializedName: "identity",
|
|
5843
6256
|
type: {
|
|
5844
6257
|
name: "Composite",
|
|
5845
6258
|
className: "IdentityInfo",
|
|
5846
6259
|
},
|
|
5847
|
-
},
|
|
6260
|
+
},
|
|
6261
|
+
kind: {
|
|
5848
6262
|
defaultValue: "Azure",
|
|
5849
6263
|
serializedName: "kind",
|
|
5850
6264
|
type: {
|
|
5851
6265
|
name: "String",
|
|
5852
6266
|
},
|
|
5853
|
-
},
|
|
6267
|
+
},
|
|
6268
|
+
extendedLocation: {
|
|
5854
6269
|
serializedName: "extendedLocation",
|
|
5855
6270
|
type: {
|
|
5856
6271
|
name: "Composite",
|
|
5857
6272
|
className: "ExtendedLocation",
|
|
5858
6273
|
},
|
|
5859
|
-
},
|
|
6274
|
+
},
|
|
6275
|
+
systemData: {
|
|
5860
6276
|
serializedName: "systemData",
|
|
5861
6277
|
type: {
|
|
5862
6278
|
name: "Composite",
|
|
5863
6279
|
className: "SystemData",
|
|
5864
6280
|
},
|
|
5865
|
-
},
|
|
6281
|
+
},
|
|
6282
|
+
privateEndpointConnections: {
|
|
5866
6283
|
serializedName: "properties.privateEndpointConnections",
|
|
5867
6284
|
readOnly: true,
|
|
5868
6285
|
type: {
|
|
@@ -5874,52 +6291,61 @@ export const Topic = {
|
|
|
5874
6291
|
},
|
|
5875
6292
|
},
|
|
5876
6293
|
},
|
|
5877
|
-
},
|
|
6294
|
+
},
|
|
6295
|
+
provisioningState: {
|
|
5878
6296
|
serializedName: "properties.provisioningState",
|
|
5879
6297
|
readOnly: true,
|
|
5880
6298
|
type: {
|
|
5881
6299
|
name: "String",
|
|
5882
6300
|
},
|
|
5883
|
-
},
|
|
6301
|
+
},
|
|
6302
|
+
endpoint: {
|
|
5884
6303
|
serializedName: "properties.endpoint",
|
|
5885
6304
|
readOnly: true,
|
|
5886
6305
|
type: {
|
|
5887
6306
|
name: "String",
|
|
5888
6307
|
},
|
|
5889
|
-
},
|
|
6308
|
+
},
|
|
6309
|
+
eventTypeInfo: {
|
|
5890
6310
|
serializedName: "properties.eventTypeInfo",
|
|
5891
6311
|
type: {
|
|
5892
6312
|
name: "Composite",
|
|
5893
6313
|
className: "EventTypeInfo",
|
|
5894
6314
|
},
|
|
5895
|
-
},
|
|
6315
|
+
},
|
|
6316
|
+
minimumTlsVersionAllowed: {
|
|
5896
6317
|
serializedName: "properties.minimumTlsVersionAllowed",
|
|
5897
6318
|
type: {
|
|
5898
6319
|
name: "String",
|
|
5899
6320
|
},
|
|
5900
|
-
},
|
|
6321
|
+
},
|
|
6322
|
+
inputSchema: {
|
|
5901
6323
|
serializedName: "properties.inputSchema",
|
|
5902
6324
|
type: {
|
|
5903
6325
|
name: "String",
|
|
5904
6326
|
},
|
|
5905
|
-
},
|
|
6327
|
+
},
|
|
6328
|
+
inputSchemaMapping: {
|
|
5906
6329
|
serializedName: "properties.inputSchemaMapping",
|
|
5907
6330
|
type: {
|
|
5908
6331
|
name: "Composite",
|
|
5909
6332
|
className: "InputSchemaMapping",
|
|
5910
6333
|
},
|
|
5911
|
-
},
|
|
6334
|
+
},
|
|
6335
|
+
metricResourceId: {
|
|
5912
6336
|
serializedName: "properties.metricResourceId",
|
|
5913
6337
|
readOnly: true,
|
|
5914
6338
|
type: {
|
|
5915
6339
|
name: "String",
|
|
5916
6340
|
},
|
|
5917
|
-
},
|
|
6341
|
+
},
|
|
6342
|
+
publicNetworkAccess: {
|
|
5918
6343
|
serializedName: "properties.publicNetworkAccess",
|
|
5919
6344
|
type: {
|
|
5920
6345
|
name: "String",
|
|
5921
6346
|
},
|
|
5922
|
-
},
|
|
6347
|
+
},
|
|
6348
|
+
inboundIpRules: {
|
|
5923
6349
|
serializedName: "properties.inboundIpRules",
|
|
5924
6350
|
type: {
|
|
5925
6351
|
name: "Sequence",
|
|
@@ -5930,18 +6356,21 @@ export const Topic = {
|
|
|
5930
6356
|
},
|
|
5931
6357
|
},
|
|
5932
6358
|
},
|
|
5933
|
-
},
|
|
6359
|
+
},
|
|
6360
|
+
disableLocalAuth: {
|
|
5934
6361
|
defaultValue: false,
|
|
5935
6362
|
serializedName: "properties.disableLocalAuth",
|
|
5936
6363
|
type: {
|
|
5937
6364
|
name: "Boolean",
|
|
5938
6365
|
},
|
|
5939
|
-
},
|
|
6366
|
+
},
|
|
6367
|
+
dataResidencyBoundary: {
|
|
5940
6368
|
serializedName: "properties.dataResidencyBoundary",
|
|
5941
6369
|
type: {
|
|
5942
6370
|
name: "String",
|
|
5943
6371
|
},
|
|
5944
|
-
}
|
|
6372
|
+
},
|
|
6373
|
+
},
|
|
5945
6374
|
},
|
|
5946
6375
|
};
|
|
5947
6376
|
export const CaCertificatesDeleteHeaders = {
|