@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.
Files changed (287) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +70 -82
  4. package/dist/index.js +7613 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/eventGridManagementClient.d.ts +29 -0
  9. package/dist-esm/src/eventGridManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/eventGridManagementClient.js +62 -0
  11. package/dist-esm/src/eventGridManagementClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/lroImpl.d.ts +16 -0
  17. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  18. package/dist-esm/src/lroImpl.js +29 -0
  19. package/dist-esm/src/lroImpl.js.map +1 -0
  20. package/dist-esm/src/models/index.d.ts +1943 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +204 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +107 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/mappers.js +1216 -1303
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +42 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/dist-esm/src/models/parameters.js +347 -0
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/dist-esm/src/operations/domainTopics.d.ts +79 -0
  33. package/dist-esm/src/operations/domainTopics.d.ts.map +1 -0
  34. package/dist-esm/src/operations/domainTopics.js +310 -0
  35. package/dist-esm/src/operations/domainTopics.js.map +1 -0
  36. package/dist-esm/src/operations/domains.d.ts +122 -0
  37. package/dist-esm/src/operations/domains.d.ts.map +1 -0
  38. package/dist-esm/src/operations/domains.js +522 -0
  39. package/dist-esm/src/operations/domains.js.map +1 -0
  40. package/dist-esm/src/operations/eventSubscriptions.d.ts +404 -0
  41. package/dist-esm/src/operations/eventSubscriptions.d.ts.map +1 -0
  42. package/dist-esm/src/operations/eventSubscriptions.js +1504 -0
  43. package/dist-esm/src/operations/eventSubscriptions.js.map +1 -0
  44. package/dist-esm/src/operations/extensionTopics.d.ts +24 -0
  45. package/dist-esm/src/operations/extensionTopics.d.ts.map +1 -0
  46. package/dist-esm/src/operations/extensionTopics.js +50 -0
  47. package/dist-esm/src/operations/extensionTopics.js.map +1 -0
  48. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  49. package/dist-esm/src/operations/index.d.ts.map +1 -0
  50. package/{esm → dist-esm/src}/operations/index.js +1 -2
  51. package/dist-esm/src/operations/index.js.map +1 -0
  52. package/dist-esm/src/operations/operations.d.ts +26 -0
  53. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  54. package/dist-esm/src/operations/operations.js +88 -0
  55. package/dist-esm/src/operations/operations.js.map +1 -0
  56. package/dist-esm/src/operations/privateEndpointConnections.d.ts +89 -0
  57. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  58. package/dist-esm/src/operations/privateEndpointConnections.js +346 -0
  59. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  60. package/dist-esm/src/operations/privateLinkResources.d.ts +50 -0
  61. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  62. package/dist-esm/src/operations/privateLinkResources.js +176 -0
  63. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  64. package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts +128 -0
  65. package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts.map +1 -0
  66. package/dist-esm/src/operations/systemTopicEventSubscriptions.js +483 -0
  67. package/dist-esm/src/operations/systemTopicEventSubscriptions.js.map +1 -0
  68. package/dist-esm/src/operations/systemTopics.d.ts +107 -0
  69. package/dist-esm/src/operations/systemTopics.d.ts.map +1 -0
  70. package/dist-esm/src/operations/systemTopics.js +482 -0
  71. package/dist-esm/src/operations/systemTopics.js.map +1 -0
  72. package/dist-esm/src/operations/topicTypes.d.ts +46 -0
  73. package/dist-esm/src/operations/topicTypes.d.ts.map +1 -0
  74. package/dist-esm/src/operations/topicTypes.js +175 -0
  75. package/dist-esm/src/operations/topicTypes.js.map +1 -0
  76. package/dist-esm/src/operations/topics.d.ts +150 -0
  77. package/dist-esm/src/operations/topics.d.ts.map +1 -0
  78. package/dist-esm/src/operations/topics.js +656 -0
  79. package/dist-esm/src/operations/topics.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/domainTopics.d.ts +54 -0
  81. package/dist-esm/src/operationsInterfaces/domainTopics.d.ts.map +1 -0
  82. package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/domainTopics.js} +2 -8
  83. package/dist-esm/src/operationsInterfaces/domainTopics.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/domains.d.ts +86 -0
  85. package/dist-esm/src/operationsInterfaces/domains.d.ts.map +1 -0
  86. package/{src/models/privateLinkResourcesMappers.ts → dist-esm/src/operationsInterfaces/domains.js} +2 -7
  87. package/dist-esm/src/operationsInterfaces/domains.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts +217 -0
  89. package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts.map +1 -0
  90. package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/eventSubscriptions.js} +2 -2
  91. package/dist-esm/src/operationsInterfaces/eventSubscriptions.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts +16 -0
  93. package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/extensionTopics.js +9 -0
  95. package/dist-esm/src/operationsInterfaces/extensionTopics.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/index.d.ts +12 -0
  97. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/index.js +19 -0
  99. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  101. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
  105. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +23 -0
  109. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts +103 -0
  113. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/systemTopics.d.ts +71 -0
  117. package/dist-esm/src/operationsInterfaces/systemTopics.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/systemTopics.js +9 -0
  119. package/dist-esm/src/operationsInterfaces/systemTopics.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/topicTypes.d.ts +23 -0
  121. package/dist-esm/src/operationsInterfaces/topicTypes.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/topicTypes.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/topicTypes.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/topics.d.ts +103 -0
  125. package/dist-esm/src/operationsInterfaces/topics.d.ts.map +1 -0
  126. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/topics.js} +2 -1
  127. package/dist-esm/src/operationsInterfaces/topics.js.map +1 -0
  128. package/dist-esm/test/eventgrid_examples.d.ts +4 -0
  129. package/dist-esm/test/eventgrid_examples.d.ts.map +1 -0
  130. package/dist-esm/test/eventgrid_examples.js +166 -0
  131. package/dist-esm/test/eventgrid_examples.js.map +1 -0
  132. package/package.json +65 -32
  133. package/review/arm-eventgrid.api.md +1777 -0
  134. package/rollup.config.js +181 -30
  135. package/src/eventGridManagementClient.ts +107 -53
  136. package/{esm/models/privateLinkResourcesMappers.js → src/index.ts} +5 -2
  137. package/src/lroImpl.ts +34 -0
  138. package/src/models/index.ts +1844 -3910
  139. package/src/models/mappers.ts +1261 -1339
  140. package/src/models/parameters.ts +239 -82
  141. package/src/operations/domainTopics.ts +346 -224
  142. package/src/operations/domains.ts +545 -454
  143. package/src/operations/eventSubscriptions.ts +1658 -1236
  144. package/src/operations/extensionTopics.ts +37 -66
  145. package/src/operations/index.ts +1 -2
  146. package/src/operations/operations.ts +65 -43
  147. package/src/operations/privateEndpointConnections.ts +386 -253
  148. package/src/operations/privateLinkResources.ts +178 -150
  149. package/src/operations/systemTopicEventSubscriptions.ts +537 -394
  150. package/src/operations/systemTopics.ts +505 -349
  151. package/src/operations/topicTypes.ts +138 -114
  152. package/src/operations/topics.ts +728 -494
  153. package/src/operationsInterfaces/domainTopics.ts +105 -0
  154. package/src/operationsInterfaces/domains.ts +162 -0
  155. package/src/operationsInterfaces/eventSubscriptions.ts +339 -0
  156. package/src/operationsInterfaces/extensionTopics.ts +30 -0
  157. package/src/operationsInterfaces/index.ts +19 -0
  158. package/src/operationsInterfaces/operations.ts +22 -0
  159. package/src/operationsInterfaces/privateEndpointConnections.ts +125 -0
  160. package/src/operationsInterfaces/privateLinkResources.ts +48 -0
  161. package/src/operationsInterfaces/systemTopicEventSubscriptions.ts +190 -0
  162. package/src/operationsInterfaces/systemTopics.ts +139 -0
  163. package/src/operationsInterfaces/topicTypes.ts +47 -0
  164. package/src/operationsInterfaces/topics.ts +197 -0
  165. package/tsconfig.json +3 -3
  166. package/types/arm-eventgrid.d.ts +2998 -0
  167. package/types/tsdoc-metadata.json +11 -0
  168. package/dist/arm-eventgrid.js +0 -6824
  169. package/dist/arm-eventgrid.js.map +0 -1
  170. package/dist/arm-eventgrid.min.js +0 -1
  171. package/dist/arm-eventgrid.min.js.map +0 -1
  172. package/esm/eventGridManagementClient.d.ts +0 -35
  173. package/esm/eventGridManagementClient.d.ts.map +0 -1
  174. package/esm/eventGridManagementClient.js +0 -48
  175. package/esm/eventGridManagementClient.js.map +0 -1
  176. package/esm/eventGridManagementClientContext.d.ts +0 -23
  177. package/esm/eventGridManagementClientContext.d.ts.map +0 -1
  178. package/esm/eventGridManagementClientContext.js +0 -61
  179. package/esm/eventGridManagementClientContext.js.map +0 -1
  180. package/esm/models/domainTopicsMappers.d.ts +0 -2
  181. package/esm/models/domainTopicsMappers.d.ts.map +0 -1
  182. package/esm/models/domainTopicsMappers.js +0 -9
  183. package/esm/models/domainTopicsMappers.js.map +0 -1
  184. package/esm/models/domainsMappers.d.ts +0 -2
  185. package/esm/models/domainsMappers.d.ts.map +0 -1
  186. package/esm/models/domainsMappers.js +0 -9
  187. package/esm/models/domainsMappers.js.map +0 -1
  188. package/esm/models/eventSubscriptionsMappers.d.ts +0 -2
  189. package/esm/models/eventSubscriptionsMappers.d.ts.map +0 -1
  190. package/esm/models/eventSubscriptionsMappers.js +0 -9
  191. package/esm/models/eventSubscriptionsMappers.js.map +0 -1
  192. package/esm/models/extensionTopicsMappers.d.ts +0 -2
  193. package/esm/models/extensionTopicsMappers.d.ts.map +0 -1
  194. package/esm/models/extensionTopicsMappers.js +0 -9
  195. package/esm/models/extensionTopicsMappers.js.map +0 -1
  196. package/esm/models/index.d.ts +0 -4080
  197. package/esm/models/index.d.ts.map +0 -1
  198. package/esm/models/index.js.map +0 -1
  199. package/esm/models/mappers.d.ts +0 -109
  200. package/esm/models/mappers.d.ts.map +0 -1
  201. package/esm/models/mappers.js.map +0 -1
  202. package/esm/models/operationsMappers.d.ts +0 -2
  203. package/esm/models/operationsMappers.d.ts.map +0 -1
  204. package/esm/models/operationsMappers.js.map +0 -1
  205. package/esm/models/parameters.d.ts +0 -25
  206. package/esm/models/parameters.d.ts.map +0 -1
  207. package/esm/models/parameters.js +0 -245
  208. package/esm/models/parameters.js.map +0 -1
  209. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  210. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  211. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  212. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  213. package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
  214. package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
  215. package/esm/models/privateLinkResourcesMappers.js.map +0 -1
  216. package/esm/models/systemTopicEventSubscriptionsMappers.d.ts +0 -2
  217. package/esm/models/systemTopicEventSubscriptionsMappers.d.ts.map +0 -1
  218. package/esm/models/systemTopicEventSubscriptionsMappers.js +0 -9
  219. package/esm/models/systemTopicEventSubscriptionsMappers.js.map +0 -1
  220. package/esm/models/systemTopicsMappers.d.ts +0 -2
  221. package/esm/models/systemTopicsMappers.d.ts.map +0 -1
  222. package/esm/models/systemTopicsMappers.js +0 -9
  223. package/esm/models/systemTopicsMappers.js.map +0 -1
  224. package/esm/models/topicTypesMappers.d.ts +0 -2
  225. package/esm/models/topicTypesMappers.d.ts.map +0 -1
  226. package/esm/models/topicTypesMappers.js +0 -9
  227. package/esm/models/topicTypesMappers.js.map +0 -1
  228. package/esm/models/topicsMappers.d.ts +0 -2
  229. package/esm/models/topicsMappers.d.ts.map +0 -1
  230. package/esm/models/topicsMappers.js +0 -9
  231. package/esm/models/topicsMappers.js.map +0 -1
  232. package/esm/operations/domainTopics.d.ts +0 -120
  233. package/esm/operations/domainTopics.d.ts.map +0 -1
  234. package/esm/operations/domainTopics.js +0 -233
  235. package/esm/operations/domainTopics.js.map +0 -1
  236. package/esm/operations/domains.d.ts +0 -214
  237. package/esm/operations/domains.d.ts.map +0 -1
  238. package/esm/operations/domains.js +0 -415
  239. package/esm/operations/domains.js.map +0 -1
  240. package/esm/operations/eventSubscriptions.d.ts +0 -666
  241. package/esm/operations/eventSubscriptions.d.ts.map +0 -1
  242. package/esm/operations/eventSubscriptions.js +0 -969
  243. package/esm/operations/eventSubscriptions.js.map +0 -1
  244. package/esm/operations/extensionTopics.d.ts +0 -47
  245. package/esm/operations/extensionTopics.d.ts.map +0 -1
  246. package/esm/operations/extensionTopics.js +0 -54
  247. package/esm/operations/extensionTopics.js.map +0 -1
  248. package/esm/operations/index.d.ts.map +0 -1
  249. package/esm/operations/index.js.map +0 -1
  250. package/esm/operations/operations.d.ts +0 -29
  251. package/esm/operations/operations.d.ts.map +0 -1
  252. package/esm/operations/operations.js +0 -50
  253. package/esm/operations/operations.js.map +0 -1
  254. package/esm/operations/privateEndpointConnections.d.ts +0 -152
  255. package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  256. package/esm/operations/privateEndpointConnections.js +0 -263
  257. package/esm/operations/privateEndpointConnections.js.map +0 -1
  258. package/esm/operations/privateLinkResources.d.ts +0 -91
  259. package/esm/operations/privateLinkResources.d.ts.map +0 -1
  260. package/esm/operations/privateLinkResources.js +0 -127
  261. package/esm/operations/privateLinkResources.js.map +0 -1
  262. package/esm/operations/systemTopicEventSubscriptions.d.ts +0 -213
  263. package/esm/operations/systemTopicEventSubscriptions.d.ts.map +0 -1
  264. package/esm/operations/systemTopicEventSubscriptions.js +0 -379
  265. package/esm/operations/systemTopicEventSubscriptions.js.map +0 -1
  266. package/esm/operations/systemTopics.d.ts +0 -167
  267. package/esm/operations/systemTopics.d.ts.map +0 -1
  268. package/esm/operations/systemTopics.js +0 -353
  269. package/esm/operations/systemTopics.js.map +0 -1
  270. package/esm/operations/topicTypes.d.ts +0 -67
  271. package/esm/operations/topicTypes.d.ts.map +0 -1
  272. package/esm/operations/topicTypes.js +0 -106
  273. package/esm/operations/topicTypes.js.map +0 -1
  274. package/esm/operations/topics.d.ts +0 -237
  275. package/esm/operations/topics.d.ts.map +0 -1
  276. package/esm/operations/topics.js +0 -471
  277. package/esm/operations/topics.js.map +0 -1
  278. package/src/eventGridManagementClientContext.ts +0 -68
  279. package/src/models/domainTopicsMappers.ts +0 -66
  280. package/src/models/domainsMappers.ts +0 -69
  281. package/src/models/eventSubscriptionsMappers.ts +0 -69
  282. package/src/models/extensionTopicsMappers.ts +0 -65
  283. package/src/models/privateEndpointConnectionsMappers.ts +0 -66
  284. package/src/models/systemTopicEventSubscriptionsMappers.ts +0 -69
  285. package/src/models/systemTopicsMappers.ts +0 -67
  286. package/src/models/topicTypesMappers.ts +0 -67
  287. package/src/models/topicsMappers.ts +0 -70
@@ -6,14 +6,9 @@
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
 
9
- import { CloudErrorMapper, BaseResourceMapper } from "@azure/ms-rest-azure-js";
10
- import * as msRest from "@azure/ms-rest-js";
9
+ import * as coreClient from "@azure/core-client";
11
10
 
12
- export const CloudError = CloudErrorMapper;
13
- export const BaseResource = BaseResourceMapper;
14
-
15
- export const PrivateEndpoint: msRest.CompositeMapper = {
16
- serializedName: "PrivateEndpoint",
11
+ export const PrivateEndpoint: coreClient.CompositeMapper = {
17
12
  type: {
18
13
  name: "Composite",
19
14
  className: "PrivateEndpoint",
@@ -28,8 +23,7 @@ export const PrivateEndpoint: msRest.CompositeMapper = {
28
23
  }
29
24
  };
30
25
 
31
- export const ConnectionState: msRest.CompositeMapper = {
32
- serializedName: "ConnectionState",
26
+ export const ConnectionState: coreClient.CompositeMapper = {
33
27
  type: {
34
28
  name: "Composite",
35
29
  className: "ConnectionState",
@@ -56,29 +50,28 @@ export const ConnectionState: msRest.CompositeMapper = {
56
50
  }
57
51
  };
58
52
 
59
- export const Resource: msRest.CompositeMapper = {
60
- serializedName: "Resource",
53
+ export const Resource: coreClient.CompositeMapper = {
61
54
  type: {
62
55
  name: "Composite",
63
56
  className: "Resource",
64
57
  modelProperties: {
65
58
  id: {
66
- readOnly: true,
67
59
  serializedName: "id",
60
+ readOnly: true,
68
61
  type: {
69
62
  name: "String"
70
63
  }
71
64
  },
72
65
  name: {
73
- readOnly: true,
74
66
  serializedName: "name",
67
+ readOnly: true,
75
68
  type: {
76
69
  name: "String"
77
70
  }
78
71
  },
79
72
  type: {
80
- readOnly: true,
81
73
  serializedName: "type",
74
+ readOnly: true,
82
75
  type: {
83
76
  name: "String"
84
77
  }
@@ -87,62 +80,19 @@ export const Resource: msRest.CompositeMapper = {
87
80
  }
88
81
  };
89
82
 
90
- export const PrivateEndpointConnection: msRest.CompositeMapper = {
91
- serializedName: "PrivateEndpointConnection",
92
- type: {
93
- name: "Composite",
94
- className: "PrivateEndpointConnection",
95
- modelProperties: {
96
- ...Resource.type.modelProperties,
97
- privateEndpoint: {
98
- serializedName: "properties.privateEndpoint",
99
- type: {
100
- name: "Composite",
101
- className: "PrivateEndpoint"
102
- }
103
- },
104
- groupIds: {
105
- serializedName: "properties.groupIds",
106
- type: {
107
- name: "Sequence",
108
- element: {
109
- type: {
110
- name: "String"
111
- }
112
- }
113
- }
114
- },
115
- privateLinkServiceConnectionState: {
116
- serializedName: "properties.privateLinkServiceConnectionState",
117
- type: {
118
- name: "Composite",
119
- className: "ConnectionState"
120
- }
121
- },
122
- provisioningState: {
123
- serializedName: "properties.provisioningState",
124
- type: {
125
- name: "String"
126
- }
127
- }
128
- }
129
- }
130
- };
131
-
132
- export const InputSchemaMapping: msRest.CompositeMapper = {
133
- serializedName: "InputSchemaMapping",
83
+ export const InputSchemaMapping: coreClient.CompositeMapper = {
134
84
  type: {
135
85
  name: "Composite",
86
+ className: "InputSchemaMapping",
87
+ uberParent: "InputSchemaMapping",
136
88
  polymorphicDiscriminator: {
137
89
  serializedName: "inputSchemaMappingType",
138
90
  clientName: "inputSchemaMappingType"
139
91
  },
140
- uberParent: "InputSchemaMapping",
141
- className: "InputSchemaMapping",
142
92
  modelProperties: {
143
93
  inputSchemaMappingType: {
144
- required: true,
145
94
  serializedName: "inputSchemaMappingType",
95
+ required: true,
146
96
  type: {
147
97
  name: "String"
148
98
  }
@@ -151,8 +101,7 @@ export const InputSchemaMapping: msRest.CompositeMapper = {
151
101
  }
152
102
  };
153
103
 
154
- export const InboundIpRule: msRest.CompositeMapper = {
155
- serializedName: "InboundIpRule",
104
+ export const InboundIpRule: coreClient.CompositeMapper = {
156
105
  type: {
157
106
  name: "Composite",
158
107
  className: "InboundIpRule",
@@ -173,30 +122,52 @@ export const InboundIpRule: msRest.CompositeMapper = {
173
122
  }
174
123
  };
175
124
 
176
- export const UserIdentityProperties: msRest.CompositeMapper = {
177
- serializedName: "UserIdentityProperties",
125
+ export const SystemData: coreClient.CompositeMapper = {
178
126
  type: {
179
127
  name: "Composite",
180
- className: "UserIdentityProperties",
128
+ className: "SystemData",
181
129
  modelProperties: {
182
- principalId: {
183
- serializedName: "principalId",
130
+ createdBy: {
131
+ serializedName: "createdBy",
184
132
  type: {
185
133
  name: "String"
186
134
  }
187
135
  },
188
- clientId: {
189
- serializedName: "clientId",
136
+ createdByType: {
137
+ serializedName: "createdByType",
138
+ type: {
139
+ name: "String"
140
+ }
141
+ },
142
+ createdAt: {
143
+ serializedName: "createdAt",
144
+ type: {
145
+ name: "DateTime"
146
+ }
147
+ },
148
+ lastModifiedBy: {
149
+ serializedName: "lastModifiedBy",
150
+ type: {
151
+ name: "String"
152
+ }
153
+ },
154
+ lastModifiedByType: {
155
+ serializedName: "lastModifiedByType",
190
156
  type: {
191
157
  name: "String"
192
158
  }
159
+ },
160
+ lastModifiedAt: {
161
+ serializedName: "lastModifiedAt",
162
+ type: {
163
+ name: "DateTime"
164
+ }
193
165
  }
194
166
  }
195
167
  }
196
168
  };
197
169
 
198
- export const IdentityInfo: msRest.CompositeMapper = {
199
- serializedName: "IdentityInfo",
170
+ export const IdentityInfo: coreClient.CompositeMapper = {
200
171
  type: {
201
172
  name: "Composite",
202
173
  className: "IdentityInfo",
@@ -224,10 +195,7 @@ export const IdentityInfo: msRest.CompositeMapper = {
224
195
  type: {
225
196
  name: "Dictionary",
226
197
  value: {
227
- type: {
228
- name: "Composite",
229
- className: "UserIdentityProperties"
230
- }
198
+ type: { name: "Composite", className: "UserIdentityProperties" }
231
199
  }
232
200
  }
233
201
  }
@@ -235,36 +203,19 @@ export const IdentityInfo: msRest.CompositeMapper = {
235
203
  }
236
204
  };
237
205
 
238
- export const JsonField: msRest.CompositeMapper = {
239
- serializedName: "JsonField",
240
- type: {
241
- name: "Composite",
242
- className: "JsonField",
243
- modelProperties: {
244
- sourceField: {
245
- serializedName: "sourceField",
246
- type: {
247
- name: "String"
248
- }
249
- }
250
- }
251
- }
252
- };
253
-
254
- export const JsonFieldWithDefault: msRest.CompositeMapper = {
255
- serializedName: "JsonFieldWithDefault",
206
+ export const UserIdentityProperties: coreClient.CompositeMapper = {
256
207
  type: {
257
208
  name: "Composite",
258
- className: "JsonFieldWithDefault",
209
+ className: "UserIdentityProperties",
259
210
  modelProperties: {
260
- sourceField: {
261
- serializedName: "sourceField",
211
+ principalId: {
212
+ serializedName: "principalId",
262
213
  type: {
263
214
  name: "String"
264
215
  }
265
216
  },
266
- defaultValue: {
267
- serializedName: "defaultValue",
217
+ clientId: {
218
+ serializedName: "clientId",
268
219
  type: {
269
220
  name: "String"
270
221
  }
@@ -273,346 +224,297 @@ export const JsonFieldWithDefault: msRest.CompositeMapper = {
273
224
  }
274
225
  };
275
226
 
276
- export const JsonInputSchemaMapping: msRest.CompositeMapper = {
277
- serializedName: "Json",
227
+ export const DomainUpdateParameters: coreClient.CompositeMapper = {
278
228
  type: {
279
229
  name: "Composite",
280
- polymorphicDiscriminator: InputSchemaMapping.type.polymorphicDiscriminator,
281
- uberParent: "InputSchemaMapping",
282
- className: "JsonInputSchemaMapping",
230
+ className: "DomainUpdateParameters",
283
231
  modelProperties: {
284
- ...InputSchemaMapping.type.modelProperties,
285
- id: {
286
- serializedName: "properties.id",
232
+ tags: {
233
+ serializedName: "tags",
287
234
  type: {
288
- name: "Composite",
289
- className: "JsonField"
235
+ name: "Dictionary",
236
+ value: { type: { name: "String" } }
290
237
  }
291
238
  },
292
- topic: {
293
- serializedName: "properties.topic",
239
+ identity: {
240
+ serializedName: "identity",
294
241
  type: {
295
242
  name: "Composite",
296
- className: "JsonField"
243
+ className: "IdentityInfo"
297
244
  }
298
245
  },
299
- eventTime: {
300
- serializedName: "properties.eventTime",
246
+ publicNetworkAccess: {
247
+ serializedName: "properties.publicNetworkAccess",
301
248
  type: {
302
- name: "Composite",
303
- className: "JsonField"
249
+ name: "String"
304
250
  }
305
251
  },
306
- eventType: {
307
- serializedName: "properties.eventType",
252
+ inboundIpRules: {
253
+ serializedName: "properties.inboundIpRules",
308
254
  type: {
309
- name: "Composite",
310
- className: "JsonFieldWithDefault"
255
+ name: "Sequence",
256
+ element: {
257
+ type: {
258
+ name: "Composite",
259
+ className: "InboundIpRule"
260
+ }
261
+ }
311
262
  }
312
263
  },
313
- subject: {
314
- serializedName: "properties.subject",
264
+ disableLocalAuth: {
265
+ serializedName: "properties.disableLocalAuth",
315
266
  type: {
316
- name: "Composite",
317
- className: "JsonFieldWithDefault"
267
+ name: "Boolean"
318
268
  }
319
269
  },
320
- dataVersion: {
321
- serializedName: "properties.dataVersion",
270
+ autoCreateTopicWithFirstSubscription: {
271
+ serializedName: "properties.autoCreateTopicWithFirstSubscription",
322
272
  type: {
323
- name: "Composite",
324
- className: "JsonFieldWithDefault"
273
+ name: "Boolean"
274
+ }
275
+ },
276
+ autoDeleteTopicWithLastSubscription: {
277
+ serializedName: "properties.autoDeleteTopicWithLastSubscription",
278
+ type: {
279
+ name: "Boolean"
325
280
  }
326
281
  }
327
282
  }
328
283
  }
329
284
  };
330
285
 
331
- export const TrackedResource: msRest.CompositeMapper = {
332
- serializedName: "TrackedResource",
286
+ export const DomainsListResult: coreClient.CompositeMapper = {
333
287
  type: {
334
288
  name: "Composite",
335
- className: "TrackedResource",
289
+ className: "DomainsListResult",
336
290
  modelProperties: {
337
- ...Resource.type.modelProperties,
338
- location: {
339
- required: true,
340
- serializedName: "location",
341
- type: {
342
- name: "String"
343
- }
344
- },
345
- tags: {
346
- serializedName: "tags",
291
+ value: {
292
+ serializedName: "value",
347
293
  type: {
348
- name: "Dictionary",
349
- value: {
294
+ name: "Sequence",
295
+ element: {
350
296
  type: {
351
- name: "String"
297
+ name: "Composite",
298
+ className: "Domain"
352
299
  }
353
300
  }
354
301
  }
302
+ },
303
+ nextLink: {
304
+ serializedName: "nextLink",
305
+ type: {
306
+ name: "String"
307
+ }
355
308
  }
356
309
  }
357
310
  }
358
311
  };
359
312
 
360
- export const SystemData: msRest.CompositeMapper = {
361
- serializedName: "systemData",
313
+ export const DomainSharedAccessKeys: coreClient.CompositeMapper = {
362
314
  type: {
363
315
  name: "Composite",
364
- className: "SystemData",
316
+ className: "DomainSharedAccessKeys",
365
317
  modelProperties: {
366
- createdBy: {
367
- serializedName: "createdBy",
368
- type: {
369
- name: "String"
370
- }
371
- },
372
- createdByType: {
373
- serializedName: "createdByType",
318
+ key1: {
319
+ serializedName: "key1",
374
320
  type: {
375
321
  name: "String"
376
322
  }
377
323
  },
378
- createdAt: {
379
- serializedName: "createdAt",
380
- type: {
381
- name: "DateTime"
382
- }
383
- },
384
- lastModifiedBy: {
385
- serializedName: "lastModifiedBy",
324
+ key2: {
325
+ serializedName: "key2",
386
326
  type: {
387
327
  name: "String"
388
328
  }
389
- },
390
- lastModifiedByType: {
391
- serializedName: "lastModifiedByType",
329
+ }
330
+ }
331
+ }
332
+ };
333
+
334
+ export const DomainRegenerateKeyRequest: coreClient.CompositeMapper = {
335
+ type: {
336
+ name: "Composite",
337
+ className: "DomainRegenerateKeyRequest",
338
+ modelProperties: {
339
+ keyName: {
340
+ serializedName: "keyName",
341
+ required: true,
392
342
  type: {
393
343
  name: "String"
394
344
  }
395
- },
396
- lastModifiedAt: {
397
- serializedName: "lastModifiedAt",
398
- type: {
399
- name: "DateTime"
400
- }
401
345
  }
402
346
  }
403
347
  }
404
348
  };
405
349
 
406
- export const Domain: msRest.CompositeMapper = {
407
- serializedName: "Domain",
350
+ export const DomainTopicsListResult: coreClient.CompositeMapper = {
408
351
  type: {
409
352
  name: "Composite",
410
- className: "Domain",
353
+ className: "DomainTopicsListResult",
411
354
  modelProperties: {
412
- ...TrackedResource.type.modelProperties,
413
- privateEndpointConnections: {
414
- readOnly: true,
415
- serializedName: "properties.privateEndpointConnections",
355
+ value: {
356
+ serializedName: "value",
416
357
  type: {
417
358
  name: "Sequence",
418
359
  element: {
419
360
  type: {
420
361
  name: "Composite",
421
- className: "PrivateEndpointConnection"
362
+ className: "DomainTopic"
422
363
  }
423
364
  }
424
365
  }
425
366
  },
426
- provisioningState: {
427
- readOnly: true,
428
- serializedName: "properties.provisioningState",
367
+ nextLink: {
368
+ serializedName: "nextLink",
429
369
  type: {
430
370
  name: "String"
431
371
  }
432
- },
433
- endpoint: {
434
- readOnly: true,
435
- serializedName: "properties.endpoint",
372
+ }
373
+ }
374
+ }
375
+ };
376
+
377
+ export const EventSubscriptionDestination: coreClient.CompositeMapper = {
378
+ type: {
379
+ name: "Composite",
380
+ className: "EventSubscriptionDestination",
381
+ uberParent: "EventSubscriptionDestination",
382
+ polymorphicDiscriminator: {
383
+ serializedName: "endpointType",
384
+ clientName: "endpointType"
385
+ },
386
+ modelProperties: {
387
+ endpointType: {
388
+ serializedName: "endpointType",
389
+ required: true,
436
390
  type: {
437
391
  name: "String"
438
392
  }
439
- },
440
- inputSchema: {
441
- serializedName: "properties.inputSchema",
442
- defaultValue: 'EventGridSchema',
393
+ }
394
+ }
395
+ }
396
+ };
397
+
398
+ export const DeliveryWithResourceIdentity: coreClient.CompositeMapper = {
399
+ type: {
400
+ name: "Composite",
401
+ className: "DeliveryWithResourceIdentity",
402
+ modelProperties: {
403
+ identity: {
404
+ serializedName: "identity",
443
405
  type: {
444
- name: "String"
406
+ name: "Composite",
407
+ className: "EventSubscriptionIdentity"
445
408
  }
446
409
  },
447
- inputSchemaMapping: {
448
- serializedName: "properties.inputSchemaMapping",
410
+ destination: {
411
+ serializedName: "destination",
449
412
  type: {
450
413
  name: "Composite",
451
- className: "InputSchemaMapping"
414
+ className: "EventSubscriptionDestination"
452
415
  }
453
- },
454
- metricResourceId: {
455
- readOnly: true,
456
- serializedName: "properties.metricResourceId",
416
+ }
417
+ }
418
+ }
419
+ };
420
+
421
+ export const EventSubscriptionIdentity: coreClient.CompositeMapper = {
422
+ type: {
423
+ name: "Composite",
424
+ className: "EventSubscriptionIdentity",
425
+ modelProperties: {
426
+ type: {
427
+ serializedName: "type",
457
428
  type: {
458
429
  name: "String"
459
430
  }
460
431
  },
461
- publicNetworkAccess: {
462
- serializedName: "properties.publicNetworkAccess",
463
- defaultValue: 'Enabled',
432
+ userAssignedIdentity: {
433
+ serializedName: "userAssignedIdentity",
464
434
  type: {
465
435
  name: "String"
466
436
  }
467
- },
468
- inboundIpRules: {
469
- serializedName: "properties.inboundIpRules",
470
- type: {
471
- name: "Sequence",
472
- element: {
473
- type: {
474
- name: "Composite",
475
- className: "InboundIpRule"
476
- }
477
- }
478
- }
479
- },
480
- disableLocalAuth: {
481
- serializedName: "properties.disableLocalAuth",
482
- defaultValue: false,
483
- type: {
484
- name: "Boolean"
485
- }
486
- },
487
- autoCreateTopicWithFirstSubscription: {
488
- serializedName: "properties.autoCreateTopicWithFirstSubscription",
489
- defaultValue: true,
490
- type: {
491
- name: "Boolean"
492
- }
493
- },
494
- autoDeleteTopicWithLastSubscription: {
495
- serializedName: "properties.autoDeleteTopicWithLastSubscription",
496
- defaultValue: true,
497
- type: {
498
- name: "Boolean"
499
- }
500
- },
501
- systemData: {
502
- readOnly: true,
503
- serializedName: "systemData",
504
- type: {
505
- name: "Composite",
506
- className: "SystemData"
507
- }
508
- },
509
- identity: {
510
- serializedName: "identity",
511
- type: {
512
- name: "Composite",
513
- className: "IdentityInfo"
514
- }
515
437
  }
516
438
  }
517
439
  }
518
440
  };
519
441
 
520
- export const DomainUpdateParameters: msRest.CompositeMapper = {
521
- serializedName: "DomainUpdateParameters",
442
+ export const EventSubscriptionFilter: coreClient.CompositeMapper = {
522
443
  type: {
523
444
  name: "Composite",
524
- className: "DomainUpdateParameters",
445
+ className: "EventSubscriptionFilter",
525
446
  modelProperties: {
526
- tags: {
527
- serializedName: "tags",
447
+ subjectBeginsWith: {
448
+ serializedName: "subjectBeginsWith",
528
449
  type: {
529
- name: "Dictionary",
530
- value: {
531
- type: {
532
- name: "String"
533
- }
534
- }
450
+ name: "String"
535
451
  }
536
452
  },
537
- publicNetworkAccess: {
538
- serializedName: "properties.publicNetworkAccess",
539
- defaultValue: 'Enabled',
453
+ subjectEndsWith: {
454
+ serializedName: "subjectEndsWith",
540
455
  type: {
541
456
  name: "String"
542
457
  }
543
458
  },
544
- inboundIpRules: {
545
- serializedName: "properties.inboundIpRules",
459
+ includedEventTypes: {
460
+ serializedName: "includedEventTypes",
546
461
  type: {
547
462
  name: "Sequence",
548
463
  element: {
549
464
  type: {
550
- name: "Composite",
551
- className: "InboundIpRule"
465
+ name: "String"
552
466
  }
553
467
  }
554
468
  }
555
469
  },
556
- disableLocalAuth: {
557
- serializedName: "properties.disableLocalAuth",
558
- type: {
559
- name: "Boolean"
560
- }
561
- },
562
- autoCreateTopicWithFirstSubscription: {
563
- serializedName: "properties.autoCreateTopicWithFirstSubscription",
470
+ isSubjectCaseSensitive: {
471
+ defaultValue: false,
472
+ serializedName: "isSubjectCaseSensitive",
564
473
  type: {
565
474
  name: "Boolean"
566
475
  }
567
476
  },
568
- autoDeleteTopicWithLastSubscription: {
569
- serializedName: "properties.autoDeleteTopicWithLastSubscription",
477
+ enableAdvancedFilteringOnArrays: {
478
+ serializedName: "enableAdvancedFilteringOnArrays",
570
479
  type: {
571
480
  name: "Boolean"
572
481
  }
573
482
  },
574
- identity: {
575
- serializedName: "identity",
483
+ advancedFilters: {
484
+ serializedName: "advancedFilters",
576
485
  type: {
577
- name: "Composite",
578
- className: "IdentityInfo"
486
+ name: "Sequence",
487
+ element: {
488
+ type: {
489
+ name: "Composite",
490
+ className: "AdvancedFilter"
491
+ }
492
+ }
579
493
  }
580
494
  }
581
495
  }
582
496
  }
583
497
  };
584
498
 
585
- export const DomainSharedAccessKeys: msRest.CompositeMapper = {
586
- serializedName: "DomainSharedAccessKeys",
499
+ export const AdvancedFilter: coreClient.CompositeMapper = {
587
500
  type: {
588
501
  name: "Composite",
589
- className: "DomainSharedAccessKeys",
502
+ className: "AdvancedFilter",
503
+ uberParent: "AdvancedFilter",
504
+ polymorphicDiscriminator: {
505
+ serializedName: "operatorType",
506
+ clientName: "operatorType"
507
+ },
590
508
  modelProperties: {
591
- key1: {
592
- serializedName: "key1",
509
+ operatorType: {
510
+ serializedName: "operatorType",
511
+ required: true,
593
512
  type: {
594
513
  name: "String"
595
514
  }
596
515
  },
597
- key2: {
598
- serializedName: "key2",
599
- type: {
600
- name: "String"
601
- }
602
- }
603
- }
604
- }
605
- };
606
-
607
- export const DomainRegenerateKeyRequest: msRest.CompositeMapper = {
608
- serializedName: "DomainRegenerateKeyRequest",
609
- type: {
610
- name: "Composite",
611
- className: "DomainRegenerateKeyRequest",
612
- modelProperties: {
613
- keyName: {
614
- required: true,
615
- serializedName: "keyName",
516
+ key: {
517
+ serializedName: "key",
616
518
  type: {
617
519
  name: "String"
618
520
  }
@@ -621,46 +523,42 @@ export const DomainRegenerateKeyRequest: msRest.CompositeMapper = {
621
523
  }
622
524
  };
623
525
 
624
- export const DomainTopic: msRest.CompositeMapper = {
625
- serializedName: "DomainTopic",
526
+ export const RetryPolicy: coreClient.CompositeMapper = {
626
527
  type: {
627
528
  name: "Composite",
628
- className: "DomainTopic",
529
+ className: "RetryPolicy",
629
530
  modelProperties: {
630
- ...Resource.type.modelProperties,
631
- provisioningState: {
632
- readOnly: true,
633
- serializedName: "properties.provisioningState",
531
+ maxDeliveryAttempts: {
532
+ defaultValue: 30,
533
+ serializedName: "maxDeliveryAttempts",
634
534
  type: {
635
- name: "String"
535
+ name: "Number"
636
536
  }
637
537
  },
638
- systemData: {
639
- readOnly: true,
640
- serializedName: "systemData",
538
+ eventTimeToLiveInMinutes: {
539
+ defaultValue: 1440,
540
+ serializedName: "eventTimeToLiveInMinutes",
641
541
  type: {
642
- name: "Composite",
643
- className: "SystemData"
542
+ name: "Number"
644
543
  }
645
544
  }
646
545
  }
647
546
  }
648
547
  };
649
548
 
650
- export const EventSubscriptionDestination: msRest.CompositeMapper = {
651
- serializedName: "EventSubscriptionDestination",
549
+ export const DeadLetterDestination: coreClient.CompositeMapper = {
652
550
  type: {
653
551
  name: "Composite",
552
+ className: "DeadLetterDestination",
553
+ uberParent: "DeadLetterDestination",
654
554
  polymorphicDiscriminator: {
655
555
  serializedName: "endpointType",
656
556
  clientName: "endpointType"
657
557
  },
658
- uberParent: "EventSubscriptionDestination",
659
- className: "EventSubscriptionDestination",
660
558
  modelProperties: {
661
559
  endpointType: {
662
- required: true,
663
560
  serializedName: "endpointType",
561
+ required: true,
664
562
  type: {
665
563
  name: "String"
666
564
  }
@@ -669,100 +567,57 @@ export const EventSubscriptionDestination: msRest.CompositeMapper = {
669
567
  }
670
568
  };
671
569
 
672
- export const EventSubscriptionIdentity: msRest.CompositeMapper = {
673
- serializedName: "EventSubscriptionIdentity",
570
+ export const DeadLetterWithResourceIdentity: coreClient.CompositeMapper = {
674
571
  type: {
675
572
  name: "Composite",
676
- className: "EventSubscriptionIdentity",
573
+ className: "DeadLetterWithResourceIdentity",
677
574
  modelProperties: {
678
- type: {
679
- serializedName: "type",
575
+ identity: {
576
+ serializedName: "identity",
680
577
  type: {
681
- name: "String"
578
+ name: "Composite",
579
+ className: "EventSubscriptionIdentity"
682
580
  }
683
581
  },
684
- userAssignedIdentity: {
685
- serializedName: "userAssignedIdentity",
582
+ deadLetterDestination: {
583
+ serializedName: "deadLetterDestination",
686
584
  type: {
687
- name: "String"
585
+ name: "Composite",
586
+ className: "DeadLetterDestination"
688
587
  }
689
588
  }
690
589
  }
691
590
  }
692
591
  };
693
592
 
694
- export const DeliveryWithResourceIdentity: msRest.CompositeMapper = {
695
- serializedName: "DeliveryWithResourceIdentity",
593
+ export const EventSubscriptionUpdateParameters: coreClient.CompositeMapper = {
696
594
  type: {
697
595
  name: "Composite",
698
- className: "DeliveryWithResourceIdentity",
596
+ className: "EventSubscriptionUpdateParameters",
699
597
  modelProperties: {
700
- identity: {
701
- serializedName: "identity",
598
+ destination: {
599
+ serializedName: "destination",
702
600
  type: {
703
601
  name: "Composite",
704
- className: "EventSubscriptionIdentity"
602
+ className: "EventSubscriptionDestination"
705
603
  }
706
604
  },
707
- destination: {
708
- serializedName: "destination",
605
+ deliveryWithResourceIdentity: {
606
+ serializedName: "deliveryWithResourceIdentity",
709
607
  type: {
710
608
  name: "Composite",
711
- className: "EventSubscriptionDestination"
712
- }
713
- }
714
- }
715
- }
716
- };
717
-
718
- export const AdvancedFilter: msRest.CompositeMapper = {
719
- serializedName: "AdvancedFilter",
720
- type: {
721
- name: "Composite",
722
- polymorphicDiscriminator: {
723
- serializedName: "operatorType",
724
- clientName: "operatorType"
725
- },
726
- uberParent: "AdvancedFilter",
727
- className: "AdvancedFilter",
728
- modelProperties: {
729
- key: {
730
- serializedName: "key",
731
- type: {
732
- name: "String"
733
- }
734
- },
735
- operatorType: {
736
- required: true,
737
- serializedName: "operatorType",
738
- type: {
739
- name: "String"
740
- }
741
- }
742
- }
743
- }
744
- };
745
-
746
- export const EventSubscriptionFilter: msRest.CompositeMapper = {
747
- serializedName: "EventSubscriptionFilter",
748
- type: {
749
- name: "Composite",
750
- className: "EventSubscriptionFilter",
751
- modelProperties: {
752
- subjectBeginsWith: {
753
- serializedName: "subjectBeginsWith",
754
- type: {
755
- name: "String"
609
+ className: "DeliveryWithResourceIdentity"
756
610
  }
757
611
  },
758
- subjectEndsWith: {
759
- serializedName: "subjectEndsWith",
612
+ filter: {
613
+ serializedName: "filter",
760
614
  type: {
761
- name: "String"
615
+ name: "Composite",
616
+ className: "EventSubscriptionFilter"
762
617
  }
763
618
  },
764
- includedEventTypes: {
765
- serializedName: "includedEventTypes",
619
+ labels: {
620
+ serializedName: "labels",
766
621
  type: {
767
622
  name: "Sequence",
768
623
  element: {
@@ -772,73 +627,77 @@ export const EventSubscriptionFilter: msRest.CompositeMapper = {
772
627
  }
773
628
  }
774
629
  },
775
- isSubjectCaseSensitive: {
776
- serializedName: "isSubjectCaseSensitive",
777
- defaultValue: false,
630
+ expirationTimeUtc: {
631
+ serializedName: "expirationTimeUtc",
778
632
  type: {
779
- name: "Boolean"
633
+ name: "DateTime"
780
634
  }
781
635
  },
782
- enableAdvancedFilteringOnArrays: {
783
- serializedName: "enableAdvancedFilteringOnArrays",
636
+ eventDeliverySchema: {
637
+ serializedName: "eventDeliverySchema",
784
638
  type: {
785
- name: "Boolean"
639
+ name: "String"
786
640
  }
787
641
  },
788
- advancedFilters: {
789
- serializedName: "advancedFilters",
642
+ retryPolicy: {
643
+ serializedName: "retryPolicy",
790
644
  type: {
791
- name: "Sequence",
792
- element: {
793
- type: {
794
- name: "Composite",
795
- className: "AdvancedFilter"
796
- }
797
- }
645
+ name: "Composite",
646
+ className: "RetryPolicy"
647
+ }
648
+ },
649
+ deadLetterDestination: {
650
+ serializedName: "deadLetterDestination",
651
+ type: {
652
+ name: "Composite",
653
+ className: "DeadLetterDestination"
654
+ }
655
+ },
656
+ deadLetterWithResourceIdentity: {
657
+ serializedName: "deadLetterWithResourceIdentity",
658
+ type: {
659
+ name: "Composite",
660
+ className: "DeadLetterWithResourceIdentity"
798
661
  }
799
662
  }
800
663
  }
801
664
  }
802
665
  };
803
666
 
804
- export const RetryPolicy: msRest.CompositeMapper = {
805
- serializedName: "RetryPolicy",
667
+ export const EventSubscriptionFullUrl: coreClient.CompositeMapper = {
806
668
  type: {
807
669
  name: "Composite",
808
- className: "RetryPolicy",
670
+ className: "EventSubscriptionFullUrl",
809
671
  modelProperties: {
810
- maxDeliveryAttempts: {
811
- serializedName: "maxDeliveryAttempts",
812
- defaultValue: 30,
813
- type: {
814
- name: "Number"
815
- }
816
- },
817
- eventTimeToLiveInMinutes: {
818
- serializedName: "eventTimeToLiveInMinutes",
819
- defaultValue: 1440,
672
+ endpointUrl: {
673
+ serializedName: "endpointUrl",
820
674
  type: {
821
- name: "Number"
675
+ name: "String"
822
676
  }
823
677
  }
824
678
  }
825
679
  }
826
680
  };
827
681
 
828
- export const DeadLetterDestination: msRest.CompositeMapper = {
829
- serializedName: "DeadLetterDestination",
682
+ export const EventSubscriptionsListResult: coreClient.CompositeMapper = {
830
683
  type: {
831
684
  name: "Composite",
832
- polymorphicDiscriminator: {
833
- serializedName: "endpointType",
834
- clientName: "endpointType"
835
- },
836
- uberParent: "DeadLetterDestination",
837
- className: "DeadLetterDestination",
685
+ className: "EventSubscriptionsListResult",
838
686
  modelProperties: {
839
- endpointType: {
840
- required: true,
841
- serializedName: "endpointType",
687
+ value: {
688
+ serializedName: "value",
689
+ type: {
690
+ name: "Sequence",
691
+ element: {
692
+ type: {
693
+ name: "Composite",
694
+ className: "EventSubscription"
695
+ }
696
+ }
697
+ }
698
+ },
699
+ nextLink: {
700
+ serializedName: "nextLink",
842
701
  type: {
843
702
  name: "String"
844
703
  }
@@ -847,40 +706,36 @@ export const DeadLetterDestination: msRest.CompositeMapper = {
847
706
  }
848
707
  };
849
708
 
850
- export const DeadLetterWithResourceIdentity: msRest.CompositeMapper = {
851
- serializedName: "DeadLetterWithResourceIdentity",
709
+ export const DeliveryAttributeListResult: coreClient.CompositeMapper = {
852
710
  type: {
853
711
  name: "Composite",
854
- className: "DeadLetterWithResourceIdentity",
712
+ className: "DeliveryAttributeListResult",
855
713
  modelProperties: {
856
- identity: {
857
- serializedName: "identity",
858
- type: {
859
- name: "Composite",
860
- className: "EventSubscriptionIdentity"
861
- }
862
- },
863
- deadLetterDestination: {
864
- serializedName: "deadLetterDestination",
714
+ value: {
715
+ serializedName: "value",
865
716
  type: {
866
- name: "Composite",
867
- className: "DeadLetterDestination"
717
+ name: "Sequence",
718
+ element: {
719
+ type: {
720
+ name: "Composite",
721
+ className: "DeliveryAttributeMapping"
722
+ }
723
+ }
868
724
  }
869
725
  }
870
726
  }
871
727
  }
872
728
  };
873
729
 
874
- export const DeliveryAttributeMapping: msRest.CompositeMapper = {
875
- serializedName: "DeliveryAttributeMapping",
730
+ export const DeliveryAttributeMapping: coreClient.CompositeMapper = {
876
731
  type: {
877
732
  name: "Composite",
733
+ className: "DeliveryAttributeMapping",
734
+ uberParent: "DeliveryAttributeMapping",
878
735
  polymorphicDiscriminator: {
879
736
  serializedName: "type",
880
737
  clientName: "type"
881
738
  },
882
- uberParent: "DeliveryAttributeMapping",
883
- className: "DeliveryAttributeMapping",
884
739
  modelProperties: {
885
740
  name: {
886
741
  serializedName: "name",
@@ -889,8 +744,8 @@ export const DeliveryAttributeMapping: msRest.CompositeMapper = {
889
744
  }
890
745
  },
891
746
  type: {
892
- required: true,
893
747
  serializedName: "type",
748
+ required: true,
894
749
  type: {
895
750
  name: "String"
896
751
  }
@@ -899,92 +754,87 @@ export const DeliveryAttributeMapping: msRest.CompositeMapper = {
899
754
  }
900
755
  };
901
756
 
902
- export const StaticDeliveryAttributeMapping: msRest.CompositeMapper = {
903
- serializedName: "Static",
757
+ export const OperationsListResult: coreClient.CompositeMapper = {
904
758
  type: {
905
759
  name: "Composite",
906
- polymorphicDiscriminator: DeliveryAttributeMapping.type.polymorphicDiscriminator,
907
- uberParent: "DeliveryAttributeMapping",
908
- className: "StaticDeliveryAttributeMapping",
760
+ className: "OperationsListResult",
909
761
  modelProperties: {
910
- ...DeliveryAttributeMapping.type.modelProperties,
911
762
  value: {
912
- serializedName: "properties.value",
913
- type: {
914
- name: "String"
915
- }
916
- },
917
- isSecret: {
918
- serializedName: "properties.isSecret",
919
- defaultValue: false,
763
+ serializedName: "value",
920
764
  type: {
921
- name: "Boolean"
765
+ name: "Sequence",
766
+ element: {
767
+ type: {
768
+ name: "Composite",
769
+ className: "Operation"
770
+ }
771
+ }
922
772
  }
923
773
  }
924
774
  }
925
775
  }
926
776
  };
927
777
 
928
- export const DynamicDeliveryAttributeMapping: msRest.CompositeMapper = {
929
- serializedName: "Dynamic",
778
+ export const Operation: coreClient.CompositeMapper = {
930
779
  type: {
931
780
  name: "Composite",
932
- polymorphicDiscriminator: DeliveryAttributeMapping.type.polymorphicDiscriminator,
933
- uberParent: "DeliveryAttributeMapping",
934
- className: "DynamicDeliveryAttributeMapping",
781
+ className: "Operation",
935
782
  modelProperties: {
936
- ...DeliveryAttributeMapping.type.modelProperties,
937
- sourceField: {
938
- serializedName: "properties.sourceField",
783
+ name: {
784
+ serializedName: "name",
939
785
  type: {
940
786
  name: "String"
941
787
  }
942
- }
943
- }
944
- }
945
- };
946
-
947
- export const NumberInAdvancedFilter: msRest.CompositeMapper = {
948
- serializedName: "NumberIn",
949
- type: {
950
- name: "Composite",
951
- polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
952
- uberParent: "AdvancedFilter",
953
- className: "NumberInAdvancedFilter",
954
- modelProperties: {
955
- ...AdvancedFilter.type.modelProperties,
956
- values: {
957
- serializedName: "values",
788
+ },
789
+ display: {
790
+ serializedName: "display",
958
791
  type: {
959
- name: "Sequence",
960
- element: {
961
- type: {
962
- name: "Number"
963
- }
964
- }
792
+ name: "Composite",
793
+ className: "OperationInfo"
794
+ }
795
+ },
796
+ origin: {
797
+ serializedName: "origin",
798
+ type: {
799
+ name: "String"
800
+ }
801
+ },
802
+ properties: {
803
+ serializedName: "properties",
804
+ type: {
805
+ name: "Dictionary",
806
+ value: { type: { name: "any" } }
965
807
  }
966
808
  }
967
809
  }
968
810
  }
969
811
  };
970
812
 
971
- export const StorageBlobDeadLetterDestination: msRest.CompositeMapper = {
972
- serializedName: "StorageBlob",
813
+ export const OperationInfo: coreClient.CompositeMapper = {
973
814
  type: {
974
815
  name: "Composite",
975
- polymorphicDiscriminator: DeadLetterDestination.type.polymorphicDiscriminator,
976
- uberParent: "DeadLetterDestination",
977
- className: "StorageBlobDeadLetterDestination",
816
+ className: "OperationInfo",
978
817
  modelProperties: {
979
- ...DeadLetterDestination.type.modelProperties,
980
- resourceId: {
981
- serializedName: "properties.resourceId",
818
+ provider: {
819
+ serializedName: "provider",
982
820
  type: {
983
821
  name: "String"
984
822
  }
985
823
  },
986
- blobContainerName: {
987
- serializedName: "properties.blobContainerName",
824
+ resource: {
825
+ serializedName: "resource",
826
+ type: {
827
+ name: "String"
828
+ }
829
+ },
830
+ operation: {
831
+ serializedName: "operation",
832
+ type: {
833
+ name: "String"
834
+ }
835
+ },
836
+ description: {
837
+ serializedName: "description",
988
838
  type: {
989
839
  name: "String"
990
840
  }
@@ -993,213 +843,295 @@ export const StorageBlobDeadLetterDestination: msRest.CompositeMapper = {
993
843
  }
994
844
  };
995
845
 
996
- export const NumberNotInAdvancedFilter: msRest.CompositeMapper = {
997
- serializedName: "NumberNotIn",
846
+ export const TopicUpdateParameters: coreClient.CompositeMapper = {
998
847
  type: {
999
848
  name: "Composite",
1000
- polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1001
- uberParent: "AdvancedFilter",
1002
- className: "NumberNotInAdvancedFilter",
849
+ className: "TopicUpdateParameters",
1003
850
  modelProperties: {
1004
- ...AdvancedFilter.type.modelProperties,
1005
- values: {
1006
- serializedName: "values",
851
+ tags: {
852
+ serializedName: "tags",
853
+ type: {
854
+ name: "Dictionary",
855
+ value: { type: { name: "String" } }
856
+ }
857
+ },
858
+ identity: {
859
+ serializedName: "identity",
860
+ type: {
861
+ name: "Composite",
862
+ className: "IdentityInfo"
863
+ }
864
+ },
865
+ publicNetworkAccess: {
866
+ serializedName: "properties.publicNetworkAccess",
867
+ type: {
868
+ name: "String"
869
+ }
870
+ },
871
+ inboundIpRules: {
872
+ serializedName: "properties.inboundIpRules",
1007
873
  type: {
1008
874
  name: "Sequence",
1009
875
  element: {
1010
876
  type: {
1011
- name: "Number"
877
+ name: "Composite",
878
+ className: "InboundIpRule"
1012
879
  }
1013
880
  }
1014
881
  }
882
+ },
883
+ disableLocalAuth: {
884
+ serializedName: "properties.disableLocalAuth",
885
+ type: {
886
+ name: "Boolean"
887
+ }
1015
888
  }
1016
889
  }
1017
890
  }
1018
891
  };
1019
892
 
1020
- export const NumberLessThanAdvancedFilter: msRest.CompositeMapper = {
1021
- serializedName: "NumberLessThan",
893
+ export const TopicsListResult: coreClient.CompositeMapper = {
1022
894
  type: {
1023
895
  name: "Composite",
1024
- polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1025
- uberParent: "AdvancedFilter",
1026
- className: "NumberLessThanAdvancedFilter",
896
+ className: "TopicsListResult",
1027
897
  modelProperties: {
1028
- ...AdvancedFilter.type.modelProperties,
1029
898
  value: {
1030
899
  serializedName: "value",
1031
900
  type: {
1032
- name: "Number"
901
+ name: "Sequence",
902
+ element: {
903
+ type: {
904
+ name: "Composite",
905
+ className: "Topic"
906
+ }
907
+ }
908
+ }
909
+ },
910
+ nextLink: {
911
+ serializedName: "nextLink",
912
+ type: {
913
+ name: "String"
1033
914
  }
1034
915
  }
1035
916
  }
1036
917
  }
1037
918
  };
1038
919
 
1039
- export const NumberGreaterThanAdvancedFilter: msRest.CompositeMapper = {
1040
- serializedName: "NumberGreaterThan",
920
+ export const TopicSharedAccessKeys: coreClient.CompositeMapper = {
1041
921
  type: {
1042
922
  name: "Composite",
1043
- polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1044
- uberParent: "AdvancedFilter",
1045
- className: "NumberGreaterThanAdvancedFilter",
923
+ className: "TopicSharedAccessKeys",
1046
924
  modelProperties: {
1047
- ...AdvancedFilter.type.modelProperties,
1048
- value: {
1049
- serializedName: "value",
925
+ key1: {
926
+ serializedName: "key1",
1050
927
  type: {
1051
- name: "Number"
928
+ name: "String"
929
+ }
930
+ },
931
+ key2: {
932
+ serializedName: "key2",
933
+ type: {
934
+ name: "String"
1052
935
  }
1053
936
  }
1054
937
  }
1055
938
  }
1056
939
  };
1057
940
 
1058
- export const NumberLessThanOrEqualsAdvancedFilter: msRest.CompositeMapper = {
1059
- serializedName: "NumberLessThanOrEquals",
941
+ export const TopicRegenerateKeyRequest: coreClient.CompositeMapper = {
1060
942
  type: {
1061
943
  name: "Composite",
1062
- polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1063
- uberParent: "AdvancedFilter",
1064
- className: "NumberLessThanOrEqualsAdvancedFilter",
944
+ className: "TopicRegenerateKeyRequest",
1065
945
  modelProperties: {
1066
- ...AdvancedFilter.type.modelProperties,
1067
- value: {
1068
- serializedName: "value",
946
+ keyName: {
947
+ serializedName: "keyName",
948
+ required: true,
1069
949
  type: {
1070
- name: "Number"
950
+ name: "String"
1071
951
  }
1072
952
  }
1073
953
  }
1074
954
  }
1075
955
  };
1076
956
 
1077
- export const NumberGreaterThanOrEqualsAdvancedFilter: msRest.CompositeMapper = {
1078
- serializedName: "NumberGreaterThanOrEquals",
957
+ export const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {
1079
958
  type: {
1080
959
  name: "Composite",
1081
- polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1082
- uberParent: "AdvancedFilter",
1083
- className: "NumberGreaterThanOrEqualsAdvancedFilter",
960
+ className: "PrivateEndpointConnectionListResult",
1084
961
  modelProperties: {
1085
- ...AdvancedFilter.type.modelProperties,
1086
962
  value: {
1087
963
  serializedName: "value",
1088
964
  type: {
1089
- name: "Number"
965
+ name: "Sequence",
966
+ element: {
967
+ type: {
968
+ name: "Composite",
969
+ className: "PrivateEndpointConnection"
970
+ }
971
+ }
972
+ }
973
+ },
974
+ nextLink: {
975
+ serializedName: "nextLink",
976
+ type: {
977
+ name: "String"
1090
978
  }
1091
979
  }
1092
980
  }
1093
981
  }
1094
982
  };
1095
983
 
1096
- export const BoolEqualsAdvancedFilter: msRest.CompositeMapper = {
1097
- serializedName: "BoolEquals",
984
+ export const PrivateLinkResource: coreClient.CompositeMapper = {
1098
985
  type: {
1099
986
  name: "Composite",
1100
- polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1101
- uberParent: "AdvancedFilter",
1102
- className: "BoolEqualsAdvancedFilter",
987
+ className: "PrivateLinkResource",
1103
988
  modelProperties: {
1104
- ...AdvancedFilter.type.modelProperties,
1105
- value: {
1106
- serializedName: "value",
989
+ id: {
990
+ serializedName: "id",
1107
991
  type: {
1108
- name: "Boolean"
992
+ name: "String"
993
+ }
994
+ },
995
+ name: {
996
+ serializedName: "name",
997
+ type: {
998
+ name: "String"
999
+ }
1000
+ },
1001
+ type: {
1002
+ serializedName: "type",
1003
+ type: {
1004
+ name: "String"
1005
+ }
1006
+ },
1007
+ groupId: {
1008
+ serializedName: "properties.groupId",
1009
+ type: {
1010
+ name: "String"
1011
+ }
1012
+ },
1013
+ displayName: {
1014
+ serializedName: "properties.displayName",
1015
+ type: {
1016
+ name: "String"
1017
+ }
1018
+ },
1019
+ requiredMembers: {
1020
+ serializedName: "properties.requiredMembers",
1021
+ type: {
1022
+ name: "Sequence",
1023
+ element: {
1024
+ type: {
1025
+ name: "String"
1026
+ }
1027
+ }
1028
+ }
1029
+ },
1030
+ requiredZoneNames: {
1031
+ serializedName: "properties.requiredZoneNames",
1032
+ type: {
1033
+ name: "Sequence",
1034
+ element: {
1035
+ type: {
1036
+ name: "String"
1037
+ }
1038
+ }
1109
1039
  }
1110
1040
  }
1111
1041
  }
1112
1042
  }
1113
1043
  };
1114
1044
 
1115
- export const StringInAdvancedFilter: msRest.CompositeMapper = {
1116
- serializedName: "StringIn",
1045
+ export const PrivateLinkResourcesListResult: coreClient.CompositeMapper = {
1117
1046
  type: {
1118
1047
  name: "Composite",
1119
- polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1120
- uberParent: "AdvancedFilter",
1121
- className: "StringInAdvancedFilter",
1048
+ className: "PrivateLinkResourcesListResult",
1122
1049
  modelProperties: {
1123
- ...AdvancedFilter.type.modelProperties,
1124
- values: {
1125
- serializedName: "values",
1050
+ value: {
1051
+ serializedName: "value",
1126
1052
  type: {
1127
1053
  name: "Sequence",
1128
1054
  element: {
1129
1055
  type: {
1130
- name: "String"
1056
+ name: "Composite",
1057
+ className: "PrivateLinkResource"
1131
1058
  }
1132
1059
  }
1133
1060
  }
1061
+ },
1062
+ nextLink: {
1063
+ serializedName: "nextLink",
1064
+ type: {
1065
+ name: "String"
1066
+ }
1134
1067
  }
1135
1068
  }
1136
1069
  }
1137
1070
  };
1138
1071
 
1139
- export const StringNotInAdvancedFilter: msRest.CompositeMapper = {
1140
- serializedName: "StringNotIn",
1072
+ export const SystemTopicUpdateParameters: coreClient.CompositeMapper = {
1141
1073
  type: {
1142
1074
  name: "Composite",
1143
- polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1144
- uberParent: "AdvancedFilter",
1145
- className: "StringNotInAdvancedFilter",
1075
+ className: "SystemTopicUpdateParameters",
1146
1076
  modelProperties: {
1147
- ...AdvancedFilter.type.modelProperties,
1148
- values: {
1149
- serializedName: "values",
1077
+ tags: {
1078
+ serializedName: "tags",
1150
1079
  type: {
1151
- name: "Sequence",
1152
- element: {
1153
- type: {
1154
- name: "String"
1155
- }
1156
- }
1080
+ name: "Dictionary",
1081
+ value: { type: { name: "String" } }
1082
+ }
1083
+ },
1084
+ identity: {
1085
+ serializedName: "identity",
1086
+ type: {
1087
+ name: "Composite",
1088
+ className: "IdentityInfo"
1157
1089
  }
1158
1090
  }
1159
1091
  }
1160
1092
  }
1161
1093
  };
1162
1094
 
1163
- export const StringBeginsWithAdvancedFilter: msRest.CompositeMapper = {
1164
- serializedName: "StringBeginsWith",
1095
+ export const SystemTopicsListResult: coreClient.CompositeMapper = {
1165
1096
  type: {
1166
1097
  name: "Composite",
1167
- polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1168
- uberParent: "AdvancedFilter",
1169
- className: "StringBeginsWithAdvancedFilter",
1098
+ className: "SystemTopicsListResult",
1170
1099
  modelProperties: {
1171
- ...AdvancedFilter.type.modelProperties,
1172
- values: {
1173
- serializedName: "values",
1100
+ value: {
1101
+ serializedName: "value",
1174
1102
  type: {
1175
1103
  name: "Sequence",
1176
1104
  element: {
1177
1105
  type: {
1178
- name: "String"
1106
+ name: "Composite",
1107
+ className: "SystemTopic"
1179
1108
  }
1180
1109
  }
1181
1110
  }
1111
+ },
1112
+ nextLink: {
1113
+ serializedName: "nextLink",
1114
+ type: {
1115
+ name: "String"
1116
+ }
1182
1117
  }
1183
1118
  }
1184
1119
  }
1185
1120
  };
1186
1121
 
1187
- export const StringEndsWithAdvancedFilter: msRest.CompositeMapper = {
1188
- serializedName: "StringEndsWith",
1122
+ export const EventTypesListResult: coreClient.CompositeMapper = {
1189
1123
  type: {
1190
1124
  name: "Composite",
1191
- polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1192
- uberParent: "AdvancedFilter",
1193
- className: "StringEndsWithAdvancedFilter",
1125
+ className: "EventTypesListResult",
1194
1126
  modelProperties: {
1195
- ...AdvancedFilter.type.modelProperties,
1196
- values: {
1197
- serializedName: "values",
1127
+ value: {
1128
+ serializedName: "value",
1198
1129
  type: {
1199
1130
  name: "Sequence",
1200
1131
  element: {
1201
1132
  type: {
1202
- name: "String"
1133
+ name: "Composite",
1134
+ className: "EventType"
1203
1135
  }
1204
1136
  }
1205
1137
  }
@@ -1208,22 +1140,19 @@ export const StringEndsWithAdvancedFilter: msRest.CompositeMapper = {
1208
1140
  }
1209
1141
  };
1210
1142
 
1211
- export const StringContainsAdvancedFilter: msRest.CompositeMapper = {
1212
- serializedName: "StringContains",
1143
+ export const TopicTypesListResult: coreClient.CompositeMapper = {
1213
1144
  type: {
1214
1145
  name: "Composite",
1215
- polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1216
- uberParent: "AdvancedFilter",
1217
- className: "StringContainsAdvancedFilter",
1146
+ className: "TopicTypesListResult",
1218
1147
  modelProperties: {
1219
- ...AdvancedFilter.type.modelProperties,
1220
- values: {
1221
- serializedName: "values",
1148
+ value: {
1149
+ serializedName: "value",
1222
1150
  type: {
1223
1151
  name: "Sequence",
1224
1152
  element: {
1225
1153
  type: {
1226
- name: "String"
1154
+ name: "Composite",
1155
+ className: "TopicTypeInfo"
1227
1156
  }
1228
1157
  }
1229
1158
  }
@@ -1232,287 +1161,154 @@ export const StringContainsAdvancedFilter: msRest.CompositeMapper = {
1232
1161
  }
1233
1162
  };
1234
1163
 
1235
- export const WebHookEventSubscriptionDestination: msRest.CompositeMapper = {
1236
- serializedName: "WebHook",
1164
+ export const JsonField: coreClient.CompositeMapper = {
1237
1165
  type: {
1238
1166
  name: "Composite",
1239
- polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
1240
- uberParent: "EventSubscriptionDestination",
1241
- className: "WebHookEventSubscriptionDestination",
1167
+ className: "JsonField",
1242
1168
  modelProperties: {
1243
- ...EventSubscriptionDestination.type.modelProperties,
1244
- endpointUrl: {
1245
- serializedName: "properties.endpointUrl",
1246
- type: {
1247
- name: "String"
1248
- }
1249
- },
1250
- endpointBaseUrl: {
1251
- readOnly: true,
1252
- serializedName: "properties.endpointBaseUrl",
1253
- type: {
1254
- name: "String"
1255
- }
1256
- },
1257
- maxEventsPerBatch: {
1258
- serializedName: "properties.maxEventsPerBatch",
1259
- defaultValue: 1,
1260
- type: {
1261
- name: "Number"
1262
- }
1263
- },
1264
- preferredBatchSizeInKilobytes: {
1265
- serializedName: "properties.preferredBatchSizeInKilobytes",
1266
- defaultValue: 64,
1267
- type: {
1268
- name: "Number"
1269
- }
1270
- },
1271
- azureActiveDirectoryTenantId: {
1272
- serializedName: "properties.azureActiveDirectoryTenantId",
1273
- type: {
1274
- name: "String"
1275
- }
1276
- },
1277
- azureActiveDirectoryApplicationIdOrUri: {
1278
- serializedName: "properties.azureActiveDirectoryApplicationIdOrUri",
1279
- type: {
1280
- name: "String"
1281
- }
1282
- },
1283
- deliveryAttributeMappings: {
1284
- serializedName: "properties.deliveryAttributeMappings",
1285
- type: {
1286
- name: "Sequence",
1287
- element: {
1288
- type: {
1289
- name: "Composite",
1290
- className: "DeliveryAttributeMapping"
1291
- }
1292
- }
1293
- }
1294
- }
1295
- }
1296
- }
1297
- };
1298
-
1299
- export const EventHubEventSubscriptionDestination: msRest.CompositeMapper = {
1300
- serializedName: "EventHub",
1301
- type: {
1302
- name: "Composite",
1303
- polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
1304
- uberParent: "EventSubscriptionDestination",
1305
- className: "EventHubEventSubscriptionDestination",
1306
- modelProperties: {
1307
- ...EventSubscriptionDestination.type.modelProperties,
1308
- resourceId: {
1309
- serializedName: "properties.resourceId",
1169
+ sourceField: {
1170
+ serializedName: "sourceField",
1310
1171
  type: {
1311
1172
  name: "String"
1312
1173
  }
1313
- },
1314
- deliveryAttributeMappings: {
1315
- serializedName: "properties.deliveryAttributeMappings",
1316
- type: {
1317
- name: "Sequence",
1318
- element: {
1319
- type: {
1320
- name: "Composite",
1321
- className: "DeliveryAttributeMapping"
1322
- }
1323
- }
1324
- }
1325
1174
  }
1326
1175
  }
1327
1176
  }
1328
1177
  };
1329
1178
 
1330
- export const StorageQueueEventSubscriptionDestination: msRest.CompositeMapper = {
1331
- serializedName: "StorageQueue",
1179
+ export const JsonFieldWithDefault: coreClient.CompositeMapper = {
1332
1180
  type: {
1333
1181
  name: "Composite",
1334
- polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
1335
- uberParent: "EventSubscriptionDestination",
1336
- className: "StorageQueueEventSubscriptionDestination",
1182
+ className: "JsonFieldWithDefault",
1337
1183
  modelProperties: {
1338
- ...EventSubscriptionDestination.type.modelProperties,
1339
- resourceId: {
1340
- serializedName: "properties.resourceId",
1184
+ sourceField: {
1185
+ serializedName: "sourceField",
1341
1186
  type: {
1342
1187
  name: "String"
1343
1188
  }
1344
1189
  },
1345
- queueName: {
1346
- serializedName: "properties.queueName",
1190
+ defaultValue: {
1191
+ serializedName: "defaultValue",
1347
1192
  type: {
1348
1193
  name: "String"
1349
1194
  }
1350
- },
1351
- queueMessageTimeToLiveInSeconds: {
1352
- serializedName: "properties.queueMessageTimeToLiveInSeconds",
1353
- type: {
1354
- name: "Number"
1355
- }
1356
1195
  }
1357
1196
  }
1358
1197
  }
1359
1198
  };
1360
1199
 
1361
- export const HybridConnectionEventSubscriptionDestination: msRest.CompositeMapper = {
1362
- serializedName: "HybridConnection",
1200
+ export const PrivateEndpointConnection: coreClient.CompositeMapper = {
1363
1201
  type: {
1364
1202
  name: "Composite",
1365
- polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
1366
- uberParent: "EventSubscriptionDestination",
1367
- className: "HybridConnectionEventSubscriptionDestination",
1203
+ className: "PrivateEndpointConnection",
1368
1204
  modelProperties: {
1369
- ...EventSubscriptionDestination.type.modelProperties,
1370
- resourceId: {
1371
- serializedName: "properties.resourceId",
1205
+ ...Resource.type.modelProperties,
1206
+ privateEndpoint: {
1207
+ serializedName: "properties.privateEndpoint",
1372
1208
  type: {
1373
- name: "String"
1209
+ name: "Composite",
1210
+ className: "PrivateEndpoint"
1374
1211
  }
1375
1212
  },
1376
- deliveryAttributeMappings: {
1377
- serializedName: "properties.deliveryAttributeMappings",
1213
+ groupIds: {
1214
+ serializedName: "properties.groupIds",
1378
1215
  type: {
1379
1216
  name: "Sequence",
1380
1217
  element: {
1381
1218
  type: {
1382
- name: "Composite",
1383
- className: "DeliveryAttributeMapping"
1219
+ name: "String"
1384
1220
  }
1385
1221
  }
1386
1222
  }
1387
- }
1388
- }
1389
- }
1390
- };
1391
-
1392
- export const ServiceBusQueueEventSubscriptionDestination: msRest.CompositeMapper = {
1393
- serializedName: "ServiceBusQueue",
1394
- type: {
1395
- name: "Composite",
1396
- polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
1397
- uberParent: "EventSubscriptionDestination",
1398
- className: "ServiceBusQueueEventSubscriptionDestination",
1399
- modelProperties: {
1400
- ...EventSubscriptionDestination.type.modelProperties,
1401
- resourceId: {
1402
- serializedName: "properties.resourceId",
1223
+ },
1224
+ privateLinkServiceConnectionState: {
1225
+ serializedName: "properties.privateLinkServiceConnectionState",
1403
1226
  type: {
1404
- name: "String"
1227
+ name: "Composite",
1228
+ className: "ConnectionState"
1405
1229
  }
1406
1230
  },
1407
- deliveryAttributeMappings: {
1408
- serializedName: "properties.deliveryAttributeMappings",
1231
+ provisioningState: {
1232
+ serializedName: "properties.provisioningState",
1409
1233
  type: {
1410
- name: "Sequence",
1411
- element: {
1412
- type: {
1413
- name: "Composite",
1414
- className: "DeliveryAttributeMapping"
1415
- }
1416
- }
1234
+ name: "String"
1417
1235
  }
1418
1236
  }
1419
1237
  }
1420
1238
  }
1421
1239
  };
1422
1240
 
1423
- export const ServiceBusTopicEventSubscriptionDestination: msRest.CompositeMapper = {
1424
- serializedName: "ServiceBusTopic",
1241
+ export const TrackedResource: coreClient.CompositeMapper = {
1425
1242
  type: {
1426
1243
  name: "Composite",
1427
- polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
1428
- uberParent: "EventSubscriptionDestination",
1429
- className: "ServiceBusTopicEventSubscriptionDestination",
1244
+ className: "TrackedResource",
1430
1245
  modelProperties: {
1431
- ...EventSubscriptionDestination.type.modelProperties,
1432
- resourceId: {
1433
- serializedName: "properties.resourceId",
1246
+ ...Resource.type.modelProperties,
1247
+ location: {
1248
+ serializedName: "location",
1249
+ required: true,
1434
1250
  type: {
1435
1251
  name: "String"
1436
1252
  }
1437
1253
  },
1438
- deliveryAttributeMappings: {
1439
- serializedName: "properties.deliveryAttributeMappings",
1254
+ tags: {
1255
+ serializedName: "tags",
1440
1256
  type: {
1441
- name: "Sequence",
1442
- element: {
1443
- type: {
1444
- name: "Composite",
1445
- className: "DeliveryAttributeMapping"
1446
- }
1447
- }
1257
+ name: "Dictionary",
1258
+ value: { type: { name: "String" } }
1448
1259
  }
1449
1260
  }
1450
1261
  }
1451
1262
  }
1452
1263
  };
1453
1264
 
1454
- export const AzureFunctionEventSubscriptionDestination: msRest.CompositeMapper = {
1455
- serializedName: "AzureFunction",
1265
+ export const DomainTopic: coreClient.CompositeMapper = {
1456
1266
  type: {
1457
1267
  name: "Composite",
1458
- polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
1459
- uberParent: "EventSubscriptionDestination",
1460
- className: "AzureFunctionEventSubscriptionDestination",
1268
+ className: "DomainTopic",
1461
1269
  modelProperties: {
1462
- ...EventSubscriptionDestination.type.modelProperties,
1463
- resourceId: {
1464
- serializedName: "properties.resourceId",
1465
- type: {
1466
- name: "String"
1467
- }
1468
- },
1469
- maxEventsPerBatch: {
1470
- serializedName: "properties.maxEventsPerBatch",
1471
- defaultValue: 1,
1472
- type: {
1473
- name: "Number"
1474
- }
1475
- },
1476
- preferredBatchSizeInKilobytes: {
1477
- serializedName: "properties.preferredBatchSizeInKilobytes",
1478
- defaultValue: 64,
1270
+ ...Resource.type.modelProperties,
1271
+ systemData: {
1272
+ serializedName: "systemData",
1479
1273
  type: {
1480
- name: "Number"
1274
+ name: "Composite",
1275
+ className: "SystemData"
1481
1276
  }
1482
1277
  },
1483
- deliveryAttributeMappings: {
1484
- serializedName: "properties.deliveryAttributeMappings",
1278
+ provisioningState: {
1279
+ serializedName: "properties.provisioningState",
1280
+ readOnly: true,
1485
1281
  type: {
1486
- name: "Sequence",
1487
- element: {
1488
- type: {
1489
- name: "Composite",
1490
- className: "DeliveryAttributeMapping"
1491
- }
1492
- }
1282
+ name: "String"
1493
1283
  }
1494
1284
  }
1495
1285
  }
1496
1286
  }
1497
1287
  };
1498
1288
 
1499
- export const EventSubscription: msRest.CompositeMapper = {
1500
- serializedName: "EventSubscription",
1289
+ export const EventSubscription: coreClient.CompositeMapper = {
1501
1290
  type: {
1502
1291
  name: "Composite",
1503
1292
  className: "EventSubscription",
1504
1293
  modelProperties: {
1505
1294
  ...Resource.type.modelProperties,
1295
+ systemData: {
1296
+ serializedName: "systemData",
1297
+ type: {
1298
+ name: "Composite",
1299
+ className: "SystemData"
1300
+ }
1301
+ },
1506
1302
  topic: {
1507
- readOnly: true,
1508
1303
  serializedName: "properties.topic",
1304
+ readOnly: true,
1509
1305
  type: {
1510
1306
  name: "String"
1511
1307
  }
1512
1308
  },
1513
1309
  provisioningState: {
1514
- readOnly: true,
1515
1310
  serializedName: "properties.provisioningState",
1311
+ readOnly: true,
1516
1312
  type: {
1517
1313
  name: "String"
1518
1314
  }
@@ -1557,7 +1353,6 @@ export const EventSubscription: msRest.CompositeMapper = {
1557
1353
  },
1558
1354
  eventDeliverySchema: {
1559
1355
  serializedName: "properties.eventDeliverySchema",
1560
- defaultValue: 'EventGridSchema',
1561
1356
  type: {
1562
1357
  name: "String"
1563
1358
  }
@@ -1582,593 +1377,603 @@ export const EventSubscription: msRest.CompositeMapper = {
1582
1377
  name: "Composite",
1583
1378
  className: "DeadLetterWithResourceIdentity"
1584
1379
  }
1585
- },
1586
- systemData: {
1587
- readOnly: true,
1588
- serializedName: "systemData",
1589
- type: {
1590
- name: "Composite",
1591
- className: "SystemData"
1592
- }
1593
1380
  }
1594
1381
  }
1595
1382
  }
1596
1383
  };
1597
1384
 
1598
- export const EventSubscriptionUpdateParameters: msRest.CompositeMapper = {
1599
- serializedName: "EventSubscriptionUpdateParameters",
1385
+ export const EventType: coreClient.CompositeMapper = {
1600
1386
  type: {
1601
1387
  name: "Composite",
1602
- className: "EventSubscriptionUpdateParameters",
1388
+ className: "EventType",
1603
1389
  modelProperties: {
1604
- destination: {
1605
- serializedName: "destination",
1390
+ ...Resource.type.modelProperties,
1391
+ displayName: {
1392
+ serializedName: "properties.displayName",
1606
1393
  type: {
1607
- name: "Composite",
1608
- className: "EventSubscriptionDestination"
1394
+ name: "String"
1609
1395
  }
1610
1396
  },
1611
- deliveryWithResourceIdentity: {
1612
- serializedName: "deliveryWithResourceIdentity",
1397
+ description: {
1398
+ serializedName: "properties.description",
1613
1399
  type: {
1614
- name: "Composite",
1615
- className: "DeliveryWithResourceIdentity"
1400
+ name: "String"
1616
1401
  }
1617
1402
  },
1618
- filter: {
1619
- serializedName: "filter",
1403
+ schemaUrl: {
1404
+ serializedName: "properties.schemaUrl",
1620
1405
  type: {
1621
- name: "Composite",
1622
- className: "EventSubscriptionFilter"
1406
+ name: "String"
1623
1407
  }
1624
1408
  },
1625
- labels: {
1626
- serializedName: "labels",
1409
+ isInDefaultSet: {
1410
+ serializedName: "properties.isInDefaultSet",
1627
1411
  type: {
1628
- name: "Sequence",
1629
- element: {
1630
- type: {
1631
- name: "String"
1632
- }
1633
- }
1634
- }
1635
- },
1636
- expirationTimeUtc: {
1637
- serializedName: "expirationTimeUtc",
1638
- type: {
1639
- name: "DateTime"
1640
- }
1641
- },
1642
- eventDeliverySchema: {
1643
- serializedName: "eventDeliverySchema",
1644
- type: {
1645
- name: "String"
1646
- }
1647
- },
1648
- retryPolicy: {
1649
- serializedName: "retryPolicy",
1650
- type: {
1651
- name: "Composite",
1652
- className: "RetryPolicy"
1653
- }
1654
- },
1655
- deadLetterDestination: {
1656
- serializedName: "deadLetterDestination",
1657
- type: {
1658
- name: "Composite",
1659
- className: "DeadLetterDestination"
1660
- }
1661
- },
1662
- deadLetterWithResourceIdentity: {
1663
- serializedName: "deadLetterWithResourceIdentity",
1664
- type: {
1665
- name: "Composite",
1666
- className: "DeadLetterWithResourceIdentity"
1412
+ name: "Boolean"
1667
1413
  }
1668
1414
  }
1669
1415
  }
1670
1416
  }
1671
1417
  };
1672
1418
 
1673
- export const EventSubscriptionFullUrl: msRest.CompositeMapper = {
1674
- serializedName: "EventSubscriptionFullUrl",
1419
+ export const ExtensionTopic: coreClient.CompositeMapper = {
1675
1420
  type: {
1676
1421
  name: "Composite",
1677
- className: "EventSubscriptionFullUrl",
1422
+ className: "ExtensionTopic",
1678
1423
  modelProperties: {
1679
- endpointUrl: {
1680
- serializedName: "endpointUrl",
1424
+ ...Resource.type.modelProperties,
1425
+ systemData: {
1426
+ serializedName: "systemData",
1427
+ type: {
1428
+ name: "Composite",
1429
+ className: "SystemData"
1430
+ }
1431
+ },
1432
+ description: {
1433
+ serializedName: "properties.description",
1681
1434
  type: {
1682
1435
  name: "String"
1683
1436
  }
1684
- }
1685
- }
1686
- }
1687
- };
1688
-
1689
- export const DeliveryAttributeListResult: msRest.CompositeMapper = {
1690
- serializedName: "DeliveryAttributeListResult",
1691
- type: {
1692
- name: "Composite",
1693
- className: "DeliveryAttributeListResult",
1694
- modelProperties: {
1695
- value: {
1696
- serializedName: "value",
1437
+ },
1438
+ systemTopic: {
1439
+ serializedName: "properties.systemTopic",
1697
1440
  type: {
1698
- name: "Sequence",
1699
- element: {
1700
- type: {
1701
- name: "Composite",
1702
- className: "DeliveryAttributeMapping"
1703
- }
1704
- }
1441
+ name: "String"
1705
1442
  }
1706
1443
  }
1707
1444
  }
1708
1445
  }
1709
1446
  };
1710
1447
 
1711
- export const OperationInfo: msRest.CompositeMapper = {
1712
- serializedName: "OperationInfo",
1448
+ export const TopicTypeInfo: coreClient.CompositeMapper = {
1713
1449
  type: {
1714
1450
  name: "Composite",
1715
- className: "OperationInfo",
1451
+ className: "TopicTypeInfo",
1716
1452
  modelProperties: {
1453
+ ...Resource.type.modelProperties,
1717
1454
  provider: {
1718
- serializedName: "provider",
1455
+ serializedName: "properties.provider",
1719
1456
  type: {
1720
1457
  name: "String"
1721
1458
  }
1722
1459
  },
1723
- resource: {
1724
- serializedName: "resource",
1460
+ displayName: {
1461
+ serializedName: "properties.displayName",
1725
1462
  type: {
1726
1463
  name: "String"
1727
1464
  }
1728
1465
  },
1729
- operation: {
1730
- serializedName: "operation",
1466
+ description: {
1467
+ serializedName: "properties.description",
1731
1468
  type: {
1732
1469
  name: "String"
1733
1470
  }
1734
1471
  },
1735
- description: {
1736
- serializedName: "description",
1472
+ resourceRegionType: {
1473
+ serializedName: "properties.resourceRegionType",
1737
1474
  type: {
1738
1475
  name: "String"
1739
1476
  }
1740
- }
1741
- }
1742
- }
1743
- };
1744
-
1745
- export const Operation: msRest.CompositeMapper = {
1746
- serializedName: "Operation",
1747
- type: {
1748
- name: "Composite",
1749
- className: "Operation",
1750
- modelProperties: {
1751
- name: {
1752
- serializedName: "name",
1477
+ },
1478
+ provisioningState: {
1479
+ serializedName: "properties.provisioningState",
1753
1480
  type: {
1754
1481
  name: "String"
1755
1482
  }
1756
1483
  },
1757
- display: {
1758
- serializedName: "display",
1484
+ supportedLocations: {
1485
+ serializedName: "properties.supportedLocations",
1759
1486
  type: {
1760
- name: "Composite",
1761
- className: "OperationInfo"
1487
+ name: "Sequence",
1488
+ element: {
1489
+ type: {
1490
+ name: "String"
1491
+ }
1492
+ }
1762
1493
  }
1763
1494
  },
1764
- origin: {
1765
- serializedName: "origin",
1495
+ sourceResourceFormat: {
1496
+ serializedName: "properties.sourceResourceFormat",
1766
1497
  type: {
1767
1498
  name: "String"
1768
1499
  }
1769
1500
  },
1770
- properties: {
1771
- serializedName: "properties",
1501
+ supportedScopesForSource: {
1502
+ serializedName: "properties.supportedScopesForSource",
1772
1503
  type: {
1773
- name: "Object"
1504
+ name: "Sequence",
1505
+ element: {
1506
+ type: {
1507
+ name: "String"
1508
+ }
1509
+ }
1774
1510
  }
1775
1511
  }
1776
1512
  }
1777
1513
  }
1778
1514
  };
1779
1515
 
1780
- export const PrivateLinkResource: msRest.CompositeMapper = {
1781
- serializedName: "PrivateLinkResource",
1516
+ export const JsonInputSchemaMapping: coreClient.CompositeMapper = {
1517
+ serializedName: "Json",
1782
1518
  type: {
1783
1519
  name: "Composite",
1784
- className: "PrivateLinkResource",
1520
+ className: "JsonInputSchemaMapping",
1521
+ uberParent: "InputSchemaMapping",
1522
+ polymorphicDiscriminator: InputSchemaMapping.type.polymorphicDiscriminator,
1785
1523
  modelProperties: {
1786
- groupId: {
1787
- serializedName: "properties.groupId",
1788
- type: {
1789
- name: "String"
1790
- }
1791
- },
1792
- displayName: {
1793
- serializedName: "properties.displayName",
1524
+ ...InputSchemaMapping.type.modelProperties,
1525
+ id: {
1526
+ serializedName: "properties.id",
1794
1527
  type: {
1795
- name: "String"
1528
+ name: "Composite",
1529
+ className: "JsonField"
1796
1530
  }
1797
1531
  },
1798
- requiredMembers: {
1799
- serializedName: "properties.requiredMembers",
1532
+ topic: {
1533
+ serializedName: "properties.topic",
1800
1534
  type: {
1801
- name: "Sequence",
1802
- element: {
1803
- type: {
1804
- name: "String"
1805
- }
1806
- }
1535
+ name: "Composite",
1536
+ className: "JsonField"
1807
1537
  }
1808
1538
  },
1809
- requiredZoneNames: {
1810
- serializedName: "properties.requiredZoneNames",
1539
+ eventTime: {
1540
+ serializedName: "properties.eventTime",
1811
1541
  type: {
1812
- name: "Sequence",
1813
- element: {
1814
- type: {
1815
- name: "String"
1816
- }
1817
- }
1542
+ name: "Composite",
1543
+ className: "JsonField"
1818
1544
  }
1819
1545
  },
1820
- id: {
1821
- serializedName: "id",
1546
+ eventType: {
1547
+ serializedName: "properties.eventType",
1822
1548
  type: {
1823
- name: "String"
1549
+ name: "Composite",
1550
+ className: "JsonFieldWithDefault"
1824
1551
  }
1825
1552
  },
1826
- name: {
1827
- serializedName: "name",
1553
+ subject: {
1554
+ serializedName: "properties.subject",
1828
1555
  type: {
1829
- name: "String"
1556
+ name: "Composite",
1557
+ className: "JsonFieldWithDefault"
1830
1558
  }
1831
1559
  },
1832
- type: {
1833
- serializedName: "type",
1560
+ dataVersion: {
1561
+ serializedName: "properties.dataVersion",
1834
1562
  type: {
1835
- name: "String"
1563
+ name: "Composite",
1564
+ className: "JsonFieldWithDefault"
1836
1565
  }
1837
1566
  }
1838
1567
  }
1839
1568
  }
1840
1569
  };
1841
1570
 
1842
- export const SystemTopic: msRest.CompositeMapper = {
1843
- serializedName: "SystemTopic",
1571
+ export const WebHookEventSubscriptionDestination: coreClient.CompositeMapper = {
1572
+ serializedName: "WebHook",
1844
1573
  type: {
1845
1574
  name: "Composite",
1846
- className: "SystemTopic",
1575
+ className: "WebHookEventSubscriptionDestination",
1576
+ uberParent: "EventSubscriptionDestination",
1577
+ polymorphicDiscriminator:
1578
+ EventSubscriptionDestination.type.polymorphicDiscriminator,
1847
1579
  modelProperties: {
1848
- ...TrackedResource.type.modelProperties,
1849
- provisioningState: {
1850
- readOnly: true,
1851
- serializedName: "properties.provisioningState",
1580
+ ...EventSubscriptionDestination.type.modelProperties,
1581
+ endpointUrl: {
1582
+ serializedName: "properties.endpointUrl",
1852
1583
  type: {
1853
1584
  name: "String"
1854
1585
  }
1855
1586
  },
1856
- source: {
1857
- serializedName: "properties.source",
1587
+ endpointBaseUrl: {
1588
+ serializedName: "properties.endpointBaseUrl",
1589
+ readOnly: true,
1858
1590
  type: {
1859
1591
  name: "String"
1860
1592
  }
1861
1593
  },
1862
- topicType: {
1863
- serializedName: "properties.topicType",
1594
+ maxEventsPerBatch: {
1595
+ defaultValue: 1,
1596
+ serializedName: "properties.maxEventsPerBatch",
1864
1597
  type: {
1865
- name: "String"
1598
+ name: "Number"
1866
1599
  }
1867
1600
  },
1868
- metricResourceId: {
1869
- readOnly: true,
1870
- serializedName: "properties.metricResourceId",
1601
+ preferredBatchSizeInKilobytes: {
1602
+ defaultValue: 64,
1603
+ serializedName: "properties.preferredBatchSizeInKilobytes",
1604
+ type: {
1605
+ name: "Number"
1606
+ }
1607
+ },
1608
+ azureActiveDirectoryTenantId: {
1609
+ serializedName: "properties.azureActiveDirectoryTenantId",
1871
1610
  type: {
1872
1611
  name: "String"
1873
1612
  }
1874
1613
  },
1875
- identity: {
1876
- serializedName: "identity",
1614
+ azureActiveDirectoryApplicationIdOrUri: {
1615
+ serializedName: "properties.azureActiveDirectoryApplicationIdOrUri",
1877
1616
  type: {
1878
- name: "Composite",
1879
- className: "IdentityInfo"
1617
+ name: "String"
1880
1618
  }
1881
1619
  },
1882
- systemData: {
1883
- readOnly: true,
1884
- serializedName: "systemData",
1620
+ deliveryAttributeMappings: {
1621
+ serializedName: "properties.deliveryAttributeMappings",
1885
1622
  type: {
1886
- name: "Composite",
1887
- className: "SystemData"
1623
+ name: "Sequence",
1624
+ element: {
1625
+ type: {
1626
+ name: "Composite",
1627
+ className: "DeliveryAttributeMapping"
1628
+ }
1629
+ }
1888
1630
  }
1889
1631
  }
1890
1632
  }
1891
1633
  }
1892
1634
  };
1893
1635
 
1894
- export const SystemTopicUpdateParameters: msRest.CompositeMapper = {
1895
- serializedName: "SystemTopicUpdateParameters",
1636
+ export const EventHubEventSubscriptionDestination: coreClient.CompositeMapper = {
1637
+ serializedName: "EventHub",
1896
1638
  type: {
1897
1639
  name: "Composite",
1898
- className: "SystemTopicUpdateParameters",
1899
- modelProperties: {
1900
- tags: {
1901
- serializedName: "tags",
1640
+ className: "EventHubEventSubscriptionDestination",
1641
+ uberParent: "EventSubscriptionDestination",
1642
+ polymorphicDiscriminator:
1643
+ EventSubscriptionDestination.type.polymorphicDiscriminator,
1644
+ modelProperties: {
1645
+ ...EventSubscriptionDestination.type.modelProperties,
1646
+ resourceId: {
1647
+ serializedName: "properties.resourceId",
1902
1648
  type: {
1903
- name: "Dictionary",
1904
- value: {
1905
- type: {
1906
- name: "String"
1907
- }
1908
- }
1649
+ name: "String"
1909
1650
  }
1910
1651
  },
1911
- identity: {
1912
- serializedName: "identity",
1652
+ deliveryAttributeMappings: {
1653
+ serializedName: "properties.deliveryAttributeMappings",
1913
1654
  type: {
1914
- name: "Composite",
1915
- className: "IdentityInfo"
1655
+ name: "Sequence",
1656
+ element: {
1657
+ type: {
1658
+ name: "Composite",
1659
+ className: "DeliveryAttributeMapping"
1660
+ }
1661
+ }
1916
1662
  }
1917
1663
  }
1918
1664
  }
1919
1665
  }
1920
1666
  };
1921
1667
 
1922
- export const Topic: msRest.CompositeMapper = {
1923
- serializedName: "Topic",
1668
+ export const StorageQueueEventSubscriptionDestination: coreClient.CompositeMapper = {
1669
+ serializedName: "StorageQueue",
1924
1670
  type: {
1925
1671
  name: "Composite",
1926
- className: "Topic",
1672
+ className: "StorageQueueEventSubscriptionDestination",
1673
+ uberParent: "EventSubscriptionDestination",
1674
+ polymorphicDiscriminator:
1675
+ EventSubscriptionDestination.type.polymorphicDiscriminator,
1927
1676
  modelProperties: {
1928
- ...TrackedResource.type.modelProperties,
1929
- privateEndpointConnections: {
1930
- readOnly: true,
1931
- serializedName: "properties.privateEndpointConnections",
1932
- type: {
1933
- name: "Sequence",
1934
- element: {
1935
- type: {
1936
- name: "Composite",
1937
- className: "PrivateEndpointConnection"
1938
- }
1939
- }
1940
- }
1941
- },
1942
- provisioningState: {
1943
- readOnly: true,
1944
- serializedName: "properties.provisioningState",
1677
+ ...EventSubscriptionDestination.type.modelProperties,
1678
+ resourceId: {
1679
+ serializedName: "properties.resourceId",
1945
1680
  type: {
1946
1681
  name: "String"
1947
1682
  }
1948
1683
  },
1949
- endpoint: {
1950
- readOnly: true,
1951
- serializedName: "properties.endpoint",
1684
+ queueName: {
1685
+ serializedName: "properties.queueName",
1952
1686
  type: {
1953
1687
  name: "String"
1954
1688
  }
1955
1689
  },
1956
- inputSchema: {
1957
- serializedName: "properties.inputSchema",
1958
- defaultValue: 'EventGridSchema',
1690
+ queueMessageTimeToLiveInSeconds: {
1691
+ serializedName: "properties.queueMessageTimeToLiveInSeconds",
1959
1692
  type: {
1960
- name: "String"
1693
+ name: "Number"
1961
1694
  }
1962
- },
1963
- inputSchemaMapping: {
1964
- serializedName: "properties.inputSchemaMapping",
1695
+ }
1696
+ }
1697
+ }
1698
+ };
1699
+
1700
+ export const HybridConnectionEventSubscriptionDestination: coreClient.CompositeMapper = {
1701
+ serializedName: "HybridConnection",
1702
+ type: {
1703
+ name: "Composite",
1704
+ className: "HybridConnectionEventSubscriptionDestination",
1705
+ uberParent: "EventSubscriptionDestination",
1706
+ polymorphicDiscriminator:
1707
+ EventSubscriptionDestination.type.polymorphicDiscriminator,
1708
+ modelProperties: {
1709
+ ...EventSubscriptionDestination.type.modelProperties,
1710
+ resourceId: {
1711
+ serializedName: "properties.resourceId",
1965
1712
  type: {
1966
- name: "Composite",
1967
- className: "InputSchemaMapping"
1713
+ name: "String"
1968
1714
  }
1969
1715
  },
1970
- metricResourceId: {
1971
- readOnly: true,
1972
- serializedName: "properties.metricResourceId",
1716
+ deliveryAttributeMappings: {
1717
+ serializedName: "properties.deliveryAttributeMappings",
1973
1718
  type: {
1974
- name: "String"
1719
+ name: "Sequence",
1720
+ element: {
1721
+ type: {
1722
+ name: "Composite",
1723
+ className: "DeliveryAttributeMapping"
1724
+ }
1725
+ }
1975
1726
  }
1976
- },
1977
- publicNetworkAccess: {
1978
- serializedName: "properties.publicNetworkAccess",
1979
- defaultValue: 'Enabled',
1727
+ }
1728
+ }
1729
+ }
1730
+ };
1731
+
1732
+ export const ServiceBusQueueEventSubscriptionDestination: coreClient.CompositeMapper = {
1733
+ serializedName: "ServiceBusQueue",
1734
+ type: {
1735
+ name: "Composite",
1736
+ className: "ServiceBusQueueEventSubscriptionDestination",
1737
+ uberParent: "EventSubscriptionDestination",
1738
+ polymorphicDiscriminator:
1739
+ EventSubscriptionDestination.type.polymorphicDiscriminator,
1740
+ modelProperties: {
1741
+ ...EventSubscriptionDestination.type.modelProperties,
1742
+ resourceId: {
1743
+ serializedName: "properties.resourceId",
1980
1744
  type: {
1981
1745
  name: "String"
1982
1746
  }
1983
1747
  },
1984
- inboundIpRules: {
1985
- serializedName: "properties.inboundIpRules",
1748
+ deliveryAttributeMappings: {
1749
+ serializedName: "properties.deliveryAttributeMappings",
1986
1750
  type: {
1987
1751
  name: "Sequence",
1988
1752
  element: {
1989
1753
  type: {
1990
1754
  name: "Composite",
1991
- className: "InboundIpRule"
1755
+ className: "DeliveryAttributeMapping"
1992
1756
  }
1993
1757
  }
1994
1758
  }
1995
- },
1996
- disableLocalAuth: {
1997
- serializedName: "properties.disableLocalAuth",
1998
- defaultValue: false,
1999
- type: {
2000
- name: "Boolean"
2001
- }
2002
- },
2003
- identity: {
2004
- serializedName: "identity",
1759
+ }
1760
+ }
1761
+ }
1762
+ };
1763
+
1764
+ export const ServiceBusTopicEventSubscriptionDestination: coreClient.CompositeMapper = {
1765
+ serializedName: "ServiceBusTopic",
1766
+ type: {
1767
+ name: "Composite",
1768
+ className: "ServiceBusTopicEventSubscriptionDestination",
1769
+ uberParent: "EventSubscriptionDestination",
1770
+ polymorphicDiscriminator:
1771
+ EventSubscriptionDestination.type.polymorphicDiscriminator,
1772
+ modelProperties: {
1773
+ ...EventSubscriptionDestination.type.modelProperties,
1774
+ resourceId: {
1775
+ serializedName: "properties.resourceId",
2005
1776
  type: {
2006
- name: "Composite",
2007
- className: "IdentityInfo"
1777
+ name: "String"
2008
1778
  }
2009
1779
  },
2010
- systemData: {
2011
- readOnly: true,
2012
- serializedName: "systemData",
1780
+ deliveryAttributeMappings: {
1781
+ serializedName: "properties.deliveryAttributeMappings",
2013
1782
  type: {
2014
- name: "Composite",
2015
- className: "SystemData"
1783
+ name: "Sequence",
1784
+ element: {
1785
+ type: {
1786
+ name: "Composite",
1787
+ className: "DeliveryAttributeMapping"
1788
+ }
1789
+ }
2016
1790
  }
2017
1791
  }
2018
1792
  }
2019
1793
  }
2020
1794
  };
2021
1795
 
2022
- export const TopicUpdateParameters: msRest.CompositeMapper = {
2023
- serializedName: "TopicUpdateParameters",
1796
+ export const AzureFunctionEventSubscriptionDestination: coreClient.CompositeMapper = {
1797
+ serializedName: "AzureFunction",
2024
1798
  type: {
2025
1799
  name: "Composite",
2026
- className: "TopicUpdateParameters",
1800
+ className: "AzureFunctionEventSubscriptionDestination",
1801
+ uberParent: "EventSubscriptionDestination",
1802
+ polymorphicDiscriminator:
1803
+ EventSubscriptionDestination.type.polymorphicDiscriminator,
2027
1804
  modelProperties: {
2028
- tags: {
2029
- serializedName: "tags",
1805
+ ...EventSubscriptionDestination.type.modelProperties,
1806
+ resourceId: {
1807
+ serializedName: "properties.resourceId",
2030
1808
  type: {
2031
- name: "Dictionary",
2032
- value: {
2033
- type: {
2034
- name: "String"
2035
- }
2036
- }
1809
+ name: "String"
2037
1810
  }
2038
1811
  },
2039
- identity: {
2040
- serializedName: "identity",
1812
+ maxEventsPerBatch: {
1813
+ defaultValue: 1,
1814
+ serializedName: "properties.maxEventsPerBatch",
2041
1815
  type: {
2042
- name: "Composite",
2043
- className: "IdentityInfo"
1816
+ name: "Number"
2044
1817
  }
2045
1818
  },
2046
- publicNetworkAccess: {
2047
- serializedName: "properties.publicNetworkAccess",
2048
- defaultValue: 'Enabled',
1819
+ preferredBatchSizeInKilobytes: {
1820
+ defaultValue: 64,
1821
+ serializedName: "properties.preferredBatchSizeInKilobytes",
2049
1822
  type: {
2050
- name: "String"
1823
+ name: "Number"
2051
1824
  }
2052
1825
  },
2053
- inboundIpRules: {
2054
- serializedName: "properties.inboundIpRules",
1826
+ deliveryAttributeMappings: {
1827
+ serializedName: "properties.deliveryAttributeMappings",
2055
1828
  type: {
2056
1829
  name: "Sequence",
2057
1830
  element: {
2058
1831
  type: {
2059
1832
  name: "Composite",
2060
- className: "InboundIpRule"
1833
+ className: "DeliveryAttributeMapping"
2061
1834
  }
2062
1835
  }
2063
1836
  }
2064
- },
2065
- disableLocalAuth: {
2066
- serializedName: "properties.disableLocalAuth",
2067
- type: {
2068
- name: "Boolean"
2069
- }
2070
1837
  }
2071
1838
  }
2072
1839
  }
2073
1840
  };
2074
1841
 
2075
- export const TopicSharedAccessKeys: msRest.CompositeMapper = {
2076
- serializedName: "TopicSharedAccessKeys",
1842
+ export const NumberInAdvancedFilter: coreClient.CompositeMapper = {
1843
+ serializedName: "NumberIn",
2077
1844
  type: {
2078
1845
  name: "Composite",
2079
- className: "TopicSharedAccessKeys",
1846
+ className: "NumberInAdvancedFilter",
1847
+ uberParent: "AdvancedFilter",
1848
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
2080
1849
  modelProperties: {
2081
- key1: {
2082
- serializedName: "key1",
2083
- type: {
2084
- name: "String"
2085
- }
2086
- },
2087
- key2: {
2088
- serializedName: "key2",
1850
+ ...AdvancedFilter.type.modelProperties,
1851
+ values: {
1852
+ serializedName: "values",
2089
1853
  type: {
2090
- name: "String"
1854
+ name: "Sequence",
1855
+ element: {
1856
+ type: {
1857
+ name: "Number"
1858
+ }
1859
+ }
2091
1860
  }
2092
1861
  }
2093
1862
  }
2094
1863
  }
2095
1864
  };
2096
1865
 
2097
- export const TopicRegenerateKeyRequest: msRest.CompositeMapper = {
2098
- serializedName: "TopicRegenerateKeyRequest",
1866
+ export const NumberNotInAdvancedFilter: coreClient.CompositeMapper = {
1867
+ serializedName: "NumberNotIn",
2099
1868
  type: {
2100
1869
  name: "Composite",
2101
- className: "TopicRegenerateKeyRequest",
1870
+ className: "NumberNotInAdvancedFilter",
1871
+ uberParent: "AdvancedFilter",
1872
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
2102
1873
  modelProperties: {
2103
- keyName: {
2104
- required: true,
2105
- serializedName: "keyName",
1874
+ ...AdvancedFilter.type.modelProperties,
1875
+ values: {
1876
+ serializedName: "values",
2106
1877
  type: {
2107
- name: "String"
1878
+ name: "Sequence",
1879
+ element: {
1880
+ type: {
1881
+ name: "Number"
1882
+ }
1883
+ }
2108
1884
  }
2109
1885
  }
2110
1886
  }
2111
1887
  }
2112
1888
  };
2113
1889
 
2114
- export const ExtensionTopic: msRest.CompositeMapper = {
2115
- serializedName: "ExtensionTopic",
1890
+ export const NumberLessThanAdvancedFilter: coreClient.CompositeMapper = {
1891
+ serializedName: "NumberLessThan",
2116
1892
  type: {
2117
1893
  name: "Composite",
2118
- className: "ExtensionTopic",
1894
+ className: "NumberLessThanAdvancedFilter",
1895
+ uberParent: "AdvancedFilter",
1896
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
2119
1897
  modelProperties: {
2120
- ...Resource.type.modelProperties,
2121
- description: {
2122
- serializedName: "properties.description",
1898
+ ...AdvancedFilter.type.modelProperties,
1899
+ value: {
1900
+ serializedName: "value",
2123
1901
  type: {
2124
- name: "String"
2125
- }
2126
- },
2127
- systemTopic: {
2128
- serializedName: "properties.systemTopic",
2129
- type: {
2130
- name: "String"
2131
- }
2132
- },
2133
- systemData: {
2134
- readOnly: true,
2135
- serializedName: "systemData",
2136
- type: {
2137
- name: "Composite",
2138
- className: "SystemData"
1902
+ name: "Number"
2139
1903
  }
2140
1904
  }
2141
1905
  }
2142
1906
  }
2143
1907
  };
2144
1908
 
2145
- export const EventType: msRest.CompositeMapper = {
2146
- serializedName: "EventType",
1909
+ export const NumberGreaterThanAdvancedFilter: coreClient.CompositeMapper = {
1910
+ serializedName: "NumberGreaterThan",
2147
1911
  type: {
2148
1912
  name: "Composite",
2149
- className: "EventType",
1913
+ className: "NumberGreaterThanAdvancedFilter",
1914
+ uberParent: "AdvancedFilter",
1915
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
2150
1916
  modelProperties: {
2151
- ...Resource.type.modelProperties,
2152
- displayName: {
2153
- serializedName: "properties.displayName",
1917
+ ...AdvancedFilter.type.modelProperties,
1918
+ value: {
1919
+ serializedName: "value",
2154
1920
  type: {
2155
- name: "String"
1921
+ name: "Number"
2156
1922
  }
2157
- },
2158
- description: {
2159
- serializedName: "properties.description",
1923
+ }
1924
+ }
1925
+ }
1926
+ };
1927
+
1928
+ export const NumberLessThanOrEqualsAdvancedFilter: coreClient.CompositeMapper = {
1929
+ serializedName: "NumberLessThanOrEquals",
1930
+ type: {
1931
+ name: "Composite",
1932
+ className: "NumberLessThanOrEqualsAdvancedFilter",
1933
+ uberParent: "AdvancedFilter",
1934
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1935
+ modelProperties: {
1936
+ ...AdvancedFilter.type.modelProperties,
1937
+ value: {
1938
+ serializedName: "value",
2160
1939
  type: {
2161
- name: "String"
1940
+ name: "Number"
2162
1941
  }
2163
- },
2164
- schemaUrl: {
2165
- serializedName: "properties.schemaUrl",
1942
+ }
1943
+ }
1944
+ }
1945
+ };
1946
+
1947
+ export const NumberGreaterThanOrEqualsAdvancedFilter: coreClient.CompositeMapper = {
1948
+ serializedName: "NumberGreaterThanOrEquals",
1949
+ type: {
1950
+ name: "Composite",
1951
+ className: "NumberGreaterThanOrEqualsAdvancedFilter",
1952
+ uberParent: "AdvancedFilter",
1953
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1954
+ modelProperties: {
1955
+ ...AdvancedFilter.type.modelProperties,
1956
+ value: {
1957
+ serializedName: "value",
2166
1958
  type: {
2167
- name: "String"
1959
+ name: "Number"
2168
1960
  }
2169
- },
2170
- isInDefaultSet: {
2171
- serializedName: "properties.isInDefaultSet",
1961
+ }
1962
+ }
1963
+ }
1964
+ };
1965
+
1966
+ export const BoolEqualsAdvancedFilter: coreClient.CompositeMapper = {
1967
+ serializedName: "BoolEquals",
1968
+ type: {
1969
+ name: "Composite",
1970
+ className: "BoolEqualsAdvancedFilter",
1971
+ uberParent: "AdvancedFilter",
1972
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1973
+ modelProperties: {
1974
+ ...AdvancedFilter.type.modelProperties,
1975
+ value: {
1976
+ serializedName: "value",
2172
1977
  type: {
2173
1978
  name: "Boolean"
2174
1979
  }
@@ -2177,45 +1982,17 @@ export const EventType: msRest.CompositeMapper = {
2177
1982
  }
2178
1983
  };
2179
1984
 
2180
- export const TopicTypeInfo: msRest.CompositeMapper = {
2181
- serializedName: "TopicTypeInfo",
1985
+ export const StringInAdvancedFilter: coreClient.CompositeMapper = {
1986
+ serializedName: "StringIn",
2182
1987
  type: {
2183
1988
  name: "Composite",
2184
- className: "TopicTypeInfo",
1989
+ className: "StringInAdvancedFilter",
1990
+ uberParent: "AdvancedFilter",
1991
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
2185
1992
  modelProperties: {
2186
- ...Resource.type.modelProperties,
2187
- provider: {
2188
- serializedName: "properties.provider",
2189
- type: {
2190
- name: "String"
2191
- }
2192
- },
2193
- displayName: {
2194
- serializedName: "properties.displayName",
2195
- type: {
2196
- name: "String"
2197
- }
2198
- },
2199
- description: {
2200
- serializedName: "properties.description",
2201
- type: {
2202
- name: "String"
2203
- }
2204
- },
2205
- resourceRegionType: {
2206
- serializedName: "properties.resourceRegionType",
2207
- type: {
2208
- name: "String"
2209
- }
2210
- },
2211
- provisioningState: {
2212
- serializedName: "properties.provisioningState",
2213
- type: {
2214
- name: "String"
2215
- }
2216
- },
2217
- supportedLocations: {
2218
- serializedName: "properties.supportedLocations",
1993
+ ...AdvancedFilter.type.modelProperties,
1994
+ values: {
1995
+ serializedName: "values",
2219
1996
  type: {
2220
1997
  name: "Sequence",
2221
1998
  element: {
@@ -2224,15 +2001,22 @@ export const TopicTypeInfo: msRest.CompositeMapper = {
2224
2001
  }
2225
2002
  }
2226
2003
  }
2227
- },
2228
- sourceResourceFormat: {
2229
- serializedName: "properties.sourceResourceFormat",
2230
- type: {
2231
- name: "String"
2232
- }
2233
- },
2234
- supportedScopesForSource: {
2235
- serializedName: "properties.supportedScopesForSource",
2004
+ }
2005
+ }
2006
+ }
2007
+ };
2008
+
2009
+ export const StringNotInAdvancedFilter: coreClient.CompositeMapper = {
2010
+ serializedName: "StringNotIn",
2011
+ type: {
2012
+ name: "Composite",
2013
+ className: "StringNotInAdvancedFilter",
2014
+ uberParent: "AdvancedFilter",
2015
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
2016
+ modelProperties: {
2017
+ ...AdvancedFilter.type.modelProperties,
2018
+ values: {
2019
+ serializedName: "values",
2236
2020
  type: {
2237
2021
  name: "Sequence",
2238
2022
  element: {
@@ -2246,170 +2030,174 @@ export const TopicTypeInfo: msRest.CompositeMapper = {
2246
2030
  }
2247
2031
  };
2248
2032
 
2249
- export const DomainsListResult: msRest.CompositeMapper = {
2250
- serializedName: "DomainsListResult",
2033
+ export const StringBeginsWithAdvancedFilter: coreClient.CompositeMapper = {
2034
+ serializedName: "StringBeginsWith",
2251
2035
  type: {
2252
2036
  name: "Composite",
2253
- className: "DomainsListResult",
2037
+ className: "StringBeginsWithAdvancedFilter",
2038
+ uberParent: "AdvancedFilter",
2039
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
2254
2040
  modelProperties: {
2255
- value: {
2256
- serializedName: "",
2041
+ ...AdvancedFilter.type.modelProperties,
2042
+ values: {
2043
+ serializedName: "values",
2257
2044
  type: {
2258
2045
  name: "Sequence",
2259
2046
  element: {
2260
2047
  type: {
2261
- name: "Composite",
2262
- className: "Domain"
2048
+ name: "String"
2263
2049
  }
2264
2050
  }
2265
2051
  }
2266
- },
2267
- nextLink: {
2268
- serializedName: "nextLink",
2269
- type: {
2270
- name: "String"
2271
- }
2272
2052
  }
2273
2053
  }
2274
2054
  }
2275
2055
  };
2276
2056
 
2277
- export const DomainTopicsListResult: msRest.CompositeMapper = {
2278
- serializedName: "DomainTopicsListResult",
2057
+ export const StringEndsWithAdvancedFilter: coreClient.CompositeMapper = {
2058
+ serializedName: "StringEndsWith",
2279
2059
  type: {
2280
2060
  name: "Composite",
2281
- className: "DomainTopicsListResult",
2061
+ className: "StringEndsWithAdvancedFilter",
2062
+ uberParent: "AdvancedFilter",
2063
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
2282
2064
  modelProperties: {
2283
- value: {
2284
- serializedName: "",
2065
+ ...AdvancedFilter.type.modelProperties,
2066
+ values: {
2067
+ serializedName: "values",
2285
2068
  type: {
2286
2069
  name: "Sequence",
2287
2070
  element: {
2288
2071
  type: {
2289
- name: "Composite",
2290
- className: "DomainTopic"
2072
+ name: "String"
2291
2073
  }
2292
2074
  }
2293
2075
  }
2294
- },
2295
- nextLink: {
2296
- serializedName: "nextLink",
2297
- type: {
2298
- name: "String"
2299
- }
2300
2076
  }
2301
2077
  }
2302
2078
  }
2303
2079
  };
2304
2080
 
2305
- export const EventSubscriptionsListResult: msRest.CompositeMapper = {
2306
- serializedName: "EventSubscriptionsListResult",
2081
+ export const StringContainsAdvancedFilter: coreClient.CompositeMapper = {
2082
+ serializedName: "StringContains",
2307
2083
  type: {
2308
2084
  name: "Composite",
2309
- className: "EventSubscriptionsListResult",
2085
+ className: "StringContainsAdvancedFilter",
2086
+ uberParent: "AdvancedFilter",
2087
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
2310
2088
  modelProperties: {
2311
- value: {
2312
- serializedName: "",
2089
+ ...AdvancedFilter.type.modelProperties,
2090
+ values: {
2091
+ serializedName: "values",
2313
2092
  type: {
2314
2093
  name: "Sequence",
2315
2094
  element: {
2316
2095
  type: {
2317
- name: "Composite",
2318
- className: "EventSubscription"
2096
+ name: "String"
2319
2097
  }
2320
2098
  }
2321
2099
  }
2322
- },
2323
- nextLink: {
2324
- serializedName: "nextLink",
2325
- type: {
2326
- name: "String"
2327
- }
2328
2100
  }
2329
2101
  }
2330
2102
  }
2331
2103
  };
2332
2104
 
2333
- export const OperationsListResult: msRest.CompositeMapper = {
2334
- serializedName: "OperationsListResult",
2105
+ export const StorageBlobDeadLetterDestination: coreClient.CompositeMapper = {
2106
+ serializedName: "StorageBlob",
2335
2107
  type: {
2336
2108
  name: "Composite",
2337
- className: "OperationsListResult",
2109
+ className: "StorageBlobDeadLetterDestination",
2110
+ uberParent: "DeadLetterDestination",
2111
+ polymorphicDiscriminator:
2112
+ DeadLetterDestination.type.polymorphicDiscriminator,
2338
2113
  modelProperties: {
2339
- value: {
2340
- serializedName: "",
2114
+ ...DeadLetterDestination.type.modelProperties,
2115
+ resourceId: {
2116
+ serializedName: "properties.resourceId",
2341
2117
  type: {
2342
- name: "Sequence",
2343
- element: {
2344
- type: {
2345
- name: "Composite",
2346
- className: "Operation"
2347
- }
2348
- }
2118
+ name: "String"
2119
+ }
2120
+ },
2121
+ blobContainerName: {
2122
+ serializedName: "properties.blobContainerName",
2123
+ type: {
2124
+ name: "String"
2349
2125
  }
2350
2126
  }
2351
2127
  }
2352
2128
  }
2353
2129
  };
2354
2130
 
2355
- export const TopicsListResult: msRest.CompositeMapper = {
2356
- serializedName: "TopicsListResult",
2131
+ export const StaticDeliveryAttributeMapping: coreClient.CompositeMapper = {
2132
+ serializedName: "Static",
2357
2133
  type: {
2358
2134
  name: "Composite",
2359
- className: "TopicsListResult",
2135
+ className: "StaticDeliveryAttributeMapping",
2136
+ uberParent: "DeliveryAttributeMapping",
2137
+ polymorphicDiscriminator:
2138
+ DeliveryAttributeMapping.type.polymorphicDiscriminator,
2360
2139
  modelProperties: {
2140
+ ...DeliveryAttributeMapping.type.modelProperties,
2361
2141
  value: {
2362
- serializedName: "",
2142
+ serializedName: "properties.value",
2363
2143
  type: {
2364
- name: "Sequence",
2365
- element: {
2366
- type: {
2367
- name: "Composite",
2368
- className: "Topic"
2369
- }
2370
- }
2144
+ name: "String"
2371
2145
  }
2372
2146
  },
2373
- nextLink: {
2374
- serializedName: "nextLink",
2147
+ isSecret: {
2148
+ defaultValue: false,
2149
+ serializedName: "properties.isSecret",
2375
2150
  type: {
2376
- name: "String"
2151
+ name: "Boolean"
2377
2152
  }
2378
2153
  }
2379
2154
  }
2380
2155
  }
2381
2156
  };
2382
2157
 
2383
- export const EventTypesListResult: msRest.CompositeMapper = {
2384
- serializedName: "EventTypesListResult",
2158
+ export const DynamicDeliveryAttributeMapping: coreClient.CompositeMapper = {
2159
+ serializedName: "Dynamic",
2385
2160
  type: {
2386
2161
  name: "Composite",
2387
- className: "EventTypesListResult",
2162
+ className: "DynamicDeliveryAttributeMapping",
2163
+ uberParent: "DeliveryAttributeMapping",
2164
+ polymorphicDiscriminator:
2165
+ DeliveryAttributeMapping.type.polymorphicDiscriminator,
2388
2166
  modelProperties: {
2389
- value: {
2390
- serializedName: "",
2167
+ ...DeliveryAttributeMapping.type.modelProperties,
2168
+ sourceField: {
2169
+ serializedName: "properties.sourceField",
2391
2170
  type: {
2392
- name: "Sequence",
2393
- element: {
2394
- type: {
2395
- name: "Composite",
2396
- className: "EventType"
2397
- }
2398
- }
2171
+ name: "String"
2399
2172
  }
2400
2173
  }
2401
2174
  }
2402
2175
  }
2403
2176
  };
2404
2177
 
2405
- export const PrivateEndpointConnectionListResult: msRest.CompositeMapper = {
2406
- serializedName: "PrivateEndpointConnectionListResult",
2178
+ export const Domain: coreClient.CompositeMapper = {
2407
2179
  type: {
2408
2180
  name: "Composite",
2409
- className: "PrivateEndpointConnectionListResult",
2181
+ className: "Domain",
2410
2182
  modelProperties: {
2411
- value: {
2412
- serializedName: "",
2183
+ ...TrackedResource.type.modelProperties,
2184
+ systemData: {
2185
+ serializedName: "systemData",
2186
+ type: {
2187
+ name: "Composite",
2188
+ className: "SystemData"
2189
+ }
2190
+ },
2191
+ identity: {
2192
+ serializedName: "identity",
2193
+ type: {
2194
+ name: "Composite",
2195
+ className: "IdentityInfo"
2196
+ }
2197
+ },
2198
+ privateEndpointConnections: {
2199
+ serializedName: "properties.privateEndpointConnections",
2200
+ readOnly: true,
2413
2201
  type: {
2414
2202
  name: "Sequence",
2415
2203
  element: {
@@ -2420,122 +2208,256 @@ export const PrivateEndpointConnectionListResult: msRest.CompositeMapper = {
2420
2208
  }
2421
2209
  }
2422
2210
  },
2423
- nextLink: {
2424
- serializedName: "nextLink",
2211
+ provisioningState: {
2212
+ serializedName: "properties.provisioningState",
2213
+ readOnly: true,
2425
2214
  type: {
2426
2215
  name: "String"
2427
2216
  }
2428
- }
2429
- }
2430
- }
2431
- };
2432
-
2433
- export const PrivateLinkResourcesListResult: msRest.CompositeMapper = {
2434
- serializedName: "PrivateLinkResourcesListResult",
2435
- type: {
2436
- name: "Composite",
2437
- className: "PrivateLinkResourcesListResult",
2438
- modelProperties: {
2439
- value: {
2440
- serializedName: "",
2217
+ },
2218
+ endpoint: {
2219
+ serializedName: "properties.endpoint",
2220
+ readOnly: true,
2221
+ type: {
2222
+ name: "String"
2223
+ }
2224
+ },
2225
+ inputSchema: {
2226
+ serializedName: "properties.inputSchema",
2227
+ type: {
2228
+ name: "String"
2229
+ }
2230
+ },
2231
+ inputSchemaMapping: {
2232
+ serializedName: "properties.inputSchemaMapping",
2233
+ type: {
2234
+ name: "Composite",
2235
+ className: "InputSchemaMapping"
2236
+ }
2237
+ },
2238
+ metricResourceId: {
2239
+ serializedName: "properties.metricResourceId",
2240
+ readOnly: true,
2241
+ type: {
2242
+ name: "String"
2243
+ }
2244
+ },
2245
+ publicNetworkAccess: {
2246
+ serializedName: "properties.publicNetworkAccess",
2247
+ type: {
2248
+ name: "String"
2249
+ }
2250
+ },
2251
+ inboundIpRules: {
2252
+ serializedName: "properties.inboundIpRules",
2441
2253
  type: {
2442
2254
  name: "Sequence",
2443
2255
  element: {
2444
2256
  type: {
2445
2257
  name: "Composite",
2446
- className: "PrivateLinkResource"
2258
+ className: "InboundIpRule"
2447
2259
  }
2448
2260
  }
2449
2261
  }
2450
2262
  },
2451
- nextLink: {
2452
- serializedName: "nextLink",
2263
+ disableLocalAuth: {
2264
+ defaultValue: false,
2265
+ serializedName: "properties.disableLocalAuth",
2453
2266
  type: {
2454
- name: "String"
2267
+ name: "Boolean"
2268
+ }
2269
+ },
2270
+ autoCreateTopicWithFirstSubscription: {
2271
+ defaultValue: true,
2272
+ serializedName: "properties.autoCreateTopicWithFirstSubscription",
2273
+ type: {
2274
+ name: "Boolean"
2275
+ }
2276
+ },
2277
+ autoDeleteTopicWithLastSubscription: {
2278
+ defaultValue: true,
2279
+ serializedName: "properties.autoDeleteTopicWithLastSubscription",
2280
+ type: {
2281
+ name: "Boolean"
2455
2282
  }
2456
2283
  }
2457
2284
  }
2458
2285
  }
2459
2286
  };
2460
2287
 
2461
- export const SystemTopicsListResult: msRest.CompositeMapper = {
2462
- serializedName: "SystemTopicsListResult",
2288
+ export const Topic: coreClient.CompositeMapper = {
2463
2289
  type: {
2464
2290
  name: "Composite",
2465
- className: "SystemTopicsListResult",
2291
+ className: "Topic",
2466
2292
  modelProperties: {
2467
- value: {
2468
- serializedName: "",
2293
+ ...TrackedResource.type.modelProperties,
2294
+ identity: {
2295
+ serializedName: "identity",
2296
+ type: {
2297
+ name: "Composite",
2298
+ className: "IdentityInfo"
2299
+ }
2300
+ },
2301
+ systemData: {
2302
+ serializedName: "systemData",
2303
+ type: {
2304
+ name: "Composite",
2305
+ className: "SystemData"
2306
+ }
2307
+ },
2308
+ privateEndpointConnections: {
2309
+ serializedName: "properties.privateEndpointConnections",
2310
+ readOnly: true,
2469
2311
  type: {
2470
2312
  name: "Sequence",
2471
2313
  element: {
2472
2314
  type: {
2473
2315
  name: "Composite",
2474
- className: "SystemTopic"
2316
+ className: "PrivateEndpointConnection"
2475
2317
  }
2476
2318
  }
2477
2319
  }
2478
2320
  },
2479
- nextLink: {
2480
- serializedName: "nextLink",
2321
+ provisioningState: {
2322
+ serializedName: "properties.provisioningState",
2323
+ readOnly: true,
2481
2324
  type: {
2482
2325
  name: "String"
2483
2326
  }
2327
+ },
2328
+ endpoint: {
2329
+ serializedName: "properties.endpoint",
2330
+ readOnly: true,
2331
+ type: {
2332
+ name: "String"
2333
+ }
2334
+ },
2335
+ inputSchema: {
2336
+ serializedName: "properties.inputSchema",
2337
+ type: {
2338
+ name: "String"
2339
+ }
2340
+ },
2341
+ inputSchemaMapping: {
2342
+ serializedName: "properties.inputSchemaMapping",
2343
+ type: {
2344
+ name: "Composite",
2345
+ className: "InputSchemaMapping"
2346
+ }
2347
+ },
2348
+ metricResourceId: {
2349
+ serializedName: "properties.metricResourceId",
2350
+ readOnly: true,
2351
+ type: {
2352
+ name: "String"
2353
+ }
2354
+ },
2355
+ publicNetworkAccess: {
2356
+ serializedName: "properties.publicNetworkAccess",
2357
+ type: {
2358
+ name: "String"
2359
+ }
2360
+ },
2361
+ inboundIpRules: {
2362
+ serializedName: "properties.inboundIpRules",
2363
+ type: {
2364
+ name: "Sequence",
2365
+ element: {
2366
+ type: {
2367
+ name: "Composite",
2368
+ className: "InboundIpRule"
2369
+ }
2370
+ }
2371
+ }
2372
+ },
2373
+ disableLocalAuth: {
2374
+ defaultValue: false,
2375
+ serializedName: "properties.disableLocalAuth",
2376
+ type: {
2377
+ name: "Boolean"
2378
+ }
2484
2379
  }
2485
2380
  }
2486
2381
  }
2487
2382
  };
2488
2383
 
2489
- export const TopicTypesListResult: msRest.CompositeMapper = {
2490
- serializedName: "TopicTypesListResult",
2384
+ export const SystemTopic: coreClient.CompositeMapper = {
2491
2385
  type: {
2492
2386
  name: "Composite",
2493
- className: "TopicTypesListResult",
2387
+ className: "SystemTopic",
2494
2388
  modelProperties: {
2495
- value: {
2496
- serializedName: "",
2389
+ ...TrackedResource.type.modelProperties,
2390
+ identity: {
2391
+ serializedName: "identity",
2497
2392
  type: {
2498
- name: "Sequence",
2499
- element: {
2500
- type: {
2501
- name: "Composite",
2502
- className: "TopicTypeInfo"
2503
- }
2504
- }
2393
+ name: "Composite",
2394
+ className: "IdentityInfo"
2395
+ }
2396
+ },
2397
+ systemData: {
2398
+ serializedName: "systemData",
2399
+ type: {
2400
+ name: "Composite",
2401
+ className: "SystemData"
2402
+ }
2403
+ },
2404
+ provisioningState: {
2405
+ serializedName: "properties.provisioningState",
2406
+ readOnly: true,
2407
+ type: {
2408
+ name: "String"
2409
+ }
2410
+ },
2411
+ source: {
2412
+ serializedName: "properties.source",
2413
+ type: {
2414
+ name: "String"
2415
+ }
2416
+ },
2417
+ topicType: {
2418
+ serializedName: "properties.topicType",
2419
+ type: {
2420
+ name: "String"
2421
+ }
2422
+ },
2423
+ metricResourceId: {
2424
+ serializedName: "properties.metricResourceId",
2425
+ readOnly: true,
2426
+ type: {
2427
+ name: "String"
2505
2428
  }
2506
2429
  }
2507
2430
  }
2508
2431
  }
2509
2432
  };
2510
2433
 
2511
- export const discriminators = {
2512
- 'InputSchemaMapping' : InputSchemaMapping,
2513
- 'InputSchemaMapping.Json' : JsonInputSchemaMapping,
2514
- 'EventSubscriptionDestination' : EventSubscriptionDestination,
2515
- 'AdvancedFilter' : AdvancedFilter,
2516
- 'DeadLetterDestination' : DeadLetterDestination,
2517
- 'DeliveryAttributeMapping' : DeliveryAttributeMapping,
2518
- 'DeliveryAttributeMapping.Static' : StaticDeliveryAttributeMapping,
2519
- 'DeliveryAttributeMapping.Dynamic' : DynamicDeliveryAttributeMapping,
2520
- 'AdvancedFilter.NumberIn' : NumberInAdvancedFilter,
2521
- 'DeadLetterDestination.StorageBlob' : StorageBlobDeadLetterDestination,
2522
- 'AdvancedFilter.NumberNotIn' : NumberNotInAdvancedFilter,
2523
- 'AdvancedFilter.NumberLessThan' : NumberLessThanAdvancedFilter,
2524
- 'AdvancedFilter.NumberGreaterThan' : NumberGreaterThanAdvancedFilter,
2525
- 'AdvancedFilter.NumberLessThanOrEquals' : NumberLessThanOrEqualsAdvancedFilter,
2526
- 'AdvancedFilter.NumberGreaterThanOrEquals' : NumberGreaterThanOrEqualsAdvancedFilter,
2527
- 'AdvancedFilter.BoolEquals' : BoolEqualsAdvancedFilter,
2528
- 'AdvancedFilter.StringIn' : StringInAdvancedFilter,
2529
- 'AdvancedFilter.StringNotIn' : StringNotInAdvancedFilter,
2530
- 'AdvancedFilter.StringBeginsWith' : StringBeginsWithAdvancedFilter,
2531
- 'AdvancedFilter.StringEndsWith' : StringEndsWithAdvancedFilter,
2532
- 'AdvancedFilter.StringContains' : StringContainsAdvancedFilter,
2533
- 'EventSubscriptionDestination.WebHook' : WebHookEventSubscriptionDestination,
2534
- 'EventSubscriptionDestination.EventHub' : EventHubEventSubscriptionDestination,
2535
- 'EventSubscriptionDestination.StorageQueue' : StorageQueueEventSubscriptionDestination,
2536
- 'EventSubscriptionDestination.HybridConnection' : HybridConnectionEventSubscriptionDestination,
2537
- 'EventSubscriptionDestination.ServiceBusQueue' : ServiceBusQueueEventSubscriptionDestination,
2538
- 'EventSubscriptionDestination.ServiceBusTopic' : ServiceBusTopicEventSubscriptionDestination,
2539
- 'EventSubscriptionDestination.AzureFunction' : AzureFunctionEventSubscriptionDestination
2540
-
2434
+ export let discriminators = {
2435
+ InputSchemaMapping: InputSchemaMapping,
2436
+ EventSubscriptionDestination: EventSubscriptionDestination,
2437
+ AdvancedFilter: AdvancedFilter,
2438
+ DeadLetterDestination: DeadLetterDestination,
2439
+ DeliveryAttributeMapping: DeliveryAttributeMapping,
2440
+ "InputSchemaMapping.Json": JsonInputSchemaMapping,
2441
+ "EventSubscriptionDestination.WebHook": WebHookEventSubscriptionDestination,
2442
+ "EventSubscriptionDestination.EventHub": EventHubEventSubscriptionDestination,
2443
+ "EventSubscriptionDestination.StorageQueue": StorageQueueEventSubscriptionDestination,
2444
+ "EventSubscriptionDestination.HybridConnection": HybridConnectionEventSubscriptionDestination,
2445
+ "EventSubscriptionDestination.ServiceBusQueue": ServiceBusQueueEventSubscriptionDestination,
2446
+ "EventSubscriptionDestination.ServiceBusTopic": ServiceBusTopicEventSubscriptionDestination,
2447
+ "EventSubscriptionDestination.AzureFunction": AzureFunctionEventSubscriptionDestination,
2448
+ "AdvancedFilter.NumberIn": NumberInAdvancedFilter,
2449
+ "AdvancedFilter.NumberNotIn": NumberNotInAdvancedFilter,
2450
+ "AdvancedFilter.NumberLessThan": NumberLessThanAdvancedFilter,
2451
+ "AdvancedFilter.NumberGreaterThan": NumberGreaterThanAdvancedFilter,
2452
+ "AdvancedFilter.NumberLessThanOrEquals": NumberLessThanOrEqualsAdvancedFilter,
2453
+ "AdvancedFilter.NumberGreaterThanOrEquals": NumberGreaterThanOrEqualsAdvancedFilter,
2454
+ "AdvancedFilter.BoolEquals": BoolEqualsAdvancedFilter,
2455
+ "AdvancedFilter.StringIn": StringInAdvancedFilter,
2456
+ "AdvancedFilter.StringNotIn": StringNotInAdvancedFilter,
2457
+ "AdvancedFilter.StringBeginsWith": StringBeginsWithAdvancedFilter,
2458
+ "AdvancedFilter.StringEndsWith": StringEndsWithAdvancedFilter,
2459
+ "AdvancedFilter.StringContains": StringContainsAdvancedFilter,
2460
+ "DeadLetterDestination.StorageBlob": StorageBlobDeadLetterDestination,
2461
+ "DeliveryAttributeMapping.Static": StaticDeliveryAttributeMapping,
2462
+ "DeliveryAttributeMapping.Dynamic": DynamicDeliveryAttributeMapping
2541
2463
  };