@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
@@ -18,13 +18,17 @@ import {
18
18
  ExtensionsGetAzureMonitorStatusOptionalParams,
19
19
  ExtensionsGetAzureMonitorStatusResponse,
20
20
  ExtensionsDisableAzureMonitorOptionalParams,
21
+ ExtensionsEnableAzureMonitorAgentOptionalParams,
22
+ ExtensionsGetAzureMonitorAgentStatusOptionalParams,
23
+ ExtensionsGetAzureMonitorAgentStatusResponse,
24
+ ExtensionsDisableAzureMonitorAgentOptionalParams,
21
25
  Extension,
22
26
  ExtensionsCreateOptionalParams,
23
27
  ExtensionsGetOptionalParams,
24
28
  ExtensionsGetResponse,
25
29
  ExtensionsDeleteOptionalParams,
26
30
  ExtensionsGetAzureAsyncOperationStatusOptionalParams,
27
- ExtensionsGetAzureAsyncOperationStatusResponse
31
+ ExtensionsGetAzureAsyncOperationStatusResponse,
28
32
  } from "../models";
29
33
 
30
34
  /** Interface representing a Extensions. */
@@ -40,7 +44,7 @@ export interface Extensions {
40
44
  resourceGroupName: string,
41
45
  clusterName: string,
42
46
  parameters: ClusterMonitoringRequest,
43
- options?: ExtensionsEnableMonitoringOptionalParams
47
+ options?: ExtensionsEnableMonitoringOptionalParams,
44
48
  ): Promise<SimplePollerLike<OperationState<void>, void>>;
45
49
  /**
46
50
  * Enables the Operations Management Suite (OMS) on the HDInsight cluster.
@@ -53,7 +57,7 @@ export interface Extensions {
53
57
  resourceGroupName: string,
54
58
  clusterName: string,
55
59
  parameters: ClusterMonitoringRequest,
56
- options?: ExtensionsEnableMonitoringOptionalParams
60
+ options?: ExtensionsEnableMonitoringOptionalParams,
57
61
  ): Promise<void>;
58
62
  /**
59
63
  * Gets the status of Operations Management Suite (OMS) on the HDInsight cluster.
@@ -64,7 +68,7 @@ export interface Extensions {
64
68
  getMonitoringStatus(
65
69
  resourceGroupName: string,
66
70
  clusterName: string,
67
- options?: ExtensionsGetMonitoringStatusOptionalParams
71
+ options?: ExtensionsGetMonitoringStatusOptionalParams,
68
72
  ): Promise<ExtensionsGetMonitoringStatusResponse>;
69
73
  /**
70
74
  * Disables the Operations Management Suite (OMS) on the HDInsight cluster.
@@ -75,7 +79,7 @@ export interface Extensions {
75
79
  beginDisableMonitoring(
76
80
  resourceGroupName: string,
77
81
  clusterName: string,
78
- options?: ExtensionsDisableMonitoringOptionalParams
82
+ options?: ExtensionsDisableMonitoringOptionalParams,
79
83
  ): Promise<SimplePollerLike<OperationState<void>, void>>;
80
84
  /**
81
85
  * Disables the Operations Management Suite (OMS) on the HDInsight cluster.
@@ -86,7 +90,7 @@ export interface Extensions {
86
90
  beginDisableMonitoringAndWait(
87
91
  resourceGroupName: string,
88
92
  clusterName: string,
89
- options?: ExtensionsDisableMonitoringOptionalParams
93
+ options?: ExtensionsDisableMonitoringOptionalParams,
90
94
  ): Promise<void>;
91
95
  /**
92
96
  * Enables the Azure Monitor on the HDInsight cluster.
@@ -99,7 +103,7 @@ export interface Extensions {
99
103
  resourceGroupName: string,
100
104
  clusterName: string,
101
105
  parameters: AzureMonitorRequest,
102
- options?: ExtensionsEnableAzureMonitorOptionalParams
106
+ options?: ExtensionsEnableAzureMonitorOptionalParams,
103
107
  ): Promise<SimplePollerLike<OperationState<void>, void>>;
104
108
  /**
105
109
  * Enables the Azure Monitor on the HDInsight cluster.
@@ -112,7 +116,7 @@ export interface Extensions {
112
116
  resourceGroupName: string,
113
117
  clusterName: string,
114
118
  parameters: AzureMonitorRequest,
115
- options?: ExtensionsEnableAzureMonitorOptionalParams
119
+ options?: ExtensionsEnableAzureMonitorOptionalParams,
116
120
  ): Promise<void>;
117
121
  /**
118
122
  * Gets the status of Azure Monitor on the HDInsight cluster.
@@ -123,7 +127,7 @@ export interface Extensions {
123
127
  getAzureMonitorStatus(
124
128
  resourceGroupName: string,
125
129
  clusterName: string,
126
- options?: ExtensionsGetAzureMonitorStatusOptionalParams
130
+ options?: ExtensionsGetAzureMonitorStatusOptionalParams,
127
131
  ): Promise<ExtensionsGetAzureMonitorStatusResponse>;
128
132
  /**
129
133
  * Disables the Azure Monitor on the HDInsight cluster.
@@ -134,7 +138,7 @@ export interface Extensions {
134
138
  beginDisableAzureMonitor(
135
139
  resourceGroupName: string,
136
140
  clusterName: string,
137
- options?: ExtensionsDisableAzureMonitorOptionalParams
141
+ options?: ExtensionsDisableAzureMonitorOptionalParams,
138
142
  ): Promise<SimplePollerLike<OperationState<void>, void>>;
139
143
  /**
140
144
  * Disables the Azure Monitor on the HDInsight cluster.
@@ -145,7 +149,66 @@ export interface Extensions {
145
149
  beginDisableAzureMonitorAndWait(
146
150
  resourceGroupName: string,
147
151
  clusterName: string,
148
- options?: ExtensionsDisableAzureMonitorOptionalParams
152
+ options?: ExtensionsDisableAzureMonitorOptionalParams,
153
+ ): Promise<void>;
154
+ /**
155
+ * Enables the Azure Monitor Agent on the HDInsight cluster.
156
+ * @param resourceGroupName The name of the resource group.
157
+ * @param clusterName The name of the cluster.
158
+ * @param parameters The Log Analytics workspace parameters.
159
+ * @param options The options parameters.
160
+ */
161
+ beginEnableAzureMonitorAgent(
162
+ resourceGroupName: string,
163
+ clusterName: string,
164
+ parameters: AzureMonitorRequest,
165
+ options?: ExtensionsEnableAzureMonitorAgentOptionalParams,
166
+ ): Promise<SimplePollerLike<OperationState<void>, void>>;
167
+ /**
168
+ * Enables the Azure Monitor Agent on the HDInsight cluster.
169
+ * @param resourceGroupName The name of the resource group.
170
+ * @param clusterName The name of the cluster.
171
+ * @param parameters The Log Analytics workspace parameters.
172
+ * @param options The options parameters.
173
+ */
174
+ beginEnableAzureMonitorAgentAndWait(
175
+ resourceGroupName: string,
176
+ clusterName: string,
177
+ parameters: AzureMonitorRequest,
178
+ options?: ExtensionsEnableAzureMonitorAgentOptionalParams,
179
+ ): Promise<void>;
180
+ /**
181
+ * Gets the status of Azure Monitor Agent on the HDInsight cluster.
182
+ * @param resourceGroupName The name of the resource group.
183
+ * @param clusterName The name of the cluster.
184
+ * @param options The options parameters.
185
+ */
186
+ getAzureMonitorAgentStatus(
187
+ resourceGroupName: string,
188
+ clusterName: string,
189
+ options?: ExtensionsGetAzureMonitorAgentStatusOptionalParams,
190
+ ): Promise<ExtensionsGetAzureMonitorAgentStatusResponse>;
191
+ /**
192
+ * Disables the Azure Monitor Agent on the HDInsight cluster.
193
+ * @param resourceGroupName The name of the resource group.
194
+ * @param clusterName The name of the cluster.
195
+ * @param options The options parameters.
196
+ */
197
+ beginDisableAzureMonitorAgent(
198
+ resourceGroupName: string,
199
+ clusterName: string,
200
+ options?: ExtensionsDisableAzureMonitorAgentOptionalParams,
201
+ ): Promise<SimplePollerLike<OperationState<void>, void>>;
202
+ /**
203
+ * Disables the Azure Monitor Agent on the HDInsight cluster.
204
+ * @param resourceGroupName The name of the resource group.
205
+ * @param clusterName The name of the cluster.
206
+ * @param options The options parameters.
207
+ */
208
+ beginDisableAzureMonitorAgentAndWait(
209
+ resourceGroupName: string,
210
+ clusterName: string,
211
+ options?: ExtensionsDisableAzureMonitorAgentOptionalParams,
149
212
  ): Promise<void>;
150
213
  /**
151
214
  * Creates an HDInsight cluster extension.
@@ -160,7 +223,7 @@ export interface Extensions {
160
223
  clusterName: string,
161
224
  extensionName: string,
162
225
  parameters: Extension,
163
- options?: ExtensionsCreateOptionalParams
226
+ options?: ExtensionsCreateOptionalParams,
164
227
  ): Promise<SimplePollerLike<OperationState<void>, void>>;
165
228
  /**
166
229
  * Creates an HDInsight cluster extension.
@@ -175,7 +238,7 @@ export interface Extensions {
175
238
  clusterName: string,
176
239
  extensionName: string,
177
240
  parameters: Extension,
178
- options?: ExtensionsCreateOptionalParams
241
+ options?: ExtensionsCreateOptionalParams,
179
242
  ): Promise<void>;
180
243
  /**
181
244
  * Gets the extension properties for the specified HDInsight cluster extension.
@@ -188,7 +251,7 @@ export interface Extensions {
188
251
  resourceGroupName: string,
189
252
  clusterName: string,
190
253
  extensionName: string,
191
- options?: ExtensionsGetOptionalParams
254
+ options?: ExtensionsGetOptionalParams,
192
255
  ): Promise<ExtensionsGetResponse>;
193
256
  /**
194
257
  * Deletes the specified extension for HDInsight cluster.
@@ -201,7 +264,7 @@ export interface Extensions {
201
264
  resourceGroupName: string,
202
265
  clusterName: string,
203
266
  extensionName: string,
204
- options?: ExtensionsDeleteOptionalParams
267
+ options?: ExtensionsDeleteOptionalParams,
205
268
  ): Promise<SimplePollerLike<OperationState<void>, void>>;
206
269
  /**
207
270
  * Deletes the specified extension for HDInsight cluster.
@@ -214,7 +277,7 @@ export interface Extensions {
214
277
  resourceGroupName: string,
215
278
  clusterName: string,
216
279
  extensionName: string,
217
- options?: ExtensionsDeleteOptionalParams
280
+ options?: ExtensionsDeleteOptionalParams,
218
281
  ): Promise<void>;
219
282
  /**
220
283
  * Gets the async operation status.
@@ -229,6 +292,6 @@ export interface Extensions {
229
292
  clusterName: string,
230
293
  extensionName: string,
231
294
  operationId: string,
232
- options?: ExtensionsGetAzureAsyncOperationStatusOptionalParams
295
+ options?: ExtensionsGetAzureAsyncOperationStatusOptionalParams,
233
296
  ): Promise<ExtensionsGetAzureAsyncOperationStatusResponse>;
234
297
  }
@@ -20,7 +20,7 @@ import {
20
20
  LocationsCheckNameAvailabilityResponse,
21
21
  ClusterCreateRequestValidationParameters,
22
22
  LocationsValidateClusterCreateRequestOptionalParams,
23
- LocationsValidateClusterCreateRequestResponse
23
+ LocationsValidateClusterCreateRequestResponse,
24
24
  } from "../models";
25
25
 
26
26
  /** Interface representing a Locations. */
@@ -32,7 +32,7 @@ export interface Locations {
32
32
  */
33
33
  getCapabilities(
34
34
  location: string,
35
- options?: LocationsGetCapabilitiesOptionalParams
35
+ options?: LocationsGetCapabilitiesOptionalParams,
36
36
  ): Promise<LocationsGetCapabilitiesResponse>;
37
37
  /**
38
38
  * Lists the usages for the specified location.
@@ -41,7 +41,7 @@ export interface Locations {
41
41
  */
42
42
  listUsages(
43
43
  location: string,
44
- options?: LocationsListUsagesOptionalParams
44
+ options?: LocationsListUsagesOptionalParams,
45
45
  ): Promise<LocationsListUsagesResponse>;
46
46
  /**
47
47
  * Lists the billingSpecs for the specified subscription and location.
@@ -50,7 +50,7 @@ export interface Locations {
50
50
  */
51
51
  listBillingSpecs(
52
52
  location: string,
53
- options?: LocationsListBillingSpecsOptionalParams
53
+ options?: LocationsListBillingSpecsOptionalParams,
54
54
  ): Promise<LocationsListBillingSpecsResponse>;
55
55
  /**
56
56
  * Get the async operation status.
@@ -61,7 +61,7 @@ export interface Locations {
61
61
  getAzureAsyncOperationStatus(
62
62
  location: string,
63
63
  operationId: string,
64
- options?: LocationsGetAzureAsyncOperationStatusOptionalParams
64
+ options?: LocationsGetAzureAsyncOperationStatusOptionalParams,
65
65
  ): Promise<LocationsGetAzureAsyncOperationStatusResponse>;
66
66
  /**
67
67
  * Check the cluster name is available or not.
@@ -72,7 +72,7 @@ export interface Locations {
72
72
  checkNameAvailability(
73
73
  location: string,
74
74
  parameters: NameAvailabilityCheckRequestParameters,
75
- options?: LocationsCheckNameAvailabilityOptionalParams
75
+ options?: LocationsCheckNameAvailabilityOptionalParams,
76
76
  ): Promise<LocationsCheckNameAvailabilityResponse>;
77
77
  /**
78
78
  * Validate the cluster create request spec is valid or not.
@@ -83,6 +83,6 @@ export interface Locations {
83
83
  validateClusterCreateRequest(
84
84
  location: string,
85
85
  parameters: ClusterCreateRequestValidationParameters,
86
- options?: LocationsValidateClusterCreateRequestOptionalParams
86
+ options?: LocationsValidateClusterCreateRequestOptionalParams,
87
87
  ): Promise<LocationsValidateClusterCreateRequestResponse>;
88
88
  }
@@ -17,6 +17,6 @@ export interface Operations {
17
17
  * @param options The options parameters.
18
18
  */
19
19
  list(
20
- options?: OperationsListOptionalParams
20
+ options?: OperationsListOptionalParams,
21
21
  ): PagedAsyncIterableIterator<Operation>;
22
22
  }
@@ -15,7 +15,7 @@ import {
15
15
  PrivateEndpointConnectionsCreateOrUpdateResponse,
16
16
  PrivateEndpointConnectionsGetOptionalParams,
17
17
  PrivateEndpointConnectionsGetResponse,
18
- PrivateEndpointConnectionsDeleteOptionalParams
18
+ PrivateEndpointConnectionsDeleteOptionalParams,
19
19
  } from "../models";
20
20
 
21
21
  /// <reference lib="esnext.asynciterable" />
@@ -30,7 +30,7 @@ export interface PrivateEndpointConnections {
30
30
  listByCluster(
31
31
  resourceGroupName: string,
32
32
  clusterName: string,
33
- options?: PrivateEndpointConnectionsListByClusterOptionalParams
33
+ options?: PrivateEndpointConnectionsListByClusterOptionalParams,
34
34
  ): PagedAsyncIterableIterator<PrivateEndpointConnection>;
35
35
  /**
36
36
  * Approve or reject a private endpoint connection manually.
@@ -45,7 +45,7 @@ export interface PrivateEndpointConnections {
45
45
  clusterName: string,
46
46
  privateEndpointConnectionName: string,
47
47
  parameters: PrivateEndpointConnection,
48
- options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams
48
+ options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams,
49
49
  ): Promise<
50
50
  SimplePollerLike<
51
51
  OperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>,
@@ -65,7 +65,7 @@ export interface PrivateEndpointConnections {
65
65
  clusterName: string,
66
66
  privateEndpointConnectionName: string,
67
67
  parameters: PrivateEndpointConnection,
68
- options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams
68
+ options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams,
69
69
  ): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
70
70
  /**
71
71
  * Gets the specific private endpoint connection.
@@ -78,7 +78,7 @@ export interface PrivateEndpointConnections {
78
78
  resourceGroupName: string,
79
79
  clusterName: string,
80
80
  privateEndpointConnectionName: string,
81
- options?: PrivateEndpointConnectionsGetOptionalParams
81
+ options?: PrivateEndpointConnectionsGetOptionalParams,
82
82
  ): Promise<PrivateEndpointConnectionsGetResponse>;
83
83
  /**
84
84
  * Deletes the specific private endpoint connection.
@@ -91,7 +91,7 @@ export interface PrivateEndpointConnections {
91
91
  resourceGroupName: string,
92
92
  clusterName: string,
93
93
  privateEndpointConnectionName: string,
94
- options?: PrivateEndpointConnectionsDeleteOptionalParams
94
+ options?: PrivateEndpointConnectionsDeleteOptionalParams,
95
95
  ): Promise<SimplePollerLike<OperationState<void>, void>>;
96
96
  /**
97
97
  * Deletes the specific private endpoint connection.
@@ -104,6 +104,6 @@ export interface PrivateEndpointConnections {
104
104
  resourceGroupName: string,
105
105
  clusterName: string,
106
106
  privateEndpointConnectionName: string,
107
- options?: PrivateEndpointConnectionsDeleteOptionalParams
107
+ options?: PrivateEndpointConnectionsDeleteOptionalParams,
108
108
  ): Promise<void>;
109
109
  }
@@ -10,7 +10,7 @@ import {
10
10
  PrivateLinkResourcesListByClusterOptionalParams,
11
11
  PrivateLinkResourcesListByClusterResponse,
12
12
  PrivateLinkResourcesGetOptionalParams,
13
- PrivateLinkResourcesGetResponse
13
+ PrivateLinkResourcesGetResponse,
14
14
  } from "../models";
15
15
 
16
16
  /** Interface representing a PrivateLinkResources. */
@@ -24,7 +24,7 @@ export interface PrivateLinkResources {
24
24
  listByCluster(
25
25
  resourceGroupName: string,
26
26
  clusterName: string,
27
- options?: PrivateLinkResourcesListByClusterOptionalParams
27
+ options?: PrivateLinkResourcesListByClusterOptionalParams,
28
28
  ): Promise<PrivateLinkResourcesListByClusterResponse>;
29
29
  /**
30
30
  * Gets the specific private link resource.
@@ -37,6 +37,6 @@ export interface PrivateLinkResources {
37
37
  resourceGroupName: string,
38
38
  clusterName: string,
39
39
  privateLinkResourceName: string,
40
- options?: PrivateLinkResourcesGetOptionalParams
40
+ options?: PrivateLinkResourcesGetOptionalParams,
41
41
  ): Promise<PrivateLinkResourcesGetResponse>;
42
42
  }
@@ -14,7 +14,7 @@ import {
14
14
  ScriptActionsGetExecutionDetailOptionalParams,
15
15
  ScriptActionsGetExecutionDetailResponse,
16
16
  ScriptActionsGetExecutionAsyncOperationStatusOptionalParams,
17
- ScriptActionsGetExecutionAsyncOperationStatusResponse
17
+ ScriptActionsGetExecutionAsyncOperationStatusResponse,
18
18
  } from "../models";
19
19
 
20
20
  /// <reference lib="esnext.asynciterable" />
@@ -29,7 +29,7 @@ export interface ScriptActions {
29
29
  listByCluster(
30
30
  resourceGroupName: string,
31
31
  clusterName: string,
32
- options?: ScriptActionsListByClusterOptionalParams
32
+ options?: ScriptActionsListByClusterOptionalParams,
33
33
  ): PagedAsyncIterableIterator<RuntimeScriptActionDetail>;
34
34
  /**
35
35
  * Deletes a specified persisted script action of the cluster.
@@ -42,7 +42,7 @@ export interface ScriptActions {
42
42
  resourceGroupName: string,
43
43
  clusterName: string,
44
44
  scriptName: string,
45
- options?: ScriptActionsDeleteOptionalParams
45
+ options?: ScriptActionsDeleteOptionalParams,
46
46
  ): Promise<void>;
47
47
  /**
48
48
  * Gets the script execution detail for the given script execution ID.
@@ -55,7 +55,7 @@ export interface ScriptActions {
55
55
  resourceGroupName: string,
56
56
  clusterName: string,
57
57
  scriptExecutionId: string,
58
- options?: ScriptActionsGetExecutionDetailOptionalParams
58
+ options?: ScriptActionsGetExecutionDetailOptionalParams,
59
59
  ): Promise<ScriptActionsGetExecutionDetailResponse>;
60
60
  /**
61
61
  * Gets the async operation status of execution operation.
@@ -68,6 +68,6 @@ export interface ScriptActions {
68
68
  resourceGroupName: string,
69
69
  clusterName: string,
70
70
  operationId: string,
71
- options?: ScriptActionsGetExecutionAsyncOperationStatusOptionalParams
71
+ options?: ScriptActionsGetExecutionAsyncOperationStatusOptionalParams,
72
72
  ): Promise<ScriptActionsGetExecutionAsyncOperationStatusResponse>;
73
73
  }
@@ -10,7 +10,7 @@ import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
10
  import {
11
11
  RuntimeScriptActionDetail,
12
12
  ScriptExecutionHistoryListByClusterOptionalParams,
13
- ScriptExecutionHistoryPromoteOptionalParams
13
+ ScriptExecutionHistoryPromoteOptionalParams,
14
14
  } from "../models";
15
15
 
16
16
  /// <reference lib="esnext.asynciterable" />
@@ -25,7 +25,7 @@ export interface ScriptExecutionHistory {
25
25
  listByCluster(
26
26
  resourceGroupName: string,
27
27
  clusterName: string,
28
- options?: ScriptExecutionHistoryListByClusterOptionalParams
28
+ options?: ScriptExecutionHistoryListByClusterOptionalParams,
29
29
  ): PagedAsyncIterableIterator<RuntimeScriptActionDetail>;
30
30
  /**
31
31
  * Promotes the specified ad-hoc script execution to a persisted script.
@@ -38,6 +38,6 @@ export interface ScriptExecutionHistory {
38
38
  resourceGroupName: string,
39
39
  clusterName: string,
40
40
  scriptExecutionId: string,
41
- options?: ScriptExecutionHistoryPromoteOptionalParams
41
+ options?: ScriptExecutionHistoryPromoteOptionalParams,
42
42
  ): Promise<void>;
43
43
  }
@@ -12,7 +12,7 @@ import {
12
12
  VirtualMachinesListHostsResponse,
13
13
  VirtualMachinesRestartHostsOptionalParams,
14
14
  VirtualMachinesGetAsyncOperationStatusOptionalParams,
15
- VirtualMachinesGetAsyncOperationStatusResponse
15
+ VirtualMachinesGetAsyncOperationStatusResponse,
16
16
  } from "../models";
17
17
 
18
18
  /** Interface representing a VirtualMachines. */
@@ -26,7 +26,7 @@ export interface VirtualMachines {
26
26
  listHosts(
27
27
  resourceGroupName: string,
28
28
  clusterName: string,
29
- options?: VirtualMachinesListHostsOptionalParams
29
+ options?: VirtualMachinesListHostsOptionalParams,
30
30
  ): Promise<VirtualMachinesListHostsResponse>;
31
31
  /**
32
32
  * Restarts the specified HDInsight cluster hosts.
@@ -39,7 +39,7 @@ export interface VirtualMachines {
39
39
  resourceGroupName: string,
40
40
  clusterName: string,
41
41
  hosts: string[],
42
- options?: VirtualMachinesRestartHostsOptionalParams
42
+ options?: VirtualMachinesRestartHostsOptionalParams,
43
43
  ): Promise<SimplePollerLike<OperationState<void>, void>>;
44
44
  /**
45
45
  * Restarts the specified HDInsight cluster hosts.
@@ -52,7 +52,7 @@ export interface VirtualMachines {
52
52
  resourceGroupName: string,
53
53
  clusterName: string,
54
54
  hosts: string[],
55
- options?: VirtualMachinesRestartHostsOptionalParams
55
+ options?: VirtualMachinesRestartHostsOptionalParams,
56
56
  ): Promise<void>;
57
57
  /**
58
58
  * Gets the async operation status.
@@ -65,6 +65,6 @@ export interface VirtualMachines {
65
65
  resourceGroupName: string,
66
66
  clusterName: string,
67
67
  operationId: string,
68
- options?: VirtualMachinesGetAsyncOperationStatusOptionalParams
68
+ options?: VirtualMachinesGetAsyncOperationStatusOptionalParams,
69
69
  ): Promise<VirtualMachinesGetAsyncOperationStatusResponse>;
70
70
  }
@@ -28,7 +28,7 @@ export function getContinuationToken(page: unknown): string | undefined {
28
28
 
29
29
  export function setContinuationToken(
30
30
  page: unknown,
31
- continuationToken: string | undefined
31
+ continuationToken: string | undefined,
32
32
  ): void {
33
33
  if (typeof page !== "object" || page === null || !continuationToken) {
34
34
  return;
@@ -646,6 +646,8 @@ export declare interface ClusterPatchParameters {
646
646
  tags?: {
647
647
  [propertyName: string]: string;
648
648
  };
649
+ /** The identity of the cluster, if configured. */
650
+ identity?: ClusterIdentity;
649
651
  }
650
652
 
651
653
  /** The Resize Cluster request parameters. */
@@ -1260,6 +1262,43 @@ export declare interface Extensions {
1260
1262
  * @param options The options parameters.
1261
1263
  */
1262
1264
  beginDisableAzureMonitorAndWait(resourceGroupName: string, clusterName: string, options?: ExtensionsDisableAzureMonitorOptionalParams): Promise<void>;
1265
+ /**
1266
+ * Enables the Azure Monitor Agent on the HDInsight cluster.
1267
+ * @param resourceGroupName The name of the resource group.
1268
+ * @param clusterName The name of the cluster.
1269
+ * @param parameters The Log Analytics workspace parameters.
1270
+ * @param options The options parameters.
1271
+ */
1272
+ beginEnableAzureMonitorAgent(resourceGroupName: string, clusterName: string, parameters: AzureMonitorRequest, options?: ExtensionsEnableAzureMonitorAgentOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1273
+ /**
1274
+ * Enables the Azure Monitor Agent on the HDInsight cluster.
1275
+ * @param resourceGroupName The name of the resource group.
1276
+ * @param clusterName The name of the cluster.
1277
+ * @param parameters The Log Analytics workspace parameters.
1278
+ * @param options The options parameters.
1279
+ */
1280
+ beginEnableAzureMonitorAgentAndWait(resourceGroupName: string, clusterName: string, parameters: AzureMonitorRequest, options?: ExtensionsEnableAzureMonitorAgentOptionalParams): Promise<void>;
1281
+ /**
1282
+ * Gets the status of Azure Monitor Agent on the HDInsight cluster.
1283
+ * @param resourceGroupName The name of the resource group.
1284
+ * @param clusterName The name of the cluster.
1285
+ * @param options The options parameters.
1286
+ */
1287
+ getAzureMonitorAgentStatus(resourceGroupName: string, clusterName: string, options?: ExtensionsGetAzureMonitorAgentStatusOptionalParams): Promise<ExtensionsGetAzureMonitorAgentStatusResponse>;
1288
+ /**
1289
+ * Disables the Azure Monitor Agent on the HDInsight cluster.
1290
+ * @param resourceGroupName The name of the resource group.
1291
+ * @param clusterName The name of the cluster.
1292
+ * @param options The options parameters.
1293
+ */
1294
+ beginDisableAzureMonitorAgent(resourceGroupName: string, clusterName: string, options?: ExtensionsDisableAzureMonitorAgentOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1295
+ /**
1296
+ * Disables the Azure Monitor Agent on the HDInsight cluster.
1297
+ * @param resourceGroupName The name of the resource group.
1298
+ * @param clusterName The name of the cluster.
1299
+ * @param options The options parameters.
1300
+ */
1301
+ beginDisableAzureMonitorAgentAndWait(resourceGroupName: string, clusterName: string, options?: ExtensionsDisableAzureMonitorAgentOptionalParams): Promise<void>;
1263
1302
  /**
1264
1303
  * Creates an HDInsight cluster extension.
1265
1304
  * @param resourceGroupName The name of the resource group.
@@ -1329,6 +1368,14 @@ export declare interface ExtensionsDeleteOptionalParams extends coreClient.Opera
1329
1368
  resumeFrom?: string;
1330
1369
  }
1331
1370
 
1371
+ /** Optional parameters. */
1372
+ export declare interface ExtensionsDisableAzureMonitorAgentOptionalParams extends coreClient.OperationOptions {
1373
+ /** Delay to wait until next poll, in milliseconds. */
1374
+ updateIntervalInMs?: number;
1375
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1376
+ resumeFrom?: string;
1377
+ }
1378
+
1332
1379
  /** Optional parameters. */
1333
1380
  export declare interface ExtensionsDisableAzureMonitorOptionalParams extends coreClient.OperationOptions {
1334
1381
  /** Delay to wait until next poll, in milliseconds. */
@@ -1345,6 +1392,14 @@ export declare interface ExtensionsDisableMonitoringOptionalParams extends coreC
1345
1392
  resumeFrom?: string;
1346
1393
  }
1347
1394
 
1395
+ /** Optional parameters. */
1396
+ export declare interface ExtensionsEnableAzureMonitorAgentOptionalParams extends coreClient.OperationOptions {
1397
+ /** Delay to wait until next poll, in milliseconds. */
1398
+ updateIntervalInMs?: number;
1399
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1400
+ resumeFrom?: string;
1401
+ }
1402
+
1348
1403
  /** Optional parameters. */
1349
1404
  export declare interface ExtensionsEnableAzureMonitorOptionalParams extends coreClient.OperationOptions {
1350
1405
  /** Delay to wait until next poll, in milliseconds. */
@@ -1368,6 +1423,13 @@ export declare interface ExtensionsGetAzureAsyncOperationStatusOptionalParams ex
1368
1423
  /** Contains response data for the getAzureAsyncOperationStatus operation. */
1369
1424
  export declare type ExtensionsGetAzureAsyncOperationStatusResponse = AsyncOperationResult;
1370
1425
 
1426
+ /** Optional parameters. */
1427
+ export declare interface ExtensionsGetAzureMonitorAgentStatusOptionalParams extends coreClient.OperationOptions {
1428
+ }
1429
+
1430
+ /** Contains response data for the getAzureMonitorAgentStatus operation. */
1431
+ export declare type ExtensionsGetAzureMonitorAgentStatusResponse = AzureMonitorResponse;
1432
+
1371
1433
  /** Optional parameters. */
1372
1434
  export declare interface ExtensionsGetAzureMonitorStatusOptionalParams extends coreClient.OperationOptions {
1373
1435
  }
@@ -1524,6 +1586,14 @@ export declare interface IPConfiguration {
1524
1586
  subnet?: ResourceId;
1525
1587
  }
1526
1588
 
1589
+ /** Contains the IpTag associated with the public IP address */
1590
+ export declare interface IpTag {
1591
+ /** Gets or sets the ipTag type: Example FirstPartyUsage. */
1592
+ ipTagType: string;
1593
+ /** Gets or sets value of the IpTag associated with the public IP. Example HDInsight, SQL, Storage etc */
1594
+ tag: string;
1595
+ }
1596
+
1527
1597
  /**
1528
1598
  * Defines values for JsonWebKeyEncryptionAlgorithm. \
1529
1599
  * {@link KnownJsonWebKeyEncryptionAlgorithm} can be used interchangeably with JsonWebKeyEncryptionAlgorithm,
@@ -1635,6 +1705,14 @@ export declare enum KnownOSType {
1635
1705
  Linux = "Linux"
1636
1706
  }
1637
1707
 
1708
+ /** Known values of {@link OutboundDependenciesManagedType} that the service accepts. */
1709
+ export declare enum KnownOutboundDependenciesManagedType {
1710
+ /** Managed */
1711
+ Managed = "Managed",
1712
+ /** External */
1713
+ External = "External"
1714
+ }
1715
+
1638
1716
  /** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
1639
1717
  export declare enum KnownPrivateEndpointConnectionProvisioningState {
1640
1718
  /** InProgress */
@@ -1894,10 +1972,14 @@ export declare interface NameAvailabilityCheckResult {
1894
1972
 
1895
1973
  /** The network properties. */
1896
1974
  export declare interface NetworkProperties {
1975
+ /** A value to describe how the outbound dependencies of a HDInsight cluster are managed. 'Managed' means that the outbound dependencies are managed by the HDInsight service. 'External' means that the outbound dependencies are managed by a customer specific solution. */
1976
+ outboundDependenciesManagedType?: OutboundDependenciesManagedType;
1897
1977
  /** The direction for the resource provider connection. */
1898
1978
  resourceProviderConnection?: ResourceProviderConnection;
1899
1979
  /** Indicates whether or not private link is enabled. */
1900
1980
  privateLink?: PrivateLink;
1981
+ /** Gets or sets the IP tag for the public IPs created along with the HDInsight Clusters. */
1982
+ publicIpTag?: IpTag;
1901
1983
  }
1902
1984
 
1903
1985
  /** The HDInsight REST API operation. */
@@ -1975,6 +2057,16 @@ export declare interface OsProfile {
1975
2057
  */
1976
2058
  export declare type OSType = string;
1977
2059
 
2060
+ /**
2061
+ * Defines values for OutboundDependenciesManagedType. \
2062
+ * {@link KnownOutboundDependenciesManagedType} can be used interchangeably with OutboundDependenciesManagedType,
2063
+ * this enum contains the known values that the service supports.
2064
+ * ### Known values supported by the service
2065
+ * **Managed** \
2066
+ * **External**
2067
+ */
2068
+ export declare type OutboundDependenciesManagedType = string;
2069
+
1978
2070
  /** The private endpoint. */
1979
2071
  export declare interface PrivateEndpoint {
1980
2072
  /** The private endpoint id. */
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.36.3"
8
+ "packageVersion": "7.47.7"
9
9
  }
10
10
  ]
11
11
  }