@azure/arm-eventgrid 14.2.0-alpha.20250718.1 → 14.2.0-alpha.20250722.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 +42 -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 +700 -312
- 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/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/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 +42 -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 +700 -312
- 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/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/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 +11 -11
- package/dist/esm/eventGridManagementClient.js +42 -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 +700 -312
- 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/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/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 +42 -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 +700 -312
- 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/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/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 +2 -2
- package/review/arm-eventgrid-node.api.md +4226 -4226
|
@@ -2751,174 +2751,209 @@ export const CaCertificate = {
|
|
|
2751
2751
|
type: {
|
|
2752
2752
|
name: "Composite",
|
|
2753
2753
|
className: "CaCertificate",
|
|
2754
|
-
modelProperties:
|
|
2754
|
+
modelProperties: {
|
|
2755
|
+
...Resource.type.modelProperties,
|
|
2756
|
+
systemData: {
|
|
2755
2757
|
serializedName: "systemData",
|
|
2756
2758
|
type: {
|
|
2757
2759
|
name: "Composite",
|
|
2758
2760
|
className: "SystemData",
|
|
2759
2761
|
},
|
|
2760
|
-
},
|
|
2762
|
+
},
|
|
2763
|
+
description: {
|
|
2761
2764
|
serializedName: "properties.description",
|
|
2762
2765
|
type: {
|
|
2763
2766
|
name: "String",
|
|
2764
2767
|
},
|
|
2765
|
-
},
|
|
2768
|
+
},
|
|
2769
|
+
encodedCertificate: {
|
|
2766
2770
|
serializedName: "properties.encodedCertificate",
|
|
2767
2771
|
type: {
|
|
2768
2772
|
name: "String",
|
|
2769
2773
|
},
|
|
2770
|
-
},
|
|
2774
|
+
},
|
|
2775
|
+
issueTimeInUtc: {
|
|
2771
2776
|
serializedName: "properties.issueTimeInUtc",
|
|
2772
2777
|
readOnly: true,
|
|
2773
2778
|
type: {
|
|
2774
2779
|
name: "DateTime",
|
|
2775
2780
|
},
|
|
2776
|
-
},
|
|
2781
|
+
},
|
|
2782
|
+
expiryTimeInUtc: {
|
|
2777
2783
|
serializedName: "properties.expiryTimeInUtc",
|
|
2778
2784
|
readOnly: true,
|
|
2779
2785
|
type: {
|
|
2780
2786
|
name: "DateTime",
|
|
2781
2787
|
},
|
|
2782
|
-
},
|
|
2788
|
+
},
|
|
2789
|
+
provisioningState: {
|
|
2783
2790
|
serializedName: "properties.provisioningState",
|
|
2784
2791
|
readOnly: true,
|
|
2785
2792
|
type: {
|
|
2786
2793
|
name: "String",
|
|
2787
2794
|
},
|
|
2788
|
-
}
|
|
2795
|
+
},
|
|
2796
|
+
},
|
|
2789
2797
|
},
|
|
2790
2798
|
};
|
|
2791
2799
|
export const Channel = {
|
|
2792
2800
|
type: {
|
|
2793
2801
|
name: "Composite",
|
|
2794
2802
|
className: "Channel",
|
|
2795
|
-
modelProperties:
|
|
2803
|
+
modelProperties: {
|
|
2804
|
+
...Resource.type.modelProperties,
|
|
2805
|
+
systemData: {
|
|
2796
2806
|
serializedName: "systemData",
|
|
2797
2807
|
type: {
|
|
2798
2808
|
name: "Composite",
|
|
2799
2809
|
className: "SystemData",
|
|
2800
2810
|
},
|
|
2801
|
-
},
|
|
2811
|
+
},
|
|
2812
|
+
channelType: {
|
|
2802
2813
|
serializedName: "properties.channelType",
|
|
2803
2814
|
type: {
|
|
2804
2815
|
name: "String",
|
|
2805
2816
|
},
|
|
2806
|
-
},
|
|
2817
|
+
},
|
|
2818
|
+
partnerTopicInfo: {
|
|
2807
2819
|
serializedName: "properties.partnerTopicInfo",
|
|
2808
2820
|
type: {
|
|
2809
2821
|
name: "Composite",
|
|
2810
2822
|
className: "PartnerTopicInfo",
|
|
2811
2823
|
},
|
|
2812
|
-
},
|
|
2824
|
+
},
|
|
2825
|
+
messageForActivation: {
|
|
2813
2826
|
serializedName: "properties.messageForActivation",
|
|
2814
2827
|
type: {
|
|
2815
2828
|
name: "String",
|
|
2816
2829
|
},
|
|
2817
|
-
},
|
|
2830
|
+
},
|
|
2831
|
+
provisioningState: {
|
|
2818
2832
|
serializedName: "properties.provisioningState",
|
|
2819
2833
|
type: {
|
|
2820
2834
|
name: "String",
|
|
2821
2835
|
},
|
|
2822
|
-
},
|
|
2836
|
+
},
|
|
2837
|
+
readinessState: {
|
|
2823
2838
|
serializedName: "properties.readinessState",
|
|
2824
2839
|
type: {
|
|
2825
2840
|
name: "String",
|
|
2826
2841
|
},
|
|
2827
|
-
},
|
|
2842
|
+
},
|
|
2843
|
+
expirationTimeIfNotActivatedUtc: {
|
|
2828
2844
|
serializedName: "properties.expirationTimeIfNotActivatedUtc",
|
|
2829
2845
|
type: {
|
|
2830
2846
|
name: "DateTime",
|
|
2831
2847
|
},
|
|
2832
|
-
}
|
|
2848
|
+
},
|
|
2849
|
+
},
|
|
2833
2850
|
},
|
|
2834
2851
|
};
|
|
2835
2852
|
export const ClientGroup = {
|
|
2836
2853
|
type: {
|
|
2837
2854
|
name: "Composite",
|
|
2838
2855
|
className: "ClientGroup",
|
|
2839
|
-
modelProperties:
|
|
2856
|
+
modelProperties: {
|
|
2857
|
+
...Resource.type.modelProperties,
|
|
2858
|
+
systemData: {
|
|
2840
2859
|
serializedName: "systemData",
|
|
2841
2860
|
type: {
|
|
2842
2861
|
name: "Composite",
|
|
2843
2862
|
className: "SystemData",
|
|
2844
2863
|
},
|
|
2845
|
-
},
|
|
2864
|
+
},
|
|
2865
|
+
description: {
|
|
2846
2866
|
serializedName: "properties.description",
|
|
2847
2867
|
type: {
|
|
2848
2868
|
name: "String",
|
|
2849
2869
|
},
|
|
2850
|
-
},
|
|
2870
|
+
},
|
|
2871
|
+
query: {
|
|
2851
2872
|
serializedName: "properties.query",
|
|
2852
2873
|
type: {
|
|
2853
2874
|
name: "String",
|
|
2854
2875
|
},
|
|
2855
|
-
},
|
|
2876
|
+
},
|
|
2877
|
+
provisioningState: {
|
|
2856
2878
|
serializedName: "properties.provisioningState",
|
|
2857
2879
|
readOnly: true,
|
|
2858
2880
|
type: {
|
|
2859
2881
|
name: "String",
|
|
2860
2882
|
},
|
|
2861
|
-
}
|
|
2883
|
+
},
|
|
2884
|
+
},
|
|
2862
2885
|
},
|
|
2863
2886
|
};
|
|
2864
2887
|
export const Client = {
|
|
2865
2888
|
type: {
|
|
2866
2889
|
name: "Composite",
|
|
2867
2890
|
className: "Client",
|
|
2868
|
-
modelProperties:
|
|
2891
|
+
modelProperties: {
|
|
2892
|
+
...Resource.type.modelProperties,
|
|
2893
|
+
systemData: {
|
|
2869
2894
|
serializedName: "systemData",
|
|
2870
2895
|
type: {
|
|
2871
2896
|
name: "Composite",
|
|
2872
2897
|
className: "SystemData",
|
|
2873
2898
|
},
|
|
2874
|
-
},
|
|
2899
|
+
},
|
|
2900
|
+
description: {
|
|
2875
2901
|
serializedName: "properties.description",
|
|
2876
2902
|
type: {
|
|
2877
2903
|
name: "String",
|
|
2878
2904
|
},
|
|
2879
|
-
},
|
|
2905
|
+
},
|
|
2906
|
+
authenticationName: {
|
|
2880
2907
|
serializedName: "properties.authenticationName",
|
|
2881
2908
|
type: {
|
|
2882
2909
|
name: "String",
|
|
2883
2910
|
},
|
|
2884
|
-
},
|
|
2911
|
+
},
|
|
2912
|
+
clientCertificateAuthentication: {
|
|
2885
2913
|
serializedName: "properties.clientCertificateAuthentication",
|
|
2886
2914
|
type: {
|
|
2887
2915
|
name: "Composite",
|
|
2888
2916
|
className: "ClientCertificateAuthentication",
|
|
2889
2917
|
},
|
|
2890
|
-
},
|
|
2918
|
+
},
|
|
2919
|
+
state: {
|
|
2891
2920
|
defaultValue: "Enabled",
|
|
2892
2921
|
serializedName: "properties.state",
|
|
2893
2922
|
type: {
|
|
2894
2923
|
name: "String",
|
|
2895
2924
|
},
|
|
2896
|
-
},
|
|
2925
|
+
},
|
|
2926
|
+
attributes: {
|
|
2897
2927
|
serializedName: "properties.attributes",
|
|
2898
2928
|
type: {
|
|
2899
2929
|
name: "Dictionary",
|
|
2900
2930
|
value: { type: { name: "any" } },
|
|
2901
2931
|
},
|
|
2902
|
-
},
|
|
2932
|
+
},
|
|
2933
|
+
provisioningState: {
|
|
2903
2934
|
serializedName: "properties.provisioningState",
|
|
2904
2935
|
readOnly: true,
|
|
2905
2936
|
type: {
|
|
2906
2937
|
name: "String",
|
|
2907
2938
|
},
|
|
2908
|
-
}
|
|
2939
|
+
},
|
|
2940
|
+
},
|
|
2909
2941
|
},
|
|
2910
2942
|
};
|
|
2911
2943
|
export const PrivateEndpointConnection = {
|
|
2912
2944
|
type: {
|
|
2913
2945
|
name: "Composite",
|
|
2914
2946
|
className: "PrivateEndpointConnection",
|
|
2915
|
-
modelProperties:
|
|
2947
|
+
modelProperties: {
|
|
2948
|
+
...Resource.type.modelProperties,
|
|
2949
|
+
privateEndpoint: {
|
|
2916
2950
|
serializedName: "properties.privateEndpoint",
|
|
2917
2951
|
type: {
|
|
2918
2952
|
name: "Composite",
|
|
2919
2953
|
className: "PrivateEndpoint",
|
|
2920
2954
|
},
|
|
2921
|
-
},
|
|
2955
|
+
},
|
|
2956
|
+
groupIds: {
|
|
2922
2957
|
serializedName: "properties.groupIds",
|
|
2923
2958
|
type: {
|
|
2924
2959
|
name: "Sequence",
|
|
@@ -2928,140 +2963,167 @@ export const PrivateEndpointConnection = {
|
|
|
2928
2963
|
},
|
|
2929
2964
|
},
|
|
2930
2965
|
},
|
|
2931
|
-
},
|
|
2966
|
+
},
|
|
2967
|
+
privateLinkServiceConnectionState: {
|
|
2932
2968
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
2933
2969
|
type: {
|
|
2934
2970
|
name: "Composite",
|
|
2935
2971
|
className: "ConnectionState",
|
|
2936
2972
|
},
|
|
2937
|
-
},
|
|
2973
|
+
},
|
|
2974
|
+
provisioningState: {
|
|
2938
2975
|
serializedName: "properties.provisioningState",
|
|
2939
2976
|
type: {
|
|
2940
2977
|
name: "String",
|
|
2941
2978
|
},
|
|
2942
|
-
}
|
|
2979
|
+
},
|
|
2980
|
+
},
|
|
2943
2981
|
},
|
|
2944
2982
|
};
|
|
2945
2983
|
export const TrackedResource = {
|
|
2946
2984
|
type: {
|
|
2947
2985
|
name: "Composite",
|
|
2948
2986
|
className: "TrackedResource",
|
|
2949
|
-
modelProperties:
|
|
2987
|
+
modelProperties: {
|
|
2988
|
+
...Resource.type.modelProperties,
|
|
2989
|
+
location: {
|
|
2950
2990
|
serializedName: "location",
|
|
2951
2991
|
required: true,
|
|
2952
2992
|
type: {
|
|
2953
2993
|
name: "String",
|
|
2954
2994
|
},
|
|
2955
|
-
},
|
|
2995
|
+
},
|
|
2996
|
+
tags: {
|
|
2956
2997
|
serializedName: "tags",
|
|
2957
2998
|
type: {
|
|
2958
2999
|
name: "Dictionary",
|
|
2959
3000
|
value: { type: { name: "String" } },
|
|
2960
3001
|
},
|
|
2961
|
-
}
|
|
3002
|
+
},
|
|
3003
|
+
},
|
|
2962
3004
|
},
|
|
2963
3005
|
};
|
|
2964
3006
|
export const DomainTopic = {
|
|
2965
3007
|
type: {
|
|
2966
3008
|
name: "Composite",
|
|
2967
3009
|
className: "DomainTopic",
|
|
2968
|
-
modelProperties:
|
|
3010
|
+
modelProperties: {
|
|
3011
|
+
...Resource.type.modelProperties,
|
|
3012
|
+
systemData: {
|
|
2969
3013
|
serializedName: "systemData",
|
|
2970
3014
|
type: {
|
|
2971
3015
|
name: "Composite",
|
|
2972
3016
|
className: "SystemData",
|
|
2973
3017
|
},
|
|
2974
|
-
},
|
|
3018
|
+
},
|
|
3019
|
+
provisioningState: {
|
|
2975
3020
|
serializedName: "properties.provisioningState",
|
|
2976
3021
|
readOnly: true,
|
|
2977
3022
|
type: {
|
|
2978
3023
|
name: "String",
|
|
2979
3024
|
},
|
|
2980
|
-
}
|
|
3025
|
+
},
|
|
3026
|
+
},
|
|
2981
3027
|
},
|
|
2982
3028
|
};
|
|
2983
3029
|
export const Subscription = {
|
|
2984
3030
|
type: {
|
|
2985
3031
|
name: "Composite",
|
|
2986
3032
|
className: "Subscription",
|
|
2987
|
-
modelProperties:
|
|
3033
|
+
modelProperties: {
|
|
3034
|
+
...Resource.type.modelProperties,
|
|
3035
|
+
systemData: {
|
|
2988
3036
|
serializedName: "systemData",
|
|
2989
3037
|
type: {
|
|
2990
3038
|
name: "Composite",
|
|
2991
3039
|
className: "SystemData",
|
|
2992
3040
|
},
|
|
2993
|
-
},
|
|
3041
|
+
},
|
|
3042
|
+
provisioningState: {
|
|
2994
3043
|
serializedName: "properties.provisioningState",
|
|
2995
3044
|
readOnly: true,
|
|
2996
3045
|
type: {
|
|
2997
3046
|
name: "String",
|
|
2998
3047
|
},
|
|
2999
|
-
},
|
|
3048
|
+
},
|
|
3049
|
+
deliveryConfiguration: {
|
|
3000
3050
|
serializedName: "properties.deliveryConfiguration",
|
|
3001
3051
|
type: {
|
|
3002
3052
|
name: "Composite",
|
|
3003
3053
|
className: "DeliveryConfiguration",
|
|
3004
3054
|
},
|
|
3005
|
-
},
|
|
3055
|
+
},
|
|
3056
|
+
eventDeliverySchema: {
|
|
3006
3057
|
serializedName: "properties.eventDeliverySchema",
|
|
3007
3058
|
type: {
|
|
3008
3059
|
name: "String",
|
|
3009
3060
|
},
|
|
3010
|
-
},
|
|
3061
|
+
},
|
|
3062
|
+
filtersConfiguration: {
|
|
3011
3063
|
serializedName: "properties.filtersConfiguration",
|
|
3012
3064
|
type: {
|
|
3013
3065
|
name: "Composite",
|
|
3014
3066
|
className: "FiltersConfiguration",
|
|
3015
3067
|
},
|
|
3016
|
-
},
|
|
3068
|
+
},
|
|
3069
|
+
expirationTimeUtc: {
|
|
3017
3070
|
serializedName: "properties.expirationTimeUtc",
|
|
3018
3071
|
type: {
|
|
3019
3072
|
name: "DateTime",
|
|
3020
3073
|
},
|
|
3021
|
-
}
|
|
3074
|
+
},
|
|
3075
|
+
},
|
|
3022
3076
|
},
|
|
3023
3077
|
};
|
|
3024
3078
|
export const EventSubscription = {
|
|
3025
3079
|
type: {
|
|
3026
3080
|
name: "Composite",
|
|
3027
3081
|
className: "EventSubscription",
|
|
3028
|
-
modelProperties:
|
|
3082
|
+
modelProperties: {
|
|
3083
|
+
...Resource.type.modelProperties,
|
|
3084
|
+
systemData: {
|
|
3029
3085
|
serializedName: "systemData",
|
|
3030
3086
|
type: {
|
|
3031
3087
|
name: "Composite",
|
|
3032
3088
|
className: "SystemData",
|
|
3033
3089
|
},
|
|
3034
|
-
},
|
|
3090
|
+
},
|
|
3091
|
+
topic: {
|
|
3035
3092
|
serializedName: "properties.topic",
|
|
3036
3093
|
readOnly: true,
|
|
3037
3094
|
type: {
|
|
3038
3095
|
name: "String",
|
|
3039
3096
|
},
|
|
3040
|
-
},
|
|
3097
|
+
},
|
|
3098
|
+
provisioningState: {
|
|
3041
3099
|
serializedName: "properties.provisioningState",
|
|
3042
3100
|
readOnly: true,
|
|
3043
3101
|
type: {
|
|
3044
3102
|
name: "String",
|
|
3045
3103
|
},
|
|
3046
|
-
},
|
|
3104
|
+
},
|
|
3105
|
+
destination: {
|
|
3047
3106
|
serializedName: "properties.destination",
|
|
3048
3107
|
type: {
|
|
3049
3108
|
name: "Composite",
|
|
3050
3109
|
className: "EventSubscriptionDestination",
|
|
3051
3110
|
},
|
|
3052
|
-
},
|
|
3111
|
+
},
|
|
3112
|
+
deliveryWithResourceIdentity: {
|
|
3053
3113
|
serializedName: "properties.deliveryWithResourceIdentity",
|
|
3054
3114
|
type: {
|
|
3055
3115
|
name: "Composite",
|
|
3056
3116
|
className: "DeliveryWithResourceIdentity",
|
|
3057
3117
|
},
|
|
3058
|
-
},
|
|
3118
|
+
},
|
|
3119
|
+
filter: {
|
|
3059
3120
|
serializedName: "properties.filter",
|
|
3060
3121
|
type: {
|
|
3061
3122
|
name: "Composite",
|
|
3062
3123
|
className: "EventSubscriptionFilter",
|
|
3063
3124
|
},
|
|
3064
|
-
},
|
|
3125
|
+
},
|
|
3126
|
+
labels: {
|
|
3065
3127
|
serializedName: "properties.labels",
|
|
3066
3128
|
type: {
|
|
3067
3129
|
name: "Sequence",
|
|
@@ -3071,212 +3133,255 @@ export const EventSubscription = {
|
|
|
3071
3133
|
},
|
|
3072
3134
|
},
|
|
3073
3135
|
},
|
|
3074
|
-
},
|
|
3136
|
+
},
|
|
3137
|
+
expirationTimeUtc: {
|
|
3075
3138
|
serializedName: "properties.expirationTimeUtc",
|
|
3076
3139
|
type: {
|
|
3077
3140
|
name: "DateTime",
|
|
3078
3141
|
},
|
|
3079
|
-
},
|
|
3142
|
+
},
|
|
3143
|
+
eventDeliverySchema: {
|
|
3080
3144
|
serializedName: "properties.eventDeliverySchema",
|
|
3081
3145
|
type: {
|
|
3082
3146
|
name: "String",
|
|
3083
3147
|
},
|
|
3084
|
-
},
|
|
3148
|
+
},
|
|
3149
|
+
retryPolicy: {
|
|
3085
3150
|
serializedName: "properties.retryPolicy",
|
|
3086
3151
|
type: {
|
|
3087
3152
|
name: "Composite",
|
|
3088
3153
|
className: "RetryPolicy",
|
|
3089
3154
|
},
|
|
3090
|
-
},
|
|
3155
|
+
},
|
|
3156
|
+
deadLetterDestination: {
|
|
3091
3157
|
serializedName: "properties.deadLetterDestination",
|
|
3092
3158
|
type: {
|
|
3093
3159
|
name: "Composite",
|
|
3094
3160
|
className: "DeadLetterDestination",
|
|
3095
3161
|
},
|
|
3096
|
-
},
|
|
3162
|
+
},
|
|
3163
|
+
deadLetterWithResourceIdentity: {
|
|
3097
3164
|
serializedName: "properties.deadLetterWithResourceIdentity",
|
|
3098
3165
|
type: {
|
|
3099
3166
|
name: "Composite",
|
|
3100
3167
|
className: "DeadLetterWithResourceIdentity",
|
|
3101
3168
|
},
|
|
3102
|
-
}
|
|
3169
|
+
},
|
|
3170
|
+
},
|
|
3103
3171
|
},
|
|
3104
3172
|
};
|
|
3105
3173
|
export const NamespaceTopic = {
|
|
3106
3174
|
type: {
|
|
3107
3175
|
name: "Composite",
|
|
3108
3176
|
className: "NamespaceTopic",
|
|
3109
|
-
modelProperties:
|
|
3177
|
+
modelProperties: {
|
|
3178
|
+
...Resource.type.modelProperties,
|
|
3179
|
+
systemData: {
|
|
3110
3180
|
serializedName: "systemData",
|
|
3111
3181
|
type: {
|
|
3112
3182
|
name: "Composite",
|
|
3113
3183
|
className: "SystemData",
|
|
3114
3184
|
},
|
|
3115
|
-
},
|
|
3185
|
+
},
|
|
3186
|
+
provisioningState: {
|
|
3116
3187
|
serializedName: "properties.provisioningState",
|
|
3117
3188
|
readOnly: true,
|
|
3118
3189
|
type: {
|
|
3119
3190
|
name: "String",
|
|
3120
3191
|
},
|
|
3121
|
-
},
|
|
3192
|
+
},
|
|
3193
|
+
publisherType: {
|
|
3122
3194
|
serializedName: "properties.publisherType",
|
|
3123
3195
|
type: {
|
|
3124
3196
|
name: "String",
|
|
3125
3197
|
},
|
|
3126
|
-
},
|
|
3198
|
+
},
|
|
3199
|
+
inputSchema: {
|
|
3127
3200
|
defaultValue: "CloudEventSchemaV1_0",
|
|
3128
3201
|
serializedName: "properties.inputSchema",
|
|
3129
3202
|
type: {
|
|
3130
3203
|
name: "String",
|
|
3131
3204
|
},
|
|
3132
|
-
},
|
|
3205
|
+
},
|
|
3206
|
+
eventRetentionInDays: {
|
|
3133
3207
|
serializedName: "properties.eventRetentionInDays",
|
|
3134
3208
|
type: {
|
|
3135
3209
|
name: "Number",
|
|
3136
3210
|
},
|
|
3137
|
-
}
|
|
3211
|
+
},
|
|
3212
|
+
},
|
|
3138
3213
|
},
|
|
3139
3214
|
};
|
|
3140
3215
|
export const PartnerConfiguration = {
|
|
3141
3216
|
type: {
|
|
3142
3217
|
name: "Composite",
|
|
3143
3218
|
className: "PartnerConfiguration",
|
|
3144
|
-
modelProperties:
|
|
3219
|
+
modelProperties: {
|
|
3220
|
+
...Resource.type.modelProperties,
|
|
3221
|
+
systemData: {
|
|
3145
3222
|
serializedName: "systemData",
|
|
3146
3223
|
type: {
|
|
3147
3224
|
name: "Composite",
|
|
3148
3225
|
className: "SystemData",
|
|
3149
3226
|
},
|
|
3150
|
-
},
|
|
3227
|
+
},
|
|
3228
|
+
location: {
|
|
3151
3229
|
serializedName: "location",
|
|
3152
3230
|
type: {
|
|
3153
3231
|
name: "String",
|
|
3154
3232
|
},
|
|
3155
|
-
},
|
|
3233
|
+
},
|
|
3234
|
+
tags: {
|
|
3156
3235
|
serializedName: "tags",
|
|
3157
3236
|
type: {
|
|
3158
3237
|
name: "Dictionary",
|
|
3159
3238
|
value: { type: { name: "String" } },
|
|
3160
3239
|
},
|
|
3161
|
-
},
|
|
3240
|
+
},
|
|
3241
|
+
partnerAuthorization: {
|
|
3162
3242
|
serializedName: "properties.partnerAuthorization",
|
|
3163
3243
|
type: {
|
|
3164
3244
|
name: "Composite",
|
|
3165
3245
|
className: "PartnerAuthorization",
|
|
3166
3246
|
},
|
|
3167
|
-
},
|
|
3247
|
+
},
|
|
3248
|
+
provisioningState: {
|
|
3168
3249
|
serializedName: "properties.provisioningState",
|
|
3169
3250
|
type: {
|
|
3170
3251
|
name: "String",
|
|
3171
3252
|
},
|
|
3172
|
-
}
|
|
3253
|
+
},
|
|
3254
|
+
},
|
|
3173
3255
|
},
|
|
3174
3256
|
};
|
|
3175
3257
|
export const PermissionBinding = {
|
|
3176
3258
|
type: {
|
|
3177
3259
|
name: "Composite",
|
|
3178
3260
|
className: "PermissionBinding",
|
|
3179
|
-
modelProperties:
|
|
3261
|
+
modelProperties: {
|
|
3262
|
+
...Resource.type.modelProperties,
|
|
3263
|
+
systemData: {
|
|
3180
3264
|
serializedName: "systemData",
|
|
3181
3265
|
type: {
|
|
3182
3266
|
name: "Composite",
|
|
3183
3267
|
className: "SystemData",
|
|
3184
3268
|
},
|
|
3185
|
-
},
|
|
3269
|
+
},
|
|
3270
|
+
description: {
|
|
3186
3271
|
serializedName: "properties.description",
|
|
3187
3272
|
type: {
|
|
3188
3273
|
name: "String",
|
|
3189
3274
|
},
|
|
3190
|
-
},
|
|
3275
|
+
},
|
|
3276
|
+
topicSpaceName: {
|
|
3191
3277
|
serializedName: "properties.topicSpaceName",
|
|
3192
3278
|
type: {
|
|
3193
3279
|
name: "String",
|
|
3194
3280
|
},
|
|
3195
|
-
},
|
|
3281
|
+
},
|
|
3282
|
+
permission: {
|
|
3196
3283
|
serializedName: "properties.permission",
|
|
3197
3284
|
type: {
|
|
3198
3285
|
name: "String",
|
|
3199
3286
|
},
|
|
3200
|
-
},
|
|
3287
|
+
},
|
|
3288
|
+
clientGroupName: {
|
|
3201
3289
|
serializedName: "properties.clientGroupName",
|
|
3202
3290
|
type: {
|
|
3203
3291
|
name: "String",
|
|
3204
3292
|
},
|
|
3205
|
-
},
|
|
3293
|
+
},
|
|
3294
|
+
provisioningState: {
|
|
3206
3295
|
serializedName: "properties.provisioningState",
|
|
3207
3296
|
readOnly: true,
|
|
3208
3297
|
type: {
|
|
3209
3298
|
name: "String",
|
|
3210
3299
|
},
|
|
3211
|
-
}
|
|
3300
|
+
},
|
|
3301
|
+
},
|
|
3212
3302
|
},
|
|
3213
3303
|
};
|
|
3214
3304
|
export const EventType = {
|
|
3215
3305
|
type: {
|
|
3216
3306
|
name: "Composite",
|
|
3217
3307
|
className: "EventType",
|
|
3218
|
-
modelProperties:
|
|
3308
|
+
modelProperties: {
|
|
3309
|
+
...Resource.type.modelProperties,
|
|
3310
|
+
displayName: {
|
|
3219
3311
|
serializedName: "properties.displayName",
|
|
3220
3312
|
type: {
|
|
3221
3313
|
name: "String",
|
|
3222
3314
|
},
|
|
3223
|
-
},
|
|
3315
|
+
},
|
|
3316
|
+
description: {
|
|
3224
3317
|
serializedName: "properties.description",
|
|
3225
3318
|
type: {
|
|
3226
3319
|
name: "String",
|
|
3227
3320
|
},
|
|
3228
|
-
},
|
|
3321
|
+
},
|
|
3322
|
+
schemaUrl: {
|
|
3229
3323
|
serializedName: "properties.schemaUrl",
|
|
3230
3324
|
type: {
|
|
3231
3325
|
name: "String",
|
|
3232
3326
|
},
|
|
3233
|
-
},
|
|
3327
|
+
},
|
|
3328
|
+
isInDefaultSet: {
|
|
3234
3329
|
serializedName: "properties.isInDefaultSet",
|
|
3235
3330
|
type: {
|
|
3236
3331
|
name: "Boolean",
|
|
3237
3332
|
},
|
|
3238
|
-
}
|
|
3333
|
+
},
|
|
3334
|
+
},
|
|
3239
3335
|
},
|
|
3240
3336
|
};
|
|
3241
3337
|
export const ExtensionTopic = {
|
|
3242
3338
|
type: {
|
|
3243
3339
|
name: "Composite",
|
|
3244
3340
|
className: "ExtensionTopic",
|
|
3245
|
-
modelProperties:
|
|
3341
|
+
modelProperties: {
|
|
3342
|
+
...Resource.type.modelProperties,
|
|
3343
|
+
systemData: {
|
|
3246
3344
|
serializedName: "systemData",
|
|
3247
3345
|
type: {
|
|
3248
3346
|
name: "Composite",
|
|
3249
3347
|
className: "SystemData",
|
|
3250
3348
|
},
|
|
3251
|
-
},
|
|
3349
|
+
},
|
|
3350
|
+
description: {
|
|
3252
3351
|
serializedName: "properties.description",
|
|
3253
3352
|
type: {
|
|
3254
3353
|
name: "String",
|
|
3255
3354
|
},
|
|
3256
|
-
},
|
|
3355
|
+
},
|
|
3356
|
+
systemTopic: {
|
|
3257
3357
|
serializedName: "properties.systemTopic",
|
|
3258
3358
|
type: {
|
|
3259
3359
|
name: "String",
|
|
3260
3360
|
},
|
|
3261
|
-
}
|
|
3361
|
+
},
|
|
3362
|
+
},
|
|
3262
3363
|
},
|
|
3263
3364
|
};
|
|
3264
3365
|
export const TopicSpace = {
|
|
3265
3366
|
type: {
|
|
3266
3367
|
name: "Composite",
|
|
3267
3368
|
className: "TopicSpace",
|
|
3268
|
-
modelProperties:
|
|
3369
|
+
modelProperties: {
|
|
3370
|
+
...Resource.type.modelProperties,
|
|
3371
|
+
systemData: {
|
|
3269
3372
|
serializedName: "systemData",
|
|
3270
3373
|
type: {
|
|
3271
3374
|
name: "Composite",
|
|
3272
3375
|
className: "SystemData",
|
|
3273
3376
|
},
|
|
3274
|
-
},
|
|
3377
|
+
},
|
|
3378
|
+
description: {
|
|
3275
3379
|
serializedName: "properties.description",
|
|
3276
3380
|
type: {
|
|
3277
3381
|
name: "String",
|
|
3278
3382
|
},
|
|
3279
|
-
},
|
|
3383
|
+
},
|
|
3384
|
+
topicTemplates: {
|
|
3280
3385
|
serializedName: "properties.topicTemplates",
|
|
3281
3386
|
type: {
|
|
3282
3387
|
name: "Sequence",
|
|
@@ -3286,45 +3391,54 @@ export const TopicSpace = {
|
|
|
3286
3391
|
},
|
|
3287
3392
|
},
|
|
3288
3393
|
},
|
|
3289
|
-
},
|
|
3394
|
+
},
|
|
3395
|
+
provisioningState: {
|
|
3290
3396
|
serializedName: "properties.provisioningState",
|
|
3291
3397
|
readOnly: true,
|
|
3292
3398
|
type: {
|
|
3293
3399
|
name: "String",
|
|
3294
3400
|
},
|
|
3295
|
-
}
|
|
3401
|
+
},
|
|
3402
|
+
},
|
|
3296
3403
|
},
|
|
3297
3404
|
};
|
|
3298
3405
|
export const TopicTypeInfo = {
|
|
3299
3406
|
type: {
|
|
3300
3407
|
name: "Composite",
|
|
3301
3408
|
className: "TopicTypeInfo",
|
|
3302
|
-
modelProperties:
|
|
3409
|
+
modelProperties: {
|
|
3410
|
+
...Resource.type.modelProperties,
|
|
3411
|
+
provider: {
|
|
3303
3412
|
serializedName: "properties.provider",
|
|
3304
3413
|
type: {
|
|
3305
3414
|
name: "String",
|
|
3306
3415
|
},
|
|
3307
|
-
},
|
|
3416
|
+
},
|
|
3417
|
+
displayName: {
|
|
3308
3418
|
serializedName: "properties.displayName",
|
|
3309
3419
|
type: {
|
|
3310
3420
|
name: "String",
|
|
3311
3421
|
},
|
|
3312
|
-
},
|
|
3422
|
+
},
|
|
3423
|
+
description: {
|
|
3313
3424
|
serializedName: "properties.description",
|
|
3314
3425
|
type: {
|
|
3315
3426
|
name: "String",
|
|
3316
3427
|
},
|
|
3317
|
-
},
|
|
3428
|
+
},
|
|
3429
|
+
resourceRegionType: {
|
|
3318
3430
|
serializedName: "properties.resourceRegionType",
|
|
3319
3431
|
type: {
|
|
3320
3432
|
name: "String",
|
|
3321
3433
|
},
|
|
3322
|
-
},
|
|
3434
|
+
},
|
|
3435
|
+
provisioningState: {
|
|
3323
3436
|
serializedName: "properties.provisioningState",
|
|
3324
3437
|
type: {
|
|
3325
3438
|
name: "String",
|
|
3326
3439
|
},
|
|
3327
|
-
},
|
|
3440
|
+
},
|
|
3441
|
+
supportedLocations: {
|
|
3328
3442
|
serializedName: "properties.supportedLocations",
|
|
3329
3443
|
type: {
|
|
3330
3444
|
name: "Sequence",
|
|
@@ -3334,12 +3448,14 @@ export const TopicTypeInfo = {
|
|
|
3334
3448
|
},
|
|
3335
3449
|
},
|
|
3336
3450
|
},
|
|
3337
|
-
},
|
|
3451
|
+
},
|
|
3452
|
+
sourceResourceFormat: {
|
|
3338
3453
|
serializedName: "properties.sourceResourceFormat",
|
|
3339
3454
|
type: {
|
|
3340
3455
|
name: "String",
|
|
3341
3456
|
},
|
|
3342
|
-
},
|
|
3457
|
+
},
|
|
3458
|
+
supportedScopesForSource: {
|
|
3343
3459
|
serializedName: "properties.supportedScopesForSource",
|
|
3344
3460
|
type: {
|
|
3345
3461
|
name: "Sequence",
|
|
@@ -3349,12 +3465,14 @@ export const TopicTypeInfo = {
|
|
|
3349
3465
|
},
|
|
3350
3466
|
},
|
|
3351
3467
|
},
|
|
3352
|
-
},
|
|
3468
|
+
},
|
|
3469
|
+
areRegionalAndGlobalSourcesSupported: {
|
|
3353
3470
|
serializedName: "properties.areRegionalAndGlobalSourcesSupported",
|
|
3354
3471
|
type: {
|
|
3355
3472
|
name: "Boolean",
|
|
3356
3473
|
},
|
|
3357
|
-
},
|
|
3474
|
+
},
|
|
3475
|
+
additionalEnforcedPermissions: {
|
|
3358
3476
|
serializedName: "properties.additionalEnforcedPermissions",
|
|
3359
3477
|
type: {
|
|
3360
3478
|
name: "Sequence",
|
|
@@ -3365,46 +3483,55 @@ export const TopicTypeInfo = {
|
|
|
3365
3483
|
},
|
|
3366
3484
|
},
|
|
3367
3485
|
},
|
|
3368
|
-
}
|
|
3486
|
+
},
|
|
3487
|
+
},
|
|
3369
3488
|
},
|
|
3370
3489
|
};
|
|
3371
3490
|
export const VerifiedPartner = {
|
|
3372
3491
|
type: {
|
|
3373
3492
|
name: "Composite",
|
|
3374
3493
|
className: "VerifiedPartner",
|
|
3375
|
-
modelProperties:
|
|
3494
|
+
modelProperties: {
|
|
3495
|
+
...Resource.type.modelProperties,
|
|
3496
|
+
systemData: {
|
|
3376
3497
|
serializedName: "systemData",
|
|
3377
3498
|
type: {
|
|
3378
3499
|
name: "Composite",
|
|
3379
3500
|
className: "SystemData",
|
|
3380
3501
|
},
|
|
3381
|
-
},
|
|
3502
|
+
},
|
|
3503
|
+
partnerRegistrationImmutableId: {
|
|
3382
3504
|
serializedName: "properties.partnerRegistrationImmutableId",
|
|
3383
3505
|
type: {
|
|
3384
3506
|
name: "Uuid",
|
|
3385
3507
|
},
|
|
3386
|
-
},
|
|
3508
|
+
},
|
|
3509
|
+
organizationName: {
|
|
3387
3510
|
serializedName: "properties.organizationName",
|
|
3388
3511
|
type: {
|
|
3389
3512
|
name: "String",
|
|
3390
3513
|
},
|
|
3391
|
-
},
|
|
3514
|
+
},
|
|
3515
|
+
partnerDisplayName: {
|
|
3392
3516
|
serializedName: "properties.partnerDisplayName",
|
|
3393
3517
|
type: {
|
|
3394
3518
|
name: "String",
|
|
3395
3519
|
},
|
|
3396
|
-
},
|
|
3520
|
+
},
|
|
3521
|
+
partnerTopicDetails: {
|
|
3397
3522
|
serializedName: "properties.partnerTopicDetails",
|
|
3398
3523
|
type: {
|
|
3399
3524
|
name: "Composite",
|
|
3400
3525
|
className: "PartnerDetails",
|
|
3401
3526
|
},
|
|
3402
|
-
},
|
|
3527
|
+
},
|
|
3528
|
+
provisioningState: {
|
|
3403
3529
|
serializedName: "properties.provisioningState",
|
|
3404
3530
|
type: {
|
|
3405
3531
|
name: "String",
|
|
3406
3532
|
},
|
|
3407
|
-
}
|
|
3533
|
+
},
|
|
3534
|
+
},
|
|
3408
3535
|
},
|
|
3409
3536
|
};
|
|
3410
3537
|
export const JsonInputSchemaMapping = {
|
|
@@ -3414,43 +3541,51 @@ export const JsonInputSchemaMapping = {
|
|
|
3414
3541
|
className: "JsonInputSchemaMapping",
|
|
3415
3542
|
uberParent: "InputSchemaMapping",
|
|
3416
3543
|
polymorphicDiscriminator: InputSchemaMapping.type.polymorphicDiscriminator,
|
|
3417
|
-
modelProperties:
|
|
3544
|
+
modelProperties: {
|
|
3545
|
+
...InputSchemaMapping.type.modelProperties,
|
|
3546
|
+
id: {
|
|
3418
3547
|
serializedName: "properties.id",
|
|
3419
3548
|
type: {
|
|
3420
3549
|
name: "Composite",
|
|
3421
3550
|
className: "JsonField",
|
|
3422
3551
|
},
|
|
3423
|
-
},
|
|
3552
|
+
},
|
|
3553
|
+
topic: {
|
|
3424
3554
|
serializedName: "properties.topic",
|
|
3425
3555
|
type: {
|
|
3426
3556
|
name: "Composite",
|
|
3427
3557
|
className: "JsonField",
|
|
3428
3558
|
},
|
|
3429
|
-
},
|
|
3559
|
+
},
|
|
3560
|
+
eventTime: {
|
|
3430
3561
|
serializedName: "properties.eventTime",
|
|
3431
3562
|
type: {
|
|
3432
3563
|
name: "Composite",
|
|
3433
3564
|
className: "JsonField",
|
|
3434
3565
|
},
|
|
3435
|
-
},
|
|
3566
|
+
},
|
|
3567
|
+
eventType: {
|
|
3436
3568
|
serializedName: "properties.eventType",
|
|
3437
3569
|
type: {
|
|
3438
3570
|
name: "Composite",
|
|
3439
3571
|
className: "JsonFieldWithDefault",
|
|
3440
3572
|
},
|
|
3441
|
-
},
|
|
3573
|
+
},
|
|
3574
|
+
subject: {
|
|
3442
3575
|
serializedName: "properties.subject",
|
|
3443
3576
|
type: {
|
|
3444
3577
|
name: "Composite",
|
|
3445
3578
|
className: "JsonFieldWithDefault",
|
|
3446
3579
|
},
|
|
3447
|
-
},
|
|
3580
|
+
},
|
|
3581
|
+
dataVersion: {
|
|
3448
3582
|
serializedName: "properties.dataVersion",
|
|
3449
3583
|
type: {
|
|
3450
3584
|
name: "Composite",
|
|
3451
3585
|
className: "JsonFieldWithDefault",
|
|
3452
3586
|
},
|
|
3453
|
-
}
|
|
3587
|
+
},
|
|
3588
|
+
},
|
|
3454
3589
|
},
|
|
3455
3590
|
};
|
|
3456
3591
|
export const StaticDeliveryAttributeMapping = {
|
|
@@ -3460,18 +3595,22 @@ export const StaticDeliveryAttributeMapping = {
|
|
|
3460
3595
|
className: "StaticDeliveryAttributeMapping",
|
|
3461
3596
|
uberParent: "DeliveryAttributeMapping",
|
|
3462
3597
|
polymorphicDiscriminator: DeliveryAttributeMapping.type.polymorphicDiscriminator,
|
|
3463
|
-
modelProperties:
|
|
3598
|
+
modelProperties: {
|
|
3599
|
+
...DeliveryAttributeMapping.type.modelProperties,
|
|
3600
|
+
value: {
|
|
3464
3601
|
serializedName: "properties.value",
|
|
3465
3602
|
type: {
|
|
3466
3603
|
name: "String",
|
|
3467
3604
|
},
|
|
3468
|
-
},
|
|
3605
|
+
},
|
|
3606
|
+
isSecret: {
|
|
3469
3607
|
defaultValue: false,
|
|
3470
3608
|
serializedName: "properties.isSecret",
|
|
3471
3609
|
type: {
|
|
3472
3610
|
name: "Boolean",
|
|
3473
3611
|
},
|
|
3474
|
-
}
|
|
3612
|
+
},
|
|
3613
|
+
},
|
|
3475
3614
|
},
|
|
3476
3615
|
};
|
|
3477
3616
|
export const DynamicDeliveryAttributeMapping = {
|
|
@@ -3481,12 +3620,15 @@ export const DynamicDeliveryAttributeMapping = {
|
|
|
3481
3620
|
className: "DynamicDeliveryAttributeMapping",
|
|
3482
3621
|
uberParent: "DeliveryAttributeMapping",
|
|
3483
3622
|
polymorphicDiscriminator: DeliveryAttributeMapping.type.polymorphicDiscriminator,
|
|
3484
|
-
modelProperties:
|
|
3623
|
+
modelProperties: {
|
|
3624
|
+
...DeliveryAttributeMapping.type.modelProperties,
|
|
3625
|
+
sourceField: {
|
|
3485
3626
|
serializedName: "properties.sourceField",
|
|
3486
3627
|
type: {
|
|
3487
3628
|
name: "String",
|
|
3488
3629
|
},
|
|
3489
|
-
}
|
|
3630
|
+
},
|
|
3631
|
+
},
|
|
3490
3632
|
},
|
|
3491
3633
|
};
|
|
3492
3634
|
export const StorageBlobDeadLetterDestination = {
|
|
@@ -3496,17 +3638,21 @@ export const StorageBlobDeadLetterDestination = {
|
|
|
3496
3638
|
className: "StorageBlobDeadLetterDestination",
|
|
3497
3639
|
uberParent: "DeadLetterDestination",
|
|
3498
3640
|
polymorphicDiscriminator: DeadLetterDestination.type.polymorphicDiscriminator,
|
|
3499
|
-
modelProperties:
|
|
3641
|
+
modelProperties: {
|
|
3642
|
+
...DeadLetterDestination.type.modelProperties,
|
|
3643
|
+
resourceId: {
|
|
3500
3644
|
serializedName: "properties.resourceId",
|
|
3501
3645
|
type: {
|
|
3502
3646
|
name: "String",
|
|
3503
3647
|
},
|
|
3504
|
-
},
|
|
3648
|
+
},
|
|
3649
|
+
blobContainerName: {
|
|
3505
3650
|
serializedName: "properties.blobContainerName",
|
|
3506
3651
|
type: {
|
|
3507
3652
|
name: "String",
|
|
3508
3653
|
},
|
|
3509
|
-
}
|
|
3654
|
+
},
|
|
3655
|
+
},
|
|
3510
3656
|
},
|
|
3511
3657
|
};
|
|
3512
3658
|
export const WebHookEventSubscriptionDestination = {
|
|
@@ -3516,40 +3662,48 @@ export const WebHookEventSubscriptionDestination = {
|
|
|
3516
3662
|
className: "WebHookEventSubscriptionDestination",
|
|
3517
3663
|
uberParent: "EventSubscriptionDestination",
|
|
3518
3664
|
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
3519
|
-
modelProperties:
|
|
3665
|
+
modelProperties: {
|
|
3666
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
3667
|
+
endpointUrl: {
|
|
3520
3668
|
serializedName: "properties.endpointUrl",
|
|
3521
3669
|
type: {
|
|
3522
3670
|
name: "String",
|
|
3523
3671
|
},
|
|
3524
|
-
},
|
|
3672
|
+
},
|
|
3673
|
+
endpointBaseUrl: {
|
|
3525
3674
|
serializedName: "properties.endpointBaseUrl",
|
|
3526
3675
|
readOnly: true,
|
|
3527
3676
|
type: {
|
|
3528
3677
|
name: "String",
|
|
3529
3678
|
},
|
|
3530
|
-
},
|
|
3679
|
+
},
|
|
3680
|
+
maxEventsPerBatch: {
|
|
3531
3681
|
defaultValue: 1,
|
|
3532
3682
|
serializedName: "properties.maxEventsPerBatch",
|
|
3533
3683
|
type: {
|
|
3534
3684
|
name: "Number",
|
|
3535
3685
|
},
|
|
3536
|
-
},
|
|
3686
|
+
},
|
|
3687
|
+
preferredBatchSizeInKilobytes: {
|
|
3537
3688
|
defaultValue: 64,
|
|
3538
3689
|
serializedName: "properties.preferredBatchSizeInKilobytes",
|
|
3539
3690
|
type: {
|
|
3540
3691
|
name: "Number",
|
|
3541
3692
|
},
|
|
3542
|
-
},
|
|
3693
|
+
},
|
|
3694
|
+
azureActiveDirectoryTenantId: {
|
|
3543
3695
|
serializedName: "properties.azureActiveDirectoryTenantId",
|
|
3544
3696
|
type: {
|
|
3545
3697
|
name: "String",
|
|
3546
3698
|
},
|
|
3547
|
-
},
|
|
3699
|
+
},
|
|
3700
|
+
azureActiveDirectoryApplicationIdOrUri: {
|
|
3548
3701
|
serializedName: "properties.azureActiveDirectoryApplicationIdOrUri",
|
|
3549
3702
|
type: {
|
|
3550
3703
|
name: "String",
|
|
3551
3704
|
},
|
|
3552
|
-
},
|
|
3705
|
+
},
|
|
3706
|
+
deliveryAttributeMappings: {
|
|
3553
3707
|
serializedName: "properties.deliveryAttributeMappings",
|
|
3554
3708
|
type: {
|
|
3555
3709
|
name: "Sequence",
|
|
@@ -3560,12 +3714,14 @@ export const WebHookEventSubscriptionDestination = {
|
|
|
3560
3714
|
},
|
|
3561
3715
|
},
|
|
3562
3716
|
},
|
|
3563
|
-
},
|
|
3717
|
+
},
|
|
3718
|
+
minimumTlsVersionAllowed: {
|
|
3564
3719
|
serializedName: "properties.minimumTlsVersionAllowed",
|
|
3565
3720
|
type: {
|
|
3566
3721
|
name: "String",
|
|
3567
3722
|
},
|
|
3568
|
-
}
|
|
3723
|
+
},
|
|
3724
|
+
},
|
|
3569
3725
|
},
|
|
3570
3726
|
};
|
|
3571
3727
|
export const EventHubEventSubscriptionDestination = {
|
|
@@ -3575,12 +3731,15 @@ export const EventHubEventSubscriptionDestination = {
|
|
|
3575
3731
|
className: "EventHubEventSubscriptionDestination",
|
|
3576
3732
|
uberParent: "EventSubscriptionDestination",
|
|
3577
3733
|
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
3578
|
-
modelProperties:
|
|
3734
|
+
modelProperties: {
|
|
3735
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
3736
|
+
resourceId: {
|
|
3579
3737
|
serializedName: "properties.resourceId",
|
|
3580
3738
|
type: {
|
|
3581
3739
|
name: "String",
|
|
3582
3740
|
},
|
|
3583
|
-
},
|
|
3741
|
+
},
|
|
3742
|
+
deliveryAttributeMappings: {
|
|
3584
3743
|
serializedName: "properties.deliveryAttributeMappings",
|
|
3585
3744
|
type: {
|
|
3586
3745
|
name: "Sequence",
|
|
@@ -3591,7 +3750,8 @@ export const EventHubEventSubscriptionDestination = {
|
|
|
3591
3750
|
},
|
|
3592
3751
|
},
|
|
3593
3752
|
},
|
|
3594
|
-
}
|
|
3753
|
+
},
|
|
3754
|
+
},
|
|
3595
3755
|
},
|
|
3596
3756
|
};
|
|
3597
3757
|
export const StorageQueueEventSubscriptionDestination = {
|
|
@@ -3601,22 +3761,27 @@ export const StorageQueueEventSubscriptionDestination = {
|
|
|
3601
3761
|
className: "StorageQueueEventSubscriptionDestination",
|
|
3602
3762
|
uberParent: "EventSubscriptionDestination",
|
|
3603
3763
|
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
3604
|
-
modelProperties:
|
|
3764
|
+
modelProperties: {
|
|
3765
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
3766
|
+
resourceId: {
|
|
3605
3767
|
serializedName: "properties.resourceId",
|
|
3606
3768
|
type: {
|
|
3607
3769
|
name: "String",
|
|
3608
3770
|
},
|
|
3609
|
-
},
|
|
3771
|
+
},
|
|
3772
|
+
queueName: {
|
|
3610
3773
|
serializedName: "properties.queueName",
|
|
3611
3774
|
type: {
|
|
3612
3775
|
name: "String",
|
|
3613
3776
|
},
|
|
3614
|
-
},
|
|
3777
|
+
},
|
|
3778
|
+
queueMessageTimeToLiveInSeconds: {
|
|
3615
3779
|
serializedName: "properties.queueMessageTimeToLiveInSeconds",
|
|
3616
3780
|
type: {
|
|
3617
3781
|
name: "Number",
|
|
3618
3782
|
},
|
|
3619
|
-
}
|
|
3783
|
+
},
|
|
3784
|
+
},
|
|
3620
3785
|
},
|
|
3621
3786
|
};
|
|
3622
3787
|
export const HybridConnectionEventSubscriptionDestination = {
|
|
@@ -3626,12 +3791,15 @@ export const HybridConnectionEventSubscriptionDestination = {
|
|
|
3626
3791
|
className: "HybridConnectionEventSubscriptionDestination",
|
|
3627
3792
|
uberParent: "EventSubscriptionDestination",
|
|
3628
3793
|
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
3629
|
-
modelProperties:
|
|
3794
|
+
modelProperties: {
|
|
3795
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
3796
|
+
resourceId: {
|
|
3630
3797
|
serializedName: "properties.resourceId",
|
|
3631
3798
|
type: {
|
|
3632
3799
|
name: "String",
|
|
3633
3800
|
},
|
|
3634
|
-
},
|
|
3801
|
+
},
|
|
3802
|
+
deliveryAttributeMappings: {
|
|
3635
3803
|
serializedName: "properties.deliveryAttributeMappings",
|
|
3636
3804
|
type: {
|
|
3637
3805
|
name: "Sequence",
|
|
@@ -3642,7 +3810,8 @@ export const HybridConnectionEventSubscriptionDestination = {
|
|
|
3642
3810
|
},
|
|
3643
3811
|
},
|
|
3644
3812
|
},
|
|
3645
|
-
}
|
|
3813
|
+
},
|
|
3814
|
+
},
|
|
3646
3815
|
},
|
|
3647
3816
|
};
|
|
3648
3817
|
export const ServiceBusQueueEventSubscriptionDestination = {
|
|
@@ -3652,12 +3821,15 @@ export const ServiceBusQueueEventSubscriptionDestination = {
|
|
|
3652
3821
|
className: "ServiceBusQueueEventSubscriptionDestination",
|
|
3653
3822
|
uberParent: "EventSubscriptionDestination",
|
|
3654
3823
|
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
3655
|
-
modelProperties:
|
|
3824
|
+
modelProperties: {
|
|
3825
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
3826
|
+
resourceId: {
|
|
3656
3827
|
serializedName: "properties.resourceId",
|
|
3657
3828
|
type: {
|
|
3658
3829
|
name: "String",
|
|
3659
3830
|
},
|
|
3660
|
-
},
|
|
3831
|
+
},
|
|
3832
|
+
deliveryAttributeMappings: {
|
|
3661
3833
|
serializedName: "properties.deliveryAttributeMappings",
|
|
3662
3834
|
type: {
|
|
3663
3835
|
name: "Sequence",
|
|
@@ -3668,7 +3840,8 @@ export const ServiceBusQueueEventSubscriptionDestination = {
|
|
|
3668
3840
|
},
|
|
3669
3841
|
},
|
|
3670
3842
|
},
|
|
3671
|
-
}
|
|
3843
|
+
},
|
|
3844
|
+
},
|
|
3672
3845
|
},
|
|
3673
3846
|
};
|
|
3674
3847
|
export const ServiceBusTopicEventSubscriptionDestination = {
|
|
@@ -3678,12 +3851,15 @@ export const ServiceBusTopicEventSubscriptionDestination = {
|
|
|
3678
3851
|
className: "ServiceBusTopicEventSubscriptionDestination",
|
|
3679
3852
|
uberParent: "EventSubscriptionDestination",
|
|
3680
3853
|
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
3681
|
-
modelProperties:
|
|
3854
|
+
modelProperties: {
|
|
3855
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
3856
|
+
resourceId: {
|
|
3682
3857
|
serializedName: "properties.resourceId",
|
|
3683
3858
|
type: {
|
|
3684
3859
|
name: "String",
|
|
3685
3860
|
},
|
|
3686
|
-
},
|
|
3861
|
+
},
|
|
3862
|
+
deliveryAttributeMappings: {
|
|
3687
3863
|
serializedName: "properties.deliveryAttributeMappings",
|
|
3688
3864
|
type: {
|
|
3689
3865
|
name: "Sequence",
|
|
@@ -3694,7 +3870,8 @@ export const ServiceBusTopicEventSubscriptionDestination = {
|
|
|
3694
3870
|
},
|
|
3695
3871
|
},
|
|
3696
3872
|
},
|
|
3697
|
-
}
|
|
3873
|
+
},
|
|
3874
|
+
},
|
|
3698
3875
|
},
|
|
3699
3876
|
};
|
|
3700
3877
|
export const AzureFunctionEventSubscriptionDestination = {
|
|
@@ -3704,24 +3881,29 @@ export const AzureFunctionEventSubscriptionDestination = {
|
|
|
3704
3881
|
className: "AzureFunctionEventSubscriptionDestination",
|
|
3705
3882
|
uberParent: "EventSubscriptionDestination",
|
|
3706
3883
|
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
3707
|
-
modelProperties:
|
|
3884
|
+
modelProperties: {
|
|
3885
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
3886
|
+
resourceId: {
|
|
3708
3887
|
serializedName: "properties.resourceId",
|
|
3709
3888
|
type: {
|
|
3710
3889
|
name: "String",
|
|
3711
3890
|
},
|
|
3712
|
-
},
|
|
3891
|
+
},
|
|
3892
|
+
maxEventsPerBatch: {
|
|
3713
3893
|
defaultValue: 1,
|
|
3714
3894
|
serializedName: "properties.maxEventsPerBatch",
|
|
3715
3895
|
type: {
|
|
3716
3896
|
name: "Number",
|
|
3717
3897
|
},
|
|
3718
|
-
},
|
|
3898
|
+
},
|
|
3899
|
+
preferredBatchSizeInKilobytes: {
|
|
3719
3900
|
defaultValue: 64,
|
|
3720
3901
|
serializedName: "properties.preferredBatchSizeInKilobytes",
|
|
3721
3902
|
type: {
|
|
3722
3903
|
name: "Number",
|
|
3723
3904
|
},
|
|
3724
|
-
},
|
|
3905
|
+
},
|
|
3906
|
+
deliveryAttributeMappings: {
|
|
3725
3907
|
serializedName: "properties.deliveryAttributeMappings",
|
|
3726
3908
|
type: {
|
|
3727
3909
|
name: "Sequence",
|
|
@@ -3732,7 +3914,8 @@ export const AzureFunctionEventSubscriptionDestination = {
|
|
|
3732
3914
|
},
|
|
3733
3915
|
},
|
|
3734
3916
|
},
|
|
3735
|
-
}
|
|
3917
|
+
},
|
|
3918
|
+
},
|
|
3736
3919
|
},
|
|
3737
3920
|
};
|
|
3738
3921
|
export const MonitorAlertEventSubscriptionDestination = {
|
|
@@ -3742,17 +3925,21 @@ export const MonitorAlertEventSubscriptionDestination = {
|
|
|
3742
3925
|
className: "MonitorAlertEventSubscriptionDestination",
|
|
3743
3926
|
uberParent: "EventSubscriptionDestination",
|
|
3744
3927
|
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
3745
|
-
modelProperties:
|
|
3928
|
+
modelProperties: {
|
|
3929
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
3930
|
+
severity: {
|
|
3746
3931
|
serializedName: "properties.severity",
|
|
3747
3932
|
type: {
|
|
3748
3933
|
name: "String",
|
|
3749
3934
|
},
|
|
3750
|
-
},
|
|
3935
|
+
},
|
|
3936
|
+
description: {
|
|
3751
3937
|
serializedName: "properties.description",
|
|
3752
3938
|
type: {
|
|
3753
3939
|
name: "String",
|
|
3754
3940
|
},
|
|
3755
|
-
},
|
|
3941
|
+
},
|
|
3942
|
+
actionGroups: {
|
|
3756
3943
|
serializedName: "properties.actionGroups",
|
|
3757
3944
|
type: {
|
|
3758
3945
|
name: "Sequence",
|
|
@@ -3762,7 +3949,8 @@ export const MonitorAlertEventSubscriptionDestination = {
|
|
|
3762
3949
|
},
|
|
3763
3950
|
},
|
|
3764
3951
|
},
|
|
3765
|
-
}
|
|
3952
|
+
},
|
|
3953
|
+
},
|
|
3766
3954
|
},
|
|
3767
3955
|
};
|
|
3768
3956
|
export const NamespaceTopicEventSubscriptionDestination = {
|
|
@@ -3772,12 +3960,15 @@ export const NamespaceTopicEventSubscriptionDestination = {
|
|
|
3772
3960
|
className: "NamespaceTopicEventSubscriptionDestination",
|
|
3773
3961
|
uberParent: "EventSubscriptionDestination",
|
|
3774
3962
|
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
3775
|
-
modelProperties:
|
|
3963
|
+
modelProperties: {
|
|
3964
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
3965
|
+
resourceId: {
|
|
3776
3966
|
serializedName: "properties.resourceId",
|
|
3777
3967
|
type: {
|
|
3778
3968
|
name: "String",
|
|
3779
3969
|
},
|
|
3780
|
-
}
|
|
3970
|
+
},
|
|
3971
|
+
},
|
|
3781
3972
|
},
|
|
3782
3973
|
};
|
|
3783
3974
|
export const NumberInFilter = {
|
|
@@ -3787,7 +3978,9 @@ export const NumberInFilter = {
|
|
|
3787
3978
|
className: "NumberInFilter",
|
|
3788
3979
|
uberParent: "Filter",
|
|
3789
3980
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
3790
|
-
modelProperties:
|
|
3981
|
+
modelProperties: {
|
|
3982
|
+
...Filter.type.modelProperties,
|
|
3983
|
+
values: {
|
|
3791
3984
|
serializedName: "values",
|
|
3792
3985
|
type: {
|
|
3793
3986
|
name: "Sequence",
|
|
@@ -3797,7 +3990,8 @@ export const NumberInFilter = {
|
|
|
3797
3990
|
},
|
|
3798
3991
|
},
|
|
3799
3992
|
},
|
|
3800
|
-
}
|
|
3993
|
+
},
|
|
3994
|
+
},
|
|
3801
3995
|
},
|
|
3802
3996
|
};
|
|
3803
3997
|
export const NumberNotInFilter = {
|
|
@@ -3807,7 +4001,9 @@ export const NumberNotInFilter = {
|
|
|
3807
4001
|
className: "NumberNotInFilter",
|
|
3808
4002
|
uberParent: "Filter",
|
|
3809
4003
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
3810
|
-
modelProperties:
|
|
4004
|
+
modelProperties: {
|
|
4005
|
+
...Filter.type.modelProperties,
|
|
4006
|
+
values: {
|
|
3811
4007
|
serializedName: "values",
|
|
3812
4008
|
type: {
|
|
3813
4009
|
name: "Sequence",
|
|
@@ -3817,7 +4013,8 @@ export const NumberNotInFilter = {
|
|
|
3817
4013
|
},
|
|
3818
4014
|
},
|
|
3819
4015
|
},
|
|
3820
|
-
}
|
|
4016
|
+
},
|
|
4017
|
+
},
|
|
3821
4018
|
},
|
|
3822
4019
|
};
|
|
3823
4020
|
export const NumberLessThanFilter = {
|
|
@@ -3827,12 +4024,15 @@ export const NumberLessThanFilter = {
|
|
|
3827
4024
|
className: "NumberLessThanFilter",
|
|
3828
4025
|
uberParent: "Filter",
|
|
3829
4026
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
3830
|
-
modelProperties:
|
|
4027
|
+
modelProperties: {
|
|
4028
|
+
...Filter.type.modelProperties,
|
|
4029
|
+
value: {
|
|
3831
4030
|
serializedName: "value",
|
|
3832
4031
|
type: {
|
|
3833
4032
|
name: "Number",
|
|
3834
4033
|
},
|
|
3835
|
-
}
|
|
4034
|
+
},
|
|
4035
|
+
},
|
|
3836
4036
|
},
|
|
3837
4037
|
};
|
|
3838
4038
|
export const NumberGreaterThanFilter = {
|
|
@@ -3842,12 +4042,15 @@ export const NumberGreaterThanFilter = {
|
|
|
3842
4042
|
className: "NumberGreaterThanFilter",
|
|
3843
4043
|
uberParent: "Filter",
|
|
3844
4044
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
3845
|
-
modelProperties:
|
|
4045
|
+
modelProperties: {
|
|
4046
|
+
...Filter.type.modelProperties,
|
|
4047
|
+
value: {
|
|
3846
4048
|
serializedName: "value",
|
|
3847
4049
|
type: {
|
|
3848
4050
|
name: "Number",
|
|
3849
4051
|
},
|
|
3850
|
-
}
|
|
4052
|
+
},
|
|
4053
|
+
},
|
|
3851
4054
|
},
|
|
3852
4055
|
};
|
|
3853
4056
|
export const NumberLessThanOrEqualsFilter = {
|
|
@@ -3857,12 +4060,15 @@ export const NumberLessThanOrEqualsFilter = {
|
|
|
3857
4060
|
className: "NumberLessThanOrEqualsFilter",
|
|
3858
4061
|
uberParent: "Filter",
|
|
3859
4062
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
3860
|
-
modelProperties:
|
|
4063
|
+
modelProperties: {
|
|
4064
|
+
...Filter.type.modelProperties,
|
|
4065
|
+
value: {
|
|
3861
4066
|
serializedName: "value",
|
|
3862
4067
|
type: {
|
|
3863
4068
|
name: "Number",
|
|
3864
4069
|
},
|
|
3865
|
-
}
|
|
4070
|
+
},
|
|
4071
|
+
},
|
|
3866
4072
|
},
|
|
3867
4073
|
};
|
|
3868
4074
|
export const NumberGreaterThanOrEqualsFilter = {
|
|
@@ -3872,12 +4078,15 @@ export const NumberGreaterThanOrEqualsFilter = {
|
|
|
3872
4078
|
className: "NumberGreaterThanOrEqualsFilter",
|
|
3873
4079
|
uberParent: "Filter",
|
|
3874
4080
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
3875
|
-
modelProperties:
|
|
4081
|
+
modelProperties: {
|
|
4082
|
+
...Filter.type.modelProperties,
|
|
4083
|
+
value: {
|
|
3876
4084
|
serializedName: "value",
|
|
3877
4085
|
type: {
|
|
3878
4086
|
name: "Number",
|
|
3879
4087
|
},
|
|
3880
|
-
}
|
|
4088
|
+
},
|
|
4089
|
+
},
|
|
3881
4090
|
},
|
|
3882
4091
|
};
|
|
3883
4092
|
export const BoolEqualsFilter = {
|
|
@@ -3887,12 +4096,15 @@ export const BoolEqualsFilter = {
|
|
|
3887
4096
|
className: "BoolEqualsFilter",
|
|
3888
4097
|
uberParent: "Filter",
|
|
3889
4098
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
3890
|
-
modelProperties:
|
|
4099
|
+
modelProperties: {
|
|
4100
|
+
...Filter.type.modelProperties,
|
|
4101
|
+
value: {
|
|
3891
4102
|
serializedName: "value",
|
|
3892
4103
|
type: {
|
|
3893
4104
|
name: "Boolean",
|
|
3894
4105
|
},
|
|
3895
|
-
}
|
|
4106
|
+
},
|
|
4107
|
+
},
|
|
3896
4108
|
},
|
|
3897
4109
|
};
|
|
3898
4110
|
export const StringInFilter = {
|
|
@@ -3902,7 +4114,9 @@ export const StringInFilter = {
|
|
|
3902
4114
|
className: "StringInFilter",
|
|
3903
4115
|
uberParent: "Filter",
|
|
3904
4116
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
3905
|
-
modelProperties:
|
|
4117
|
+
modelProperties: {
|
|
4118
|
+
...Filter.type.modelProperties,
|
|
4119
|
+
values: {
|
|
3906
4120
|
serializedName: "values",
|
|
3907
4121
|
type: {
|
|
3908
4122
|
name: "Sequence",
|
|
@@ -3912,7 +4126,8 @@ export const StringInFilter = {
|
|
|
3912
4126
|
},
|
|
3913
4127
|
},
|
|
3914
4128
|
},
|
|
3915
|
-
}
|
|
4129
|
+
},
|
|
4130
|
+
},
|
|
3916
4131
|
},
|
|
3917
4132
|
};
|
|
3918
4133
|
export const StringNotInFilter = {
|
|
@@ -3922,7 +4137,9 @@ export const StringNotInFilter = {
|
|
|
3922
4137
|
className: "StringNotInFilter",
|
|
3923
4138
|
uberParent: "Filter",
|
|
3924
4139
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
3925
|
-
modelProperties:
|
|
4140
|
+
modelProperties: {
|
|
4141
|
+
...Filter.type.modelProperties,
|
|
4142
|
+
values: {
|
|
3926
4143
|
serializedName: "values",
|
|
3927
4144
|
type: {
|
|
3928
4145
|
name: "Sequence",
|
|
@@ -3932,7 +4149,8 @@ export const StringNotInFilter = {
|
|
|
3932
4149
|
},
|
|
3933
4150
|
},
|
|
3934
4151
|
},
|
|
3935
|
-
}
|
|
4152
|
+
},
|
|
4153
|
+
},
|
|
3936
4154
|
},
|
|
3937
4155
|
};
|
|
3938
4156
|
export const StringBeginsWithFilter = {
|
|
@@ -3942,7 +4160,9 @@ export const StringBeginsWithFilter = {
|
|
|
3942
4160
|
className: "StringBeginsWithFilter",
|
|
3943
4161
|
uberParent: "Filter",
|
|
3944
4162
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
3945
|
-
modelProperties:
|
|
4163
|
+
modelProperties: {
|
|
4164
|
+
...Filter.type.modelProperties,
|
|
4165
|
+
values: {
|
|
3946
4166
|
serializedName: "values",
|
|
3947
4167
|
type: {
|
|
3948
4168
|
name: "Sequence",
|
|
@@ -3952,7 +4172,8 @@ export const StringBeginsWithFilter = {
|
|
|
3952
4172
|
},
|
|
3953
4173
|
},
|
|
3954
4174
|
},
|
|
3955
|
-
}
|
|
4175
|
+
},
|
|
4176
|
+
},
|
|
3956
4177
|
},
|
|
3957
4178
|
};
|
|
3958
4179
|
export const StringEndsWithFilter = {
|
|
@@ -3962,7 +4183,9 @@ export const StringEndsWithFilter = {
|
|
|
3962
4183
|
className: "StringEndsWithFilter",
|
|
3963
4184
|
uberParent: "Filter",
|
|
3964
4185
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
3965
|
-
modelProperties:
|
|
4186
|
+
modelProperties: {
|
|
4187
|
+
...Filter.type.modelProperties,
|
|
4188
|
+
values: {
|
|
3966
4189
|
serializedName: "values",
|
|
3967
4190
|
type: {
|
|
3968
4191
|
name: "Sequence",
|
|
@@ -3972,7 +4195,8 @@ export const StringEndsWithFilter = {
|
|
|
3972
4195
|
},
|
|
3973
4196
|
},
|
|
3974
4197
|
},
|
|
3975
|
-
}
|
|
4198
|
+
},
|
|
4199
|
+
},
|
|
3976
4200
|
},
|
|
3977
4201
|
};
|
|
3978
4202
|
export const StringContainsFilter = {
|
|
@@ -3982,7 +4206,9 @@ export const StringContainsFilter = {
|
|
|
3982
4206
|
className: "StringContainsFilter",
|
|
3983
4207
|
uberParent: "Filter",
|
|
3984
4208
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
3985
|
-
modelProperties:
|
|
4209
|
+
modelProperties: {
|
|
4210
|
+
...Filter.type.modelProperties,
|
|
4211
|
+
values: {
|
|
3986
4212
|
serializedName: "values",
|
|
3987
4213
|
type: {
|
|
3988
4214
|
name: "Sequence",
|
|
@@ -3992,7 +4218,8 @@ export const StringContainsFilter = {
|
|
|
3992
4218
|
},
|
|
3993
4219
|
},
|
|
3994
4220
|
},
|
|
3995
|
-
}
|
|
4221
|
+
},
|
|
4222
|
+
},
|
|
3996
4223
|
},
|
|
3997
4224
|
};
|
|
3998
4225
|
export const NumberInRangeFilter = {
|
|
@@ -4002,7 +4229,9 @@ export const NumberInRangeFilter = {
|
|
|
4002
4229
|
className: "NumberInRangeFilter",
|
|
4003
4230
|
uberParent: "Filter",
|
|
4004
4231
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4005
|
-
modelProperties:
|
|
4232
|
+
modelProperties: {
|
|
4233
|
+
...Filter.type.modelProperties,
|
|
4234
|
+
values: {
|
|
4006
4235
|
serializedName: "values",
|
|
4007
4236
|
type: {
|
|
4008
4237
|
name: "Sequence",
|
|
@@ -4017,7 +4246,8 @@ export const NumberInRangeFilter = {
|
|
|
4017
4246
|
},
|
|
4018
4247
|
},
|
|
4019
4248
|
},
|
|
4020
|
-
}
|
|
4249
|
+
},
|
|
4250
|
+
},
|
|
4021
4251
|
},
|
|
4022
4252
|
};
|
|
4023
4253
|
export const NumberNotInRangeFilter = {
|
|
@@ -4027,7 +4257,9 @@ export const NumberNotInRangeFilter = {
|
|
|
4027
4257
|
className: "NumberNotInRangeFilter",
|
|
4028
4258
|
uberParent: "Filter",
|
|
4029
4259
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4030
|
-
modelProperties:
|
|
4260
|
+
modelProperties: {
|
|
4261
|
+
...Filter.type.modelProperties,
|
|
4262
|
+
values: {
|
|
4031
4263
|
serializedName: "values",
|
|
4032
4264
|
type: {
|
|
4033
4265
|
name: "Sequence",
|
|
@@ -4042,7 +4274,8 @@ export const NumberNotInRangeFilter = {
|
|
|
4042
4274
|
},
|
|
4043
4275
|
},
|
|
4044
4276
|
},
|
|
4045
|
-
}
|
|
4277
|
+
},
|
|
4278
|
+
},
|
|
4046
4279
|
},
|
|
4047
4280
|
};
|
|
4048
4281
|
export const StringNotBeginsWithFilter = {
|
|
@@ -4052,7 +4285,9 @@ export const StringNotBeginsWithFilter = {
|
|
|
4052
4285
|
className: "StringNotBeginsWithFilter",
|
|
4053
4286
|
uberParent: "Filter",
|
|
4054
4287
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4055
|
-
modelProperties:
|
|
4288
|
+
modelProperties: {
|
|
4289
|
+
...Filter.type.modelProperties,
|
|
4290
|
+
values: {
|
|
4056
4291
|
serializedName: "values",
|
|
4057
4292
|
type: {
|
|
4058
4293
|
name: "Sequence",
|
|
@@ -4062,7 +4297,8 @@ export const StringNotBeginsWithFilter = {
|
|
|
4062
4297
|
},
|
|
4063
4298
|
},
|
|
4064
4299
|
},
|
|
4065
|
-
}
|
|
4300
|
+
},
|
|
4301
|
+
},
|
|
4066
4302
|
},
|
|
4067
4303
|
};
|
|
4068
4304
|
export const StringNotEndsWithFilter = {
|
|
@@ -4072,7 +4308,9 @@ export const StringNotEndsWithFilter = {
|
|
|
4072
4308
|
className: "StringNotEndsWithFilter",
|
|
4073
4309
|
uberParent: "Filter",
|
|
4074
4310
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4075
|
-
modelProperties:
|
|
4311
|
+
modelProperties: {
|
|
4312
|
+
...Filter.type.modelProperties,
|
|
4313
|
+
values: {
|
|
4076
4314
|
serializedName: "values",
|
|
4077
4315
|
type: {
|
|
4078
4316
|
name: "Sequence",
|
|
@@ -4082,7 +4320,8 @@ export const StringNotEndsWithFilter = {
|
|
|
4082
4320
|
},
|
|
4083
4321
|
},
|
|
4084
4322
|
},
|
|
4085
|
-
}
|
|
4323
|
+
},
|
|
4324
|
+
},
|
|
4086
4325
|
},
|
|
4087
4326
|
};
|
|
4088
4327
|
export const StringNotContainsFilter = {
|
|
@@ -4092,7 +4331,9 @@ export const StringNotContainsFilter = {
|
|
|
4092
4331
|
className: "StringNotContainsFilter",
|
|
4093
4332
|
uberParent: "Filter",
|
|
4094
4333
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4095
|
-
modelProperties:
|
|
4334
|
+
modelProperties: {
|
|
4335
|
+
...Filter.type.modelProperties,
|
|
4336
|
+
values: {
|
|
4096
4337
|
serializedName: "values",
|
|
4097
4338
|
type: {
|
|
4098
4339
|
name: "Sequence",
|
|
@@ -4102,7 +4343,8 @@ export const StringNotContainsFilter = {
|
|
|
4102
4343
|
},
|
|
4103
4344
|
},
|
|
4104
4345
|
},
|
|
4105
|
-
}
|
|
4346
|
+
},
|
|
4347
|
+
},
|
|
4106
4348
|
},
|
|
4107
4349
|
};
|
|
4108
4350
|
export const IsNullOrUndefinedFilter = {
|
|
@@ -4112,7 +4354,9 @@ export const IsNullOrUndefinedFilter = {
|
|
|
4112
4354
|
className: "IsNullOrUndefinedFilter",
|
|
4113
4355
|
uberParent: "Filter",
|
|
4114
4356
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4115
|
-
modelProperties:
|
|
4357
|
+
modelProperties: {
|
|
4358
|
+
...Filter.type.modelProperties,
|
|
4359
|
+
},
|
|
4116
4360
|
},
|
|
4117
4361
|
};
|
|
4118
4362
|
export const IsNotNullFilter = {
|
|
@@ -4122,7 +4366,9 @@ export const IsNotNullFilter = {
|
|
|
4122
4366
|
className: "IsNotNullFilter",
|
|
4123
4367
|
uberParent: "Filter",
|
|
4124
4368
|
polymorphicDiscriminator: Filter.type.polymorphicDiscriminator,
|
|
4125
|
-
modelProperties:
|
|
4369
|
+
modelProperties: {
|
|
4370
|
+
...Filter.type.modelProperties,
|
|
4371
|
+
},
|
|
4126
4372
|
},
|
|
4127
4373
|
};
|
|
4128
4374
|
export const NumberInAdvancedFilter = {
|
|
@@ -4132,7 +4378,9 @@ export const NumberInAdvancedFilter = {
|
|
|
4132
4378
|
className: "NumberInAdvancedFilter",
|
|
4133
4379
|
uberParent: "AdvancedFilter",
|
|
4134
4380
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4135
|
-
modelProperties:
|
|
4381
|
+
modelProperties: {
|
|
4382
|
+
...AdvancedFilter.type.modelProperties,
|
|
4383
|
+
values: {
|
|
4136
4384
|
serializedName: "values",
|
|
4137
4385
|
type: {
|
|
4138
4386
|
name: "Sequence",
|
|
@@ -4142,7 +4390,8 @@ export const NumberInAdvancedFilter = {
|
|
|
4142
4390
|
},
|
|
4143
4391
|
},
|
|
4144
4392
|
},
|
|
4145
|
-
}
|
|
4393
|
+
},
|
|
4394
|
+
},
|
|
4146
4395
|
},
|
|
4147
4396
|
};
|
|
4148
4397
|
export const NumberNotInAdvancedFilter = {
|
|
@@ -4152,7 +4401,9 @@ export const NumberNotInAdvancedFilter = {
|
|
|
4152
4401
|
className: "NumberNotInAdvancedFilter",
|
|
4153
4402
|
uberParent: "AdvancedFilter",
|
|
4154
4403
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4155
|
-
modelProperties:
|
|
4404
|
+
modelProperties: {
|
|
4405
|
+
...AdvancedFilter.type.modelProperties,
|
|
4406
|
+
values: {
|
|
4156
4407
|
serializedName: "values",
|
|
4157
4408
|
type: {
|
|
4158
4409
|
name: "Sequence",
|
|
@@ -4162,7 +4413,8 @@ export const NumberNotInAdvancedFilter = {
|
|
|
4162
4413
|
},
|
|
4163
4414
|
},
|
|
4164
4415
|
},
|
|
4165
|
-
}
|
|
4416
|
+
},
|
|
4417
|
+
},
|
|
4166
4418
|
},
|
|
4167
4419
|
};
|
|
4168
4420
|
export const NumberLessThanAdvancedFilter = {
|
|
@@ -4172,12 +4424,15 @@ export const NumberLessThanAdvancedFilter = {
|
|
|
4172
4424
|
className: "NumberLessThanAdvancedFilter",
|
|
4173
4425
|
uberParent: "AdvancedFilter",
|
|
4174
4426
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4175
|
-
modelProperties:
|
|
4427
|
+
modelProperties: {
|
|
4428
|
+
...AdvancedFilter.type.modelProperties,
|
|
4429
|
+
value: {
|
|
4176
4430
|
serializedName: "value",
|
|
4177
4431
|
type: {
|
|
4178
4432
|
name: "Number",
|
|
4179
4433
|
},
|
|
4180
|
-
}
|
|
4434
|
+
},
|
|
4435
|
+
},
|
|
4181
4436
|
},
|
|
4182
4437
|
};
|
|
4183
4438
|
export const NumberGreaterThanAdvancedFilter = {
|
|
@@ -4187,12 +4442,15 @@ export const NumberGreaterThanAdvancedFilter = {
|
|
|
4187
4442
|
className: "NumberGreaterThanAdvancedFilter",
|
|
4188
4443
|
uberParent: "AdvancedFilter",
|
|
4189
4444
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4190
|
-
modelProperties:
|
|
4445
|
+
modelProperties: {
|
|
4446
|
+
...AdvancedFilter.type.modelProperties,
|
|
4447
|
+
value: {
|
|
4191
4448
|
serializedName: "value",
|
|
4192
4449
|
type: {
|
|
4193
4450
|
name: "Number",
|
|
4194
4451
|
},
|
|
4195
|
-
}
|
|
4452
|
+
},
|
|
4453
|
+
},
|
|
4196
4454
|
},
|
|
4197
4455
|
};
|
|
4198
4456
|
export const NumberLessThanOrEqualsAdvancedFilter = {
|
|
@@ -4202,12 +4460,15 @@ export const NumberLessThanOrEqualsAdvancedFilter = {
|
|
|
4202
4460
|
className: "NumberLessThanOrEqualsAdvancedFilter",
|
|
4203
4461
|
uberParent: "AdvancedFilter",
|
|
4204
4462
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4205
|
-
modelProperties:
|
|
4463
|
+
modelProperties: {
|
|
4464
|
+
...AdvancedFilter.type.modelProperties,
|
|
4465
|
+
value: {
|
|
4206
4466
|
serializedName: "value",
|
|
4207
4467
|
type: {
|
|
4208
4468
|
name: "Number",
|
|
4209
4469
|
},
|
|
4210
|
-
}
|
|
4470
|
+
},
|
|
4471
|
+
},
|
|
4211
4472
|
},
|
|
4212
4473
|
};
|
|
4213
4474
|
export const NumberGreaterThanOrEqualsAdvancedFilter = {
|
|
@@ -4217,12 +4478,15 @@ export const NumberGreaterThanOrEqualsAdvancedFilter = {
|
|
|
4217
4478
|
className: "NumberGreaterThanOrEqualsAdvancedFilter",
|
|
4218
4479
|
uberParent: "AdvancedFilter",
|
|
4219
4480
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4220
|
-
modelProperties:
|
|
4481
|
+
modelProperties: {
|
|
4482
|
+
...AdvancedFilter.type.modelProperties,
|
|
4483
|
+
value: {
|
|
4221
4484
|
serializedName: "value",
|
|
4222
4485
|
type: {
|
|
4223
4486
|
name: "Number",
|
|
4224
4487
|
},
|
|
4225
|
-
}
|
|
4488
|
+
},
|
|
4489
|
+
},
|
|
4226
4490
|
},
|
|
4227
4491
|
};
|
|
4228
4492
|
export const BoolEqualsAdvancedFilter = {
|
|
@@ -4232,12 +4496,15 @@ export const BoolEqualsAdvancedFilter = {
|
|
|
4232
4496
|
className: "BoolEqualsAdvancedFilter",
|
|
4233
4497
|
uberParent: "AdvancedFilter",
|
|
4234
4498
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4235
|
-
modelProperties:
|
|
4499
|
+
modelProperties: {
|
|
4500
|
+
...AdvancedFilter.type.modelProperties,
|
|
4501
|
+
value: {
|
|
4236
4502
|
serializedName: "value",
|
|
4237
4503
|
type: {
|
|
4238
4504
|
name: "Boolean",
|
|
4239
4505
|
},
|
|
4240
|
-
}
|
|
4506
|
+
},
|
|
4507
|
+
},
|
|
4241
4508
|
},
|
|
4242
4509
|
};
|
|
4243
4510
|
export const StringInAdvancedFilter = {
|
|
@@ -4247,7 +4514,9 @@ export const StringInAdvancedFilter = {
|
|
|
4247
4514
|
className: "StringInAdvancedFilter",
|
|
4248
4515
|
uberParent: "AdvancedFilter",
|
|
4249
4516
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4250
|
-
modelProperties:
|
|
4517
|
+
modelProperties: {
|
|
4518
|
+
...AdvancedFilter.type.modelProperties,
|
|
4519
|
+
values: {
|
|
4251
4520
|
serializedName: "values",
|
|
4252
4521
|
type: {
|
|
4253
4522
|
name: "Sequence",
|
|
@@ -4257,7 +4526,8 @@ export const StringInAdvancedFilter = {
|
|
|
4257
4526
|
},
|
|
4258
4527
|
},
|
|
4259
4528
|
},
|
|
4260
|
-
}
|
|
4529
|
+
},
|
|
4530
|
+
},
|
|
4261
4531
|
},
|
|
4262
4532
|
};
|
|
4263
4533
|
export const StringNotInAdvancedFilter = {
|
|
@@ -4267,7 +4537,9 @@ export const StringNotInAdvancedFilter = {
|
|
|
4267
4537
|
className: "StringNotInAdvancedFilter",
|
|
4268
4538
|
uberParent: "AdvancedFilter",
|
|
4269
4539
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4270
|
-
modelProperties:
|
|
4540
|
+
modelProperties: {
|
|
4541
|
+
...AdvancedFilter.type.modelProperties,
|
|
4542
|
+
values: {
|
|
4271
4543
|
serializedName: "values",
|
|
4272
4544
|
type: {
|
|
4273
4545
|
name: "Sequence",
|
|
@@ -4277,7 +4549,8 @@ export const StringNotInAdvancedFilter = {
|
|
|
4277
4549
|
},
|
|
4278
4550
|
},
|
|
4279
4551
|
},
|
|
4280
|
-
}
|
|
4552
|
+
},
|
|
4553
|
+
},
|
|
4281
4554
|
},
|
|
4282
4555
|
};
|
|
4283
4556
|
export const StringBeginsWithAdvancedFilter = {
|
|
@@ -4287,7 +4560,9 @@ export const StringBeginsWithAdvancedFilter = {
|
|
|
4287
4560
|
className: "StringBeginsWithAdvancedFilter",
|
|
4288
4561
|
uberParent: "AdvancedFilter",
|
|
4289
4562
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4290
|
-
modelProperties:
|
|
4563
|
+
modelProperties: {
|
|
4564
|
+
...AdvancedFilter.type.modelProperties,
|
|
4565
|
+
values: {
|
|
4291
4566
|
serializedName: "values",
|
|
4292
4567
|
type: {
|
|
4293
4568
|
name: "Sequence",
|
|
@@ -4297,7 +4572,8 @@ export const StringBeginsWithAdvancedFilter = {
|
|
|
4297
4572
|
},
|
|
4298
4573
|
},
|
|
4299
4574
|
},
|
|
4300
|
-
}
|
|
4575
|
+
},
|
|
4576
|
+
},
|
|
4301
4577
|
},
|
|
4302
4578
|
};
|
|
4303
4579
|
export const StringEndsWithAdvancedFilter = {
|
|
@@ -4307,7 +4583,9 @@ export const StringEndsWithAdvancedFilter = {
|
|
|
4307
4583
|
className: "StringEndsWithAdvancedFilter",
|
|
4308
4584
|
uberParent: "AdvancedFilter",
|
|
4309
4585
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4310
|
-
modelProperties:
|
|
4586
|
+
modelProperties: {
|
|
4587
|
+
...AdvancedFilter.type.modelProperties,
|
|
4588
|
+
values: {
|
|
4311
4589
|
serializedName: "values",
|
|
4312
4590
|
type: {
|
|
4313
4591
|
name: "Sequence",
|
|
@@ -4317,7 +4595,8 @@ export const StringEndsWithAdvancedFilter = {
|
|
|
4317
4595
|
},
|
|
4318
4596
|
},
|
|
4319
4597
|
},
|
|
4320
|
-
}
|
|
4598
|
+
},
|
|
4599
|
+
},
|
|
4321
4600
|
},
|
|
4322
4601
|
};
|
|
4323
4602
|
export const StringContainsAdvancedFilter = {
|
|
@@ -4327,7 +4606,9 @@ export const StringContainsAdvancedFilter = {
|
|
|
4327
4606
|
className: "StringContainsAdvancedFilter",
|
|
4328
4607
|
uberParent: "AdvancedFilter",
|
|
4329
4608
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4330
|
-
modelProperties:
|
|
4609
|
+
modelProperties: {
|
|
4610
|
+
...AdvancedFilter.type.modelProperties,
|
|
4611
|
+
values: {
|
|
4331
4612
|
serializedName: "values",
|
|
4332
4613
|
type: {
|
|
4333
4614
|
name: "Sequence",
|
|
@@ -4337,7 +4618,8 @@ export const StringContainsAdvancedFilter = {
|
|
|
4337
4618
|
},
|
|
4338
4619
|
},
|
|
4339
4620
|
},
|
|
4340
|
-
}
|
|
4621
|
+
},
|
|
4622
|
+
},
|
|
4341
4623
|
},
|
|
4342
4624
|
};
|
|
4343
4625
|
export const NumberInRangeAdvancedFilter = {
|
|
@@ -4347,7 +4629,9 @@ export const NumberInRangeAdvancedFilter = {
|
|
|
4347
4629
|
className: "NumberInRangeAdvancedFilter",
|
|
4348
4630
|
uberParent: "AdvancedFilter",
|
|
4349
4631
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4350
|
-
modelProperties:
|
|
4632
|
+
modelProperties: {
|
|
4633
|
+
...AdvancedFilter.type.modelProperties,
|
|
4634
|
+
values: {
|
|
4351
4635
|
serializedName: "values",
|
|
4352
4636
|
type: {
|
|
4353
4637
|
name: "Sequence",
|
|
@@ -4362,7 +4646,8 @@ export const NumberInRangeAdvancedFilter = {
|
|
|
4362
4646
|
},
|
|
4363
4647
|
},
|
|
4364
4648
|
},
|
|
4365
|
-
}
|
|
4649
|
+
},
|
|
4650
|
+
},
|
|
4366
4651
|
},
|
|
4367
4652
|
};
|
|
4368
4653
|
export const NumberNotInRangeAdvancedFilter = {
|
|
@@ -4372,7 +4657,9 @@ export const NumberNotInRangeAdvancedFilter = {
|
|
|
4372
4657
|
className: "NumberNotInRangeAdvancedFilter",
|
|
4373
4658
|
uberParent: "AdvancedFilter",
|
|
4374
4659
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4375
|
-
modelProperties:
|
|
4660
|
+
modelProperties: {
|
|
4661
|
+
...AdvancedFilter.type.modelProperties,
|
|
4662
|
+
values: {
|
|
4376
4663
|
serializedName: "values",
|
|
4377
4664
|
type: {
|
|
4378
4665
|
name: "Sequence",
|
|
@@ -4387,7 +4674,8 @@ export const NumberNotInRangeAdvancedFilter = {
|
|
|
4387
4674
|
},
|
|
4388
4675
|
},
|
|
4389
4676
|
},
|
|
4390
|
-
}
|
|
4677
|
+
},
|
|
4678
|
+
},
|
|
4391
4679
|
},
|
|
4392
4680
|
};
|
|
4393
4681
|
export const StringNotBeginsWithAdvancedFilter = {
|
|
@@ -4397,7 +4685,9 @@ export const StringNotBeginsWithAdvancedFilter = {
|
|
|
4397
4685
|
className: "StringNotBeginsWithAdvancedFilter",
|
|
4398
4686
|
uberParent: "AdvancedFilter",
|
|
4399
4687
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4400
|
-
modelProperties:
|
|
4688
|
+
modelProperties: {
|
|
4689
|
+
...AdvancedFilter.type.modelProperties,
|
|
4690
|
+
values: {
|
|
4401
4691
|
serializedName: "values",
|
|
4402
4692
|
type: {
|
|
4403
4693
|
name: "Sequence",
|
|
@@ -4407,7 +4697,8 @@ export const StringNotBeginsWithAdvancedFilter = {
|
|
|
4407
4697
|
},
|
|
4408
4698
|
},
|
|
4409
4699
|
},
|
|
4410
|
-
}
|
|
4700
|
+
},
|
|
4701
|
+
},
|
|
4411
4702
|
},
|
|
4412
4703
|
};
|
|
4413
4704
|
export const StringNotEndsWithAdvancedFilter = {
|
|
@@ -4417,7 +4708,9 @@ export const StringNotEndsWithAdvancedFilter = {
|
|
|
4417
4708
|
className: "StringNotEndsWithAdvancedFilter",
|
|
4418
4709
|
uberParent: "AdvancedFilter",
|
|
4419
4710
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4420
|
-
modelProperties:
|
|
4711
|
+
modelProperties: {
|
|
4712
|
+
...AdvancedFilter.type.modelProperties,
|
|
4713
|
+
values: {
|
|
4421
4714
|
serializedName: "values",
|
|
4422
4715
|
type: {
|
|
4423
4716
|
name: "Sequence",
|
|
@@ -4427,7 +4720,8 @@ export const StringNotEndsWithAdvancedFilter = {
|
|
|
4427
4720
|
},
|
|
4428
4721
|
},
|
|
4429
4722
|
},
|
|
4430
|
-
}
|
|
4723
|
+
},
|
|
4724
|
+
},
|
|
4431
4725
|
},
|
|
4432
4726
|
};
|
|
4433
4727
|
export const StringNotContainsAdvancedFilter = {
|
|
@@ -4437,7 +4731,9 @@ export const StringNotContainsAdvancedFilter = {
|
|
|
4437
4731
|
className: "StringNotContainsAdvancedFilter",
|
|
4438
4732
|
uberParent: "AdvancedFilter",
|
|
4439
4733
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4440
|
-
modelProperties:
|
|
4734
|
+
modelProperties: {
|
|
4735
|
+
...AdvancedFilter.type.modelProperties,
|
|
4736
|
+
values: {
|
|
4441
4737
|
serializedName: "values",
|
|
4442
4738
|
type: {
|
|
4443
4739
|
name: "Sequence",
|
|
@@ -4447,7 +4743,8 @@ export const StringNotContainsAdvancedFilter = {
|
|
|
4447
4743
|
},
|
|
4448
4744
|
},
|
|
4449
4745
|
},
|
|
4450
|
-
}
|
|
4746
|
+
},
|
|
4747
|
+
},
|
|
4451
4748
|
},
|
|
4452
4749
|
};
|
|
4453
4750
|
export const IsNullOrUndefinedAdvancedFilter = {
|
|
@@ -4457,7 +4754,9 @@ export const IsNullOrUndefinedAdvancedFilter = {
|
|
|
4457
4754
|
className: "IsNullOrUndefinedAdvancedFilter",
|
|
4458
4755
|
uberParent: "AdvancedFilter",
|
|
4459
4756
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4460
|
-
modelProperties:
|
|
4757
|
+
modelProperties: {
|
|
4758
|
+
...AdvancedFilter.type.modelProperties,
|
|
4759
|
+
},
|
|
4461
4760
|
},
|
|
4462
4761
|
};
|
|
4463
4762
|
export const IsNotNullAdvancedFilter = {
|
|
@@ -4467,7 +4766,9 @@ export const IsNotNullAdvancedFilter = {
|
|
|
4467
4766
|
className: "IsNotNullAdvancedFilter",
|
|
4468
4767
|
uberParent: "AdvancedFilter",
|
|
4469
4768
|
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
4470
|
-
modelProperties:
|
|
4769
|
+
modelProperties: {
|
|
4770
|
+
...AdvancedFilter.type.modelProperties,
|
|
4771
|
+
},
|
|
4471
4772
|
},
|
|
4472
4773
|
};
|
|
4473
4774
|
export const StaticStringRoutingEnrichment = {
|
|
@@ -4477,31 +4778,38 @@ export const StaticStringRoutingEnrichment = {
|
|
|
4477
4778
|
className: "StaticStringRoutingEnrichment",
|
|
4478
4779
|
uberParent: "StaticRoutingEnrichment",
|
|
4479
4780
|
polymorphicDiscriminator: StaticRoutingEnrichment.type.polymorphicDiscriminator,
|
|
4480
|
-
modelProperties:
|
|
4781
|
+
modelProperties: {
|
|
4782
|
+
...StaticRoutingEnrichment.type.modelProperties,
|
|
4783
|
+
value: {
|
|
4481
4784
|
serializedName: "value",
|
|
4482
4785
|
type: {
|
|
4483
4786
|
name: "String",
|
|
4484
4787
|
},
|
|
4485
|
-
}
|
|
4788
|
+
},
|
|
4789
|
+
},
|
|
4486
4790
|
},
|
|
4487
4791
|
};
|
|
4488
4792
|
export const Domain = {
|
|
4489
4793
|
type: {
|
|
4490
4794
|
name: "Composite",
|
|
4491
4795
|
className: "Domain",
|
|
4492
|
-
modelProperties:
|
|
4796
|
+
modelProperties: {
|
|
4797
|
+
...TrackedResource.type.modelProperties,
|
|
4798
|
+
identity: {
|
|
4493
4799
|
serializedName: "identity",
|
|
4494
4800
|
type: {
|
|
4495
4801
|
name: "Composite",
|
|
4496
4802
|
className: "IdentityInfo",
|
|
4497
4803
|
},
|
|
4498
|
-
},
|
|
4804
|
+
},
|
|
4805
|
+
systemData: {
|
|
4499
4806
|
serializedName: "systemData",
|
|
4500
4807
|
type: {
|
|
4501
4808
|
name: "Composite",
|
|
4502
4809
|
className: "SystemData",
|
|
4503
4810
|
},
|
|
4504
|
-
},
|
|
4811
|
+
},
|
|
4812
|
+
privateEndpointConnections: {
|
|
4505
4813
|
serializedName: "properties.privateEndpointConnections",
|
|
4506
4814
|
readOnly: true,
|
|
4507
4815
|
type: {
|
|
@@ -4513,52 +4821,61 @@ export const Domain = {
|
|
|
4513
4821
|
},
|
|
4514
4822
|
},
|
|
4515
4823
|
},
|
|
4516
|
-
},
|
|
4824
|
+
},
|
|
4825
|
+
provisioningState: {
|
|
4517
4826
|
serializedName: "properties.provisioningState",
|
|
4518
4827
|
readOnly: true,
|
|
4519
4828
|
type: {
|
|
4520
4829
|
name: "String",
|
|
4521
4830
|
},
|
|
4522
|
-
},
|
|
4831
|
+
},
|
|
4832
|
+
minimumTlsVersionAllowed: {
|
|
4523
4833
|
serializedName: "properties.minimumTlsVersionAllowed",
|
|
4524
4834
|
type: {
|
|
4525
4835
|
name: "String",
|
|
4526
4836
|
},
|
|
4527
|
-
},
|
|
4837
|
+
},
|
|
4838
|
+
endpoint: {
|
|
4528
4839
|
serializedName: "properties.endpoint",
|
|
4529
4840
|
readOnly: true,
|
|
4530
4841
|
type: {
|
|
4531
4842
|
name: "String",
|
|
4532
4843
|
},
|
|
4533
|
-
},
|
|
4844
|
+
},
|
|
4845
|
+
inputSchema: {
|
|
4534
4846
|
serializedName: "properties.inputSchema",
|
|
4535
4847
|
type: {
|
|
4536
4848
|
name: "String",
|
|
4537
4849
|
},
|
|
4538
|
-
},
|
|
4850
|
+
},
|
|
4851
|
+
eventTypeInfo: {
|
|
4539
4852
|
serializedName: "properties.eventTypeInfo",
|
|
4540
4853
|
type: {
|
|
4541
4854
|
name: "Composite",
|
|
4542
4855
|
className: "EventTypeInfo",
|
|
4543
4856
|
},
|
|
4544
|
-
},
|
|
4857
|
+
},
|
|
4858
|
+
inputSchemaMapping: {
|
|
4545
4859
|
serializedName: "properties.inputSchemaMapping",
|
|
4546
4860
|
type: {
|
|
4547
4861
|
name: "Composite",
|
|
4548
4862
|
className: "InputSchemaMapping",
|
|
4549
4863
|
},
|
|
4550
|
-
},
|
|
4864
|
+
},
|
|
4865
|
+
metricResourceId: {
|
|
4551
4866
|
serializedName: "properties.metricResourceId",
|
|
4552
4867
|
readOnly: true,
|
|
4553
4868
|
type: {
|
|
4554
4869
|
name: "String",
|
|
4555
4870
|
},
|
|
4556
|
-
},
|
|
4871
|
+
},
|
|
4872
|
+
publicNetworkAccess: {
|
|
4557
4873
|
serializedName: "properties.publicNetworkAccess",
|
|
4558
4874
|
type: {
|
|
4559
4875
|
name: "String",
|
|
4560
4876
|
},
|
|
4561
|
-
},
|
|
4877
|
+
},
|
|
4878
|
+
inboundIpRules: {
|
|
4562
4879
|
serializedName: "properties.inboundIpRules",
|
|
4563
4880
|
type: {
|
|
4564
4881
|
name: "Sequence",
|
|
@@ -4569,55 +4886,65 @@ export const Domain = {
|
|
|
4569
4886
|
},
|
|
4570
4887
|
},
|
|
4571
4888
|
},
|
|
4572
|
-
},
|
|
4889
|
+
},
|
|
4890
|
+
disableLocalAuth: {
|
|
4573
4891
|
defaultValue: false,
|
|
4574
4892
|
serializedName: "properties.disableLocalAuth",
|
|
4575
4893
|
type: {
|
|
4576
4894
|
name: "Boolean",
|
|
4577
4895
|
},
|
|
4578
|
-
},
|
|
4896
|
+
},
|
|
4897
|
+
autoCreateTopicWithFirstSubscription: {
|
|
4579
4898
|
defaultValue: true,
|
|
4580
4899
|
serializedName: "properties.autoCreateTopicWithFirstSubscription",
|
|
4581
4900
|
type: {
|
|
4582
4901
|
name: "Boolean",
|
|
4583
4902
|
},
|
|
4584
|
-
},
|
|
4903
|
+
},
|
|
4904
|
+
autoDeleteTopicWithLastSubscription: {
|
|
4585
4905
|
defaultValue: true,
|
|
4586
4906
|
serializedName: "properties.autoDeleteTopicWithLastSubscription",
|
|
4587
4907
|
type: {
|
|
4588
4908
|
name: "Boolean",
|
|
4589
4909
|
},
|
|
4590
|
-
},
|
|
4910
|
+
},
|
|
4911
|
+
dataResidencyBoundary: {
|
|
4591
4912
|
serializedName: "properties.dataResidencyBoundary",
|
|
4592
4913
|
type: {
|
|
4593
4914
|
name: "String",
|
|
4594
4915
|
},
|
|
4595
|
-
}
|
|
4916
|
+
},
|
|
4917
|
+
},
|
|
4596
4918
|
},
|
|
4597
4919
|
};
|
|
4598
4920
|
export const Namespace = {
|
|
4599
4921
|
type: {
|
|
4600
4922
|
name: "Composite",
|
|
4601
4923
|
className: "Namespace",
|
|
4602
|
-
modelProperties:
|
|
4924
|
+
modelProperties: {
|
|
4925
|
+
...TrackedResource.type.modelProperties,
|
|
4926
|
+
sku: {
|
|
4603
4927
|
serializedName: "sku",
|
|
4604
4928
|
type: {
|
|
4605
4929
|
name: "Composite",
|
|
4606
4930
|
className: "NamespaceSku",
|
|
4607
4931
|
},
|
|
4608
|
-
},
|
|
4932
|
+
},
|
|
4933
|
+
identity: {
|
|
4609
4934
|
serializedName: "identity",
|
|
4610
4935
|
type: {
|
|
4611
4936
|
name: "Composite",
|
|
4612
4937
|
className: "IdentityInfo",
|
|
4613
4938
|
},
|
|
4614
|
-
},
|
|
4939
|
+
},
|
|
4940
|
+
systemData: {
|
|
4615
4941
|
serializedName: "systemData",
|
|
4616
4942
|
type: {
|
|
4617
4943
|
name: "Composite",
|
|
4618
4944
|
className: "SystemData",
|
|
4619
4945
|
},
|
|
4620
|
-
},
|
|
4946
|
+
},
|
|
4947
|
+
privateEndpointConnections: {
|
|
4621
4948
|
serializedName: "properties.privateEndpointConnections",
|
|
4622
4949
|
type: {
|
|
4623
4950
|
name: "Sequence",
|
|
@@ -4628,35 +4955,41 @@ export const Namespace = {
|
|
|
4628
4955
|
},
|
|
4629
4956
|
},
|
|
4630
4957
|
},
|
|
4631
|
-
},
|
|
4958
|
+
},
|
|
4959
|
+
provisioningState: {
|
|
4632
4960
|
serializedName: "properties.provisioningState",
|
|
4633
4961
|
readOnly: true,
|
|
4634
4962
|
type: {
|
|
4635
4963
|
name: "String",
|
|
4636
4964
|
},
|
|
4637
|
-
},
|
|
4965
|
+
},
|
|
4966
|
+
topicsConfiguration: {
|
|
4638
4967
|
serializedName: "properties.topicsConfiguration",
|
|
4639
4968
|
type: {
|
|
4640
4969
|
name: "Composite",
|
|
4641
4970
|
className: "TopicsConfiguration",
|
|
4642
4971
|
},
|
|
4643
|
-
},
|
|
4972
|
+
},
|
|
4973
|
+
topicSpacesConfiguration: {
|
|
4644
4974
|
serializedName: "properties.topicSpacesConfiguration",
|
|
4645
4975
|
type: {
|
|
4646
4976
|
name: "Composite",
|
|
4647
4977
|
className: "TopicSpacesConfiguration",
|
|
4648
4978
|
},
|
|
4649
|
-
},
|
|
4979
|
+
},
|
|
4980
|
+
isZoneRedundant: {
|
|
4650
4981
|
serializedName: "properties.isZoneRedundant",
|
|
4651
4982
|
type: {
|
|
4652
4983
|
name: "Boolean",
|
|
4653
4984
|
},
|
|
4654
|
-
},
|
|
4985
|
+
},
|
|
4986
|
+
publicNetworkAccess: {
|
|
4655
4987
|
serializedName: "properties.publicNetworkAccess",
|
|
4656
4988
|
type: {
|
|
4657
4989
|
name: "String",
|
|
4658
4990
|
},
|
|
4659
|
-
},
|
|
4991
|
+
},
|
|
4992
|
+
inboundIpRules: {
|
|
4660
4993
|
serializedName: "properties.inboundIpRules",
|
|
4661
4994
|
type: {
|
|
4662
4995
|
name: "Sequence",
|
|
@@ -4667,31 +5000,37 @@ export const Namespace = {
|
|
|
4667
5000
|
},
|
|
4668
5001
|
},
|
|
4669
5002
|
},
|
|
4670
|
-
},
|
|
5003
|
+
},
|
|
5004
|
+
minimumTlsVersionAllowed: {
|
|
4671
5005
|
serializedName: "properties.minimumTlsVersionAllowed",
|
|
4672
5006
|
type: {
|
|
4673
5007
|
name: "String",
|
|
4674
5008
|
},
|
|
4675
|
-
}
|
|
5009
|
+
},
|
|
5010
|
+
},
|
|
4676
5011
|
},
|
|
4677
5012
|
};
|
|
4678
5013
|
export const Topic = {
|
|
4679
5014
|
type: {
|
|
4680
5015
|
name: "Composite",
|
|
4681
5016
|
className: "Topic",
|
|
4682
|
-
modelProperties:
|
|
5017
|
+
modelProperties: {
|
|
5018
|
+
...TrackedResource.type.modelProperties,
|
|
5019
|
+
identity: {
|
|
4683
5020
|
serializedName: "identity",
|
|
4684
5021
|
type: {
|
|
4685
5022
|
name: "Composite",
|
|
4686
5023
|
className: "IdentityInfo",
|
|
4687
5024
|
},
|
|
4688
|
-
},
|
|
5025
|
+
},
|
|
5026
|
+
systemData: {
|
|
4689
5027
|
serializedName: "systemData",
|
|
4690
5028
|
type: {
|
|
4691
5029
|
name: "Composite",
|
|
4692
5030
|
className: "SystemData",
|
|
4693
5031
|
},
|
|
4694
|
-
},
|
|
5032
|
+
},
|
|
5033
|
+
privateEndpointConnections: {
|
|
4695
5034
|
serializedName: "properties.privateEndpointConnections",
|
|
4696
5035
|
readOnly: true,
|
|
4697
5036
|
type: {
|
|
@@ -4703,52 +5042,61 @@ export const Topic = {
|
|
|
4703
5042
|
},
|
|
4704
5043
|
},
|
|
4705
5044
|
},
|
|
4706
|
-
},
|
|
5045
|
+
},
|
|
5046
|
+
provisioningState: {
|
|
4707
5047
|
serializedName: "properties.provisioningState",
|
|
4708
5048
|
readOnly: true,
|
|
4709
5049
|
type: {
|
|
4710
5050
|
name: "String",
|
|
4711
5051
|
},
|
|
4712
|
-
},
|
|
5052
|
+
},
|
|
5053
|
+
endpoint: {
|
|
4713
5054
|
serializedName: "properties.endpoint",
|
|
4714
5055
|
readOnly: true,
|
|
4715
5056
|
type: {
|
|
4716
5057
|
name: "String",
|
|
4717
5058
|
},
|
|
4718
|
-
},
|
|
5059
|
+
},
|
|
5060
|
+
eventTypeInfo: {
|
|
4719
5061
|
serializedName: "properties.eventTypeInfo",
|
|
4720
5062
|
type: {
|
|
4721
5063
|
name: "Composite",
|
|
4722
5064
|
className: "EventTypeInfo",
|
|
4723
5065
|
},
|
|
4724
|
-
},
|
|
5066
|
+
},
|
|
5067
|
+
minimumTlsVersionAllowed: {
|
|
4725
5068
|
serializedName: "properties.minimumTlsVersionAllowed",
|
|
4726
5069
|
type: {
|
|
4727
5070
|
name: "String",
|
|
4728
5071
|
},
|
|
4729
|
-
},
|
|
5072
|
+
},
|
|
5073
|
+
inputSchema: {
|
|
4730
5074
|
serializedName: "properties.inputSchema",
|
|
4731
5075
|
type: {
|
|
4732
5076
|
name: "String",
|
|
4733
5077
|
},
|
|
4734
|
-
},
|
|
5078
|
+
},
|
|
5079
|
+
inputSchemaMapping: {
|
|
4735
5080
|
serializedName: "properties.inputSchemaMapping",
|
|
4736
5081
|
type: {
|
|
4737
5082
|
name: "Composite",
|
|
4738
5083
|
className: "InputSchemaMapping",
|
|
4739
5084
|
},
|
|
4740
|
-
},
|
|
5085
|
+
},
|
|
5086
|
+
metricResourceId: {
|
|
4741
5087
|
serializedName: "properties.metricResourceId",
|
|
4742
5088
|
readOnly: true,
|
|
4743
5089
|
type: {
|
|
4744
5090
|
name: "String",
|
|
4745
5091
|
},
|
|
4746
|
-
},
|
|
5092
|
+
},
|
|
5093
|
+
publicNetworkAccess: {
|
|
4747
5094
|
serializedName: "properties.publicNetworkAccess",
|
|
4748
5095
|
type: {
|
|
4749
5096
|
name: "String",
|
|
4750
5097
|
},
|
|
4751
|
-
},
|
|
5098
|
+
},
|
|
5099
|
+
inboundIpRules: {
|
|
4752
5100
|
serializedName: "properties.inboundIpRules",
|
|
4753
5101
|
type: {
|
|
4754
5102
|
name: "Sequence",
|
|
@@ -4759,31 +5107,37 @@ export const Topic = {
|
|
|
4759
5107
|
},
|
|
4760
5108
|
},
|
|
4761
5109
|
},
|
|
4762
|
-
},
|
|
5110
|
+
},
|
|
5111
|
+
disableLocalAuth: {
|
|
4763
5112
|
defaultValue: false,
|
|
4764
5113
|
serializedName: "properties.disableLocalAuth",
|
|
4765
5114
|
type: {
|
|
4766
5115
|
name: "Boolean",
|
|
4767
5116
|
},
|
|
4768
|
-
},
|
|
5117
|
+
},
|
|
5118
|
+
dataResidencyBoundary: {
|
|
4769
5119
|
serializedName: "properties.dataResidencyBoundary",
|
|
4770
5120
|
type: {
|
|
4771
5121
|
name: "String",
|
|
4772
5122
|
},
|
|
4773
|
-
}
|
|
5123
|
+
},
|
|
5124
|
+
},
|
|
4774
5125
|
},
|
|
4775
5126
|
};
|
|
4776
5127
|
export const PartnerNamespace = {
|
|
4777
5128
|
type: {
|
|
4778
5129
|
name: "Composite",
|
|
4779
5130
|
className: "PartnerNamespace",
|
|
4780
|
-
modelProperties:
|
|
5131
|
+
modelProperties: {
|
|
5132
|
+
...TrackedResource.type.modelProperties,
|
|
5133
|
+
systemData: {
|
|
4781
5134
|
serializedName: "systemData",
|
|
4782
5135
|
type: {
|
|
4783
5136
|
name: "Composite",
|
|
4784
5137
|
className: "SystemData",
|
|
4785
5138
|
},
|
|
4786
|
-
},
|
|
5139
|
+
},
|
|
5140
|
+
privateEndpointConnections: {
|
|
4787
5141
|
serializedName: "properties.privateEndpointConnections",
|
|
4788
5142
|
readOnly: true,
|
|
4789
5143
|
type: {
|
|
@@ -4795,34 +5149,40 @@ export const PartnerNamespace = {
|
|
|
4795
5149
|
},
|
|
4796
5150
|
},
|
|
4797
5151
|
},
|
|
4798
|
-
},
|
|
5152
|
+
},
|
|
5153
|
+
provisioningState: {
|
|
4799
5154
|
serializedName: "properties.provisioningState",
|
|
4800
5155
|
readOnly: true,
|
|
4801
5156
|
type: {
|
|
4802
5157
|
name: "String",
|
|
4803
5158
|
},
|
|
4804
|
-
},
|
|
5159
|
+
},
|
|
5160
|
+
partnerRegistrationFullyQualifiedId: {
|
|
4805
5161
|
serializedName: "properties.partnerRegistrationFullyQualifiedId",
|
|
4806
5162
|
type: {
|
|
4807
5163
|
name: "String",
|
|
4808
5164
|
},
|
|
4809
|
-
},
|
|
5165
|
+
},
|
|
5166
|
+
minimumTlsVersionAllowed: {
|
|
4810
5167
|
serializedName: "properties.minimumTlsVersionAllowed",
|
|
4811
5168
|
type: {
|
|
4812
5169
|
name: "String",
|
|
4813
5170
|
},
|
|
4814
|
-
},
|
|
5171
|
+
},
|
|
5172
|
+
endpoint: {
|
|
4815
5173
|
serializedName: "properties.endpoint",
|
|
4816
5174
|
readOnly: true,
|
|
4817
5175
|
type: {
|
|
4818
5176
|
name: "String",
|
|
4819
5177
|
},
|
|
4820
|
-
},
|
|
5178
|
+
},
|
|
5179
|
+
publicNetworkAccess: {
|
|
4821
5180
|
serializedName: "properties.publicNetworkAccess",
|
|
4822
5181
|
type: {
|
|
4823
5182
|
name: "String",
|
|
4824
5183
|
},
|
|
4825
|
-
},
|
|
5184
|
+
},
|
|
5185
|
+
inboundIpRules: {
|
|
4826
5186
|
serializedName: "properties.inboundIpRules",
|
|
4827
5187
|
type: {
|
|
4828
5188
|
name: "Sequence",
|
|
@@ -4833,145 +5193,173 @@ export const PartnerNamespace = {
|
|
|
4833
5193
|
},
|
|
4834
5194
|
},
|
|
4835
5195
|
},
|
|
4836
|
-
},
|
|
5196
|
+
},
|
|
5197
|
+
disableLocalAuth: {
|
|
4837
5198
|
defaultValue: false,
|
|
4838
5199
|
serializedName: "properties.disableLocalAuth",
|
|
4839
5200
|
type: {
|
|
4840
5201
|
name: "Boolean",
|
|
4841
5202
|
},
|
|
4842
|
-
},
|
|
5203
|
+
},
|
|
5204
|
+
partnerTopicRoutingMode: {
|
|
4843
5205
|
defaultValue: "SourceEventAttribute",
|
|
4844
5206
|
serializedName: "properties.partnerTopicRoutingMode",
|
|
4845
5207
|
type: {
|
|
4846
5208
|
name: "String",
|
|
4847
5209
|
},
|
|
4848
|
-
}
|
|
5210
|
+
},
|
|
5211
|
+
},
|
|
4849
5212
|
},
|
|
4850
5213
|
};
|
|
4851
5214
|
export const PartnerRegistration = {
|
|
4852
5215
|
type: {
|
|
4853
5216
|
name: "Composite",
|
|
4854
5217
|
className: "PartnerRegistration",
|
|
4855
|
-
modelProperties:
|
|
5218
|
+
modelProperties: {
|
|
5219
|
+
...TrackedResource.type.modelProperties,
|
|
5220
|
+
systemData: {
|
|
4856
5221
|
serializedName: "systemData",
|
|
4857
5222
|
type: {
|
|
4858
5223
|
name: "Composite",
|
|
4859
5224
|
className: "SystemData",
|
|
4860
5225
|
},
|
|
4861
|
-
},
|
|
5226
|
+
},
|
|
5227
|
+
provisioningState: {
|
|
4862
5228
|
serializedName: "properties.provisioningState",
|
|
4863
5229
|
readOnly: true,
|
|
4864
5230
|
type: {
|
|
4865
5231
|
name: "String",
|
|
4866
5232
|
},
|
|
4867
|
-
},
|
|
5233
|
+
},
|
|
5234
|
+
partnerRegistrationImmutableId: {
|
|
4868
5235
|
serializedName: "properties.partnerRegistrationImmutableId",
|
|
4869
5236
|
type: {
|
|
4870
5237
|
name: "Uuid",
|
|
4871
5238
|
},
|
|
4872
|
-
}
|
|
5239
|
+
},
|
|
5240
|
+
},
|
|
4873
5241
|
},
|
|
4874
5242
|
};
|
|
4875
5243
|
export const PartnerTopic = {
|
|
4876
5244
|
type: {
|
|
4877
5245
|
name: "Composite",
|
|
4878
5246
|
className: "PartnerTopic",
|
|
4879
|
-
modelProperties:
|
|
5247
|
+
modelProperties: {
|
|
5248
|
+
...TrackedResource.type.modelProperties,
|
|
5249
|
+
systemData: {
|
|
4880
5250
|
serializedName: "systemData",
|
|
4881
5251
|
type: {
|
|
4882
5252
|
name: "Composite",
|
|
4883
5253
|
className: "SystemData",
|
|
4884
5254
|
},
|
|
4885
|
-
},
|
|
5255
|
+
},
|
|
5256
|
+
identity: {
|
|
4886
5257
|
serializedName: "identity",
|
|
4887
5258
|
type: {
|
|
4888
5259
|
name: "Composite",
|
|
4889
5260
|
className: "IdentityInfo",
|
|
4890
5261
|
},
|
|
4891
|
-
},
|
|
5262
|
+
},
|
|
5263
|
+
partnerRegistrationImmutableId: {
|
|
4892
5264
|
serializedName: "properties.partnerRegistrationImmutableId",
|
|
4893
5265
|
type: {
|
|
4894
5266
|
name: "Uuid",
|
|
4895
5267
|
},
|
|
4896
|
-
},
|
|
5268
|
+
},
|
|
5269
|
+
source: {
|
|
4897
5270
|
serializedName: "properties.source",
|
|
4898
5271
|
type: {
|
|
4899
5272
|
name: "String",
|
|
4900
5273
|
},
|
|
4901
|
-
},
|
|
5274
|
+
},
|
|
5275
|
+
eventTypeInfo: {
|
|
4902
5276
|
serializedName: "properties.eventTypeInfo",
|
|
4903
5277
|
type: {
|
|
4904
5278
|
name: "Composite",
|
|
4905
5279
|
className: "EventTypeInfo",
|
|
4906
5280
|
},
|
|
4907
|
-
},
|
|
5281
|
+
},
|
|
5282
|
+
expirationTimeIfNotActivatedUtc: {
|
|
4908
5283
|
serializedName: "properties.expirationTimeIfNotActivatedUtc",
|
|
4909
5284
|
type: {
|
|
4910
5285
|
name: "DateTime",
|
|
4911
5286
|
},
|
|
4912
|
-
},
|
|
5287
|
+
},
|
|
5288
|
+
provisioningState: {
|
|
4913
5289
|
serializedName: "properties.provisioningState",
|
|
4914
5290
|
readOnly: true,
|
|
4915
5291
|
type: {
|
|
4916
5292
|
name: "String",
|
|
4917
5293
|
},
|
|
4918
|
-
},
|
|
5294
|
+
},
|
|
5295
|
+
activationState: {
|
|
4919
5296
|
serializedName: "properties.activationState",
|
|
4920
5297
|
type: {
|
|
4921
5298
|
name: "String",
|
|
4922
5299
|
},
|
|
4923
|
-
},
|
|
5300
|
+
},
|
|
5301
|
+
partnerTopicFriendlyDescription: {
|
|
4924
5302
|
serializedName: "properties.partnerTopicFriendlyDescription",
|
|
4925
5303
|
type: {
|
|
4926
5304
|
name: "String",
|
|
4927
5305
|
},
|
|
4928
|
-
},
|
|
5306
|
+
},
|
|
5307
|
+
messageForActivation: {
|
|
4929
5308
|
serializedName: "properties.messageForActivation",
|
|
4930
5309
|
type: {
|
|
4931
5310
|
name: "String",
|
|
4932
5311
|
},
|
|
4933
|
-
}
|
|
5312
|
+
},
|
|
5313
|
+
},
|
|
4934
5314
|
},
|
|
4935
5315
|
};
|
|
4936
5316
|
export const SystemTopic = {
|
|
4937
5317
|
type: {
|
|
4938
5318
|
name: "Composite",
|
|
4939
5319
|
className: "SystemTopic",
|
|
4940
|
-
modelProperties:
|
|
5320
|
+
modelProperties: {
|
|
5321
|
+
...TrackedResource.type.modelProperties,
|
|
5322
|
+
systemData: {
|
|
4941
5323
|
serializedName: "systemData",
|
|
4942
5324
|
type: {
|
|
4943
5325
|
name: "Composite",
|
|
4944
5326
|
className: "SystemData",
|
|
4945
5327
|
},
|
|
4946
|
-
},
|
|
5328
|
+
},
|
|
5329
|
+
identity: {
|
|
4947
5330
|
serializedName: "identity",
|
|
4948
5331
|
type: {
|
|
4949
5332
|
name: "Composite",
|
|
4950
5333
|
className: "IdentityInfo",
|
|
4951
5334
|
},
|
|
4952
|
-
},
|
|
5335
|
+
},
|
|
5336
|
+
provisioningState: {
|
|
4953
5337
|
serializedName: "properties.provisioningState",
|
|
4954
5338
|
readOnly: true,
|
|
4955
5339
|
type: {
|
|
4956
5340
|
name: "String",
|
|
4957
5341
|
},
|
|
4958
|
-
},
|
|
5342
|
+
},
|
|
5343
|
+
source: {
|
|
4959
5344
|
serializedName: "properties.source",
|
|
4960
5345
|
type: {
|
|
4961
5346
|
name: "String",
|
|
4962
5347
|
},
|
|
4963
|
-
},
|
|
5348
|
+
},
|
|
5349
|
+
topicType: {
|
|
4964
5350
|
serializedName: "properties.topicType",
|
|
4965
5351
|
type: {
|
|
4966
5352
|
name: "String",
|
|
4967
5353
|
},
|
|
4968
|
-
},
|
|
5354
|
+
},
|
|
5355
|
+
metricResourceId: {
|
|
4969
5356
|
serializedName: "properties.metricResourceId",
|
|
4970
5357
|
readOnly: true,
|
|
4971
5358
|
type: {
|
|
4972
5359
|
name: "String",
|
|
4973
5360
|
},
|
|
4974
|
-
}
|
|
5361
|
+
},
|
|
5362
|
+
},
|
|
4975
5363
|
},
|
|
4976
5364
|
};
|
|
4977
5365
|
export const CaCertificatesDeleteHeaders = {
|