@azure/arm-hdinsight 1.3.0-beta.1 → 1.3.0-beta.2

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 (181) hide show
  1. package/CHANGELOG.md +29 -6
  2. package/LICENSE +1 -1
  3. package/dist/index.js +2107 -1900
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist-esm/samples-dev/applicationsCreateSample.js +10 -10
  8. package/dist-esm/samples-dev/applicationsDeleteSample.js +1 -1
  9. package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.js +1 -1
  10. package/dist-esm/samples-dev/applicationsGetSample.js +2 -2
  11. package/dist-esm/samples-dev/applicationsListByClusterSample.js +5 -10
  12. package/dist-esm/samples-dev/applicationsListByClusterSample.js.map +1 -1
  13. package/dist-esm/samples-dev/clustersCreateSample.js +277 -276
  14. package/dist-esm/samples-dev/clustersCreateSample.js.map +1 -1
  15. package/dist-esm/samples-dev/clustersDeleteSample.js +1 -1
  16. package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.js +5 -5
  17. package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.js.map +1 -1
  18. package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.js +1 -1
  19. package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.js +1 -1
  20. package/dist-esm/samples-dev/clustersGetSample.js +2 -2
  21. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +5 -10
  22. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +1 -1
  23. package/dist-esm/samples-dev/clustersListSample.js +5 -10
  24. package/dist-esm/samples-dev/clustersListSample.js.map +1 -1
  25. package/dist-esm/samples-dev/clustersResizeSample.js +2 -2
  26. package/dist-esm/samples-dev/clustersResizeSample.js.map +1 -1
  27. package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.js +3 -3
  28. package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.js.map +1 -1
  29. package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.js +11 -11
  30. package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.js.map +1 -1
  31. package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.js +3 -3
  32. package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.js.map +1 -1
  33. package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.js +3 -3
  34. package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.js.map +1 -1
  35. package/dist-esm/samples-dev/clustersUpdateSample.js +25 -3
  36. package/dist-esm/samples-dev/clustersUpdateSample.js.map +1 -1
  37. package/dist-esm/samples-dev/configurationsGetSample.js +1 -1
  38. package/dist-esm/samples-dev/configurationsListSample.js +1 -1
  39. package/dist-esm/samples-dev/configurationsUpdateSample.js +4 -4
  40. package/dist-esm/samples-dev/extensionsCreateSample.js +2 -2
  41. package/dist-esm/samples-dev/extensionsDeleteSample.js +1 -1
  42. package/dist-esm/samples-dev/extensionsDisableAzureMonitorAgentSample.d.ts +2 -0
  43. package/dist-esm/samples-dev/extensionsDisableAzureMonitorAgentSample.d.ts.map +1 -0
  44. package/dist-esm/samples-dev/extensionsDisableAzureMonitorAgentSample.js +38 -0
  45. package/dist-esm/samples-dev/extensionsDisableAzureMonitorAgentSample.js.map +1 -0
  46. package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.js +3 -3
  47. package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.js.map +1 -1
  48. package/dist-esm/samples-dev/extensionsDisableMonitoringSample.js +3 -3
  49. package/dist-esm/samples-dev/extensionsDisableMonitoringSample.js.map +1 -1
  50. package/dist-esm/samples-dev/extensionsEnableAzureMonitorAgentSample.d.ts +2 -0
  51. package/dist-esm/samples-dev/extensionsEnableAzureMonitorAgentSample.d.ts.map +1 -0
  52. package/dist-esm/samples-dev/extensionsEnableAzureMonitorAgentSample.js +42 -0
  53. package/dist-esm/samples-dev/extensionsEnableAzureMonitorAgentSample.js.map +1 -0
  54. package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.js +5 -5
  55. package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.js.map +1 -1
  56. package/dist-esm/samples-dev/extensionsEnableMonitoringSample.js +3 -3
  57. package/dist-esm/samples-dev/extensionsEnableMonitoringSample.js.map +1 -1
  58. package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.js +1 -1
  59. package/dist-esm/samples-dev/extensionsGetAzureMonitorAgentStatusSample.d.ts +2 -0
  60. package/dist-esm/samples-dev/extensionsGetAzureMonitorAgentStatusSample.d.ts.map +1 -0
  61. package/dist-esm/samples-dev/extensionsGetAzureMonitorAgentStatusSample.js +38 -0
  62. package/dist-esm/samples-dev/extensionsGetAzureMonitorAgentStatusSample.js.map +1 -0
  63. package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.js +3 -3
  64. package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.js.map +1 -1
  65. package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.js +3 -3
  66. package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.js.map +1 -1
  67. package/dist-esm/samples-dev/extensionsGetSample.js +1 -1
  68. package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.js +3 -3
  69. package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.js.map +1 -1
  70. package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.js +1 -1
  71. package/dist-esm/samples-dev/locationsGetCapabilitiesSample.js +1 -1
  72. package/dist-esm/samples-dev/locationsListBillingSpecsSample.js +1 -1
  73. package/dist-esm/samples-dev/locationsListUsagesSample.js +1 -1
  74. package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.js +21 -21
  75. package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.js.map +1 -1
  76. package/dist-esm/samples-dev/operationsListSample.js +5 -10
  77. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  78. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +4 -4
  79. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +1 -1
  80. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +1 -1
  81. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +1 -1
  82. package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.js +5 -10
  83. package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.js.map +1 -1
  84. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +1 -1
  85. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js +1 -1
  86. package/dist-esm/samples-dev/scriptActionsDeleteSample.js +1 -1
  87. package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.js +1 -1
  88. package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.js +1 -1
  89. package/dist-esm/samples-dev/scriptActionsListByClusterSample.js +5 -10
  90. package/dist-esm/samples-dev/scriptActionsListByClusterSample.js.map +1 -1
  91. package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.js +5 -10
  92. package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.js.map +1 -1
  93. package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.js +1 -1
  94. package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.js +1 -1
  95. package/dist-esm/samples-dev/virtualMachinesListHostsSample.js +1 -1
  96. package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.js +1 -1
  97. package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.js.map +1 -1
  98. package/dist-esm/src/hDInsightManagementClient.d.ts.map +1 -1
  99. package/dist-esm/src/hDInsightManagementClient.js +9 -9
  100. package/dist-esm/src/hDInsightManagementClient.js.map +1 -1
  101. package/dist-esm/src/index.d.ts +0 -1
  102. package/dist-esm/src/index.d.ts.map +1 -1
  103. package/dist-esm/src/lroImpl.js +1 -1
  104. package/dist-esm/src/models/index.d.ts +48 -0
  105. package/dist-esm/src/models/index.d.ts.map +1 -1
  106. package/dist-esm/src/models/index.js +8 -0
  107. package/dist-esm/src/models/index.js.map +1 -1
  108. package/dist-esm/src/models/mappers.d.ts +1 -0
  109. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  110. package/dist-esm/src/models/mappers.js +1288 -1244
  111. package/dist-esm/src/models/mappers.js.map +1 -1
  112. package/dist-esm/src/models/parameters.js +79 -79
  113. package/dist-esm/src/models/parameters.js.map +1 -1
  114. package/dist-esm/src/operations/applications.d.ts.map +1 -1
  115. package/dist-esm/src/operations/applications.js +46 -51
  116. package/dist-esm/src/operations/applications.js.map +1 -1
  117. package/dist-esm/src/operations/clusters.d.ts.map +1 -1
  118. package/dist-esm/src/operations/clusters.js +117 -127
  119. package/dist-esm/src/operations/clusters.js.map +1 -1
  120. package/dist-esm/src/operations/configurations.d.ts.map +1 -1
  121. package/dist-esm/src/operations/configurations.js +21 -21
  122. package/dist-esm/src/operations/configurations.js.map +1 -1
  123. package/dist-esm/src/operations/extensions.d.ts +38 -1
  124. package/dist-esm/src/operations/extensions.d.ts.map +1 -1
  125. package/dist-esm/src/operations/extensions.js +260 -70
  126. package/dist-esm/src/operations/extensions.js.map +1 -1
  127. package/dist-esm/src/operations/locations.js +30 -30
  128. package/dist-esm/src/operations/locations.js.map +1 -1
  129. package/dist-esm/src/operations/operations.js +12 -17
  130. package/dist-esm/src/operations/operations.js.map +1 -1
  131. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
  132. package/dist-esm/src/operations/privateEndpointConnections.js +43 -48
  133. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
  134. package/dist-esm/src/operations/privateLinkResources.js +10 -10
  135. package/dist-esm/src/operations/privateLinkResources.js.map +1 -1
  136. package/dist-esm/src/operations/scriptActions.js +28 -33
  137. package/dist-esm/src/operations/scriptActions.js.map +1 -1
  138. package/dist-esm/src/operations/scriptExecutionHistory.js +18 -23
  139. package/dist-esm/src/operations/scriptExecutionHistory.js.map +1 -1
  140. package/dist-esm/src/operations/virtualMachines.d.ts.map +1 -1
  141. package/dist-esm/src/operations/virtualMachines.js +21 -21
  142. package/dist-esm/src/operations/virtualMachines.js.map +1 -1
  143. package/dist-esm/src/operationsInterfaces/extensions.d.ts +38 -1
  144. package/dist-esm/src/operationsInterfaces/extensions.d.ts.map +1 -1
  145. package/dist-esm/src/pagingHelper.js.map +1 -1
  146. package/dist-esm/test/hdinsights_operations_test.spec.d.ts.map +1 -1
  147. package/dist-esm/test/hdinsights_operations_test.spec.js +9 -13
  148. package/dist-esm/test/hdinsights_operations_test.spec.js.map +1 -1
  149. package/package.json +20 -25
  150. package/review/arm-hdinsight.api.md +42 -0
  151. package/src/hDInsightManagementClient.ts +18 -17
  152. package/src/lroImpl.ts +4 -4
  153. package/src/models/index.ts +100 -30
  154. package/src/models/mappers.ts +1416 -1365
  155. package/src/models/parameters.ts +80 -80
  156. package/src/operations/applications.ts +85 -92
  157. package/src/operations/clusters.ts +230 -252
  158. package/src/operations/configurations.ts +39 -43
  159. package/src/operations/extensions.ts +406 -165
  160. package/src/operations/locations.ts +49 -55
  161. package/src/operations/operations.ts +16 -16
  162. package/src/operations/privateEndpointConnections.ts +81 -86
  163. package/src/operations/privateLinkResources.ts +17 -19
  164. package/src/operations/scriptActions.ts +64 -67
  165. package/src/operations/scriptExecutionHistory.ts +32 -34
  166. package/src/operations/virtualMachines.ts +39 -43
  167. package/src/operationsInterfaces/applications.ts +8 -8
  168. package/src/operationsInterfaces/clusters.ts +23 -23
  169. package/src/operationsInterfaces/configurations.ts +5 -5
  170. package/src/operationsInterfaces/extensions.ts +80 -17
  171. package/src/operationsInterfaces/locations.ts +7 -7
  172. package/src/operationsInterfaces/operations.ts +1 -1
  173. package/src/operationsInterfaces/privateEndpointConnections.ts +7 -7
  174. package/src/operationsInterfaces/privateLinkResources.ts +3 -3
  175. package/src/operationsInterfaces/scriptActions.ts +5 -5
  176. package/src/operationsInterfaces/scriptExecutionHistory.ts +3 -3
  177. package/src/operationsInterfaces/virtualMachines.ts +5 -5
  178. package/src/pagingHelper.ts +1 -1
  179. package/types/arm-hdinsight.d.ts +92 -0
  180. package/types/tsdoc-metadata.json +1 -1
  181. package/rollup.config.js +0 -122
@@ -20,20 +20,20 @@ export const ApplicationListResult: coreClient.CompositeMapper = {
20
20
  element: {
21
21
  type: {
22
22
  name: "Composite",
23
- className: "Application"
24
- }
25
- }
26
- }
23
+ className: "Application",
24
+ },
25
+ },
26
+ },
27
27
  },
28
28
  nextLink: {
29
29
  serializedName: "nextLink",
30
30
  readOnly: true,
31
31
  type: {
32
- name: "String"
33
- }
34
- }
35
- }
36
- }
32
+ name: "String",
33
+ },
34
+ },
35
+ },
36
+ },
37
37
  };
38
38
 
39
39
  export const ApplicationProperties: coreClient.CompositeMapper = {
@@ -45,8 +45,8 @@ export const ApplicationProperties: coreClient.CompositeMapper = {
45
45
  serializedName: "computeProfile",
46
46
  type: {
47
47
  name: "Composite",
48
- className: "ComputeProfile"
49
- }
48
+ className: "ComputeProfile",
49
+ },
50
50
  },
51
51
  installScriptActions: {
52
52
  serializedName: "installScriptActions",
@@ -55,10 +55,10 @@ export const ApplicationProperties: coreClient.CompositeMapper = {
55
55
  element: {
56
56
  type: {
57
57
  name: "Composite",
58
- className: "RuntimeScriptAction"
59
- }
60
- }
61
- }
58
+ className: "RuntimeScriptAction",
59
+ },
60
+ },
61
+ },
62
62
  },
63
63
  uninstallScriptActions: {
64
64
  serializedName: "uninstallScriptActions",
@@ -67,10 +67,10 @@ export const ApplicationProperties: coreClient.CompositeMapper = {
67
67
  element: {
68
68
  type: {
69
69
  name: "Composite",
70
- className: "RuntimeScriptAction"
71
- }
72
- }
73
- }
70
+ className: "RuntimeScriptAction",
71
+ },
72
+ },
73
+ },
74
74
  },
75
75
  httpsEndpoints: {
76
76
  serializedName: "httpsEndpoints",
@@ -79,10 +79,10 @@ export const ApplicationProperties: coreClient.CompositeMapper = {
79
79
  element: {
80
80
  type: {
81
81
  name: "Composite",
82
- className: "ApplicationGetHttpsEndpoint"
83
- }
84
- }
85
- }
82
+ className: "ApplicationGetHttpsEndpoint",
83
+ },
84
+ },
85
+ },
86
86
  },
87
87
  sshEndpoints: {
88
88
  serializedName: "sshEndpoints",
@@ -91,30 +91,30 @@ export const ApplicationProperties: coreClient.CompositeMapper = {
91
91
  element: {
92
92
  type: {
93
93
  name: "Composite",
94
- className: "ApplicationGetEndpoint"
95
- }
96
- }
97
- }
94
+ className: "ApplicationGetEndpoint",
95
+ },
96
+ },
97
+ },
98
98
  },
99
99
  provisioningState: {
100
100
  serializedName: "provisioningState",
101
101
  readOnly: true,
102
102
  type: {
103
- name: "String"
104
- }
103
+ name: "String",
104
+ },
105
105
  },
106
106
  applicationType: {
107
107
  serializedName: "applicationType",
108
108
  type: {
109
- name: "String"
110
- }
109
+ name: "String",
110
+ },
111
111
  },
112
112
  applicationState: {
113
113
  serializedName: "applicationState",
114
114
  readOnly: true,
115
115
  type: {
116
- name: "String"
117
- }
116
+ name: "String",
117
+ },
118
118
  },
119
119
  errors: {
120
120
  serializedName: "errors",
@@ -123,24 +123,24 @@ export const ApplicationProperties: coreClient.CompositeMapper = {
123
123
  element: {
124
124
  type: {
125
125
  name: "Composite",
126
- className: "Errors"
127
- }
128
- }
129
- }
126
+ className: "Errors",
127
+ },
128
+ },
129
+ },
130
130
  },
131
131
  createdDate: {
132
132
  serializedName: "createdDate",
133
133
  readOnly: true,
134
134
  type: {
135
- name: "String"
136
- }
135
+ name: "String",
136
+ },
137
137
  },
138
138
  marketplaceIdentifier: {
139
139
  serializedName: "marketplaceIdentifier",
140
140
  readOnly: true,
141
141
  type: {
142
- name: "String"
143
- }
142
+ name: "String",
143
+ },
144
144
  },
145
145
  privateLinkConfigurations: {
146
146
  serializedName: "privateLinkConfigurations",
@@ -149,13 +149,13 @@ export const ApplicationProperties: coreClient.CompositeMapper = {
149
149
  element: {
150
150
  type: {
151
151
  name: "Composite",
152
- className: "PrivateLinkConfiguration"
153
- }
154
- }
155
- }
156
- }
157
- }
158
- }
152
+ className: "PrivateLinkConfiguration",
153
+ },
154
+ },
155
+ },
156
+ },
157
+ },
158
+ },
159
159
  };
160
160
 
161
161
  export const ComputeProfile: coreClient.CompositeMapper = {
@@ -170,13 +170,13 @@ export const ComputeProfile: coreClient.CompositeMapper = {
170
170
  element: {
171
171
  type: {
172
172
  name: "Composite",
173
- className: "Role"
174
- }
175
- }
176
- }
177
- }
178
- }
179
- }
173
+ className: "Role",
174
+ },
175
+ },
176
+ },
177
+ },
178
+ },
179
+ },
180
180
  };
181
181
 
182
182
  export const Role: coreClient.CompositeMapper = {
@@ -187,54 +187,54 @@ export const Role: coreClient.CompositeMapper = {
187
187
  name: {
188
188
  serializedName: "name",
189
189
  type: {
190
- name: "String"
191
- }
190
+ name: "String",
191
+ },
192
192
  },
193
193
  minInstanceCount: {
194
194
  serializedName: "minInstanceCount",
195
195
  type: {
196
- name: "Number"
197
- }
196
+ name: "Number",
197
+ },
198
198
  },
199
199
  targetInstanceCount: {
200
200
  serializedName: "targetInstanceCount",
201
201
  type: {
202
- name: "Number"
203
- }
202
+ name: "Number",
203
+ },
204
204
  },
205
205
  vMGroupName: {
206
206
  serializedName: "VMGroupName",
207
207
  type: {
208
- name: "String"
209
- }
208
+ name: "String",
209
+ },
210
210
  },
211
211
  autoscaleConfiguration: {
212
212
  serializedName: "autoscale",
213
213
  type: {
214
214
  name: "Composite",
215
- className: "Autoscale"
216
- }
215
+ className: "Autoscale",
216
+ },
217
217
  },
218
218
  hardwareProfile: {
219
219
  serializedName: "hardwareProfile",
220
220
  type: {
221
221
  name: "Composite",
222
- className: "HardwareProfile"
223
- }
222
+ className: "HardwareProfile",
223
+ },
224
224
  },
225
225
  osProfile: {
226
226
  serializedName: "osProfile",
227
227
  type: {
228
228
  name: "Composite",
229
- className: "OsProfile"
230
- }
229
+ className: "OsProfile",
230
+ },
231
231
  },
232
232
  virtualNetworkProfile: {
233
233
  serializedName: "virtualNetworkProfile",
234
234
  type: {
235
235
  name: "Composite",
236
- className: "VirtualNetworkProfile"
237
- }
236
+ className: "VirtualNetworkProfile",
237
+ },
238
238
  },
239
239
  dataDisksGroups: {
240
240
  serializedName: "dataDisksGroups",
@@ -243,10 +243,10 @@ export const Role: coreClient.CompositeMapper = {
243
243
  element: {
244
244
  type: {
245
245
  name: "Composite",
246
- className: "DataDisksGroups"
247
- }
248
- }
249
- }
246
+ className: "DataDisksGroups",
247
+ },
248
+ },
249
+ },
250
250
  },
251
251
  scriptActions: {
252
252
  serializedName: "scriptActions",
@@ -255,20 +255,20 @@ export const Role: coreClient.CompositeMapper = {
255
255
  element: {
256
256
  type: {
257
257
  name: "Composite",
258
- className: "ScriptAction"
259
- }
260
- }
261
- }
258
+ className: "ScriptAction",
259
+ },
260
+ },
261
+ },
262
262
  },
263
263
  encryptDataDisks: {
264
264
  defaultValue: false,
265
265
  serializedName: "encryptDataDisks",
266
266
  type: {
267
- name: "Boolean"
268
- }
269
- }
270
- }
271
- }
267
+ name: "Boolean",
268
+ },
269
+ },
270
+ },
271
+ },
272
272
  };
273
273
 
274
274
  export const Autoscale: coreClient.CompositeMapper = {
@@ -280,18 +280,18 @@ export const Autoscale: coreClient.CompositeMapper = {
280
280
  serializedName: "capacity",
281
281
  type: {
282
282
  name: "Composite",
283
- className: "AutoscaleCapacity"
284
- }
283
+ className: "AutoscaleCapacity",
284
+ },
285
285
  },
286
286
  recurrence: {
287
287
  serializedName: "recurrence",
288
288
  type: {
289
289
  name: "Composite",
290
- className: "AutoscaleRecurrence"
291
- }
292
- }
293
- }
294
- }
290
+ className: "AutoscaleRecurrence",
291
+ },
292
+ },
293
+ },
294
+ },
295
295
  };
296
296
 
297
297
  export const AutoscaleCapacity: coreClient.CompositeMapper = {
@@ -302,17 +302,17 @@ export const AutoscaleCapacity: coreClient.CompositeMapper = {
302
302
  minInstanceCount: {
303
303
  serializedName: "minInstanceCount",
304
304
  type: {
305
- name: "Number"
306
- }
305
+ name: "Number",
306
+ },
307
307
  },
308
308
  maxInstanceCount: {
309
309
  serializedName: "maxInstanceCount",
310
310
  type: {
311
- name: "Number"
312
- }
313
- }
314
- }
315
- }
311
+ name: "Number",
312
+ },
313
+ },
314
+ },
315
+ },
316
316
  };
317
317
 
318
318
  export const AutoscaleRecurrence: coreClient.CompositeMapper = {
@@ -323,8 +323,8 @@ export const AutoscaleRecurrence: coreClient.CompositeMapper = {
323
323
  timeZone: {
324
324
  serializedName: "timeZone",
325
325
  type: {
326
- name: "String"
327
- }
326
+ name: "String",
327
+ },
328
328
  },
329
329
  schedule: {
330
330
  serializedName: "schedule",
@@ -333,13 +333,13 @@ export const AutoscaleRecurrence: coreClient.CompositeMapper = {
333
333
  element: {
334
334
  type: {
335
335
  name: "Composite",
336
- className: "AutoscaleSchedule"
337
- }
338
- }
339
- }
340
- }
341
- }
342
- }
336
+ className: "AutoscaleSchedule",
337
+ },
338
+ },
339
+ },
340
+ },
341
+ },
342
+ },
343
343
  };
344
344
 
345
345
  export const AutoscaleSchedule: coreClient.CompositeMapper = {
@@ -353,20 +353,20 @@ export const AutoscaleSchedule: coreClient.CompositeMapper = {
353
353
  name: "Sequence",
354
354
  element: {
355
355
  type: {
356
- name: "String"
357
- }
358
- }
359
- }
356
+ name: "String",
357
+ },
358
+ },
359
+ },
360
360
  },
361
361
  timeAndCapacity: {
362
362
  serializedName: "timeAndCapacity",
363
363
  type: {
364
364
  name: "Composite",
365
- className: "AutoscaleTimeAndCapacity"
366
- }
367
- }
368
- }
369
- }
365
+ className: "AutoscaleTimeAndCapacity",
366
+ },
367
+ },
368
+ },
369
+ },
370
370
  };
371
371
 
372
372
  export const AutoscaleTimeAndCapacity: coreClient.CompositeMapper = {
@@ -377,23 +377,23 @@ export const AutoscaleTimeAndCapacity: coreClient.CompositeMapper = {
377
377
  time: {
378
378
  serializedName: "time",
379
379
  type: {
380
- name: "String"
381
- }
380
+ name: "String",
381
+ },
382
382
  },
383
383
  minInstanceCount: {
384
384
  serializedName: "minInstanceCount",
385
385
  type: {
386
- name: "Number"
387
- }
386
+ name: "Number",
387
+ },
388
388
  },
389
389
  maxInstanceCount: {
390
390
  serializedName: "maxInstanceCount",
391
391
  type: {
392
- name: "Number"
393
- }
394
- }
395
- }
396
- }
392
+ name: "Number",
393
+ },
394
+ },
395
+ },
396
+ },
397
397
  };
398
398
 
399
399
  export const HardwareProfile: coreClient.CompositeMapper = {
@@ -404,11 +404,11 @@ export const HardwareProfile: coreClient.CompositeMapper = {
404
404
  vmSize: {
405
405
  serializedName: "vmSize",
406
406
  type: {
407
- name: "String"
408
- }
409
- }
410
- }
411
- }
407
+ name: "String",
408
+ },
409
+ },
410
+ },
411
+ },
412
412
  };
413
413
 
414
414
  export const OsProfile: coreClient.CompositeMapper = {
@@ -420,11 +420,11 @@ export const OsProfile: coreClient.CompositeMapper = {
420
420
  serializedName: "linuxOperatingSystemProfile",
421
421
  type: {
422
422
  name: "Composite",
423
- className: "LinuxOperatingSystemProfile"
424
- }
425
- }
426
- }
427
- }
423
+ className: "LinuxOperatingSystemProfile",
424
+ },
425
+ },
426
+ },
427
+ },
428
428
  };
429
429
 
430
430
  export const LinuxOperatingSystemProfile: coreClient.CompositeMapper = {
@@ -435,24 +435,24 @@ export const LinuxOperatingSystemProfile: coreClient.CompositeMapper = {
435
435
  username: {
436
436
  serializedName: "username",
437
437
  type: {
438
- name: "String"
439
- }
438
+ name: "String",
439
+ },
440
440
  },
441
441
  password: {
442
442
  serializedName: "password",
443
443
  type: {
444
- name: "String"
445
- }
444
+ name: "String",
445
+ },
446
446
  },
447
447
  sshProfile: {
448
448
  serializedName: "sshProfile",
449
449
  type: {
450
450
  name: "Composite",
451
- className: "SshProfile"
452
- }
453
- }
454
- }
455
- }
451
+ className: "SshProfile",
452
+ },
453
+ },
454
+ },
455
+ },
456
456
  };
457
457
 
458
458
  export const SshProfile: coreClient.CompositeMapper = {
@@ -467,13 +467,13 @@ export const SshProfile: coreClient.CompositeMapper = {
467
467
  element: {
468
468
  type: {
469
469
  name: "Composite",
470
- className: "SshPublicKey"
471
- }
472
- }
473
- }
474
- }
475
- }
476
- }
470
+ className: "SshPublicKey",
471
+ },
472
+ },
473
+ },
474
+ },
475
+ },
476
+ },
477
477
  };
478
478
 
479
479
  export const SshPublicKey: coreClient.CompositeMapper = {
@@ -484,11 +484,11 @@ export const SshPublicKey: coreClient.CompositeMapper = {
484
484
  certificateData: {
485
485
  serializedName: "certificateData",
486
486
  type: {
487
- name: "String"
488
- }
489
- }
490
- }
491
- }
487
+ name: "String",
488
+ },
489
+ },
490
+ },
491
+ },
492
492
  };
493
493
 
494
494
  export const VirtualNetworkProfile: coreClient.CompositeMapper = {
@@ -499,17 +499,17 @@ export const VirtualNetworkProfile: coreClient.CompositeMapper = {
499
499
  id: {
500
500
  serializedName: "id",
501
501
  type: {
502
- name: "String"
503
- }
502
+ name: "String",
503
+ },
504
504
  },
505
505
  subnet: {
506
506
  serializedName: "subnet",
507
507
  type: {
508
- name: "String"
509
- }
510
- }
511
- }
512
- }
508
+ name: "String",
509
+ },
510
+ },
511
+ },
512
+ },
513
513
  };
514
514
 
515
515
  export const DataDisksGroups: coreClient.CompositeMapper = {
@@ -520,25 +520,25 @@ export const DataDisksGroups: coreClient.CompositeMapper = {
520
520
  disksPerNode: {
521
521
  serializedName: "disksPerNode",
522
522
  type: {
523
- name: "Number"
524
- }
523
+ name: "Number",
524
+ },
525
525
  },
526
526
  storageAccountType: {
527
527
  serializedName: "storageAccountType",
528
528
  readOnly: true,
529
529
  type: {
530
- name: "String"
531
- }
530
+ name: "String",
531
+ },
532
532
  },
533
533
  diskSizeGB: {
534
534
  serializedName: "diskSizeGB",
535
535
  readOnly: true,
536
536
  type: {
537
- name: "Number"
538
- }
539
- }
540
- }
541
- }
537
+ name: "Number",
538
+ },
539
+ },
540
+ },
541
+ },
542
542
  };
543
543
 
544
544
  export const ScriptAction: coreClient.CompositeMapper = {
@@ -550,25 +550,25 @@ export const ScriptAction: coreClient.CompositeMapper = {
550
550
  serializedName: "name",
551
551
  required: true,
552
552
  type: {
553
- name: "String"
554
- }
553
+ name: "String",
554
+ },
555
555
  },
556
556
  uri: {
557
557
  serializedName: "uri",
558
558
  required: true,
559
559
  type: {
560
- name: "String"
561
- }
560
+ name: "String",
561
+ },
562
562
  },
563
563
  parameters: {
564
564
  serializedName: "parameters",
565
565
  required: true,
566
566
  type: {
567
- name: "String"
568
- }
569
- }
570
- }
571
- }
567
+ name: "String",
568
+ },
569
+ },
570
+ },
571
+ },
572
572
  };
573
573
 
574
574
  export const RuntimeScriptAction: coreClient.CompositeMapper = {
@@ -580,21 +580,21 @@ export const RuntimeScriptAction: coreClient.CompositeMapper = {
580
580
  serializedName: "name",
581
581
  required: true,
582
582
  type: {
583
- name: "String"
584
- }
583
+ name: "String",
584
+ },
585
585
  },
586
586
  uri: {
587
587
  serializedName: "uri",
588
588
  required: true,
589
589
  type: {
590
- name: "String"
591
- }
590
+ name: "String",
591
+ },
592
592
  },
593
593
  parameters: {
594
594
  serializedName: "parameters",
595
595
  type: {
596
- name: "String"
597
- }
596
+ name: "String",
597
+ },
598
598
  },
599
599
  roles: {
600
600
  serializedName: "roles",
@@ -603,20 +603,20 @@ export const RuntimeScriptAction: coreClient.CompositeMapper = {
603
603
  name: "Sequence",
604
604
  element: {
605
605
  type: {
606
- name: "String"
607
- }
608
- }
609
- }
606
+ name: "String",
607
+ },
608
+ },
609
+ },
610
610
  },
611
611
  applicationName: {
612
612
  serializedName: "applicationName",
613
613
  readOnly: true,
614
614
  type: {
615
- name: "String"
616
- }
617
- }
618
- }
619
- }
615
+ name: "String",
616
+ },
617
+ },
618
+ },
619
+ },
620
620
  };
621
621
 
622
622
  export const ApplicationGetHttpsEndpoint: coreClient.CompositeMapper = {
@@ -630,51 +630,51 @@ export const ApplicationGetHttpsEndpoint: coreClient.CompositeMapper = {
630
630
  name: "Sequence",
631
631
  element: {
632
632
  type: {
633
- name: "String"
634
- }
635
- }
636
- }
633
+ name: "String",
634
+ },
635
+ },
636
+ },
637
637
  },
638
638
  location: {
639
639
  serializedName: "location",
640
640
  readOnly: true,
641
641
  type: {
642
- name: "String"
643
- }
642
+ name: "String",
643
+ },
644
644
  },
645
645
  destinationPort: {
646
646
  serializedName: "destinationPort",
647
647
  type: {
648
- name: "Number"
649
- }
648
+ name: "Number",
649
+ },
650
650
  },
651
651
  publicPort: {
652
652
  serializedName: "publicPort",
653
653
  readOnly: true,
654
654
  type: {
655
- name: "Number"
656
- }
655
+ name: "Number",
656
+ },
657
657
  },
658
658
  privateIPAddress: {
659
659
  serializedName: "privateIPAddress",
660
660
  type: {
661
- name: "String"
662
- }
661
+ name: "String",
662
+ },
663
663
  },
664
664
  subDomainSuffix: {
665
665
  serializedName: "subDomainSuffix",
666
666
  type: {
667
- name: "String"
668
- }
667
+ name: "String",
668
+ },
669
669
  },
670
670
  disableGatewayAuth: {
671
671
  serializedName: "disableGatewayAuth",
672
672
  type: {
673
- name: "Boolean"
674
- }
675
- }
676
- }
677
- }
673
+ name: "Boolean",
674
+ },
675
+ },
676
+ },
677
+ },
678
678
  };
679
679
 
680
680
  export const ApplicationGetEndpoint: coreClient.CompositeMapper = {
@@ -685,29 +685,29 @@ export const ApplicationGetEndpoint: coreClient.CompositeMapper = {
685
685
  location: {
686
686
  serializedName: "location",
687
687
  type: {
688
- name: "String"
689
- }
688
+ name: "String",
689
+ },
690
690
  },
691
691
  destinationPort: {
692
692
  serializedName: "destinationPort",
693
693
  type: {
694
- name: "Number"
695
- }
694
+ name: "Number",
695
+ },
696
696
  },
697
697
  publicPort: {
698
698
  serializedName: "publicPort",
699
699
  type: {
700
- name: "Number"
701
- }
700
+ name: "Number",
701
+ },
702
702
  },
703
703
  privateIPAddress: {
704
704
  serializedName: "privateIPAddress",
705
705
  type: {
706
- name: "String"
707
- }
708
- }
709
- }
710
- }
706
+ name: "String",
707
+ },
708
+ },
709
+ },
710
+ },
711
711
  };
712
712
 
713
713
  export const Errors: coreClient.CompositeMapper = {
@@ -718,17 +718,17 @@ export const Errors: coreClient.CompositeMapper = {
718
718
  code: {
719
719
  serializedName: "code",
720
720
  type: {
721
- name: "String"
722
- }
721
+ name: "String",
722
+ },
723
723
  },
724
724
  message: {
725
725
  serializedName: "message",
726
726
  type: {
727
- name: "String"
728
- }
729
- }
730
- }
731
- }
727
+ name: "String",
728
+ },
729
+ },
730
+ },
731
+ },
732
732
  };
733
733
 
734
734
  export const PrivateLinkConfiguration: coreClient.CompositeMapper = {
@@ -740,36 +740,36 @@ export const PrivateLinkConfiguration: coreClient.CompositeMapper = {
740
740
  serializedName: "id",
741
741
  readOnly: true,
742
742
  type: {
743
- name: "String"
744
- }
743
+ name: "String",
744
+ },
745
745
  },
746
746
  name: {
747
747
  serializedName: "name",
748
748
  required: true,
749
749
  type: {
750
- name: "String"
751
- }
750
+ name: "String",
751
+ },
752
752
  },
753
753
  type: {
754
754
  serializedName: "type",
755
755
  readOnly: true,
756
756
  type: {
757
- name: "String"
758
- }
757
+ name: "String",
758
+ },
759
759
  },
760
760
  groupId: {
761
761
  serializedName: "properties.groupId",
762
762
  required: true,
763
763
  type: {
764
- name: "String"
765
- }
764
+ name: "String",
765
+ },
766
766
  },
767
767
  provisioningState: {
768
768
  serializedName: "properties.provisioningState",
769
769
  readOnly: true,
770
770
  type: {
771
- name: "String"
772
- }
771
+ name: "String",
772
+ },
773
773
  },
774
774
  ipConfigurations: {
775
775
  serializedName: "properties.ipConfigurations",
@@ -779,13 +779,13 @@ export const PrivateLinkConfiguration: coreClient.CompositeMapper = {
779
779
  element: {
780
780
  type: {
781
781
  name: "Composite",
782
- className: "IPConfiguration"
783
- }
784
- }
785
- }
786
- }
787
- }
788
- }
782
+ className: "IPConfiguration",
783
+ },
784
+ },
785
+ },
786
+ },
787
+ },
788
+ },
789
789
  };
790
790
 
791
791
  export const IPConfiguration: coreClient.CompositeMapper = {
@@ -797,57 +797,57 @@ export const IPConfiguration: coreClient.CompositeMapper = {
797
797
  serializedName: "id",
798
798
  readOnly: true,
799
799
  type: {
800
- name: "String"
801
- }
800
+ name: "String",
801
+ },
802
802
  },
803
803
  name: {
804
804
  serializedName: "name",
805
805
  required: true,
806
806
  type: {
807
- name: "String"
808
- }
807
+ name: "String",
808
+ },
809
809
  },
810
810
  type: {
811
811
  serializedName: "type",
812
812
  readOnly: true,
813
813
  type: {
814
- name: "String"
815
- }
814
+ name: "String",
815
+ },
816
816
  },
817
817
  provisioningState: {
818
818
  serializedName: "properties.provisioningState",
819
819
  readOnly: true,
820
820
  type: {
821
- name: "String"
822
- }
821
+ name: "String",
822
+ },
823
823
  },
824
824
  primary: {
825
825
  serializedName: "properties.primary",
826
826
  type: {
827
- name: "Boolean"
828
- }
827
+ name: "Boolean",
828
+ },
829
829
  },
830
830
  privateIPAddress: {
831
831
  serializedName: "properties.privateIPAddress",
832
832
  type: {
833
- name: "String"
834
- }
833
+ name: "String",
834
+ },
835
835
  },
836
836
  privateIPAllocationMethod: {
837
837
  serializedName: "properties.privateIPAllocationMethod",
838
838
  type: {
839
- name: "String"
840
- }
839
+ name: "String",
840
+ },
841
841
  },
842
842
  subnet: {
843
843
  serializedName: "properties.subnet",
844
844
  type: {
845
845
  name: "Composite",
846
- className: "ResourceId"
847
- }
848
- }
849
- }
850
- }
846
+ className: "ResourceId",
847
+ },
848
+ },
849
+ },
850
+ },
851
851
  };
852
852
 
853
853
  export const ResourceId: coreClient.CompositeMapper = {
@@ -858,11 +858,11 @@ export const ResourceId: coreClient.CompositeMapper = {
858
858
  id: {
859
859
  serializedName: "id",
860
860
  type: {
861
- name: "String"
862
- }
863
- }
864
- }
865
- }
861
+ name: "String",
862
+ },
863
+ },
864
+ },
865
+ },
866
866
  };
867
867
 
868
868
  export const SystemData: coreClient.CompositeMapper = {
@@ -873,41 +873,41 @@ export const SystemData: coreClient.CompositeMapper = {
873
873
  createdBy: {
874
874
  serializedName: "createdBy",
875
875
  type: {
876
- name: "String"
877
- }
876
+ name: "String",
877
+ },
878
878
  },
879
879
  createdByType: {
880
880
  serializedName: "createdByType",
881
881
  type: {
882
- name: "String"
883
- }
882
+ name: "String",
883
+ },
884
884
  },
885
885
  createdAt: {
886
886
  serializedName: "createdAt",
887
887
  type: {
888
- name: "DateTime"
889
- }
888
+ name: "DateTime",
889
+ },
890
890
  },
891
891
  lastModifiedBy: {
892
892
  serializedName: "lastModifiedBy",
893
893
  type: {
894
- name: "String"
895
- }
894
+ name: "String",
895
+ },
896
896
  },
897
897
  lastModifiedByType: {
898
898
  serializedName: "lastModifiedByType",
899
899
  type: {
900
- name: "String"
901
- }
900
+ name: "String",
901
+ },
902
902
  },
903
903
  lastModifiedAt: {
904
904
  serializedName: "lastModifiedAt",
905
905
  type: {
906
- name: "DateTime"
907
- }
908
- }
909
- }
910
- }
906
+ name: "DateTime",
907
+ },
908
+ },
909
+ },
910
+ },
911
911
  };
912
912
 
913
913
  export const Resource: coreClient.CompositeMapper = {
@@ -919,25 +919,25 @@ export const Resource: coreClient.CompositeMapper = {
919
919
  serializedName: "id",
920
920
  readOnly: true,
921
921
  type: {
922
- name: "String"
923
- }
922
+ name: "String",
923
+ },
924
924
  },
925
925
  name: {
926
926
  serializedName: "name",
927
927
  readOnly: true,
928
928
  type: {
929
- name: "String"
930
- }
929
+ name: "String",
930
+ },
931
931
  },
932
932
  type: {
933
933
  serializedName: "type",
934
934
  readOnly: true,
935
935
  type: {
936
- name: "String"
937
- }
938
- }
939
- }
940
- }
936
+ name: "String",
937
+ },
938
+ },
939
+ },
940
+ },
941
941
  };
942
942
 
943
943
  export const ErrorResponse: coreClient.CompositeMapper = {
@@ -948,17 +948,17 @@ export const ErrorResponse: coreClient.CompositeMapper = {
948
948
  code: {
949
949
  serializedName: "code",
950
950
  type: {
951
- name: "String"
952
- }
951
+ name: "String",
952
+ },
953
953
  },
954
954
  message: {
955
955
  serializedName: "message",
956
956
  type: {
957
- name: "String"
958
- }
959
- }
960
- }
961
- }
957
+ name: "String",
958
+ },
959
+ },
960
+ },
961
+ },
962
962
  };
963
963
 
964
964
  export const AsyncOperationResult: coreClient.CompositeMapper = {
@@ -969,18 +969,18 @@ export const AsyncOperationResult: coreClient.CompositeMapper = {
969
969
  status: {
970
970
  serializedName: "status",
971
971
  type: {
972
- name: "String"
973
- }
972
+ name: "String",
973
+ },
974
974
  },
975
975
  error: {
976
976
  serializedName: "error",
977
977
  type: {
978
978
  name: "Composite",
979
- className: "Errors"
980
- }
981
- }
982
- }
983
- }
979
+ className: "Errors",
980
+ },
981
+ },
982
+ },
983
+ },
984
984
  };
985
985
 
986
986
  export const ClusterCreateParametersExtended: coreClient.CompositeMapper = {
@@ -991,15 +991,15 @@ export const ClusterCreateParametersExtended: coreClient.CompositeMapper = {
991
991
  location: {
992
992
  serializedName: "location",
993
993
  type: {
994
- name: "String"
995
- }
994
+ name: "String",
995
+ },
996
996
  },
997
997
  tags: {
998
998
  serializedName: "tags",
999
999
  type: {
1000
1000
  name: "Dictionary",
1001
- value: { type: { name: "String" } }
1002
- }
1001
+ value: { type: { name: "String" } },
1002
+ },
1003
1003
  },
1004
1004
  zones: {
1005
1005
  serializedName: "zones",
@@ -1007,27 +1007,27 @@ export const ClusterCreateParametersExtended: coreClient.CompositeMapper = {
1007
1007
  name: "Sequence",
1008
1008
  element: {
1009
1009
  type: {
1010
- name: "String"
1011
- }
1012
- }
1013
- }
1010
+ name: "String",
1011
+ },
1012
+ },
1013
+ },
1014
1014
  },
1015
1015
  properties: {
1016
1016
  serializedName: "properties",
1017
1017
  type: {
1018
1018
  name: "Composite",
1019
- className: "ClusterCreateProperties"
1020
- }
1019
+ className: "ClusterCreateProperties",
1020
+ },
1021
1021
  },
1022
1022
  identity: {
1023
1023
  serializedName: "identity",
1024
1024
  type: {
1025
1025
  name: "Composite",
1026
- className: "ClusterIdentity"
1027
- }
1028
- }
1029
- }
1030
- }
1026
+ className: "ClusterIdentity",
1027
+ },
1028
+ },
1029
+ },
1030
+ },
1031
1031
  };
1032
1032
 
1033
1033
  export const ClusterCreateProperties: coreClient.CompositeMapper = {
@@ -1038,89 +1038,89 @@ export const ClusterCreateProperties: coreClient.CompositeMapper = {
1038
1038
  clusterVersion: {
1039
1039
  serializedName: "clusterVersion",
1040
1040
  type: {
1041
- name: "String"
1042
- }
1041
+ name: "String",
1042
+ },
1043
1043
  },
1044
1044
  osType: {
1045
1045
  serializedName: "osType",
1046
1046
  type: {
1047
- name: "String"
1048
- }
1047
+ name: "String",
1048
+ },
1049
1049
  },
1050
1050
  tier: {
1051
1051
  serializedName: "tier",
1052
1052
  type: {
1053
- name: "String"
1054
- }
1053
+ name: "String",
1054
+ },
1055
1055
  },
1056
1056
  clusterDefinition: {
1057
1057
  serializedName: "clusterDefinition",
1058
1058
  type: {
1059
1059
  name: "Composite",
1060
- className: "ClusterDefinition"
1061
- }
1060
+ className: "ClusterDefinition",
1061
+ },
1062
1062
  },
1063
1063
  kafkaRestProperties: {
1064
1064
  serializedName: "kafkaRestProperties",
1065
1065
  type: {
1066
1066
  name: "Composite",
1067
- className: "KafkaRestProperties"
1068
- }
1067
+ className: "KafkaRestProperties",
1068
+ },
1069
1069
  },
1070
1070
  securityProfile: {
1071
1071
  serializedName: "securityProfile",
1072
1072
  type: {
1073
1073
  name: "Composite",
1074
- className: "SecurityProfile"
1075
- }
1074
+ className: "SecurityProfile",
1075
+ },
1076
1076
  },
1077
1077
  computeProfile: {
1078
1078
  serializedName: "computeProfile",
1079
1079
  type: {
1080
1080
  name: "Composite",
1081
- className: "ComputeProfile"
1082
- }
1081
+ className: "ComputeProfile",
1082
+ },
1083
1083
  },
1084
1084
  storageProfile: {
1085
1085
  serializedName: "storageProfile",
1086
1086
  type: {
1087
1087
  name: "Composite",
1088
- className: "StorageProfile"
1089
- }
1088
+ className: "StorageProfile",
1089
+ },
1090
1090
  },
1091
1091
  diskEncryptionProperties: {
1092
1092
  serializedName: "diskEncryptionProperties",
1093
1093
  type: {
1094
1094
  name: "Composite",
1095
- className: "DiskEncryptionProperties"
1096
- }
1095
+ className: "DiskEncryptionProperties",
1096
+ },
1097
1097
  },
1098
1098
  encryptionInTransitProperties: {
1099
1099
  serializedName: "encryptionInTransitProperties",
1100
1100
  type: {
1101
1101
  name: "Composite",
1102
- className: "EncryptionInTransitProperties"
1103
- }
1102
+ className: "EncryptionInTransitProperties",
1103
+ },
1104
1104
  },
1105
1105
  minSupportedTlsVersion: {
1106
1106
  serializedName: "minSupportedTlsVersion",
1107
1107
  type: {
1108
- name: "String"
1109
- }
1108
+ name: "String",
1109
+ },
1110
1110
  },
1111
1111
  networkProperties: {
1112
1112
  serializedName: "networkProperties",
1113
1113
  type: {
1114
1114
  name: "Composite",
1115
- className: "NetworkProperties"
1116
- }
1115
+ className: "NetworkProperties",
1116
+ },
1117
1117
  },
1118
1118
  computeIsolationProperties: {
1119
1119
  serializedName: "computeIsolationProperties",
1120
1120
  type: {
1121
1121
  name: "Composite",
1122
- className: "ComputeIsolationProperties"
1123
- }
1122
+ className: "ComputeIsolationProperties",
1123
+ },
1124
1124
  },
1125
1125
  privateLinkConfigurations: {
1126
1126
  serializedName: "privateLinkConfigurations",
@@ -1129,13 +1129,13 @@ export const ClusterCreateProperties: coreClient.CompositeMapper = {
1129
1129
  element: {
1130
1130
  type: {
1131
1131
  name: "Composite",
1132
- className: "PrivateLinkConfiguration"
1133
- }
1134
- }
1135
- }
1136
- }
1137
- }
1138
- }
1132
+ className: "PrivateLinkConfiguration",
1133
+ },
1134
+ },
1135
+ },
1136
+ },
1137
+ },
1138
+ },
1139
1139
  };
1140
1140
 
1141
1141
  export const ClusterDefinition: coreClient.CompositeMapper = {
@@ -1146,31 +1146,31 @@ export const ClusterDefinition: coreClient.CompositeMapper = {
1146
1146
  blueprint: {
1147
1147
  serializedName: "blueprint",
1148
1148
  type: {
1149
- name: "String"
1150
- }
1149
+ name: "String",
1150
+ },
1151
1151
  },
1152
1152
  kind: {
1153
1153
  serializedName: "kind",
1154
1154
  type: {
1155
- name: "String"
1156
- }
1155
+ name: "String",
1156
+ },
1157
1157
  },
1158
1158
  componentVersion: {
1159
1159
  serializedName: "componentVersion",
1160
1160
  type: {
1161
1161
  name: "Dictionary",
1162
- value: { type: { name: "String" } }
1163
- }
1162
+ value: { type: { name: "String" } },
1163
+ },
1164
1164
  },
1165
1165
  configurations: {
1166
1166
  serializedName: "configurations",
1167
1167
  type: {
1168
1168
  name: "Dictionary",
1169
- value: { type: { name: "any" } }
1170
- }
1171
- }
1172
- }
1173
- }
1169
+ value: { type: { name: "any" } },
1170
+ },
1171
+ },
1172
+ },
1173
+ },
1174
1174
  };
1175
1175
 
1176
1176
  export const KafkaRestProperties: coreClient.CompositeMapper = {
@@ -1182,18 +1182,18 @@ export const KafkaRestProperties: coreClient.CompositeMapper = {
1182
1182
  serializedName: "clientGroupInfo",
1183
1183
  type: {
1184
1184
  name: "Composite",
1185
- className: "ClientGroupInfo"
1186
- }
1185
+ className: "ClientGroupInfo",
1186
+ },
1187
1187
  },
1188
1188
  configurationOverride: {
1189
1189
  serializedName: "configurationOverride",
1190
1190
  type: {
1191
1191
  name: "Dictionary",
1192
- value: { type: { name: "String" } }
1193
- }
1194
- }
1195
- }
1196
- }
1192
+ value: { type: { name: "String" } },
1193
+ },
1194
+ },
1195
+ },
1196
+ },
1197
1197
  };
1198
1198
 
1199
1199
  export const ClientGroupInfo: coreClient.CompositeMapper = {
@@ -1204,17 +1204,17 @@ export const ClientGroupInfo: coreClient.CompositeMapper = {
1204
1204
  groupName: {
1205
1205
  serializedName: "groupName",
1206
1206
  type: {
1207
- name: "String"
1208
- }
1207
+ name: "String",
1208
+ },
1209
1209
  },
1210
1210
  groupId: {
1211
1211
  serializedName: "groupId",
1212
1212
  type: {
1213
- name: "String"
1214
- }
1215
- }
1216
- }
1217
- }
1213
+ name: "String",
1214
+ },
1215
+ },
1216
+ },
1217
+ },
1218
1218
  };
1219
1219
 
1220
1220
  export const SecurityProfile: coreClient.CompositeMapper = {
@@ -1225,20 +1225,20 @@ export const SecurityProfile: coreClient.CompositeMapper = {
1225
1225
  directoryType: {
1226
1226
  serializedName: "directoryType",
1227
1227
  type: {
1228
- name: "String"
1229
- }
1228
+ name: "String",
1229
+ },
1230
1230
  },
1231
1231
  domain: {
1232
1232
  serializedName: "domain",
1233
1233
  type: {
1234
- name: "String"
1235
- }
1234
+ name: "String",
1235
+ },
1236
1236
  },
1237
1237
  organizationalUnitDN: {
1238
1238
  serializedName: "organizationalUnitDN",
1239
1239
  type: {
1240
- name: "String"
1241
- }
1240
+ name: "String",
1241
+ },
1242
1242
  },
1243
1243
  ldapsUrls: {
1244
1244
  serializedName: "ldapsUrls",
@@ -1246,22 +1246,22 @@ export const SecurityProfile: coreClient.CompositeMapper = {
1246
1246
  name: "Sequence",
1247
1247
  element: {
1248
1248
  type: {
1249
- name: "String"
1250
- }
1251
- }
1252
- }
1249
+ name: "String",
1250
+ },
1251
+ },
1252
+ },
1253
1253
  },
1254
1254
  domainUsername: {
1255
1255
  serializedName: "domainUsername",
1256
1256
  type: {
1257
- name: "String"
1258
- }
1257
+ name: "String",
1258
+ },
1259
1259
  },
1260
1260
  domainUserPassword: {
1261
1261
  serializedName: "domainUserPassword",
1262
1262
  type: {
1263
- name: "String"
1264
- }
1263
+ name: "String",
1264
+ },
1265
1265
  },
1266
1266
  clusterUsersGroupDNs: {
1267
1267
  serializedName: "clusterUsersGroupDNs",
@@ -1269,25 +1269,25 @@ export const SecurityProfile: coreClient.CompositeMapper = {
1269
1269
  name: "Sequence",
1270
1270
  element: {
1271
1271
  type: {
1272
- name: "String"
1273
- }
1274
- }
1275
- }
1272
+ name: "String",
1273
+ },
1274
+ },
1275
+ },
1276
1276
  },
1277
1277
  aaddsResourceId: {
1278
1278
  serializedName: "aaddsResourceId",
1279
1279
  type: {
1280
- name: "String"
1281
- }
1280
+ name: "String",
1281
+ },
1282
1282
  },
1283
1283
  msiResourceId: {
1284
1284
  serializedName: "msiResourceId",
1285
1285
  type: {
1286
- name: "String"
1287
- }
1288
- }
1289
- }
1290
- }
1286
+ name: "String",
1287
+ },
1288
+ },
1289
+ },
1290
+ },
1291
1291
  };
1292
1292
 
1293
1293
  export const StorageProfile: coreClient.CompositeMapper = {
@@ -1302,13 +1302,13 @@ export const StorageProfile: coreClient.CompositeMapper = {
1302
1302
  element: {
1303
1303
  type: {
1304
1304
  name: "Composite",
1305
- className: "StorageAccount"
1306
- }
1307
- }
1308
- }
1309
- }
1310
- }
1311
- }
1305
+ className: "StorageAccount",
1306
+ },
1307
+ },
1308
+ },
1309
+ },
1310
+ },
1311
+ },
1312
1312
  };
1313
1313
 
1314
1314
  export const StorageAccount: coreClient.CompositeMapper = {
@@ -1319,65 +1319,65 @@ export const StorageAccount: coreClient.CompositeMapper = {
1319
1319
  name: {
1320
1320
  serializedName: "name",
1321
1321
  type: {
1322
- name: "String"
1323
- }
1322
+ name: "String",
1323
+ },
1324
1324
  },
1325
1325
  isDefault: {
1326
1326
  serializedName: "isDefault",
1327
1327
  type: {
1328
- name: "Boolean"
1329
- }
1328
+ name: "Boolean",
1329
+ },
1330
1330
  },
1331
1331
  container: {
1332
1332
  serializedName: "container",
1333
1333
  type: {
1334
- name: "String"
1335
- }
1334
+ name: "String",
1335
+ },
1336
1336
  },
1337
1337
  fileSystem: {
1338
1338
  serializedName: "fileSystem",
1339
1339
  type: {
1340
- name: "String"
1341
- }
1340
+ name: "String",
1341
+ },
1342
1342
  },
1343
1343
  key: {
1344
1344
  serializedName: "key",
1345
1345
  type: {
1346
- name: "String"
1347
- }
1346
+ name: "String",
1347
+ },
1348
1348
  },
1349
1349
  resourceId: {
1350
1350
  serializedName: "resourceId",
1351
1351
  type: {
1352
- name: "String"
1353
- }
1352
+ name: "String",
1353
+ },
1354
1354
  },
1355
1355
  msiResourceId: {
1356
1356
  serializedName: "msiResourceId",
1357
1357
  type: {
1358
- name: "String"
1359
- }
1358
+ name: "String",
1359
+ },
1360
1360
  },
1361
1361
  saskey: {
1362
1362
  serializedName: "saskey",
1363
1363
  type: {
1364
- name: "String"
1365
- }
1364
+ name: "String",
1365
+ },
1366
1366
  },
1367
1367
  fileshare: {
1368
1368
  serializedName: "fileshare",
1369
1369
  type: {
1370
- name: "String"
1371
- }
1370
+ name: "String",
1371
+ },
1372
1372
  },
1373
1373
  enableSecureChannel: {
1374
1374
  serializedName: "enableSecureChannel",
1375
1375
  type: {
1376
- name: "Boolean"
1377
- }
1378
- }
1379
- }
1380
- }
1376
+ name: "Boolean",
1377
+ },
1378
+ },
1379
+ },
1380
+ },
1381
1381
  };
1382
1382
 
1383
1383
  export const DiskEncryptionProperties: coreClient.CompositeMapper = {
@@ -1388,42 +1388,42 @@ export const DiskEncryptionProperties: coreClient.CompositeMapper = {
1388
1388
  vaultUri: {
1389
1389
  serializedName: "vaultUri",
1390
1390
  type: {
1391
- name: "String"
1392
- }
1391
+ name: "String",
1392
+ },
1393
1393
  },
1394
1394
  keyName: {
1395
1395
  serializedName: "keyName",
1396
1396
  type: {
1397
- name: "String"
1398
- }
1397
+ name: "String",
1398
+ },
1399
1399
  },
1400
1400
  keyVersion: {
1401
1401
  serializedName: "keyVersion",
1402
1402
  type: {
1403
- name: "String"
1404
- }
1403
+ name: "String",
1404
+ },
1405
1405
  },
1406
1406
  encryptionAlgorithm: {
1407
1407
  serializedName: "encryptionAlgorithm",
1408
1408
  type: {
1409
- name: "String"
1410
- }
1409
+ name: "String",
1410
+ },
1411
1411
  },
1412
1412
  msiResourceId: {
1413
1413
  serializedName: "msiResourceId",
1414
1414
  type: {
1415
- name: "String"
1416
- }
1415
+ name: "String",
1416
+ },
1417
1417
  },
1418
1418
  encryptionAtHost: {
1419
1419
  defaultValue: false,
1420
1420
  serializedName: "encryptionAtHost",
1421
1421
  type: {
1422
- name: "Boolean"
1423
- }
1424
- }
1425
- }
1426
- }
1422
+ name: "Boolean",
1423
+ },
1424
+ },
1425
+ },
1426
+ },
1427
1427
  };
1428
1428
 
1429
1429
  export const EncryptionInTransitProperties: coreClient.CompositeMapper = {
@@ -1435,11 +1435,11 @@ export const EncryptionInTransitProperties: coreClient.CompositeMapper = {
1435
1435
  defaultValue: false,
1436
1436
  serializedName: "isEncryptionInTransitEnabled",
1437
1437
  type: {
1438
- name: "Boolean"
1439
- }
1440
- }
1441
- }
1442
- }
1438
+ name: "Boolean",
1439
+ },
1440
+ },
1441
+ },
1442
+ },
1443
1443
  };
1444
1444
 
1445
1445
  export const NetworkProperties: coreClient.CompositeMapper = {
@@ -1447,20 +1447,56 @@ export const NetworkProperties: coreClient.CompositeMapper = {
1447
1447
  name: "Composite",
1448
1448
  className: "NetworkProperties",
1449
1449
  modelProperties: {
1450
+ outboundDependenciesManagedType: {
1451
+ serializedName: "outboundDependenciesManagedType",
1452
+ type: {
1453
+ name: "String",
1454
+ },
1455
+ },
1450
1456
  resourceProviderConnection: {
1451
1457
  serializedName: "resourceProviderConnection",
1452
1458
  type: {
1453
- name: "String"
1454
- }
1459
+ name: "String",
1460
+ },
1455
1461
  },
1456
1462
  privateLink: {
1457
1463
  serializedName: "privateLink",
1458
1464
  type: {
1459
- name: "String"
1460
- }
1461
- }
1462
- }
1463
- }
1465
+ name: "String",
1466
+ },
1467
+ },
1468
+ publicIpTag: {
1469
+ serializedName: "publicIpTag",
1470
+ type: {
1471
+ name: "Composite",
1472
+ className: "IpTag",
1473
+ },
1474
+ },
1475
+ },
1476
+ },
1477
+ };
1478
+
1479
+ export const IpTag: coreClient.CompositeMapper = {
1480
+ type: {
1481
+ name: "Composite",
1482
+ className: "IpTag",
1483
+ modelProperties: {
1484
+ ipTagType: {
1485
+ serializedName: "ipTagType",
1486
+ required: true,
1487
+ type: {
1488
+ name: "String",
1489
+ },
1490
+ },
1491
+ tag: {
1492
+ serializedName: "tag",
1493
+ required: true,
1494
+ type: {
1495
+ name: "String",
1496
+ },
1497
+ },
1498
+ },
1499
+ },
1464
1500
  };
1465
1501
 
1466
1502
  export const ComputeIsolationProperties: coreClient.CompositeMapper = {
@@ -1472,17 +1508,17 @@ export const ComputeIsolationProperties: coreClient.CompositeMapper = {
1472
1508
  defaultValue: false,
1473
1509
  serializedName: "enableComputeIsolation",
1474
1510
  type: {
1475
- name: "Boolean"
1476
- }
1511
+ name: "Boolean",
1512
+ },
1477
1513
  },
1478
1514
  hostSku: {
1479
1515
  serializedName: "hostSku",
1480
1516
  type: {
1481
- name: "String"
1482
- }
1483
- }
1484
- }
1485
- }
1517
+ name: "String",
1518
+ },
1519
+ },
1520
+ },
1521
+ },
1486
1522
  };
1487
1523
 
1488
1524
  export const ClusterIdentity: coreClient.CompositeMapper = {
@@ -1494,33 +1530,33 @@ export const ClusterIdentity: coreClient.CompositeMapper = {
1494
1530
  serializedName: "principalId",
1495
1531
  readOnly: true,
1496
1532
  type: {
1497
- name: "String"
1498
- }
1533
+ name: "String",
1534
+ },
1499
1535
  },
1500
1536
  tenantId: {
1501
1537
  serializedName: "tenantId",
1502
1538
  readOnly: true,
1503
1539
  type: {
1504
- name: "String"
1505
- }
1540
+ name: "String",
1541
+ },
1506
1542
  },
1507
1543
  type: {
1508
1544
  serializedName: "type",
1509
1545
  type: {
1510
- name: "String"
1511
- }
1546
+ name: "String",
1547
+ },
1512
1548
  },
1513
1549
  userAssignedIdentities: {
1514
1550
  serializedName: "userAssignedIdentities",
1515
1551
  type: {
1516
1552
  name: "Dictionary",
1517
1553
  value: {
1518
- type: { name: "Composite", className: "UserAssignedIdentity" }
1519
- }
1520
- }
1521
- }
1522
- }
1523
- }
1554
+ type: { name: "Composite", className: "UserAssignedIdentity" },
1555
+ },
1556
+ },
1557
+ },
1558
+ },
1559
+ },
1524
1560
  };
1525
1561
 
1526
1562
  export const UserAssignedIdentity: coreClient.CompositeMapper = {
@@ -1532,24 +1568,24 @@ export const UserAssignedIdentity: coreClient.CompositeMapper = {
1532
1568
  serializedName: "principalId",
1533
1569
  readOnly: true,
1534
1570
  type: {
1535
- name: "String"
1536
- }
1571
+ name: "String",
1572
+ },
1537
1573
  },
1538
1574
  clientId: {
1539
1575
  serializedName: "clientId",
1540
1576
  readOnly: true,
1541
1577
  type: {
1542
- name: "String"
1543
- }
1578
+ name: "String",
1579
+ },
1544
1580
  },
1545
1581
  tenantId: {
1546
1582
  serializedName: "tenantId",
1547
1583
  type: {
1548
- name: "String"
1549
- }
1550
- }
1551
- }
1552
- }
1584
+ name: "String",
1585
+ },
1586
+ },
1587
+ },
1588
+ },
1553
1589
  };
1554
1590
 
1555
1591
  export const ClusterGetProperties: coreClient.CompositeMapper = {
@@ -1560,85 +1596,85 @@ export const ClusterGetProperties: coreClient.CompositeMapper = {
1560
1596
  clusterVersion: {
1561
1597
  serializedName: "clusterVersion",
1562
1598
  type: {
1563
- name: "String"
1564
- }
1599
+ name: "String",
1600
+ },
1565
1601
  },
1566
1602
  clusterHdpVersion: {
1567
1603
  serializedName: "clusterHdpVersion",
1568
1604
  type: {
1569
- name: "String"
1570
- }
1605
+ name: "String",
1606
+ },
1571
1607
  },
1572
1608
  osType: {
1573
1609
  serializedName: "osType",
1574
1610
  type: {
1575
- name: "String"
1576
- }
1611
+ name: "String",
1612
+ },
1577
1613
  },
1578
1614
  tier: {
1579
1615
  serializedName: "tier",
1580
1616
  type: {
1581
- name: "String"
1582
- }
1617
+ name: "String",
1618
+ },
1583
1619
  },
1584
1620
  clusterId: {
1585
1621
  serializedName: "clusterId",
1586
1622
  type: {
1587
- name: "String"
1588
- }
1623
+ name: "String",
1624
+ },
1589
1625
  },
1590
1626
  clusterDefinition: {
1591
1627
  serializedName: "clusterDefinition",
1592
1628
  type: {
1593
1629
  name: "Composite",
1594
- className: "ClusterDefinition"
1595
- }
1630
+ className: "ClusterDefinition",
1631
+ },
1596
1632
  },
1597
1633
  kafkaRestProperties: {
1598
1634
  serializedName: "kafkaRestProperties",
1599
1635
  type: {
1600
1636
  name: "Composite",
1601
- className: "KafkaRestProperties"
1602
- }
1637
+ className: "KafkaRestProperties",
1638
+ },
1603
1639
  },
1604
1640
  securityProfile: {
1605
1641
  serializedName: "securityProfile",
1606
1642
  type: {
1607
1643
  name: "Composite",
1608
- className: "SecurityProfile"
1609
- }
1644
+ className: "SecurityProfile",
1645
+ },
1610
1646
  },
1611
1647
  computeProfile: {
1612
1648
  serializedName: "computeProfile",
1613
1649
  type: {
1614
1650
  name: "Composite",
1615
- className: "ComputeProfile"
1616
- }
1651
+ className: "ComputeProfile",
1652
+ },
1617
1653
  },
1618
1654
  provisioningState: {
1619
1655
  serializedName: "provisioningState",
1620
1656
  type: {
1621
- name: "String"
1622
- }
1657
+ name: "String",
1658
+ },
1623
1659
  },
1624
1660
  createdDate: {
1625
1661
  serializedName: "createdDate",
1626
1662
  type: {
1627
- name: "String"
1628
- }
1663
+ name: "String",
1664
+ },
1629
1665
  },
1630
1666
  clusterState: {
1631
1667
  serializedName: "clusterState",
1632
1668
  type: {
1633
- name: "String"
1634
- }
1669
+ name: "String",
1670
+ },
1635
1671
  },
1636
1672
  quotaInfo: {
1637
1673
  serializedName: "quotaInfo",
1638
1674
  type: {
1639
1675
  name: "Composite",
1640
- className: "QuotaInfo"
1641
- }
1676
+ className: "QuotaInfo",
1677
+ },
1642
1678
  },
1643
1679
  errors: {
1644
1680
  serializedName: "errors",
@@ -1647,10 +1683,10 @@ export const ClusterGetProperties: coreClient.CompositeMapper = {
1647
1683
  element: {
1648
1684
  type: {
1649
1685
  name: "Composite",
1650
- className: "Errors"
1651
- }
1652
- }
1653
- }
1686
+ className: "Errors",
1687
+ },
1688
+ },
1689
+ },
1654
1690
  },
1655
1691
  connectivityEndpoints: {
1656
1692
  serializedName: "connectivityEndpoints",
@@ -1659,58 +1695,58 @@ export const ClusterGetProperties: coreClient.CompositeMapper = {
1659
1695
  element: {
1660
1696
  type: {
1661
1697
  name: "Composite",
1662
- className: "ConnectivityEndpoint"
1663
- }
1664
- }
1665
- }
1698
+ className: "ConnectivityEndpoint",
1699
+ },
1700
+ },
1701
+ },
1666
1702
  },
1667
1703
  diskEncryptionProperties: {
1668
1704
  serializedName: "diskEncryptionProperties",
1669
1705
  type: {
1670
1706
  name: "Composite",
1671
- className: "DiskEncryptionProperties"
1672
- }
1707
+ className: "DiskEncryptionProperties",
1708
+ },
1673
1709
  },
1674
1710
  encryptionInTransitProperties: {
1675
1711
  serializedName: "encryptionInTransitProperties",
1676
1712
  type: {
1677
1713
  name: "Composite",
1678
- className: "EncryptionInTransitProperties"
1679
- }
1714
+ className: "EncryptionInTransitProperties",
1715
+ },
1680
1716
  },
1681
1717
  storageProfile: {
1682
1718
  serializedName: "storageProfile",
1683
1719
  type: {
1684
1720
  name: "Composite",
1685
- className: "StorageProfile"
1686
- }
1721
+ className: "StorageProfile",
1722
+ },
1687
1723
  },
1688
1724
  minSupportedTlsVersion: {
1689
1725
  serializedName: "minSupportedTlsVersion",
1690
1726
  type: {
1691
- name: "String"
1692
- }
1727
+ name: "String",
1728
+ },
1693
1729
  },
1694
1730
  excludedServicesConfig: {
1695
1731
  serializedName: "excludedServicesConfig",
1696
1732
  type: {
1697
1733
  name: "Composite",
1698
- className: "ExcludedServicesConfig"
1699
- }
1734
+ className: "ExcludedServicesConfig",
1735
+ },
1700
1736
  },
1701
1737
  networkProperties: {
1702
1738
  serializedName: "networkProperties",
1703
1739
  type: {
1704
1740
  name: "Composite",
1705
- className: "NetworkProperties"
1706
- }
1741
+ className: "NetworkProperties",
1742
+ },
1707
1743
  },
1708
1744
  computeIsolationProperties: {
1709
1745
  serializedName: "computeIsolationProperties",
1710
1746
  type: {
1711
1747
  name: "Composite",
1712
- className: "ComputeIsolationProperties"
1713
- }
1748
+ className: "ComputeIsolationProperties",
1749
+ },
1714
1750
  },
1715
1751
  privateLinkConfigurations: {
1716
1752
  serializedName: "privateLinkConfigurations",
@@ -1719,10 +1755,10 @@ export const ClusterGetProperties: coreClient.CompositeMapper = {
1719
1755
  element: {
1720
1756
  type: {
1721
1757
  name: "Composite",
1722
- className: "PrivateLinkConfiguration"
1723
- }
1724
- }
1725
- }
1758
+ className: "PrivateLinkConfiguration",
1759
+ },
1760
+ },
1761
+ },
1726
1762
  },
1727
1763
  privateEndpointConnections: {
1728
1764
  serializedName: "privateEndpointConnections",
@@ -1732,13 +1768,13 @@ export const ClusterGetProperties: coreClient.CompositeMapper = {
1732
1768
  element: {
1733
1769
  type: {
1734
1770
  name: "Composite",
1735
- className: "PrivateEndpointConnection"
1736
- }
1737
- }
1738
- }
1739
- }
1740
- }
1741
- }
1771
+ className: "PrivateEndpointConnection",
1772
+ },
1773
+ },
1774
+ },
1775
+ },
1776
+ },
1777
+ },
1742
1778
  };
1743
1779
 
1744
1780
  export const QuotaInfo: coreClient.CompositeMapper = {
@@ -1749,11 +1785,11 @@ export const QuotaInfo: coreClient.CompositeMapper = {
1749
1785
  coresUsed: {
1750
1786
  serializedName: "coresUsed",
1751
1787
  type: {
1752
- name: "Number"
1753
- }
1754
- }
1755
- }
1756
- }
1788
+ name: "Number",
1789
+ },
1790
+ },
1791
+ },
1792
+ },
1757
1793
  };
1758
1794
 
1759
1795
  export const ConnectivityEndpoint: coreClient.CompositeMapper = {
@@ -1764,35 +1800,35 @@ export const ConnectivityEndpoint: coreClient.CompositeMapper = {
1764
1800
  name: {
1765
1801
  serializedName: "name",
1766
1802
  type: {
1767
- name: "String"
1768
- }
1803
+ name: "String",
1804
+ },
1769
1805
  },
1770
1806
  protocol: {
1771
1807
  serializedName: "protocol",
1772
1808
  type: {
1773
- name: "String"
1774
- }
1809
+ name: "String",
1810
+ },
1775
1811
  },
1776
1812
  location: {
1777
1813
  serializedName: "location",
1778
1814
  type: {
1779
- name: "String"
1780
- }
1815
+ name: "String",
1816
+ },
1781
1817
  },
1782
1818
  port: {
1783
1819
  serializedName: "port",
1784
1820
  type: {
1785
- name: "Number"
1786
- }
1821
+ name: "Number",
1822
+ },
1787
1823
  },
1788
1824
  privateIPAddress: {
1789
1825
  serializedName: "privateIPAddress",
1790
1826
  type: {
1791
- name: "String"
1792
- }
1793
- }
1794
- }
1795
- }
1827
+ name: "String",
1828
+ },
1829
+ },
1830
+ },
1831
+ },
1796
1832
  };
1797
1833
 
1798
1834
  export const ExcludedServicesConfig: coreClient.CompositeMapper = {
@@ -1803,17 +1839,17 @@ export const ExcludedServicesConfig: coreClient.CompositeMapper = {
1803
1839
  excludedServicesConfigId: {
1804
1840
  serializedName: "excludedServicesConfigId",
1805
1841
  type: {
1806
- name: "String"
1807
- }
1842
+ name: "String",
1843
+ },
1808
1844
  },
1809
1845
  excludedServicesList: {
1810
1846
  serializedName: "excludedServicesList",
1811
1847
  type: {
1812
- name: "String"
1813
- }
1814
- }
1815
- }
1816
- }
1848
+ name: "String",
1849
+ },
1850
+ },
1851
+ },
1852
+ },
1817
1853
  };
1818
1854
 
1819
1855
  export const PrivateEndpoint: coreClient.CompositeMapper = {
@@ -1824,11 +1860,11 @@ export const PrivateEndpoint: coreClient.CompositeMapper = {
1824
1860
  id: {
1825
1861
  serializedName: "id",
1826
1862
  type: {
1827
- name: "String"
1828
- }
1829
- }
1830
- }
1831
- }
1863
+ name: "String",
1864
+ },
1865
+ },
1866
+ },
1867
+ },
1832
1868
  };
1833
1869
 
1834
1870
  export const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {
@@ -1840,23 +1876,23 @@ export const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {
1840
1876
  serializedName: "status",
1841
1877
  required: true,
1842
1878
  type: {
1843
- name: "String"
1844
- }
1879
+ name: "String",
1880
+ },
1845
1881
  },
1846
1882
  description: {
1847
1883
  serializedName: "description",
1848
1884
  type: {
1849
- name: "String"
1850
- }
1885
+ name: "String",
1886
+ },
1851
1887
  },
1852
1888
  actionsRequired: {
1853
1889
  serializedName: "actionsRequired",
1854
1890
  type: {
1855
- name: "String"
1856
- }
1857
- }
1858
- }
1859
- }
1891
+ name: "String",
1892
+ },
1893
+ },
1894
+ },
1895
+ },
1860
1896
  };
1861
1897
 
1862
1898
  export const ResourceAutoGenerated: coreClient.CompositeMapper = {
@@ -1868,25 +1904,25 @@ export const ResourceAutoGenerated: coreClient.CompositeMapper = {
1868
1904
  serializedName: "id",
1869
1905
  readOnly: true,
1870
1906
  type: {
1871
- name: "String"
1872
- }
1907
+ name: "String",
1908
+ },
1873
1909
  },
1874
1910
  name: {
1875
1911
  serializedName: "name",
1876
1912
  readOnly: true,
1877
1913
  type: {
1878
- name: "String"
1879
- }
1914
+ name: "String",
1915
+ },
1880
1916
  },
1881
1917
  type: {
1882
1918
  serializedName: "type",
1883
1919
  readOnly: true,
1884
1920
  type: {
1885
- name: "String"
1886
- }
1887
- }
1888
- }
1889
- }
1921
+ name: "String",
1922
+ },
1923
+ },
1924
+ },
1925
+ },
1890
1926
  };
1891
1927
 
1892
1928
  export const ClusterPatchParameters: coreClient.CompositeMapper = {
@@ -1899,11 +1935,18 @@ export const ClusterPatchParameters: coreClient.CompositeMapper = {
1899
1935
  nullable: true,
1900
1936
  type: {
1901
1937
  name: "Dictionary",
1902
- value: { type: { name: "String" } }
1903
- }
1904
- }
1905
- }
1906
- }
1938
+ value: { type: { name: "String" } },
1939
+ },
1940
+ },
1941
+ identity: {
1942
+ serializedName: "identity",
1943
+ type: {
1944
+ name: "Composite",
1945
+ className: "ClusterIdentity",
1946
+ },
1947
+ },
1948
+ },
1949
+ },
1907
1950
  };
1908
1951
 
1909
1952
  export const ClusterListResult: coreClient.CompositeMapper = {
@@ -1918,20 +1961,20 @@ export const ClusterListResult: coreClient.CompositeMapper = {
1918
1961
  element: {
1919
1962
  type: {
1920
1963
  name: "Composite",
1921
- className: "Cluster"
1922
- }
1923
- }
1924
- }
1964
+ className: "Cluster",
1965
+ },
1966
+ },
1967
+ },
1925
1968
  },
1926
1969
  nextLink: {
1927
1970
  serializedName: "nextLink",
1928
1971
  readOnly: true,
1929
1972
  type: {
1930
- name: "String"
1931
- }
1932
- }
1933
- }
1934
- }
1973
+ name: "String",
1974
+ },
1975
+ },
1976
+ },
1977
+ },
1935
1978
  };
1936
1979
 
1937
1980
  export const ClusterResizeParameters: coreClient.CompositeMapper = {
@@ -1942,28 +1985,29 @@ export const ClusterResizeParameters: coreClient.CompositeMapper = {
1942
1985
  targetInstanceCount: {
1943
1986
  serializedName: "targetInstanceCount",
1944
1987
  type: {
1945
- name: "Number"
1946
- }
1947
- }
1948
- }
1949
- }
1988
+ name: "Number",
1989
+ },
1990
+ },
1991
+ },
1992
+ },
1950
1993
  };
1951
1994
 
1952
- export const AutoscaleConfigurationUpdateParameter: coreClient.CompositeMapper = {
1953
- type: {
1954
- name: "Composite",
1955
- className: "AutoscaleConfigurationUpdateParameter",
1956
- modelProperties: {
1957
- autoscale: {
1958
- serializedName: "autoscale",
1959
- type: {
1960
- name: "Composite",
1961
- className: "Autoscale"
1962
- }
1963
- }
1964
- }
1965
- }
1966
- };
1995
+ export const AutoscaleConfigurationUpdateParameter: coreClient.CompositeMapper =
1996
+ {
1997
+ type: {
1998
+ name: "Composite",
1999
+ className: "AutoscaleConfigurationUpdateParameter",
2000
+ modelProperties: {
2001
+ autoscale: {
2002
+ serializedName: "autoscale",
2003
+ type: {
2004
+ name: "Composite",
2005
+ className: "Autoscale",
2006
+ },
2007
+ },
2008
+ },
2009
+ },
2010
+ };
1967
2011
 
1968
2012
  export const ClusterDiskEncryptionParameters: coreClient.CompositeMapper = {
1969
2013
  type: {
@@ -1973,23 +2017,23 @@ export const ClusterDiskEncryptionParameters: coreClient.CompositeMapper = {
1973
2017
  vaultUri: {
1974
2018
  serializedName: "vaultUri",
1975
2019
  type: {
1976
- name: "String"
1977
- }
2020
+ name: "String",
2021
+ },
1978
2022
  },
1979
2023
  keyName: {
1980
2024
  serializedName: "keyName",
1981
2025
  type: {
1982
- name: "String"
1983
- }
2026
+ name: "String",
2027
+ },
1984
2028
  },
1985
2029
  keyVersion: {
1986
2030
  serializedName: "keyVersion",
1987
2031
  type: {
1988
- name: "String"
1989
- }
1990
- }
1991
- }
1992
- }
2032
+ name: "String",
2033
+ },
2034
+ },
2035
+ },
2036
+ },
1993
2037
  };
1994
2038
 
1995
2039
  export const GatewaySettings: coreClient.CompositeMapper = {
@@ -2001,25 +2045,25 @@ export const GatewaySettings: coreClient.CompositeMapper = {
2001
2045
  serializedName: "restAuthCredential\\.isEnabled",
2002
2046
  readOnly: true,
2003
2047
  type: {
2004
- name: "String"
2005
- }
2048
+ name: "String",
2049
+ },
2006
2050
  },
2007
2051
  userName: {
2008
2052
  serializedName: "restAuthCredential\\.username",
2009
2053
  readOnly: true,
2010
2054
  type: {
2011
- name: "String"
2012
- }
2055
+ name: "String",
2056
+ },
2013
2057
  },
2014
2058
  password: {
2015
2059
  serializedName: "restAuthCredential\\.password",
2016
2060
  readOnly: true,
2017
2061
  type: {
2018
- name: "String"
2019
- }
2020
- }
2021
- }
2022
- }
2062
+ name: "String",
2063
+ },
2064
+ },
2065
+ },
2066
+ },
2023
2067
  };
2024
2068
 
2025
2069
  export const UpdateGatewaySettingsParameters: coreClient.CompositeMapper = {
@@ -2031,51 +2075,52 @@ export const UpdateGatewaySettingsParameters: coreClient.CompositeMapper = {
2031
2075
  defaultValue: true,
2032
2076
  serializedName: "restAuthCredential\\.isEnabled",
2033
2077
  type: {
2034
- name: "Boolean"
2035
- }
2078
+ name: "Boolean",
2079
+ },
2036
2080
  },
2037
2081
  userName: {
2038
2082
  serializedName: "restAuthCredential\\.username",
2039
2083
  type: {
2040
- name: "String"
2041
- }
2084
+ name: "String",
2085
+ },
2042
2086
  },
2043
2087
  password: {
2044
2088
  serializedName: "restAuthCredential\\.password",
2045
2089
  type: {
2046
- name: "String"
2047
- }
2048
- }
2049
- }
2050
- }
2051
- };
2052
-
2053
- export const UpdateClusterIdentityCertificateParameters: coreClient.CompositeMapper = {
2054
- type: {
2055
- name: "Composite",
2056
- className: "UpdateClusterIdentityCertificateParameters",
2057
- modelProperties: {
2058
- applicationId: {
2059
- serializedName: "applicationId",
2060
- type: {
2061
- name: "String"
2062
- }
2063
- },
2064
- certificate: {
2065
- serializedName: "certificate",
2066
- type: {
2067
- name: "String"
2068
- }
2069
- },
2070
- certificatePassword: {
2071
- serializedName: "certificatePassword",
2072
- type: {
2073
- name: "String"
2074
- }
2075
- }
2076
- }
2077
- }
2078
- };
2090
+ name: "String",
2091
+ },
2092
+ },
2093
+ },
2094
+ },
2095
+ };
2096
+
2097
+ export const UpdateClusterIdentityCertificateParameters: coreClient.CompositeMapper =
2098
+ {
2099
+ type: {
2100
+ name: "Composite",
2101
+ className: "UpdateClusterIdentityCertificateParameters",
2102
+ modelProperties: {
2103
+ applicationId: {
2104
+ serializedName: "applicationId",
2105
+ type: {
2106
+ name: "String",
2107
+ },
2108
+ },
2109
+ certificate: {
2110
+ serializedName: "certificate",
2111
+ type: {
2112
+ name: "String",
2113
+ },
2114
+ },
2115
+ certificatePassword: {
2116
+ serializedName: "certificatePassword",
2117
+ type: {
2118
+ name: "String",
2119
+ },
2120
+ },
2121
+ },
2122
+ },
2123
+ };
2079
2124
 
2080
2125
  export const ClusterConfigurations: coreClient.CompositeMapper = {
2081
2126
  type: {
@@ -2087,12 +2132,12 @@ export const ClusterConfigurations: coreClient.CompositeMapper = {
2087
2132
  type: {
2088
2133
  name: "Dictionary",
2089
2134
  value: {
2090
- type: { name: "Dictionary", value: { type: { name: "String" } } }
2091
- }
2092
- }
2093
- }
2094
- }
2095
- }
2135
+ type: { name: "Dictionary", value: { type: { name: "String" } } },
2136
+ },
2137
+ },
2138
+ },
2139
+ },
2140
+ },
2096
2141
  };
2097
2142
 
2098
2143
  export const ClusterMonitoringRequest: coreClient.CompositeMapper = {
@@ -2103,17 +2148,17 @@ export const ClusterMonitoringRequest: coreClient.CompositeMapper = {
2103
2148
  workspaceId: {
2104
2149
  serializedName: "workspaceId",
2105
2150
  type: {
2106
- name: "String"
2107
- }
2151
+ name: "String",
2152
+ },
2108
2153
  },
2109
2154
  primaryKey: {
2110
2155
  serializedName: "primaryKey",
2111
2156
  type: {
2112
- name: "String"
2113
- }
2114
- }
2115
- }
2116
- }
2157
+ name: "String",
2158
+ },
2159
+ },
2160
+ },
2161
+ },
2117
2162
  };
2118
2163
 
2119
2164
  export const ClusterMonitoringResponse: coreClient.CompositeMapper = {
@@ -2124,17 +2169,17 @@ export const ClusterMonitoringResponse: coreClient.CompositeMapper = {
2124
2169
  clusterMonitoringEnabled: {
2125
2170
  serializedName: "clusterMonitoringEnabled",
2126
2171
  type: {
2127
- name: "Boolean"
2128
- }
2172
+ name: "Boolean",
2173
+ },
2129
2174
  },
2130
2175
  workspaceId: {
2131
2176
  serializedName: "workspaceId",
2132
2177
  type: {
2133
- name: "String"
2134
- }
2135
- }
2136
- }
2137
- }
2178
+ name: "String",
2179
+ },
2180
+ },
2181
+ },
2182
+ },
2138
2183
  };
2139
2184
 
2140
2185
  export const AzureMonitorRequest: coreClient.CompositeMapper = {
@@ -2145,24 +2190,24 @@ export const AzureMonitorRequest: coreClient.CompositeMapper = {
2145
2190
  workspaceId: {
2146
2191
  serializedName: "workspaceId",
2147
2192
  type: {
2148
- name: "String"
2149
- }
2193
+ name: "String",
2194
+ },
2150
2195
  },
2151
2196
  primaryKey: {
2152
2197
  serializedName: "primaryKey",
2153
2198
  type: {
2154
- name: "String"
2155
- }
2199
+ name: "String",
2200
+ },
2156
2201
  },
2157
2202
  selectedConfigurations: {
2158
2203
  serializedName: "selectedConfigurations",
2159
2204
  type: {
2160
2205
  name: "Composite",
2161
- className: "AzureMonitorSelectedConfigurations"
2162
- }
2163
- }
2164
- }
2165
- }
2206
+ className: "AzureMonitorSelectedConfigurations",
2207
+ },
2208
+ },
2209
+ },
2210
+ },
2166
2211
  };
2167
2212
 
2168
2213
  export const AzureMonitorSelectedConfigurations: coreClient.CompositeMapper = {
@@ -2173,15 +2218,15 @@ export const AzureMonitorSelectedConfigurations: coreClient.CompositeMapper = {
2173
2218
  configurationVersion: {
2174
2219
  serializedName: "configurationVersion",
2175
2220
  type: {
2176
- name: "String"
2177
- }
2221
+ name: "String",
2222
+ },
2178
2223
  },
2179
2224
  globalConfigurations: {
2180
2225
  serializedName: "globalConfigurations",
2181
2226
  type: {
2182
2227
  name: "Dictionary",
2183
- value: { type: { name: "String" } }
2184
- }
2228
+ value: { type: { name: "String" } },
2229
+ },
2185
2230
  },
2186
2231
  tableList: {
2187
2232
  serializedName: "tableList",
@@ -2190,13 +2235,13 @@ export const AzureMonitorSelectedConfigurations: coreClient.CompositeMapper = {
2190
2235
  element: {
2191
2236
  type: {
2192
2237
  name: "Composite",
2193
- className: "AzureMonitorTableConfiguration"
2194
- }
2195
- }
2196
- }
2197
- }
2198
- }
2199
- }
2238
+ className: "AzureMonitorTableConfiguration",
2239
+ },
2240
+ },
2241
+ },
2242
+ },
2243
+ },
2244
+ },
2200
2245
  };
2201
2246
 
2202
2247
  export const AzureMonitorTableConfiguration: coreClient.CompositeMapper = {
@@ -2207,11 +2252,11 @@ export const AzureMonitorTableConfiguration: coreClient.CompositeMapper = {
2207
2252
  name: {
2208
2253
  serializedName: "name",
2209
2254
  type: {
2210
- name: "String"
2211
- }
2212
- }
2213
- }
2214
- }
2255
+ name: "String",
2256
+ },
2257
+ },
2258
+ },
2259
+ },
2215
2260
  };
2216
2261
 
2217
2262
  export const AzureMonitorResponse: coreClient.CompositeMapper = {
@@ -2222,24 +2267,24 @@ export const AzureMonitorResponse: coreClient.CompositeMapper = {
2222
2267
  clusterMonitoringEnabled: {
2223
2268
  serializedName: "clusterMonitoringEnabled",
2224
2269
  type: {
2225
- name: "Boolean"
2226
- }
2270
+ name: "Boolean",
2271
+ },
2227
2272
  },
2228
2273
  workspaceId: {
2229
2274
  serializedName: "workspaceId",
2230
2275
  type: {
2231
- name: "String"
2232
- }
2276
+ name: "String",
2277
+ },
2233
2278
  },
2234
2279
  selectedConfigurations: {
2235
2280
  serializedName: "selectedConfigurations",
2236
2281
  type: {
2237
2282
  name: "Composite",
2238
- className: "AzureMonitorSelectedConfigurations"
2239
- }
2240
- }
2241
- }
2242
- }
2283
+ className: "AzureMonitorSelectedConfigurations",
2284
+ },
2285
+ },
2286
+ },
2287
+ },
2243
2288
  };
2244
2289
 
2245
2290
  export const Extension: coreClient.CompositeMapper = {
@@ -2250,17 +2295,17 @@ export const Extension: coreClient.CompositeMapper = {
2250
2295
  workspaceId: {
2251
2296
  serializedName: "workspaceId",
2252
2297
  type: {
2253
- name: "String"
2254
- }
2298
+ name: "String",
2299
+ },
2255
2300
  },
2256
2301
  primaryKey: {
2257
2302
  serializedName: "primaryKey",
2258
2303
  type: {
2259
- name: "String"
2260
- }
2261
- }
2262
- }
2263
- }
2304
+ name: "String",
2305
+ },
2306
+ },
2307
+ },
2308
+ },
2264
2309
  };
2265
2310
 
2266
2311
  export const CapabilitiesResult: coreClient.CompositeMapper = {
@@ -2273,16 +2318,18 @@ export const CapabilitiesResult: coreClient.CompositeMapper = {
2273
2318
  type: {
2274
2319
  name: "Dictionary",
2275
2320
  value: {
2276
- type: { name: "Composite", className: "VersionsCapability" }
2277
- }
2278
- }
2321
+ type: { name: "Composite", className: "VersionsCapability" },
2322
+ },
2323
+ },
2279
2324
  },
2280
2325
  regions: {
2281
2326
  serializedName: "regions",
2282
2327
  type: {
2283
2328
  name: "Dictionary",
2284
- value: { type: { name: "Composite", className: "RegionsCapability" } }
2285
- }
2329
+ value: {
2330
+ type: { name: "Composite", className: "RegionsCapability" },
2331
+ },
2332
+ },
2286
2333
  },
2287
2334
  features: {
2288
2335
  serializedName: "features",
@@ -2290,20 +2337,20 @@ export const CapabilitiesResult: coreClient.CompositeMapper = {
2290
2337
  name: "Sequence",
2291
2338
  element: {
2292
2339
  type: {
2293
- name: "String"
2294
- }
2295
- }
2296
- }
2340
+ name: "String",
2341
+ },
2342
+ },
2343
+ },
2297
2344
  },
2298
2345
  quota: {
2299
2346
  serializedName: "quota",
2300
2347
  type: {
2301
2348
  name: "Composite",
2302
- className: "QuotaCapability"
2303
- }
2304
- }
2305
- }
2306
- }
2349
+ className: "QuotaCapability",
2350
+ },
2351
+ },
2352
+ },
2353
+ },
2307
2354
  };
2308
2355
 
2309
2356
  export const VersionsCapability: coreClient.CompositeMapper = {
@@ -2318,13 +2365,13 @@ export const VersionsCapability: coreClient.CompositeMapper = {
2318
2365
  element: {
2319
2366
  type: {
2320
2367
  name: "Composite",
2321
- className: "VersionSpec"
2322
- }
2323
- }
2324
- }
2325
- }
2326
- }
2327
- }
2368
+ className: "VersionSpec",
2369
+ },
2370
+ },
2371
+ },
2372
+ },
2373
+ },
2374
+ },
2328
2375
  };
2329
2376
 
2330
2377
  export const VersionSpec: coreClient.CompositeMapper = {
@@ -2335,30 +2382,30 @@ export const VersionSpec: coreClient.CompositeMapper = {
2335
2382
  friendlyName: {
2336
2383
  serializedName: "friendlyName",
2337
2384
  type: {
2338
- name: "String"
2339
- }
2385
+ name: "String",
2386
+ },
2340
2387
  },
2341
2388
  displayName: {
2342
2389
  serializedName: "displayName",
2343
2390
  type: {
2344
- name: "String"
2345
- }
2391
+ name: "String",
2392
+ },
2346
2393
  },
2347
2394
  isDefault: {
2348
2395
  serializedName: "isDefault",
2349
2396
  type: {
2350
- name: "Boolean"
2351
- }
2397
+ name: "Boolean",
2398
+ },
2352
2399
  },
2353
2400
  componentVersions: {
2354
2401
  serializedName: "componentVersions",
2355
2402
  type: {
2356
2403
  name: "Dictionary",
2357
- value: { type: { name: "String" } }
2358
- }
2359
- }
2360
- }
2361
- }
2404
+ value: { type: { name: "String" } },
2405
+ },
2406
+ },
2407
+ },
2408
+ },
2362
2409
  };
2363
2410
 
2364
2411
  export const RegionsCapability: coreClient.CompositeMapper = {
@@ -2372,13 +2419,13 @@ export const RegionsCapability: coreClient.CompositeMapper = {
2372
2419
  name: "Sequence",
2373
2420
  element: {
2374
2421
  type: {
2375
- name: "String"
2376
- }
2377
- }
2378
- }
2379
- }
2380
- }
2381
- }
2422
+ name: "String",
2423
+ },
2424
+ },
2425
+ },
2426
+ },
2427
+ },
2428
+ },
2382
2429
  };
2383
2430
 
2384
2431
  export const QuotaCapability: coreClient.CompositeMapper = {
@@ -2389,14 +2436,14 @@ export const QuotaCapability: coreClient.CompositeMapper = {
2389
2436
  coresUsed: {
2390
2437
  serializedName: "coresUsed",
2391
2438
  type: {
2392
- name: "Number"
2393
- }
2439
+ name: "Number",
2440
+ },
2394
2441
  },
2395
2442
  maxCoresAllowed: {
2396
2443
  serializedName: "maxCoresAllowed",
2397
2444
  type: {
2398
- name: "Number"
2399
- }
2445
+ name: "Number",
2446
+ },
2400
2447
  },
2401
2448
  regionalQuotas: {
2402
2449
  serializedName: "regionalQuotas",
@@ -2405,13 +2452,13 @@ export const QuotaCapability: coreClient.CompositeMapper = {
2405
2452
  element: {
2406
2453
  type: {
2407
2454
  name: "Composite",
2408
- className: "RegionalQuotaCapability"
2409
- }
2410
- }
2411
- }
2412
- }
2413
- }
2414
- }
2455
+ className: "RegionalQuotaCapability",
2456
+ },
2457
+ },
2458
+ },
2459
+ },
2460
+ },
2461
+ },
2415
2462
  };
2416
2463
 
2417
2464
  export const RegionalQuotaCapability: coreClient.CompositeMapper = {
@@ -2422,23 +2469,23 @@ export const RegionalQuotaCapability: coreClient.CompositeMapper = {
2422
2469
  regionName: {
2423
2470
  serializedName: "regionName",
2424
2471
  type: {
2425
- name: "String"
2426
- }
2472
+ name: "String",
2473
+ },
2427
2474
  },
2428
2475
  coresUsed: {
2429
2476
  serializedName: "coresUsed",
2430
2477
  type: {
2431
- name: "Number"
2432
- }
2478
+ name: "Number",
2479
+ },
2433
2480
  },
2434
2481
  coresAvailable: {
2435
2482
  serializedName: "coresAvailable",
2436
2483
  type: {
2437
- name: "Number"
2438
- }
2439
- }
2440
- }
2441
- }
2484
+ name: "Number",
2485
+ },
2486
+ },
2487
+ },
2488
+ },
2442
2489
  };
2443
2490
 
2444
2491
  export const UsagesListResult: coreClient.CompositeMapper = {
@@ -2453,13 +2500,13 @@ export const UsagesListResult: coreClient.CompositeMapper = {
2453
2500
  element: {
2454
2501
  type: {
2455
2502
  name: "Composite",
2456
- className: "Usage"
2457
- }
2458
- }
2459
- }
2460
- }
2461
- }
2462
- }
2503
+ className: "Usage",
2504
+ },
2505
+ },
2506
+ },
2507
+ },
2508
+ },
2509
+ },
2463
2510
  };
2464
2511
 
2465
2512
  export const Usage: coreClient.CompositeMapper = {
@@ -2470,30 +2517,30 @@ export const Usage: coreClient.CompositeMapper = {
2470
2517
  unit: {
2471
2518
  serializedName: "unit",
2472
2519
  type: {
2473
- name: "String"
2474
- }
2520
+ name: "String",
2521
+ },
2475
2522
  },
2476
2523
  currentValue: {
2477
2524
  serializedName: "currentValue",
2478
2525
  type: {
2479
- name: "Number"
2480
- }
2526
+ name: "Number",
2527
+ },
2481
2528
  },
2482
2529
  limit: {
2483
2530
  serializedName: "limit",
2484
2531
  type: {
2485
- name: "Number"
2486
- }
2532
+ name: "Number",
2533
+ },
2487
2534
  },
2488
2535
  name: {
2489
2536
  serializedName: "name",
2490
2537
  type: {
2491
2538
  name: "Composite",
2492
- className: "LocalizedName"
2493
- }
2494
- }
2495
- }
2496
- }
2539
+ className: "LocalizedName",
2540
+ },
2541
+ },
2542
+ },
2543
+ },
2497
2544
  };
2498
2545
 
2499
2546
  export const LocalizedName: coreClient.CompositeMapper = {
@@ -2504,17 +2551,17 @@ export const LocalizedName: coreClient.CompositeMapper = {
2504
2551
  value: {
2505
2552
  serializedName: "value",
2506
2553
  type: {
2507
- name: "String"
2508
- }
2554
+ name: "String",
2555
+ },
2509
2556
  },
2510
2557
  localizedValue: {
2511
2558
  serializedName: "localizedValue",
2512
2559
  type: {
2513
- name: "String"
2514
- }
2515
- }
2516
- }
2517
- }
2560
+ name: "String",
2561
+ },
2562
+ },
2563
+ },
2564
+ },
2518
2565
  };
2519
2566
 
2520
2567
  export const BillingResponseListResult: coreClient.CompositeMapper = {
@@ -2528,10 +2575,10 @@ export const BillingResponseListResult: coreClient.CompositeMapper = {
2528
2575
  name: "Sequence",
2529
2576
  element: {
2530
2577
  type: {
2531
- name: "String"
2532
- }
2533
- }
2534
- }
2578
+ name: "String",
2579
+ },
2580
+ },
2581
+ },
2535
2582
  },
2536
2583
  vmSizesWithEncryptionAtHost: {
2537
2584
  serializedName: "vmSizesWithEncryptionAtHost",
@@ -2539,10 +2586,10 @@ export const BillingResponseListResult: coreClient.CompositeMapper = {
2539
2586
  name: "Sequence",
2540
2587
  element: {
2541
2588
  type: {
2542
- name: "String"
2543
- }
2544
- }
2545
- }
2589
+ name: "String",
2590
+ },
2591
+ },
2592
+ },
2546
2593
  },
2547
2594
  vmSizeFilters: {
2548
2595
  serializedName: "vmSizeFilters",
@@ -2551,10 +2598,10 @@ export const BillingResponseListResult: coreClient.CompositeMapper = {
2551
2598
  element: {
2552
2599
  type: {
2553
2600
  name: "Composite",
2554
- className: "VmSizeCompatibilityFilterV2"
2555
- }
2556
- }
2557
- }
2601
+ className: "VmSizeCompatibilityFilterV2",
2602
+ },
2603
+ },
2604
+ },
2558
2605
  },
2559
2606
  vmSizeProperties: {
2560
2607
  serializedName: "vmSizeProperties",
@@ -2564,10 +2611,10 @@ export const BillingResponseListResult: coreClient.CompositeMapper = {
2564
2611
  element: {
2565
2612
  type: {
2566
2613
  name: "Composite",
2567
- className: "VmSizeProperty"
2568
- }
2569
- }
2570
- }
2614
+ className: "VmSizeProperty",
2615
+ },
2616
+ },
2617
+ },
2571
2618
  },
2572
2619
  billingResources: {
2573
2620
  serializedName: "billingResources",
@@ -2576,13 +2623,13 @@ export const BillingResponseListResult: coreClient.CompositeMapper = {
2576
2623
  element: {
2577
2624
  type: {
2578
2625
  name: "Composite",
2579
- className: "BillingResources"
2580
- }
2581
- }
2582
- }
2583
- }
2584
- }
2585
- }
2626
+ className: "BillingResources",
2627
+ },
2628
+ },
2629
+ },
2630
+ },
2631
+ },
2632
+ },
2586
2633
  };
2587
2634
 
2588
2635
  export const VmSizeCompatibilityFilterV2: coreClient.CompositeMapper = {
@@ -2593,8 +2640,8 @@ export const VmSizeCompatibilityFilterV2: coreClient.CompositeMapper = {
2593
2640
  filterMode: {
2594
2641
  serializedName: "filterMode",
2595
2642
  type: {
2596
- name: "String"
2597
- }
2643
+ name: "String",
2644
+ },
2598
2645
  },
2599
2646
  regions: {
2600
2647
  serializedName: "regions",
@@ -2602,10 +2649,10 @@ export const VmSizeCompatibilityFilterV2: coreClient.CompositeMapper = {
2602
2649
  name: "Sequence",
2603
2650
  element: {
2604
2651
  type: {
2605
- name: "String"
2606
- }
2607
- }
2608
- }
2652
+ name: "String",
2653
+ },
2654
+ },
2655
+ },
2609
2656
  },
2610
2657
  clusterFlavors: {
2611
2658
  serializedName: "clusterFlavors",
@@ -2613,10 +2660,10 @@ export const VmSizeCompatibilityFilterV2: coreClient.CompositeMapper = {
2613
2660
  name: "Sequence",
2614
2661
  element: {
2615
2662
  type: {
2616
- name: "String"
2617
- }
2618
- }
2619
- }
2663
+ name: "String",
2664
+ },
2665
+ },
2666
+ },
2620
2667
  },
2621
2668
  nodeTypes: {
2622
2669
  serializedName: "nodeTypes",
@@ -2624,10 +2671,10 @@ export const VmSizeCompatibilityFilterV2: coreClient.CompositeMapper = {
2624
2671
  name: "Sequence",
2625
2672
  element: {
2626
2673
  type: {
2627
- name: "String"
2628
- }
2629
- }
2630
- }
2674
+ name: "String",
2675
+ },
2676
+ },
2677
+ },
2631
2678
  },
2632
2679
  clusterVersions: {
2633
2680
  serializedName: "clusterVersions",
@@ -2635,10 +2682,10 @@ export const VmSizeCompatibilityFilterV2: coreClient.CompositeMapper = {
2635
2682
  name: "Sequence",
2636
2683
  element: {
2637
2684
  type: {
2638
- name: "String"
2639
- }
2640
- }
2641
- }
2685
+ name: "String",
2686
+ },
2687
+ },
2688
+ },
2642
2689
  },
2643
2690
  osType: {
2644
2691
  serializedName: "osType",
@@ -2646,10 +2693,10 @@ export const VmSizeCompatibilityFilterV2: coreClient.CompositeMapper = {
2646
2693
  name: "Sequence",
2647
2694
  element: {
2648
2695
  type: {
2649
- name: "String"
2650
- }
2651
- }
2652
- }
2696
+ name: "String",
2697
+ },
2698
+ },
2699
+ },
2653
2700
  },
2654
2701
  vmSizes: {
2655
2702
  serializedName: "vmSizes",
@@ -2657,25 +2704,25 @@ export const VmSizeCompatibilityFilterV2: coreClient.CompositeMapper = {
2657
2704
  name: "Sequence",
2658
2705
  element: {
2659
2706
  type: {
2660
- name: "String"
2661
- }
2662
- }
2663
- }
2707
+ name: "String",
2708
+ },
2709
+ },
2710
+ },
2664
2711
  },
2665
2712
  espApplied: {
2666
2713
  serializedName: "espApplied",
2667
2714
  type: {
2668
- name: "String"
2669
- }
2715
+ name: "String",
2716
+ },
2670
2717
  },
2671
2718
  computeIsolationSupported: {
2672
2719
  serializedName: "computeIsolationSupported",
2673
2720
  type: {
2674
- name: "String"
2675
- }
2676
- }
2677
- }
2678
- }
2721
+ name: "String",
2722
+ },
2723
+ },
2724
+ },
2725
+ },
2679
2726
  };
2680
2727
 
2681
2728
  export const VmSizeProperty: coreClient.CompositeMapper = {
@@ -2686,65 +2733,65 @@ export const VmSizeProperty: coreClient.CompositeMapper = {
2686
2733
  name: {
2687
2734
  serializedName: "name",
2688
2735
  type: {
2689
- name: "String"
2690
- }
2736
+ name: "String",
2737
+ },
2691
2738
  },
2692
2739
  cores: {
2693
2740
  serializedName: "cores",
2694
2741
  type: {
2695
- name: "Number"
2696
- }
2742
+ name: "Number",
2743
+ },
2697
2744
  },
2698
2745
  dataDiskStorageTier: {
2699
2746
  serializedName: "dataDiskStorageTier",
2700
2747
  type: {
2701
- name: "String"
2702
- }
2748
+ name: "String",
2749
+ },
2703
2750
  },
2704
2751
  label: {
2705
2752
  serializedName: "label",
2706
2753
  type: {
2707
- name: "String"
2708
- }
2754
+ name: "String",
2755
+ },
2709
2756
  },
2710
2757
  maxDataDiskCount: {
2711
2758
  serializedName: "maxDataDiskCount",
2712
2759
  type: {
2713
- name: "Number"
2714
- }
2760
+ name: "Number",
2761
+ },
2715
2762
  },
2716
2763
  memoryInMb: {
2717
2764
  serializedName: "memoryInMb",
2718
2765
  type: {
2719
- name: "Number"
2720
- }
2766
+ name: "Number",
2767
+ },
2721
2768
  },
2722
2769
  supportedByVirtualMachines: {
2723
2770
  serializedName: "supportedByVirtualMachines",
2724
2771
  type: {
2725
- name: "Boolean"
2726
- }
2772
+ name: "Boolean",
2773
+ },
2727
2774
  },
2728
2775
  supportedByWebWorkerRoles: {
2729
2776
  serializedName: "supportedByWebWorkerRoles",
2730
2777
  type: {
2731
- name: "Boolean"
2732
- }
2778
+ name: "Boolean",
2779
+ },
2733
2780
  },
2734
2781
  virtualMachineResourceDiskSizeInMb: {
2735
2782
  serializedName: "virtualMachineResourceDiskSizeInMb",
2736
2783
  type: {
2737
- name: "Number"
2738
- }
2784
+ name: "Number",
2785
+ },
2739
2786
  },
2740
2787
  webWorkerResourceDiskSizeInMb: {
2741
2788
  serializedName: "webWorkerResourceDiskSizeInMb",
2742
2789
  type: {
2743
- name: "Number"
2744
- }
2745
- }
2746
- }
2747
- }
2790
+ name: "Number",
2791
+ },
2792
+ },
2793
+ },
2794
+ },
2748
2795
  };
2749
2796
 
2750
2797
  export const BillingResources: coreClient.CompositeMapper = {
@@ -2755,8 +2802,8 @@ export const BillingResources: coreClient.CompositeMapper = {
2755
2802
  region: {
2756
2803
  serializedName: "region",
2757
2804
  type: {
2758
- name: "String"
2759
- }
2805
+ name: "String",
2806
+ },
2760
2807
  },
2761
2808
  billingMeters: {
2762
2809
  serializedName: "billingMeters",
@@ -2765,10 +2812,10 @@ export const BillingResources: coreClient.CompositeMapper = {
2765
2812
  element: {
2766
2813
  type: {
2767
2814
  name: "Composite",
2768
- className: "BillingMeters"
2769
- }
2770
- }
2771
- }
2815
+ className: "BillingMeters",
2816
+ },
2817
+ },
2818
+ },
2772
2819
  },
2773
2820
  diskBillingMeters: {
2774
2821
  serializedName: "diskBillingMeters",
@@ -2777,13 +2824,13 @@ export const BillingResources: coreClient.CompositeMapper = {
2777
2824
  element: {
2778
2825
  type: {
2779
2826
  name: "Composite",
2780
- className: "DiskBillingMeters"
2781
- }
2782
- }
2783
- }
2784
- }
2785
- }
2786
- }
2827
+ className: "DiskBillingMeters",
2828
+ },
2829
+ },
2830
+ },
2831
+ },
2832
+ },
2833
+ },
2787
2834
  };
2788
2835
 
2789
2836
  export const BillingMeters: coreClient.CompositeMapper = {
@@ -2794,23 +2841,23 @@ export const BillingMeters: coreClient.CompositeMapper = {
2794
2841
  meterParameter: {
2795
2842
  serializedName: "meterParameter",
2796
2843
  type: {
2797
- name: "String"
2798
- }
2844
+ name: "String",
2845
+ },
2799
2846
  },
2800
2847
  meter: {
2801
2848
  serializedName: "meter",
2802
2849
  type: {
2803
- name: "String"
2804
- }
2850
+ name: "String",
2851
+ },
2805
2852
  },
2806
2853
  unit: {
2807
2854
  serializedName: "unit",
2808
2855
  type: {
2809
- name: "String"
2810
- }
2811
- }
2812
- }
2813
- }
2856
+ name: "String",
2857
+ },
2858
+ },
2859
+ },
2860
+ },
2814
2861
  };
2815
2862
 
2816
2863
  export const DiskBillingMeters: coreClient.CompositeMapper = {
@@ -2821,45 +2868,46 @@ export const DiskBillingMeters: coreClient.CompositeMapper = {
2821
2868
  diskRpMeter: {
2822
2869
  serializedName: "diskRpMeter",
2823
2870
  type: {
2824
- name: "String"
2825
- }
2871
+ name: "String",
2872
+ },
2826
2873
  },
2827
2874
  sku: {
2828
2875
  serializedName: "sku",
2829
2876
  type: {
2830
- name: "String"
2831
- }
2877
+ name: "String",
2878
+ },
2832
2879
  },
2833
2880
  tier: {
2834
2881
  serializedName: "tier",
2835
2882
  type: {
2836
- name: "String"
2837
- }
2838
- }
2839
- }
2840
- }
2883
+ name: "String",
2884
+ },
2885
+ },
2886
+ },
2887
+ },
2841
2888
  };
2842
2889
 
2843
- export const NameAvailabilityCheckRequestParameters: coreClient.CompositeMapper = {
2844
- type: {
2845
- name: "Composite",
2846
- className: "NameAvailabilityCheckRequestParameters",
2847
- modelProperties: {
2848
- name: {
2849
- serializedName: "name",
2890
+ export const NameAvailabilityCheckRequestParameters: coreClient.CompositeMapper =
2891
+ {
2892
+ type: {
2893
+ name: "Composite",
2894
+ className: "NameAvailabilityCheckRequestParameters",
2895
+ modelProperties: {
2896
+ name: {
2897
+ serializedName: "name",
2898
+ type: {
2899
+ name: "String",
2900
+ },
2901
+ },
2850
2902
  type: {
2851
- name: "String"
2852
- }
2903
+ serializedName: "type",
2904
+ type: {
2905
+ name: "String",
2906
+ },
2907
+ },
2853
2908
  },
2854
- type: {
2855
- serializedName: "type",
2856
- type: {
2857
- name: "String"
2858
- }
2859
- }
2860
- }
2861
- }
2862
- };
2909
+ },
2910
+ };
2863
2911
 
2864
2912
  export const NameAvailabilityCheckResult: coreClient.CompositeMapper = {
2865
2913
  type: {
@@ -2869,25 +2917,25 @@ export const NameAvailabilityCheckResult: coreClient.CompositeMapper = {
2869
2917
  nameAvailable: {
2870
2918
  serializedName: "nameAvailable",
2871
2919
  type: {
2872
- name: "Boolean"
2873
- }
2920
+ name: "Boolean",
2921
+ },
2874
2922
  },
2875
2923
  reason: {
2876
2924
  serializedName: "reason",
2877
2925
  readOnly: true,
2878
2926
  type: {
2879
- name: "String"
2880
- }
2927
+ name: "String",
2928
+ },
2881
2929
  },
2882
2930
  message: {
2883
2931
  serializedName: "message",
2884
2932
  readOnly: true,
2885
2933
  type: {
2886
- name: "String"
2887
- }
2888
- }
2889
- }
2890
- }
2934
+ name: "String",
2935
+ },
2936
+ },
2937
+ },
2938
+ },
2891
2939
  };
2892
2940
 
2893
2941
  export const ClusterCreateValidationResult: coreClient.CompositeMapper = {
@@ -2902,10 +2950,10 @@ export const ClusterCreateValidationResult: coreClient.CompositeMapper = {
2902
2950
  element: {
2903
2951
  type: {
2904
2952
  name: "Composite",
2905
- className: "ValidationErrorInfo"
2906
- }
2907
- }
2908
- }
2953
+ className: "ValidationErrorInfo",
2954
+ },
2955
+ },
2956
+ },
2909
2957
  },
2910
2958
  validationWarnings: {
2911
2959
  serializedName: "validationWarnings",
@@ -2914,16 +2962,16 @@ export const ClusterCreateValidationResult: coreClient.CompositeMapper = {
2914
2962
  element: {
2915
2963
  type: {
2916
2964
  name: "Composite",
2917
- className: "ValidationErrorInfo"
2918
- }
2919
- }
2920
- }
2965
+ className: "ValidationErrorInfo",
2966
+ },
2967
+ },
2968
+ },
2921
2969
  },
2922
2970
  estimatedCreationDuration: {
2923
2971
  serializedName: "estimatedCreationDuration",
2924
2972
  type: {
2925
- name: "TimeSpan"
2926
- }
2973
+ name: "TimeSpan",
2974
+ },
2927
2975
  },
2928
2976
  aaddsResourcesDetails: {
2929
2977
  serializedName: "aaddsResourcesDetails",
@@ -2932,13 +2980,13 @@ export const ClusterCreateValidationResult: coreClient.CompositeMapper = {
2932
2980
  element: {
2933
2981
  type: {
2934
2982
  name: "Composite",
2935
- className: "AaddsResourceDetails"
2936
- }
2937
- }
2938
- }
2939
- }
2940
- }
2941
- }
2983
+ className: "AaddsResourceDetails",
2984
+ },
2985
+ },
2986
+ },
2987
+ },
2988
+ },
2989
+ },
2942
2990
  };
2943
2991
 
2944
2992
  export const ValidationErrorInfo: coreClient.CompositeMapper = {
@@ -2949,20 +2997,20 @@ export const ValidationErrorInfo: coreClient.CompositeMapper = {
2949
2997
  code: {
2950
2998
  serializedName: "code",
2951
2999
  type: {
2952
- name: "String"
2953
- }
3000
+ name: "String",
3001
+ },
2954
3002
  },
2955
3003
  message: {
2956
3004
  serializedName: "message",
2957
3005
  type: {
2958
- name: "String"
2959
- }
3006
+ name: "String",
3007
+ },
2960
3008
  },
2961
3009
  errorResource: {
2962
3010
  serializedName: "errorResource",
2963
3011
  type: {
2964
- name: "String"
2965
- }
3012
+ name: "String",
3013
+ },
2966
3014
  },
2967
3015
  messageArguments: {
2968
3016
  serializedName: "messageArguments",
@@ -2970,13 +3018,13 @@ export const ValidationErrorInfo: coreClient.CompositeMapper = {
2970
3018
  name: "Sequence",
2971
3019
  element: {
2972
3020
  type: {
2973
- name: "String"
2974
- }
2975
- }
2976
- }
2977
- }
2978
- }
2979
- }
3021
+ name: "String",
3022
+ },
3023
+ },
3024
+ },
3025
+ },
3026
+ },
3027
+ },
2980
3028
  };
2981
3029
 
2982
3030
  export const AaddsResourceDetails: coreClient.CompositeMapper = {
@@ -2987,47 +3035,47 @@ export const AaddsResourceDetails: coreClient.CompositeMapper = {
2987
3035
  domainName: {
2988
3036
  serializedName: "domainName",
2989
3037
  type: {
2990
- name: "String"
2991
- }
3038
+ name: "String",
3039
+ },
2992
3040
  },
2993
3041
  initialSyncComplete: {
2994
3042
  serializedName: "initialSyncComplete",
2995
3043
  type: {
2996
- name: "Boolean"
2997
- }
3044
+ name: "Boolean",
3045
+ },
2998
3046
  },
2999
3047
  ldapsEnabled: {
3000
3048
  serializedName: "ldapsEnabled",
3001
3049
  type: {
3002
- name: "Boolean"
3003
- }
3050
+ name: "Boolean",
3051
+ },
3004
3052
  },
3005
3053
  ldapsPublicCertificateInBase64: {
3006
3054
  serializedName: "ldapsPublicCertificateInBase64",
3007
3055
  type: {
3008
- name: "String"
3009
- }
3056
+ name: "String",
3057
+ },
3010
3058
  },
3011
3059
  resourceId: {
3012
3060
  serializedName: "resourceId",
3013
3061
  type: {
3014
- name: "String"
3015
- }
3062
+ name: "String",
3063
+ },
3016
3064
  },
3017
3065
  subnetId: {
3018
3066
  serializedName: "subnetId",
3019
3067
  type: {
3020
- name: "String"
3021
- }
3068
+ name: "String",
3069
+ },
3022
3070
  },
3023
3071
  tenantId: {
3024
3072
  serializedName: "tenantId",
3025
3073
  type: {
3026
- name: "String"
3027
- }
3028
- }
3029
- }
3030
- }
3074
+ name: "String",
3075
+ },
3076
+ },
3077
+ },
3078
+ },
3031
3079
  };
3032
3080
 
3033
3081
  export const OperationListResult: coreClient.CompositeMapper = {
@@ -3042,19 +3090,19 @@ export const OperationListResult: coreClient.CompositeMapper = {
3042
3090
  element: {
3043
3091
  type: {
3044
3092
  name: "Composite",
3045
- className: "Operation"
3046
- }
3047
- }
3048
- }
3093
+ className: "Operation",
3094
+ },
3095
+ },
3096
+ },
3049
3097
  },
3050
3098
  nextLink: {
3051
3099
  serializedName: "nextLink",
3052
3100
  type: {
3053
- name: "String"
3054
- }
3055
- }
3056
- }
3057
- }
3101
+ name: "String",
3102
+ },
3103
+ },
3104
+ },
3105
+ },
3058
3106
  };
3059
3107
 
3060
3108
  export const Operation: coreClient.CompositeMapper = {
@@ -3065,25 +3113,25 @@ export const Operation: coreClient.CompositeMapper = {
3065
3113
  name: {
3066
3114
  serializedName: "name",
3067
3115
  type: {
3068
- name: "String"
3069
- }
3116
+ name: "String",
3117
+ },
3070
3118
  },
3071
3119
  display: {
3072
3120
  serializedName: "display",
3073
3121
  type: {
3074
3122
  name: "Composite",
3075
- className: "OperationDisplay"
3076
- }
3123
+ className: "OperationDisplay",
3124
+ },
3077
3125
  },
3078
3126
  properties: {
3079
3127
  serializedName: "properties",
3080
3128
  type: {
3081
3129
  name: "Composite",
3082
- className: "OperationProperties"
3083
- }
3084
- }
3085
- }
3086
- }
3130
+ className: "OperationProperties",
3131
+ },
3132
+ },
3133
+ },
3134
+ },
3087
3135
  };
3088
3136
 
3089
3137
  export const OperationDisplay: coreClient.CompositeMapper = {
@@ -3094,29 +3142,29 @@ export const OperationDisplay: coreClient.CompositeMapper = {
3094
3142
  provider: {
3095
3143
  serializedName: "provider",
3096
3144
  type: {
3097
- name: "String"
3098
- }
3145
+ name: "String",
3146
+ },
3099
3147
  },
3100
3148
  resource: {
3101
3149
  serializedName: "resource",
3102
3150
  type: {
3103
- name: "String"
3104
- }
3151
+ name: "String",
3152
+ },
3105
3153
  },
3106
3154
  operation: {
3107
3155
  serializedName: "operation",
3108
3156
  type: {
3109
- name: "String"
3110
- }
3157
+ name: "String",
3158
+ },
3111
3159
  },
3112
3160
  description: {
3113
3161
  serializedName: "description",
3114
3162
  type: {
3115
- name: "String"
3116
- }
3117
- }
3118
- }
3119
- }
3163
+ name: "String",
3164
+ },
3165
+ },
3166
+ },
3167
+ },
3120
3168
  };
3121
3169
 
3122
3170
  export const OperationProperties: coreClient.CompositeMapper = {
@@ -3128,11 +3176,11 @@ export const OperationProperties: coreClient.CompositeMapper = {
3128
3176
  serializedName: "serviceSpecification",
3129
3177
  type: {
3130
3178
  name: "Composite",
3131
- className: "ServiceSpecification"
3132
- }
3133
- }
3134
- }
3135
- }
3179
+ className: "ServiceSpecification",
3180
+ },
3181
+ },
3182
+ },
3183
+ },
3136
3184
  };
3137
3185
 
3138
3186
  export const ServiceSpecification: coreClient.CompositeMapper = {
@@ -3147,13 +3195,13 @@ export const ServiceSpecification: coreClient.CompositeMapper = {
3147
3195
  element: {
3148
3196
  type: {
3149
3197
  name: "Composite",
3150
- className: "MetricSpecifications"
3151
- }
3152
- }
3153
- }
3154
- }
3155
- }
3156
- }
3198
+ className: "MetricSpecifications",
3199
+ },
3200
+ },
3201
+ },
3202
+ },
3203
+ },
3204
+ },
3157
3205
  };
3158
3206
 
3159
3207
  export const MetricSpecifications: coreClient.CompositeMapper = {
@@ -3164,32 +3212,32 @@ export const MetricSpecifications: coreClient.CompositeMapper = {
3164
3212
  name: {
3165
3213
  serializedName: "name",
3166
3214
  type: {
3167
- name: "String"
3168
- }
3215
+ name: "String",
3216
+ },
3169
3217
  },
3170
3218
  displayName: {
3171
3219
  serializedName: "displayName",
3172
3220
  type: {
3173
- name: "String"
3174
- }
3221
+ name: "String",
3222
+ },
3175
3223
  },
3176
3224
  displayDescription: {
3177
3225
  serializedName: "displayDescription",
3178
3226
  type: {
3179
- name: "String"
3180
- }
3227
+ name: "String",
3228
+ },
3181
3229
  },
3182
3230
  unit: {
3183
3231
  serializedName: "unit",
3184
3232
  type: {
3185
- name: "String"
3186
- }
3233
+ name: "String",
3234
+ },
3187
3235
  },
3188
3236
  aggregationType: {
3189
3237
  serializedName: "aggregationType",
3190
3238
  type: {
3191
- name: "String"
3192
- }
3239
+ name: "String",
3240
+ },
3193
3241
  },
3194
3242
  supportedAggregationTypes: {
3195
3243
  serializedName: "supportedAggregationTypes",
@@ -3197,10 +3245,10 @@ export const MetricSpecifications: coreClient.CompositeMapper = {
3197
3245
  name: "Sequence",
3198
3246
  element: {
3199
3247
  type: {
3200
- name: "String"
3201
- }
3202
- }
3203
- }
3248
+ name: "String",
3249
+ },
3250
+ },
3251
+ },
3204
3252
  },
3205
3253
  supportedTimeGrainTypes: {
3206
3254
  serializedName: "supportedTimeGrainTypes",
@@ -3208,64 +3256,64 @@ export const MetricSpecifications: coreClient.CompositeMapper = {
3208
3256
  name: "Sequence",
3209
3257
  element: {
3210
3258
  type: {
3211
- name: "String"
3212
- }
3213
- }
3214
- }
3259
+ name: "String",
3260
+ },
3261
+ },
3262
+ },
3215
3263
  },
3216
3264
  enableRegionalMdmAccount: {
3217
3265
  serializedName: "enableRegionalMdmAccount",
3218
3266
  type: {
3219
- name: "Boolean"
3220
- }
3267
+ name: "Boolean",
3268
+ },
3221
3269
  },
3222
3270
  sourceMdmAccount: {
3223
3271
  serializedName: "sourceMdmAccount",
3224
3272
  type: {
3225
- name: "String"
3226
- }
3273
+ name: "String",
3274
+ },
3227
3275
  },
3228
3276
  sourceMdmNamespace: {
3229
3277
  serializedName: "sourceMdmNamespace",
3230
3278
  type: {
3231
- name: "String"
3232
- }
3279
+ name: "String",
3280
+ },
3233
3281
  },
3234
3282
  metricFilterPattern: {
3235
3283
  serializedName: "metricFilterPattern",
3236
3284
  type: {
3237
- name: "String"
3238
- }
3285
+ name: "String",
3286
+ },
3239
3287
  },
3240
3288
  fillGapWithZero: {
3241
3289
  serializedName: "fillGapWithZero",
3242
3290
  type: {
3243
- name: "Boolean"
3244
- }
3291
+ name: "Boolean",
3292
+ },
3245
3293
  },
3246
3294
  category: {
3247
3295
  serializedName: "category",
3248
3296
  type: {
3249
- name: "String"
3250
- }
3297
+ name: "String",
3298
+ },
3251
3299
  },
3252
3300
  resourceIdDimensionNameOverride: {
3253
3301
  serializedName: "resourceIdDimensionNameOverride",
3254
3302
  type: {
3255
- name: "String"
3256
- }
3303
+ name: "String",
3304
+ },
3257
3305
  },
3258
3306
  isInternal: {
3259
3307
  serializedName: "isInternal",
3260
3308
  type: {
3261
- name: "Boolean"
3262
- }
3309
+ name: "Boolean",
3310
+ },
3263
3311
  },
3264
3312
  delegateMetricNameOverride: {
3265
3313
  serializedName: "delegateMetricNameOverride",
3266
3314
  type: {
3267
- name: "String"
3268
- }
3315
+ name: "String",
3316
+ },
3269
3317
  },
3270
3318
  dimensions: {
3271
3319
  serializedName: "dimensions",
@@ -3274,13 +3322,13 @@ export const MetricSpecifications: coreClient.CompositeMapper = {
3274
3322
  element: {
3275
3323
  type: {
3276
3324
  name: "Composite",
3277
- className: "Dimension"
3278
- }
3279
- }
3280
- }
3281
- }
3282
- }
3283
- }
3325
+ className: "Dimension",
3326
+ },
3327
+ },
3328
+ },
3329
+ },
3330
+ },
3331
+ },
3284
3332
  };
3285
3333
 
3286
3334
  export const Dimension: coreClient.CompositeMapper = {
@@ -3291,29 +3339,29 @@ export const Dimension: coreClient.CompositeMapper = {
3291
3339
  name: {
3292
3340
  serializedName: "name",
3293
3341
  type: {
3294
- name: "String"
3295
- }
3342
+ name: "String",
3343
+ },
3296
3344
  },
3297
3345
  displayName: {
3298
3346
  serializedName: "displayName",
3299
3347
  type: {
3300
- name: "String"
3301
- }
3348
+ name: "String",
3349
+ },
3302
3350
  },
3303
3351
  internalName: {
3304
3352
  serializedName: "internalName",
3305
3353
  type: {
3306
- name: "String"
3307
- }
3354
+ name: "String",
3355
+ },
3308
3356
  },
3309
3357
  toBeExportedForShoebox: {
3310
3358
  serializedName: "toBeExportedForShoebox",
3311
3359
  type: {
3312
- name: "Boolean"
3313
- }
3314
- }
3315
- }
3316
- }
3360
+ name: "Boolean",
3361
+ },
3362
+ },
3363
+ },
3364
+ },
3317
3365
  };
3318
3366
 
3319
3367
  export const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {
@@ -3328,20 +3376,20 @@ export const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {
3328
3376
  element: {
3329
3377
  type: {
3330
3378
  name: "Composite",
3331
- className: "PrivateEndpointConnection"
3332
- }
3333
- }
3334
- }
3379
+ className: "PrivateEndpointConnection",
3380
+ },
3381
+ },
3382
+ },
3335
3383
  },
3336
3384
  nextLink: {
3337
3385
  serializedName: "nextLink",
3338
3386
  readOnly: true,
3339
3387
  type: {
3340
- name: "String"
3341
- }
3342
- }
3343
- }
3344
- }
3388
+ name: "String",
3389
+ },
3390
+ },
3391
+ },
3392
+ },
3345
3393
  };
3346
3394
 
3347
3395
  export const PrivateLinkResourceListResult: coreClient.CompositeMapper = {
@@ -3356,13 +3404,13 @@ export const PrivateLinkResourceListResult: coreClient.CompositeMapper = {
3356
3404
  element: {
3357
3405
  type: {
3358
3406
  name: "Composite",
3359
- className: "PrivateLinkResource"
3360
- }
3361
- }
3362
- }
3363
- }
3364
- }
3365
- }
3407
+ className: "PrivateLinkResource",
3408
+ },
3409
+ },
3410
+ },
3411
+ },
3412
+ },
3413
+ },
3366
3414
  };
3367
3415
 
3368
3416
  export const ExecuteScriptActionParameters: coreClient.CompositeMapper = {
@@ -3377,20 +3425,20 @@ export const ExecuteScriptActionParameters: coreClient.CompositeMapper = {
3377
3425
  element: {
3378
3426
  type: {
3379
3427
  name: "Composite",
3380
- className: "RuntimeScriptAction"
3381
- }
3382
- }
3383
- }
3428
+ className: "RuntimeScriptAction",
3429
+ },
3430
+ },
3431
+ },
3384
3432
  },
3385
3433
  persistOnSuccess: {
3386
3434
  serializedName: "persistOnSuccess",
3387
3435
  required: true,
3388
3436
  type: {
3389
- name: "Boolean"
3390
- }
3391
- }
3392
- }
3393
- }
3437
+ name: "Boolean",
3438
+ },
3439
+ },
3440
+ },
3441
+ },
3394
3442
  };
3395
3443
 
3396
3444
  export const ScriptActionsList: coreClient.CompositeMapper = {
@@ -3405,20 +3453,20 @@ export const ScriptActionsList: coreClient.CompositeMapper = {
3405
3453
  element: {
3406
3454
  type: {
3407
3455
  name: "Composite",
3408
- className: "RuntimeScriptActionDetail"
3409
- }
3410
- }
3411
- }
3456
+ className: "RuntimeScriptActionDetail",
3457
+ },
3458
+ },
3459
+ },
3412
3460
  },
3413
3461
  nextLink: {
3414
3462
  serializedName: "nextLink",
3415
3463
  readOnly: true,
3416
3464
  type: {
3417
- name: "String"
3418
- }
3419
- }
3420
- }
3421
- }
3465
+ name: "String",
3466
+ },
3467
+ },
3468
+ },
3469
+ },
3422
3470
  };
3423
3471
 
3424
3472
  export const ScriptActionExecutionSummary: coreClient.CompositeMapper = {
@@ -3430,18 +3478,18 @@ export const ScriptActionExecutionSummary: coreClient.CompositeMapper = {
3430
3478
  serializedName: "status",
3431
3479
  readOnly: true,
3432
3480
  type: {
3433
- name: "String"
3434
- }
3481
+ name: "String",
3482
+ },
3435
3483
  },
3436
3484
  instanceCount: {
3437
3485
  serializedName: "instanceCount",
3438
3486
  readOnly: true,
3439
3487
  type: {
3440
- name: "Number"
3441
- }
3442
- }
3443
- }
3444
- }
3488
+ name: "Number",
3489
+ },
3490
+ },
3491
+ },
3492
+ },
3445
3493
  };
3446
3494
 
3447
3495
  export const ScriptActionExecutionHistoryList: coreClient.CompositeMapper = {
@@ -3457,20 +3505,20 @@ export const ScriptActionExecutionHistoryList: coreClient.CompositeMapper = {
3457
3505
  element: {
3458
3506
  type: {
3459
3507
  name: "Composite",
3460
- className: "RuntimeScriptActionDetail"
3461
- }
3462
- }
3463
- }
3508
+ className: "RuntimeScriptActionDetail",
3509
+ },
3510
+ },
3511
+ },
3464
3512
  },
3465
3513
  nextLink: {
3466
3514
  serializedName: "nextLink",
3467
3515
  readOnly: true,
3468
3516
  type: {
3469
- name: "String"
3470
- }
3471
- }
3472
- }
3473
- }
3517
+ name: "String",
3518
+ },
3519
+ },
3520
+ },
3521
+ },
3474
3522
  };
3475
3523
 
3476
3524
  export const HostInfo: coreClient.CompositeMapper = {
@@ -3481,96 +3529,98 @@ export const HostInfo: coreClient.CompositeMapper = {
3481
3529
  name: {
3482
3530
  serializedName: "name",
3483
3531
  type: {
3484
- name: "String"
3485
- }
3532
+ name: "String",
3533
+ },
3486
3534
  },
3487
3535
  fqdn: {
3488
3536
  serializedName: "fqdn",
3489
3537
  type: {
3490
- name: "String"
3491
- }
3538
+ name: "String",
3539
+ },
3492
3540
  },
3493
3541
  effectiveDiskEncryptionKeyUrl: {
3494
3542
  serializedName: "effectiveDiskEncryptionKeyUrl",
3495
3543
  type: {
3496
- name: "String"
3497
- }
3498
- }
3499
- }
3500
- }
3501
- };
3502
-
3503
- export const ClusterListPersistedScriptActionsResult: coreClient.CompositeMapper = {
3504
- type: {
3505
- name: "Composite",
3506
- className: "ClusterListPersistedScriptActionsResult",
3507
- modelProperties: {
3508
- value: {
3509
- serializedName: "value",
3510
- type: {
3511
- name: "Sequence",
3512
- element: {
3513
- type: {
3514
- name: "Composite",
3515
- className: "RuntimeScriptAction"
3516
- }
3517
- }
3518
- }
3519
- },
3520
- nextLink: {
3521
- serializedName: "nextLink",
3522
- readOnly: true,
3523
- type: {
3524
- name: "String"
3525
- }
3526
- }
3527
- }
3528
- }
3529
- };
3530
-
3531
- export const ScriptActionPersistedGetResponseSpec: coreClient.CompositeMapper = {
3532
- type: {
3533
- name: "Composite",
3534
- className: "ScriptActionPersistedGetResponseSpec",
3535
- modelProperties: {
3536
- name: {
3537
- serializedName: "name",
3538
- type: {
3539
- name: "String"
3540
- }
3541
- },
3542
- uri: {
3543
- serializedName: "uri",
3544
- type: {
3545
- name: "String"
3546
- }
3547
- },
3548
- parameters: {
3549
- serializedName: "parameters",
3550
- type: {
3551
- name: "String"
3552
- }
3553
- },
3554
- roles: {
3555
- serializedName: "roles",
3556
- type: {
3557
- name: "Sequence",
3558
- element: {
3559
- type: {
3560
- name: "String"
3561
- }
3562
- }
3563
- }
3564
- },
3565
- applicationName: {
3566
- serializedName: "applicationName",
3567
- type: {
3568
- name: "String"
3569
- }
3570
- }
3571
- }
3572
- }
3573
- };
3544
+ name: "String",
3545
+ },
3546
+ },
3547
+ },
3548
+ },
3549
+ };
3550
+
3551
+ export const ClusterListPersistedScriptActionsResult: coreClient.CompositeMapper =
3552
+ {
3553
+ type: {
3554
+ name: "Composite",
3555
+ className: "ClusterListPersistedScriptActionsResult",
3556
+ modelProperties: {
3557
+ value: {
3558
+ serializedName: "value",
3559
+ type: {
3560
+ name: "Sequence",
3561
+ element: {
3562
+ type: {
3563
+ name: "Composite",
3564
+ className: "RuntimeScriptAction",
3565
+ },
3566
+ },
3567
+ },
3568
+ },
3569
+ nextLink: {
3570
+ serializedName: "nextLink",
3571
+ readOnly: true,
3572
+ type: {
3573
+ name: "String",
3574
+ },
3575
+ },
3576
+ },
3577
+ },
3578
+ };
3579
+
3580
+ export const ScriptActionPersistedGetResponseSpec: coreClient.CompositeMapper =
3581
+ {
3582
+ type: {
3583
+ name: "Composite",
3584
+ className: "ScriptActionPersistedGetResponseSpec",
3585
+ modelProperties: {
3586
+ name: {
3587
+ serializedName: "name",
3588
+ type: {
3589
+ name: "String",
3590
+ },
3591
+ },
3592
+ uri: {
3593
+ serializedName: "uri",
3594
+ type: {
3595
+ name: "String",
3596
+ },
3597
+ },
3598
+ parameters: {
3599
+ serializedName: "parameters",
3600
+ type: {
3601
+ name: "String",
3602
+ },
3603
+ },
3604
+ roles: {
3605
+ serializedName: "roles",
3606
+ type: {
3607
+ name: "Sequence",
3608
+ element: {
3609
+ type: {
3610
+ name: "String",
3611
+ },
3612
+ },
3613
+ },
3614
+ },
3615
+ applicationName: {
3616
+ serializedName: "applicationName",
3617
+ type: {
3618
+ name: "String",
3619
+ },
3620
+ },
3621
+ },
3622
+ },
3623
+ };
3574
3624
 
3575
3625
  export const RuntimeScriptActionDetail: coreClient.CompositeMapper = {
3576
3626
  type: {
@@ -3582,36 +3632,36 @@ export const RuntimeScriptActionDetail: coreClient.CompositeMapper = {
3582
3632
  serializedName: "scriptExecutionId",
3583
3633
  readOnly: true,
3584
3634
  type: {
3585
- name: "Number"
3586
- }
3635
+ name: "Number",
3636
+ },
3587
3637
  },
3588
3638
  startTime: {
3589
3639
  serializedName: "startTime",
3590
3640
  readOnly: true,
3591
3641
  type: {
3592
- name: "String"
3593
- }
3642
+ name: "String",
3643
+ },
3594
3644
  },
3595
3645
  endTime: {
3596
3646
  serializedName: "endTime",
3597
3647
  readOnly: true,
3598
3648
  type: {
3599
- name: "String"
3600
- }
3649
+ name: "String",
3650
+ },
3601
3651
  },
3602
3652
  status: {
3603
3653
  serializedName: "status",
3604
3654
  readOnly: true,
3605
3655
  type: {
3606
- name: "String"
3607
- }
3656
+ name: "String",
3657
+ },
3608
3658
  },
3609
3659
  operation: {
3610
3660
  serializedName: "operation",
3611
3661
  readOnly: true,
3612
3662
  type: {
3613
- name: "String"
3614
- }
3663
+ name: "String",
3664
+ },
3615
3665
  },
3616
3666
  executionSummary: {
3617
3667
  serializedName: "executionSummary",
@@ -3621,20 +3671,20 @@ export const RuntimeScriptActionDetail: coreClient.CompositeMapper = {
3621
3671
  element: {
3622
3672
  type: {
3623
3673
  name: "Composite",
3624
- className: "ScriptActionExecutionSummary"
3625
- }
3626
- }
3627
- }
3674
+ className: "ScriptActionExecutionSummary",
3675
+ },
3676
+ },
3677
+ },
3628
3678
  },
3629
3679
  debugInformation: {
3630
3680
  serializedName: "debugInformation",
3631
3681
  readOnly: true,
3632
3682
  type: {
3633
- name: "String"
3634
- }
3635
- }
3636
- }
3637
- }
3683
+ name: "String",
3684
+ },
3685
+ },
3686
+ },
3687
+ },
3638
3688
  };
3639
3689
 
3640
3690
  export const ProxyResource: coreClient.CompositeMapper = {
@@ -3642,9 +3692,9 @@ export const ProxyResource: coreClient.CompositeMapper = {
3642
3692
  name: "Composite",
3643
3693
  className: "ProxyResource",
3644
3694
  modelProperties: {
3645
- ...Resource.type.modelProperties
3646
- }
3647
- }
3695
+ ...Resource.type.modelProperties,
3696
+ },
3697
+ },
3648
3698
  };
3649
3699
 
3650
3700
  export const PrivateEndpointConnection: coreClient.CompositeMapper = {
@@ -3657,74 +3707,75 @@ export const PrivateEndpointConnection: coreClient.CompositeMapper = {
3657
3707
  serializedName: "systemData",
3658
3708
  type: {
3659
3709
  name: "Composite",
3660
- className: "SystemData"
3661
- }
3710
+ className: "SystemData",
3711
+ },
3662
3712
  },
3663
3713
  privateEndpoint: {
3664
3714
  serializedName: "properties.privateEndpoint",
3665
3715
  type: {
3666
3716
  name: "Composite",
3667
- className: "PrivateEndpoint"
3668
- }
3717
+ className: "PrivateEndpoint",
3718
+ },
3669
3719
  },
3670
3720
  privateLinkServiceConnectionState: {
3671
3721
  serializedName: "properties.privateLinkServiceConnectionState",
3672
3722
  type: {
3673
3723
  name: "Composite",
3674
- className: "PrivateLinkServiceConnectionState"
3675
- }
3724
+ className: "PrivateLinkServiceConnectionState",
3725
+ },
3676
3726
  },
3677
3727
  linkIdentifier: {
3678
3728
  serializedName: "properties.linkIdentifier",
3679
3729
  readOnly: true,
3680
3730
  type: {
3681
- name: "String"
3682
- }
3731
+ name: "String",
3732
+ },
3683
3733
  },
3684
3734
  provisioningState: {
3685
3735
  serializedName: "properties.provisioningState",
3686
3736
  readOnly: true,
3687
3737
  type: {
3688
- name: "String"
3689
- }
3690
- }
3691
- }
3692
- }
3693
- };
3694
-
3695
- export const ClusterCreateRequestValidationParameters: coreClient.CompositeMapper = {
3696
- type: {
3697
- name: "Composite",
3698
- className: "ClusterCreateRequestValidationParameters",
3699
- modelProperties: {
3700
- ...ClusterCreateParametersExtended.type.modelProperties,
3701
- name: {
3702
- serializedName: "name",
3703
- type: {
3704
- name: "String"
3705
- }
3706
- },
3707
- type: {
3708
- serializedName: "type",
3709
- type: {
3710
- name: "String"
3711
- }
3712
- },
3713
- tenantId: {
3714
- serializedName: "tenantId",
3715
- type: {
3716
- name: "String"
3717
- }
3718
- },
3719
- fetchAaddsResource: {
3720
- serializedName: "fetchAaddsResource",
3721
- type: {
3722
- name: "Boolean"
3723
- }
3724
- }
3725
- }
3726
- }
3727
- };
3738
+ name: "String",
3739
+ },
3740
+ },
3741
+ },
3742
+ },
3743
+ };
3744
+
3745
+ export const ClusterCreateRequestValidationParameters: coreClient.CompositeMapper =
3746
+ {
3747
+ type: {
3748
+ name: "Composite",
3749
+ className: "ClusterCreateRequestValidationParameters",
3750
+ modelProperties: {
3751
+ ...ClusterCreateParametersExtended.type.modelProperties,
3752
+ name: {
3753
+ serializedName: "name",
3754
+ type: {
3755
+ name: "String",
3756
+ },
3757
+ },
3758
+ type: {
3759
+ serializedName: "type",
3760
+ type: {
3761
+ name: "String",
3762
+ },
3763
+ },
3764
+ tenantId: {
3765
+ serializedName: "tenantId",
3766
+ type: {
3767
+ name: "String",
3768
+ },
3769
+ },
3770
+ fetchAaddsResource: {
3771
+ serializedName: "fetchAaddsResource",
3772
+ type: {
3773
+ name: "Boolean",
3774
+ },
3775
+ },
3776
+ },
3777
+ },
3778
+ };
3728
3779
 
3729
3780
  export const TrackedResource: coreClient.CompositeMapper = {
3730
3781
  type: {
@@ -3736,18 +3787,18 @@ export const TrackedResource: coreClient.CompositeMapper = {
3736
3787
  serializedName: "tags",
3737
3788
  type: {
3738
3789
  name: "Dictionary",
3739
- value: { type: { name: "String" } }
3740
- }
3790
+ value: { type: { name: "String" } },
3791
+ },
3741
3792
  },
3742
3793
  location: {
3743
3794
  serializedName: "location",
3744
3795
  required: true,
3745
3796
  type: {
3746
- name: "String"
3747
- }
3748
- }
3749
- }
3750
- }
3797
+ name: "String",
3798
+ },
3799
+ },
3800
+ },
3801
+ },
3751
3802
  };
3752
3803
 
3753
3804
  export const PrivateLinkResource: coreClient.CompositeMapper = {
@@ -3760,15 +3811,15 @@ export const PrivateLinkResource: coreClient.CompositeMapper = {
3760
3811
  serializedName: "systemData",
3761
3812
  type: {
3762
3813
  name: "Composite",
3763
- className: "SystemData"
3764
- }
3814
+ className: "SystemData",
3815
+ },
3765
3816
  },
3766
3817
  groupId: {
3767
3818
  serializedName: "properties.groupId",
3768
3819
  readOnly: true,
3769
3820
  type: {
3770
- name: "String"
3771
- }
3821
+ name: "String",
3822
+ },
3772
3823
  },
3773
3824
  requiredMembers: {
3774
3825
  serializedName: "properties.requiredMembers",
@@ -3777,10 +3828,10 @@ export const PrivateLinkResource: coreClient.CompositeMapper = {
3777
3828
  name: "Sequence",
3778
3829
  element: {
3779
3830
  type: {
3780
- name: "String"
3781
- }
3782
- }
3783
- }
3831
+ name: "String",
3832
+ },
3833
+ },
3834
+ },
3784
3835
  },
3785
3836
  requiredZoneNames: {
3786
3837
  serializedName: "properties.requiredZoneNames",
@@ -3788,13 +3839,13 @@ export const PrivateLinkResource: coreClient.CompositeMapper = {
3788
3839
  name: "Sequence",
3789
3840
  element: {
3790
3841
  type: {
3791
- name: "String"
3792
- }
3793
- }
3794
- }
3795
- }
3796
- }
3797
- }
3842
+ name: "String",
3843
+ },
3844
+ },
3845
+ },
3846
+ },
3847
+ },
3848
+ },
3798
3849
  };
3799
3850
 
3800
3851
  export const Application: coreClient.CompositeMapper = {
@@ -3806,32 +3857,32 @@ export const Application: coreClient.CompositeMapper = {
3806
3857
  etag: {
3807
3858
  serializedName: "etag",
3808
3859
  type: {
3809
- name: "String"
3810
- }
3860
+ name: "String",
3861
+ },
3811
3862
  },
3812
3863
  tags: {
3813
3864
  serializedName: "tags",
3814
3865
  type: {
3815
3866
  name: "Dictionary",
3816
- value: { type: { name: "String" } }
3817
- }
3867
+ value: { type: { name: "String" } },
3868
+ },
3818
3869
  },
3819
3870
  properties: {
3820
3871
  serializedName: "properties",
3821
3872
  type: {
3822
3873
  name: "Composite",
3823
- className: "ApplicationProperties"
3824
- }
3874
+ className: "ApplicationProperties",
3875
+ },
3825
3876
  },
3826
3877
  systemData: {
3827
3878
  serializedName: "systemData",
3828
3879
  type: {
3829
3880
  name: "Composite",
3830
- className: "SystemData"
3831
- }
3832
- }
3833
- }
3834
- }
3881
+ className: "SystemData",
3882
+ },
3883
+ },
3884
+ },
3885
+ },
3835
3886
  };
3836
3887
 
3837
3888
  export const Cluster: coreClient.CompositeMapper = {
@@ -3843,8 +3894,8 @@ export const Cluster: coreClient.CompositeMapper = {
3843
3894
  etag: {
3844
3895
  serializedName: "etag",
3845
3896
  type: {
3846
- name: "String"
3847
- }
3897
+ name: "String",
3898
+ },
3848
3899
  },
3849
3900
  zones: {
3850
3901
  serializedName: "zones",
@@ -3852,32 +3903,32 @@ export const Cluster: coreClient.CompositeMapper = {
3852
3903
  name: "Sequence",
3853
3904
  element: {
3854
3905
  type: {
3855
- name: "String"
3856
- }
3857
- }
3858
- }
3906
+ name: "String",
3907
+ },
3908
+ },
3909
+ },
3859
3910
  },
3860
3911
  properties: {
3861
3912
  serializedName: "properties",
3862
3913
  type: {
3863
3914
  name: "Composite",
3864
- className: "ClusterGetProperties"
3865
- }
3915
+ className: "ClusterGetProperties",
3916
+ },
3866
3917
  },
3867
3918
  identity: {
3868
3919
  serializedName: "identity",
3869
3920
  type: {
3870
3921
  name: "Composite",
3871
- className: "ClusterIdentity"
3872
- }
3922
+ className: "ClusterIdentity",
3923
+ },
3873
3924
  },
3874
3925
  systemData: {
3875
3926
  serializedName: "systemData",
3876
3927
  type: {
3877
3928
  name: "Composite",
3878
- className: "SystemData"
3879
- }
3880
- }
3881
- }
3882
- }
3929
+ className: "SystemData",
3930
+ },
3931
+ },
3932
+ },
3933
+ },
3883
3934
  };