@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
@@ -526,10 +526,22 @@ export interface EncryptionInTransitProperties {
526
526
 
527
527
  /** The network properties. */
528
528
  export interface NetworkProperties {
529
+ /** 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. */
530
+ outboundDependenciesManagedType?: OutboundDependenciesManagedType;
529
531
  /** The direction for the resource provider connection. */
530
532
  resourceProviderConnection?: ResourceProviderConnection;
531
533
  /** Indicates whether or not private link is enabled. */
532
534
  privateLink?: PrivateLink;
535
+ /** Gets or sets the IP tag for the public IPs created along with the HDInsight Clusters. */
536
+ publicIpTag?: IpTag;
537
+ }
538
+
539
+ /** Contains the IpTag associated with the public IP address */
540
+ export interface IpTag {
541
+ /** Gets or sets the ipTag type: Example FirstPartyUsage. */
542
+ ipTagType: string;
543
+ /** Gets or sets value of the IpTag associated with the public IP. Example HDInsight, SQL, Storage etc */
544
+ tag: string;
533
545
  }
534
546
 
535
547
  /** The compute isolation properties. */
@@ -696,6 +708,8 @@ export interface ResourceAutoGenerated {
696
708
  export interface ClusterPatchParameters {
697
709
  /** The resource tags. */
698
710
  tags?: { [propertyName: string]: string };
711
+ /** The identity of the cluster, if configured. */
712
+ identity?: ClusterIdentity;
699
713
  }
700
714
 
701
715
  /** The List Cluster operation response. */
@@ -1433,7 +1447,7 @@ export enum KnownDaysOfWeek {
1433
1447
  /** Saturday */
1434
1448
  Saturday = "Saturday",
1435
1449
  /** Sunday */
1436
- Sunday = "Sunday"
1450
+ Sunday = "Sunday",
1437
1451
  }
1438
1452
 
1439
1453
  /**
@@ -1462,7 +1476,7 @@ export enum KnownPrivateLinkConfigurationProvisioningState {
1462
1476
  /** Canceled */
1463
1477
  Canceled = "Canceled",
1464
1478
  /** Deleting */
1465
- Deleting = "Deleting"
1479
+ Deleting = "Deleting",
1466
1480
  }
1467
1481
 
1468
1482
  /**
@@ -1483,7 +1497,7 @@ export enum KnownPrivateIPAllocationMethod {
1483
1497
  /** Dynamic */
1484
1498
  Dynamic = "dynamic",
1485
1499
  /** Static */
1486
- Static = "static"
1500
+ Static = "static",
1487
1501
  }
1488
1502
 
1489
1503
  /**
@@ -1505,7 +1519,7 @@ export enum KnownCreatedByType {
1505
1519
  /** ManagedIdentity */
1506
1520
  ManagedIdentity = "ManagedIdentity",
1507
1521
  /** Key */
1508
- Key = "Key"
1522
+ Key = "Key",
1509
1523
  }
1510
1524
 
1511
1525
  /**
@@ -1527,7 +1541,7 @@ export enum KnownAsyncOperationState {
1527
1541
  /** Succeeded */
1528
1542
  Succeeded = "Succeeded",
1529
1543
  /** Failed */
1530
- Failed = "Failed"
1544
+ Failed = "Failed",
1531
1545
  }
1532
1546
 
1533
1547
  /**
@@ -1546,7 +1560,7 @@ export enum KnownOSType {
1546
1560
  /** Windows */
1547
1561
  Windows = "Windows",
1548
1562
  /** Linux */
1549
- Linux = "Linux"
1563
+ Linux = "Linux",
1550
1564
  }
1551
1565
 
1552
1566
  /**
@@ -1564,7 +1578,7 @@ export enum KnownTier {
1564
1578
  /** Standard */
1565
1579
  Standard = "Standard",
1566
1580
  /** Premium */
1567
- Premium = "Premium"
1581
+ Premium = "Premium",
1568
1582
  }
1569
1583
 
1570
1584
  /**
@@ -1580,7 +1594,7 @@ export type Tier = string;
1580
1594
  /** Known values of {@link DirectoryType} that the service accepts. */
1581
1595
  export enum KnownDirectoryType {
1582
1596
  /** ActiveDirectory */
1583
- ActiveDirectory = "ActiveDirectory"
1597
+ ActiveDirectory = "ActiveDirectory",
1584
1598
  }
1585
1599
 
1586
1600
  /**
@@ -1599,7 +1613,7 @@ export enum KnownJsonWebKeyEncryptionAlgorithm {
1599
1613
  /** RSAOaep256 */
1600
1614
  RSAOaep256 = "RSA-OAEP-256",
1601
1615
  /** RSA15 */
1602
- RSA15 = "RSA1_5"
1616
+ RSA15 = "RSA1_5",
1603
1617
  }
1604
1618
 
1605
1619
  /**
@@ -1613,12 +1627,30 @@ export enum KnownJsonWebKeyEncryptionAlgorithm {
1613
1627
  */
1614
1628
  export type JsonWebKeyEncryptionAlgorithm = string;
1615
1629
 
1630
+ /** Known values of {@link OutboundDependenciesManagedType} that the service accepts. */
1631
+ export enum KnownOutboundDependenciesManagedType {
1632
+ /** Managed */
1633
+ Managed = "Managed",
1634
+ /** External */
1635
+ External = "External",
1636
+ }
1637
+
1638
+ /**
1639
+ * Defines values for OutboundDependenciesManagedType. \
1640
+ * {@link KnownOutboundDependenciesManagedType} can be used interchangeably with OutboundDependenciesManagedType,
1641
+ * this enum contains the known values that the service supports.
1642
+ * ### Known values supported by the service
1643
+ * **Managed** \
1644
+ * **External**
1645
+ */
1646
+ export type OutboundDependenciesManagedType = string;
1647
+
1616
1648
  /** Known values of {@link ResourceProviderConnection} that the service accepts. */
1617
1649
  export enum KnownResourceProviderConnection {
1618
1650
  /** Inbound */
1619
1651
  Inbound = "Inbound",
1620
1652
  /** Outbound */
1621
- Outbound = "Outbound"
1653
+ Outbound = "Outbound",
1622
1654
  }
1623
1655
 
1624
1656
  /**
@@ -1636,7 +1668,7 @@ export enum KnownPrivateLink {
1636
1668
  /** Disabled */
1637
1669
  Disabled = "Disabled",
1638
1670
  /** Enabled */
1639
- Enabled = "Enabled"
1671
+ Enabled = "Enabled",
1640
1672
  }
1641
1673
 
1642
1674
  /**
@@ -1658,7 +1690,7 @@ export enum KnownResourceIdentityType {
1658
1690
  /** SystemAssignedUserAssigned */
1659
1691
  SystemAssignedUserAssigned = "SystemAssigned, UserAssigned",
1660
1692
  /** None */
1661
- None = "None"
1693
+ None = "None",
1662
1694
  }
1663
1695
 
1664
1696
  /**
@@ -1684,7 +1716,7 @@ export enum KnownHDInsightClusterProvisioningState {
1684
1716
  /** Canceled */
1685
1717
  Canceled = "Canceled",
1686
1718
  /** Deleting */
1687
- Deleting = "Deleting"
1719
+ Deleting = "Deleting",
1688
1720
  }
1689
1721
 
1690
1722
  /**
@@ -1709,7 +1741,7 @@ export enum KnownPrivateLinkServiceConnectionStatus {
1709
1741
  /** Pending */
1710
1742
  Pending = "Pending",
1711
1743
  /** Removed */
1712
- Removed = "Removed"
1744
+ Removed = "Removed",
1713
1745
  }
1714
1746
 
1715
1747
  /**
@@ -1737,7 +1769,7 @@ export enum KnownPrivateEndpointConnectionProvisioningState {
1737
1769
  /** Canceled */
1738
1770
  Canceled = "Canceled",
1739
1771
  /** Deleting */
1740
- Deleting = "Deleting"
1772
+ Deleting = "Deleting",
1741
1773
  }
1742
1774
 
1743
1775
  /**
@@ -1757,7 +1789,7 @@ export type PrivateEndpointConnectionProvisioningState = string;
1757
1789
  /** Known values of {@link RoleName} that the service accepts. */
1758
1790
  export enum KnownRoleName {
1759
1791
  /** Workernode */
1760
- Workernode = "workernode"
1792
+ Workernode = "workernode",
1761
1793
  }
1762
1794
 
1763
1795
  /**
@@ -1778,7 +1810,7 @@ export enum KnownFilterMode {
1778
1810
  /** Recommend */
1779
1811
  Recommend = "Recommend",
1780
1812
  /** Default */
1781
- Default = "Default"
1813
+ Default = "Default",
1782
1814
  }
1783
1815
 
1784
1816
  /**
@@ -1833,7 +1865,8 @@ export interface ApplicationsGetAzureAsyncOperationStatusOptionalParams
1833
1865
  extends coreClient.OperationOptions {}
1834
1866
 
1835
1867
  /** Contains response data for the getAzureAsyncOperationStatus operation. */
1836
- export type ApplicationsGetAzureAsyncOperationStatusResponse = AsyncOperationResult;
1868
+ export type ApplicationsGetAzureAsyncOperationStatusResponse =
1869
+ AsyncOperationResult;
1837
1870
 
1838
1871
  /** Optional parameters. */
1839
1872
  export interface ApplicationsListByClusterNextOptionalParams
@@ -2046,6 +2079,31 @@ export interface ExtensionsDisableAzureMonitorOptionalParams
2046
2079
  resumeFrom?: string;
2047
2080
  }
2048
2081
 
2082
+ /** Optional parameters. */
2083
+ export interface ExtensionsEnableAzureMonitorAgentOptionalParams
2084
+ extends coreClient.OperationOptions {
2085
+ /** Delay to wait until next poll, in milliseconds. */
2086
+ updateIntervalInMs?: number;
2087
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2088
+ resumeFrom?: string;
2089
+ }
2090
+
2091
+ /** Optional parameters. */
2092
+ export interface ExtensionsGetAzureMonitorAgentStatusOptionalParams
2093
+ extends coreClient.OperationOptions {}
2094
+
2095
+ /** Contains response data for the getAzureMonitorAgentStatus operation. */
2096
+ export type ExtensionsGetAzureMonitorAgentStatusResponse = AzureMonitorResponse;
2097
+
2098
+ /** Optional parameters. */
2099
+ export interface ExtensionsDisableAzureMonitorAgentOptionalParams
2100
+ extends coreClient.OperationOptions {
2101
+ /** Delay to wait until next poll, in milliseconds. */
2102
+ updateIntervalInMs?: number;
2103
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2104
+ resumeFrom?: string;
2105
+ }
2106
+
2049
2107
  /** Optional parameters. */
2050
2108
  export interface ExtensionsCreateOptionalParams
2051
2109
  extends coreClient.OperationOptions {
@@ -2076,7 +2134,8 @@ export interface ExtensionsGetAzureAsyncOperationStatusOptionalParams
2076
2134
  extends coreClient.OperationOptions {}
2077
2135
 
2078
2136
  /** Contains response data for the getAzureAsyncOperationStatus operation. */
2079
- export type ExtensionsGetAzureAsyncOperationStatusResponse = AsyncOperationResult;
2137
+ export type ExtensionsGetAzureAsyncOperationStatusResponse =
2138
+ AsyncOperationResult;
2080
2139
 
2081
2140
  /** Optional parameters. */
2082
2141
  export interface LocationsGetCapabilitiesOptionalParams
@@ -2104,21 +2163,24 @@ export interface LocationsGetAzureAsyncOperationStatusOptionalParams
2104
2163
  extends coreClient.OperationOptions {}
2105
2164
 
2106
2165
  /** Contains response data for the getAzureAsyncOperationStatus operation. */
2107
- export type LocationsGetAzureAsyncOperationStatusResponse = AsyncOperationResult;
2166
+ export type LocationsGetAzureAsyncOperationStatusResponse =
2167
+ AsyncOperationResult;
2108
2168
 
2109
2169
  /** Optional parameters. */
2110
2170
  export interface LocationsCheckNameAvailabilityOptionalParams
2111
2171
  extends coreClient.OperationOptions {}
2112
2172
 
2113
2173
  /** Contains response data for the checkNameAvailability operation. */
2114
- export type LocationsCheckNameAvailabilityResponse = NameAvailabilityCheckResult;
2174
+ export type LocationsCheckNameAvailabilityResponse =
2175
+ NameAvailabilityCheckResult;
2115
2176
 
2116
2177
  /** Optional parameters. */
2117
2178
  export interface LocationsValidateClusterCreateRequestOptionalParams
2118
2179
  extends coreClient.OperationOptions {}
2119
2180
 
2120
2181
  /** Contains response data for the validateClusterCreateRequest operation. */
2121
- export type LocationsValidateClusterCreateRequestResponse = ClusterCreateValidationResult;
2182
+ export type LocationsValidateClusterCreateRequestResponse =
2183
+ ClusterCreateValidationResult;
2122
2184
 
2123
2185
  /** Optional parameters. */
2124
2186
  export interface OperationsListOptionalParams
@@ -2139,7 +2201,8 @@ export interface PrivateEndpointConnectionsListByClusterOptionalParams
2139
2201
  extends coreClient.OperationOptions {}
2140
2202
 
2141
2203
  /** Contains response data for the listByCluster operation. */
2142
- export type PrivateEndpointConnectionsListByClusterResponse = PrivateEndpointConnectionListResult;
2204
+ export type PrivateEndpointConnectionsListByClusterResponse =
2205
+ PrivateEndpointConnectionListResult;
2143
2206
 
2144
2207
  /** Optional parameters. */
2145
2208
  export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams
@@ -2151,7 +2214,8 @@ export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams
2151
2214
  }
2152
2215
 
2153
2216
  /** Contains response data for the createOrUpdate operation. */
2154
- export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
2217
+ export type PrivateEndpointConnectionsCreateOrUpdateResponse =
2218
+ PrivateEndpointConnection;
2155
2219
 
2156
2220
  /** Optional parameters. */
2157
2221
  export interface PrivateEndpointConnectionsGetOptionalParams
@@ -2174,14 +2238,16 @@ export interface PrivateEndpointConnectionsListByClusterNextOptionalParams
2174
2238
  extends coreClient.OperationOptions {}
2175
2239
 
2176
2240
  /** Contains response data for the listByClusterNext operation. */
2177
- export type PrivateEndpointConnectionsListByClusterNextResponse = PrivateEndpointConnectionListResult;
2241
+ export type PrivateEndpointConnectionsListByClusterNextResponse =
2242
+ PrivateEndpointConnectionListResult;
2178
2243
 
2179
2244
  /** Optional parameters. */
2180
2245
  export interface PrivateLinkResourcesListByClusterOptionalParams
2181
2246
  extends coreClient.OperationOptions {}
2182
2247
 
2183
2248
  /** Contains response data for the listByCluster operation. */
2184
- export type PrivateLinkResourcesListByClusterResponse = PrivateLinkResourceListResult;
2249
+ export type PrivateLinkResourcesListByClusterResponse =
2250
+ PrivateLinkResourceListResult;
2185
2251
 
2186
2252
  /** Optional parameters. */
2187
2253
  export interface PrivateLinkResourcesGetOptionalParams
@@ -2213,7 +2279,8 @@ export interface ScriptActionsGetExecutionAsyncOperationStatusOptionalParams
2213
2279
  extends coreClient.OperationOptions {}
2214
2280
 
2215
2281
  /** Contains response data for the getExecutionAsyncOperationStatus operation. */
2216
- export type ScriptActionsGetExecutionAsyncOperationStatusResponse = AsyncOperationResult;
2282
+ export type ScriptActionsGetExecutionAsyncOperationStatusResponse =
2283
+ AsyncOperationResult;
2217
2284
 
2218
2285
  /** Optional parameters. */
2219
2286
  export interface ScriptActionsListByClusterNextOptionalParams
@@ -2227,7 +2294,8 @@ export interface ScriptExecutionHistoryListByClusterOptionalParams
2227
2294
  extends coreClient.OperationOptions {}
2228
2295
 
2229
2296
  /** Contains response data for the listByCluster operation. */
2230
- export type ScriptExecutionHistoryListByClusterResponse = ScriptActionExecutionHistoryList;
2297
+ export type ScriptExecutionHistoryListByClusterResponse =
2298
+ ScriptActionExecutionHistoryList;
2231
2299
 
2232
2300
  /** Optional parameters. */
2233
2301
  export interface ScriptExecutionHistoryPromoteOptionalParams
@@ -2238,7 +2306,8 @@ export interface ScriptExecutionHistoryListByClusterNextOptionalParams
2238
2306
  extends coreClient.OperationOptions {}
2239
2307
 
2240
2308
  /** Contains response data for the listByClusterNext operation. */
2241
- export type ScriptExecutionHistoryListByClusterNextResponse = ScriptActionExecutionHistoryList;
2309
+ export type ScriptExecutionHistoryListByClusterNextResponse =
2310
+ ScriptActionExecutionHistoryList;
2242
2311
 
2243
2312
  /** Optional parameters. */
2244
2313
  export interface VirtualMachinesListHostsOptionalParams
@@ -2261,7 +2330,8 @@ export interface VirtualMachinesGetAsyncOperationStatusOptionalParams
2261
2330
  extends coreClient.OperationOptions {}
2262
2331
 
2263
2332
  /** Contains response data for the getAsyncOperationStatus operation. */
2264
- export type VirtualMachinesGetAsyncOperationStatusResponse = AsyncOperationResult;
2333
+ export type VirtualMachinesGetAsyncOperationStatusResponse =
2334
+ AsyncOperationResult;
2265
2335
 
2266
2336
  /** Optional parameters. */
2267
2337
  export interface HDInsightManagementClientOptionalParams