@azure/arm-hdinsight 0.24.0 → 1.1.0
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 +5 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +70 -82
- package/dist/index.js +7702 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/hDInsightManagementClient.d.ts +29 -0
- package/dist-esm/src/hDInsightManagementClient.d.ts.map +1 -0
- package/dist-esm/src/hDInsightManagementClient.js +62 -0
- package/dist-esm/src/hDInsightManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/{esm/models/virtualMachinesMappers.js → dist-esm/src/index.js} +5 -2
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1966 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +133 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +111 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1516 -1670
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +37 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +280 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/applications.d.ts +90 -0
- package/dist-esm/src/operations/applications.d.ts.map +1 -0
- package/dist-esm/src/operations/applications.js +367 -0
- package/dist-esm/src/operations/applications.js.map +1 -0
- package/dist-esm/src/operations/clusters.d.ts +214 -0
- package/dist-esm/src/operations/clusters.d.ts.map +1 -0
- package/dist-esm/src/operations/clusters.js +979 -0
- package/dist-esm/src/operations/clusters.js.map +1 -0
- package/dist-esm/src/operations/configurations.d.ts +54 -0
- package/dist-esm/src/operations/configurations.d.ts.map +1 -0
- package/dist-esm/src/operations/configurations.js +178 -0
- package/dist-esm/src/operations/configurations.js.map +1 -0
- package/dist-esm/src/operations/extensions.d.ts +139 -0
- package/dist-esm/src/operations/extensions.d.ts.map +1 -0
- package/dist-esm/src/operations/extensions.js +602 -0
- package/dist-esm/src/operations/extensions.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/locations.d.ts +52 -0
- package/dist-esm/src/operations/locations.d.ts.map +1 -0
- package/dist-esm/src/operations/locations.js +199 -0
- package/dist-esm/src/operations/locations.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +81 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +349 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +28 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +85 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/scriptActions.d.ts +62 -0
- package/dist-esm/src/operations/scriptActions.d.ts.map +1 -0
- package/dist-esm/src/operations/scriptActions.js +232 -0
- package/dist-esm/src/operations/scriptActions.js.map +1 -0
- package/dist-esm/src/operations/scriptExecutionHistory.d.ts +46 -0
- package/dist-esm/src/operations/scriptExecutionHistory.d.ts.map +1 -0
- package/dist-esm/src/operations/scriptExecutionHistory.js +167 -0
- package/dist-esm/src/operations/scriptExecutionHistory.js.map +1 -0
- package/dist-esm/src/operations/virtualMachines.d.ts +45 -0
- package/dist-esm/src/operations/virtualMachines.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachines.js +169 -0
- package/dist-esm/src/operations/virtualMachines.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/applications.d.ts +65 -0
- package/dist-esm/src/operationsInterfaces/applications.d.ts.map +1 -0
- package/{src/models/configurationsMappers.ts → dist-esm/src/operationsInterfaces/applications.js} +2 -5
- package/dist-esm/src/operationsInterfaces/applications.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +178 -0
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/clusters.js} +2 -1
- package/dist-esm/src/operationsInterfaces/clusters.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/configurations.d.ts +46 -0
- package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +1 -0
- package/{src/models/virtualMachinesMappers.ts → dist-esm/src/operationsInterfaces/configurations.js} +2 -7
- package/dist-esm/src/operationsInterfaces/configurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/extensions.d.ts +131 -0
- package/dist-esm/src/operationsInterfaces/extensions.d.ts.map +1 -0
- package/{esm/models/configurationsMappers.js → dist-esm/src/operationsInterfaces/extensions.js} +2 -2
- package/dist-esm/src/operationsInterfaces/extensions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +19 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/locations.d.ts +44 -0
- package/dist-esm/src/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/locations.js +9 -0
- package/dist-esm/src/operationsInterfaces/locations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/scriptActions.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/scriptActions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/scriptActions.js +9 -0
- package/dist-esm/src/operationsInterfaces/scriptActions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.js +9 -0
- package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -32
- package/review/arm-hdinsight.api.md +1678 -0
- package/rollup.config.js +181 -30
- package/src/hDInsightManagementClient.ts +105 -53
- package/src/{models/scriptExecutionHistoryMappers.ts → index.ts} +4 -7
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1810 -2954
- package/src/models/mappers.ts +1607 -1764
- package/src/models/parameters.ts +215 -53
- package/src/operations/applications.ts +376 -247
- package/src/operations/clusters.ts +1038 -649
- package/src/operations/configurations.ts +162 -154
- package/src/operations/extensions.ts +644 -410
- package/src/operations/index.ts +1 -2
- package/src/operations/locations.ts +143 -239
- package/src/operations/operations.ts +85 -73
- package/src/operations/privateEndpointConnections.ts +345 -182
- package/src/operations/privateLinkResources.ts +60 -92
- package/src/operations/scriptActions.ts +202 -206
- package/src/operations/scriptExecutionHistory.ts +155 -123
- package/src/operations/virtualMachines.ts +157 -154
- package/src/operationsInterfaces/applications.ts +126 -0
- package/src/operationsInterfaces/clusters.ts +327 -0
- package/src/operationsInterfaces/configurations.ts +77 -0
- package/src/operationsInterfaces/extensions.ts +234 -0
- package/src/operationsInterfaces/index.ts +19 -0
- package/src/operationsInterfaces/locations.ts +88 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +109 -0
- package/src/operationsInterfaces/privateLinkResources.ts +42 -0
- package/src/operationsInterfaces/scriptActions.ts +73 -0
- package/src/operationsInterfaces/scriptExecutionHistory.ts +43 -0
- package/src/operationsInterfaces/virtualMachines.ts +70 -0
- package/tsconfig.json +3 -3
- package/types/arm-hdinsight.d.ts +2866 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-hdinsight.js +0 -7464
- package/dist/arm-hdinsight.js.map +0 -1
- package/dist/arm-hdinsight.min.js +0 -1
- package/dist/arm-hdinsight.min.js.map +0 -1
- package/esm/hDInsightManagementClient.d.ts +0 -35
- package/esm/hDInsightManagementClient.d.ts.map +0 -1
- package/esm/hDInsightManagementClient.js +0 -48
- package/esm/hDInsightManagementClient.js.map +0 -1
- package/esm/hDInsightManagementClientContext.d.ts +0 -23
- package/esm/hDInsightManagementClientContext.d.ts.map +0 -1
- package/esm/hDInsightManagementClientContext.js +0 -61
- package/esm/hDInsightManagementClientContext.js.map +0 -1
- package/esm/models/applicationsMappers.d.ts +0 -2
- package/esm/models/applicationsMappers.d.ts.map +0 -1
- package/esm/models/applicationsMappers.js +0 -9
- package/esm/models/applicationsMappers.js.map +0 -1
- package/esm/models/clustersMappers.d.ts +0 -2
- package/esm/models/clustersMappers.d.ts.map +0 -1
- package/esm/models/clustersMappers.js +0 -9
- package/esm/models/clustersMappers.js.map +0 -1
- package/esm/models/configurationsMappers.d.ts +0 -2
- package/esm/models/configurationsMappers.d.ts.map +0 -1
- package/esm/models/configurationsMappers.js.map +0 -1
- package/esm/models/extensionsMappers.d.ts +0 -2
- package/esm/models/extensionsMappers.d.ts.map +0 -1
- package/esm/models/extensionsMappers.js +0 -9
- package/esm/models/extensionsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -3163
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/locationsMappers.d.ts +0 -2
- package/esm/models/locationsMappers.d.ts.map +0 -1
- package/esm/models/locationsMappers.js +0 -9
- package/esm/models/locationsMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -113
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -18
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -172
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/scriptActionsMappers.d.ts +0 -2
- package/esm/models/scriptActionsMappers.d.ts.map +0 -1
- package/esm/models/scriptActionsMappers.js +0 -9
- package/esm/models/scriptActionsMappers.js.map +0 -1
- package/esm/models/scriptExecutionHistoryMappers.d.ts +0 -2
- package/esm/models/scriptExecutionHistoryMappers.d.ts.map +0 -1
- package/esm/models/scriptExecutionHistoryMappers.js +0 -9
- package/esm/models/scriptExecutionHistoryMappers.js.map +0 -1
- package/esm/models/virtualMachinesMappers.d.ts +0 -2
- package/esm/models/virtualMachinesMappers.d.ts.map +0 -1
- package/esm/models/virtualMachinesMappers.js.map +0 -1
- package/esm/operations/applications.d.ts +0 -142
- package/esm/operations/applications.d.ts.map +0 -1
- package/esm/operations/applications.js +0 -268
- package/esm/operations/applications.js.map +0 -1
- package/esm/operations/clusters.d.ts +0 -315
- package/esm/operations/clusters.d.ts.map +0 -1
- package/esm/operations/clusters.js +0 -710
- package/esm/operations/clusters.js.map +0 -1
- package/esm/operations/configurations.d.ts +0 -90
- package/esm/operations/configurations.d.ts.map +0 -1
- package/esm/operations/configurations.js +0 -173
- package/esm/operations/configurations.js.map +0 -1
- package/esm/operations/extensions.d.ts +0 -213
- package/esm/operations/extensions.d.ts.map +0 -1
- package/esm/operations/extensions.js +0 -477
- package/esm/operations/extensions.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/locations.d.ts +0 -130
- package/esm/operations/locations.d.ts.map +0 -1
- package/esm/operations/locations.js +0 -213
- package/esm/operations/locations.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -79
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -115
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -236
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -58
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -90
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/scriptActions.d.ts +0 -124
- package/esm/operations/scriptActions.d.ts.map +0 -1
- package/esm/operations/scriptActions.js +0 -184
- package/esm/operations/scriptActions.js.map +0 -1
- package/esm/operations/scriptExecutionHistory.d.ts +0 -76
- package/esm/operations/scriptExecutionHistory.d.ts.map +0 -1
- package/esm/operations/scriptExecutionHistory.js +0 -117
- package/esm/operations/scriptExecutionHistory.js.map +0 -1
- package/esm/operations/virtualMachines.d.ts +0 -77
- package/esm/operations/virtualMachines.d.ts.map +0 -1
- package/esm/operations/virtualMachines.js +0 -167
- package/esm/operations/virtualMachines.js.map +0 -1
- package/src/hDInsightManagementClientContext.ts +0 -68
- package/src/models/applicationsMappers.ts +0 -66
- package/src/models/clustersMappers.ts +0 -77
- package/src/models/extensionsMappers.ts +0 -20
- package/src/models/locationsMappers.ts +0 -66
- package/src/models/operationsMappers.ts +0 -18
- package/src/models/privateEndpointConnectionsMappers.ts +0 -65
- package/src/models/privateLinkResourcesMappers.ts +0 -65
- package/src/models/scriptActionsMappers.ts +0 -17
|
@@ -1,68 +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
|
|
7
|
-
* regenerated.
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
import * as Models from "./models";
|
|
11
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
12
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
13
|
-
import { TokenCredential } from "@azure/core-auth";
|
|
14
|
-
|
|
15
|
-
const packageName = "@azure/arm-hdinsight";
|
|
16
|
-
const packageVersion = "0.24.0";
|
|
17
|
-
|
|
18
|
-
export class HDInsightManagementClientContext extends msRestAzure.AzureServiceClient {
|
|
19
|
-
credentials: msRest.ServiceClientCredentials | TokenCredential;
|
|
20
|
-
subscriptionId: string;
|
|
21
|
-
apiVersion?: string;
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* Initializes a new instance of the HDInsightManagementClient class.
|
|
25
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
|
26
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
|
27
|
-
* more information about these credentials, see
|
|
28
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
|
29
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
|
30
|
-
* @azure/ms-rest-browserauth are also supported.
|
|
31
|
-
* @param subscriptionId The subscription credentials which uniquely identify Microsoft Azure
|
|
32
|
-
* subscription. The subscription ID forms part of the URI for every service call.
|
|
33
|
-
* @param [options] The parameter options
|
|
34
|
-
*/
|
|
35
|
-
constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.HDInsightManagementClientOptions) {
|
|
36
|
-
if (credentials == undefined) {
|
|
37
|
-
throw new Error('\'credentials\' cannot be null.');
|
|
38
|
-
}
|
|
39
|
-
if (subscriptionId == undefined) {
|
|
40
|
-
throw new Error('\'subscriptionId\' cannot be null.');
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
if (!options) {
|
|
44
|
-
options = {};
|
|
45
|
-
}
|
|
46
|
-
if (!options.userAgent) {
|
|
47
|
-
const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();
|
|
48
|
-
options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
super(credentials, options);
|
|
52
|
-
|
|
53
|
-
this.apiVersion = '2021-06-01';
|
|
54
|
-
this.acceptLanguage = 'en-US';
|
|
55
|
-
this.longRunningOperationRetryTimeout = 30;
|
|
56
|
-
this.baseUri = options.baseUri || this.baseUri || "https://management.azure.com";
|
|
57
|
-
this.requestContentType = "application/json; charset=utf-8";
|
|
58
|
-
this.credentials = credentials;
|
|
59
|
-
this.subscriptionId = subscriptionId;
|
|
60
|
-
|
|
61
|
-
if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
|
|
62
|
-
this.acceptLanguage = options.acceptLanguage;
|
|
63
|
-
}
|
|
64
|
-
if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
|
|
65
|
-
this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
}
|
|
@@ -1,66 +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
|
-
|
|
9
|
-
export {
|
|
10
|
-
Application,
|
|
11
|
-
ApplicationGetEndpoint,
|
|
12
|
-
ApplicationGetHttpsEndpoint,
|
|
13
|
-
ApplicationListResult,
|
|
14
|
-
ApplicationProperties,
|
|
15
|
-
AsyncOperationResult,
|
|
16
|
-
Autoscale,
|
|
17
|
-
AutoscaleCapacity,
|
|
18
|
-
AutoscaleRecurrence,
|
|
19
|
-
AutoscaleSchedule,
|
|
20
|
-
AutoscaleTimeAndCapacity,
|
|
21
|
-
AzureEntityResource,
|
|
22
|
-
BaseResource,
|
|
23
|
-
ClientGroupInfo,
|
|
24
|
-
Cluster,
|
|
25
|
-
ClusterDefinition,
|
|
26
|
-
ClusterGetProperties,
|
|
27
|
-
ClusterIdentity,
|
|
28
|
-
ComputeIsolationProperties,
|
|
29
|
-
ComputeProfile,
|
|
30
|
-
ConnectivityEndpoint,
|
|
31
|
-
DataDisksGroups,
|
|
32
|
-
DiskEncryptionProperties,
|
|
33
|
-
EncryptionInTransitProperties,
|
|
34
|
-
ErrorResponse,
|
|
35
|
-
Errors,
|
|
36
|
-
ExcludedServicesConfig,
|
|
37
|
-
HardwareProfile,
|
|
38
|
-
IPConfiguration,
|
|
39
|
-
KafkaRestProperties,
|
|
40
|
-
LinuxOperatingSystemProfile,
|
|
41
|
-
NetworkProperties,
|
|
42
|
-
OsProfile,
|
|
43
|
-
PrivateEndpoint,
|
|
44
|
-
PrivateEndpointConnection,
|
|
45
|
-
PrivateLinkConfiguration,
|
|
46
|
-
PrivateLinkResource,
|
|
47
|
-
PrivateLinkServiceConnectionState,
|
|
48
|
-
ProxyResource,
|
|
49
|
-
QuotaInfo,
|
|
50
|
-
Resource,
|
|
51
|
-
ResourceId,
|
|
52
|
-
Role,
|
|
53
|
-
RuntimeScriptAction,
|
|
54
|
-
RuntimeScriptActionDetail,
|
|
55
|
-
ScriptAction,
|
|
56
|
-
ScriptActionExecutionSummary,
|
|
57
|
-
SecurityProfile,
|
|
58
|
-
SshProfile,
|
|
59
|
-
SshPublicKey,
|
|
60
|
-
StorageAccount,
|
|
61
|
-
StorageProfile,
|
|
62
|
-
SystemData,
|
|
63
|
-
TrackedResource,
|
|
64
|
-
UserAssignedIdentity,
|
|
65
|
-
VirtualNetworkProfile
|
|
66
|
-
} from "../models/mappers";
|
|
@@ -1,77 +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
|
-
|
|
9
|
-
export {
|
|
10
|
-
Application,
|
|
11
|
-
ApplicationGetEndpoint,
|
|
12
|
-
ApplicationGetHttpsEndpoint,
|
|
13
|
-
ApplicationProperties,
|
|
14
|
-
AsyncOperationResult,
|
|
15
|
-
Autoscale,
|
|
16
|
-
AutoscaleCapacity,
|
|
17
|
-
AutoscaleConfigurationUpdateParameter,
|
|
18
|
-
AutoscaleRecurrence,
|
|
19
|
-
AutoscaleSchedule,
|
|
20
|
-
AutoscaleTimeAndCapacity,
|
|
21
|
-
AzureEntityResource,
|
|
22
|
-
BaseResource,
|
|
23
|
-
ClientGroupInfo,
|
|
24
|
-
Cluster,
|
|
25
|
-
ClusterCreateParametersExtended,
|
|
26
|
-
ClusterCreateProperties,
|
|
27
|
-
ClusterCreateRequestValidationParameters,
|
|
28
|
-
ClusterDefinition,
|
|
29
|
-
ClusterDiskEncryptionParameters,
|
|
30
|
-
ClusterGetProperties,
|
|
31
|
-
ClusterIdentity,
|
|
32
|
-
ClusterListResult,
|
|
33
|
-
ClusterPatchParameters,
|
|
34
|
-
ClusterResizeParameters,
|
|
35
|
-
ComputeIsolationProperties,
|
|
36
|
-
ComputeProfile,
|
|
37
|
-
ConnectivityEndpoint,
|
|
38
|
-
DataDisksGroups,
|
|
39
|
-
DiskEncryptionProperties,
|
|
40
|
-
EncryptionInTransitProperties,
|
|
41
|
-
ErrorResponse,
|
|
42
|
-
Errors,
|
|
43
|
-
ExcludedServicesConfig,
|
|
44
|
-
ExecuteScriptActionParameters,
|
|
45
|
-
GatewaySettings,
|
|
46
|
-
HardwareProfile,
|
|
47
|
-
IPConfiguration,
|
|
48
|
-
KafkaRestProperties,
|
|
49
|
-
LinuxOperatingSystemProfile,
|
|
50
|
-
NetworkProperties,
|
|
51
|
-
OsProfile,
|
|
52
|
-
PrivateEndpoint,
|
|
53
|
-
PrivateEndpointConnection,
|
|
54
|
-
PrivateLinkConfiguration,
|
|
55
|
-
PrivateLinkResource,
|
|
56
|
-
PrivateLinkServiceConnectionState,
|
|
57
|
-
ProxyResource,
|
|
58
|
-
QuotaInfo,
|
|
59
|
-
Resource,
|
|
60
|
-
ResourceId,
|
|
61
|
-
Role,
|
|
62
|
-
RuntimeScriptAction,
|
|
63
|
-
RuntimeScriptActionDetail,
|
|
64
|
-
ScriptAction,
|
|
65
|
-
ScriptActionExecutionSummary,
|
|
66
|
-
SecurityProfile,
|
|
67
|
-
SshProfile,
|
|
68
|
-
SshPublicKey,
|
|
69
|
-
StorageAccount,
|
|
70
|
-
StorageProfile,
|
|
71
|
-
SystemData,
|
|
72
|
-
TrackedResource,
|
|
73
|
-
UpdateClusterIdentityCertificateParameters,
|
|
74
|
-
UpdateGatewaySettingsParameters,
|
|
75
|
-
UserAssignedIdentity,
|
|
76
|
-
VirtualNetworkProfile
|
|
77
|
-
} from "../models/mappers";
|
|
@@ -1,20 +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
|
-
|
|
9
|
-
export {
|
|
10
|
-
AsyncOperationResult,
|
|
11
|
-
AzureMonitorRequest,
|
|
12
|
-
AzureMonitorResponse,
|
|
13
|
-
AzureMonitorSelectedConfigurations,
|
|
14
|
-
AzureMonitorTableConfiguration,
|
|
15
|
-
ClusterMonitoringRequest,
|
|
16
|
-
ClusterMonitoringResponse,
|
|
17
|
-
ErrorResponse,
|
|
18
|
-
Errors,
|
|
19
|
-
Extension
|
|
20
|
-
} from "../models/mappers";
|
|
@@ -1,66 +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
|
-
|
|
9
|
-
export {
|
|
10
|
-
AaddsResourceDetails,
|
|
11
|
-
AsyncOperationResult,
|
|
12
|
-
Autoscale,
|
|
13
|
-
AutoscaleCapacity,
|
|
14
|
-
AutoscaleRecurrence,
|
|
15
|
-
AutoscaleSchedule,
|
|
16
|
-
AutoscaleTimeAndCapacity,
|
|
17
|
-
BillingMeters,
|
|
18
|
-
BillingResources,
|
|
19
|
-
BillingResponseListResult,
|
|
20
|
-
CapabilitiesResult,
|
|
21
|
-
ClientGroupInfo,
|
|
22
|
-
ClusterCreateParametersExtended,
|
|
23
|
-
ClusterCreateProperties,
|
|
24
|
-
ClusterCreateRequestValidationParameters,
|
|
25
|
-
ClusterCreateValidationResult,
|
|
26
|
-
ClusterDefinition,
|
|
27
|
-
ClusterIdentity,
|
|
28
|
-
ComputeIsolationProperties,
|
|
29
|
-
ComputeProfile,
|
|
30
|
-
DataDisksGroups,
|
|
31
|
-
DiskBillingMeters,
|
|
32
|
-
DiskEncryptionProperties,
|
|
33
|
-
EncryptionInTransitProperties,
|
|
34
|
-
ErrorResponse,
|
|
35
|
-
Errors,
|
|
36
|
-
HardwareProfile,
|
|
37
|
-
IPConfiguration,
|
|
38
|
-
KafkaRestProperties,
|
|
39
|
-
LinuxOperatingSystemProfile,
|
|
40
|
-
LocalizedName,
|
|
41
|
-
NameAvailabilityCheckRequestParameters,
|
|
42
|
-
NameAvailabilityCheckResult,
|
|
43
|
-
NetworkProperties,
|
|
44
|
-
OsProfile,
|
|
45
|
-
PrivateLinkConfiguration,
|
|
46
|
-
QuotaCapability,
|
|
47
|
-
RegionalQuotaCapability,
|
|
48
|
-
RegionsCapability,
|
|
49
|
-
ResourceId,
|
|
50
|
-
Role,
|
|
51
|
-
ScriptAction,
|
|
52
|
-
SecurityProfile,
|
|
53
|
-
SshProfile,
|
|
54
|
-
SshPublicKey,
|
|
55
|
-
StorageAccount,
|
|
56
|
-
StorageProfile,
|
|
57
|
-
Usage,
|
|
58
|
-
UsagesListResult,
|
|
59
|
-
UserAssignedIdentity,
|
|
60
|
-
ValidationErrorInfo,
|
|
61
|
-
VersionsCapability,
|
|
62
|
-
VersionSpec,
|
|
63
|
-
VirtualNetworkProfile,
|
|
64
|
-
VmSizeCompatibilityFilterV2,
|
|
65
|
-
VmSizeProperty
|
|
66
|
-
} from "../models/mappers";
|
|
@@ -1,18 +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
|
-
|
|
9
|
-
export {
|
|
10
|
-
Dimension,
|
|
11
|
-
ErrorResponse,
|
|
12
|
-
MetricSpecifications,
|
|
13
|
-
Operation,
|
|
14
|
-
OperationDisplay,
|
|
15
|
-
OperationListResult,
|
|
16
|
-
OperationProperties,
|
|
17
|
-
ServiceSpecification
|
|
18
|
-
} from "../models/mappers";
|
|
@@ -1,65 +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
|
-
|
|
9
|
-
export {
|
|
10
|
-
Application,
|
|
11
|
-
ApplicationGetEndpoint,
|
|
12
|
-
ApplicationGetHttpsEndpoint,
|
|
13
|
-
ApplicationProperties,
|
|
14
|
-
Autoscale,
|
|
15
|
-
AutoscaleCapacity,
|
|
16
|
-
AutoscaleRecurrence,
|
|
17
|
-
AutoscaleSchedule,
|
|
18
|
-
AutoscaleTimeAndCapacity,
|
|
19
|
-
AzureEntityResource,
|
|
20
|
-
BaseResource,
|
|
21
|
-
ClientGroupInfo,
|
|
22
|
-
Cluster,
|
|
23
|
-
ClusterDefinition,
|
|
24
|
-
ClusterGetProperties,
|
|
25
|
-
ClusterIdentity,
|
|
26
|
-
ComputeIsolationProperties,
|
|
27
|
-
ComputeProfile,
|
|
28
|
-
ConnectivityEndpoint,
|
|
29
|
-
DataDisksGroups,
|
|
30
|
-
DiskEncryptionProperties,
|
|
31
|
-
EncryptionInTransitProperties,
|
|
32
|
-
ErrorResponse,
|
|
33
|
-
Errors,
|
|
34
|
-
ExcludedServicesConfig,
|
|
35
|
-
HardwareProfile,
|
|
36
|
-
IPConfiguration,
|
|
37
|
-
KafkaRestProperties,
|
|
38
|
-
LinuxOperatingSystemProfile,
|
|
39
|
-
NetworkProperties,
|
|
40
|
-
OsProfile,
|
|
41
|
-
PrivateEndpoint,
|
|
42
|
-
PrivateEndpointConnection,
|
|
43
|
-
PrivateEndpointConnectionListResult,
|
|
44
|
-
PrivateLinkConfiguration,
|
|
45
|
-
PrivateLinkResource,
|
|
46
|
-
PrivateLinkServiceConnectionState,
|
|
47
|
-
ProxyResource,
|
|
48
|
-
QuotaInfo,
|
|
49
|
-
Resource,
|
|
50
|
-
ResourceId,
|
|
51
|
-
Role,
|
|
52
|
-
RuntimeScriptAction,
|
|
53
|
-
RuntimeScriptActionDetail,
|
|
54
|
-
ScriptAction,
|
|
55
|
-
ScriptActionExecutionSummary,
|
|
56
|
-
SecurityProfile,
|
|
57
|
-
SshProfile,
|
|
58
|
-
SshPublicKey,
|
|
59
|
-
StorageAccount,
|
|
60
|
-
StorageProfile,
|
|
61
|
-
SystemData,
|
|
62
|
-
TrackedResource,
|
|
63
|
-
UserAssignedIdentity,
|
|
64
|
-
VirtualNetworkProfile
|
|
65
|
-
} from "../models/mappers";
|
|
@@ -1,65 +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
|
-
|
|
9
|
-
export {
|
|
10
|
-
Application,
|
|
11
|
-
ApplicationGetEndpoint,
|
|
12
|
-
ApplicationGetHttpsEndpoint,
|
|
13
|
-
ApplicationProperties,
|
|
14
|
-
Autoscale,
|
|
15
|
-
AutoscaleCapacity,
|
|
16
|
-
AutoscaleRecurrence,
|
|
17
|
-
AutoscaleSchedule,
|
|
18
|
-
AutoscaleTimeAndCapacity,
|
|
19
|
-
AzureEntityResource,
|
|
20
|
-
BaseResource,
|
|
21
|
-
ClientGroupInfo,
|
|
22
|
-
Cluster,
|
|
23
|
-
ClusterDefinition,
|
|
24
|
-
ClusterGetProperties,
|
|
25
|
-
ClusterIdentity,
|
|
26
|
-
ComputeIsolationProperties,
|
|
27
|
-
ComputeProfile,
|
|
28
|
-
ConnectivityEndpoint,
|
|
29
|
-
DataDisksGroups,
|
|
30
|
-
DiskEncryptionProperties,
|
|
31
|
-
EncryptionInTransitProperties,
|
|
32
|
-
ErrorResponse,
|
|
33
|
-
Errors,
|
|
34
|
-
ExcludedServicesConfig,
|
|
35
|
-
HardwareProfile,
|
|
36
|
-
IPConfiguration,
|
|
37
|
-
KafkaRestProperties,
|
|
38
|
-
LinuxOperatingSystemProfile,
|
|
39
|
-
NetworkProperties,
|
|
40
|
-
OsProfile,
|
|
41
|
-
PrivateEndpoint,
|
|
42
|
-
PrivateEndpointConnection,
|
|
43
|
-
PrivateLinkConfiguration,
|
|
44
|
-
PrivateLinkResource,
|
|
45
|
-
PrivateLinkResourceListResult,
|
|
46
|
-
PrivateLinkServiceConnectionState,
|
|
47
|
-
ProxyResource,
|
|
48
|
-
QuotaInfo,
|
|
49
|
-
Resource,
|
|
50
|
-
ResourceId,
|
|
51
|
-
Role,
|
|
52
|
-
RuntimeScriptAction,
|
|
53
|
-
RuntimeScriptActionDetail,
|
|
54
|
-
ScriptAction,
|
|
55
|
-
ScriptActionExecutionSummary,
|
|
56
|
-
SecurityProfile,
|
|
57
|
-
SshProfile,
|
|
58
|
-
SshPublicKey,
|
|
59
|
-
StorageAccount,
|
|
60
|
-
StorageProfile,
|
|
61
|
-
SystemData,
|
|
62
|
-
TrackedResource,
|
|
63
|
-
UserAssignedIdentity,
|
|
64
|
-
VirtualNetworkProfile
|
|
65
|
-
} from "../models/mappers";
|
|
@@ -1,17 +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
|
-
|
|
9
|
-
export {
|
|
10
|
-
AsyncOperationResult,
|
|
11
|
-
ErrorResponse,
|
|
12
|
-
Errors,
|
|
13
|
-
RuntimeScriptAction,
|
|
14
|
-
RuntimeScriptActionDetail,
|
|
15
|
-
ScriptActionExecutionSummary,
|
|
16
|
-
ScriptActionsList
|
|
17
|
-
} from "../models/mappers";
|