@azure/arm-eventgrid 12.0.0 → 13.0.0
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/CHANGELOG.md +11 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +70 -82
- package/dist/index.js +7613 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/eventGridManagementClient.d.ts +29 -0
- package/dist-esm/src/eventGridManagementClient.d.ts.map +1 -0
- package/dist-esm/src/eventGridManagementClient.js +62 -0
- package/dist-esm/src/eventGridManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1943 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +204 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +107 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1216 -1303
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +42 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +347 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/domainTopics.d.ts +79 -0
- package/dist-esm/src/operations/domainTopics.d.ts.map +1 -0
- package/dist-esm/src/operations/domainTopics.js +310 -0
- package/dist-esm/src/operations/domainTopics.js.map +1 -0
- package/dist-esm/src/operations/domains.d.ts +122 -0
- package/dist-esm/src/operations/domains.d.ts.map +1 -0
- package/dist-esm/src/operations/domains.js +522 -0
- package/dist-esm/src/operations/domains.js.map +1 -0
- package/dist-esm/src/operations/eventSubscriptions.d.ts +404 -0
- package/dist-esm/src/operations/eventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/eventSubscriptions.js +1504 -0
- package/dist-esm/src/operations/eventSubscriptions.js.map +1 -0
- package/dist-esm/src/operations/extensionTopics.d.ts +24 -0
- package/dist-esm/src/operations/extensionTopics.d.ts.map +1 -0
- package/dist-esm/src/operations/extensionTopics.js +50 -0
- package/dist-esm/src/operations/extensionTopics.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +26 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +88 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +89 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +346 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +50 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +176 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts +128 -0
- package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/systemTopicEventSubscriptions.js +483 -0
- package/dist-esm/src/operations/systemTopicEventSubscriptions.js.map +1 -0
- package/dist-esm/src/operations/systemTopics.d.ts +107 -0
- package/dist-esm/src/operations/systemTopics.d.ts.map +1 -0
- package/dist-esm/src/operations/systemTopics.js +482 -0
- package/dist-esm/src/operations/systemTopics.js.map +1 -0
- package/dist-esm/src/operations/topicTypes.d.ts +46 -0
- package/dist-esm/src/operations/topicTypes.d.ts.map +1 -0
- package/dist-esm/src/operations/topicTypes.js +175 -0
- package/dist-esm/src/operations/topicTypes.js.map +1 -0
- package/dist-esm/src/operations/topics.d.ts +150 -0
- package/dist-esm/src/operations/topics.d.ts.map +1 -0
- package/dist-esm/src/operations/topics.js +656 -0
- package/dist-esm/src/operations/topics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/domainTopics.d.ts +54 -0
- package/dist-esm/src/operationsInterfaces/domainTopics.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/domainTopics.js} +2 -8
- package/dist-esm/src/operationsInterfaces/domainTopics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/domains.d.ts +86 -0
- package/dist-esm/src/operationsInterfaces/domains.d.ts.map +1 -0
- package/{src/models/privateLinkResourcesMappers.ts → dist-esm/src/operationsInterfaces/domains.js} +2 -7
- package/dist-esm/src/operationsInterfaces/domains.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts +217 -0
- package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts.map +1 -0
- package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/eventSubscriptions.js} +2 -2
- package/dist-esm/src/operationsInterfaces/eventSubscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts +16 -0
- package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/extensionTopics.js +9 -0
- package/dist-esm/src/operationsInterfaces/extensionTopics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +19 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts +103 -0
- package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/systemTopics.d.ts +71 -0
- package/dist-esm/src/operationsInterfaces/systemTopics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/systemTopics.js +9 -0
- package/dist-esm/src/operationsInterfaces/systemTopics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/topicTypes.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/topicTypes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/topicTypes.js +9 -0
- package/dist-esm/src/operationsInterfaces/topicTypes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/topics.d.ts +103 -0
- package/dist-esm/src/operationsInterfaces/topics.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/topics.js} +2 -1
- package/dist-esm/src/operationsInterfaces/topics.js.map +1 -0
- package/dist-esm/test/eventgrid_examples.d.ts +4 -0
- package/dist-esm/test/eventgrid_examples.d.ts.map +1 -0
- package/dist-esm/test/eventgrid_examples.js +166 -0
- package/dist-esm/test/eventgrid_examples.js.map +1 -0
- package/package.json +65 -32
- package/review/arm-eventgrid.api.md +1777 -0
- package/rollup.config.js +181 -30
- package/src/eventGridManagementClient.ts +107 -53
- package/{esm/models/privateLinkResourcesMappers.js → src/index.ts} +5 -2
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1844 -3910
- package/src/models/mappers.ts +1261 -1339
- package/src/models/parameters.ts +239 -82
- package/src/operations/domainTopics.ts +346 -224
- package/src/operations/domains.ts +545 -454
- package/src/operations/eventSubscriptions.ts +1658 -1236
- package/src/operations/extensionTopics.ts +37 -66
- package/src/operations/index.ts +1 -2
- package/src/operations/operations.ts +65 -43
- package/src/operations/privateEndpointConnections.ts +386 -253
- package/src/operations/privateLinkResources.ts +178 -150
- package/src/operations/systemTopicEventSubscriptions.ts +537 -394
- package/src/operations/systemTopics.ts +505 -349
- package/src/operations/topicTypes.ts +138 -114
- package/src/operations/topics.ts +728 -494
- package/src/operationsInterfaces/domainTopics.ts +105 -0
- package/src/operationsInterfaces/domains.ts +162 -0
- package/src/operationsInterfaces/eventSubscriptions.ts +339 -0
- package/src/operationsInterfaces/extensionTopics.ts +30 -0
- package/src/operationsInterfaces/index.ts +19 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +125 -0
- package/src/operationsInterfaces/privateLinkResources.ts +48 -0
- package/src/operationsInterfaces/systemTopicEventSubscriptions.ts +190 -0
- package/src/operationsInterfaces/systemTopics.ts +139 -0
- package/src/operationsInterfaces/topicTypes.ts +47 -0
- package/src/operationsInterfaces/topics.ts +197 -0
- package/tsconfig.json +3 -3
- package/types/arm-eventgrid.d.ts +2998 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-eventgrid.js +0 -6824
- package/dist/arm-eventgrid.js.map +0 -1
- package/dist/arm-eventgrid.min.js +0 -1
- package/dist/arm-eventgrid.min.js.map +0 -1
- package/esm/eventGridManagementClient.d.ts +0 -35
- package/esm/eventGridManagementClient.d.ts.map +0 -1
- package/esm/eventGridManagementClient.js +0 -48
- package/esm/eventGridManagementClient.js.map +0 -1
- package/esm/eventGridManagementClientContext.d.ts +0 -23
- package/esm/eventGridManagementClientContext.d.ts.map +0 -1
- package/esm/eventGridManagementClientContext.js +0 -61
- package/esm/eventGridManagementClientContext.js.map +0 -1
- package/esm/models/domainTopicsMappers.d.ts +0 -2
- package/esm/models/domainTopicsMappers.d.ts.map +0 -1
- package/esm/models/domainTopicsMappers.js +0 -9
- package/esm/models/domainTopicsMappers.js.map +0 -1
- package/esm/models/domainsMappers.d.ts +0 -2
- package/esm/models/domainsMappers.d.ts.map +0 -1
- package/esm/models/domainsMappers.js +0 -9
- package/esm/models/domainsMappers.js.map +0 -1
- package/esm/models/eventSubscriptionsMappers.d.ts +0 -2
- package/esm/models/eventSubscriptionsMappers.d.ts.map +0 -1
- package/esm/models/eventSubscriptionsMappers.js +0 -9
- package/esm/models/eventSubscriptionsMappers.js.map +0 -1
- package/esm/models/extensionTopicsMappers.d.ts +0 -2
- package/esm/models/extensionTopicsMappers.d.ts.map +0 -1
- package/esm/models/extensionTopicsMappers.js +0 -9
- package/esm/models/extensionTopicsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -4080
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -109
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -25
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -245
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/systemTopicEventSubscriptionsMappers.d.ts +0 -2
- package/esm/models/systemTopicEventSubscriptionsMappers.d.ts.map +0 -1
- package/esm/models/systemTopicEventSubscriptionsMappers.js +0 -9
- package/esm/models/systemTopicEventSubscriptionsMappers.js.map +0 -1
- package/esm/models/systemTopicsMappers.d.ts +0 -2
- package/esm/models/systemTopicsMappers.d.ts.map +0 -1
- package/esm/models/systemTopicsMappers.js +0 -9
- package/esm/models/systemTopicsMappers.js.map +0 -1
- package/esm/models/topicTypesMappers.d.ts +0 -2
- package/esm/models/topicTypesMappers.d.ts.map +0 -1
- package/esm/models/topicTypesMappers.js +0 -9
- package/esm/models/topicTypesMappers.js.map +0 -1
- package/esm/models/topicsMappers.d.ts +0 -2
- package/esm/models/topicsMappers.d.ts.map +0 -1
- package/esm/models/topicsMappers.js +0 -9
- package/esm/models/topicsMappers.js.map +0 -1
- package/esm/operations/domainTopics.d.ts +0 -120
- package/esm/operations/domainTopics.d.ts.map +0 -1
- package/esm/operations/domainTopics.js +0 -233
- package/esm/operations/domainTopics.js.map +0 -1
- package/esm/operations/domains.d.ts +0 -214
- package/esm/operations/domains.d.ts.map +0 -1
- package/esm/operations/domains.js +0 -415
- package/esm/operations/domains.js.map +0 -1
- package/esm/operations/eventSubscriptions.d.ts +0 -666
- package/esm/operations/eventSubscriptions.d.ts.map +0 -1
- package/esm/operations/eventSubscriptions.js +0 -969
- package/esm/operations/eventSubscriptions.js.map +0 -1
- package/esm/operations/extensionTopics.d.ts +0 -47
- package/esm/operations/extensionTopics.d.ts.map +0 -1
- package/esm/operations/extensionTopics.js +0 -54
- package/esm/operations/extensionTopics.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -29
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -50
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -152
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -263
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -91
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -127
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/systemTopicEventSubscriptions.d.ts +0 -213
- package/esm/operations/systemTopicEventSubscriptions.d.ts.map +0 -1
- package/esm/operations/systemTopicEventSubscriptions.js +0 -379
- package/esm/operations/systemTopicEventSubscriptions.js.map +0 -1
- package/esm/operations/systemTopics.d.ts +0 -167
- package/esm/operations/systemTopics.d.ts.map +0 -1
- package/esm/operations/systemTopics.js +0 -353
- package/esm/operations/systemTopics.js.map +0 -1
- package/esm/operations/topicTypes.d.ts +0 -67
- package/esm/operations/topicTypes.d.ts.map +0 -1
- package/esm/operations/topicTypes.js +0 -106
- package/esm/operations/topicTypes.js.map +0 -1
- package/esm/operations/topics.d.ts +0 -237
- package/esm/operations/topics.d.ts.map +0 -1
- package/esm/operations/topics.js +0 -471
- package/esm/operations/topics.js.map +0 -1
- package/src/eventGridManagementClientContext.ts +0 -68
- package/src/models/domainTopicsMappers.ts +0 -66
- package/src/models/domainsMappers.ts +0 -69
- package/src/models/eventSubscriptionsMappers.ts +0 -69
- package/src/models/extensionTopicsMappers.ts +0 -65
- package/src/models/privateEndpointConnectionsMappers.ts +0 -66
- package/src/models/systemTopicEventSubscriptionsMappers.ts +0 -69
- package/src/models/systemTopicsMappers.ts +0 -67
- package/src/models/topicTypesMappers.ts +0 -67
- package/src/models/topicsMappers.ts +0 -70
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
discriminators,
|
|
11
|
-
AdvancedFilter,
|
|
12
|
-
AzureFunctionEventSubscriptionDestination,
|
|
13
|
-
BaseResource,
|
|
14
|
-
BoolEqualsAdvancedFilter,
|
|
15
|
-
CloudError,
|
|
16
|
-
ConnectionState,
|
|
17
|
-
DeadLetterDestination,
|
|
18
|
-
DeadLetterWithResourceIdentity,
|
|
19
|
-
DeliveryAttributeListResult,
|
|
20
|
-
DeliveryAttributeMapping,
|
|
21
|
-
DeliveryWithResourceIdentity,
|
|
22
|
-
Domain,
|
|
23
|
-
DomainTopic,
|
|
24
|
-
DynamicDeliveryAttributeMapping,
|
|
25
|
-
EventHubEventSubscriptionDestination,
|
|
26
|
-
EventSubscription,
|
|
27
|
-
EventSubscriptionDestination,
|
|
28
|
-
EventSubscriptionFilter,
|
|
29
|
-
EventSubscriptionFullUrl,
|
|
30
|
-
EventSubscriptionIdentity,
|
|
31
|
-
EventSubscriptionsListResult,
|
|
32
|
-
EventSubscriptionUpdateParameters,
|
|
33
|
-
EventType,
|
|
34
|
-
ExtensionTopic,
|
|
35
|
-
HybridConnectionEventSubscriptionDestination,
|
|
36
|
-
IdentityInfo,
|
|
37
|
-
InboundIpRule,
|
|
38
|
-
InputSchemaMapping,
|
|
39
|
-
JsonField,
|
|
40
|
-
JsonFieldWithDefault,
|
|
41
|
-
JsonInputSchemaMapping,
|
|
42
|
-
NumberGreaterThanAdvancedFilter,
|
|
43
|
-
NumberGreaterThanOrEqualsAdvancedFilter,
|
|
44
|
-
NumberInAdvancedFilter,
|
|
45
|
-
NumberLessThanAdvancedFilter,
|
|
46
|
-
NumberLessThanOrEqualsAdvancedFilter,
|
|
47
|
-
NumberNotInAdvancedFilter,
|
|
48
|
-
PrivateEndpoint,
|
|
49
|
-
PrivateEndpointConnection,
|
|
50
|
-
Resource,
|
|
51
|
-
RetryPolicy,
|
|
52
|
-
ServiceBusQueueEventSubscriptionDestination,
|
|
53
|
-
ServiceBusTopicEventSubscriptionDestination,
|
|
54
|
-
StaticDeliveryAttributeMapping,
|
|
55
|
-
StorageBlobDeadLetterDestination,
|
|
56
|
-
StorageQueueEventSubscriptionDestination,
|
|
57
|
-
StringBeginsWithAdvancedFilter,
|
|
58
|
-
StringContainsAdvancedFilter,
|
|
59
|
-
StringEndsWithAdvancedFilter,
|
|
60
|
-
StringInAdvancedFilter,
|
|
61
|
-
StringNotInAdvancedFilter,
|
|
62
|
-
SystemData,
|
|
63
|
-
SystemTopic,
|
|
64
|
-
Topic,
|
|
65
|
-
TopicTypeInfo,
|
|
66
|
-
TrackedResource,
|
|
67
|
-
UserIdentityProperties,
|
|
68
|
-
WebHookEventSubscriptionDestination
|
|
69
|
-
} from "../models/mappers";
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
discriminators,
|
|
11
|
-
AdvancedFilter,
|
|
12
|
-
AzureFunctionEventSubscriptionDestination,
|
|
13
|
-
BaseResource,
|
|
14
|
-
BoolEqualsAdvancedFilter,
|
|
15
|
-
CloudError,
|
|
16
|
-
ConnectionState,
|
|
17
|
-
DeadLetterDestination,
|
|
18
|
-
DeadLetterWithResourceIdentity,
|
|
19
|
-
DeliveryAttributeMapping,
|
|
20
|
-
DeliveryWithResourceIdentity,
|
|
21
|
-
Domain,
|
|
22
|
-
DomainTopic,
|
|
23
|
-
DynamicDeliveryAttributeMapping,
|
|
24
|
-
EventHubEventSubscriptionDestination,
|
|
25
|
-
EventSubscription,
|
|
26
|
-
EventSubscriptionDestination,
|
|
27
|
-
EventSubscriptionFilter,
|
|
28
|
-
EventSubscriptionIdentity,
|
|
29
|
-
EventType,
|
|
30
|
-
ExtensionTopic,
|
|
31
|
-
HybridConnectionEventSubscriptionDestination,
|
|
32
|
-
IdentityInfo,
|
|
33
|
-
InboundIpRule,
|
|
34
|
-
InputSchemaMapping,
|
|
35
|
-
JsonField,
|
|
36
|
-
JsonFieldWithDefault,
|
|
37
|
-
JsonInputSchemaMapping,
|
|
38
|
-
NumberGreaterThanAdvancedFilter,
|
|
39
|
-
NumberGreaterThanOrEqualsAdvancedFilter,
|
|
40
|
-
NumberInAdvancedFilter,
|
|
41
|
-
NumberLessThanAdvancedFilter,
|
|
42
|
-
NumberLessThanOrEqualsAdvancedFilter,
|
|
43
|
-
NumberNotInAdvancedFilter,
|
|
44
|
-
PrivateEndpoint,
|
|
45
|
-
PrivateEndpointConnection,
|
|
46
|
-
Resource,
|
|
47
|
-
RetryPolicy,
|
|
48
|
-
ServiceBusQueueEventSubscriptionDestination,
|
|
49
|
-
ServiceBusTopicEventSubscriptionDestination,
|
|
50
|
-
StaticDeliveryAttributeMapping,
|
|
51
|
-
StorageBlobDeadLetterDestination,
|
|
52
|
-
StorageQueueEventSubscriptionDestination,
|
|
53
|
-
StringBeginsWithAdvancedFilter,
|
|
54
|
-
StringContainsAdvancedFilter,
|
|
55
|
-
StringEndsWithAdvancedFilter,
|
|
56
|
-
StringInAdvancedFilter,
|
|
57
|
-
StringNotInAdvancedFilter,
|
|
58
|
-
SystemData,
|
|
59
|
-
SystemTopic,
|
|
60
|
-
Topic,
|
|
61
|
-
TopicTypeInfo,
|
|
62
|
-
TrackedResource,
|
|
63
|
-
UserIdentityProperties,
|
|
64
|
-
WebHookEventSubscriptionDestination
|
|
65
|
-
} from "../models/mappers";
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
discriminators,
|
|
11
|
-
AdvancedFilter,
|
|
12
|
-
AzureFunctionEventSubscriptionDestination,
|
|
13
|
-
BaseResource,
|
|
14
|
-
BoolEqualsAdvancedFilter,
|
|
15
|
-
CloudError,
|
|
16
|
-
ConnectionState,
|
|
17
|
-
DeadLetterDestination,
|
|
18
|
-
DeadLetterWithResourceIdentity,
|
|
19
|
-
DeliveryAttributeMapping,
|
|
20
|
-
DeliveryWithResourceIdentity,
|
|
21
|
-
Domain,
|
|
22
|
-
DomainTopic,
|
|
23
|
-
DynamicDeliveryAttributeMapping,
|
|
24
|
-
EventHubEventSubscriptionDestination,
|
|
25
|
-
EventSubscription,
|
|
26
|
-
EventSubscriptionDestination,
|
|
27
|
-
EventSubscriptionFilter,
|
|
28
|
-
EventSubscriptionIdentity,
|
|
29
|
-
EventType,
|
|
30
|
-
ExtensionTopic,
|
|
31
|
-
HybridConnectionEventSubscriptionDestination,
|
|
32
|
-
IdentityInfo,
|
|
33
|
-
InboundIpRule,
|
|
34
|
-
InputSchemaMapping,
|
|
35
|
-
JsonField,
|
|
36
|
-
JsonFieldWithDefault,
|
|
37
|
-
JsonInputSchemaMapping,
|
|
38
|
-
NumberGreaterThanAdvancedFilter,
|
|
39
|
-
NumberGreaterThanOrEqualsAdvancedFilter,
|
|
40
|
-
NumberInAdvancedFilter,
|
|
41
|
-
NumberLessThanAdvancedFilter,
|
|
42
|
-
NumberLessThanOrEqualsAdvancedFilter,
|
|
43
|
-
NumberNotInAdvancedFilter,
|
|
44
|
-
PrivateEndpoint,
|
|
45
|
-
PrivateEndpointConnection,
|
|
46
|
-
PrivateEndpointConnectionListResult,
|
|
47
|
-
Resource,
|
|
48
|
-
RetryPolicy,
|
|
49
|
-
ServiceBusQueueEventSubscriptionDestination,
|
|
50
|
-
ServiceBusTopicEventSubscriptionDestination,
|
|
51
|
-
StaticDeliveryAttributeMapping,
|
|
52
|
-
StorageBlobDeadLetterDestination,
|
|
53
|
-
StorageQueueEventSubscriptionDestination,
|
|
54
|
-
StringBeginsWithAdvancedFilter,
|
|
55
|
-
StringContainsAdvancedFilter,
|
|
56
|
-
StringEndsWithAdvancedFilter,
|
|
57
|
-
StringInAdvancedFilter,
|
|
58
|
-
StringNotInAdvancedFilter,
|
|
59
|
-
SystemData,
|
|
60
|
-
SystemTopic,
|
|
61
|
-
Topic,
|
|
62
|
-
TopicTypeInfo,
|
|
63
|
-
TrackedResource,
|
|
64
|
-
UserIdentityProperties,
|
|
65
|
-
WebHookEventSubscriptionDestination
|
|
66
|
-
} from "../models/mappers";
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
discriminators,
|
|
11
|
-
AdvancedFilter,
|
|
12
|
-
AzureFunctionEventSubscriptionDestination,
|
|
13
|
-
BaseResource,
|
|
14
|
-
BoolEqualsAdvancedFilter,
|
|
15
|
-
CloudError,
|
|
16
|
-
ConnectionState,
|
|
17
|
-
DeadLetterDestination,
|
|
18
|
-
DeadLetterWithResourceIdentity,
|
|
19
|
-
DeliveryAttributeListResult,
|
|
20
|
-
DeliveryAttributeMapping,
|
|
21
|
-
DeliveryWithResourceIdentity,
|
|
22
|
-
Domain,
|
|
23
|
-
DomainTopic,
|
|
24
|
-
DynamicDeliveryAttributeMapping,
|
|
25
|
-
EventHubEventSubscriptionDestination,
|
|
26
|
-
EventSubscription,
|
|
27
|
-
EventSubscriptionDestination,
|
|
28
|
-
EventSubscriptionFilter,
|
|
29
|
-
EventSubscriptionFullUrl,
|
|
30
|
-
EventSubscriptionIdentity,
|
|
31
|
-
EventSubscriptionsListResult,
|
|
32
|
-
EventSubscriptionUpdateParameters,
|
|
33
|
-
EventType,
|
|
34
|
-
ExtensionTopic,
|
|
35
|
-
HybridConnectionEventSubscriptionDestination,
|
|
36
|
-
IdentityInfo,
|
|
37
|
-
InboundIpRule,
|
|
38
|
-
InputSchemaMapping,
|
|
39
|
-
JsonField,
|
|
40
|
-
JsonFieldWithDefault,
|
|
41
|
-
JsonInputSchemaMapping,
|
|
42
|
-
NumberGreaterThanAdvancedFilter,
|
|
43
|
-
NumberGreaterThanOrEqualsAdvancedFilter,
|
|
44
|
-
NumberInAdvancedFilter,
|
|
45
|
-
NumberLessThanAdvancedFilter,
|
|
46
|
-
NumberLessThanOrEqualsAdvancedFilter,
|
|
47
|
-
NumberNotInAdvancedFilter,
|
|
48
|
-
PrivateEndpoint,
|
|
49
|
-
PrivateEndpointConnection,
|
|
50
|
-
Resource,
|
|
51
|
-
RetryPolicy,
|
|
52
|
-
ServiceBusQueueEventSubscriptionDestination,
|
|
53
|
-
ServiceBusTopicEventSubscriptionDestination,
|
|
54
|
-
StaticDeliveryAttributeMapping,
|
|
55
|
-
StorageBlobDeadLetterDestination,
|
|
56
|
-
StorageQueueEventSubscriptionDestination,
|
|
57
|
-
StringBeginsWithAdvancedFilter,
|
|
58
|
-
StringContainsAdvancedFilter,
|
|
59
|
-
StringEndsWithAdvancedFilter,
|
|
60
|
-
StringInAdvancedFilter,
|
|
61
|
-
StringNotInAdvancedFilter,
|
|
62
|
-
SystemData,
|
|
63
|
-
SystemTopic,
|
|
64
|
-
Topic,
|
|
65
|
-
TopicTypeInfo,
|
|
66
|
-
TrackedResource,
|
|
67
|
-
UserIdentityProperties,
|
|
68
|
-
WebHookEventSubscriptionDestination
|
|
69
|
-
} from "../models/mappers";
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
discriminators,
|
|
11
|
-
AdvancedFilter,
|
|
12
|
-
AzureFunctionEventSubscriptionDestination,
|
|
13
|
-
BaseResource,
|
|
14
|
-
BoolEqualsAdvancedFilter,
|
|
15
|
-
CloudError,
|
|
16
|
-
ConnectionState,
|
|
17
|
-
DeadLetterDestination,
|
|
18
|
-
DeadLetterWithResourceIdentity,
|
|
19
|
-
DeliveryAttributeMapping,
|
|
20
|
-
DeliveryWithResourceIdentity,
|
|
21
|
-
Domain,
|
|
22
|
-
DomainTopic,
|
|
23
|
-
DynamicDeliveryAttributeMapping,
|
|
24
|
-
EventHubEventSubscriptionDestination,
|
|
25
|
-
EventSubscription,
|
|
26
|
-
EventSubscriptionDestination,
|
|
27
|
-
EventSubscriptionFilter,
|
|
28
|
-
EventSubscriptionIdentity,
|
|
29
|
-
EventType,
|
|
30
|
-
ExtensionTopic,
|
|
31
|
-
HybridConnectionEventSubscriptionDestination,
|
|
32
|
-
IdentityInfo,
|
|
33
|
-
InboundIpRule,
|
|
34
|
-
InputSchemaMapping,
|
|
35
|
-
JsonField,
|
|
36
|
-
JsonFieldWithDefault,
|
|
37
|
-
JsonInputSchemaMapping,
|
|
38
|
-
NumberGreaterThanAdvancedFilter,
|
|
39
|
-
NumberGreaterThanOrEqualsAdvancedFilter,
|
|
40
|
-
NumberInAdvancedFilter,
|
|
41
|
-
NumberLessThanAdvancedFilter,
|
|
42
|
-
NumberLessThanOrEqualsAdvancedFilter,
|
|
43
|
-
NumberNotInAdvancedFilter,
|
|
44
|
-
PrivateEndpoint,
|
|
45
|
-
PrivateEndpointConnection,
|
|
46
|
-
Resource,
|
|
47
|
-
RetryPolicy,
|
|
48
|
-
ServiceBusQueueEventSubscriptionDestination,
|
|
49
|
-
ServiceBusTopicEventSubscriptionDestination,
|
|
50
|
-
StaticDeliveryAttributeMapping,
|
|
51
|
-
StorageBlobDeadLetterDestination,
|
|
52
|
-
StorageQueueEventSubscriptionDestination,
|
|
53
|
-
StringBeginsWithAdvancedFilter,
|
|
54
|
-
StringContainsAdvancedFilter,
|
|
55
|
-
StringEndsWithAdvancedFilter,
|
|
56
|
-
StringInAdvancedFilter,
|
|
57
|
-
StringNotInAdvancedFilter,
|
|
58
|
-
SystemData,
|
|
59
|
-
SystemTopic,
|
|
60
|
-
SystemTopicsListResult,
|
|
61
|
-
SystemTopicUpdateParameters,
|
|
62
|
-
Topic,
|
|
63
|
-
TopicTypeInfo,
|
|
64
|
-
TrackedResource,
|
|
65
|
-
UserIdentityProperties,
|
|
66
|
-
WebHookEventSubscriptionDestination
|
|
67
|
-
} from "../models/mappers";
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
discriminators,
|
|
11
|
-
AdvancedFilter,
|
|
12
|
-
AzureFunctionEventSubscriptionDestination,
|
|
13
|
-
BaseResource,
|
|
14
|
-
BoolEqualsAdvancedFilter,
|
|
15
|
-
CloudError,
|
|
16
|
-
ConnectionState,
|
|
17
|
-
DeadLetterDestination,
|
|
18
|
-
DeadLetterWithResourceIdentity,
|
|
19
|
-
DeliveryAttributeMapping,
|
|
20
|
-
DeliveryWithResourceIdentity,
|
|
21
|
-
Domain,
|
|
22
|
-
DomainTopic,
|
|
23
|
-
DynamicDeliveryAttributeMapping,
|
|
24
|
-
EventHubEventSubscriptionDestination,
|
|
25
|
-
EventSubscription,
|
|
26
|
-
EventSubscriptionDestination,
|
|
27
|
-
EventSubscriptionFilter,
|
|
28
|
-
EventSubscriptionIdentity,
|
|
29
|
-
EventType,
|
|
30
|
-
EventTypesListResult,
|
|
31
|
-
ExtensionTopic,
|
|
32
|
-
HybridConnectionEventSubscriptionDestination,
|
|
33
|
-
IdentityInfo,
|
|
34
|
-
InboundIpRule,
|
|
35
|
-
InputSchemaMapping,
|
|
36
|
-
JsonField,
|
|
37
|
-
JsonFieldWithDefault,
|
|
38
|
-
JsonInputSchemaMapping,
|
|
39
|
-
NumberGreaterThanAdvancedFilter,
|
|
40
|
-
NumberGreaterThanOrEqualsAdvancedFilter,
|
|
41
|
-
NumberInAdvancedFilter,
|
|
42
|
-
NumberLessThanAdvancedFilter,
|
|
43
|
-
NumberLessThanOrEqualsAdvancedFilter,
|
|
44
|
-
NumberNotInAdvancedFilter,
|
|
45
|
-
PrivateEndpoint,
|
|
46
|
-
PrivateEndpointConnection,
|
|
47
|
-
Resource,
|
|
48
|
-
RetryPolicy,
|
|
49
|
-
ServiceBusQueueEventSubscriptionDestination,
|
|
50
|
-
ServiceBusTopicEventSubscriptionDestination,
|
|
51
|
-
StaticDeliveryAttributeMapping,
|
|
52
|
-
StorageBlobDeadLetterDestination,
|
|
53
|
-
StorageQueueEventSubscriptionDestination,
|
|
54
|
-
StringBeginsWithAdvancedFilter,
|
|
55
|
-
StringContainsAdvancedFilter,
|
|
56
|
-
StringEndsWithAdvancedFilter,
|
|
57
|
-
StringInAdvancedFilter,
|
|
58
|
-
StringNotInAdvancedFilter,
|
|
59
|
-
SystemData,
|
|
60
|
-
SystemTopic,
|
|
61
|
-
Topic,
|
|
62
|
-
TopicTypeInfo,
|
|
63
|
-
TopicTypesListResult,
|
|
64
|
-
TrackedResource,
|
|
65
|
-
UserIdentityProperties,
|
|
66
|
-
WebHookEventSubscriptionDestination
|
|
67
|
-
} from "../models/mappers";
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
discriminators,
|
|
11
|
-
AdvancedFilter,
|
|
12
|
-
AzureFunctionEventSubscriptionDestination,
|
|
13
|
-
BaseResource,
|
|
14
|
-
BoolEqualsAdvancedFilter,
|
|
15
|
-
CloudError,
|
|
16
|
-
ConnectionState,
|
|
17
|
-
DeadLetterDestination,
|
|
18
|
-
DeadLetterWithResourceIdentity,
|
|
19
|
-
DeliveryAttributeMapping,
|
|
20
|
-
DeliveryWithResourceIdentity,
|
|
21
|
-
Domain,
|
|
22
|
-
DomainTopic,
|
|
23
|
-
DynamicDeliveryAttributeMapping,
|
|
24
|
-
EventHubEventSubscriptionDestination,
|
|
25
|
-
EventSubscription,
|
|
26
|
-
EventSubscriptionDestination,
|
|
27
|
-
EventSubscriptionFilter,
|
|
28
|
-
EventSubscriptionIdentity,
|
|
29
|
-
EventType,
|
|
30
|
-
EventTypesListResult,
|
|
31
|
-
ExtensionTopic,
|
|
32
|
-
HybridConnectionEventSubscriptionDestination,
|
|
33
|
-
IdentityInfo,
|
|
34
|
-
InboundIpRule,
|
|
35
|
-
InputSchemaMapping,
|
|
36
|
-
JsonField,
|
|
37
|
-
JsonFieldWithDefault,
|
|
38
|
-
JsonInputSchemaMapping,
|
|
39
|
-
NumberGreaterThanAdvancedFilter,
|
|
40
|
-
NumberGreaterThanOrEqualsAdvancedFilter,
|
|
41
|
-
NumberInAdvancedFilter,
|
|
42
|
-
NumberLessThanAdvancedFilter,
|
|
43
|
-
NumberLessThanOrEqualsAdvancedFilter,
|
|
44
|
-
NumberNotInAdvancedFilter,
|
|
45
|
-
PrivateEndpoint,
|
|
46
|
-
PrivateEndpointConnection,
|
|
47
|
-
Resource,
|
|
48
|
-
RetryPolicy,
|
|
49
|
-
ServiceBusQueueEventSubscriptionDestination,
|
|
50
|
-
ServiceBusTopicEventSubscriptionDestination,
|
|
51
|
-
StaticDeliveryAttributeMapping,
|
|
52
|
-
StorageBlobDeadLetterDestination,
|
|
53
|
-
StorageQueueEventSubscriptionDestination,
|
|
54
|
-
StringBeginsWithAdvancedFilter,
|
|
55
|
-
StringContainsAdvancedFilter,
|
|
56
|
-
StringEndsWithAdvancedFilter,
|
|
57
|
-
StringInAdvancedFilter,
|
|
58
|
-
StringNotInAdvancedFilter,
|
|
59
|
-
SystemData,
|
|
60
|
-
SystemTopic,
|
|
61
|
-
Topic,
|
|
62
|
-
TopicRegenerateKeyRequest,
|
|
63
|
-
TopicSharedAccessKeys,
|
|
64
|
-
TopicsListResult,
|
|
65
|
-
TopicTypeInfo,
|
|
66
|
-
TopicUpdateParameters,
|
|
67
|
-
TrackedResource,
|
|
68
|
-
UserIdentityProperties,
|
|
69
|
-
WebHookEventSubscriptionDestination
|
|
70
|
-
} from "../models/mappers";
|