@azure/arm-machinelearningexperimentation 1.2.1 → 2.0.0-beta.1
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 +11 -0
- package/LICENSE +21 -0
- package/README.md +69 -80
- package/dist/index.js +1780 -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/samples-dev/accountCreate.d.ts +2 -0
- package/dist-esm/samples-dev/accountCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/accountCreate.js +33 -0
- package/dist-esm/samples-dev/accountCreate.js.map +1 -0
- package/dist-esm/samples-dev/accountGet.d.ts +2 -0
- package/dist-esm/samples-dev/accountGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/accountGet.js +31 -0
- package/dist-esm/samples-dev/accountGet.js.map +1 -0
- package/dist-esm/samples-dev/accountUpdate.d.ts +2 -0
- package/dist-esm/samples-dev/accountUpdate.d.ts.map +1 -0
- package/dist-esm/samples-dev/accountUpdate.js +35 -0
- package/dist-esm/samples-dev/accountUpdate.js.map +1 -0
- package/dist-esm/samples-dev/createProject.d.ts +2 -0
- package/dist-esm/samples-dev/createProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/createProject.js +39 -0
- package/dist-esm/samples-dev/createProject.js.map +1 -0
- package/dist-esm/samples-dev/getProject.d.ts +2 -0
- package/dist-esm/samples-dev/getProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/getProject.js +33 -0
- package/dist-esm/samples-dev/getProject.js.map +1 -0
- package/dist-esm/samples-dev/listWorkspacesByAccounts.d.ts +2 -0
- package/dist-esm/samples-dev/listWorkspacesByAccounts.d.ts.map +1 -0
- package/dist-esm/samples-dev/listWorkspacesByAccounts.js +45 -0
- package/dist-esm/samples-dev/listWorkspacesByAccounts.js.map +1 -0
- package/dist-esm/samples-dev/projectListByWorkspaces.d.ts +2 -0
- package/dist-esm/samples-dev/projectListByWorkspaces.d.ts.map +1 -0
- package/dist-esm/samples-dev/projectListByWorkspaces.js +46 -0
- package/dist-esm/samples-dev/projectListByWorkspaces.js.map +1 -0
- package/dist-esm/samples-dev/updateProject.d.ts +2 -0
- package/dist-esm/samples-dev/updateProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/updateProject.js +37 -0
- package/dist-esm/samples-dev/updateProject.js.map +1 -0
- package/dist-esm/samples-dev/workspaceCreate.d.ts +2 -0
- package/dist-esm/samples-dev/workspaceCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspaceCreate.js +37 -0
- package/dist-esm/samples-dev/workspaceCreate.js.map +1 -0
- package/dist-esm/samples-dev/workspaceDelete.d.ts +2 -0
- package/dist-esm/samples-dev/workspaceDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspaceDelete.js +32 -0
- package/dist-esm/samples-dev/workspaceDelete.js.map +1 -0
- package/dist-esm/samples-dev/workspaceGet.d.ts +2 -0
- package/dist-esm/samples-dev/workspaceGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspaceGet.js +32 -0
- package/dist-esm/samples-dev/workspaceGet.js.map +1 -0
- package/dist-esm/samples-dev/workspaceUpdate.d.ts +2 -0
- package/dist-esm/samples-dev/workspaceUpdate.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspaceUpdate.js +33 -0
- package/dist-esm/samples-dev/workspaceUpdate.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/mLTeamAccountManagementClient.d.ts +21 -0
- package/dist-esm/src/mLTeamAccountManagementClient.d.ts.map +1 -0
- package/dist-esm/src/mLTeamAccountManagementClient.js +54 -0
- package/dist-esm/src/mLTeamAccountManagementClient.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +329 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +9 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +17 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +273 -315
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +18 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +153 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/accounts.d.ts +90 -0
- package/dist-esm/src/operations/accounts.d.ts.map +1 -0
- package/dist-esm/src/operations/accounts.js +366 -0
- package/dist-esm/src/operations/accounts.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 +3 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +26 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +90 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/projects.d.ts +86 -0
- package/dist-esm/src/operations/projects.d.ts.map +1 -0
- package/dist-esm/src/operations/projects.js +307 -0
- package/dist-esm/src/operations/projects.js.map +1 -0
- package/dist-esm/src/operations/workspaces.d.ts +79 -0
- package/dist-esm/src/operations/workspaces.d.ts.map +1 -0
- package/dist-esm/src/operations/workspaces.js +280 -0
- package/dist-esm/src/operations/workspaces.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts +52 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +5 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +12 -0
- package/dist-esm/src/operationsInterfaces/index.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/projects.d.ts +57 -0
- package/dist-esm/src/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/projects.js +9 -0
- package/dist-esm/src/operationsInterfaces/projects.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts +52 -0
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/workspaces.js +9 -0
- package/dist-esm/src/operationsInterfaces/workspaces.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 +81 -34
- package/review/arm-machinelearningexperimentation.api.md +339 -0
- package/rollup.config.js +184 -27
- package/src/index.ts +12 -0
- package/src/mLTeamAccountManagementClient.ts +78 -41
- package/src/models/index.ts +287 -707
- package/src/models/mappers.ts +263 -305
- package/src/models/parameters.ts +116 -43
- package/src/operations/accounts.ts +290 -330
- package/src/operations/index.ts +3 -5
- package/src/operations/operations.ts +66 -42
- package/src/operations/projects.ts +256 -281
- package/src/operations/workspaces.ts +242 -283
- package/src/operationsInterfaces/accounts.ts +96 -0
- package/src/operationsInterfaces/index.ts +12 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/projects.ts +108 -0
- package/src/operationsInterfaces/workspaces.ts +98 -0
- package/tsconfig.json +6 -5
- package/types/arm-machinelearningexperimentation.d.ts +569 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-machinelearningexperimentation.js +0 -1725
- package/dist/arm-machinelearningexperimentation.js.map +0 -1
- package/dist/arm-machinelearningexperimentation.min.js +0 -1
- package/dist/arm-machinelearningexperimentation.min.js.map +0 -1
- package/esm/mLTeamAccountManagementClient.d.ts +0 -27
- package/esm/mLTeamAccountManagementClient.d.ts.map +0 -1
- package/esm/mLTeamAccountManagementClient.js +0 -41
- package/esm/mLTeamAccountManagementClient.js.map +0 -1
- package/esm/mLTeamAccountManagementClientContext.d.ts +0 -22
- package/esm/mLTeamAccountManagementClientContext.d.ts.map +0 -1
- package/esm/mLTeamAccountManagementClientContext.js +0 -61
- package/esm/mLTeamAccountManagementClientContext.js.map +0 -1
- package/esm/models/accountsMappers.d.ts +0 -2
- package/esm/models/accountsMappers.d.ts.map +0 -1
- package/esm/models/accountsMappers.js +0 -11
- package/esm/models/accountsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -770
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -10
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -19
- 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 -11
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -10
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -106
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/projectsMappers.d.ts +0 -2
- package/esm/models/projectsMappers.d.ts.map +0 -1
- package/esm/models/projectsMappers.js +0 -11
- package/esm/models/projectsMappers.js.map +0 -1
- package/esm/models/workspacesMappers.d.ts +0 -2
- package/esm/models/workspacesMappers.d.ts.map +0 -1
- package/esm/models/workspacesMappers.js +0 -11
- package/esm/models/workspacesMappers.js.map +0 -1
- package/esm/operations/accounts.d.ts +0 -187
- package/esm/operations/accounts.d.ts.map +0 -1
- package/esm/operations/accounts.js +0 -272
- package/esm/operations/accounts.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -51
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/projects.d.ts +0 -184
- package/esm/operations/projects.d.ts.map +0 -1
- package/esm/operations/projects.js +0 -239
- package/esm/operations/projects.js.map +0 -1
- package/esm/operations/workspaces.d.ts +0 -169
- package/esm/operations/workspaces.d.ts.map +0 -1
- package/esm/operations/workspaces.js +0 -229
- package/esm/operations/workspaces.js.map +0 -1
- package/src/mLTeamAccountManagementClientContext.ts +0 -68
- package/src/models/accountsMappers.ts +0 -22
- package/src/models/operationsMappers.ts +0 -17
- package/src/models/projectsMappers.ts +0 -22
- package/src/models/workspacesMappers.ts +0 -22
|
@@ -1,239 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
import { __assign } from "tslib";
|
|
11
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
12
|
-
import * as Mappers from "../models/projectsMappers";
|
|
13
|
-
import * as Parameters from "../models/parameters";
|
|
14
|
-
/** Class representing a Projects. */
|
|
15
|
-
var Projects = /** @class */ (function () {
|
|
16
|
-
/**
|
|
17
|
-
* Create a Projects.
|
|
18
|
-
* @param {MLTeamAccountManagementClientContext} client Reference to the service client.
|
|
19
|
-
*/
|
|
20
|
-
function Projects(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
Projects.prototype.get = function (resourceGroupName, accountName, workspaceName, projectName, options, callback) {
|
|
24
|
-
return this.client.sendOperationRequest({
|
|
25
|
-
resourceGroupName: resourceGroupName,
|
|
26
|
-
accountName: accountName,
|
|
27
|
-
workspaceName: workspaceName,
|
|
28
|
-
projectName: projectName,
|
|
29
|
-
options: options
|
|
30
|
-
}, getOperationSpec, callback);
|
|
31
|
-
};
|
|
32
|
-
Projects.prototype.createOrUpdate = function (resourceGroupName, accountName, workspaceName, projectName, parameters, options, callback) {
|
|
33
|
-
return this.client.sendOperationRequest({
|
|
34
|
-
resourceGroupName: resourceGroupName,
|
|
35
|
-
accountName: accountName,
|
|
36
|
-
workspaceName: workspaceName,
|
|
37
|
-
projectName: projectName,
|
|
38
|
-
parameters: parameters,
|
|
39
|
-
options: options
|
|
40
|
-
}, createOrUpdateOperationSpec, callback);
|
|
41
|
-
};
|
|
42
|
-
Projects.prototype.deleteMethod = function (resourceGroupName, accountName, workspaceName, projectName, options, callback) {
|
|
43
|
-
return this.client.sendOperationRequest({
|
|
44
|
-
resourceGroupName: resourceGroupName,
|
|
45
|
-
accountName: accountName,
|
|
46
|
-
workspaceName: workspaceName,
|
|
47
|
-
projectName: projectName,
|
|
48
|
-
options: options
|
|
49
|
-
}, deleteMethodOperationSpec, callback);
|
|
50
|
-
};
|
|
51
|
-
Projects.prototype.update = function (resourceGroupName, accountName, workspaceName, projectName, parameters, options, callback) {
|
|
52
|
-
return this.client.sendOperationRequest({
|
|
53
|
-
resourceGroupName: resourceGroupName,
|
|
54
|
-
accountName: accountName,
|
|
55
|
-
workspaceName: workspaceName,
|
|
56
|
-
projectName: projectName,
|
|
57
|
-
parameters: parameters,
|
|
58
|
-
options: options
|
|
59
|
-
}, updateOperationSpec, callback);
|
|
60
|
-
};
|
|
61
|
-
Projects.prototype.listByWorkspace = function (accountName, workspaceName, resourceGroupName, options, callback) {
|
|
62
|
-
return this.client.sendOperationRequest({
|
|
63
|
-
accountName: accountName,
|
|
64
|
-
workspaceName: workspaceName,
|
|
65
|
-
resourceGroupName: resourceGroupName,
|
|
66
|
-
options: options
|
|
67
|
-
}, listByWorkspaceOperationSpec, callback);
|
|
68
|
-
};
|
|
69
|
-
Projects.prototype.listByWorkspaceNext = function (nextPageLink, options, callback) {
|
|
70
|
-
return this.client.sendOperationRequest({
|
|
71
|
-
nextPageLink: nextPageLink,
|
|
72
|
-
options: options
|
|
73
|
-
}, listByWorkspaceNextOperationSpec, callback);
|
|
74
|
-
};
|
|
75
|
-
return Projects;
|
|
76
|
-
}());
|
|
77
|
-
export { Projects };
|
|
78
|
-
// Operation Specifications
|
|
79
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
80
|
-
var getOperationSpec = {
|
|
81
|
-
httpMethod: "GET",
|
|
82
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}/projects/{projectName}",
|
|
83
|
-
urlParameters: [
|
|
84
|
-
Parameters.subscriptionId,
|
|
85
|
-
Parameters.resourceGroupName,
|
|
86
|
-
Parameters.accountName,
|
|
87
|
-
Parameters.workspaceName,
|
|
88
|
-
Parameters.projectName
|
|
89
|
-
],
|
|
90
|
-
queryParameters: [
|
|
91
|
-
Parameters.apiVersion
|
|
92
|
-
],
|
|
93
|
-
headerParameters: [
|
|
94
|
-
Parameters.acceptLanguage
|
|
95
|
-
],
|
|
96
|
-
responses: {
|
|
97
|
-
200: {
|
|
98
|
-
bodyMapper: Mappers.Project
|
|
99
|
-
},
|
|
100
|
-
default: {
|
|
101
|
-
bodyMapper: Mappers.ErrorResponse
|
|
102
|
-
}
|
|
103
|
-
},
|
|
104
|
-
serializer: serializer
|
|
105
|
-
};
|
|
106
|
-
var createOrUpdateOperationSpec = {
|
|
107
|
-
httpMethod: "PUT",
|
|
108
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}/projects/{projectName}",
|
|
109
|
-
urlParameters: [
|
|
110
|
-
Parameters.subscriptionId,
|
|
111
|
-
Parameters.resourceGroupName,
|
|
112
|
-
Parameters.accountName,
|
|
113
|
-
Parameters.workspaceName,
|
|
114
|
-
Parameters.projectName
|
|
115
|
-
],
|
|
116
|
-
queryParameters: [
|
|
117
|
-
Parameters.apiVersion
|
|
118
|
-
],
|
|
119
|
-
headerParameters: [
|
|
120
|
-
Parameters.acceptLanguage
|
|
121
|
-
],
|
|
122
|
-
requestBody: {
|
|
123
|
-
parameterPath: "parameters",
|
|
124
|
-
mapper: __assign(__assign({}, Mappers.Project), { required: true })
|
|
125
|
-
},
|
|
126
|
-
responses: {
|
|
127
|
-
200: {
|
|
128
|
-
bodyMapper: Mappers.Project
|
|
129
|
-
},
|
|
130
|
-
201: {
|
|
131
|
-
bodyMapper: Mappers.Project
|
|
132
|
-
},
|
|
133
|
-
default: {
|
|
134
|
-
bodyMapper: Mappers.ErrorResponse
|
|
135
|
-
}
|
|
136
|
-
},
|
|
137
|
-
serializer: serializer
|
|
138
|
-
};
|
|
139
|
-
var deleteMethodOperationSpec = {
|
|
140
|
-
httpMethod: "DELETE",
|
|
141
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}/projects/{projectName}",
|
|
142
|
-
urlParameters: [
|
|
143
|
-
Parameters.subscriptionId,
|
|
144
|
-
Parameters.resourceGroupName,
|
|
145
|
-
Parameters.accountName,
|
|
146
|
-
Parameters.workspaceName,
|
|
147
|
-
Parameters.projectName
|
|
148
|
-
],
|
|
149
|
-
queryParameters: [
|
|
150
|
-
Parameters.apiVersion
|
|
151
|
-
],
|
|
152
|
-
headerParameters: [
|
|
153
|
-
Parameters.acceptLanguage
|
|
154
|
-
],
|
|
155
|
-
responses: {
|
|
156
|
-
200: {},
|
|
157
|
-
204: {},
|
|
158
|
-
default: {
|
|
159
|
-
bodyMapper: Mappers.ErrorResponse
|
|
160
|
-
}
|
|
161
|
-
},
|
|
162
|
-
serializer: serializer
|
|
163
|
-
};
|
|
164
|
-
var updateOperationSpec = {
|
|
165
|
-
httpMethod: "PATCH",
|
|
166
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}/projects/{projectName}",
|
|
167
|
-
urlParameters: [
|
|
168
|
-
Parameters.subscriptionId,
|
|
169
|
-
Parameters.resourceGroupName,
|
|
170
|
-
Parameters.accountName,
|
|
171
|
-
Parameters.workspaceName,
|
|
172
|
-
Parameters.projectName
|
|
173
|
-
],
|
|
174
|
-
queryParameters: [
|
|
175
|
-
Parameters.apiVersion
|
|
176
|
-
],
|
|
177
|
-
headerParameters: [
|
|
178
|
-
Parameters.acceptLanguage
|
|
179
|
-
],
|
|
180
|
-
requestBody: {
|
|
181
|
-
parameterPath: "parameters",
|
|
182
|
-
mapper: __assign(__assign({}, Mappers.ProjectUpdateParameters), { required: true })
|
|
183
|
-
},
|
|
184
|
-
responses: {
|
|
185
|
-
200: {
|
|
186
|
-
bodyMapper: Mappers.Project
|
|
187
|
-
},
|
|
188
|
-
default: {
|
|
189
|
-
bodyMapper: Mappers.ErrorResponse
|
|
190
|
-
}
|
|
191
|
-
},
|
|
192
|
-
serializer: serializer
|
|
193
|
-
};
|
|
194
|
-
var listByWorkspaceOperationSpec = {
|
|
195
|
-
httpMethod: "GET",
|
|
196
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces{workspaceName}/projects",
|
|
197
|
-
urlParameters: [
|
|
198
|
-
Parameters.subscriptionId,
|
|
199
|
-
Parameters.accountName,
|
|
200
|
-
Parameters.workspaceName,
|
|
201
|
-
Parameters.resourceGroupName
|
|
202
|
-
],
|
|
203
|
-
queryParameters: [
|
|
204
|
-
Parameters.apiVersion
|
|
205
|
-
],
|
|
206
|
-
headerParameters: [
|
|
207
|
-
Parameters.acceptLanguage
|
|
208
|
-
],
|
|
209
|
-
responses: {
|
|
210
|
-
200: {
|
|
211
|
-
bodyMapper: Mappers.ProjectListResult
|
|
212
|
-
},
|
|
213
|
-
default: {
|
|
214
|
-
bodyMapper: Mappers.ErrorResponse
|
|
215
|
-
}
|
|
216
|
-
},
|
|
217
|
-
serializer: serializer
|
|
218
|
-
};
|
|
219
|
-
var listByWorkspaceNextOperationSpec = {
|
|
220
|
-
httpMethod: "GET",
|
|
221
|
-
baseUrl: "https://management.azure.com",
|
|
222
|
-
path: "{nextLink}",
|
|
223
|
-
urlParameters: [
|
|
224
|
-
Parameters.nextPageLink
|
|
225
|
-
],
|
|
226
|
-
headerParameters: [
|
|
227
|
-
Parameters.acceptLanguage
|
|
228
|
-
],
|
|
229
|
-
responses: {
|
|
230
|
-
200: {
|
|
231
|
-
bodyMapper: Mappers.ProjectListResult
|
|
232
|
-
},
|
|
233
|
-
default: {
|
|
234
|
-
bodyMapper: Mappers.ErrorResponse
|
|
235
|
-
}
|
|
236
|
-
},
|
|
237
|
-
serializer: serializer
|
|
238
|
-
};
|
|
239
|
-
//# sourceMappingURL=projects.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"projects.js","sourceRoot":"","sources":["../../src/operations/projects.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,169 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as Models from "../models";
|
|
3
|
-
import { MLTeamAccountManagementClientContext } from "../mLTeamAccountManagementClientContext";
|
|
4
|
-
/** Class representing a Workspaces. */
|
|
5
|
-
export declare class Workspaces {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a Workspaces.
|
|
9
|
-
* @param {MLTeamAccountManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: MLTeamAccountManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Gets the properties of the specified machine learning workspace.
|
|
14
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
15
|
-
* account belongs.
|
|
16
|
-
* @param accountName The name of the machine learning team account.
|
|
17
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
18
|
-
* @param [options] The optional parameters
|
|
19
|
-
* @returns Promise<Models.WorkspacesGetResponse>
|
|
20
|
-
*/
|
|
21
|
-
get(resourceGroupName: string, accountName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise<Models.WorkspacesGetResponse>;
|
|
22
|
-
/**
|
|
23
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
24
|
-
* account belongs.
|
|
25
|
-
* @param accountName The name of the machine learning team account.
|
|
26
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
27
|
-
* @param callback The callback
|
|
28
|
-
*/
|
|
29
|
-
get(resourceGroupName: string, accountName: string, workspaceName: string, callback: msRest.ServiceCallback<Models.Workspace>): void;
|
|
30
|
-
/**
|
|
31
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
32
|
-
* account belongs.
|
|
33
|
-
* @param accountName The name of the machine learning team account.
|
|
34
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
35
|
-
* @param options The optional parameters
|
|
36
|
-
* @param callback The callback
|
|
37
|
-
*/
|
|
38
|
-
get(resourceGroupName: string, accountName: string, workspaceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Workspace>): void;
|
|
39
|
-
/**
|
|
40
|
-
* Creates or updates a machine learning workspace with the specified parameters.
|
|
41
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
42
|
-
* account belongs.
|
|
43
|
-
* @param accountName The name of the machine learning team account.
|
|
44
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
45
|
-
* @param parameters The parameters for creating or updating a machine learning workspace.
|
|
46
|
-
* @param [options] The optional parameters
|
|
47
|
-
* @returns Promise<Models.WorkspacesCreateOrUpdateResponse>
|
|
48
|
-
*/
|
|
49
|
-
createOrUpdate(resourceGroupName: string, accountName: string, workspaceName: string, parameters: Models.Workspace, options?: msRest.RequestOptionsBase): Promise<Models.WorkspacesCreateOrUpdateResponse>;
|
|
50
|
-
/**
|
|
51
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
52
|
-
* account belongs.
|
|
53
|
-
* @param accountName The name of the machine learning team account.
|
|
54
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
55
|
-
* @param parameters The parameters for creating or updating a machine learning workspace.
|
|
56
|
-
* @param callback The callback
|
|
57
|
-
*/
|
|
58
|
-
createOrUpdate(resourceGroupName: string, accountName: string, workspaceName: string, parameters: Models.Workspace, callback: msRest.ServiceCallback<Models.Workspace>): void;
|
|
59
|
-
/**
|
|
60
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
61
|
-
* account belongs.
|
|
62
|
-
* @param accountName The name of the machine learning team account.
|
|
63
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
64
|
-
* @param parameters The parameters for creating or updating a machine learning workspace.
|
|
65
|
-
* @param options The optional parameters
|
|
66
|
-
* @param callback The callback
|
|
67
|
-
*/
|
|
68
|
-
createOrUpdate(resourceGroupName: string, accountName: string, workspaceName: string, parameters: Models.Workspace, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Workspace>): void;
|
|
69
|
-
/**
|
|
70
|
-
* Deletes a machine learning workspace.
|
|
71
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
72
|
-
* account belongs.
|
|
73
|
-
* @param accountName The name of the machine learning team account.
|
|
74
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
75
|
-
* @param [options] The optional parameters
|
|
76
|
-
* @returns Promise<msRest.RestResponse>
|
|
77
|
-
*/
|
|
78
|
-
deleteMethod(resourceGroupName: string, accountName: string, workspaceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
79
|
-
/**
|
|
80
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
81
|
-
* account belongs.
|
|
82
|
-
* @param accountName The name of the machine learning team account.
|
|
83
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
84
|
-
* @param callback The callback
|
|
85
|
-
*/
|
|
86
|
-
deleteMethod(resourceGroupName: string, accountName: string, workspaceName: string, callback: msRest.ServiceCallback<void>): void;
|
|
87
|
-
/**
|
|
88
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
89
|
-
* account belongs.
|
|
90
|
-
* @param accountName The name of the machine learning team account.
|
|
91
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
92
|
-
* @param options The optional parameters
|
|
93
|
-
* @param callback The callback
|
|
94
|
-
*/
|
|
95
|
-
deleteMethod(resourceGroupName: string, accountName: string, workspaceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
|
|
96
|
-
/**
|
|
97
|
-
* Updates a machine learning workspace with the specified parameters.
|
|
98
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
99
|
-
* account belongs.
|
|
100
|
-
* @param accountName The name of the machine learning team account.
|
|
101
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
102
|
-
* @param parameters The parameters for updating a machine learning workspace.
|
|
103
|
-
* @param [options] The optional parameters
|
|
104
|
-
* @returns Promise<Models.WorkspacesUpdateResponse>
|
|
105
|
-
*/
|
|
106
|
-
update(resourceGroupName: string, accountName: string, workspaceName: string, parameters: Models.WorkspaceUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.WorkspacesUpdateResponse>;
|
|
107
|
-
/**
|
|
108
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
109
|
-
* account belongs.
|
|
110
|
-
* @param accountName The name of the machine learning team account.
|
|
111
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
112
|
-
* @param parameters The parameters for updating a machine learning workspace.
|
|
113
|
-
* @param callback The callback
|
|
114
|
-
*/
|
|
115
|
-
update(resourceGroupName: string, accountName: string, workspaceName: string, parameters: Models.WorkspaceUpdateParameters, callback: msRest.ServiceCallback<Models.Workspace>): void;
|
|
116
|
-
/**
|
|
117
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
118
|
-
* account belongs.
|
|
119
|
-
* @param accountName The name of the machine learning team account.
|
|
120
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
121
|
-
* @param parameters The parameters for updating a machine learning workspace.
|
|
122
|
-
* @param options The optional parameters
|
|
123
|
-
* @param callback The callback
|
|
124
|
-
*/
|
|
125
|
-
update(resourceGroupName: string, accountName: string, workspaceName: string, parameters: Models.WorkspaceUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Workspace>): void;
|
|
126
|
-
/**
|
|
127
|
-
* Lists all the available machine learning workspaces under the specified team account.
|
|
128
|
-
* @param accountName The name of the machine learning team account.
|
|
129
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
130
|
-
* account belongs.
|
|
131
|
-
* @param [options] The optional parameters
|
|
132
|
-
* @returns Promise<Models.WorkspacesListByAccountsResponse>
|
|
133
|
-
*/
|
|
134
|
-
listByAccounts(accountName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.WorkspacesListByAccountsResponse>;
|
|
135
|
-
/**
|
|
136
|
-
* @param accountName The name of the machine learning team account.
|
|
137
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
138
|
-
* account belongs.
|
|
139
|
-
* @param callback The callback
|
|
140
|
-
*/
|
|
141
|
-
listByAccounts(accountName: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.WorkspaceListResult>): void;
|
|
142
|
-
/**
|
|
143
|
-
* @param accountName The name of the machine learning team account.
|
|
144
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
145
|
-
* account belongs.
|
|
146
|
-
* @param options The optional parameters
|
|
147
|
-
* @param callback The callback
|
|
148
|
-
*/
|
|
149
|
-
listByAccounts(accountName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WorkspaceListResult>): void;
|
|
150
|
-
/**
|
|
151
|
-
* Lists all the available machine learning workspaces under the specified team account.
|
|
152
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
153
|
-
* @param [options] The optional parameters
|
|
154
|
-
* @returns Promise<Models.WorkspacesListByAccountsNextResponse>
|
|
155
|
-
*/
|
|
156
|
-
listByAccountsNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.WorkspacesListByAccountsNextResponse>;
|
|
157
|
-
/**
|
|
158
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
159
|
-
* @param callback The callback
|
|
160
|
-
*/
|
|
161
|
-
listByAccountsNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.WorkspaceListResult>): void;
|
|
162
|
-
/**
|
|
163
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
164
|
-
* @param options The optional parameters
|
|
165
|
-
* @param callback The callback
|
|
166
|
-
*/
|
|
167
|
-
listByAccountsNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WorkspaceListResult>): void;
|
|
168
|
-
}
|
|
169
|
-
//# sourceMappingURL=workspaces.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"workspaces.d.ts","sourceRoot":"","sources":["../../src/operations/workspaces.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,229 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
import { __assign } from "tslib";
|
|
11
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
12
|
-
import * as Mappers from "../models/workspacesMappers";
|
|
13
|
-
import * as Parameters from "../models/parameters";
|
|
14
|
-
/** Class representing a Workspaces. */
|
|
15
|
-
var Workspaces = /** @class */ (function () {
|
|
16
|
-
/**
|
|
17
|
-
* Create a Workspaces.
|
|
18
|
-
* @param {MLTeamAccountManagementClientContext} client Reference to the service client.
|
|
19
|
-
*/
|
|
20
|
-
function Workspaces(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
Workspaces.prototype.get = function (resourceGroupName, accountName, workspaceName, options, callback) {
|
|
24
|
-
return this.client.sendOperationRequest({
|
|
25
|
-
resourceGroupName: resourceGroupName,
|
|
26
|
-
accountName: accountName,
|
|
27
|
-
workspaceName: workspaceName,
|
|
28
|
-
options: options
|
|
29
|
-
}, getOperationSpec, callback);
|
|
30
|
-
};
|
|
31
|
-
Workspaces.prototype.createOrUpdate = function (resourceGroupName, accountName, workspaceName, parameters, options, callback) {
|
|
32
|
-
return this.client.sendOperationRequest({
|
|
33
|
-
resourceGroupName: resourceGroupName,
|
|
34
|
-
accountName: accountName,
|
|
35
|
-
workspaceName: workspaceName,
|
|
36
|
-
parameters: parameters,
|
|
37
|
-
options: options
|
|
38
|
-
}, createOrUpdateOperationSpec, callback);
|
|
39
|
-
};
|
|
40
|
-
Workspaces.prototype.deleteMethod = function (resourceGroupName, accountName, workspaceName, options, callback) {
|
|
41
|
-
return this.client.sendOperationRequest({
|
|
42
|
-
resourceGroupName: resourceGroupName,
|
|
43
|
-
accountName: accountName,
|
|
44
|
-
workspaceName: workspaceName,
|
|
45
|
-
options: options
|
|
46
|
-
}, deleteMethodOperationSpec, callback);
|
|
47
|
-
};
|
|
48
|
-
Workspaces.prototype.update = function (resourceGroupName, accountName, workspaceName, parameters, options, callback) {
|
|
49
|
-
return this.client.sendOperationRequest({
|
|
50
|
-
resourceGroupName: resourceGroupName,
|
|
51
|
-
accountName: accountName,
|
|
52
|
-
workspaceName: workspaceName,
|
|
53
|
-
parameters: parameters,
|
|
54
|
-
options: options
|
|
55
|
-
}, updateOperationSpec, callback);
|
|
56
|
-
};
|
|
57
|
-
Workspaces.prototype.listByAccounts = function (accountName, resourceGroupName, options, callback) {
|
|
58
|
-
return this.client.sendOperationRequest({
|
|
59
|
-
accountName: accountName,
|
|
60
|
-
resourceGroupName: resourceGroupName,
|
|
61
|
-
options: options
|
|
62
|
-
}, listByAccountsOperationSpec, callback);
|
|
63
|
-
};
|
|
64
|
-
Workspaces.prototype.listByAccountsNext = function (nextPageLink, options, callback) {
|
|
65
|
-
return this.client.sendOperationRequest({
|
|
66
|
-
nextPageLink: nextPageLink,
|
|
67
|
-
options: options
|
|
68
|
-
}, listByAccountsNextOperationSpec, callback);
|
|
69
|
-
};
|
|
70
|
-
return Workspaces;
|
|
71
|
-
}());
|
|
72
|
-
export { Workspaces };
|
|
73
|
-
// Operation Specifications
|
|
74
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
75
|
-
var getOperationSpec = {
|
|
76
|
-
httpMethod: "GET",
|
|
77
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}",
|
|
78
|
-
urlParameters: [
|
|
79
|
-
Parameters.subscriptionId,
|
|
80
|
-
Parameters.resourceGroupName,
|
|
81
|
-
Parameters.accountName,
|
|
82
|
-
Parameters.workspaceName
|
|
83
|
-
],
|
|
84
|
-
queryParameters: [
|
|
85
|
-
Parameters.apiVersion
|
|
86
|
-
],
|
|
87
|
-
headerParameters: [
|
|
88
|
-
Parameters.acceptLanguage
|
|
89
|
-
],
|
|
90
|
-
responses: {
|
|
91
|
-
200: {
|
|
92
|
-
bodyMapper: Mappers.Workspace
|
|
93
|
-
},
|
|
94
|
-
default: {
|
|
95
|
-
bodyMapper: Mappers.ErrorResponse
|
|
96
|
-
}
|
|
97
|
-
},
|
|
98
|
-
serializer: serializer
|
|
99
|
-
};
|
|
100
|
-
var createOrUpdateOperationSpec = {
|
|
101
|
-
httpMethod: "PUT",
|
|
102
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}",
|
|
103
|
-
urlParameters: [
|
|
104
|
-
Parameters.subscriptionId,
|
|
105
|
-
Parameters.resourceGroupName,
|
|
106
|
-
Parameters.accountName,
|
|
107
|
-
Parameters.workspaceName
|
|
108
|
-
],
|
|
109
|
-
queryParameters: [
|
|
110
|
-
Parameters.apiVersion
|
|
111
|
-
],
|
|
112
|
-
headerParameters: [
|
|
113
|
-
Parameters.acceptLanguage
|
|
114
|
-
],
|
|
115
|
-
requestBody: {
|
|
116
|
-
parameterPath: "parameters",
|
|
117
|
-
mapper: __assign(__assign({}, Mappers.Workspace), { required: true })
|
|
118
|
-
},
|
|
119
|
-
responses: {
|
|
120
|
-
200: {
|
|
121
|
-
bodyMapper: Mappers.Workspace
|
|
122
|
-
},
|
|
123
|
-
201: {
|
|
124
|
-
bodyMapper: Mappers.Workspace
|
|
125
|
-
},
|
|
126
|
-
default: {
|
|
127
|
-
bodyMapper: Mappers.ErrorResponse
|
|
128
|
-
}
|
|
129
|
-
},
|
|
130
|
-
serializer: serializer
|
|
131
|
-
};
|
|
132
|
-
var deleteMethodOperationSpec = {
|
|
133
|
-
httpMethod: "DELETE",
|
|
134
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}",
|
|
135
|
-
urlParameters: [
|
|
136
|
-
Parameters.subscriptionId,
|
|
137
|
-
Parameters.resourceGroupName,
|
|
138
|
-
Parameters.accountName,
|
|
139
|
-
Parameters.workspaceName
|
|
140
|
-
],
|
|
141
|
-
queryParameters: [
|
|
142
|
-
Parameters.apiVersion
|
|
143
|
-
],
|
|
144
|
-
headerParameters: [
|
|
145
|
-
Parameters.acceptLanguage
|
|
146
|
-
],
|
|
147
|
-
responses: {
|
|
148
|
-
200: {},
|
|
149
|
-
204: {},
|
|
150
|
-
default: {
|
|
151
|
-
bodyMapper: Mappers.ErrorResponse
|
|
152
|
-
}
|
|
153
|
-
},
|
|
154
|
-
serializer: serializer
|
|
155
|
-
};
|
|
156
|
-
var updateOperationSpec = {
|
|
157
|
-
httpMethod: "PATCH",
|
|
158
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}",
|
|
159
|
-
urlParameters: [
|
|
160
|
-
Parameters.subscriptionId,
|
|
161
|
-
Parameters.resourceGroupName,
|
|
162
|
-
Parameters.accountName,
|
|
163
|
-
Parameters.workspaceName
|
|
164
|
-
],
|
|
165
|
-
queryParameters: [
|
|
166
|
-
Parameters.apiVersion
|
|
167
|
-
],
|
|
168
|
-
headerParameters: [
|
|
169
|
-
Parameters.acceptLanguage
|
|
170
|
-
],
|
|
171
|
-
requestBody: {
|
|
172
|
-
parameterPath: "parameters",
|
|
173
|
-
mapper: __assign(__assign({}, Mappers.WorkspaceUpdateParameters), { required: true })
|
|
174
|
-
},
|
|
175
|
-
responses: {
|
|
176
|
-
200: {
|
|
177
|
-
bodyMapper: Mappers.Workspace
|
|
178
|
-
},
|
|
179
|
-
default: {
|
|
180
|
-
bodyMapper: Mappers.ErrorResponse
|
|
181
|
-
}
|
|
182
|
-
},
|
|
183
|
-
serializer: serializer
|
|
184
|
-
};
|
|
185
|
-
var listByAccountsOperationSpec = {
|
|
186
|
-
httpMethod: "GET",
|
|
187
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces",
|
|
188
|
-
urlParameters: [
|
|
189
|
-
Parameters.subscriptionId,
|
|
190
|
-
Parameters.accountName,
|
|
191
|
-
Parameters.resourceGroupName
|
|
192
|
-
],
|
|
193
|
-
queryParameters: [
|
|
194
|
-
Parameters.apiVersion
|
|
195
|
-
],
|
|
196
|
-
headerParameters: [
|
|
197
|
-
Parameters.acceptLanguage
|
|
198
|
-
],
|
|
199
|
-
responses: {
|
|
200
|
-
200: {
|
|
201
|
-
bodyMapper: Mappers.WorkspaceListResult
|
|
202
|
-
},
|
|
203
|
-
default: {
|
|
204
|
-
bodyMapper: Mappers.ErrorResponse
|
|
205
|
-
}
|
|
206
|
-
},
|
|
207
|
-
serializer: serializer
|
|
208
|
-
};
|
|
209
|
-
var listByAccountsNextOperationSpec = {
|
|
210
|
-
httpMethod: "GET",
|
|
211
|
-
baseUrl: "https://management.azure.com",
|
|
212
|
-
path: "{nextLink}",
|
|
213
|
-
urlParameters: [
|
|
214
|
-
Parameters.nextPageLink
|
|
215
|
-
],
|
|
216
|
-
headerParameters: [
|
|
217
|
-
Parameters.acceptLanguage
|
|
218
|
-
],
|
|
219
|
-
responses: {
|
|
220
|
-
200: {
|
|
221
|
-
bodyMapper: Mappers.WorkspaceListResult
|
|
222
|
-
},
|
|
223
|
-
default: {
|
|
224
|
-
bodyMapper: Mappers.ErrorResponse
|
|
225
|
-
}
|
|
226
|
-
},
|
|
227
|
-
serializer: serializer
|
|
228
|
-
};
|
|
229
|
-
//# sourceMappingURL=workspaces.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"workspaces.js","sourceRoot":"","sources":["../../src/operations/workspaces.ts"],"names":[],"mappings":"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"}
|