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