@azure/arm-hdinsight 1.3.0-beta.1 → 1.3.0-beta.3
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.
- package/CHANGELOG.md +39 -6
- package/LICENSE +4 -4
- package/README.md +25 -18
- package/dist/browser/hDInsightManagementClient.d.ts +31 -0
- package/dist/browser/hDInsightManagementClient.d.ts.map +1 -0
- package/dist/browser/hDInsightManagementClient.js +127 -0
- package/dist/browser/hDInsightManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +2074 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +198 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +112 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +3817 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +280 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/applications.d.ts +90 -0
- package/dist/browser/operations/applications.d.ts.map +1 -0
- package/dist/browser/operations/applications.js +383 -0
- package/dist/browser/operations/applications.js.map +1 -0
- package/dist/browser/operations/clusters.d.ts +214 -0
- package/dist/browser/operations/clusters.d.ts.map +1 -0
- package/dist/browser/operations/clusters.js +1026 -0
- package/dist/browser/operations/clusters.js.map +1 -0
- package/dist/browser/operations/configurations.d.ts +54 -0
- package/dist/browser/operations/configurations.d.ts.map +1 -0
- package/dist/browser/operations/configurations.js +185 -0
- package/dist/browser/operations/configurations.js.map +1 -0
- package/dist/browser/operations/extensions.d.ts +176 -0
- package/dist/browser/operations/extensions.d.ts.map +1 -0
- package/dist/browser/operations/extensions.js +842 -0
- package/dist/browser/operations/extensions.js.map +1 -0
- package/dist/browser/operations/index.d.ts +12 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +19 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/locations.d.ts +52 -0
- package/dist/browser/operations/locations.d.ts.map +1 -0
- package/dist/browser/operations/locations.js +200 -0
- package/dist/browser/operations/locations.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +116 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts +81 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.js +359 -0
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/privateLinkResources.d.ts +28 -0
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkResources.js +86 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/dist/browser/operations/scriptActions.d.ts +62 -0
- package/dist/browser/operations/scriptActions.d.ts.map +1 -0
- package/dist/browser/operations/scriptActions.js +228 -0
- package/dist/browser/operations/scriptActions.js.map +1 -0
- package/dist/browser/operations/scriptExecutionHistory.d.ts +46 -0
- package/dist/browser/operations/scriptExecutionHistory.d.ts.map +1 -0
- package/dist/browser/operations/scriptExecutionHistory.js +163 -0
- package/dist/browser/operations/scriptExecutionHistory.js.map +1 -0
- package/dist/browser/operations/virtualMachines.d.ts +45 -0
- package/dist/browser/operations/virtualMachines.d.ts.map +1 -0
- package/dist/browser/operations/virtualMachines.js +176 -0
- package/dist/browser/operations/virtualMachines.js.map +1 -0
- package/dist/browser/operationsInterfaces/applications.d.ts +65 -0
- package/dist/browser/operationsInterfaces/applications.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/applications.js.map +1 -0
- package/dist/browser/operationsInterfaces/clusters.d.ts +178 -0
- package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
- package/dist/browser/operationsInterfaces/configurations.d.ts +46 -0
- package/dist/browser/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/configurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/extensions.d.ts +168 -0
- package/dist/browser/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/extensions.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +12 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +19 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/locations.d.ts +44 -0
- package/dist/browser/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/locations.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/scriptActions.d.ts +37 -0
- package/dist/browser/operationsInterfaces/scriptActions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/scriptActions.js.map +1 -0
- package/dist/browser/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
- package/dist/browser/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
- package/dist/browser/operationsInterfaces/virtualMachines.d.ts +37 -0
- package/dist/browser/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js +30 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/hDInsightManagementClient.d.ts +31 -0
- package/dist/commonjs/hDInsightManagementClient.d.ts.map +1 -0
- package/dist/commonjs/hDInsightManagementClient.js +132 -0
- package/dist/commonjs/hDInsightManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +21 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2074 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +201 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +112 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +3822 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +37 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +283 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/applications.d.ts +90 -0
- package/dist/commonjs/operations/applications.d.ts.map +1 -0
- package/dist/commonjs/operations/applications.js +388 -0
- package/dist/commonjs/operations/applications.js.map +1 -0
- package/dist/commonjs/operations/clusters.d.ts +214 -0
- package/dist/commonjs/operations/clusters.d.ts.map +1 -0
- package/dist/commonjs/operations/clusters.js +1031 -0
- package/dist/commonjs/operations/clusters.js.map +1 -0
- package/dist/commonjs/operations/configurations.d.ts +54 -0
- package/dist/commonjs/operations/configurations.d.ts.map +1 -0
- package/dist/commonjs/operations/configurations.js +190 -0
- package/dist/commonjs/operations/configurations.js.map +1 -0
- package/dist/commonjs/operations/extensions.d.ts +176 -0
- package/dist/commonjs/operations/extensions.d.ts.map +1 -0
- package/dist/commonjs/operations/extensions.js +847 -0
- package/dist/commonjs/operations/extensions.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +12 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +22 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/locations.d.ts +52 -0
- package/dist/commonjs/operations/locations.d.ts.map +1 -0
- package/dist/commonjs/operations/locations.js +205 -0
- package/dist/commonjs/operations/locations.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +121 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +81 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +364 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +28 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +91 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/scriptActions.d.ts +62 -0
- package/dist/commonjs/operations/scriptActions.d.ts.map +1 -0
- package/dist/commonjs/operations/scriptActions.js +233 -0
- package/dist/commonjs/operations/scriptActions.js.map +1 -0
- package/dist/commonjs/operations/scriptExecutionHistory.d.ts +46 -0
- package/dist/commonjs/operations/scriptExecutionHistory.d.ts.map +1 -0
- package/dist/commonjs/operations/scriptExecutionHistory.js +168 -0
- package/dist/commonjs/operations/scriptExecutionHistory.js.map +1 -0
- package/dist/commonjs/operations/virtualMachines.d.ts +45 -0
- package/dist/commonjs/operations/virtualMachines.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualMachines.js +181 -0
- package/dist/commonjs/operations/virtualMachines.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/applications.d.ts +65 -0
- package/dist/commonjs/operationsInterfaces/applications.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/applications.js +10 -0
- package/dist/commonjs/operationsInterfaces/applications.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusters.d.ts +178 -0
- package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
- package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/configurations.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/configurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/configurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensions.d.ts +168 -0
- package/dist/commonjs/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensions.js +10 -0
- package/dist/commonjs/operationsInterfaces/extensions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +22 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/locations.d.ts +44 -0
- package/dist/commonjs/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/locations.js +10 -0
- package/dist/commonjs/operationsInterfaces/locations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/scriptActions.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/scriptActions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/scriptActions.js +10 -0
- package/dist/commonjs/operationsInterfaces/scriptActions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.js +10 -0
- package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualMachines.js +10 -0
- package/dist/commonjs/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/hDInsightManagementClient.d.ts +31 -0
- package/dist/esm/hDInsightManagementClient.d.ts.map +1 -0
- package/dist/esm/hDInsightManagementClient.js +127 -0
- package/dist/esm/hDInsightManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +2074 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +198 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +112 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +3817 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +37 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +280 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/applications.d.ts +90 -0
- package/dist/esm/operations/applications.d.ts.map +1 -0
- package/dist/esm/operations/applications.js +383 -0
- package/dist/esm/operations/applications.js.map +1 -0
- package/dist/esm/operations/clusters.d.ts +214 -0
- package/dist/esm/operations/clusters.d.ts.map +1 -0
- package/dist/esm/operations/clusters.js +1026 -0
- package/dist/esm/operations/clusters.js.map +1 -0
- package/dist/esm/operations/configurations.d.ts +54 -0
- package/dist/esm/operations/configurations.d.ts.map +1 -0
- package/dist/esm/operations/configurations.js +185 -0
- package/dist/esm/operations/configurations.js.map +1 -0
- package/dist/esm/operations/extensions.d.ts +176 -0
- package/dist/esm/operations/extensions.d.ts.map +1 -0
- package/dist/esm/operations/extensions.js +842 -0
- package/dist/esm/operations/extensions.js.map +1 -0
- package/dist/esm/operations/index.d.ts +12 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +19 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/locations.d.ts +52 -0
- package/dist/esm/operations/locations.d.ts.map +1 -0
- package/dist/esm/operations/locations.js +200 -0
- package/dist/esm/operations/locations.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +116 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +81 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +359 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +28 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +86 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/scriptActions.d.ts +62 -0
- package/dist/esm/operations/scriptActions.d.ts.map +1 -0
- package/dist/esm/operations/scriptActions.js +228 -0
- package/dist/esm/operations/scriptActions.js.map +1 -0
- package/dist/esm/operations/scriptExecutionHistory.d.ts +46 -0
- package/dist/esm/operations/scriptExecutionHistory.d.ts.map +1 -0
- package/dist/esm/operations/scriptExecutionHistory.js +163 -0
- package/dist/esm/operations/scriptExecutionHistory.js.map +1 -0
- package/dist/esm/operations/virtualMachines.d.ts +45 -0
- package/dist/esm/operations/virtualMachines.d.ts.map +1 -0
- package/dist/esm/operations/virtualMachines.js +176 -0
- package/dist/esm/operations/virtualMachines.js.map +1 -0
- package/dist/esm/operationsInterfaces/applications.d.ts +65 -0
- package/dist/esm/operationsInterfaces/applications.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/applications.js +9 -0
- package/dist/esm/operationsInterfaces/applications.js.map +1 -0
- package/dist/esm/operationsInterfaces/clusters.d.ts +178 -0
- package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/clusters.js +9 -0
- package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
- package/dist/esm/operationsInterfaces/configurations.d.ts +46 -0
- package/dist/esm/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/configurations.js +9 -0
- package/dist/esm/operationsInterfaces/configurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/extensions.d.ts +168 -0
- package/dist/esm/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/extensions.js +9 -0
- package/dist/esm/operationsInterfaces/extensions.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +12 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +19 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/locations.d.ts +44 -0
- package/dist/esm/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/locations.js +9 -0
- package/dist/esm/operationsInterfaces/locations.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/scriptActions.d.ts +37 -0
- package/dist/esm/operationsInterfaces/scriptActions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/scriptActions.js +9 -0
- package/dist/esm/operationsInterfaces/scriptActions.js.map +1 -0
- package/dist/esm/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
- package/dist/esm/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/scriptExecutionHistory.js +9 -0
- package/dist/esm/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
- package/dist/esm/operationsInterfaces/virtualMachines.d.ts +37 -0
- package/dist/esm/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/virtualMachines.js +9 -0
- package/dist/esm/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/hDInsightManagementClient.d.ts +31 -0
- package/dist/react-native/hDInsightManagementClient.d.ts.map +1 -0
- package/dist/react-native/hDInsightManagementClient.js +127 -0
- package/dist/react-native/hDInsightManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2074 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +198 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +112 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +3817 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +37 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +280 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/applications.d.ts +90 -0
- package/dist/react-native/operations/applications.d.ts.map +1 -0
- package/dist/react-native/operations/applications.js +383 -0
- package/dist/react-native/operations/applications.js.map +1 -0
- package/dist/react-native/operations/clusters.d.ts +214 -0
- package/dist/react-native/operations/clusters.d.ts.map +1 -0
- package/dist/react-native/operations/clusters.js +1026 -0
- package/dist/react-native/operations/clusters.js.map +1 -0
- package/dist/react-native/operations/configurations.d.ts +54 -0
- package/dist/react-native/operations/configurations.d.ts.map +1 -0
- package/dist/react-native/operations/configurations.js +185 -0
- package/dist/react-native/operations/configurations.js.map +1 -0
- package/dist/react-native/operations/extensions.d.ts +176 -0
- package/dist/react-native/operations/extensions.d.ts.map +1 -0
- package/dist/react-native/operations/extensions.js +842 -0
- package/dist/react-native/operations/extensions.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +12 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +19 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/locations.d.ts +52 -0
- package/dist/react-native/operations/locations.d.ts.map +1 -0
- package/dist/react-native/operations/locations.js +200 -0
- package/dist/react-native/operations/locations.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +116 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +81 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +359 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +28 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +86 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/scriptActions.d.ts +62 -0
- package/dist/react-native/operations/scriptActions.d.ts.map +1 -0
- package/dist/react-native/operations/scriptActions.js +228 -0
- package/dist/react-native/operations/scriptActions.js.map +1 -0
- package/dist/react-native/operations/scriptExecutionHistory.d.ts +46 -0
- package/dist/react-native/operations/scriptExecutionHistory.d.ts.map +1 -0
- package/dist/react-native/operations/scriptExecutionHistory.js +163 -0
- package/dist/react-native/operations/scriptExecutionHistory.js.map +1 -0
- package/dist/react-native/operations/virtualMachines.d.ts +45 -0
- package/dist/react-native/operations/virtualMachines.d.ts.map +1 -0
- package/dist/react-native/operations/virtualMachines.js +176 -0
- package/dist/react-native/operations/virtualMachines.js.map +1 -0
- package/dist/react-native/operationsInterfaces/applications.d.ts +65 -0
- package/dist/react-native/operationsInterfaces/applications.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/applications.js +9 -0
- package/dist/react-native/operationsInterfaces/applications.js.map +1 -0
- package/dist/react-native/operationsInterfaces/clusters.d.ts +178 -0
- package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/clusters.js +9 -0
- package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/configurations.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/configurations.js +9 -0
- package/dist/react-native/operationsInterfaces/configurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/extensions.d.ts +168 -0
- package/dist/react-native/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/extensions.js +9 -0
- package/dist/react-native/operationsInterfaces/extensions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +19 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/locations.d.ts +44 -0
- package/dist/react-native/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/locations.js +9 -0
- package/dist/react-native/operationsInterfaces/locations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/scriptActions.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/scriptActions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/scriptActions.js +9 -0
- package/dist/react-native/operationsInterfaces/scriptActions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/scriptExecutionHistory.js +9 -0
- package/dist/react-native/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualMachines.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualMachines.js +9 -0
- package/dist/react-native/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +87 -78
- package/review/arm-hdinsight-node.api.md +1668 -0
- package/dist/index.js +0 -8144
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/applicationsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsCreateSample.js +0 -70
- package/dist-esm/samples-dev/applicationsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/applicationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.js +0 -40
- package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsGetSample.js +0 -58
- package/dist-esm/samples-dev/applicationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsListByClusterSample.js +0 -59
- package/dist-esm/samples-dev/applicationsListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersCreateSample.js +0 -1221
- package/dist-esm/samples-dev/clustersCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersDeleteSample.js +0 -38
- package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.js +0 -49
- package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.js +0 -39
- package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.js +0 -38
- package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersGetSample.js +0 -56
- package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +0 -58
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListSample.js +0 -57
- package/dist-esm/samples-dev/clustersListSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersResizeSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersResizeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersResizeSample.js +0 -40
- package/dist-esm/samples-dev/clustersResizeSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.js +0 -43
- package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.js.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.js +0 -98
- package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.js +0 -43
- package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.js +0 -43
- package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateSample.js +0 -41
- package/dist-esm/samples-dev/clustersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsGetSample.js +0 -39
- package/dist-esm/samples-dev/configurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsListSample.js +0 -38
- package/dist-esm/samples-dev/configurationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsUpdateSample.js +0 -66
- package/dist-esm/samples-dev/configurationsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsCreateSample.js +0 -43
- package/dist-esm/samples-dev/extensionsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/extensionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.js +0 -38
- package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsDisableMonitoringSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsDisableMonitoringSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsDisableMonitoringSample.js +0 -38
- package/dist-esm/samples-dev/extensionsDisableMonitoringSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.js +0 -42
- package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsEnableMonitoringSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsEnableMonitoringSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsEnableMonitoringSample.js +0 -42
- package/dist-esm/samples-dev/extensionsEnableMonitoringSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.js +0 -40
- package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.js +0 -38
- package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.js +0 -38
- package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsGetSample.js +0 -39
- package/dist-esm/samples-dev/extensionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.js +0 -41
- package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.js +0 -38
- package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/locationsGetCapabilitiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/locationsGetCapabilitiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationsGetCapabilitiesSample.js +0 -37
- package/dist-esm/samples-dev/locationsGetCapabilitiesSample.js.map +0 -1
- package/dist-esm/samples-dev/locationsListBillingSpecsSample.d.ts +0 -2
- package/dist-esm/samples-dev/locationsListBillingSpecsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationsListBillingSpecsSample.js +0 -37
- package/dist-esm/samples-dev/locationsListBillingSpecsSample.js.map +0 -1
- package/dist-esm/samples-dev/locationsListUsagesSample.d.ts +0 -2
- package/dist-esm/samples-dev/locationsListUsagesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationsListUsagesSample.js +0 -37
- package/dist-esm/samples-dev/locationsListUsagesSample.js.map +0 -1
- package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.d.ts +0 -2
- package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.js +0 -125
- package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -58
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -39
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.js +0 -59
- package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -39
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js +0 -38
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/scriptActionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/scriptActionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scriptActionsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/scriptActionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.js +0 -39
- package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.d.ts +0 -2
- package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.js +0 -39
- package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.js.map +0 -1
- package/dist-esm/samples-dev/scriptActionsListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/scriptActionsListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scriptActionsListByClusterSample.js +0 -59
- package/dist-esm/samples-dev/scriptActionsListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.js +0 -59
- package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.d.ts +0 -2
- package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.js +0 -39
- package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.js +0 -39
- package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesListHostsSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesListHostsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesListHostsSample.js +0 -38
- package/dist-esm/samples-dev/virtualMachinesListHostsSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.js +0 -39
- package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.js.map +0 -1
- package/dist-esm/src/hDInsightManagementClient.d.ts +0 -31
- package/dist-esm/src/hDInsightManagementClient.d.ts.map +0 -1
- package/dist-esm/src/hDInsightManagementClient.js +0 -111
- package/dist-esm/src/hDInsightManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -2026
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -190
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -111
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -3726
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -280
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/applications.d.ts +0 -90
- package/dist-esm/src/operations/applications.d.ts.map +0 -1
- package/dist-esm/src/operations/applications.js +0 -403
- package/dist-esm/src/operations/applications.js.map +0 -1
- package/dist-esm/src/operations/clusters.d.ts +0 -214
- package/dist-esm/src/operations/clusters.d.ts.map +0 -1
- package/dist-esm/src/operations/clusters.js +0 -1062
- package/dist-esm/src/operations/clusters.js.map +0 -1
- package/dist-esm/src/operations/configurations.d.ts +0 -54
- package/dist-esm/src/operations/configurations.d.ts.map +0 -1
- package/dist-esm/src/operations/configurations.js +0 -184
- package/dist-esm/src/operations/configurations.js.map +0 -1
- package/dist-esm/src/operations/extensions.d.ts +0 -139
- package/dist-esm/src/operations/extensions.d.ts.map +0 -1
- package/dist-esm/src/operations/extensions.js +0 -644
- package/dist-esm/src/operations/extensions.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -12
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -19
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/locations.d.ts +0 -52
- package/dist-esm/src/operations/locations.d.ts.map +0 -1
- package/dist-esm/src/operations/locations.js +0 -199
- package/dist-esm/src/operations/locations.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -138
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -81
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -379
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +0 -28
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js +0 -85
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/scriptActions.d.ts +0 -62
- package/dist-esm/src/operations/scriptActions.d.ts.map +0 -1
- package/dist-esm/src/operations/scriptActions.js +0 -250
- package/dist-esm/src/operations/scriptActions.js.map +0 -1
- package/dist-esm/src/operations/scriptExecutionHistory.d.ts +0 -46
- package/dist-esm/src/operations/scriptExecutionHistory.d.ts.map +0 -1
- package/dist-esm/src/operations/scriptExecutionHistory.js +0 -185
- package/dist-esm/src/operations/scriptExecutionHistory.js.map +0 -1
- package/dist-esm/src/operations/virtualMachines.d.ts +0 -45
- package/dist-esm/src/operations/virtualMachines.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualMachines.js +0 -175
- package/dist-esm/src/operations/virtualMachines.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/applications.d.ts +0 -65
- package/dist-esm/src/operationsInterfaces/applications.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/applications.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +0 -178
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/configurations.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/configurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/extensions.d.ts +0 -131
- package/dist-esm/src/operationsInterfaces/extensions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/extensions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -19
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/locations.d.ts +0 -44
- package/dist-esm/src/operationsInterfaces/locations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/locations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/scriptActions.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/scriptActions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/scriptActions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/hdinsights_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/hdinsights_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/hdinsights_operations_test.spec.js +0 -86
- package/dist-esm/test/hdinsights_operations_test.spec.js.map +0 -1
- package/review/arm-hdinsight.api.md +0 -1626
- package/rollup.config.js +0 -122
- package/src/hDInsightManagementClient.ts +0 -185
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -2275
- package/src/models/mappers.ts +0 -3883
- package/src/models/parameters.ts +0 -336
- package/src/operations/applications.ts +0 -555
- package/src/operations/clusters.ts +0 -1423
- package/src/operations/configurations.ts +0 -253
- package/src/operations/extensions.ts +0 -894
- package/src/operations/index.ts +0 -19
- package/src/operations/locations.ts +0 -272
- package/src/operations/operations.ts +0 -149
- package/src/operations/privateEndpointConnections.ts +0 -519
- package/src/operations/privateLinkResources.ts +0 -116
- package/src/operations/scriptActions.ts +0 -332
- package/src/operations/scriptExecutionHistory.ts +0 -243
- package/src/operations/virtualMachines.ts +0 -241
- package/src/operationsInterfaces/applications.ts +0 -126
- package/src/operationsInterfaces/clusters.ts +0 -327
- package/src/operationsInterfaces/configurations.ts +0 -77
- package/src/operationsInterfaces/extensions.ts +0 -234
- package/src/operationsInterfaces/index.ts +0 -19
- package/src/operationsInterfaces/locations.ts +0 -88
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -109
- package/src/operationsInterfaces/privateLinkResources.ts +0 -42
- package/src/operationsInterfaces/scriptActions.ts +0 -73
- package/src/operationsInterfaces/scriptExecutionHistory.ts +0 -43
- package/src/operationsInterfaces/virtualMachines.ts +0 -70
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-hdinsight.d.ts +0 -2937
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/applications.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/configurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/extensions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/locations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/scriptActions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/scriptExecutionHistory.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachines.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"clusters.js","sourceRoot":"","sources":["../../../src/operations/clusters.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { Configurations } from "../operationsInterfaces";
|
|
2
|
-
import { HDInsightManagementClient } from "../hDInsightManagementClient";
|
|
3
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
4
|
-
import { ConfigurationsListOptionalParams, ConfigurationsListResponse, ConfigurationsUpdateOptionalParams, ConfigurationsGetOptionalParams, ConfigurationsGetResponse } from "../models";
|
|
5
|
-
/** Class containing Configurations operations. */
|
|
6
|
-
export declare class ConfigurationsImpl implements Configurations {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class Configurations class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: HDInsightManagementClient);
|
|
13
|
-
/**
|
|
14
|
-
* Gets all configuration information for an HDI cluster.
|
|
15
|
-
* @param resourceGroupName The name of the resource group.
|
|
16
|
-
* @param clusterName The name of the cluster.
|
|
17
|
-
* @param options The options parameters.
|
|
18
|
-
*/
|
|
19
|
-
list(resourceGroupName: string, clusterName: string, options?: ConfigurationsListOptionalParams): Promise<ConfigurationsListResponse>;
|
|
20
|
-
/**
|
|
21
|
-
* Configures the HTTP settings on the specified cluster. This API is deprecated, please use
|
|
22
|
-
* UpdateGatewaySettings in cluster endpoint instead.
|
|
23
|
-
* @param resourceGroupName The name of the resource group.
|
|
24
|
-
* @param clusterName The name of the cluster.
|
|
25
|
-
* @param configurationName The name of the cluster configuration.
|
|
26
|
-
* @param parameters The cluster configurations.
|
|
27
|
-
* @param options The options parameters.
|
|
28
|
-
*/
|
|
29
|
-
beginUpdate(resourceGroupName: string, clusterName: string, configurationName: string, parameters: {
|
|
30
|
-
[propertyName: string]: string;
|
|
31
|
-
}, options?: ConfigurationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
32
|
-
/**
|
|
33
|
-
* Configures the HTTP settings on the specified cluster. This API is deprecated, please use
|
|
34
|
-
* UpdateGatewaySettings in cluster endpoint instead.
|
|
35
|
-
* @param resourceGroupName The name of the resource group.
|
|
36
|
-
* @param clusterName The name of the cluster.
|
|
37
|
-
* @param configurationName The name of the cluster configuration.
|
|
38
|
-
* @param parameters The cluster configurations.
|
|
39
|
-
* @param options The options parameters.
|
|
40
|
-
*/
|
|
41
|
-
beginUpdateAndWait(resourceGroupName: string, clusterName: string, configurationName: string, parameters: {
|
|
42
|
-
[propertyName: string]: string;
|
|
43
|
-
}, options?: ConfigurationsUpdateOptionalParams): Promise<void>;
|
|
44
|
-
/**
|
|
45
|
-
* The configuration object for the specified cluster. This API is not recommended and might be removed
|
|
46
|
-
* in the future. Please consider using List configurations API instead.
|
|
47
|
-
* @param resourceGroupName The name of the resource group.
|
|
48
|
-
* @param clusterName The name of the cluster.
|
|
49
|
-
* @param configurationName The name of the cluster configuration.
|
|
50
|
-
* @param options The options parameters.
|
|
51
|
-
*/
|
|
52
|
-
get(resourceGroupName: string, clusterName: string, configurationName: string, options?: ConfigurationsGetOptionalParams): Promise<ConfigurationsGetResponse>;
|
|
53
|
-
}
|
|
54
|
-
//# sourceMappingURL=configurations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"configurations.d.ts","sourceRoot":"","sources":["../../../src/operations/configurations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAIzD,OAAO,EAAE,yBAAyB,EAAE,MAAM,8BAA8B,CAAC;AACzE,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,gCAAgC,EAChC,0BAA0B,EAC1B,kCAAkC,EAClC,+BAA+B,EAC/B,yBAAyB,EAC1B,MAAM,WAAW,CAAC;AAEnB,kDAAkD;AAClD,qBAAa,kBAAmB,YAAW,cAAc;IACvD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4B;IAEnD;;;OAGG;gBACS,MAAM,EAAE,yBAAyB;IAI7C;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC;IAOtC;;;;;;;;OAQG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,EAC9C,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IA4DxD;;;;;;;;OAQG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,EAC9C,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,IAAI,CAAC;IAWhB;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;CAMtC"}
|
|
@@ -1,184 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __awaiter } from "tslib";
|
|
9
|
-
import * as coreClient from "@azure/core-client";
|
|
10
|
-
import * as Mappers from "../models/mappers";
|
|
11
|
-
import * as Parameters from "../models/parameters";
|
|
12
|
-
import { createHttpPoller } from "@azure/core-lro";
|
|
13
|
-
import { createLroSpec } from "../lroImpl";
|
|
14
|
-
/** Class containing Configurations operations. */
|
|
15
|
-
export class ConfigurationsImpl {
|
|
16
|
-
/**
|
|
17
|
-
* Initialize a new instance of the class Configurations class.
|
|
18
|
-
* @param client Reference to the service client
|
|
19
|
-
*/
|
|
20
|
-
constructor(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* Gets all configuration information for an HDI cluster.
|
|
25
|
-
* @param resourceGroupName The name of the resource group.
|
|
26
|
-
* @param clusterName The name of the cluster.
|
|
27
|
-
* @param options The options parameters.
|
|
28
|
-
*/
|
|
29
|
-
list(resourceGroupName, clusterName, options) {
|
|
30
|
-
return this.client.sendOperationRequest({ resourceGroupName, clusterName, options }, listOperationSpec);
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* Configures the HTTP settings on the specified cluster. This API is deprecated, please use
|
|
34
|
-
* UpdateGatewaySettings in cluster endpoint instead.
|
|
35
|
-
* @param resourceGroupName The name of the resource group.
|
|
36
|
-
* @param clusterName The name of the cluster.
|
|
37
|
-
* @param configurationName The name of the cluster configuration.
|
|
38
|
-
* @param parameters The cluster configurations.
|
|
39
|
-
* @param options The options parameters.
|
|
40
|
-
*/
|
|
41
|
-
beginUpdate(resourceGroupName, clusterName, configurationName, parameters, options) {
|
|
42
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
43
|
-
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
44
|
-
return this.client.sendOperationRequest(args, spec);
|
|
45
|
-
});
|
|
46
|
-
const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
47
|
-
var _a;
|
|
48
|
-
let currentRawResponse = undefined;
|
|
49
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
50
|
-
const callback = (rawResponse, flatResponse) => {
|
|
51
|
-
currentRawResponse = rawResponse;
|
|
52
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
53
|
-
};
|
|
54
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
55
|
-
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
56
|
-
return {
|
|
57
|
-
flatResponse,
|
|
58
|
-
rawResponse: {
|
|
59
|
-
statusCode: currentRawResponse.status,
|
|
60
|
-
body: currentRawResponse.parsedBody,
|
|
61
|
-
headers: currentRawResponse.headers.toJSON()
|
|
62
|
-
}
|
|
63
|
-
};
|
|
64
|
-
});
|
|
65
|
-
const lro = createLroSpec({
|
|
66
|
-
sendOperationFn,
|
|
67
|
-
args: {
|
|
68
|
-
resourceGroupName,
|
|
69
|
-
clusterName,
|
|
70
|
-
configurationName,
|
|
71
|
-
parameters,
|
|
72
|
-
options
|
|
73
|
-
},
|
|
74
|
-
spec: updateOperationSpec
|
|
75
|
-
});
|
|
76
|
-
const poller = yield createHttpPoller(lro, {
|
|
77
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
78
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
79
|
-
resourceLocationConfig: "location"
|
|
80
|
-
});
|
|
81
|
-
yield poller.poll();
|
|
82
|
-
return poller;
|
|
83
|
-
});
|
|
84
|
-
}
|
|
85
|
-
/**
|
|
86
|
-
* Configures the HTTP settings on the specified cluster. This API is deprecated, please use
|
|
87
|
-
* UpdateGatewaySettings in cluster endpoint instead.
|
|
88
|
-
* @param resourceGroupName The name of the resource group.
|
|
89
|
-
* @param clusterName The name of the cluster.
|
|
90
|
-
* @param configurationName The name of the cluster configuration.
|
|
91
|
-
* @param parameters The cluster configurations.
|
|
92
|
-
* @param options The options parameters.
|
|
93
|
-
*/
|
|
94
|
-
beginUpdateAndWait(resourceGroupName, clusterName, configurationName, parameters, options) {
|
|
95
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
96
|
-
const poller = yield this.beginUpdate(resourceGroupName, clusterName, configurationName, parameters, options);
|
|
97
|
-
return poller.pollUntilDone();
|
|
98
|
-
});
|
|
99
|
-
}
|
|
100
|
-
/**
|
|
101
|
-
* The configuration object for the specified cluster. This API is not recommended and might be removed
|
|
102
|
-
* in the future. Please consider using List configurations API instead.
|
|
103
|
-
* @param resourceGroupName The name of the resource group.
|
|
104
|
-
* @param clusterName The name of the cluster.
|
|
105
|
-
* @param configurationName The name of the cluster configuration.
|
|
106
|
-
* @param options The options parameters.
|
|
107
|
-
*/
|
|
108
|
-
get(resourceGroupName, clusterName, configurationName, options) {
|
|
109
|
-
return this.client.sendOperationRequest({ resourceGroupName, clusterName, configurationName, options }, getOperationSpec);
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
// Operation Specifications
|
|
113
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
114
|
-
const listOperationSpec = {
|
|
115
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/configurations",
|
|
116
|
-
httpMethod: "POST",
|
|
117
|
-
responses: {
|
|
118
|
-
200: {
|
|
119
|
-
bodyMapper: Mappers.ClusterConfigurations
|
|
120
|
-
},
|
|
121
|
-
default: {
|
|
122
|
-
bodyMapper: Mappers.ErrorResponse
|
|
123
|
-
}
|
|
124
|
-
},
|
|
125
|
-
queryParameters: [Parameters.apiVersion],
|
|
126
|
-
urlParameters: [
|
|
127
|
-
Parameters.$host,
|
|
128
|
-
Parameters.subscriptionId,
|
|
129
|
-
Parameters.resourceGroupName,
|
|
130
|
-
Parameters.clusterName
|
|
131
|
-
],
|
|
132
|
-
headerParameters: [Parameters.accept],
|
|
133
|
-
serializer
|
|
134
|
-
};
|
|
135
|
-
const updateOperationSpec = {
|
|
136
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/configurations/{configurationName}",
|
|
137
|
-
httpMethod: "POST",
|
|
138
|
-
responses: {
|
|
139
|
-
200: {},
|
|
140
|
-
201: {},
|
|
141
|
-
202: {},
|
|
142
|
-
204: {},
|
|
143
|
-
default: {
|
|
144
|
-
bodyMapper: Mappers.ErrorResponse
|
|
145
|
-
}
|
|
146
|
-
},
|
|
147
|
-
requestBody: Parameters.parameters9,
|
|
148
|
-
queryParameters: [Parameters.apiVersion],
|
|
149
|
-
urlParameters: [
|
|
150
|
-
Parameters.$host,
|
|
151
|
-
Parameters.subscriptionId,
|
|
152
|
-
Parameters.resourceGroupName,
|
|
153
|
-
Parameters.clusterName,
|
|
154
|
-
Parameters.configurationName
|
|
155
|
-
],
|
|
156
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
157
|
-
mediaType: "json",
|
|
158
|
-
serializer
|
|
159
|
-
};
|
|
160
|
-
const getOperationSpec = {
|
|
161
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/configurations/{configurationName}",
|
|
162
|
-
httpMethod: "GET",
|
|
163
|
-
responses: {
|
|
164
|
-
200: {
|
|
165
|
-
bodyMapper: {
|
|
166
|
-
type: { name: "Dictionary", value: { type: { name: "String" } } }
|
|
167
|
-
}
|
|
168
|
-
},
|
|
169
|
-
default: {
|
|
170
|
-
bodyMapper: Mappers.ErrorResponse
|
|
171
|
-
}
|
|
172
|
-
},
|
|
173
|
-
queryParameters: [Parameters.apiVersion],
|
|
174
|
-
urlParameters: [
|
|
175
|
-
Parameters.$host,
|
|
176
|
-
Parameters.subscriptionId,
|
|
177
|
-
Parameters.resourceGroupName,
|
|
178
|
-
Parameters.clusterName,
|
|
179
|
-
Parameters.configurationName
|
|
180
|
-
],
|
|
181
|
-
headerParameters: [Parameters.accept],
|
|
182
|
-
serializer
|
|
183
|
-
};
|
|
184
|
-
//# sourceMappingURL=configurations.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"configurations.js","sourceRoot":"","sources":["../../../src/operations/configurations.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,139 +0,0 @@
|
|
|
1
|
-
import { Extensions } from "../operationsInterfaces";
|
|
2
|
-
import { HDInsightManagementClient } from "../hDInsightManagementClient";
|
|
3
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
4
|
-
import { ClusterMonitoringRequest, ExtensionsEnableMonitoringOptionalParams, ExtensionsGetMonitoringStatusOptionalParams, ExtensionsGetMonitoringStatusResponse, ExtensionsDisableMonitoringOptionalParams, AzureMonitorRequest, ExtensionsEnableAzureMonitorOptionalParams, ExtensionsGetAzureMonitorStatusOptionalParams, ExtensionsGetAzureMonitorStatusResponse, ExtensionsDisableAzureMonitorOptionalParams, Extension, ExtensionsCreateOptionalParams, ExtensionsGetOptionalParams, ExtensionsGetResponse, ExtensionsDeleteOptionalParams, ExtensionsGetAzureAsyncOperationStatusOptionalParams, ExtensionsGetAzureAsyncOperationStatusResponse } from "../models";
|
|
5
|
-
/** Class containing Extensions operations. */
|
|
6
|
-
export declare class ExtensionsImpl implements Extensions {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class Extensions class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: HDInsightManagementClient);
|
|
13
|
-
/**
|
|
14
|
-
* Enables the Operations Management Suite (OMS) on the HDInsight cluster.
|
|
15
|
-
* @param resourceGroupName The name of the resource group.
|
|
16
|
-
* @param clusterName The name of the cluster.
|
|
17
|
-
* @param parameters The Operations Management Suite (OMS) workspace parameters.
|
|
18
|
-
* @param options The options parameters.
|
|
19
|
-
*/
|
|
20
|
-
beginEnableMonitoring(resourceGroupName: string, clusterName: string, parameters: ClusterMonitoringRequest, options?: ExtensionsEnableMonitoringOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
21
|
-
/**
|
|
22
|
-
* Enables the Operations Management Suite (OMS) on the HDInsight cluster.
|
|
23
|
-
* @param resourceGroupName The name of the resource group.
|
|
24
|
-
* @param clusterName The name of the cluster.
|
|
25
|
-
* @param parameters The Operations Management Suite (OMS) workspace parameters.
|
|
26
|
-
* @param options The options parameters.
|
|
27
|
-
*/
|
|
28
|
-
beginEnableMonitoringAndWait(resourceGroupName: string, clusterName: string, parameters: ClusterMonitoringRequest, options?: ExtensionsEnableMonitoringOptionalParams): Promise<void>;
|
|
29
|
-
/**
|
|
30
|
-
* Gets the status of Operations Management Suite (OMS) on the HDInsight cluster.
|
|
31
|
-
* @param resourceGroupName The name of the resource group.
|
|
32
|
-
* @param clusterName The name of the cluster.
|
|
33
|
-
* @param options The options parameters.
|
|
34
|
-
*/
|
|
35
|
-
getMonitoringStatus(resourceGroupName: string, clusterName: string, options?: ExtensionsGetMonitoringStatusOptionalParams): Promise<ExtensionsGetMonitoringStatusResponse>;
|
|
36
|
-
/**
|
|
37
|
-
* Disables the Operations Management Suite (OMS) on the HDInsight cluster.
|
|
38
|
-
* @param resourceGroupName The name of the resource group.
|
|
39
|
-
* @param clusterName The name of the cluster.
|
|
40
|
-
* @param options The options parameters.
|
|
41
|
-
*/
|
|
42
|
-
beginDisableMonitoring(resourceGroupName: string, clusterName: string, options?: ExtensionsDisableMonitoringOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
43
|
-
/**
|
|
44
|
-
* Disables the Operations Management Suite (OMS) on the HDInsight cluster.
|
|
45
|
-
* @param resourceGroupName The name of the resource group.
|
|
46
|
-
* @param clusterName The name of the cluster.
|
|
47
|
-
* @param options The options parameters.
|
|
48
|
-
*/
|
|
49
|
-
beginDisableMonitoringAndWait(resourceGroupName: string, clusterName: string, options?: ExtensionsDisableMonitoringOptionalParams): Promise<void>;
|
|
50
|
-
/**
|
|
51
|
-
* Enables the Azure Monitor on the HDInsight cluster.
|
|
52
|
-
* @param resourceGroupName The name of the resource group.
|
|
53
|
-
* @param clusterName The name of the cluster.
|
|
54
|
-
* @param parameters The Log Analytics workspace parameters.
|
|
55
|
-
* @param options The options parameters.
|
|
56
|
-
*/
|
|
57
|
-
beginEnableAzureMonitor(resourceGroupName: string, clusterName: string, parameters: AzureMonitorRequest, options?: ExtensionsEnableAzureMonitorOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
58
|
-
/**
|
|
59
|
-
* Enables the Azure Monitor on the HDInsight cluster.
|
|
60
|
-
* @param resourceGroupName The name of the resource group.
|
|
61
|
-
* @param clusterName The name of the cluster.
|
|
62
|
-
* @param parameters The Log Analytics workspace parameters.
|
|
63
|
-
* @param options The options parameters.
|
|
64
|
-
*/
|
|
65
|
-
beginEnableAzureMonitorAndWait(resourceGroupName: string, clusterName: string, parameters: AzureMonitorRequest, options?: ExtensionsEnableAzureMonitorOptionalParams): Promise<void>;
|
|
66
|
-
/**
|
|
67
|
-
* Gets the status of Azure Monitor on the HDInsight cluster.
|
|
68
|
-
* @param resourceGroupName The name of the resource group.
|
|
69
|
-
* @param clusterName The name of the cluster.
|
|
70
|
-
* @param options The options parameters.
|
|
71
|
-
*/
|
|
72
|
-
getAzureMonitorStatus(resourceGroupName: string, clusterName: string, options?: ExtensionsGetAzureMonitorStatusOptionalParams): Promise<ExtensionsGetAzureMonitorStatusResponse>;
|
|
73
|
-
/**
|
|
74
|
-
* Disables the Azure Monitor on the HDInsight cluster.
|
|
75
|
-
* @param resourceGroupName The name of the resource group.
|
|
76
|
-
* @param clusterName The name of the cluster.
|
|
77
|
-
* @param options The options parameters.
|
|
78
|
-
*/
|
|
79
|
-
beginDisableAzureMonitor(resourceGroupName: string, clusterName: string, options?: ExtensionsDisableAzureMonitorOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
80
|
-
/**
|
|
81
|
-
* Disables the Azure Monitor on the HDInsight cluster.
|
|
82
|
-
* @param resourceGroupName The name of the resource group.
|
|
83
|
-
* @param clusterName The name of the cluster.
|
|
84
|
-
* @param options The options parameters.
|
|
85
|
-
*/
|
|
86
|
-
beginDisableAzureMonitorAndWait(resourceGroupName: string, clusterName: string, options?: ExtensionsDisableAzureMonitorOptionalParams): Promise<void>;
|
|
87
|
-
/**
|
|
88
|
-
* Creates an HDInsight cluster extension.
|
|
89
|
-
* @param resourceGroupName The name of the resource group.
|
|
90
|
-
* @param clusterName The name of the cluster.
|
|
91
|
-
* @param extensionName The name of the cluster extension.
|
|
92
|
-
* @param parameters The cluster extensions create request.
|
|
93
|
-
* @param options The options parameters.
|
|
94
|
-
*/
|
|
95
|
-
beginCreate(resourceGroupName: string, clusterName: string, extensionName: string, parameters: Extension, options?: ExtensionsCreateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
96
|
-
/**
|
|
97
|
-
* Creates an HDInsight cluster extension.
|
|
98
|
-
* @param resourceGroupName The name of the resource group.
|
|
99
|
-
* @param clusterName The name of the cluster.
|
|
100
|
-
* @param extensionName The name of the cluster extension.
|
|
101
|
-
* @param parameters The cluster extensions create request.
|
|
102
|
-
* @param options The options parameters.
|
|
103
|
-
*/
|
|
104
|
-
beginCreateAndWait(resourceGroupName: string, clusterName: string, extensionName: string, parameters: Extension, options?: ExtensionsCreateOptionalParams): Promise<void>;
|
|
105
|
-
/**
|
|
106
|
-
* Gets the extension properties for the specified HDInsight cluster extension.
|
|
107
|
-
* @param resourceGroupName The name of the resource group.
|
|
108
|
-
* @param clusterName The name of the cluster.
|
|
109
|
-
* @param extensionName The name of the cluster extension.
|
|
110
|
-
* @param options The options parameters.
|
|
111
|
-
*/
|
|
112
|
-
get(resourceGroupName: string, clusterName: string, extensionName: string, options?: ExtensionsGetOptionalParams): Promise<ExtensionsGetResponse>;
|
|
113
|
-
/**
|
|
114
|
-
* Deletes the specified extension for HDInsight cluster.
|
|
115
|
-
* @param resourceGroupName The name of the resource group.
|
|
116
|
-
* @param clusterName The name of the cluster.
|
|
117
|
-
* @param extensionName The name of the cluster extension.
|
|
118
|
-
* @param options The options parameters.
|
|
119
|
-
*/
|
|
120
|
-
beginDelete(resourceGroupName: string, clusterName: string, extensionName: string, options?: ExtensionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
121
|
-
/**
|
|
122
|
-
* Deletes the specified extension for HDInsight cluster.
|
|
123
|
-
* @param resourceGroupName The name of the resource group.
|
|
124
|
-
* @param clusterName The name of the cluster.
|
|
125
|
-
* @param extensionName The name of the cluster extension.
|
|
126
|
-
* @param options The options parameters.
|
|
127
|
-
*/
|
|
128
|
-
beginDeleteAndWait(resourceGroupName: string, clusterName: string, extensionName: string, options?: ExtensionsDeleteOptionalParams): Promise<void>;
|
|
129
|
-
/**
|
|
130
|
-
* Gets the async operation status.
|
|
131
|
-
* @param resourceGroupName The name of the resource group.
|
|
132
|
-
* @param clusterName The name of the cluster.
|
|
133
|
-
* @param extensionName The name of the cluster extension.
|
|
134
|
-
* @param operationId The long running operation id.
|
|
135
|
-
* @param options The options parameters.
|
|
136
|
-
*/
|
|
137
|
-
getAzureAsyncOperationStatus(resourceGroupName: string, clusterName: string, extensionName: string, operationId: string, options?: ExtensionsGetAzureAsyncOperationStatusOptionalParams): Promise<ExtensionsGetAzureAsyncOperationStatusResponse>;
|
|
138
|
-
}
|
|
139
|
-
//# sourceMappingURL=extensions.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"extensions.d.ts","sourceRoot":"","sources":["../../../src/operations/extensions.ts"],"names":[],"mappings":"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"}
|