@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 +0,0 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@azure/ms-rest-azure-js"),require("@azure/ms-rest-js")):"function"==typeof define&&define.amd?define(["exports","@azure/ms-rest-azure-js","@azure/ms-rest-js"],t):t(((e=e||self).Azure=e.Azure||{},e.Azure.ArmEventgrid={}),e.msRestAzure,e.msRest)}(this,function(e,n,t){"use strict";var i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])})(e,t)};function r(e,t){function r(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var a=function(){return(a=Object.assign||function(e){for(var t,r=1,i=arguments.length;r<i;r++)for(var a in t=arguments[r])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)},s=Object.freeze({__proto__:null}),o=n.CloudErrorMapper,p=n.BaseResourceMapper,m={serializedName:"PrivateEndpoint",type:{name:"Composite",className:"PrivateEndpoint",modelProperties:{id:{serializedName:"id",type:{name:"String"}}}}},d={serializedName:"ConnectionState",type:{name:"Composite",className:"ConnectionState",modelProperties:{status:{serializedName:"status",type:{name:"String"}},description:{serializedName:"description",type:{name:"String"}},actionsRequired:{serializedName:"actionsRequired",type:{name:"String"}}}}},u={serializedName:"Resource",type:{name:"Composite",className:"Resource",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}}}}},c={serializedName:"PrivateEndpointConnection",type:{name:"Composite",className:"PrivateEndpointConnection",modelProperties:a(a({},u.type.modelProperties),{privateEndpoint:{serializedName:"properties.privateEndpoint",type:{name:"Composite",className:"PrivateEndpoint"}},groupIds:{serializedName:"properties.groupIds",type:{name:"Sequence",element:{type:{name:"String"}}}},privateLinkServiceConnectionState:{serializedName:"properties.privateLinkServiceConnectionState",type:{name:"Composite",className:"ConnectionState"}},provisioningState:{serializedName:"properties.provisioningState",type:{name:"String"}}})}},l={serializedName:"InputSchemaMapping",type:{name:"Composite",polymorphicDiscriminator:{serializedName:"inputSchemaMappingType",clientName:"inputSchemaMappingType"},uberParent:"InputSchemaMapping",className:"InputSchemaMapping",modelProperties:{inputSchemaMappingType:{required:!0,serializedName:"inputSchemaMappingType",type:{name:"String"}}}}},y={serializedName:"InboundIpRule",type:{name:"Composite",className:"InboundIpRule",modelProperties:{ipMask:{serializedName:"ipMask",type:{name:"String"}},action:{serializedName:"action",type:{name:"String"}}}}},b={serializedName:"UserIdentityProperties",type:{name:"Composite",className:"UserIdentityProperties",modelProperties:{principalId:{serializedName:"principalId",type:{name:"String"}},clientId:{serializedName:"clientId",type:{name:"String"}}}}},v={serializedName:"IdentityInfo",type:{name:"Composite",className:"IdentityInfo",modelProperties:{type:{serializedName:"type",type:{name:"String"}},principalId:{serializedName:"principalId",type:{name:"String"}},tenantId:{serializedName:"tenantId",type:{name:"String"}},userAssignedIdentities:{serializedName:"userAssignedIdentities",type:{name:"Dictionary",value:{type:{name:"Composite",className:"UserIdentityProperties"}}}}}}},N={serializedName:"JsonField",type:{name:"Composite",className:"JsonField",modelProperties:{sourceField:{serializedName:"sourceField",type:{name:"String"}}}}},h={serializedName:"JsonFieldWithDefault",type:{name:"Composite",className:"JsonFieldWithDefault",modelProperties:{sourceField:{serializedName:"sourceField",type:{name:"String"}},defaultValue:{serializedName:"defaultValue",type:{name:"String"}}}}},S={serializedName:"Json",type:{name:"Composite",polymorphicDiscriminator:l.type.polymorphicDiscriminator,uberParent:"InputSchemaMapping",className:"JsonInputSchemaMapping",modelProperties:a(a({},l.type.modelProperties),{id:{serializedName:"properties.id",type:{name:"Composite",className:"JsonField"}},topic:{serializedName:"properties.topic",type:{name:"Composite",className:"JsonField"}},eventTime:{serializedName:"properties.eventTime",type:{name:"Composite",className:"JsonField"}},eventType:{serializedName:"properties.eventType",type:{name:"Composite",className:"JsonFieldWithDefault"}},subject:{serializedName:"properties.subject",type:{name:"Composite",className:"JsonFieldWithDefault"}},dataVersion:{serializedName:"properties.dataVersion",type:{name:"Composite",className:"JsonFieldWithDefault"}}})}},P={serializedName:"TrackedResource",type:{name:"Composite",className:"TrackedResource",modelProperties:a(a({},u.type.modelProperties),{location:{required:!0,serializedName:"location",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}}})}},g={serializedName:"systemData",type:{name:"Composite",className:"SystemData",modelProperties:{createdBy:{serializedName:"createdBy",type:{name:"String"}},createdByType:{serializedName:"createdByType",type:{name:"String"}},createdAt:{serializedName:"createdAt",type:{name:"DateTime"}},lastModifiedBy:{serializedName:"lastModifiedBy",type:{name:"String"}},lastModifiedByType:{serializedName:"lastModifiedByType",type:{name:"String"}},lastModifiedAt:{serializedName:"lastModifiedAt",type:{name:"DateTime"}}}}},E={serializedName:"Domain",type:{name:"Composite",className:"Domain",modelProperties:a(a({},P.type.modelProperties),{privateEndpointConnections:{readOnly:!0,serializedName:"properties.privateEndpointConnections",type:{name:"Sequence",element:{type:{name:"Composite",className:"PrivateEndpointConnection"}}}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},endpoint:{readOnly:!0,serializedName:"properties.endpoint",type:{name:"String"}},inputSchema:{serializedName:"properties.inputSchema",defaultValue:"EventGridSchema",type:{name:"String"}},inputSchemaMapping:{serializedName:"properties.inputSchemaMapping",type:{name:"Composite",className:"InputSchemaMapping"}},metricResourceId:{readOnly:!0,serializedName:"properties.metricResourceId",type:{name:"String"}},publicNetworkAccess:{serializedName:"properties.publicNetworkAccess",defaultValue:"Enabled",type:{name:"String"}},inboundIpRules:{serializedName:"properties.inboundIpRules",type:{name:"Sequence",element:{type:{name:"Composite",className:"InboundIpRule"}}}},disableLocalAuth:{serializedName:"properties.disableLocalAuth",defaultValue:!1,type:{name:"Boolean"}},autoCreateTopicWithFirstSubscription:{serializedName:"properties.autoCreateTopicWithFirstSubscription",defaultValue:!0,type:{name:"Boolean"}},autoDeleteTopicWithLastSubscription:{serializedName:"properties.autoDeleteTopicWithLastSubscription",defaultValue:!0,type:{name:"Boolean"}},systemData:{readOnly:!0,serializedName:"systemData",type:{name:"Composite",className:"SystemData"}},identity:{serializedName:"identity",type:{name:"Composite",className:"IdentityInfo"}}})}},z={serializedName:"DomainUpdateParameters",type:{name:"Composite",className:"DomainUpdateParameters",modelProperties:{tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},publicNetworkAccess:{serializedName:"properties.publicNetworkAccess",defaultValue:"Enabled",type:{name:"String"}},inboundIpRules:{serializedName:"properties.inboundIpRules",type:{name:"Sequence",element:{type:{name:"Composite",className:"InboundIpRule"}}}},disableLocalAuth:{serializedName:"properties.disableLocalAuth",type:{name:"Boolean"}},autoCreateTopicWithFirstSubscription:{serializedName:"properties.autoCreateTopicWithFirstSubscription",type:{name:"Boolean"}},autoDeleteTopicWithLastSubscription:{serializedName:"properties.autoDeleteTopicWithLastSubscription",type:{name:"Boolean"}},identity:{serializedName:"identity",type:{name:"Composite",className:"IdentityInfo"}}}}},T={serializedName:"DomainSharedAccessKeys",type:{name:"Composite",className:"DomainSharedAccessKeys",modelProperties:{key1:{serializedName:"key1",type:{name:"String"}},key2:{serializedName:"key2",type:{name:"String"}}}}},D={serializedName:"DomainRegenerateKeyRequest",type:{name:"Composite",className:"DomainRegenerateKeyRequest",modelProperties:{keyName:{required:!0,serializedName:"keyName",type:{name:"String"}}}}},M={serializedName:"DomainTopic",type:{name:"Composite",className:"DomainTopic",modelProperties:a(a({},u.type.modelProperties),{provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},systemData:{readOnly:!0,serializedName:"systemData",type:{name:"Composite",className:"SystemData"}}})}},f={serializedName:"EventSubscriptionDestination",type:{name:"Composite",polymorphicDiscriminator:{serializedName:"endpointType",clientName:"endpointType"},uberParent:"EventSubscriptionDestination",className:"EventSubscriptionDestination",modelProperties:{endpointType:{required:!0,serializedName:"endpointType",type:{name:"String"}}}}},I={serializedName:"EventSubscriptionIdentity",type:{name:"Composite",className:"EventSubscriptionIdentity",modelProperties:{type:{serializedName:"type",type:{name:"String"}},userAssignedIdentity:{serializedName:"userAssignedIdentity",type:{name:"String"}}}}},R={serializedName:"DeliveryWithResourceIdentity",type:{name:"Composite",className:"DeliveryWithResourceIdentity",modelProperties:{identity:{serializedName:"identity",type:{name:"Composite",className:"EventSubscriptionIdentity"}},destination:{serializedName:"destination",type:{name:"Composite",className:"EventSubscriptionDestination"}}}}},q={serializedName:"AdvancedFilter",type:{name:"Composite",polymorphicDiscriminator:{serializedName:"operatorType",clientName:"operatorType"},uberParent:"AdvancedFilter",className:"AdvancedFilter",modelProperties:{key:{serializedName:"key",type:{name:"String"}},operatorType:{required:!0,serializedName:"operatorType",type:{name:"String"}}}}},A={serializedName:"EventSubscriptionFilter",type:{name:"Composite",className:"EventSubscriptionFilter",modelProperties:{subjectBeginsWith:{serializedName:"subjectBeginsWith",type:{name:"String"}},subjectEndsWith:{serializedName:"subjectEndsWith",type:{name:"String"}},includedEventTypes:{serializedName:"includedEventTypes",type:{name:"Sequence",element:{type:{name:"String"}}}},isSubjectCaseSensitive:{serializedName:"isSubjectCaseSensitive",defaultValue:!1,type:{name:"Boolean"}},enableAdvancedFilteringOnArrays:{serializedName:"enableAdvancedFilteringOnArrays",type:{name:"Boolean"}},advancedFilters:{serializedName:"advancedFilters",type:{name:"Sequence",element:{type:{name:"Composite",className:"AdvancedFilter"}}}}}}},G={serializedName:"RetryPolicy",type:{name:"Composite",className:"RetryPolicy",modelProperties:{maxDeliveryAttempts:{serializedName:"maxDeliveryAttempts",defaultValue:30,type:{name:"Number"}},eventTimeToLiveInMinutes:{serializedName:"eventTimeToLiveInMinutes",defaultValue:1440,type:{name:"Number"}}}}},F={serializedName:"DeadLetterDestination",type:{name:"Composite",polymorphicDiscriminator:{serializedName:"endpointType",clientName:"endpointType"},uberParent:"DeadLetterDestination",className:"DeadLetterDestination",modelProperties:{endpointType:{required:!0,serializedName:"endpointType",type:{name:"String"}}}}},C={serializedName:"DeadLetterWithResourceIdentity",type:{name:"Composite",className:"DeadLetterWithResourceIdentity",modelProperties:{identity:{serializedName:"identity",type:{name:"Composite",className:"EventSubscriptionIdentity"}},deadLetterDestination:{serializedName:"deadLetterDestination",type:{name:"Composite",className:"DeadLetterDestination"}}}}},L={serializedName:"DeliveryAttributeMapping",type:{name:"Composite",polymorphicDiscriminator:{serializedName:"type",clientName:"type"},uberParent:"DeliveryAttributeMapping",className:"DeliveryAttributeMapping",modelProperties:{name:{serializedName:"name",type:{name:"String"}},type:{required:!0,serializedName:"type",type:{name:"String"}}}}},O={serializedName:"Static",type:{name:"Composite",polymorphicDiscriminator:L.type.polymorphicDiscriminator,uberParent:"DeliveryAttributeMapping",className:"StaticDeliveryAttributeMapping",modelProperties:a(a({},L.type.modelProperties),{value:{serializedName:"properties.value",type:{name:"String"}},isSecret:{serializedName:"properties.isSecret",defaultValue:!1,type:{name:"Boolean"}}})}},B={serializedName:"Dynamic",type:{name:"Composite",polymorphicDiscriminator:L.type.polymorphicDiscriminator,uberParent:"DeliveryAttributeMapping",className:"DynamicDeliveryAttributeMapping",modelProperties:a(a({},L.type.modelProperties),{sourceField:{serializedName:"properties.sourceField",type:{name:"String"}}})}},U={serializedName:"NumberIn",type:{name:"Composite",polymorphicDiscriminator:q.type.polymorphicDiscriminator,uberParent:"AdvancedFilter",className:"NumberInAdvancedFilter",modelProperties:a(a({},q.type.modelProperties),{values:{serializedName:"values",type:{name:"Sequence",element:{type:{name:"Number"}}}}})}},k={serializedName:"StorageBlob",type:{name:"Composite",polymorphicDiscriminator:F.type.polymorphicDiscriminator,uberParent:"DeadLetterDestination",className:"StorageBlobDeadLetterDestination",modelProperties:a(a({},F.type.modelProperties),{resourceId:{serializedName:"properties.resourceId",type:{name:"String"}},blobContainerName:{serializedName:"properties.blobContainerName",type:{name:"String"}}})}},x={serializedName:"NumberNotIn",type:{name:"Composite",polymorphicDiscriminator:q.type.polymorphicDiscriminator,uberParent:"AdvancedFilter",className:"NumberNotInAdvancedFilter",modelProperties:a(a({},q.type.modelProperties),{values:{serializedName:"values",type:{name:"Sequence",element:{type:{name:"Number"}}}}})}},W={serializedName:"NumberLessThan",type:{name:"Composite",polymorphicDiscriminator:q.type.polymorphicDiscriminator,uberParent:"AdvancedFilter",className:"NumberLessThanAdvancedFilter",modelProperties:a(a({},q.type.modelProperties),{value:{serializedName:"value",type:{name:"Number"}}})}},_={serializedName:"NumberGreaterThan",type:{name:"Composite",polymorphicDiscriminator:q.type.polymorphicDiscriminator,uberParent:"AdvancedFilter",className:"NumberGreaterThanAdvancedFilter",modelProperties:a(a({},q.type.modelProperties),{value:{serializedName:"value",type:{name:"Number"}}})}},H={serializedName:"NumberLessThanOrEquals",type:{name:"Composite",polymorphicDiscriminator:q.type.polymorphicDiscriminator,uberParent:"AdvancedFilter",className:"NumberLessThanOrEqualsAdvancedFilter",modelProperties:a(a({},q.type.modelProperties),{value:{serializedName:"value",type:{name:"Number"}}})}},J={serializedName:"NumberGreaterThanOrEquals",type:{name:"Composite",polymorphicDiscriminator:q.type.polymorphicDiscriminator,uberParent:"AdvancedFilter",className:"NumberGreaterThanOrEqualsAdvancedFilter",modelProperties:a(a({},q.type.modelProperties),{value:{serializedName:"value",type:{name:"Number"}}})}},w={serializedName:"BoolEquals",type:{name:"Composite",polymorphicDiscriminator:q.type.polymorphicDiscriminator,uberParent:"AdvancedFilter",className:"BoolEqualsAdvancedFilter",modelProperties:a(a({},q.type.modelProperties),{value:{serializedName:"value",type:{name:"Boolean"}}})}},K={serializedName:"StringIn",type:{name:"Composite",polymorphicDiscriminator:q.type.polymorphicDiscriminator,uberParent:"AdvancedFilter",className:"StringInAdvancedFilter",modelProperties:a(a({},q.type.modelProperties),{values:{serializedName:"values",type:{name:"Sequence",element:{type:{name:"String"}}}}})}},j={serializedName:"StringNotIn",type:{name:"Composite",polymorphicDiscriminator:q.type.polymorphicDiscriminator,uberParent:"AdvancedFilter",className:"StringNotInAdvancedFilter",modelProperties:a(a({},q.type.modelProperties),{values:{serializedName:"values",type:{name:"Sequence",element:{type:{name:"String"}}}}})}},V={serializedName:"StringBeginsWith",type:{name:"Composite",polymorphicDiscriminator:q.type.polymorphicDiscriminator,uberParent:"AdvancedFilter",className:"StringBeginsWithAdvancedFilter",modelProperties:a(a({},q.type.modelProperties),{values:{serializedName:"values",type:{name:"Sequence",element:{type:{name:"String"}}}}})}},Q={serializedName:"StringEndsWith",type:{name:"Composite",polymorphicDiscriminator:q.type.polymorphicDiscriminator,uberParent:"AdvancedFilter",className:"StringEndsWithAdvancedFilter",modelProperties:a(a({},q.type.modelProperties),{values:{serializedName:"values",type:{name:"Sequence",element:{type:{name:"String"}}}}})}},Z={serializedName:"StringContains",type:{name:"Composite",polymorphicDiscriminator:q.type.polymorphicDiscriminator,uberParent:"AdvancedFilter",className:"StringContainsAdvancedFilter",modelProperties:a(a({},q.type.modelProperties),{values:{serializedName:"values",type:{name:"Sequence",element:{type:{name:"String"}}}}})}},$={serializedName:"WebHook",type:{name:"Composite",polymorphicDiscriminator:f.type.polymorphicDiscriminator,uberParent:"EventSubscriptionDestination",className:"WebHookEventSubscriptionDestination",modelProperties:a(a({},f.type.modelProperties),{endpointUrl:{serializedName:"properties.endpointUrl",type:{name:"String"}},endpointBaseUrl:{readOnly:!0,serializedName:"properties.endpointBaseUrl",type:{name:"String"}},maxEventsPerBatch:{serializedName:"properties.maxEventsPerBatch",defaultValue:1,type:{name:"Number"}},preferredBatchSizeInKilobytes:{serializedName:"properties.preferredBatchSizeInKilobytes",defaultValue:64,type:{name:"Number"}},azureActiveDirectoryTenantId:{serializedName:"properties.azureActiveDirectoryTenantId",type:{name:"String"}},azureActiveDirectoryApplicationIdOrUri:{serializedName:"properties.azureActiveDirectoryApplicationIdOrUri",type:{name:"String"}},deliveryAttributeMappings:{serializedName:"properties.deliveryAttributeMappings",type:{name:"Sequence",element:{type:{name:"Composite",className:"DeliveryAttributeMapping"}}}}})}},X={serializedName:"EventHub",type:{name:"Composite",polymorphicDiscriminator:f.type.polymorphicDiscriminator,uberParent:"EventSubscriptionDestination",className:"EventHubEventSubscriptionDestination",modelProperties:a(a({},f.type.modelProperties),{resourceId:{serializedName:"properties.resourceId",type:{name:"String"}},deliveryAttributeMappings:{serializedName:"properties.deliveryAttributeMappings",type:{name:"Sequence",element:{type:{name:"Composite",className:"DeliveryAttributeMapping"}}}}})}},Y={serializedName:"StorageQueue",type:{name:"Composite",polymorphicDiscriminator:f.type.polymorphicDiscriminator,uberParent:"EventSubscriptionDestination",className:"StorageQueueEventSubscriptionDestination",modelProperties:a(a({},f.type.modelProperties),{resourceId:{serializedName:"properties.resourceId",type:{name:"String"}},queueName:{serializedName:"properties.queueName",type:{name:"String"}},queueMessageTimeToLiveInSeconds:{serializedName:"properties.queueMessageTimeToLiveInSeconds",type:{name:"Number"}}})}},ee={serializedName:"HybridConnection",type:{name:"Composite",polymorphicDiscriminator:f.type.polymorphicDiscriminator,uberParent:"EventSubscriptionDestination",className:"HybridConnectionEventSubscriptionDestination",modelProperties:a(a({},f.type.modelProperties),{resourceId:{serializedName:"properties.resourceId",type:{name:"String"}},deliveryAttributeMappings:{serializedName:"properties.deliveryAttributeMappings",type:{name:"Sequence",element:{type:{name:"Composite",className:"DeliveryAttributeMapping"}}}}})}},te={serializedName:"ServiceBusQueue",type:{name:"Composite",polymorphicDiscriminator:f.type.polymorphicDiscriminator,uberParent:"EventSubscriptionDestination",className:"ServiceBusQueueEventSubscriptionDestination",modelProperties:a(a({},f.type.modelProperties),{resourceId:{serializedName:"properties.resourceId",type:{name:"String"}},deliveryAttributeMappings:{serializedName:"properties.deliveryAttributeMappings",type:{name:"Sequence",element:{type:{name:"Composite",className:"DeliveryAttributeMapping"}}}}})}},re={serializedName:"ServiceBusTopic",type:{name:"Composite",polymorphicDiscriminator:f.type.polymorphicDiscriminator,uberParent:"EventSubscriptionDestination",className:"ServiceBusTopicEventSubscriptionDestination",modelProperties:a(a({},f.type.modelProperties),{resourceId:{serializedName:"properties.resourceId",type:{name:"String"}},deliveryAttributeMappings:{serializedName:"properties.deliveryAttributeMappings",type:{name:"Sequence",element:{type:{name:"Composite",className:"DeliveryAttributeMapping"}}}}})}},ie={serializedName:"AzureFunction",type:{name:"Composite",polymorphicDiscriminator:f.type.polymorphicDiscriminator,uberParent:"EventSubscriptionDestination",className:"AzureFunctionEventSubscriptionDestination",modelProperties:a(a({},f.type.modelProperties),{resourceId:{serializedName:"properties.resourceId",type:{name:"String"}},maxEventsPerBatch:{serializedName:"properties.maxEventsPerBatch",defaultValue:1,type:{name:"Number"}},preferredBatchSizeInKilobytes:{serializedName:"properties.preferredBatchSizeInKilobytes",defaultValue:64,type:{name:"Number"}},deliveryAttributeMappings:{serializedName:"properties.deliveryAttributeMappings",type:{name:"Sequence",element:{type:{name:"Composite",className:"DeliveryAttributeMapping"}}}}})}},ae={serializedName:"EventSubscription",type:{name:"Composite",className:"EventSubscription",modelProperties:a(a({},u.type.modelProperties),{topic:{readOnly:!0,serializedName:"properties.topic",type:{name:"String"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},destination:{serializedName:"properties.destination",type:{name:"Composite",className:"EventSubscriptionDestination"}},deliveryWithResourceIdentity:{serializedName:"properties.deliveryWithResourceIdentity",type:{name:"Composite",className:"DeliveryWithResourceIdentity"}},filter:{serializedName:"properties.filter",type:{name:"Composite",className:"EventSubscriptionFilter"}},labels:{serializedName:"properties.labels",type:{name:"Sequence",element:{type:{name:"String"}}}},expirationTimeUtc:{serializedName:"properties.expirationTimeUtc",type:{name:"DateTime"}},eventDeliverySchema:{serializedName:"properties.eventDeliverySchema",defaultValue:"EventGridSchema",type:{name:"String"}},retryPolicy:{serializedName:"properties.retryPolicy",type:{name:"Composite",className:"RetryPolicy"}},deadLetterDestination:{serializedName:"properties.deadLetterDestination",type:{name:"Composite",className:"DeadLetterDestination"}},deadLetterWithResourceIdentity:{serializedName:"properties.deadLetterWithResourceIdentity",type:{name:"Composite",className:"DeadLetterWithResourceIdentity"}},systemData:{readOnly:!0,serializedName:"systemData",type:{name:"Composite",className:"SystemData"}}})}},ne={serializedName:"EventSubscriptionUpdateParameters",type:{name:"Composite",className:"EventSubscriptionUpdateParameters",modelProperties:{destination:{serializedName:"destination",type:{name:"Composite",className:"EventSubscriptionDestination"}},deliveryWithResourceIdentity:{serializedName:"deliveryWithResourceIdentity",type:{name:"Composite",className:"DeliveryWithResourceIdentity"}},filter:{serializedName:"filter",type:{name:"Composite",className:"EventSubscriptionFilter"}},labels:{serializedName:"labels",type:{name:"Sequence",element:{type:{name:"String"}}}},expirationTimeUtc:{serializedName:"expirationTimeUtc",type:{name:"DateTime"}},eventDeliverySchema:{serializedName:"eventDeliverySchema",type:{name:"String"}},retryPolicy:{serializedName:"retryPolicy",type:{name:"Composite",className:"RetryPolicy"}},deadLetterDestination:{serializedName:"deadLetterDestination",type:{name:"Composite",className:"DeadLetterDestination"}},deadLetterWithResourceIdentity:{serializedName:"deadLetterWithResourceIdentity",type:{name:"Composite",className:"DeadLetterWithResourceIdentity"}}}}},se={serializedName:"EventSubscriptionFullUrl",type:{name:"Composite",className:"EventSubscriptionFullUrl",modelProperties:{endpointUrl:{serializedName:"endpointUrl",type:{name:"String"}}}}},oe={serializedName:"DeliveryAttributeListResult",type:{name:"Composite",className:"DeliveryAttributeListResult",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"DeliveryAttributeMapping"}}}}}}},pe={serializedName:"OperationInfo",type:{name:"Composite",className:"OperationInfo",modelProperties:{provider:{serializedName:"provider",type:{name:"String"}},resource:{serializedName:"resource",type:{name:"String"}},operation:{serializedName:"operation",type:{name:"String"}},description:{serializedName:"description",type:{name:"String"}}}}},me={serializedName:"Operation",type:{name:"Composite",className:"Operation",modelProperties:{name:{serializedName:"name",type:{name:"String"}},display:{serializedName:"display",type:{name:"Composite",className:"OperationInfo"}},origin:{serializedName:"origin",type:{name:"String"}},properties:{serializedName:"properties",type:{name:"Object"}}}}},de={serializedName:"PrivateLinkResource",type:{name:"Composite",className:"PrivateLinkResource",modelProperties:{groupId:{serializedName:"properties.groupId",type:{name:"String"}},displayName:{serializedName:"properties.displayName",type:{name:"String"}},requiredMembers:{serializedName:"properties.requiredMembers",type:{name:"Sequence",element:{type:{name:"String"}}}},requiredZoneNames:{serializedName:"properties.requiredZoneNames",type:{name:"Sequence",element:{type:{name:"String"}}}},id:{serializedName:"id",type:{name:"String"}},name:{serializedName:"name",type:{name:"String"}},type:{serializedName:"type",type:{name:"String"}}}}},ue={serializedName:"SystemTopic",type:{name:"Composite",className:"SystemTopic",modelProperties:a(a({},P.type.modelProperties),{provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},source:{serializedName:"properties.source",type:{name:"String"}},topicType:{serializedName:"properties.topicType",type:{name:"String"}},metricResourceId:{readOnly:!0,serializedName:"properties.metricResourceId",type:{name:"String"}},identity:{serializedName:"identity",type:{name:"Composite",className:"IdentityInfo"}},systemData:{readOnly:!0,serializedName:"systemData",type:{name:"Composite",className:"SystemData"}}})}},ce={serializedName:"SystemTopicUpdateParameters",type:{name:"Composite",className:"SystemTopicUpdateParameters",modelProperties:{tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},identity:{serializedName:"identity",type:{name:"Composite",className:"IdentityInfo"}}}}},le={serializedName:"Topic",type:{name:"Composite",className:"Topic",modelProperties:a(a({},P.type.modelProperties),{privateEndpointConnections:{readOnly:!0,serializedName:"properties.privateEndpointConnections",type:{name:"Sequence",element:{type:{name:"Composite",className:"PrivateEndpointConnection"}}}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},endpoint:{readOnly:!0,serializedName:"properties.endpoint",type:{name:"String"}},inputSchema:{serializedName:"properties.inputSchema",defaultValue:"EventGridSchema",type:{name:"String"}},inputSchemaMapping:{serializedName:"properties.inputSchemaMapping",type:{name:"Composite",className:"InputSchemaMapping"}},metricResourceId:{readOnly:!0,serializedName:"properties.metricResourceId",type:{name:"String"}},publicNetworkAccess:{serializedName:"properties.publicNetworkAccess",defaultValue:"Enabled",type:{name:"String"}},inboundIpRules:{serializedName:"properties.inboundIpRules",type:{name:"Sequence",element:{type:{name:"Composite",className:"InboundIpRule"}}}},disableLocalAuth:{serializedName:"properties.disableLocalAuth",defaultValue:!1,type:{name:"Boolean"}},identity:{serializedName:"identity",type:{name:"Composite",className:"IdentityInfo"}},systemData:{readOnly:!0,serializedName:"systemData",type:{name:"Composite",className:"SystemData"}}})}},ye={serializedName:"TopicUpdateParameters",type:{name:"Composite",className:"TopicUpdateParameters",modelProperties:{tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},identity:{serializedName:"identity",type:{name:"Composite",className:"IdentityInfo"}},publicNetworkAccess:{serializedName:"properties.publicNetworkAccess",defaultValue:"Enabled",type:{name:"String"}},inboundIpRules:{serializedName:"properties.inboundIpRules",type:{name:"Sequence",element:{type:{name:"Composite",className:"InboundIpRule"}}}},disableLocalAuth:{serializedName:"properties.disableLocalAuth",type:{name:"Boolean"}}}}},be={serializedName:"TopicSharedAccessKeys",type:{name:"Composite",className:"TopicSharedAccessKeys",modelProperties:{key1:{serializedName:"key1",type:{name:"String"}},key2:{serializedName:"key2",type:{name:"String"}}}}},ve={serializedName:"TopicRegenerateKeyRequest",type:{name:"Composite",className:"TopicRegenerateKeyRequest",modelProperties:{keyName:{required:!0,serializedName:"keyName",type:{name:"String"}}}}},Ne={serializedName:"ExtensionTopic",type:{name:"Composite",className:"ExtensionTopic",modelProperties:a(a({},u.type.modelProperties),{description:{serializedName:"properties.description",type:{name:"String"}},systemTopic:{serializedName:"properties.systemTopic",type:{name:"String"}},systemData:{readOnly:!0,serializedName:"systemData",type:{name:"Composite",className:"SystemData"}}})}},he={serializedName:"EventType",type:{name:"Composite",className:"EventType",modelProperties:a(a({},u.type.modelProperties),{displayName:{serializedName:"properties.displayName",type:{name:"String"}},description:{serializedName:"properties.description",type:{name:"String"}},schemaUrl:{serializedName:"properties.schemaUrl",type:{name:"String"}},isInDefaultSet:{serializedName:"properties.isInDefaultSet",type:{name:"Boolean"}}})}},Se={serializedName:"TopicTypeInfo",type:{name:"Composite",className:"TopicTypeInfo",modelProperties:a(a({},u.type.modelProperties),{provider:{serializedName:"properties.provider",type:{name:"String"}},displayName:{serializedName:"properties.displayName",type:{name:"String"}},description:{serializedName:"properties.description",type:{name:"String"}},resourceRegionType:{serializedName:"properties.resourceRegionType",type:{name:"String"}},provisioningState:{serializedName:"properties.provisioningState",type:{name:"String"}},supportedLocations:{serializedName:"properties.supportedLocations",type:{name:"Sequence",element:{type:{name:"String"}}}},sourceResourceFormat:{serializedName:"properties.sourceResourceFormat",type:{name:"String"}},supportedScopesForSource:{serializedName:"properties.supportedScopesForSource",type:{name:"Sequence",element:{type:{name:"String"}}}}})}},Pe={serializedName:"DomainsListResult",type:{name:"Composite",className:"DomainsListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Domain"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},ge={serializedName:"DomainTopicsListResult",type:{name:"Composite",className:"DomainTopicsListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"DomainTopic"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},Ee={serializedName:"EventSubscriptionsListResult",type:{name:"Composite",className:"EventSubscriptionsListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"EventSubscription"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},ze={serializedName:"OperationsListResult",type:{name:"Composite",className:"OperationsListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Operation"}}}}}}},Te={serializedName:"TopicsListResult",type:{name:"Composite",className:"TopicsListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Topic"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},De={serializedName:"EventTypesListResult",type:{name:"Composite",className:"EventTypesListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"EventType"}}}}}}},Me={serializedName:"PrivateEndpointConnectionListResult",type:{name:"Composite",className:"PrivateEndpointConnectionListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"PrivateEndpointConnection"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},fe={serializedName:"PrivateLinkResourcesListResult",type:{name:"Composite",className:"PrivateLinkResourcesListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"PrivateLinkResource"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},Ie={serializedName:"SystemTopicsListResult",type:{name:"Composite",className:"SystemTopicsListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"SystemTopic"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},Re={serializedName:"TopicTypesListResult",type:{name:"Composite",className:"TopicTypesListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"TopicTypeInfo"}}}}}}},qe={InputSchemaMapping:l,"InputSchemaMapping.Json":S,EventSubscriptionDestination:f,AdvancedFilter:q,DeadLetterDestination:F,DeliveryAttributeMapping:L,"DeliveryAttributeMapping.Static":O,"DeliveryAttributeMapping.Dynamic":B,"AdvancedFilter.NumberIn":U,"DeadLetterDestination.StorageBlob":k,"AdvancedFilter.NumberNotIn":x,"AdvancedFilter.NumberLessThan":W,"AdvancedFilter.NumberGreaterThan":_,"AdvancedFilter.NumberLessThanOrEquals":H,"AdvancedFilter.NumberGreaterThanOrEquals":J,"AdvancedFilter.BoolEquals":w,"AdvancedFilter.StringIn":K,"AdvancedFilter.StringNotIn":j,"AdvancedFilter.StringBeginsWith":V,"AdvancedFilter.StringEndsWith":Q,"AdvancedFilter.StringContains":Z,"EventSubscriptionDestination.WebHook":$,"EventSubscriptionDestination.EventHub":X,"EventSubscriptionDestination.StorageQueue":Y,"EventSubscriptionDestination.HybridConnection":ee,"EventSubscriptionDestination.ServiceBusQueue":te,"EventSubscriptionDestination.ServiceBusTopic":re,"EventSubscriptionDestination.AzureFunction":ie},Ae=Object.freeze({__proto__:null,CloudError:o,BaseResource:p,PrivateEndpoint:m,ConnectionState:d,Resource:u,PrivateEndpointConnection:c,InputSchemaMapping:l,InboundIpRule:y,UserIdentityProperties:b,IdentityInfo:v,JsonField:N,JsonFieldWithDefault:h,JsonInputSchemaMapping:S,TrackedResource:P,SystemData:g,Domain:E,DomainUpdateParameters:z,DomainSharedAccessKeys:T,DomainRegenerateKeyRequest:D,DomainTopic:M,EventSubscriptionDestination:f,EventSubscriptionIdentity:I,DeliveryWithResourceIdentity:R,AdvancedFilter:q,EventSubscriptionFilter:A,RetryPolicy:G,DeadLetterDestination:F,DeadLetterWithResourceIdentity:C,DeliveryAttributeMapping:L,StaticDeliveryAttributeMapping:O,DynamicDeliveryAttributeMapping:B,NumberInAdvancedFilter:U,StorageBlobDeadLetterDestination:k,NumberNotInAdvancedFilter:x,NumberLessThanAdvancedFilter:W,NumberGreaterThanAdvancedFilter:_,NumberLessThanOrEqualsAdvancedFilter:H,NumberGreaterThanOrEqualsAdvancedFilter:J,BoolEqualsAdvancedFilter:w,StringInAdvancedFilter:K,StringNotInAdvancedFilter:j,StringBeginsWithAdvancedFilter:V,StringEndsWithAdvancedFilter:Q,StringContainsAdvancedFilter:Z,WebHookEventSubscriptionDestination:$,EventHubEventSubscriptionDestination:X,StorageQueueEventSubscriptionDestination:Y,HybridConnectionEventSubscriptionDestination:ee,ServiceBusQueueEventSubscriptionDestination:te,ServiceBusTopicEventSubscriptionDestination:re,AzureFunctionEventSubscriptionDestination:ie,EventSubscription:ae,EventSubscriptionUpdateParameters:ne,EventSubscriptionFullUrl:se,DeliveryAttributeListResult:oe,OperationInfo:pe,Operation:me,PrivateLinkResource:de,SystemTopic:ue,SystemTopicUpdateParameters:ce,Topic:le,TopicUpdateParameters:ye,TopicSharedAccessKeys:be,TopicRegenerateKeyRequest:ve,ExtensionTopic:Ne,EventType:he,TopicTypeInfo:Se,DomainsListResult:Pe,DomainTopicsListResult:ge,EventSubscriptionsListResult:Ee,OperationsListResult:ze,TopicsListResult:Te,EventTypesListResult:De,PrivateEndpointConnectionListResult:Me,PrivateLinkResourcesListResult:fe,SystemTopicsListResult:Ie,TopicTypesListResult:Re,discriminators:qe}),Ge=Object.freeze({__proto__:null,discriminators:qe,AdvancedFilter:q,AzureFunctionEventSubscriptionDestination:ie,BaseResource:p,BoolEqualsAdvancedFilter:w,CloudError:o,ConnectionState:d,DeadLetterDestination:F,DeadLetterWithResourceIdentity:C,DeliveryAttributeMapping:L,DeliveryWithResourceIdentity:R,Domain:E,DomainRegenerateKeyRequest:D,DomainSharedAccessKeys:T,DomainsListResult:Pe,DomainTopic:M,DomainUpdateParameters:z,DynamicDeliveryAttributeMapping:B,EventHubEventSubscriptionDestination:X,EventSubscription:ae,EventSubscriptionDestination:f,EventSubscriptionFilter:A,EventSubscriptionIdentity:I,EventType:he,ExtensionTopic:Ne,HybridConnectionEventSubscriptionDestination:ee,IdentityInfo:v,InboundIpRule:y,InputSchemaMapping:l,JsonField:N,JsonFieldWithDefault:h,JsonInputSchemaMapping:S,NumberGreaterThanAdvancedFilter:_,NumberGreaterThanOrEqualsAdvancedFilter:J,NumberInAdvancedFilter:U,NumberLessThanAdvancedFilter:W,NumberLessThanOrEqualsAdvancedFilter:H,NumberNotInAdvancedFilter:x,PrivateEndpoint:m,PrivateEndpointConnection:c,Resource:u,RetryPolicy:G,ServiceBusQueueEventSubscriptionDestination:te,ServiceBusTopicEventSubscriptionDestination:re,StaticDeliveryAttributeMapping:O,StorageBlobDeadLetterDestination:k,StorageQueueEventSubscriptionDestination:Y,StringBeginsWithAdvancedFilter:V,StringContainsAdvancedFilter:Z,StringEndsWithAdvancedFilter:Q,StringInAdvancedFilter:K,StringNotInAdvancedFilter:j,SystemData:g,SystemTopic:ue,Topic:le,TopicTypeInfo:Se,TrackedResource:P,UserIdentityProperties:b,WebHookEventSubscriptionDestination:$}),Fe={parameterPath:"acceptLanguage",mapper:{serializedName:"accept-language",defaultValue:"en-US",type:{name:"String"}}},Ce={parameterPath:"apiVersion",mapper:{required:!0,serializedName:"api-version",type:{name:"String"}}},Le={parameterPath:"domainName",mapper:{required:!0,serializedName:"domainName",type:{name:"String"}}},Oe={parameterPath:"domainTopicName",mapper:{required:!0,serializedName:"domainTopicName",type:{name:"String"}}},Be={parameterPath:"eventSubscriptionName",mapper:{required:!0,serializedName:"eventSubscriptionName",type:{name:"String"}}},Ue={parameterPath:["options","filter"],mapper:{serializedName:"$filter",type:{name:"String"}}},ke={parameterPath:"location",mapper:{required:!0,serializedName:"location",type:{name:"String"}}},xe={parameterPath:"nextPageLink",mapper:{required:!0,serializedName:"nextLink",type:{name:"String"}},skipEncoding:!0},We={parameterPath:"parentName",mapper:{required:!0,serializedName:"parentName",type:{name:"String"}}},_e={parameterPath:"parentType",mapper:{required:!0,serializedName:"parentType",type:{name:"String"}}},He={parameterPath:"privateEndpointConnectionName",mapper:{required:!0,serializedName:"privateEndpointConnectionName",type:{name:"String"}}},Je={parameterPath:"providerNamespace",mapper:{required:!0,serializedName:"providerNamespace",type:{name:"String"}}},we={parameterPath:"resourceGroupName",mapper:{required:!0,serializedName:"resourceGroupName",type:{name:"String"}}},Ke={parameterPath:"resourceName",mapper:{required:!0,serializedName:"resourceName",type:{name:"String"}}},je={parameterPath:"resourceTypeName",mapper:{required:!0,serializedName:"resourceTypeName",type:{name:"String"}}},Ve={parameterPath:"scope",mapper:{required:!0,serializedName:"scope",type:{name:"String"}},skipEncoding:!0},Qe={parameterPath:"subscriptionId",mapper:{required:!0,serializedName:"subscriptionId",type:{name:"String"}}},Ze={parameterPath:"systemTopicName",mapper:{required:!0,serializedName:"systemTopicName",type:{name:"String"}}},$e={parameterPath:["options","top"],mapper:{serializedName:"$top",type:{name:"Number"}}},Xe={parameterPath:"topicName",mapper:{required:!0,serializedName:"topicName",type:{name:"String"}}},Ye={parameterPath:"topicTypeName",mapper:{required:!0,serializedName:"topicTypeName",type:{name:"String"}}},et=(tt.prototype.get=function(e,t,r,i){return this.client.sendOperationRequest({resourceGroupName:e,domainName:t,options:r},rt,i)},tt.prototype.createOrUpdate=function(e,t,r,i){return this.beginCreateOrUpdate(e,t,r,i).then(function(e){return e.pollUntilFinished()})},tt.prototype.deleteMethod=function(e,t,r){return this.beginDeleteMethod(e,t,r).then(function(e){return e.pollUntilFinished()})},tt.prototype.update=function(e,t,r,i){return this.beginUpdate(e,t,r,i).then(function(e){return e.pollUntilFinished()})},tt.prototype.listBySubscription=function(e,t){return this.client.sendOperationRequest({options:e},it,t)},tt.prototype.listByResourceGroup=function(e,t,r){return this.client.sendOperationRequest({resourceGroupName:e,options:t},at,r)},tt.prototype.listSharedAccessKeys=function(e,t,r,i){return this.client.sendOperationRequest({resourceGroupName:e,domainName:t,options:r},nt,i)},tt.prototype.regenerateKey=function(e,t,r,i,a){return this.client.sendOperationRequest({resourceGroupName:e,domainName:t,regenerateKeyRequest:r,options:i},st,a)},tt.prototype.beginCreateOrUpdate=function(e,t,r,i){return this.client.sendLRORequest({resourceGroupName:e,domainName:t,domainInfo:r,options:i},ot,i)},tt.prototype.beginDeleteMethod=function(e,t,r){return this.client.sendLRORequest({resourceGroupName:e,domainName:t,options:r},pt,r)},tt.prototype.beginUpdate=function(e,t,r,i){return this.client.sendLRORequest({resourceGroupName:e,domainName:t,domainUpdateParameters:r,options:i},mt,i)},tt.prototype.listBySubscriptionNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},dt,r)},tt.prototype.listByResourceGroupNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},ut,r)},tt);function tt(e){this.client=e}var Ge=new t.Serializer(Ge),rt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}",urlParameters:[Qe,we,Le],queryParameters:[Ce],headerParameters:[Fe],responses:{200:{bodyMapper:E},default:{bodyMapper:o}},serializer:Ge},it={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/domains",urlParameters:[Qe],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Pe},default:{bodyMapper:o}},serializer:Ge},at={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains",urlParameters:[Qe,we],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Pe},default:{bodyMapper:o}},serializer:Ge},nt={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/listKeys",urlParameters:[Qe,we,Le],queryParameters:[Ce],headerParameters:[Fe],responses:{200:{bodyMapper:T},default:{bodyMapper:o}},serializer:Ge},st={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/regenerateKey",urlParameters:[Qe,we,Le],queryParameters:[Ce],headerParameters:[Fe],requestBody:{parameterPath:"regenerateKeyRequest",mapper:a(a({},D),{required:!0})},responses:{200:{bodyMapper:T},default:{bodyMapper:o}},serializer:Ge},ot={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}",urlParameters:[Qe,we,Le],queryParameters:[Ce],headerParameters:[Fe],requestBody:{parameterPath:"domainInfo",mapper:a(a({},E),{required:!0})},responses:{201:{bodyMapper:E},default:{bodyMapper:o}},serializer:Ge},pt={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}",urlParameters:[Qe,we,Le],queryParameters:[Ce],headerParameters:[Fe],responses:{200:{},202:{},204:{},default:{bodyMapper:o}},serializer:Ge},mt={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}",urlParameters:[Qe,we,Le],queryParameters:[Ce],headerParameters:[Fe],requestBody:{parameterPath:"domainUpdateParameters",mapper:a(a({},z),{required:!0})},responses:{200:{},201:{bodyMapper:E},default:{bodyMapper:o}},serializer:Ge},dt={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[xe],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Pe},default:{bodyMapper:o}},serializer:Ge},ut={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[xe],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Pe},default:{bodyMapper:o}},serializer:Ge},Ge=Object.freeze({__proto__:null,discriminators:qe,AdvancedFilter:q,AzureFunctionEventSubscriptionDestination:ie,BaseResource:p,BoolEqualsAdvancedFilter:w,CloudError:o,ConnectionState:d,DeadLetterDestination:F,DeadLetterWithResourceIdentity:C,DeliveryAttributeMapping:L,DeliveryWithResourceIdentity:R,Domain:E,DomainTopic:M,DomainTopicsListResult:ge,DynamicDeliveryAttributeMapping:B,EventHubEventSubscriptionDestination:X,EventSubscription:ae,EventSubscriptionDestination:f,EventSubscriptionFilter:A,EventSubscriptionIdentity:I,EventType:he,ExtensionTopic:Ne,HybridConnectionEventSubscriptionDestination:ee,IdentityInfo:v,InboundIpRule:y,InputSchemaMapping:l,JsonField:N,JsonFieldWithDefault:h,JsonInputSchemaMapping:S,NumberGreaterThanAdvancedFilter:_,NumberGreaterThanOrEqualsAdvancedFilter:J,NumberInAdvancedFilter:U,NumberLessThanAdvancedFilter:W,NumberLessThanOrEqualsAdvancedFilter:H,NumberNotInAdvancedFilter:x,PrivateEndpoint:m,PrivateEndpointConnection:c,Resource:u,RetryPolicy:G,ServiceBusQueueEventSubscriptionDestination:te,ServiceBusTopicEventSubscriptionDestination:re,StaticDeliveryAttributeMapping:O,StorageBlobDeadLetterDestination:k,StorageQueueEventSubscriptionDestination:Y,StringBeginsWithAdvancedFilter:V,StringContainsAdvancedFilter:Z,StringEndsWithAdvancedFilter:Q,StringInAdvancedFilter:K,StringNotInAdvancedFilter:j,SystemData:g,SystemTopic:ue,Topic:le,TopicTypeInfo:Se,TrackedResource:P,UserIdentityProperties:b,WebHookEventSubscriptionDestination:$}),ct=(lt.prototype.get=function(e,t,r,i,a){return this.client.sendOperationRequest({resourceGroupName:e,domainName:t,domainTopicName:r,options:i},yt,a)},lt.prototype.createOrUpdate=function(e,t,r,i){return this.beginCreateOrUpdate(e,t,r,i).then(function(e){return e.pollUntilFinished()})},lt.prototype.deleteMethod=function(e,t,r,i){return this.beginDeleteMethod(e,t,r,i).then(function(e){return e.pollUntilFinished()})},lt.prototype.listByDomain=function(e,t,r,i){return this.client.sendOperationRequest({resourceGroupName:e,domainName:t,options:r},bt,i)},lt.prototype.beginCreateOrUpdate=function(e,t,r,i){return this.client.sendLRORequest({resourceGroupName:e,domainName:t,domainTopicName:r,options:i},vt,i)},lt.prototype.beginDeleteMethod=function(e,t,r,i){return this.client.sendLRORequest({resourceGroupName:e,domainName:t,domainTopicName:r,options:i},Nt,i)},lt.prototype.listByDomainNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},ht,r)},lt);function lt(e){this.client=e}var Ge=new t.Serializer(Ge),yt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{domainTopicName}",urlParameters:[Qe,we,Le,Oe],queryParameters:[Ce],headerParameters:[Fe],responses:{200:{bodyMapper:M},default:{bodyMapper:o}},serializer:Ge},bt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics",urlParameters:[Qe,we,Le],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:ge},default:{bodyMapper:o}},serializer:Ge},vt={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{domainTopicName}",urlParameters:[Qe,we,Le,Oe],queryParameters:[Ce],headerParameters:[Fe],responses:{201:{bodyMapper:M},default:{bodyMapper:o}},serializer:Ge},Nt={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{domainTopicName}",urlParameters:[Qe,we,Le,Oe],queryParameters:[Ce],headerParameters:[Fe],responses:{200:{},202:{},204:{},default:{bodyMapper:o}},serializer:Ge},ht={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[xe],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:ge},default:{bodyMapper:o}},serializer:Ge},Ge=Object.freeze({__proto__:null,discriminators:qe,AdvancedFilter:q,AzureFunctionEventSubscriptionDestination:ie,BaseResource:p,BoolEqualsAdvancedFilter:w,CloudError:o,ConnectionState:d,DeadLetterDestination:F,DeadLetterWithResourceIdentity:C,DeliveryAttributeListResult:oe,DeliveryAttributeMapping:L,DeliveryWithResourceIdentity:R,Domain:E,DomainTopic:M,DynamicDeliveryAttributeMapping:B,EventHubEventSubscriptionDestination:X,EventSubscription:ae,EventSubscriptionDestination:f,EventSubscriptionFilter:A,EventSubscriptionFullUrl:se,EventSubscriptionIdentity:I,EventSubscriptionsListResult:Ee,EventSubscriptionUpdateParameters:ne,EventType:he,ExtensionTopic:Ne,HybridConnectionEventSubscriptionDestination:ee,IdentityInfo:v,InboundIpRule:y,InputSchemaMapping:l,JsonField:N,JsonFieldWithDefault:h,JsonInputSchemaMapping:S,NumberGreaterThanAdvancedFilter:_,NumberGreaterThanOrEqualsAdvancedFilter:J,NumberInAdvancedFilter:U,NumberLessThanAdvancedFilter:W,NumberLessThanOrEqualsAdvancedFilter:H,NumberNotInAdvancedFilter:x,PrivateEndpoint:m,PrivateEndpointConnection:c,Resource:u,RetryPolicy:G,ServiceBusQueueEventSubscriptionDestination:te,ServiceBusTopicEventSubscriptionDestination:re,StaticDeliveryAttributeMapping:O,StorageBlobDeadLetterDestination:k,StorageQueueEventSubscriptionDestination:Y,StringBeginsWithAdvancedFilter:V,StringContainsAdvancedFilter:Z,StringEndsWithAdvancedFilter:Q,StringInAdvancedFilter:K,StringNotInAdvancedFilter:j,SystemData:g,SystemTopic:ue,Topic:le,TopicTypeInfo:Se,TrackedResource:P,UserIdentityProperties:b,WebHookEventSubscriptionDestination:$}),St=(Pt.prototype.get=function(e,t,r,i){return this.client.sendOperationRequest({scope:e,eventSubscriptionName:t,options:r},gt,i)},Pt.prototype.createOrUpdate=function(e,t,r,i){return this.beginCreateOrUpdate(e,t,r,i).then(function(e){return e.pollUntilFinished()})},Pt.prototype.deleteMethod=function(e,t,r){return this.beginDeleteMethod(e,t,r).then(function(e){return e.pollUntilFinished()})},Pt.prototype.update=function(e,t,r,i){return this.beginUpdate(e,t,r,i).then(function(e){return e.pollUntilFinished()})},Pt.prototype.getFullUrl=function(e,t,r,i){return this.client.sendOperationRequest({scope:e,eventSubscriptionName:t,options:r},Et,i)},Pt.prototype.listGlobalBySubscription=function(e,t){return this.client.sendOperationRequest({options:e},zt,t)},Pt.prototype.listGlobalBySubscriptionForTopicType=function(e,t,r){return this.client.sendOperationRequest({topicTypeName:e,options:t},Tt,r)},Pt.prototype.listGlobalByResourceGroup=function(e,t,r){return this.client.sendOperationRequest({resourceGroupName:e,options:t},Dt,r)},Pt.prototype.listGlobalByResourceGroupForTopicType=function(e,t,r,i){return this.client.sendOperationRequest({resourceGroupName:e,topicTypeName:t,options:r},Mt,i)},Pt.prototype.listRegionalBySubscription=function(e,t,r){return this.client.sendOperationRequest({location:e,options:t},ft,r)},Pt.prototype.listRegionalByResourceGroup=function(e,t,r,i){return this.client.sendOperationRequest({resourceGroupName:e,location:t,options:r},It,i)},Pt.prototype.listRegionalBySubscriptionForTopicType=function(e,t,r,i){return this.client.sendOperationRequest({location:e,topicTypeName:t,options:r},Rt,i)},Pt.prototype.listRegionalByResourceGroupForTopicType=function(e,t,r,i,a){return this.client.sendOperationRequest({resourceGroupName:e,location:t,topicTypeName:r,options:i},qt,a)},Pt.prototype.listByResource=function(e,t,r,i,a,n){return this.client.sendOperationRequest({resourceGroupName:e,providerNamespace:t,resourceTypeName:r,resourceName:i,options:a},At,n)},Pt.prototype.listByDomainTopic=function(e,t,r,i,a){return this.client.sendOperationRequest({resourceGroupName:e,domainName:t,topicName:r,options:i},Gt,a)},Pt.prototype.getDeliveryAttributes=function(e,t,r,i){return this.client.sendOperationRequest({scope:e,eventSubscriptionName:t,options:r},Ft,i)},Pt.prototype.beginCreateOrUpdate=function(e,t,r,i){return this.client.sendLRORequest({scope:e,eventSubscriptionName:t,eventSubscriptionInfo:r,options:i},Ct,i)},Pt.prototype.beginDeleteMethod=function(e,t,r){return this.client.sendLRORequest({scope:e,eventSubscriptionName:t,options:r},Lt,r)},Pt.prototype.beginUpdate=function(e,t,r,i){return this.client.sendLRORequest({scope:e,eventSubscriptionName:t,eventSubscriptionUpdateParameters:r,options:i},Ot,i)},Pt.prototype.listGlobalBySubscriptionNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},Bt,r)},Pt.prototype.listGlobalBySubscriptionForTopicTypeNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},Ut,r)},Pt.prototype.listGlobalByResourceGroupNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},kt,r)},Pt.prototype.listGlobalByResourceGroupForTopicTypeNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},xt,r)},Pt.prototype.listRegionalBySubscriptionNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},Wt,r)},Pt.prototype.listRegionalByResourceGroupNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},_t,r)},Pt.prototype.listRegionalBySubscriptionForTopicTypeNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},Ht,r)},Pt.prototype.listRegionalByResourceGroupForTopicTypeNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},Jt,r)},Pt.prototype.listByResourceNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},wt,r)},Pt.prototype.listByDomainTopicNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},Kt,r)},Pt);function Pt(e){this.client=e}var Ge=new t.Serializer(Ge),gt={httpMethod:"GET",path:"{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}",urlParameters:[Ve,Be],queryParameters:[Ce],headerParameters:[Fe],responses:{200:{bodyMapper:ae},default:{bodyMapper:o}},serializer:Ge},Et={httpMethod:"POST",path:"{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}/getFullUrl",urlParameters:[Ve,Be],queryParameters:[Ce],headerParameters:[Fe],responses:{200:{bodyMapper:se},default:{bodyMapper:o}},serializer:Ge},zt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/eventSubscriptions",urlParameters:[Qe],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Ee},default:{bodyMapper:o}},serializer:Ge},Tt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}/eventSubscriptions",urlParameters:[Qe,Ye],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Ee},default:{bodyMapper:o}},serializer:Ge},Dt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/eventSubscriptions",urlParameters:[Qe,we],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Ee},default:{bodyMapper:o}},serializer:Ge},Mt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}/eventSubscriptions",urlParameters:[Qe,we,Ye],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Ee},default:{bodyMapper:o}},serializer:Ge},ft={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/locations/{location}/eventSubscriptions",urlParameters:[Qe,ke],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Ee},default:{bodyMapper:o}},serializer:Ge},It={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/locations/{location}/eventSubscriptions",urlParameters:[Qe,we,ke],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Ee},default:{bodyMapper:o}},serializer:Ge},Rt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/locations/{location}/topicTypes/{topicTypeName}/eventSubscriptions",urlParameters:[Qe,ke,Ye],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Ee},default:{bodyMapper:o}},serializer:Ge},qt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/locations/{location}/topicTypes/{topicTypeName}/eventSubscriptions",urlParameters:[Qe,we,ke,Ye],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Ee},default:{bodyMapper:o}},serializer:Ge},At={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{providerNamespace}/{resourceTypeName}/{resourceName}/providers/Microsoft.EventGrid/eventSubscriptions",urlParameters:[Qe,we,Je,je,Ke],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Ee},default:{bodyMapper:o}},serializer:Ge},Gt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/providers/Microsoft.EventGrid/eventSubscriptions",urlParameters:[Qe,we,Le,Xe],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Ee},default:{bodyMapper:o}},serializer:Ge},Ft={httpMethod:"POST",path:"{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}/getDeliveryAttributes",urlParameters:[Ve,Be],queryParameters:[Ce],headerParameters:[Fe],responses:{200:{bodyMapper:oe},default:{bodyMapper:o}},serializer:Ge},Ct={httpMethod:"PUT",path:"{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}",urlParameters:[Ve,Be],queryParameters:[Ce],headerParameters:[Fe],requestBody:{parameterPath:"eventSubscriptionInfo",mapper:a(a({},ae),{required:!0})},responses:{201:{bodyMapper:ae},default:{bodyMapper:o}},serializer:Ge},Lt={httpMethod:"DELETE",path:"{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}",urlParameters:[Ve,Be],queryParameters:[Ce],headerParameters:[Fe],responses:{200:{},202:{},204:{},default:{bodyMapper:o}},serializer:Ge},Ot={httpMethod:"PATCH",path:"{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}",urlParameters:[Ve,Be],queryParameters:[Ce],headerParameters:[Fe],requestBody:{parameterPath:"eventSubscriptionUpdateParameters",mapper:a(a({},ne),{required:!0})},responses:{201:{bodyMapper:ae},default:{bodyMapper:o}},serializer:Ge},Bt={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[xe],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Ee},default:{bodyMapper:o}},serializer:Ge},Ut={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[xe],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Ee},default:{bodyMapper:o}},serializer:Ge},kt={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[xe],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Ee},default:{bodyMapper:o}},serializer:Ge},xt={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[xe],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Ee},default:{bodyMapper:o}},serializer:Ge},Wt={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[xe],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Ee},default:{bodyMapper:o}},serializer:Ge},_t={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[xe],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Ee},default:{bodyMapper:o}},serializer:Ge},Ht={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[xe],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Ee},default:{bodyMapper:o}},serializer:Ge},Jt={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[xe],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Ee},default:{bodyMapper:o}},serializer:Ge},wt={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[xe],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Ee},default:{bodyMapper:o}},serializer:Ge},Kt={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[xe],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Ee},default:{bodyMapper:o}},serializer:Ge},Ge=Object.freeze({__proto__:null,discriminators:qe,AdvancedFilter:q,AzureFunctionEventSubscriptionDestination:ie,BaseResource:p,BoolEqualsAdvancedFilter:w,CloudError:o,ConnectionState:d,DeadLetterDestination:F,DeadLetterWithResourceIdentity:C,DeliveryAttributeListResult:oe,DeliveryAttributeMapping:L,DeliveryWithResourceIdentity:R,Domain:E,DomainTopic:M,DynamicDeliveryAttributeMapping:B,EventHubEventSubscriptionDestination:X,EventSubscription:ae,EventSubscriptionDestination:f,EventSubscriptionFilter:A,EventSubscriptionFullUrl:se,EventSubscriptionIdentity:I,EventSubscriptionsListResult:Ee,EventSubscriptionUpdateParameters:ne,EventType:he,ExtensionTopic:Ne,HybridConnectionEventSubscriptionDestination:ee,IdentityInfo:v,InboundIpRule:y,InputSchemaMapping:l,JsonField:N,JsonFieldWithDefault:h,JsonInputSchemaMapping:S,NumberGreaterThanAdvancedFilter:_,NumberGreaterThanOrEqualsAdvancedFilter:J,NumberInAdvancedFilter:U,NumberLessThanAdvancedFilter:W,NumberLessThanOrEqualsAdvancedFilter:H,NumberNotInAdvancedFilter:x,PrivateEndpoint:m,PrivateEndpointConnection:c,Resource:u,RetryPolicy:G,ServiceBusQueueEventSubscriptionDestination:te,ServiceBusTopicEventSubscriptionDestination:re,StaticDeliveryAttributeMapping:O,StorageBlobDeadLetterDestination:k,StorageQueueEventSubscriptionDestination:Y,StringBeginsWithAdvancedFilter:V,StringContainsAdvancedFilter:Z,StringEndsWithAdvancedFilter:Q,StringInAdvancedFilter:K,StringNotInAdvancedFilter:j,SystemData:g,SystemTopic:ue,Topic:le,TopicTypeInfo:Se,TrackedResource:P,UserIdentityProperties:b,WebHookEventSubscriptionDestination:$}),jt=(Vt.prototype.get=function(e,t,r,i,a){return this.client.sendOperationRequest({resourceGroupName:e,systemTopicName:t,eventSubscriptionName:r,options:i},Qt,a)},Vt.prototype.createOrUpdate=function(e,t,r,i,a){return this.beginCreateOrUpdate(e,t,r,i,a).then(function(e){return e.pollUntilFinished()})},Vt.prototype.deleteMethod=function(e,t,r,i){return this.beginDeleteMethod(e,t,r,i).then(function(e){return e.pollUntilFinished()})},Vt.prototype.update=function(e,t,r,i,a){return this.beginUpdate(e,t,r,i,a).then(function(e){return e.pollUntilFinished()})},Vt.prototype.getFullUrl=function(e,t,r,i,a){return this.client.sendOperationRequest({resourceGroupName:e,systemTopicName:t,eventSubscriptionName:r,options:i},Zt,a)},Vt.prototype.listBySystemTopic=function(e,t,r,i){return this.client.sendOperationRequest({resourceGroupName:e,systemTopicName:t,options:r},$t,i)},Vt.prototype.getDeliveryAttributes=function(e,t,r,i,a){return this.client.sendOperationRequest({resourceGroupName:e,systemTopicName:t,eventSubscriptionName:r,options:i},Xt,a)},Vt.prototype.beginCreateOrUpdate=function(e,t,r,i,a){return this.client.sendLRORequest({resourceGroupName:e,systemTopicName:t,eventSubscriptionName:r,eventSubscriptionInfo:i,options:a},Yt,a)},Vt.prototype.beginDeleteMethod=function(e,t,r,i){return this.client.sendLRORequest({resourceGroupName:e,systemTopicName:t,eventSubscriptionName:r,options:i},er,i)},Vt.prototype.beginUpdate=function(e,t,r,i,a){return this.client.sendLRORequest({resourceGroupName:e,systemTopicName:t,eventSubscriptionName:r,eventSubscriptionUpdateParameters:i,options:a},tr,a)},Vt.prototype.listBySystemTopicNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},rr,r)},Vt);function Vt(e){this.client=e}var Ge=new t.Serializer(Ge),Qt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}",urlParameters:[Qe,we,Ze,Be],queryParameters:[Ce],headerParameters:[Fe],responses:{200:{bodyMapper:ae},default:{bodyMapper:o}},serializer:Ge},Zt={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}/getFullUrl",urlParameters:[Qe,we,Ze,Be],queryParameters:[Ce],headerParameters:[Fe],responses:{200:{bodyMapper:se},default:{bodyMapper:o}},serializer:Ge},$t={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions",urlParameters:[Qe,we,Ze],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Ee},default:{bodyMapper:o}},serializer:Ge},Xt={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}/getDeliveryAttributes",urlParameters:[Qe,we,Ze,Be],queryParameters:[Ce],headerParameters:[Fe],responses:{200:{bodyMapper:oe},default:{bodyMapper:o}},serializer:Ge},Yt={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}",urlParameters:[Qe,we,Ze,Be],queryParameters:[Ce],headerParameters:[Fe],requestBody:{parameterPath:"eventSubscriptionInfo",mapper:a(a({},ae),{required:!0})},responses:{201:{bodyMapper:ae},default:{bodyMapper:o}},serializer:Ge},er={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}",urlParameters:[Qe,we,Ze,Be],queryParameters:[Ce],headerParameters:[Fe],responses:{200:{},202:{},204:{},default:{bodyMapper:o}},serializer:Ge},tr={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}",urlParameters:[Qe,we,Ze,Be],queryParameters:[Ce],headerParameters:[Fe],requestBody:{parameterPath:"eventSubscriptionUpdateParameters",mapper:a(a({},ne),{required:!0})},responses:{201:{bodyMapper:ae},default:{bodyMapper:o}},serializer:Ge},rr={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[xe],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Ee},default:{bodyMapper:o}},serializer:Ge},pe=Object.freeze({__proto__:null,discriminators:qe,CloudError:o,Operation:me,OperationInfo:pe,OperationsListResult:ze}),ir=(ar.prototype.list=function(e,t){return this.client.sendOperationRequest({options:e},nr,t)},ar);function ar(e){this.client=e}var nr={httpMethod:"GET",path:"providers/Microsoft.EventGrid/operations",queryParameters:[Ce],headerParameters:[Fe],responses:{200:{bodyMapper:ze},default:{bodyMapper:o}},serializer:new t.Serializer(pe)},pe=Object.freeze({__proto__:null,discriminators:qe,AdvancedFilter:q,AzureFunctionEventSubscriptionDestination:ie,BaseResource:p,BoolEqualsAdvancedFilter:w,CloudError:o,ConnectionState:d,DeadLetterDestination:F,DeadLetterWithResourceIdentity:C,DeliveryAttributeMapping:L,DeliveryWithResourceIdentity:R,Domain:E,DomainTopic:M,DynamicDeliveryAttributeMapping:B,EventHubEventSubscriptionDestination:X,EventSubscription:ae,EventSubscriptionDestination:f,EventSubscriptionFilter:A,EventSubscriptionIdentity:I,EventType:he,EventTypesListResult:De,ExtensionTopic:Ne,HybridConnectionEventSubscriptionDestination:ee,IdentityInfo:v,InboundIpRule:y,InputSchemaMapping:l,JsonField:N,JsonFieldWithDefault:h,JsonInputSchemaMapping:S,NumberGreaterThanAdvancedFilter:_,NumberGreaterThanOrEqualsAdvancedFilter:J,NumberInAdvancedFilter:U,NumberLessThanAdvancedFilter:W,NumberLessThanOrEqualsAdvancedFilter:H,NumberNotInAdvancedFilter:x,PrivateEndpoint:m,PrivateEndpointConnection:c,Resource:u,RetryPolicy:G,ServiceBusQueueEventSubscriptionDestination:te,ServiceBusTopicEventSubscriptionDestination:re,StaticDeliveryAttributeMapping:O,StorageBlobDeadLetterDestination:k,StorageQueueEventSubscriptionDestination:Y,StringBeginsWithAdvancedFilter:V,StringContainsAdvancedFilter:Z,StringEndsWithAdvancedFilter:Q,StringInAdvancedFilter:K,StringNotInAdvancedFilter:j,SystemData:g,SystemTopic:ue,Topic:le,TopicRegenerateKeyRequest:ve,TopicSharedAccessKeys:be,TopicsListResult:Te,TopicTypeInfo:Se,TopicUpdateParameters:ye,TrackedResource:P,UserIdentityProperties:b,WebHookEventSubscriptionDestination:$}),sr=(or.prototype.get=function(e,t,r,i){return this.client.sendOperationRequest({resourceGroupName:e,topicName:t,options:r},pr,i)},or.prototype.createOrUpdate=function(e,t,r,i){return this.beginCreateOrUpdate(e,t,r,i).then(function(e){return e.pollUntilFinished()})},or.prototype.deleteMethod=function(e,t,r){return this.beginDeleteMethod(e,t,r).then(function(e){return e.pollUntilFinished()})},or.prototype.update=function(e,t,r,i){return this.beginUpdate(e,t,r,i).then(function(e){return e.pollUntilFinished()})},or.prototype.listBySubscription=function(e,t){return this.client.sendOperationRequest({options:e},mr,t)},or.prototype.listByResourceGroup=function(e,t,r){return this.client.sendOperationRequest({resourceGroupName:e,options:t},dr,r)},or.prototype.listSharedAccessKeys=function(e,t,r,i){return this.client.sendOperationRequest({resourceGroupName:e,topicName:t,options:r},ur,i)},or.prototype.regenerateKey=function(e,t,r,i){return this.beginRegenerateKey(e,t,r,i).then(function(e){return e.pollUntilFinished()})},or.prototype.listEventTypes=function(e,t,r,i,a,n){return this.client.sendOperationRequest({resourceGroupName:e,providerNamespace:t,resourceTypeName:r,resourceName:i,options:a},cr,n)},or.prototype.beginCreateOrUpdate=function(e,t,r,i){return this.client.sendLRORequest({resourceGroupName:e,topicName:t,topicInfo:r,options:i},lr,i)},or.prototype.beginDeleteMethod=function(e,t,r){return this.client.sendLRORequest({resourceGroupName:e,topicName:t,options:r},yr,r)},or.prototype.beginUpdate=function(e,t,r,i){return this.client.sendLRORequest({resourceGroupName:e,topicName:t,topicUpdateParameters:r,options:i},br,i)},or.prototype.beginRegenerateKey=function(e,t,r,i){return this.client.sendLRORequest({resourceGroupName:e,topicName:t,regenerateKeyRequest:r,options:i},vr,i)},or.prototype.listBySubscriptionNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},Nr,r)},or.prototype.listByResourceGroupNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},hr,r)},or);function or(e){this.client=e}var pe=new t.Serializer(pe),pr={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}",urlParameters:[Qe,we,Xe],queryParameters:[Ce],headerParameters:[Fe],responses:{200:{bodyMapper:le},default:{bodyMapper:o}},serializer:pe},mr={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/topics",urlParameters:[Qe],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Te},default:{bodyMapper:o}},serializer:pe},dr={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics",urlParameters:[Qe,we],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Te},default:{bodyMapper:o}},serializer:pe},ur={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/listKeys",urlParameters:[Qe,we,Xe],queryParameters:[Ce],headerParameters:[Fe],responses:{200:{bodyMapper:be},default:{bodyMapper:o}},serializer:pe},cr={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{providerNamespace}/{resourceTypeName}/{resourceName}/providers/Microsoft.EventGrid/eventTypes",urlParameters:[Qe,we,Je,je,Ke],queryParameters:[Ce],headerParameters:[Fe],responses:{200:{bodyMapper:De},default:{bodyMapper:o}},serializer:pe},lr={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}",urlParameters:[Qe,we,Xe],queryParameters:[Ce],headerParameters:[Fe],requestBody:{parameterPath:"topicInfo",mapper:a(a({},le),{required:!0})},responses:{201:{bodyMapper:le},default:{bodyMapper:o}},serializer:pe},yr={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}",urlParameters:[Qe,we,Xe],queryParameters:[Ce],headerParameters:[Fe],responses:{202:{},204:{},default:{bodyMapper:o}},serializer:pe},br={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}",urlParameters:[Qe,we,Xe],queryParameters:[Ce],headerParameters:[Fe],requestBody:{parameterPath:"topicUpdateParameters",mapper:a(a({},ye),{required:!0})},responses:{200:{},201:{bodyMapper:le},default:{bodyMapper:o}},serializer:pe},vr={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/regenerateKey",urlParameters:[Qe,we,Xe],queryParameters:[Ce],headerParameters:[Fe],requestBody:{parameterPath:"regenerateKeyRequest",mapper:a(a({},ve),{required:!0})},responses:{200:{bodyMapper:be},default:{bodyMapper:o}},serializer:pe},Nr={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[xe],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Te},default:{bodyMapper:o}},serializer:pe},hr={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[xe],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Te},default:{bodyMapper:o}},serializer:pe},pe=Object.freeze({__proto__:null,discriminators:qe,AdvancedFilter:q,AzureFunctionEventSubscriptionDestination:ie,BaseResource:p,BoolEqualsAdvancedFilter:w,CloudError:o,ConnectionState:d,DeadLetterDestination:F,DeadLetterWithResourceIdentity:C,DeliveryAttributeMapping:L,DeliveryWithResourceIdentity:R,Domain:E,DomainTopic:M,DynamicDeliveryAttributeMapping:B,EventHubEventSubscriptionDestination:X,EventSubscription:ae,EventSubscriptionDestination:f,EventSubscriptionFilter:A,EventSubscriptionIdentity:I,EventType:he,ExtensionTopic:Ne,HybridConnectionEventSubscriptionDestination:ee,IdentityInfo:v,InboundIpRule:y,InputSchemaMapping:l,JsonField:N,JsonFieldWithDefault:h,JsonInputSchemaMapping:S,NumberGreaterThanAdvancedFilter:_,NumberGreaterThanOrEqualsAdvancedFilter:J,NumberInAdvancedFilter:U,NumberLessThanAdvancedFilter:W,NumberLessThanOrEqualsAdvancedFilter:H,NumberNotInAdvancedFilter:x,PrivateEndpoint:m,PrivateEndpointConnection:c,PrivateEndpointConnectionListResult:Me,Resource:u,RetryPolicy:G,ServiceBusQueueEventSubscriptionDestination:te,ServiceBusTopicEventSubscriptionDestination:re,StaticDeliveryAttributeMapping:O,StorageBlobDeadLetterDestination:k,StorageQueueEventSubscriptionDestination:Y,StringBeginsWithAdvancedFilter:V,StringContainsAdvancedFilter:Z,StringEndsWithAdvancedFilter:Q,StringInAdvancedFilter:K,StringNotInAdvancedFilter:j,SystemData:g,SystemTopic:ue,Topic:le,TopicTypeInfo:Se,TrackedResource:P,UserIdentityProperties:b,WebHookEventSubscriptionDestination:$}),Sr=(Pr.prototype.get=function(e,t,r,i,a,n){return this.client.sendOperationRequest({resourceGroupName:e,parentType:t,parentName:r,privateEndpointConnectionName:i,options:a},gr,n)},Pr.prototype.update=function(e,t,r,i,a,n){return this.beginUpdate(e,t,r,i,a,n).then(function(e){return e.pollUntilFinished()})},Pr.prototype.deleteMethod=function(e,t,r,i,a){return this.beginDeleteMethod(e,t,r,i,a).then(function(e){return e.pollUntilFinished()})},Pr.prototype.listByResource=function(e,t,r,i,a){return this.client.sendOperationRequest({resourceGroupName:e,parentType:t,parentName:r,options:i},Er,a)},Pr.prototype.beginUpdate=function(e,t,r,i,a,n){return this.client.sendLRORequest({resourceGroupName:e,parentType:t,parentName:r,privateEndpointConnectionName:i,privateEndpointConnection:a,options:n},zr,n)},Pr.prototype.beginDeleteMethod=function(e,t,r,i,a){return this.client.sendLRORequest({resourceGroupName:e,parentType:t,parentName:r,privateEndpointConnectionName:i,options:a},Tr,a)},Pr.prototype.listByResourceNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},Dr,r)},Pr);function Pr(e){this.client=e}var pe=new t.Serializer(pe),gr={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections/{privateEndpointConnectionName}",urlParameters:[Qe,we,_e,We,He],queryParameters:[Ce],headerParameters:[Fe],responses:{200:{bodyMapper:c},default:{bodyMapper:o}},serializer:pe},Er={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections",urlParameters:[Qe,we,_e,We],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Me},default:{bodyMapper:o}},serializer:pe},zr={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections/{privateEndpointConnectionName}",urlParameters:[Qe,we,_e,We,He],queryParameters:[Ce],headerParameters:[Fe],requestBody:{parameterPath:"privateEndpointConnection",mapper:a(a({},c),{required:!0})},responses:{200:{bodyMapper:c},201:{bodyMapper:c},default:{bodyMapper:o}},serializer:pe},Tr={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections/{privateEndpointConnectionName}",urlParameters:[Qe,we,_e,We,He],queryParameters:[Ce],headerParameters:[Fe],responses:{202:{},204:{},default:{bodyMapper:o}},serializer:pe},Dr={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[xe],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Me},default:{bodyMapper:o}},serializer:pe},pe=Object.freeze({__proto__:null,discriminators:qe,CloudError:o,PrivateLinkResource:de,PrivateLinkResourcesListResult:fe}),Mr=(fr.prototype.get=function(e,t,r,i,a,n){return this.client.sendOperationRequest({resourceGroupName:e,parentType:t,parentName:r,privateLinkResourceName:i,options:a},Ir,n)},fr.prototype.listByResource=function(e,t,r,i,a){return this.client.sendOperationRequest({resourceGroupName:e,parentType:t,parentName:r,options:i},Rr,a)},fr.prototype.listByResourceNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},qr,r)},fr);function fr(e){this.client=e}var pe=new t.Serializer(pe),Ir={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateLinkResources/{privateLinkResourceName}",urlParameters:[Qe,we,_e,We,{parameterPath:"privateLinkResourceName",mapper:{required:!0,serializedName:"privateLinkResourceName",type:{name:"String"}}}],queryParameters:[Ce],headerParameters:[Fe],responses:{200:{bodyMapper:de},default:{bodyMapper:o}},serializer:pe},Rr={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateLinkResources",urlParameters:[Qe,we,_e,We],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:fe},default:{bodyMapper:o}},serializer:pe},qr={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[xe],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:fe},default:{bodyMapper:o}},serializer:pe},pe=Object.freeze({__proto__:null,discriminators:qe,AdvancedFilter:q,AzureFunctionEventSubscriptionDestination:ie,BaseResource:p,BoolEqualsAdvancedFilter:w,CloudError:o,ConnectionState:d,DeadLetterDestination:F,DeadLetterWithResourceIdentity:C,DeliveryAttributeMapping:L,DeliveryWithResourceIdentity:R,Domain:E,DomainTopic:M,DynamicDeliveryAttributeMapping:B,EventHubEventSubscriptionDestination:X,EventSubscription:ae,EventSubscriptionDestination:f,EventSubscriptionFilter:A,EventSubscriptionIdentity:I,EventType:he,ExtensionTopic:Ne,HybridConnectionEventSubscriptionDestination:ee,IdentityInfo:v,InboundIpRule:y,InputSchemaMapping:l,JsonField:N,JsonFieldWithDefault:h,JsonInputSchemaMapping:S,NumberGreaterThanAdvancedFilter:_,NumberGreaterThanOrEqualsAdvancedFilter:J,NumberInAdvancedFilter:U,NumberLessThanAdvancedFilter:W,NumberLessThanOrEqualsAdvancedFilter:H,NumberNotInAdvancedFilter:x,PrivateEndpoint:m,PrivateEndpointConnection:c,Resource:u,RetryPolicy:G,ServiceBusQueueEventSubscriptionDestination:te,ServiceBusTopicEventSubscriptionDestination:re,StaticDeliveryAttributeMapping:O,StorageBlobDeadLetterDestination:k,StorageQueueEventSubscriptionDestination:Y,StringBeginsWithAdvancedFilter:V,StringContainsAdvancedFilter:Z,StringEndsWithAdvancedFilter:Q,StringInAdvancedFilter:K,StringNotInAdvancedFilter:j,SystemData:g,SystemTopic:ue,SystemTopicsListResult:Ie,SystemTopicUpdateParameters:ce,Topic:le,TopicTypeInfo:Se,TrackedResource:P,UserIdentityProperties:b,WebHookEventSubscriptionDestination:$}),Ar=(Gr.prototype.get=function(e,t,r,i){return this.client.sendOperationRequest({resourceGroupName:e,systemTopicName:t,options:r},Fr,i)},Gr.prototype.createOrUpdate=function(e,t,r,i){return this.beginCreateOrUpdate(e,t,r,i).then(function(e){return e.pollUntilFinished()})},Gr.prototype.deleteMethod=function(e,t,r){return this.beginDeleteMethod(e,t,r).then(function(e){return e.pollUntilFinished()})},Gr.prototype.update=function(e,t,r,i){return this.beginUpdate(e,t,r,i).then(function(e){return e.pollUntilFinished()})},Gr.prototype.listBySubscription=function(e,t){return this.client.sendOperationRequest({options:e},Cr,t)},Gr.prototype.listByResourceGroup=function(e,t,r){return this.client.sendOperationRequest({resourceGroupName:e,options:t},Lr,r)},Gr.prototype.beginCreateOrUpdate=function(e,t,r,i){return this.client.sendLRORequest({resourceGroupName:e,systemTopicName:t,systemTopicInfo:r,options:i},Or,i)},Gr.prototype.beginDeleteMethod=function(e,t,r){return this.client.sendLRORequest({resourceGroupName:e,systemTopicName:t,options:r},Br,r)},Gr.prototype.beginUpdate=function(e,t,r,i){return this.client.sendLRORequest({resourceGroupName:e,systemTopicName:t,systemTopicUpdateParameters:r,options:i},Ur,i)},Gr.prototype.listBySubscriptionNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},kr,r)},Gr.prototype.listByResourceGroupNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},xr,r)},Gr);function Gr(e){this.client=e}var pe=new t.Serializer(pe),Fr={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}",urlParameters:[Qe,we,Ze],queryParameters:[Ce],headerParameters:[Fe],responses:{200:{bodyMapper:ue},default:{bodyMapper:o}},serializer:pe},Cr={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/systemTopics",urlParameters:[Qe],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Ie},default:{bodyMapper:o}},serializer:pe},Lr={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics",urlParameters:[Qe,we],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Ie},default:{bodyMapper:o}},serializer:pe},Or={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}",urlParameters:[Qe,we,Ze],queryParameters:[Ce],headerParameters:[Fe],requestBody:{parameterPath:"systemTopicInfo",mapper:a(a({},ue),{required:!0})},responses:{200:{bodyMapper:ue},201:{bodyMapper:ue},default:{bodyMapper:o}},serializer:pe},Br={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}",urlParameters:[Qe,we,Ze],queryParameters:[Ce],headerParameters:[Fe],responses:{200:{},202:{},204:{},default:{bodyMapper:o}},serializer:pe},Ur={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}",urlParameters:[Qe,we,Ze],queryParameters:[Ce],headerParameters:[Fe],requestBody:{parameterPath:"systemTopicUpdateParameters",mapper:a(a({},ce),{required:!0})},responses:{200:{bodyMapper:ue},201:{bodyMapper:ue},default:{bodyMapper:o}},serializer:pe},kr={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[xe],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Ie},default:{bodyMapper:o}},serializer:pe},xr={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[xe],queryParameters:[Ce,Ue,$e],headerParameters:[Fe],responses:{200:{bodyMapper:Ie},default:{bodyMapper:o}},serializer:pe},pe=Object.freeze({__proto__:null,discriminators:qe,AdvancedFilter:q,AzureFunctionEventSubscriptionDestination:ie,BaseResource:p,BoolEqualsAdvancedFilter:w,CloudError:o,ConnectionState:d,DeadLetterDestination:F,DeadLetterWithResourceIdentity:C,DeliveryAttributeMapping:L,DeliveryWithResourceIdentity:R,Domain:E,DomainTopic:M,DynamicDeliveryAttributeMapping:B,EventHubEventSubscriptionDestination:X,EventSubscription:ae,EventSubscriptionDestination:f,EventSubscriptionFilter:A,EventSubscriptionIdentity:I,EventType:he,ExtensionTopic:Ne,HybridConnectionEventSubscriptionDestination:ee,IdentityInfo:v,InboundIpRule:y,InputSchemaMapping:l,JsonField:N,JsonFieldWithDefault:h,JsonInputSchemaMapping:S,NumberGreaterThanAdvancedFilter:_,NumberGreaterThanOrEqualsAdvancedFilter:J,NumberInAdvancedFilter:U,NumberLessThanAdvancedFilter:W,NumberLessThanOrEqualsAdvancedFilter:H,NumberNotInAdvancedFilter:x,PrivateEndpoint:m,PrivateEndpointConnection:c,Resource:u,RetryPolicy:G,ServiceBusQueueEventSubscriptionDestination:te,ServiceBusTopicEventSubscriptionDestination:re,StaticDeliveryAttributeMapping:O,StorageBlobDeadLetterDestination:k,StorageQueueEventSubscriptionDestination:Y,StringBeginsWithAdvancedFilter:V,StringContainsAdvancedFilter:Z,StringEndsWithAdvancedFilter:Q,StringInAdvancedFilter:K,StringNotInAdvancedFilter:j,SystemData:g,SystemTopic:ue,Topic:le,TopicTypeInfo:Se,TrackedResource:P,UserIdentityProperties:b,WebHookEventSubscriptionDestination:$}),Wr=(_r.prototype.get=function(e,t,r){return this.client.sendOperationRequest({scope:e,options:t},Hr,r)},_r);function _r(e){this.client=e}var Hr={httpMethod:"GET",path:"{scope}/providers/Microsoft.EventGrid/extensionTopics/default",urlParameters:[{parameterPath:"scope",mapper:{required:!0,serializedName:"scope",type:{name:"String"}}}],queryParameters:[Ce],headerParameters:[Fe],responses:{200:{bodyMapper:Ne},default:{bodyMapper:o}},serializer:new t.Serializer(pe)},$=Object.freeze({__proto__:null,discriminators:qe,AdvancedFilter:q,AzureFunctionEventSubscriptionDestination:ie,BaseResource:p,BoolEqualsAdvancedFilter:w,CloudError:o,ConnectionState:d,DeadLetterDestination:F,DeadLetterWithResourceIdentity:C,DeliveryAttributeMapping:L,DeliveryWithResourceIdentity:R,Domain:E,DomainTopic:M,DynamicDeliveryAttributeMapping:B,EventHubEventSubscriptionDestination:X,EventSubscription:ae,EventSubscriptionDestination:f,EventSubscriptionFilter:A,EventSubscriptionIdentity:I,EventType:he,EventTypesListResult:De,ExtensionTopic:Ne,HybridConnectionEventSubscriptionDestination:ee,IdentityInfo:v,InboundIpRule:y,InputSchemaMapping:l,JsonField:N,JsonFieldWithDefault:h,JsonInputSchemaMapping:S,NumberGreaterThanAdvancedFilter:_,NumberGreaterThanOrEqualsAdvancedFilter:J,NumberInAdvancedFilter:U,NumberLessThanAdvancedFilter:W,NumberLessThanOrEqualsAdvancedFilter:H,NumberNotInAdvancedFilter:x,PrivateEndpoint:m,PrivateEndpointConnection:c,Resource:u,RetryPolicy:G,ServiceBusQueueEventSubscriptionDestination:te,ServiceBusTopicEventSubscriptionDestination:re,StaticDeliveryAttributeMapping:O,StorageBlobDeadLetterDestination:k,StorageQueueEventSubscriptionDestination:Y,StringBeginsWithAdvancedFilter:V,StringContainsAdvancedFilter:Z,StringEndsWithAdvancedFilter:Q,StringInAdvancedFilter:K,StringNotInAdvancedFilter:j,SystemData:g,SystemTopic:ue,Topic:le,TopicTypeInfo:Se,TopicTypesListResult:Re,TrackedResource:P,UserIdentityProperties:b,WebHookEventSubscriptionDestination:$}),Jr=(wr.prototype.list=function(e,t){return this.client.sendOperationRequest({options:e},jr,t)},wr.prototype.get=function(e,t,r){return this.client.sendOperationRequest({topicTypeName:e,options:t},Vr,r)},wr.prototype.listEventTypes=function(e,t,r){return this.client.sendOperationRequest({topicTypeName:e,options:t},Qr,r)},wr);function wr(e){this.client=e}var Kr,$=new t.Serializer($),jr={httpMethod:"GET",path:"providers/Microsoft.EventGrid/topicTypes",queryParameters:[Ce],headerParameters:[Fe],responses:{200:{bodyMapper:Re},default:{bodyMapper:o}},serializer:$},Vr={httpMethod:"GET",path:"providers/Microsoft.EventGrid/topicTypes/{topicTypeName}",urlParameters:[Ye],queryParameters:[Ce],headerParameters:[Fe],responses:{200:{bodyMapper:Se},default:{bodyMapper:o}},serializer:$},Qr={httpMethod:"GET",path:"providers/Microsoft.EventGrid/topicTypes/{topicTypeName}/eventTypes",urlParameters:[Ye],queryParameters:[Ce],headerParameters:[Fe],responses:{200:{bodyMapper:De},default:{bodyMapper:o}},serializer:$},o=(r(Zr,Kr=n.AzureServiceClient),Zr);function Zr(e,t,r){var i,a=this;if(null==e)throw new Error("'credentials' cannot be null.");if(null==t)throw new Error("'subscriptionId' cannot be null.");return(r=r||{}).userAgent||(i=n.getDefaultUserAgentValue(),r.userAgent="@azure/arm-eventgrid/12.0.0 "+i),(a=Kr.call(this,e,r)||this).apiVersion="2021-12-01",a.acceptLanguage="en-US",a.longRunningOperationRetryTimeout=30,a.baseUri=r.baseUri||a.baseUri||"https://management.azure.com",a.requestContentType="application/json; charset=utf-8",a.credentials=e,a.subscriptionId=t,null!==r.acceptLanguage&&void 0!==r.acceptLanguage&&(a.acceptLanguage=r.acceptLanguage),null!==r.longRunningOperationRetryTimeout&&void 0!==r.longRunningOperationRetryTimeout&&(a.longRunningOperationRetryTimeout=r.longRunningOperationRetryTimeout),a}var $r,$=(r(Xr,$r=o),Xr);function Xr(e,t,r){r=$r.call(this,e,t,r)||this;return r.domains=new et(r),r.domainTopics=new ct(r),r.eventSubscriptions=new St(r),r.systemTopicEventSubscriptions=new jt(r),r.operations=new ir(r),r.topics=new sr(r),r.privateEndpointConnections=new Sr(r),r.privateLinkResources=new Mr(r),r.systemTopics=new Ar(r),r.extensionTopics=new Wr(r),r.topicTypes=new Jr(r),r}e.DomainTopics=ct,e.Domains=et,e.EventGridManagementClient=$,e.EventGridManagementClientContext=o,e.EventGridManagementMappers=Ae,e.EventGridManagementModels=s,e.EventSubscriptions=St,e.ExtensionTopics=Wr,e.Operations=ir,e.PrivateEndpointConnections=Sr,e.PrivateLinkResources=Mr,e.SystemTopicEventSubscriptions=jt,e.SystemTopics=Ar,e.TopicTypes=Jr,e.Topics=sr,Object.defineProperty(e,"__esModule",{value:!0})});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../node_modules/tslib/tslib.es6.js","../src/models/mappers.ts","../src/models/parameters.ts","../src/operations/domains.ts","../src/operations/domainTopics.ts","../src/operations/eventSubscriptions.ts","../src/operations/systemTopicEventSubscriptions.ts","../src/operations/operations.ts","../src/operations/topics.ts","../src/operations/privateEndpointConnections.ts","../src/operations/privateLinkResources.ts","../src/operations/systemTopics.ts","../src/operations/extensionTopics.ts","../src/operations/topicTypes.ts","../src/eventGridManagementClientContext.ts","../src/eventGridManagementClient.ts"],"names":["extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__extends","__","this","constructor","prototype","create","__assign","assign","t","s","i","n","arguments","length","call","apply","CloudError","CloudErrorMapper","BaseResource","BaseResourceMapper","PrivateEndpoint","serializedName","type","name","className","modelProperties","id","ConnectionState","status","description","actionsRequired","Resource","readOnly","PrivateEndpointConnection","privateEndpoint","groupIds","element","privateLinkServiceConnectionState","provisioningState","InputSchemaMapping","polymorphicDiscriminator","clientName","uberParent","inputSchemaMappingType","required","InboundIpRule","ipMask","action","UserIdentityProperties","principalId","clientId","IdentityInfo","tenantId","userAssignedIdentities","value","JsonField","sourceField","JsonFieldWithDefault","defaultValue","JsonInputSchemaMapping","topic","eventTime","eventType","subject","dataVersion","TrackedResource","location","tags","SystemData","createdBy","createdByType","createdAt","lastModifiedBy","lastModifiedByType","lastModifiedAt","Domain","privateEndpointConnections","endpoint","inputSchema","inputSchemaMapping","metricResourceId","publicNetworkAccess","inboundIpRules","disableLocalAuth","autoCreateTopicWithFirstSubscription","autoDeleteTopicWithLastSubscription","systemData","identity","DomainUpdateParameters","DomainSharedAccessKeys","key1","key2","DomainRegenerateKeyRequest","keyName","DomainTopic","EventSubscriptionDestination","endpointType","EventSubscriptionIdentity","userAssignedIdentity","DeliveryWithResourceIdentity","destination","AdvancedFilter","key","operatorType","EventSubscriptionFilter","subjectBeginsWith","subjectEndsWith","includedEventTypes","isSubjectCaseSensitive","enableAdvancedFilteringOnArrays","advancedFilters","RetryPolicy","maxDeliveryAttempts","eventTimeToLiveInMinutes","DeadLetterDestination","DeadLetterWithResourceIdentity","deadLetterDestination","DeliveryAttributeMapping","StaticDeliveryAttributeMapping","isSecret","DynamicDeliveryAttributeMapping","NumberInAdvancedFilter","values","StorageBlobDeadLetterDestination","resourceId","blobContainerName","NumberNotInAdvancedFilter","NumberLessThanAdvancedFilter","NumberGreaterThanAdvancedFilter","NumberLessThanOrEqualsAdvancedFilter","NumberGreaterThanOrEqualsAdvancedFilter","BoolEqualsAdvancedFilter","StringInAdvancedFilter","StringNotInAdvancedFilter","StringBeginsWithAdvancedFilter","StringEndsWithAdvancedFilter","StringContainsAdvancedFilter","WebHookEventSubscriptionDestination","endpointUrl","endpointBaseUrl","maxEventsPerBatch","preferredBatchSizeInKilobytes","azureActiveDirectoryTenantId","azureActiveDirectoryApplicationIdOrUri","deliveryAttributeMappings","EventHubEventSubscriptionDestination","StorageQueueEventSubscriptionDestination","queueName","queueMessageTimeToLiveInSeconds","HybridConnectionEventSubscriptionDestination","ServiceBusQueueEventSubscriptionDestination","ServiceBusTopicEventSubscriptionDestination","AzureFunctionEventSubscriptionDestination","EventSubscription","deliveryWithResourceIdentity","filter","labels","expirationTimeUtc","eventDeliverySchema","retryPolicy","deadLetterWithResourceIdentity","EventSubscriptionUpdateParameters","EventSubscriptionFullUrl","DeliveryAttributeListResult","OperationInfo","provider","resource","operation","Operation","display","origin","properties","PrivateLinkResource","groupId","displayName","requiredMembers","requiredZoneNames","SystemTopic","source","topicType","SystemTopicUpdateParameters","Topic","TopicUpdateParameters","TopicSharedAccessKeys","TopicRegenerateKeyRequest","ExtensionTopic","systemTopic","EventType","schemaUrl","isInDefaultSet","TopicTypeInfo","resourceRegionType","supportedLocations","sourceResourceFormat","supportedScopesForSource","DomainsListResult","nextLink","DomainTopicsListResult","EventSubscriptionsListResult","OperationsListResult","TopicsListResult","EventTypesListResult","PrivateEndpointConnectionListResult","PrivateLinkResourcesListResult","SystemTopicsListResult","TopicTypesListResult","discriminators","InputSchemaMapping.Json","DeliveryAttributeMapping.Static","DeliveryAttributeMapping.Dynamic","AdvancedFilter.NumberIn","DeadLetterDestination.StorageBlob","AdvancedFilter.NumberNotIn","AdvancedFilter.NumberLessThan","AdvancedFilter.NumberGreaterThan","AdvancedFilter.NumberLessThanOrEquals","AdvancedFilter.NumberGreaterThanOrEquals","AdvancedFilter.BoolEquals","AdvancedFilter.StringIn","AdvancedFilter.StringNotIn","AdvancedFilter.StringBeginsWith","AdvancedFilter.StringEndsWith","AdvancedFilter.StringContains","EventSubscriptionDestination.WebHook","EventSubscriptionDestination.EventHub","EventSubscriptionDestination.StorageQueue","EventSubscriptionDestination.HybridConnection","EventSubscriptionDestination.ServiceBusQueue","EventSubscriptionDestination.ServiceBusTopic","EventSubscriptionDestination.AzureFunction","acceptLanguage","parameterPath","mapper","apiVersion","domainName","domainTopicName","eventSubscriptionName","nextPageLink","skipEncoding","parentName","parentType","privateEndpointConnectionName","providerNamespace","resourceGroupName","resourceName","resourceTypeName","scope0","subscriptionId","systemTopicName","top","topicName","topicTypeName","Domains","get","options","callback","client","sendOperationRequest","getOperationSpec","createOrUpdate","domainInfo","beginCreateOrUpdate","then","lroPoller","pollUntilFinished","deleteMethod","beginDeleteMethod","update","domainUpdateParameters","beginUpdate","listBySubscription","listBySubscriptionOperationSpec","listByResourceGroup","listByResourceGroupOperationSpec","listSharedAccessKeys","listSharedAccessKeysOperationSpec","regenerateKey","regenerateKeyRequest","regenerateKeyOperationSpec","sendLRORequest","beginCreateOrUpdateOperationSpec","beginDeleteMethodOperationSpec","beginUpdateOperationSpec","listBySubscriptionNext","listBySubscriptionNextOperationSpec","listByResourceGroupNext","listByResourceGroupNextOperationSpec","serializer","msRest.Serializer","Mappers","httpMethod","path","urlParameters","Parameters.subscriptionId","Parameters.resourceGroupName","Parameters.domainName","queryParameters","Parameters.apiVersion","headerParameters","Parameters.acceptLanguage","responses","200","bodyMapper","Mappers.Domain","default","Mappers.CloudError","Parameters.filter","Parameters.top","Mappers.DomainsListResult","Mappers.DomainSharedAccessKeys","requestBody","Mappers.DomainRegenerateKeyRequest","201","202","204","Mappers.DomainUpdateParameters","baseUrl","Parameters.nextPageLink","DomainTopics","listByDomain","listByDomainOperationSpec","listByDomainNext","listByDomainNextOperationSpec","Parameters.domainTopicName","Mappers.DomainTopic","serializer$1","Mappers.DomainTopicsListResult","EventSubscriptions","scope","eventSubscriptionInfo","eventSubscriptionUpdateParameters","getFullUrl","getFullUrlOperationSpec","listGlobalBySubscription","listGlobalBySubscriptionOperationSpec","listGlobalBySubscriptionForTopicType","listGlobalBySubscriptionForTopicTypeOperationSpec","listGlobalByResourceGroup","listGlobalByResourceGroupOperationSpec","listGlobalByResourceGroupForTopicType","listGlobalByResourceGroupForTopicTypeOperationSpec","listRegionalBySubscription","listRegionalBySubscriptionOperationSpec","listRegionalByResourceGroup","listRegionalByResourceGroupOperationSpec","listRegionalBySubscriptionForTopicType","listRegionalBySubscriptionForTopicTypeOperationSpec","listRegionalByResourceGroupForTopicType","listRegionalByResourceGroupForTopicTypeOperationSpec","listByResource","listByResourceOperationSpec","listByDomainTopic","listByDomainTopicOperationSpec","getDeliveryAttributes","getDeliveryAttributesOperationSpec","listGlobalBySubscriptionNext","listGlobalBySubscriptionNextOperationSpec","listGlobalBySubscriptionForTopicTypeNext","listGlobalBySubscriptionForTopicTypeNextOperationSpec","listGlobalByResourceGroupNext","listGlobalByResourceGroupNextOperationSpec","listGlobalByResourceGroupForTopicTypeNext","listGlobalByResourceGroupForTopicTypeNextOperationSpec","listRegionalBySubscriptionNext","listRegionalBySubscriptionNextOperationSpec","listRegionalByResourceGroupNext","listRegionalByResourceGroupNextOperationSpec","listRegionalBySubscriptionForTopicTypeNext","listRegionalBySubscriptionForTopicTypeNextOperationSpec","listRegionalByResourceGroupForTopicTypeNext","listRegionalByResourceGroupForTopicTypeNextOperationSpec","listByResourceNext","listByResourceNextOperationSpec","listByDomainTopicNext","listByDomainTopicNextOperationSpec","Parameters.scope0","Parameters.eventSubscriptionName","Mappers.EventSubscription","serializer$2","Mappers.EventSubscriptionFullUrl","Mappers.EventSubscriptionsListResult","Parameters.topicTypeName","Parameters.location","Parameters.providerNamespace","Parameters.resourceTypeName","Parameters.resourceName","Parameters.topicName","Mappers.DeliveryAttributeListResult","Mappers.EventSubscriptionUpdateParameters","SystemTopicEventSubscriptions","listBySystemTopic","listBySystemTopicOperationSpec","listBySystemTopicNext","listBySystemTopicNextOperationSpec","Parameters.systemTopicName","serializer$3","Operations","list","listOperationSpec","Mappers.OperationsListResult","Topics","topicInfo","topicUpdateParameters","beginRegenerateKey","listEventTypes","listEventTypesOperationSpec","beginRegenerateKeyOperationSpec","Mappers.Topic","serializer$5","Mappers.TopicsListResult","Mappers.TopicSharedAccessKeys","Mappers.EventTypesListResult","Mappers.TopicUpdateParameters","Mappers.TopicRegenerateKeyRequest","PrivateEndpointConnections","privateEndpointConnection","Parameters.parentType","Parameters.parentName","Parameters.privateEndpointConnectionName","Mappers.PrivateEndpointConnection","serializer$6","Mappers.PrivateEndpointConnectionListResult","PrivateLinkResources","privateLinkResourceName","Mappers.PrivateLinkResource","serializer$7","Mappers.PrivateLinkResourcesListResult","SystemTopics","systemTopicInfo","systemTopicUpdateParameters","Mappers.SystemTopic","serializer$8","Mappers.SystemTopicsListResult","Mappers.SystemTopicUpdateParameters","ExtensionTopics","Mappers.ExtensionTopic","TopicTypes","_super","Mappers.TopicTypesListResult","serializer$a","Mappers.TopicTypeInfo","EventGridManagementClientContext","msRestAzure.AzureServiceClient","credentials","defaultUserAgent","_this","undefined","Error","userAgent","msRestAzure.getDefaultUserAgentValue","packageName","longRunningOperationRetryTimeout","baseUri","requestContentType","EventGridManagementClient","domains","operations.Domains","domainTopics","operations.DomainTopics","eventSubscriptions","operations.EventSubscriptions","systemTopicEventSubscriptions","operations.SystemTopicEventSubscriptions","operations","operations.Operations","topics","operations.Topics","operations.PrivateEndpointConnections","privateLinkResources","operations.PrivateLinkResources","systemTopics","operations.SystemTopics","extensionTopics","operations.ExtensionTopics","topicTypes","operations.TopicTypes"],"mappings":"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"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import { TokenCredential } from "@azure/core-auth";
|
|
3
|
-
import * as Models from "./models";
|
|
4
|
-
import * as Mappers from "./models/mappers";
|
|
5
|
-
import * as operations from "./operations";
|
|
6
|
-
import { EventGridManagementClientContext } from "./eventGridManagementClientContext";
|
|
7
|
-
declare class EventGridManagementClient extends EventGridManagementClientContext {
|
|
8
|
-
domains: operations.Domains;
|
|
9
|
-
domainTopics: operations.DomainTopics;
|
|
10
|
-
eventSubscriptions: operations.EventSubscriptions;
|
|
11
|
-
systemTopicEventSubscriptions: operations.SystemTopicEventSubscriptions;
|
|
12
|
-
operations: operations.Operations;
|
|
13
|
-
topics: operations.Topics;
|
|
14
|
-
privateEndpointConnections: operations.PrivateEndpointConnections;
|
|
15
|
-
privateLinkResources: operations.PrivateLinkResources;
|
|
16
|
-
systemTopics: operations.SystemTopics;
|
|
17
|
-
extensionTopics: operations.ExtensionTopics;
|
|
18
|
-
topicTypes: operations.TopicTypes;
|
|
19
|
-
/**
|
|
20
|
-
* Initializes a new instance of the EventGridManagementClient class.
|
|
21
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
|
22
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
|
23
|
-
* more information about these credentials, see
|
|
24
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
|
25
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
|
26
|
-
* @azure/ms-rest-browserauth are also supported.
|
|
27
|
-
* @param subscriptionId Subscription credentials that uniquely identify a Microsoft Azure
|
|
28
|
-
* subscription. The subscription ID forms part of the URI for every service call.
|
|
29
|
-
* @param [options] The parameter options
|
|
30
|
-
*/
|
|
31
|
-
constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.EventGridManagementClientOptions);
|
|
32
|
-
}
|
|
33
|
-
export { EventGridManagementClient, EventGridManagementClientContext, Models as EventGridManagementModels, Mappers as EventGridManagementMappers };
|
|
34
|
-
export * from "./operations";
|
|
35
|
-
//# sourceMappingURL=eventGridManagementClient.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"eventGridManagementClient.d.ts","sourceRoot":"","sources":["../src/eventGridManagementClient.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAGtF,cAAM,yBAA0B,SAAQ,gCAAgC;IAEtE,OAAO,EAAE,UAAU,CAAC,OAAO,CAAC;IAC5B,YAAY,EAAE,UAAU,CAAC,YAAY,CAAC;IACtC,kBAAkB,EAAE,UAAU,CAAC,kBAAkB,CAAC;IAClD,6BAA6B,EAAE,UAAU,CAAC,6BAA6B,CAAC;IACxE,UAAU,EAAE,UAAU,CAAC,UAAU,CAAC;IAClC,MAAM,EAAE,UAAU,CAAC,MAAM,CAAC;IAC1B,0BAA0B,EAAE,UAAU,CAAC,0BAA0B,CAAC;IAClE,oBAAoB,EAAE,UAAU,CAAC,oBAAoB,CAAC;IACtD,YAAY,EAAE,UAAU,CAAC,YAAY,CAAC;IACtC,eAAe,EAAE,UAAU,CAAC,eAAe,CAAC;IAC5C,UAAU,EAAE,UAAU,CAAC,UAAU,CAAC;IAElC;;;;;;;;;;;OAWG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,gCAAgC;CActJ;AAID,OAAO,EACL,yBAAyB,EACzB,gCAAgC,EAChC,MAAM,IAAI,yBAAyB,EACnC,OAAO,IAAI,0BAA0B,EACtC,CAAC;AACF,cAAc,cAAc,CAAC"}
|
|
@@ -1,48 +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
|
|
7
|
-
* regenerated.
|
|
8
|
-
*/
|
|
9
|
-
import { __extends } from "tslib";
|
|
10
|
-
import * as Models from "./models";
|
|
11
|
-
import * as Mappers from "./models/mappers";
|
|
12
|
-
import * as operations from "./operations";
|
|
13
|
-
import { EventGridManagementClientContext } from "./eventGridManagementClientContext";
|
|
14
|
-
var EventGridManagementClient = /** @class */ (function (_super) {
|
|
15
|
-
__extends(EventGridManagementClient, _super);
|
|
16
|
-
/**
|
|
17
|
-
* Initializes a new instance of the EventGridManagementClient class.
|
|
18
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
|
19
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
|
20
|
-
* more information about these credentials, see
|
|
21
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
|
22
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
|
23
|
-
* @azure/ms-rest-browserauth are also supported.
|
|
24
|
-
* @param subscriptionId Subscription credentials that uniquely identify a Microsoft Azure
|
|
25
|
-
* subscription. The subscription ID forms part of the URI for every service call.
|
|
26
|
-
* @param [options] The parameter options
|
|
27
|
-
*/
|
|
28
|
-
function EventGridManagementClient(credentials, subscriptionId, options) {
|
|
29
|
-
var _this = _super.call(this, credentials, subscriptionId, options) || this;
|
|
30
|
-
_this.domains = new operations.Domains(_this);
|
|
31
|
-
_this.domainTopics = new operations.DomainTopics(_this);
|
|
32
|
-
_this.eventSubscriptions = new operations.EventSubscriptions(_this);
|
|
33
|
-
_this.systemTopicEventSubscriptions = new operations.SystemTopicEventSubscriptions(_this);
|
|
34
|
-
_this.operations = new operations.Operations(_this);
|
|
35
|
-
_this.topics = new operations.Topics(_this);
|
|
36
|
-
_this.privateEndpointConnections = new operations.PrivateEndpointConnections(_this);
|
|
37
|
-
_this.privateLinkResources = new operations.PrivateLinkResources(_this);
|
|
38
|
-
_this.systemTopics = new operations.SystemTopics(_this);
|
|
39
|
-
_this.extensionTopics = new operations.ExtensionTopics(_this);
|
|
40
|
-
_this.topicTypes = new operations.TopicTypes(_this);
|
|
41
|
-
return _this;
|
|
42
|
-
}
|
|
43
|
-
return EventGridManagementClient;
|
|
44
|
-
}(EventGridManagementClientContext));
|
|
45
|
-
// Operation Specifications
|
|
46
|
-
export { EventGridManagementClient, EventGridManagementClientContext, Models as EventGridManagementModels, Mappers as EventGridManagementMappers };
|
|
47
|
-
export * from "./operations";
|
|
48
|
-
//# sourceMappingURL=eventGridManagementClient.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"eventGridManagementClient.js","sourceRoot":"","sources":["../src/eventGridManagementClient.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;;AAIH,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAGtF;IAAwC,6CAAgC;IActE;;;;;;;;;;;OAWG;IACH,mCAAY,WAA8D,EAAE,cAAsB,EAAE,OAAiD;QAArJ,YACE,kBAAM,WAAW,EAAE,cAAc,EAAE,OAAO,CAAC,SAY5C;QAXC,KAAI,CAAC,OAAO,GAAG,IAAI,UAAU,CAAC,OAAO,CAAC,KAAI,CAAC,CAAC;QAC5C,KAAI,CAAC,YAAY,GAAG,IAAI,UAAU,CAAC,YAAY,CAAC,KAAI,CAAC,CAAC;QACtD,KAAI,CAAC,kBAAkB,GAAG,IAAI,UAAU,CAAC,kBAAkB,CAAC,KAAI,CAAC,CAAC;QAClE,KAAI,CAAC,6BAA6B,GAAG,IAAI,UAAU,CAAC,6BAA6B,CAAC,KAAI,CAAC,CAAC;QACxF,KAAI,CAAC,UAAU,GAAG,IAAI,UAAU,CAAC,UAAU,CAAC,KAAI,CAAC,CAAC;QAClD,KAAI,CAAC,MAAM,GAAG,IAAI,UAAU,CAAC,MAAM,CAAC,KAAI,CAAC,CAAC;QAC1C,KAAI,CAAC,0BAA0B,GAAG,IAAI,UAAU,CAAC,0BAA0B,CAAC,KAAI,CAAC,CAAC;QAClF,KAAI,CAAC,oBAAoB,GAAG,IAAI,UAAU,CAAC,oBAAoB,CAAC,KAAI,CAAC,CAAC;QACtE,KAAI,CAAC,YAAY,GAAG,IAAI,UAAU,CAAC,YAAY,CAAC,KAAI,CAAC,CAAC;QACtD,KAAI,CAAC,eAAe,GAAG,IAAI,UAAU,CAAC,eAAe,CAAC,KAAI,CAAC,CAAC;QAC5D,KAAI,CAAC,UAAU,GAAG,IAAI,UAAU,CAAC,UAAU,CAAC,KAAI,CAAC,CAAC;;IACpD,CAAC;IACH,gCAAC;AAAD,CAAC,AAxCD,CAAwC,gCAAgC,GAwCvE;AAED,2BAA2B;AAE3B,OAAO,EACL,yBAAyB,EACzB,gCAAgC,EAChC,MAAM,IAAI,yBAAyB,EACnC,OAAO,IAAI,0BAA0B,EACtC,CAAC;AACF,cAAc,cAAc,CAAC"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import * as Models from "./models";
|
|
2
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
3
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
4
|
-
import { TokenCredential } from "@azure/core-auth";
|
|
5
|
-
export declare class EventGridManagementClientContext extends msRestAzure.AzureServiceClient {
|
|
6
|
-
credentials: msRest.ServiceClientCredentials | TokenCredential;
|
|
7
|
-
subscriptionId: string;
|
|
8
|
-
apiVersion?: string;
|
|
9
|
-
/**
|
|
10
|
-
* Initializes a new instance of the EventGridManagementClient class.
|
|
11
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
|
12
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
|
13
|
-
* more information about these credentials, see
|
|
14
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
|
15
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
|
16
|
-
* @azure/ms-rest-browserauth are also supported.
|
|
17
|
-
* @param subscriptionId Subscription credentials that uniquely identify a Microsoft Azure
|
|
18
|
-
* subscription. The subscription ID forms part of the URI for every service call.
|
|
19
|
-
* @param [options] The parameter options
|
|
20
|
-
*/
|
|
21
|
-
constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.EventGridManagementClientOptions);
|
|
22
|
-
}
|
|
23
|
-
//# sourceMappingURL=eventGridManagementClientContext.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"eventGridManagementClientContext.d.ts","sourceRoot":"","sources":["../src/eventGridManagementClientContext.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AACvD,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAKnD,qBAAa,gCAAiC,SAAQ,WAAW,CAAC,kBAAkB;IAClF,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,CAAC;IAC/D,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;;;;;;;OAWG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,gCAAgC;CAiCtJ"}
|
|
@@ -1,61 +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
|
|
7
|
-
* regenerated.
|
|
8
|
-
*/
|
|
9
|
-
import { __extends } from "tslib";
|
|
10
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
11
|
-
var packageName = "@azure/arm-eventgrid";
|
|
12
|
-
var packageVersion = "12.0.0";
|
|
13
|
-
var EventGridManagementClientContext = /** @class */ (function (_super) {
|
|
14
|
-
__extends(EventGridManagementClientContext, _super);
|
|
15
|
-
/**
|
|
16
|
-
* Initializes a new instance of the EventGridManagementClient class.
|
|
17
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
|
18
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
|
19
|
-
* more information about these credentials, see
|
|
20
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
|
21
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
|
22
|
-
* @azure/ms-rest-browserauth are also supported.
|
|
23
|
-
* @param subscriptionId Subscription credentials that uniquely identify a Microsoft Azure
|
|
24
|
-
* subscription. The subscription ID forms part of the URI for every service call.
|
|
25
|
-
* @param [options] The parameter options
|
|
26
|
-
*/
|
|
27
|
-
function EventGridManagementClientContext(credentials, subscriptionId, options) {
|
|
28
|
-
var _this = this;
|
|
29
|
-
if (credentials == undefined) {
|
|
30
|
-
throw new Error('\'credentials\' cannot be null.');
|
|
31
|
-
}
|
|
32
|
-
if (subscriptionId == undefined) {
|
|
33
|
-
throw new Error('\'subscriptionId\' cannot be null.');
|
|
34
|
-
}
|
|
35
|
-
if (!options) {
|
|
36
|
-
options = {};
|
|
37
|
-
}
|
|
38
|
-
if (!options.userAgent) {
|
|
39
|
-
var defaultUserAgent = msRestAzure.getDefaultUserAgentValue();
|
|
40
|
-
options.userAgent = packageName + "/" + packageVersion + " " + defaultUserAgent;
|
|
41
|
-
}
|
|
42
|
-
_this = _super.call(this, credentials, options) || this;
|
|
43
|
-
_this.apiVersion = '2021-12-01';
|
|
44
|
-
_this.acceptLanguage = 'en-US';
|
|
45
|
-
_this.longRunningOperationRetryTimeout = 30;
|
|
46
|
-
_this.baseUri = options.baseUri || _this.baseUri || "https://management.azure.com";
|
|
47
|
-
_this.requestContentType = "application/json; charset=utf-8";
|
|
48
|
-
_this.credentials = credentials;
|
|
49
|
-
_this.subscriptionId = subscriptionId;
|
|
50
|
-
if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
|
|
51
|
-
_this.acceptLanguage = options.acceptLanguage;
|
|
52
|
-
}
|
|
53
|
-
if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
|
|
54
|
-
_this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;
|
|
55
|
-
}
|
|
56
|
-
return _this;
|
|
57
|
-
}
|
|
58
|
-
return EventGridManagementClientContext;
|
|
59
|
-
}(msRestAzure.AzureServiceClient));
|
|
60
|
-
export { EventGridManagementClientContext };
|
|
61
|
-
//# sourceMappingURL=eventGridManagementClientContext.js.map
|