@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,272 +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/accountsMappers";
|
|
13
|
-
import * as Parameters from "../models/parameters";
|
|
14
|
-
/** Class representing a Accounts. */
|
|
15
|
-
var Accounts = /** @class */ (function () {
|
|
16
|
-
/**
|
|
17
|
-
* Create a Accounts.
|
|
18
|
-
* @param {MLTeamAccountManagementClientContext} client Reference to the service client.
|
|
19
|
-
*/
|
|
20
|
-
function Accounts(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
Accounts.prototype.get = function (resourceGroupName, accountName, options, callback) {
|
|
24
|
-
return this.client.sendOperationRequest({
|
|
25
|
-
resourceGroupName: resourceGroupName,
|
|
26
|
-
accountName: accountName,
|
|
27
|
-
options: options
|
|
28
|
-
}, getOperationSpec, callback);
|
|
29
|
-
};
|
|
30
|
-
Accounts.prototype.createOrUpdate = function (resourceGroupName, accountName, parameters, options, callback) {
|
|
31
|
-
return this.client.sendOperationRequest({
|
|
32
|
-
resourceGroupName: resourceGroupName,
|
|
33
|
-
accountName: accountName,
|
|
34
|
-
parameters: parameters,
|
|
35
|
-
options: options
|
|
36
|
-
}, createOrUpdateOperationSpec, callback);
|
|
37
|
-
};
|
|
38
|
-
Accounts.prototype.deleteMethod = function (resourceGroupName, accountName, options, callback) {
|
|
39
|
-
return this.client.sendOperationRequest({
|
|
40
|
-
resourceGroupName: resourceGroupName,
|
|
41
|
-
accountName: accountName,
|
|
42
|
-
options: options
|
|
43
|
-
}, deleteMethodOperationSpec, callback);
|
|
44
|
-
};
|
|
45
|
-
Accounts.prototype.update = function (resourceGroupName, accountName, parameters, options, callback) {
|
|
46
|
-
return this.client.sendOperationRequest({
|
|
47
|
-
resourceGroupName: resourceGroupName,
|
|
48
|
-
accountName: accountName,
|
|
49
|
-
parameters: parameters,
|
|
50
|
-
options: options
|
|
51
|
-
}, updateOperationSpec, callback);
|
|
52
|
-
};
|
|
53
|
-
Accounts.prototype.listByResourceGroup = function (resourceGroupName, options, callback) {
|
|
54
|
-
return this.client.sendOperationRequest({
|
|
55
|
-
resourceGroupName: resourceGroupName,
|
|
56
|
-
options: options
|
|
57
|
-
}, listByResourceGroupOperationSpec, callback);
|
|
58
|
-
};
|
|
59
|
-
Accounts.prototype.list = function (options, callback) {
|
|
60
|
-
return this.client.sendOperationRequest({
|
|
61
|
-
options: options
|
|
62
|
-
}, listOperationSpec, callback);
|
|
63
|
-
};
|
|
64
|
-
Accounts.prototype.listByResourceGroupNext = function (nextPageLink, options, callback) {
|
|
65
|
-
return this.client.sendOperationRequest({
|
|
66
|
-
nextPageLink: nextPageLink,
|
|
67
|
-
options: options
|
|
68
|
-
}, listByResourceGroupNextOperationSpec, callback);
|
|
69
|
-
};
|
|
70
|
-
Accounts.prototype.listNext = function (nextPageLink, options, callback) {
|
|
71
|
-
return this.client.sendOperationRequest({
|
|
72
|
-
nextPageLink: nextPageLink,
|
|
73
|
-
options: options
|
|
74
|
-
}, listNextOperationSpec, callback);
|
|
75
|
-
};
|
|
76
|
-
return Accounts;
|
|
77
|
-
}());
|
|
78
|
-
export { Accounts };
|
|
79
|
-
// Operation Specifications
|
|
80
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
81
|
-
var getOperationSpec = {
|
|
82
|
-
httpMethod: "GET",
|
|
83
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}",
|
|
84
|
-
urlParameters: [
|
|
85
|
-
Parameters.subscriptionId,
|
|
86
|
-
Parameters.resourceGroupName,
|
|
87
|
-
Parameters.accountName
|
|
88
|
-
],
|
|
89
|
-
queryParameters: [
|
|
90
|
-
Parameters.apiVersion
|
|
91
|
-
],
|
|
92
|
-
headerParameters: [
|
|
93
|
-
Parameters.acceptLanguage
|
|
94
|
-
],
|
|
95
|
-
responses: {
|
|
96
|
-
200: {
|
|
97
|
-
bodyMapper: Mappers.Account
|
|
98
|
-
},
|
|
99
|
-
default: {
|
|
100
|
-
bodyMapper: Mappers.ErrorResponse
|
|
101
|
-
}
|
|
102
|
-
},
|
|
103
|
-
serializer: serializer
|
|
104
|
-
};
|
|
105
|
-
var createOrUpdateOperationSpec = {
|
|
106
|
-
httpMethod: "PUT",
|
|
107
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}",
|
|
108
|
-
urlParameters: [
|
|
109
|
-
Parameters.subscriptionId,
|
|
110
|
-
Parameters.resourceGroupName,
|
|
111
|
-
Parameters.accountName
|
|
112
|
-
],
|
|
113
|
-
queryParameters: [
|
|
114
|
-
Parameters.apiVersion
|
|
115
|
-
],
|
|
116
|
-
headerParameters: [
|
|
117
|
-
Parameters.acceptLanguage
|
|
118
|
-
],
|
|
119
|
-
requestBody: {
|
|
120
|
-
parameterPath: "parameters",
|
|
121
|
-
mapper: __assign(__assign({}, Mappers.Account), { required: true })
|
|
122
|
-
},
|
|
123
|
-
responses: {
|
|
124
|
-
200: {
|
|
125
|
-
bodyMapper: Mappers.Account
|
|
126
|
-
},
|
|
127
|
-
201: {
|
|
128
|
-
bodyMapper: Mappers.Account
|
|
129
|
-
},
|
|
130
|
-
default: {
|
|
131
|
-
bodyMapper: Mappers.ErrorResponse
|
|
132
|
-
}
|
|
133
|
-
},
|
|
134
|
-
serializer: serializer
|
|
135
|
-
};
|
|
136
|
-
var deleteMethodOperationSpec = {
|
|
137
|
-
httpMethod: "DELETE",
|
|
138
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}",
|
|
139
|
-
urlParameters: [
|
|
140
|
-
Parameters.subscriptionId,
|
|
141
|
-
Parameters.resourceGroupName,
|
|
142
|
-
Parameters.accountName
|
|
143
|
-
],
|
|
144
|
-
queryParameters: [
|
|
145
|
-
Parameters.apiVersion
|
|
146
|
-
],
|
|
147
|
-
headerParameters: [
|
|
148
|
-
Parameters.acceptLanguage
|
|
149
|
-
],
|
|
150
|
-
responses: {
|
|
151
|
-
200: {},
|
|
152
|
-
204: {},
|
|
153
|
-
default: {
|
|
154
|
-
bodyMapper: Mappers.ErrorResponse
|
|
155
|
-
}
|
|
156
|
-
},
|
|
157
|
-
serializer: serializer
|
|
158
|
-
};
|
|
159
|
-
var updateOperationSpec = {
|
|
160
|
-
httpMethod: "PATCH",
|
|
161
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}",
|
|
162
|
-
urlParameters: [
|
|
163
|
-
Parameters.subscriptionId,
|
|
164
|
-
Parameters.resourceGroupName,
|
|
165
|
-
Parameters.accountName
|
|
166
|
-
],
|
|
167
|
-
queryParameters: [
|
|
168
|
-
Parameters.apiVersion
|
|
169
|
-
],
|
|
170
|
-
headerParameters: [
|
|
171
|
-
Parameters.acceptLanguage
|
|
172
|
-
],
|
|
173
|
-
requestBody: {
|
|
174
|
-
parameterPath: "parameters",
|
|
175
|
-
mapper: __assign(__assign({}, Mappers.AccountUpdateParameters), { required: true })
|
|
176
|
-
},
|
|
177
|
-
responses: {
|
|
178
|
-
200: {
|
|
179
|
-
bodyMapper: Mappers.Account
|
|
180
|
-
},
|
|
181
|
-
default: {
|
|
182
|
-
bodyMapper: Mappers.ErrorResponse
|
|
183
|
-
}
|
|
184
|
-
},
|
|
185
|
-
serializer: serializer
|
|
186
|
-
};
|
|
187
|
-
var listByResourceGroupOperationSpec = {
|
|
188
|
-
httpMethod: "GET",
|
|
189
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts",
|
|
190
|
-
urlParameters: [
|
|
191
|
-
Parameters.subscriptionId,
|
|
192
|
-
Parameters.resourceGroupName
|
|
193
|
-
],
|
|
194
|
-
queryParameters: [
|
|
195
|
-
Parameters.apiVersion
|
|
196
|
-
],
|
|
197
|
-
headerParameters: [
|
|
198
|
-
Parameters.acceptLanguage
|
|
199
|
-
],
|
|
200
|
-
responses: {
|
|
201
|
-
200: {
|
|
202
|
-
bodyMapper: Mappers.AccountListResult
|
|
203
|
-
},
|
|
204
|
-
default: {
|
|
205
|
-
bodyMapper: Mappers.ErrorResponse
|
|
206
|
-
}
|
|
207
|
-
},
|
|
208
|
-
serializer: serializer
|
|
209
|
-
};
|
|
210
|
-
var listOperationSpec = {
|
|
211
|
-
httpMethod: "GET",
|
|
212
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningExperimentation/accounts",
|
|
213
|
-
urlParameters: [
|
|
214
|
-
Parameters.subscriptionId
|
|
215
|
-
],
|
|
216
|
-
queryParameters: [
|
|
217
|
-
Parameters.apiVersion
|
|
218
|
-
],
|
|
219
|
-
headerParameters: [
|
|
220
|
-
Parameters.acceptLanguage
|
|
221
|
-
],
|
|
222
|
-
responses: {
|
|
223
|
-
200: {
|
|
224
|
-
bodyMapper: Mappers.AccountListResult
|
|
225
|
-
},
|
|
226
|
-
default: {
|
|
227
|
-
bodyMapper: Mappers.ErrorResponse
|
|
228
|
-
}
|
|
229
|
-
},
|
|
230
|
-
serializer: serializer
|
|
231
|
-
};
|
|
232
|
-
var listByResourceGroupNextOperationSpec = {
|
|
233
|
-
httpMethod: "GET",
|
|
234
|
-
baseUrl: "https://management.azure.com",
|
|
235
|
-
path: "{nextLink}",
|
|
236
|
-
urlParameters: [
|
|
237
|
-
Parameters.nextPageLink
|
|
238
|
-
],
|
|
239
|
-
headerParameters: [
|
|
240
|
-
Parameters.acceptLanguage
|
|
241
|
-
],
|
|
242
|
-
responses: {
|
|
243
|
-
200: {
|
|
244
|
-
bodyMapper: Mappers.AccountListResult
|
|
245
|
-
},
|
|
246
|
-
default: {
|
|
247
|
-
bodyMapper: Mappers.ErrorResponse
|
|
248
|
-
}
|
|
249
|
-
},
|
|
250
|
-
serializer: serializer
|
|
251
|
-
};
|
|
252
|
-
var listNextOperationSpec = {
|
|
253
|
-
httpMethod: "GET",
|
|
254
|
-
baseUrl: "https://management.azure.com",
|
|
255
|
-
path: "{nextLink}",
|
|
256
|
-
urlParameters: [
|
|
257
|
-
Parameters.nextPageLink
|
|
258
|
-
],
|
|
259
|
-
headerParameters: [
|
|
260
|
-
Parameters.acceptLanguage
|
|
261
|
-
],
|
|
262
|
-
responses: {
|
|
263
|
-
200: {
|
|
264
|
-
bodyMapper: Mappers.AccountListResult
|
|
265
|
-
},
|
|
266
|
-
default: {
|
|
267
|
-
bodyMapper: Mappers.ErrorResponse
|
|
268
|
-
}
|
|
269
|
-
},
|
|
270
|
-
serializer: serializer
|
|
271
|
-
};
|
|
272
|
-
//# sourceMappingURL=accounts.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"accounts.js","sourceRoot":"","sources":["../../src/operations/accounts.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AAUA,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC"}
|
|
@@ -1,28 +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 Operations. */
|
|
5
|
-
export declare class Operations {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a Operations.
|
|
9
|
-
* @param {MLTeamAccountManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: MLTeamAccountManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Lists all of the available Azure Machine Learning Team Accounts REST API operations.
|
|
14
|
-
* @param [options] The optional parameters
|
|
15
|
-
* @returns Promise<Models.OperationsListResponse>
|
|
16
|
-
*/
|
|
17
|
-
list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;
|
|
18
|
-
/**
|
|
19
|
-
* @param callback The callback
|
|
20
|
-
*/
|
|
21
|
-
list(callback: msRest.ServiceCallback<Models.OperationListResult>): void;
|
|
22
|
-
/**
|
|
23
|
-
* @param options The optional parameters
|
|
24
|
-
* @param callback The callback
|
|
25
|
-
*/
|
|
26
|
-
list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;
|
|
27
|
-
}
|
|
28
|
-
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../src/operations/operations.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,oCAAoC,EAAE,MAAM,yCAAyC,CAAC;AAE/F,uCAAuC;AACvC,qBAAa,UAAU;IACrB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D;;;OAGG;gBACS,MAAM,EAAE,oCAAoC;IAIxD;;;;OAIG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,sBAAsB,CAAC;IACjF;;OAEG;IACH,IAAI,CAAC,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;IACxE;;;OAGG;IACH,IAAI,CAAC,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;CAS7G"}
|
|
@@ -1,51 +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 * as msRest from "@azure/ms-rest-js";
|
|
11
|
-
import * as Mappers from "../models/operationsMappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
/** Class representing a Operations. */
|
|
14
|
-
var Operations = /** @class */ (function () {
|
|
15
|
-
/**
|
|
16
|
-
* Create a Operations.
|
|
17
|
-
* @param {MLTeamAccountManagementClientContext} client Reference to the service client.
|
|
18
|
-
*/
|
|
19
|
-
function Operations(client) {
|
|
20
|
-
this.client = client;
|
|
21
|
-
}
|
|
22
|
-
Operations.prototype.list = function (options, callback) {
|
|
23
|
-
return this.client.sendOperationRequest({
|
|
24
|
-
options: options
|
|
25
|
-
}, listOperationSpec, callback);
|
|
26
|
-
};
|
|
27
|
-
return Operations;
|
|
28
|
-
}());
|
|
29
|
-
export { Operations };
|
|
30
|
-
// Operation Specifications
|
|
31
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
32
|
-
var listOperationSpec = {
|
|
33
|
-
httpMethod: "GET",
|
|
34
|
-
path: "providers/Microsoft.MachineLearningExperimentation/operations",
|
|
35
|
-
queryParameters: [
|
|
36
|
-
Parameters.apiVersion
|
|
37
|
-
],
|
|
38
|
-
headerParameters: [
|
|
39
|
-
Parameters.acceptLanguage
|
|
40
|
-
],
|
|
41
|
-
responses: {
|
|
42
|
-
200: {
|
|
43
|
-
bodyMapper: Mappers.OperationListResult
|
|
44
|
-
},
|
|
45
|
-
default: {
|
|
46
|
-
bodyMapper: Mappers.ErrorResponse
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
serializer: serializer
|
|
50
|
-
};
|
|
51
|
-
//# sourceMappingURL=operations.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../src/operations/operations.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,OAAO,KAAK,OAAO,MAAM,6BAA6B,CAAC;AACvD,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAGnD,uCAAuC;AACvC;IAGE;;;OAGG;IACH,oBAAY,MAA4C;QACtD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAiBD,yBAAI,GAAJ,UAAK,OAAwF,EAAE,QAA6D;QAC1J,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,OAAO,SAAA;SACR,EACD,iBAAiB,EACjB,QAAQ,CAA2C,CAAC;IACxD,CAAC;IACH,iBAAC;AAAD,CAAC,AAlCD,IAkCC;;AAED,2BAA2B;AAC3B,IAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAClD,IAAM,iBAAiB,GAAyB;IAC9C,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,+DAA+D;IACrE,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,UAAU,YAAA;CACX,CAAC"}
|
|
@@ -1,184 +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 Projects. */
|
|
5
|
-
export declare class Projects {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a Projects.
|
|
9
|
-
* @param {MLTeamAccountManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: MLTeamAccountManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Gets the properties of the specified machine learning project.
|
|
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 projectName The name of the machine learning project under a team account workspace.
|
|
19
|
-
* @param [options] The optional parameters
|
|
20
|
-
* @returns Promise<Models.ProjectsGetResponse>
|
|
21
|
-
*/
|
|
22
|
-
get(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, options?: msRest.RequestOptionsBase): Promise<Models.ProjectsGetResponse>;
|
|
23
|
-
/**
|
|
24
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
25
|
-
* account belongs.
|
|
26
|
-
* @param accountName The name of the machine learning team account.
|
|
27
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
28
|
-
* @param projectName The name of the machine learning project under a team account workspace.
|
|
29
|
-
* @param callback The callback
|
|
30
|
-
*/
|
|
31
|
-
get(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, callback: msRest.ServiceCallback<Models.Project>): void;
|
|
32
|
-
/**
|
|
33
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
34
|
-
* account belongs.
|
|
35
|
-
* @param accountName The name of the machine learning team account.
|
|
36
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
37
|
-
* @param projectName The name of the machine learning project under a team account workspace.
|
|
38
|
-
* @param options The optional parameters
|
|
39
|
-
* @param callback The callback
|
|
40
|
-
*/
|
|
41
|
-
get(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Project>): void;
|
|
42
|
-
/**
|
|
43
|
-
* Creates or updates a project with the specified parameters.
|
|
44
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
45
|
-
* account belongs.
|
|
46
|
-
* @param accountName The name of the machine learning team account.
|
|
47
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
48
|
-
* @param projectName The name of the machine learning project under a team account workspace.
|
|
49
|
-
* @param parameters The parameters for creating or updating a project.
|
|
50
|
-
* @param [options] The optional parameters
|
|
51
|
-
* @returns Promise<Models.ProjectsCreateOrUpdateResponse>
|
|
52
|
-
*/
|
|
53
|
-
createOrUpdate(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, parameters: Models.Project, options?: msRest.RequestOptionsBase): Promise<Models.ProjectsCreateOrUpdateResponse>;
|
|
54
|
-
/**
|
|
55
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
56
|
-
* account belongs.
|
|
57
|
-
* @param accountName The name of the machine learning team account.
|
|
58
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
59
|
-
* @param projectName The name of the machine learning project under a team account workspace.
|
|
60
|
-
* @param parameters The parameters for creating or updating a project.
|
|
61
|
-
* @param callback The callback
|
|
62
|
-
*/
|
|
63
|
-
createOrUpdate(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, parameters: Models.Project, callback: msRest.ServiceCallback<Models.Project>): void;
|
|
64
|
-
/**
|
|
65
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
66
|
-
* account belongs.
|
|
67
|
-
* @param accountName The name of the machine learning team account.
|
|
68
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
69
|
-
* @param projectName The name of the machine learning project under a team account workspace.
|
|
70
|
-
* @param parameters The parameters for creating or updating a project.
|
|
71
|
-
* @param options The optional parameters
|
|
72
|
-
* @param callback The callback
|
|
73
|
-
*/
|
|
74
|
-
createOrUpdate(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, parameters: Models.Project, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Project>): void;
|
|
75
|
-
/**
|
|
76
|
-
* Deletes a project.
|
|
77
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
78
|
-
* account belongs.
|
|
79
|
-
* @param accountName The name of the machine learning team account.
|
|
80
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
81
|
-
* @param projectName The name of the machine learning project under a team account workspace.
|
|
82
|
-
* @param [options] The optional parameters
|
|
83
|
-
* @returns Promise<msRest.RestResponse>
|
|
84
|
-
*/
|
|
85
|
-
deleteMethod(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
86
|
-
/**
|
|
87
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
88
|
-
* account belongs.
|
|
89
|
-
* @param accountName The name of the machine learning team account.
|
|
90
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
91
|
-
* @param projectName The name of the machine learning project under a team account workspace.
|
|
92
|
-
* @param callback The callback
|
|
93
|
-
*/
|
|
94
|
-
deleteMethod(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, callback: msRest.ServiceCallback<void>): void;
|
|
95
|
-
/**
|
|
96
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
97
|
-
* account belongs.
|
|
98
|
-
* @param accountName The name of the machine learning team account.
|
|
99
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
100
|
-
* @param projectName The name of the machine learning project under a team account workspace.
|
|
101
|
-
* @param options The optional parameters
|
|
102
|
-
* @param callback The callback
|
|
103
|
-
*/
|
|
104
|
-
deleteMethod(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
|
|
105
|
-
/**
|
|
106
|
-
* Updates a project with the specified parameters.
|
|
107
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
108
|
-
* account belongs.
|
|
109
|
-
* @param accountName The name of the machine learning team account.
|
|
110
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
111
|
-
* @param projectName The name of the machine learning project under a team account workspace.
|
|
112
|
-
* @param parameters The parameters for updating a machine learning team account.
|
|
113
|
-
* @param [options] The optional parameters
|
|
114
|
-
* @returns Promise<Models.ProjectsUpdateResponse>
|
|
115
|
-
*/
|
|
116
|
-
update(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, parameters: Models.ProjectUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.ProjectsUpdateResponse>;
|
|
117
|
-
/**
|
|
118
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
119
|
-
* account belongs.
|
|
120
|
-
* @param accountName The name of the machine learning team account.
|
|
121
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
122
|
-
* @param projectName The name of the machine learning project under a team account workspace.
|
|
123
|
-
* @param parameters The parameters for updating a machine learning team account.
|
|
124
|
-
* @param callback The callback
|
|
125
|
-
*/
|
|
126
|
-
update(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, parameters: Models.ProjectUpdateParameters, callback: msRest.ServiceCallback<Models.Project>): void;
|
|
127
|
-
/**
|
|
128
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
129
|
-
* account belongs.
|
|
130
|
-
* @param accountName The name of the machine learning team account.
|
|
131
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
132
|
-
* @param projectName The name of the machine learning project under a team account workspace.
|
|
133
|
-
* @param parameters The parameters for updating a machine learning team account.
|
|
134
|
-
* @param options The optional parameters
|
|
135
|
-
* @param callback The callback
|
|
136
|
-
*/
|
|
137
|
-
update(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, parameters: Models.ProjectUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Project>): void;
|
|
138
|
-
/**
|
|
139
|
-
* Lists all the available machine learning projects under the specified workspace.
|
|
140
|
-
* @param accountName The name of the machine learning team account.
|
|
141
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
142
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
143
|
-
* account belongs.
|
|
144
|
-
* @param [options] The optional parameters
|
|
145
|
-
* @returns Promise<Models.ProjectsListByWorkspaceResponse>
|
|
146
|
-
*/
|
|
147
|
-
listByWorkspace(accountName: string, workspaceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.ProjectsListByWorkspaceResponse>;
|
|
148
|
-
/**
|
|
149
|
-
* @param accountName The name of the machine learning team account.
|
|
150
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
151
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
152
|
-
* account belongs.
|
|
153
|
-
* @param callback The callback
|
|
154
|
-
*/
|
|
155
|
-
listByWorkspace(accountName: string, workspaceName: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.ProjectListResult>): void;
|
|
156
|
-
/**
|
|
157
|
-
* @param accountName The name of the machine learning team account.
|
|
158
|
-
* @param workspaceName The name of the machine learning team account workspace.
|
|
159
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team
|
|
160
|
-
* account belongs.
|
|
161
|
-
* @param options The optional parameters
|
|
162
|
-
* @param callback The callback
|
|
163
|
-
*/
|
|
164
|
-
listByWorkspace(accountName: string, workspaceName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ProjectListResult>): void;
|
|
165
|
-
/**
|
|
166
|
-
* Lists all the available machine learning projects under the specified workspace.
|
|
167
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
168
|
-
* @param [options] The optional parameters
|
|
169
|
-
* @returns Promise<Models.ProjectsListByWorkspaceNextResponse>
|
|
170
|
-
*/
|
|
171
|
-
listByWorkspaceNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ProjectsListByWorkspaceNextResponse>;
|
|
172
|
-
/**
|
|
173
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
174
|
-
* @param callback The callback
|
|
175
|
-
*/
|
|
176
|
-
listByWorkspaceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ProjectListResult>): void;
|
|
177
|
-
/**
|
|
178
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
179
|
-
* @param options The optional parameters
|
|
180
|
-
* @param callback The callback
|
|
181
|
-
*/
|
|
182
|
-
listByWorkspaceNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ProjectListResult>): void;
|
|
183
|
-
}
|
|
184
|
-
//# sourceMappingURL=projects.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"projects.d.ts","sourceRoot":"","sources":["../../src/operations/projects.ts"],"names":[],"mappings":"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"}
|