@azure/arm-machinelearningexperimentation 0.1.0 → 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 +75 -73
- 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 +83 -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 +91 -0
- package/src/models/index.ts +389 -0
- package/{lib → src}/models/mappers.ts +263 -305
- package/src/models/parameters.ts +181 -0
- package/src/operations/accounts.ts +454 -0
- package/{lib → src}/operations/index.ts +3 -5
- package/src/operations/operations.ts +98 -0
- package/src/operations/projects.ts +423 -0
- package/src/operations/workspaces.ts +382 -0
- 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 -1715
- 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 -21
- package/esm/mLTeamAccountManagementClient.d.ts.map +0 -1
- package/esm/mLTeamAccountManagementClient.js +0 -36
- package/esm/mLTeamAccountManagementClient.js.map +0 -1
- package/esm/mLTeamAccountManagementClientContext.d.ts +0 -16
- package/esm/mLTeamAccountManagementClientContext.d.ts.map +0 -1
- package/esm/mLTeamAccountManagementClientContext.js +0 -56
- 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/lib/mLTeamAccountManagementClient.ts +0 -48
- package/lib/mLTeamAccountManagementClientContext.ts +0 -62
- package/lib/models/accountsMappers.ts +0 -22
- package/lib/models/index.ts +0 -809
- package/lib/models/operationsMappers.ts +0 -17
- package/lib/models/parameters.ts +0 -108
- package/lib/models/projectsMappers.ts +0 -22
- package/lib/models/workspacesMappers.ts +0 -22
- package/lib/operations/accounts.ts +0 -494
- package/lib/operations/operations.ts +0 -74
- package/lib/operations/projects.ts +0 -448
- package/lib/operations/workspaces.ts +0 -423
|
@@ -1,222 +1,245 @@
|
|
|
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
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
9
7
|
*/
|
|
10
|
-
|
|
11
|
-
import { CloudErrorMapper, BaseResourceMapper } from "@azure/ms-rest-azure-js";
|
|
12
|
-
export var CloudError = CloudErrorMapper;
|
|
13
|
-
export var BaseResource = BaseResourceMapper;
|
|
14
|
-
export var Resource = {
|
|
15
|
-
serializedName: "Resource",
|
|
8
|
+
export const OperationListResult = {
|
|
16
9
|
type: {
|
|
17
10
|
name: "Composite",
|
|
18
|
-
className: "
|
|
11
|
+
className: "OperationListResult",
|
|
19
12
|
modelProperties: {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
serializedName: "id",
|
|
13
|
+
value: {
|
|
14
|
+
serializedName: "value",
|
|
23
15
|
type: {
|
|
24
|
-
name: "
|
|
16
|
+
name: "Sequence",
|
|
17
|
+
element: {
|
|
18
|
+
type: {
|
|
19
|
+
name: "Composite",
|
|
20
|
+
className: "Operation"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
25
23
|
}
|
|
26
|
-
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
export const Operation = {
|
|
29
|
+
type: {
|
|
30
|
+
name: "Composite",
|
|
31
|
+
className: "Operation",
|
|
32
|
+
modelProperties: {
|
|
27
33
|
name: {
|
|
28
|
-
readOnly: true,
|
|
29
34
|
serializedName: "name",
|
|
30
35
|
type: {
|
|
31
36
|
name: "String"
|
|
32
37
|
}
|
|
33
38
|
},
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
39
|
+
display: {
|
|
40
|
+
serializedName: "display",
|
|
41
|
+
type: {
|
|
42
|
+
name: "Composite",
|
|
43
|
+
className: "OperationDisplay"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
export const OperationDisplay = {
|
|
50
|
+
type: {
|
|
51
|
+
name: "Composite",
|
|
52
|
+
className: "OperationDisplay",
|
|
53
|
+
modelProperties: {
|
|
54
|
+
provider: {
|
|
55
|
+
serializedName: "provider",
|
|
37
56
|
type: {
|
|
38
57
|
name: "String"
|
|
39
58
|
}
|
|
40
59
|
},
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
serializedName: "location",
|
|
60
|
+
resource: {
|
|
61
|
+
serializedName: "resource",
|
|
44
62
|
type: {
|
|
45
63
|
name: "String"
|
|
46
64
|
}
|
|
47
65
|
},
|
|
48
|
-
|
|
49
|
-
serializedName: "
|
|
66
|
+
operation: {
|
|
67
|
+
serializedName: "operation",
|
|
50
68
|
type: {
|
|
51
|
-
name: "
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
69
|
+
name: "String"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
description: {
|
|
73
|
+
serializedName: "description",
|
|
74
|
+
type: {
|
|
75
|
+
name: "String"
|
|
57
76
|
}
|
|
58
77
|
}
|
|
59
78
|
}
|
|
60
79
|
}
|
|
61
80
|
};
|
|
62
|
-
export
|
|
63
|
-
serializedName: "Workspace",
|
|
81
|
+
export const ErrorResponse = {
|
|
64
82
|
type: {
|
|
65
83
|
name: "Composite",
|
|
66
|
-
className: "
|
|
67
|
-
modelProperties:
|
|
68
|
-
|
|
84
|
+
className: "ErrorResponse",
|
|
85
|
+
modelProperties: {
|
|
86
|
+
code: {
|
|
87
|
+
serializedName: "code",
|
|
88
|
+
required: true,
|
|
69
89
|
type: {
|
|
70
90
|
name: "String"
|
|
71
91
|
}
|
|
72
|
-
},
|
|
73
|
-
|
|
74
|
-
serializedName: "
|
|
92
|
+
},
|
|
93
|
+
message: {
|
|
94
|
+
serializedName: "message",
|
|
95
|
+
required: true,
|
|
75
96
|
type: {
|
|
76
97
|
name: "String"
|
|
77
98
|
}
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
};
|
|
103
|
+
export const StorageAccountProperties = {
|
|
104
|
+
type: {
|
|
105
|
+
name: "Composite",
|
|
106
|
+
className: "StorageAccountProperties",
|
|
107
|
+
modelProperties: {
|
|
108
|
+
storageAccountId: {
|
|
109
|
+
serializedName: "storageAccountId",
|
|
110
|
+
required: true,
|
|
81
111
|
type: {
|
|
82
112
|
name: "String"
|
|
83
113
|
}
|
|
84
|
-
},
|
|
114
|
+
},
|
|
115
|
+
accessKey: {
|
|
116
|
+
serializedName: "accessKey",
|
|
85
117
|
required: true,
|
|
86
|
-
serializedName: "properties.friendlyName",
|
|
87
118
|
type: {
|
|
88
119
|
name: "String"
|
|
89
120
|
}
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
serializedName: "properties.creationDate",
|
|
93
|
-
type: {
|
|
94
|
-
name: "DateTime"
|
|
95
|
-
}
|
|
96
|
-
}, provisioningState: {
|
|
97
|
-
readOnly: true,
|
|
98
|
-
serializedName: "properties.provisioningState",
|
|
99
|
-
type: {
|
|
100
|
-
name: "Enum",
|
|
101
|
-
allowedValues: [
|
|
102
|
-
"Creating",
|
|
103
|
-
"Succeeded",
|
|
104
|
-
"Updating",
|
|
105
|
-
"Deleting",
|
|
106
|
-
"Failed"
|
|
107
|
-
]
|
|
108
|
-
}
|
|
109
|
-
} })
|
|
121
|
+
}
|
|
122
|
+
}
|
|
110
123
|
}
|
|
111
124
|
};
|
|
112
|
-
export
|
|
113
|
-
serializedName: "WorkspaceUpdateParameters",
|
|
125
|
+
export const Resource = {
|
|
114
126
|
type: {
|
|
115
127
|
name: "Composite",
|
|
116
|
-
className: "
|
|
128
|
+
className: "Resource",
|
|
117
129
|
modelProperties: {
|
|
118
|
-
|
|
119
|
-
serializedName: "
|
|
130
|
+
id: {
|
|
131
|
+
serializedName: "id",
|
|
132
|
+
readOnly: true,
|
|
120
133
|
type: {
|
|
121
|
-
name: "
|
|
122
|
-
value: {
|
|
123
|
-
type: {
|
|
124
|
-
name: "String"
|
|
125
|
-
}
|
|
126
|
-
}
|
|
134
|
+
name: "String"
|
|
127
135
|
}
|
|
128
136
|
},
|
|
129
|
-
|
|
130
|
-
serializedName: "
|
|
137
|
+
name: {
|
|
138
|
+
serializedName: "name",
|
|
139
|
+
readOnly: true,
|
|
131
140
|
type: {
|
|
132
141
|
name: "String"
|
|
133
142
|
}
|
|
134
143
|
},
|
|
135
|
-
|
|
136
|
-
serializedName: "
|
|
144
|
+
type: {
|
|
145
|
+
serializedName: "type",
|
|
146
|
+
readOnly: true,
|
|
147
|
+
type: {
|
|
148
|
+
name: "String"
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
location: {
|
|
152
|
+
serializedName: "location",
|
|
153
|
+
required: true,
|
|
137
154
|
type: {
|
|
138
155
|
name: "String"
|
|
139
156
|
}
|
|
157
|
+
},
|
|
158
|
+
tags: {
|
|
159
|
+
serializedName: "tags",
|
|
160
|
+
type: {
|
|
161
|
+
name: "Dictionary",
|
|
162
|
+
value: { type: { name: "String" } }
|
|
163
|
+
}
|
|
140
164
|
}
|
|
141
165
|
}
|
|
142
166
|
}
|
|
143
167
|
};
|
|
144
|
-
export
|
|
145
|
-
serializedName: "Project",
|
|
168
|
+
export const AccountUpdateParameters = {
|
|
146
169
|
type: {
|
|
147
170
|
name: "Composite",
|
|
148
|
-
className: "
|
|
149
|
-
modelProperties:
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
name: "String"
|
|
153
|
-
}
|
|
154
|
-
}, accountId: {
|
|
155
|
-
readOnly: true,
|
|
156
|
-
serializedName: "properties.accountId",
|
|
171
|
+
className: "AccountUpdateParameters",
|
|
172
|
+
modelProperties: {
|
|
173
|
+
tags: {
|
|
174
|
+
serializedName: "tags",
|
|
157
175
|
type: {
|
|
158
|
-
name: "
|
|
176
|
+
name: "Dictionary",
|
|
177
|
+
value: { type: { name: "String" } }
|
|
159
178
|
}
|
|
160
|
-
},
|
|
161
|
-
|
|
162
|
-
serializedName: "properties.
|
|
179
|
+
},
|
|
180
|
+
description: {
|
|
181
|
+
serializedName: "properties.description",
|
|
163
182
|
type: {
|
|
164
183
|
name: "String"
|
|
165
184
|
}
|
|
166
|
-
},
|
|
167
|
-
|
|
168
|
-
serializedName: "properties.
|
|
185
|
+
},
|
|
186
|
+
friendlyName: {
|
|
187
|
+
serializedName: "properties.friendlyName",
|
|
169
188
|
type: {
|
|
170
189
|
name: "String"
|
|
171
190
|
}
|
|
172
|
-
},
|
|
173
|
-
|
|
191
|
+
},
|
|
192
|
+
seats: {
|
|
193
|
+
serializedName: "properties.seats",
|
|
174
194
|
type: {
|
|
175
195
|
name: "String"
|
|
176
196
|
}
|
|
177
|
-
},
|
|
178
|
-
|
|
179
|
-
serializedName: "properties.
|
|
197
|
+
},
|
|
198
|
+
storageAccountKey: {
|
|
199
|
+
serializedName: "properties.storageAccountKey",
|
|
180
200
|
type: {
|
|
181
201
|
name: "String"
|
|
182
202
|
}
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
};
|
|
207
|
+
export const AccountListResult = {
|
|
208
|
+
type: {
|
|
209
|
+
name: "Composite",
|
|
210
|
+
className: "AccountListResult",
|
|
211
|
+
modelProperties: {
|
|
212
|
+
value: {
|
|
213
|
+
serializedName: "value",
|
|
186
214
|
type: {
|
|
187
|
-
name: "
|
|
215
|
+
name: "Sequence",
|
|
216
|
+
element: {
|
|
217
|
+
type: {
|
|
218
|
+
name: "Composite",
|
|
219
|
+
className: "Account"
|
|
220
|
+
}
|
|
221
|
+
}
|
|
188
222
|
}
|
|
189
|
-
},
|
|
190
|
-
|
|
191
|
-
serializedName: "
|
|
223
|
+
},
|
|
224
|
+
nextLink: {
|
|
225
|
+
serializedName: "nextLink",
|
|
192
226
|
type: {
|
|
193
|
-
name: "
|
|
194
|
-
allowedValues: [
|
|
195
|
-
"Creating",
|
|
196
|
-
"Succeeded",
|
|
197
|
-
"Updating",
|
|
198
|
-
"Deleting",
|
|
199
|
-
"Failed"
|
|
200
|
-
]
|
|
227
|
+
name: "String"
|
|
201
228
|
}
|
|
202
|
-
}
|
|
229
|
+
}
|
|
230
|
+
}
|
|
203
231
|
}
|
|
204
232
|
};
|
|
205
|
-
export
|
|
206
|
-
serializedName: "ProjectUpdateParameters",
|
|
233
|
+
export const WorkspaceUpdateParameters = {
|
|
207
234
|
type: {
|
|
208
235
|
name: "Composite",
|
|
209
|
-
className: "
|
|
236
|
+
className: "WorkspaceUpdateParameters",
|
|
210
237
|
modelProperties: {
|
|
211
238
|
tags: {
|
|
212
239
|
serializedName: "tags",
|
|
213
240
|
type: {
|
|
214
241
|
name: "Dictionary",
|
|
215
|
-
value: {
|
|
216
|
-
type: {
|
|
217
|
-
name: "String"
|
|
218
|
-
}
|
|
219
|
-
}
|
|
242
|
+
value: { type: { name: "String" } }
|
|
220
243
|
}
|
|
221
244
|
},
|
|
222
245
|
friendlyName: {
|
|
@@ -230,9 +253,29 @@ export var ProjectUpdateParameters = {
|
|
|
230
253
|
type: {
|
|
231
254
|
name: "String"
|
|
232
255
|
}
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
};
|
|
260
|
+
export const WorkspaceListResult = {
|
|
261
|
+
type: {
|
|
262
|
+
name: "Composite",
|
|
263
|
+
className: "WorkspaceListResult",
|
|
264
|
+
modelProperties: {
|
|
265
|
+
value: {
|
|
266
|
+
serializedName: "value",
|
|
267
|
+
type: {
|
|
268
|
+
name: "Sequence",
|
|
269
|
+
element: {
|
|
270
|
+
type: {
|
|
271
|
+
name: "Composite",
|
|
272
|
+
className: "Workspace"
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
}
|
|
233
276
|
},
|
|
234
|
-
|
|
235
|
-
serializedName: "
|
|
277
|
+
nextLink: {
|
|
278
|
+
serializedName: "nextLink",
|
|
236
279
|
type: {
|
|
237
280
|
name: "String"
|
|
238
281
|
}
|
|
@@ -240,22 +283,32 @@ export var ProjectUpdateParameters = {
|
|
|
240
283
|
}
|
|
241
284
|
}
|
|
242
285
|
};
|
|
243
|
-
export
|
|
244
|
-
serializedName: "ErrorResponse",
|
|
286
|
+
export const ProjectUpdateParameters = {
|
|
245
287
|
type: {
|
|
246
288
|
name: "Composite",
|
|
247
|
-
className: "
|
|
289
|
+
className: "ProjectUpdateParameters",
|
|
248
290
|
modelProperties: {
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
291
|
+
tags: {
|
|
292
|
+
serializedName: "tags",
|
|
293
|
+
type: {
|
|
294
|
+
name: "Dictionary",
|
|
295
|
+
value: { type: { name: "String" } }
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
friendlyName: {
|
|
299
|
+
serializedName: "properties.friendlyName",
|
|
252
300
|
type: {
|
|
253
301
|
name: "String"
|
|
254
302
|
}
|
|
255
303
|
},
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
304
|
+
description: {
|
|
305
|
+
serializedName: "properties.description",
|
|
306
|
+
type: {
|
|
307
|
+
name: "String"
|
|
308
|
+
}
|
|
309
|
+
},
|
|
310
|
+
gitrepo: {
|
|
311
|
+
serializedName: "properties.gitrepo",
|
|
259
312
|
type: {
|
|
260
313
|
name: "String"
|
|
261
314
|
}
|
|
@@ -263,22 +316,25 @@ export var ErrorResponse = {
|
|
|
263
316
|
}
|
|
264
317
|
}
|
|
265
318
|
};
|
|
266
|
-
export
|
|
267
|
-
serializedName: "StorageAccountProperties",
|
|
319
|
+
export const ProjectListResult = {
|
|
268
320
|
type: {
|
|
269
321
|
name: "Composite",
|
|
270
|
-
className: "
|
|
322
|
+
className: "ProjectListResult",
|
|
271
323
|
modelProperties: {
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
serializedName: "storageAccountId",
|
|
324
|
+
value: {
|
|
325
|
+
serializedName: "value",
|
|
275
326
|
type: {
|
|
276
|
-
name: "
|
|
327
|
+
name: "Sequence",
|
|
328
|
+
element: {
|
|
329
|
+
type: {
|
|
330
|
+
name: "Composite",
|
|
331
|
+
className: "Project"
|
|
332
|
+
}
|
|
333
|
+
}
|
|
277
334
|
}
|
|
278
335
|
},
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
serializedName: "accessKey",
|
|
336
|
+
nextLink: {
|
|
337
|
+
serializedName: "nextLink",
|
|
282
338
|
type: {
|
|
283
339
|
name: "String"
|
|
284
340
|
}
|
|
@@ -286,20 +342,18 @@ export var StorageAccountProperties = {
|
|
|
286
342
|
}
|
|
287
343
|
}
|
|
288
344
|
};
|
|
289
|
-
export
|
|
290
|
-
serializedName: "Account",
|
|
345
|
+
export const Account = {
|
|
291
346
|
type: {
|
|
292
347
|
name: "Composite",
|
|
293
348
|
className: "Account",
|
|
294
|
-
modelProperties:
|
|
295
|
-
required: true,
|
|
349
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { vsoAccountId: {
|
|
296
350
|
serializedName: "properties.vsoAccountId",
|
|
297
351
|
type: {
|
|
298
352
|
name: "String"
|
|
299
353
|
}
|
|
300
354
|
}, accountId: {
|
|
301
|
-
readOnly: true,
|
|
302
355
|
serializedName: "properties.accountId",
|
|
356
|
+
readOnly: true,
|
|
303
357
|
type: {
|
|
304
358
|
name: "String"
|
|
305
359
|
}
|
|
@@ -314,7 +368,6 @@ export var Account = {
|
|
|
314
368
|
name: "String"
|
|
315
369
|
}
|
|
316
370
|
}, keyVaultId: {
|
|
317
|
-
required: true,
|
|
318
371
|
serializedName: "properties.keyVaultId",
|
|
319
372
|
type: {
|
|
320
373
|
name: "String"
|
|
@@ -325,27 +378,26 @@ export var Account = {
|
|
|
325
378
|
name: "String"
|
|
326
379
|
}
|
|
327
380
|
}, discoveryUri: {
|
|
328
|
-
readOnly: true,
|
|
329
381
|
serializedName: "properties.discoveryUri",
|
|
382
|
+
readOnly: true,
|
|
330
383
|
type: {
|
|
331
384
|
name: "String"
|
|
332
385
|
}
|
|
333
386
|
}, creationDate: {
|
|
334
|
-
readOnly: true,
|
|
335
387
|
serializedName: "properties.creationDate",
|
|
388
|
+
readOnly: true,
|
|
336
389
|
type: {
|
|
337
390
|
name: "DateTime"
|
|
338
391
|
}
|
|
339
392
|
}, storageAccount: {
|
|
340
|
-
required: true,
|
|
341
393
|
serializedName: "properties.storageAccount",
|
|
342
394
|
type: {
|
|
343
395
|
name: "Composite",
|
|
344
396
|
className: "StorageAccountProperties"
|
|
345
397
|
}
|
|
346
398
|
}, provisioningState: {
|
|
347
|
-
readOnly: true,
|
|
348
399
|
serializedName: "properties.provisioningState",
|
|
400
|
+
readOnly: true,
|
|
349
401
|
type: {
|
|
350
402
|
name: "Enum",
|
|
351
403
|
allowedValues: [
|
|
@@ -359,205 +411,111 @@ export var Account = {
|
|
|
359
411
|
} })
|
|
360
412
|
}
|
|
361
413
|
};
|
|
362
|
-
export
|
|
363
|
-
serializedName: "AccountUpdateParameters",
|
|
414
|
+
export const Workspace = {
|
|
364
415
|
type: {
|
|
365
416
|
name: "Composite",
|
|
366
|
-
className: "
|
|
367
|
-
modelProperties: {
|
|
368
|
-
tags: {
|
|
369
|
-
serializedName: "tags",
|
|
370
|
-
type: {
|
|
371
|
-
name: "Dictionary",
|
|
372
|
-
value: {
|
|
373
|
-
type: {
|
|
374
|
-
name: "String"
|
|
375
|
-
}
|
|
376
|
-
}
|
|
377
|
-
}
|
|
378
|
-
},
|
|
379
|
-
description: {
|
|
417
|
+
className: "Workspace",
|
|
418
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { description: {
|
|
380
419
|
serializedName: "properties.description",
|
|
381
420
|
type: {
|
|
382
421
|
name: "String"
|
|
383
422
|
}
|
|
384
|
-
},
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
type: {
|
|
388
|
-
name: "String"
|
|
389
|
-
}
|
|
390
|
-
},
|
|
391
|
-
seats: {
|
|
392
|
-
serializedName: "properties.seats",
|
|
393
|
-
type: {
|
|
394
|
-
name: "String"
|
|
395
|
-
}
|
|
396
|
-
},
|
|
397
|
-
storageAccountKey: {
|
|
398
|
-
serializedName: "properties.storageAccountKey",
|
|
423
|
+
}, accountId: {
|
|
424
|
+
serializedName: "properties.accountId",
|
|
425
|
+
readOnly: true,
|
|
399
426
|
type: {
|
|
400
427
|
name: "String"
|
|
401
428
|
}
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
};
|
|
406
|
-
export var OperationDisplay = {
|
|
407
|
-
serializedName: "Operation_display",
|
|
408
|
-
type: {
|
|
409
|
-
name: "Composite",
|
|
410
|
-
className: "OperationDisplay",
|
|
411
|
-
modelProperties: {
|
|
412
|
-
provider: {
|
|
413
|
-
serializedName: "provider",
|
|
429
|
+
}, workspaceId: {
|
|
430
|
+
serializedName: "properties.workspaceId",
|
|
431
|
+
readOnly: true,
|
|
414
432
|
type: {
|
|
415
433
|
name: "String"
|
|
416
434
|
}
|
|
417
|
-
},
|
|
418
|
-
|
|
419
|
-
serializedName: "resource",
|
|
435
|
+
}, friendlyName: {
|
|
436
|
+
serializedName: "properties.friendlyName",
|
|
420
437
|
type: {
|
|
421
438
|
name: "String"
|
|
422
439
|
}
|
|
423
|
-
},
|
|
424
|
-
|
|
425
|
-
|
|
440
|
+
}, creationDate: {
|
|
441
|
+
serializedName: "properties.creationDate",
|
|
442
|
+
readOnly: true,
|
|
426
443
|
type: {
|
|
427
|
-
name: "
|
|
444
|
+
name: "DateTime"
|
|
428
445
|
}
|
|
429
|
-
},
|
|
430
|
-
|
|
431
|
-
|
|
446
|
+
}, provisioningState: {
|
|
447
|
+
serializedName: "properties.provisioningState",
|
|
448
|
+
readOnly: true,
|
|
432
449
|
type: {
|
|
433
|
-
name: "
|
|
450
|
+
name: "Enum",
|
|
451
|
+
allowedValues: [
|
|
452
|
+
"Creating",
|
|
453
|
+
"Succeeded",
|
|
454
|
+
"Updating",
|
|
455
|
+
"Deleting",
|
|
456
|
+
"Failed"
|
|
457
|
+
]
|
|
434
458
|
}
|
|
435
|
-
}
|
|
436
|
-
}
|
|
459
|
+
} })
|
|
437
460
|
}
|
|
438
461
|
};
|
|
439
|
-
export
|
|
440
|
-
serializedName: "Operation",
|
|
462
|
+
export const Project = {
|
|
441
463
|
type: {
|
|
442
464
|
name: "Composite",
|
|
443
|
-
className: "
|
|
444
|
-
modelProperties: {
|
|
445
|
-
|
|
446
|
-
serializedName: "name",
|
|
465
|
+
className: "Project",
|
|
466
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { description: {
|
|
467
|
+
serializedName: "properties.description",
|
|
447
468
|
type: {
|
|
448
469
|
name: "String"
|
|
449
470
|
}
|
|
450
|
-
},
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
type: {
|
|
454
|
-
name: "Composite",
|
|
455
|
-
className: "OperationDisplay"
|
|
456
|
-
}
|
|
457
|
-
}
|
|
458
|
-
}
|
|
459
|
-
}
|
|
460
|
-
};
|
|
461
|
-
export var OperationListResult = {
|
|
462
|
-
serializedName: "OperationListResult",
|
|
463
|
-
type: {
|
|
464
|
-
name: "Composite",
|
|
465
|
-
className: "OperationListResult",
|
|
466
|
-
modelProperties: {
|
|
467
|
-
value: {
|
|
468
|
-
serializedName: "",
|
|
471
|
+
}, accountId: {
|
|
472
|
+
serializedName: "properties.accountId",
|
|
473
|
+
readOnly: true,
|
|
469
474
|
type: {
|
|
470
|
-
name: "
|
|
471
|
-
element: {
|
|
472
|
-
type: {
|
|
473
|
-
name: "Composite",
|
|
474
|
-
className: "Operation"
|
|
475
|
-
}
|
|
476
|
-
}
|
|
475
|
+
name: "String"
|
|
477
476
|
}
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
};
|
|
482
|
-
export var AccountListResult = {
|
|
483
|
-
serializedName: "AccountListResult",
|
|
484
|
-
type: {
|
|
485
|
-
name: "Composite",
|
|
486
|
-
className: "AccountListResult",
|
|
487
|
-
modelProperties: {
|
|
488
|
-
value: {
|
|
489
|
-
serializedName: "",
|
|
477
|
+
}, workspaceId: {
|
|
478
|
+
serializedName: "properties.workspaceId",
|
|
479
|
+
readOnly: true,
|
|
490
480
|
type: {
|
|
491
|
-
name: "
|
|
492
|
-
element: {
|
|
493
|
-
type: {
|
|
494
|
-
name: "Composite",
|
|
495
|
-
className: "Account"
|
|
496
|
-
}
|
|
497
|
-
}
|
|
481
|
+
name: "String"
|
|
498
482
|
}
|
|
499
|
-
},
|
|
500
|
-
|
|
501
|
-
|
|
483
|
+
}, projectId: {
|
|
484
|
+
serializedName: "properties.projectId",
|
|
485
|
+
readOnly: true,
|
|
502
486
|
type: {
|
|
503
487
|
name: "String"
|
|
504
488
|
}
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
}
|
|
508
|
-
};
|
|
509
|
-
export var WorkspaceListResult = {
|
|
510
|
-
serializedName: "WorkspaceListResult",
|
|
511
|
-
type: {
|
|
512
|
-
name: "Composite",
|
|
513
|
-
className: "WorkspaceListResult",
|
|
514
|
-
modelProperties: {
|
|
515
|
-
value: {
|
|
516
|
-
serializedName: "",
|
|
489
|
+
}, gitrepo: {
|
|
490
|
+
serializedName: "properties.gitrepo",
|
|
517
491
|
type: {
|
|
518
|
-
name: "
|
|
519
|
-
element: {
|
|
520
|
-
type: {
|
|
521
|
-
name: "Composite",
|
|
522
|
-
className: "Workspace"
|
|
523
|
-
}
|
|
524
|
-
}
|
|
492
|
+
name: "String"
|
|
525
493
|
}
|
|
526
|
-
},
|
|
527
|
-
|
|
528
|
-
serializedName: "nextLink",
|
|
494
|
+
}, friendlyName: {
|
|
495
|
+
serializedName: "properties.friendlyName",
|
|
529
496
|
type: {
|
|
530
497
|
name: "String"
|
|
531
498
|
}
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
};
|
|
536
|
-
export var ProjectListResult = {
|
|
537
|
-
serializedName: "ProjectListResult",
|
|
538
|
-
type: {
|
|
539
|
-
name: "Composite",
|
|
540
|
-
className: "ProjectListResult",
|
|
541
|
-
modelProperties: {
|
|
542
|
-
value: {
|
|
543
|
-
serializedName: "",
|
|
499
|
+
}, creationDate: {
|
|
500
|
+
serializedName: "properties.creationDate",
|
|
501
|
+
readOnly: true,
|
|
544
502
|
type: {
|
|
545
|
-
name: "
|
|
546
|
-
element: {
|
|
547
|
-
type: {
|
|
548
|
-
name: "Composite",
|
|
549
|
-
className: "Project"
|
|
550
|
-
}
|
|
551
|
-
}
|
|
503
|
+
name: "DateTime"
|
|
552
504
|
}
|
|
553
|
-
},
|
|
554
|
-
|
|
555
|
-
|
|
505
|
+
}, provisioningState: {
|
|
506
|
+
serializedName: "properties.provisioningState",
|
|
507
|
+
readOnly: true,
|
|
556
508
|
type: {
|
|
557
|
-
name: "
|
|
509
|
+
name: "Enum",
|
|
510
|
+
allowedValues: [
|
|
511
|
+
"Creating",
|
|
512
|
+
"Succeeded",
|
|
513
|
+
"Updating",
|
|
514
|
+
"Deleting",
|
|
515
|
+
"Failed"
|
|
516
|
+
]
|
|
558
517
|
}
|
|
559
|
-
}
|
|
560
|
-
}
|
|
518
|
+
} })
|
|
561
519
|
}
|
|
562
520
|
};
|
|
563
521
|
//# sourceMappingURL=mappers.js.map
|