@azure/arm-labservices 1.1.1 → 2.0.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/LICENSE.txt +1 -1
- package/README.md +11 -14
- package/dist/arm-labservices.js +2913 -3372
- package/dist/arm-labservices.js.map +1 -1
- package/dist/arm-labservices.min.js +1 -1
- package/dist/arm-labservices.min.js.map +1 -1
- package/esm/{managedLabsClient.d.ts → labServicesClient.d.ts} +12 -13
- package/esm/labServicesClient.d.ts.map +1 -0
- package/esm/{managedLabsClient.js → labServicesClient.js} +17 -19
- package/esm/labServicesClient.js.map +1 -0
- package/esm/{managedLabsClientContext.d.ts → labServicesClientContext.d.ts} +6 -6
- package/esm/labServicesClientContext.d.ts.map +1 -0
- package/esm/{managedLabsClientContext.js → labServicesClientContext.js} +12 -13
- package/esm/labServicesClientContext.js.map +1 -0
- package/esm/models/imagesMappers.d.ts +2 -0
- package/esm/models/imagesMappers.d.ts.map +1 -0
- package/esm/models/imagesMappers.js +9 -0
- package/esm/models/imagesMappers.js.map +1 -0
- package/esm/models/index.d.ts +977 -1070
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/index.js +2 -2
- package/esm/models/labPlansMappers.d.ts +2 -0
- package/esm/models/labPlansMappers.d.ts.map +1 -0
- package/esm/models/labPlansMappers.js +9 -0
- package/esm/models/labPlansMappers.js.map +1 -0
- package/esm/models/labsMappers.d.ts +1 -1
- package/esm/models/labsMappers.d.ts.map +1 -1
- package/esm/models/labsMappers.js +3 -3
- package/esm/models/labsMappers.js.map +1 -1
- package/esm/models/mappers.d.ts +50 -65
- package/esm/models/mappers.d.ts.map +1 -1
- package/esm/models/mappers.js +1182 -1209
- package/esm/models/mappers.js.map +1 -1
- package/esm/models/operationResultsMappers.d.ts +2 -0
- package/esm/models/operationResultsMappers.d.ts.map +1 -0
- package/esm/models/operationResultsMappers.js +9 -0
- package/esm/models/operationResultsMappers.js.map +1 -0
- package/esm/models/operationsMappers.d.ts +1 -1
- package/esm/models/operationsMappers.d.ts.map +1 -1
- package/esm/models/operationsMappers.js +3 -3
- package/esm/models/operationsMappers.js.map +1 -1
- package/esm/models/parameters.d.ts +5 -9
- package/esm/models/parameters.d.ts.map +1 -1
- package/esm/models/parameters.js +69 -74
- package/esm/models/parameters.js.map +1 -1
- package/esm/models/schedulesMappers.d.ts +2 -0
- package/esm/models/schedulesMappers.d.ts.map +1 -0
- package/esm/models/schedulesMappers.js +9 -0
- package/esm/models/schedulesMappers.js.map +1 -0
- package/esm/models/usersMappers.d.ts +1 -1
- package/esm/models/usersMappers.d.ts.map +1 -1
- package/esm/models/usersMappers.js +3 -3
- package/esm/models/usersMappers.js.map +1 -1
- package/esm/models/virtualMachinesMappers.d.ts +2 -0
- package/esm/models/virtualMachinesMappers.d.ts.map +1 -0
- package/esm/models/virtualMachinesMappers.js +9 -0
- package/esm/models/virtualMachinesMappers.js.map +1 -0
- package/esm/operations/images.d.ts +147 -0
- package/esm/operations/images.d.ts.map +1 -0
- package/esm/operations/images.js +198 -0
- package/esm/operations/images.js.map +1 -0
- package/esm/operations/index.d.ts +5 -6
- package/esm/operations/index.d.ts.map +1 -1
- package/esm/operations/index.js +7 -9
- package/esm/operations/index.js.map +1 -1
- package/esm/operations/labPlans.d.ts +202 -0
- package/esm/operations/labPlans.d.ts.map +1 -0
- package/esm/operations/labPlans.js +419 -0
- package/esm/operations/labPlans.js.map +1 -0
- package/esm/operations/labs.d.ts +135 -117
- package/esm/operations/labs.d.ts.map +1 -1
- package/esm/operations/labs.js +233 -92
- package/esm/operations/labs.js.map +1 -1
- package/esm/operations/operationResults.d.ts +32 -0
- package/esm/operations/operationResults.d.ts.map +1 -0
- package/esm/operations/operationResults.js +56 -0
- package/esm/operations/operationResults.js.map +1 -0
- package/esm/operations/operations.d.ts +28 -14
- package/esm/operations/operations.d.ts.map +1 -1
- package/esm/operations/operations.js +36 -15
- package/esm/operations/operations.js.map +1 -1
- package/esm/operations/schedules.d.ts +181 -0
- package/esm/operations/schedules.d.ts.map +1 -0
- package/esm/operations/schedules.js +260 -0
- package/esm/operations/schedules.js.map +1 -0
- package/esm/operations/users.d.ts +123 -95
- package/esm/operations/users.d.ts.map +1 -1
- package/esm/operations/users.js +190 -69
- package/esm/operations/users.js.map +1 -1
- package/esm/operations/virtualMachines.d.ts +217 -0
- package/esm/operations/virtualMachines.d.ts.map +1 -0
- package/esm/operations/virtualMachines.js +425 -0
- package/esm/operations/virtualMachines.js.map +1 -0
- package/package.json +13 -13
- package/rollup.config.js +4 -4
- package/src/{managedLabsClient.ts → labServicesClient.ts} +21 -24
- package/src/{managedLabsClientContext.ts → labServicesClientContext.ts} +9 -10
- package/src/models/imagesMappers.ts +47 -0
- package/src/models/index.ts +992 -1091
- package/src/models/labPlansMappers.ts +50 -0
- package/src/models/labsMappers.ts +37 -28
- package/src/models/mappers.ts +1192 -1234
- package/src/models/operationResultsMappers.ts +14 -0
- package/src/models/operationsMappers.ts +8 -5
- package/src/models/parameters.ts +69 -74
- package/src/models/schedulesMappers.ts +47 -0
- package/src/models/usersMappers.ts +36 -27
- package/src/models/virtualMachinesMappers.ts +47 -0
- package/src/operations/images.ts +365 -0
- package/src/operations/index.ts +7 -9
- package/src/operations/labPlans.ts +578 -0
- package/src/operations/labs.ts +297 -215
- package/src/operations/operationResults.ts +83 -0
- package/src/operations/operations.ts +70 -30
- package/src/operations/schedules.ts +443 -0
- package/src/operations/users.ts +238 -160
- package/src/operations/virtualMachines.ts +551 -0
- package/tsconfig.json +1 -1
- package/esm/managedLabsClient.d.ts.map +0 -1
- package/esm/managedLabsClient.js.map +0 -1
- package/esm/managedLabsClientContext.d.ts.map +0 -1
- package/esm/managedLabsClientContext.js.map +0 -1
- package/esm/models/environmentSettingsMappers.d.ts +0 -2
- package/esm/models/environmentSettingsMappers.d.ts.map +0 -1
- package/esm/models/environmentSettingsMappers.js +0 -9
- package/esm/models/environmentSettingsMappers.js.map +0 -1
- package/esm/models/environmentsMappers.d.ts +0 -2
- package/esm/models/environmentsMappers.d.ts.map +0 -1
- package/esm/models/environmentsMappers.js +0 -9
- package/esm/models/environmentsMappers.js.map +0 -1
- package/esm/models/galleryImagesMappers.d.ts +0 -2
- package/esm/models/galleryImagesMappers.d.ts.map +0 -1
- package/esm/models/galleryImagesMappers.js +0 -9
- package/esm/models/galleryImagesMappers.js.map +0 -1
- package/esm/models/globalUsersMappers.d.ts +0 -2
- package/esm/models/globalUsersMappers.d.ts.map +0 -1
- package/esm/models/globalUsersMappers.js +0 -9
- package/esm/models/globalUsersMappers.js.map +0 -1
- package/esm/models/labAccountsMappers.d.ts +0 -2
- package/esm/models/labAccountsMappers.d.ts.map +0 -1
- package/esm/models/labAccountsMappers.js +0 -9
- package/esm/models/labAccountsMappers.js.map +0 -1
- package/esm/models/providerOperationsMappers.d.ts +0 -2
- package/esm/models/providerOperationsMappers.d.ts.map +0 -1
- package/esm/models/providerOperationsMappers.js +0 -9
- package/esm/models/providerOperationsMappers.js.map +0 -1
- package/esm/operations/environmentSettings.d.ts +0 -262
- package/esm/operations/environmentSettings.d.ts.map +0 -1
- package/esm/operations/environmentSettings.js +0 -479
- package/esm/operations/environmentSettings.js.map +0 -1
- package/esm/operations/environments.d.ts +0 -279
- package/esm/operations/environments.d.ts.map +0 -1
- package/esm/operations/environments.js +0 -504
- package/esm/operations/environments.js.map +0 -1
- package/esm/operations/galleryImages.d.ts +0 -154
- package/esm/operations/galleryImages.d.ts.map +0 -1
- package/esm/operations/galleryImages.js +0 -234
- package/esm/operations/galleryImages.js.map +0 -1
- package/esm/operations/globalUsers.d.ts +0 -220
- package/esm/operations/globalUsers.d.ts.map +0 -1
- package/esm/operations/globalUsers.js +0 -411
- package/esm/operations/globalUsers.js.map +0 -1
- package/esm/operations/labAccounts.d.ts +0 -216
- package/esm/operations/labAccounts.d.ts.map +0 -1
- package/esm/operations/labAccounts.js +0 -364
- package/esm/operations/labAccounts.js.map +0 -1
- package/esm/operations/providerOperations.d.ts +0 -46
- package/esm/operations/providerOperations.d.ts.map +0 -1
- package/esm/operations/providerOperations.js +0 -77
- package/esm/operations/providerOperations.js.map +0 -1
- package/src/models/environmentSettingsMappers.ts +0 -40
- package/src/models/environmentsMappers.ts +0 -40
- package/src/models/galleryImagesMappers.ts +0 -39
- package/src/models/globalUsersMappers.ts +0 -29
- package/src/models/labAccountsMappers.ts +0 -47
- package/src/models/providerOperationsMappers.ts +0 -14
- package/src/operations/environmentSettings.ts +0 -705
- package/src/operations/environments.ts +0 -741
- package/src/operations/galleryImages.ts +0 -413
- package/src/operations/globalUsers.ts +0 -644
- package/src/operations/labAccounts.ts +0 -613
- package/src/operations/providerOperations.ts +0 -123
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/arm-labservices",
|
|
3
3
|
"author": "Microsoft Corporation",
|
|
4
|
-
"description": "
|
|
5
|
-
"version": "
|
|
4
|
+
"description": "LabServicesClient Library with typescript type definitions for node.js and browser.",
|
|
5
|
+
"version": "2.0.0",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@azure/ms-rest-azure-js": "^1.
|
|
8
|
-
"@azure/ms-rest-js": "^
|
|
7
|
+
"@azure/ms-rest-azure-js": "^2.1.0",
|
|
8
|
+
"@azure/ms-rest-js": "^2.2.0",
|
|
9
9
|
"@azure/core-auth": "^1.1.4",
|
|
10
|
-
"tslib": "^1.
|
|
10
|
+
"tslib": "^1.10.0"
|
|
11
11
|
},
|
|
12
12
|
"keywords": [
|
|
13
13
|
"node",
|
|
@@ -18,22 +18,22 @@
|
|
|
18
18
|
],
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"main": "./dist/arm-labservices.js",
|
|
21
|
-
"module": "./esm/
|
|
22
|
-
"types": "./esm/
|
|
21
|
+
"module": "./esm/labServicesClient.js",
|
|
22
|
+
"types": "./esm/labServicesClient.d.ts",
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"typescript": "^3.6.0",
|
|
25
|
-
"rollup": "^
|
|
26
|
-
"rollup-plugin-node-resolve": "^
|
|
25
|
+
"rollup": "^1.18.0",
|
|
26
|
+
"rollup-plugin-node-resolve": "^5.2.0",
|
|
27
27
|
"rollup-plugin-sourcemaps": "^0.4.2",
|
|
28
|
-
"uglify-js": "^3.
|
|
28
|
+
"uglify-js": "^3.6.0"
|
|
29
29
|
},
|
|
30
|
-
"homepage": "https://github.com/
|
|
30
|
+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/feature/v4/sdk/labservices/arm-labservices",
|
|
31
31
|
"repository": {
|
|
32
32
|
"type": "git",
|
|
33
|
-
"url": "https://github.com/
|
|
33
|
+
"url": "https://github.com/Azure/azure-sdk-for-js.git"
|
|
34
34
|
},
|
|
35
35
|
"bugs": {
|
|
36
|
-
"url": "https://github.com/
|
|
36
|
+
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
|
|
37
37
|
},
|
|
38
38
|
"files": [
|
|
39
39
|
"dist/**/*.js",
|
package/rollup.config.js
CHANGED
|
@@ -6,7 +6,7 @@ import sourcemaps from "rollup-plugin-sourcemaps";
|
|
|
6
6
|
* @type {rollup.RollupFileOptions}
|
|
7
7
|
*/
|
|
8
8
|
const config = {
|
|
9
|
-
input: "./esm/
|
|
9
|
+
input: "./esm/labServicesClient.js",
|
|
10
10
|
external: [
|
|
11
11
|
"@azure/ms-rest-js",
|
|
12
12
|
"@azure/ms-rest-azure-js"
|
|
@@ -21,15 +21,15 @@ const config = {
|
|
|
21
21
|
"@azure/ms-rest-azure-js": "msRestAzure"
|
|
22
22
|
},
|
|
23
23
|
banner: `/*
|
|
24
|
-
* Copyright (c) Microsoft Corporation.
|
|
25
|
-
* Licensed under the MIT License.
|
|
24
|
+
* Copyright (c) Microsoft Corporation.
|
|
25
|
+
* Licensed under the MIT License.
|
|
26
26
|
*
|
|
27
27
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
28
28
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
29
29
|
*/`
|
|
30
30
|
},
|
|
31
31
|
plugins: [
|
|
32
|
-
nodeResolve({
|
|
32
|
+
nodeResolve({ mainFields: ['module', 'main'] }),
|
|
33
33
|
sourcemaps()
|
|
34
34
|
]
|
|
35
35
|
};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
* license information.
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
5
4
|
*
|
|
6
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
6
|
* Changes may cause incorrect behavior and will be lost if the code is
|
|
@@ -13,52 +12,50 @@ import { TokenCredential } from "@azure/core-auth";
|
|
|
13
12
|
import * as Models from "./models";
|
|
14
13
|
import * as Mappers from "./models/mappers";
|
|
15
14
|
import * as operations from "./operations";
|
|
16
|
-
import {
|
|
15
|
+
import { LabServicesClientContext } from "./labServicesClientContext";
|
|
17
16
|
|
|
18
17
|
|
|
19
|
-
class
|
|
18
|
+
class LabServicesClient extends LabServicesClientContext {
|
|
20
19
|
// Operation groups
|
|
21
|
-
providerOperations: operations.ProviderOperations;
|
|
22
|
-
globalUsers: operations.GlobalUsers;
|
|
23
|
-
labAccounts: operations.LabAccounts;
|
|
24
20
|
operations: operations.Operations;
|
|
25
|
-
|
|
21
|
+
operationResults: operations.OperationResults;
|
|
22
|
+
labPlans: operations.LabPlans;
|
|
23
|
+
images: operations.Images;
|
|
26
24
|
labs: operations.Labs;
|
|
27
|
-
environmentSettings: operations.EnvironmentSettings;
|
|
28
|
-
environments: operations.Environments;
|
|
29
25
|
users: operations.Users;
|
|
26
|
+
virtualMachines: operations.VirtualMachines;
|
|
27
|
+
schedules: operations.Schedules;
|
|
30
28
|
|
|
31
29
|
/**
|
|
32
|
-
* Initializes a new instance of the
|
|
30
|
+
* Initializes a new instance of the LabServicesClient class.
|
|
33
31
|
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
|
34
32
|
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
|
35
33
|
* more information about these credentials, see
|
|
36
34
|
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
|
37
35
|
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
|
38
36
|
* @azure/ms-rest-browserauth are also supported.
|
|
39
|
-
* @param subscriptionId The subscription
|
|
37
|
+
* @param subscriptionId The ID of the target subscription.
|
|
40
38
|
* @param [options] The parameter options
|
|
41
39
|
*/
|
|
42
|
-
constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.
|
|
40
|
+
constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.LabServicesClientOptions) {
|
|
43
41
|
super(credentials, subscriptionId, options);
|
|
44
|
-
this.providerOperations = new operations.ProviderOperations(this);
|
|
45
|
-
this.globalUsers = new operations.GlobalUsers(this);
|
|
46
|
-
this.labAccounts = new operations.LabAccounts(this);
|
|
47
42
|
this.operations = new operations.Operations(this);
|
|
48
|
-
this.
|
|
43
|
+
this.operationResults = new operations.OperationResults(this);
|
|
44
|
+
this.labPlans = new operations.LabPlans(this);
|
|
45
|
+
this.images = new operations.Images(this);
|
|
49
46
|
this.labs = new operations.Labs(this);
|
|
50
|
-
this.environmentSettings = new operations.EnvironmentSettings(this);
|
|
51
|
-
this.environments = new operations.Environments(this);
|
|
52
47
|
this.users = new operations.Users(this);
|
|
48
|
+
this.virtualMachines = new operations.VirtualMachines(this);
|
|
49
|
+
this.schedules = new operations.Schedules(this);
|
|
53
50
|
}
|
|
54
51
|
}
|
|
55
52
|
|
|
56
53
|
// Operation Specifications
|
|
57
54
|
|
|
58
55
|
export {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
Models as
|
|
62
|
-
Mappers as
|
|
56
|
+
LabServicesClient,
|
|
57
|
+
LabServicesClientContext,
|
|
58
|
+
Models as LabServicesModels,
|
|
59
|
+
Mappers as LabServicesMappers
|
|
63
60
|
};
|
|
64
61
|
export * from "./operations";
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
* license information.
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
5
4
|
*
|
|
6
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
6
|
* Changes may cause incorrect behavior and will be lost if the code is
|
|
@@ -10,29 +9,29 @@
|
|
|
10
9
|
|
|
11
10
|
import * as Models from "./models";
|
|
12
11
|
import * as msRest from "@azure/ms-rest-js";
|
|
13
|
-
import { TokenCredential } from "@azure/core-auth";
|
|
14
12
|
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
13
|
+
import { TokenCredential } from "@azure/core-auth";
|
|
15
14
|
|
|
16
15
|
const packageName = "@azure/arm-labservices";
|
|
17
|
-
const packageVersion = "
|
|
16
|
+
const packageVersion = "2.0.0";
|
|
18
17
|
|
|
19
|
-
export class
|
|
18
|
+
export class LabServicesClientContext extends msRestAzure.AzureServiceClient {
|
|
20
19
|
credentials: msRest.ServiceClientCredentials | TokenCredential;
|
|
21
20
|
apiVersion?: string;
|
|
22
21
|
subscriptionId: string;
|
|
23
22
|
|
|
24
23
|
/**
|
|
25
|
-
* Initializes a new instance of the
|
|
24
|
+
* Initializes a new instance of the LabServicesClient class.
|
|
26
25
|
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
|
27
26
|
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
|
28
27
|
* more information about these credentials, see
|
|
29
28
|
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
|
30
29
|
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
|
31
30
|
* @azure/ms-rest-browserauth are also supported.
|
|
32
|
-
* @param subscriptionId The subscription
|
|
31
|
+
* @param subscriptionId The ID of the target subscription.
|
|
33
32
|
* @param [options] The parameter options
|
|
34
33
|
*/
|
|
35
|
-
constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.
|
|
34
|
+
constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.LabServicesClientOptions) {
|
|
36
35
|
if (credentials == undefined) {
|
|
37
36
|
throw new Error('\'credentials\' cannot be null.');
|
|
38
37
|
}
|
|
@@ -50,7 +49,7 @@ export class ManagedLabsClientContext extends msRestAzure.AzureServiceClient {
|
|
|
50
49
|
|
|
51
50
|
super(credentials, options);
|
|
52
51
|
|
|
53
|
-
this.apiVersion = '
|
|
52
|
+
this.apiVersion = '2021-10-01-preview';
|
|
54
53
|
this.acceptLanguage = 'en-US';
|
|
55
54
|
this.longRunningOperationRetryTimeout = 30;
|
|
56
55
|
this.baseUri = options.baseUri || this.baseUri || "https://management.azure.com";
|
|
@@ -0,0 +1,47 @@
|
|
|
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
|
+
AutoShutdownProfile,
|
|
11
|
+
AzureEntityResource,
|
|
12
|
+
BaseResource,
|
|
13
|
+
ConnectionProfile,
|
|
14
|
+
Credentials,
|
|
15
|
+
ErrorAdditionalInfo,
|
|
16
|
+
ErrorDetail,
|
|
17
|
+
ErrorResponse,
|
|
18
|
+
Identity,
|
|
19
|
+
Image,
|
|
20
|
+
ImageReference,
|
|
21
|
+
ImageUpdate,
|
|
22
|
+
Lab,
|
|
23
|
+
LabNetworkProfile,
|
|
24
|
+
LabPlan,
|
|
25
|
+
LabPlanNetworkProfile,
|
|
26
|
+
PagedImages,
|
|
27
|
+
Plan,
|
|
28
|
+
ProxyResource,
|
|
29
|
+
RecurrencePattern,
|
|
30
|
+
Resource,
|
|
31
|
+
ResourceModelWithAllowedPropertySet,
|
|
32
|
+
ResourceModelWithAllowedPropertySetIdentity,
|
|
33
|
+
ResourceModelWithAllowedPropertySetPlan,
|
|
34
|
+
ResourceModelWithAllowedPropertySetSku,
|
|
35
|
+
RosterProfile,
|
|
36
|
+
Schedule,
|
|
37
|
+
SecurityProfile,
|
|
38
|
+
Sku,
|
|
39
|
+
SupportInfo,
|
|
40
|
+
SystemData,
|
|
41
|
+
TrackedResource,
|
|
42
|
+
User,
|
|
43
|
+
VirtualMachine,
|
|
44
|
+
VirtualMachineAdditionalCapabilities,
|
|
45
|
+
VirtualMachineConnectionProfile,
|
|
46
|
+
VirtualMachineProfile
|
|
47
|
+
} from "../models/mappers";
|