@azure/arm-visualstudio 2.2.0 → 4.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/LICENSE.txt +21 -21
- package/README.md +98 -96
- package/dist/index.js +1332 -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/checkAvailabilityOfAnAccountName.d.ts +2 -0
- package/dist-esm/samples-dev/checkAvailabilityOfAnAccountName.d.ts.map +1 -0
- package/dist-esm/samples-dev/checkAvailabilityOfAnAccountName.js +33 -0
- package/dist-esm/samples-dev/checkAvailabilityOfAnAccountName.js.map +1 -0
- package/dist-esm/samples-dev/createAProjectResource.d.ts +2 -0
- package/dist-esm/samples-dev/createAProjectResource.d.ts.map +1 -0
- package/dist-esm/samples-dev/createAProjectResource.js +43 -0
- package/dist-esm/samples-dev/createAProjectResource.js.map +1 -0
- package/dist-esm/samples-dev/createAnAccountResource.d.ts +2 -0
- package/dist-esm/samples-dev/createAnAccountResource.d.ts.map +1 -0
- package/dist-esm/samples-dev/createAnAccountResource.js +32 -0
- package/dist-esm/samples-dev/createAnAccountResource.js.map +1 -0
- package/dist-esm/samples-dev/createAnExtensionResource.d.ts +2 -0
- package/dist-esm/samples-dev/createAnExtensionResource.d.ts.map +1 -0
- package/dist-esm/samples-dev/createAnExtensionResource.js +44 -0
- package/dist-esm/samples-dev/createAnExtensionResource.js.map +1 -0
- package/dist-esm/samples-dev/deleteAnAccountResource.d.ts +2 -0
- package/dist-esm/samples-dev/deleteAnAccountResource.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteAnAccountResource.js +31 -0
- package/dist-esm/samples-dev/deleteAnAccountResource.js.map +1 -0
- package/dist-esm/samples-dev/deleteAnExtensionResource.d.ts +2 -0
- package/dist-esm/samples-dev/deleteAnExtensionResource.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteAnExtensionResource.js +32 -0
- package/dist-esm/samples-dev/deleteAnExtensionResource.js.map +1 -0
- package/dist-esm/samples-dev/getAListOfAccountResourcesInTheResourceGroup.d.ts +2 -0
- package/dist-esm/samples-dev/getAListOfAccountResourcesInTheResourceGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/getAListOfAccountResourcesInTheResourceGroup.js +30 -0
- package/dist-esm/samples-dev/getAListOfAccountResourcesInTheResourceGroup.js.map +1 -0
- package/dist-esm/samples-dev/getAListOfExtensionResourcesWithinTheResourceGroup.d.ts +2 -0
- package/dist-esm/samples-dev/getAListOfExtensionResourcesWithinTheResourceGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/getAListOfExtensionResourcesWithinTheResourceGroup.js +31 -0
- package/dist-esm/samples-dev/getAListOfExtensionResourcesWithinTheResourceGroup.js.map +1 -0
- package/dist-esm/samples-dev/getAListOfOperationsForThisResourceProvider.d.ts +2 -0
- package/dist-esm/samples-dev/getAListOfOperationsForThisResourceProvider.d.ts.map +1 -0
- package/dist-esm/samples-dev/getAListOfOperationsForThisResourceProvider.js +29 -0
- package/dist-esm/samples-dev/getAListOfOperationsForThisResourceProvider.js.map +1 -0
- package/dist-esm/samples-dev/getAListOfProjectResourcesInTheTeamServicesAccount.d.ts +2 -0
- package/dist-esm/samples-dev/getAListOfProjectResourcesInTheTeamServicesAccount.d.ts.map +1 -0
- package/dist-esm/samples-dev/getAListOfProjectResourcesInTheTeamServicesAccount.js +31 -0
- package/dist-esm/samples-dev/getAListOfProjectResourcesInTheTeamServicesAccount.js.map +1 -0
- package/dist-esm/samples-dev/getAProjectResource.d.ts +2 -0
- package/dist-esm/samples-dev/getAProjectResource.d.ts.map +1 -0
- package/dist-esm/samples-dev/getAProjectResource.js +32 -0
- package/dist-esm/samples-dev/getAProjectResource.js.map +1 -0
- package/dist-esm/samples-dev/getAnAccountResource.d.ts +2 -0
- package/dist-esm/samples-dev/getAnAccountResource.d.ts.map +1 -0
- package/dist-esm/samples-dev/getAnAccountResource.js +31 -0
- package/dist-esm/samples-dev/getAnAccountResource.js.map +1 -0
- package/dist-esm/samples-dev/getAnExtensionResource.d.ts +2 -0
- package/dist-esm/samples-dev/getAnExtensionResource.d.ts.map +1 -0
- package/dist-esm/samples-dev/getAnExtensionResource.js +32 -0
- package/dist-esm/samples-dev/getAnExtensionResource.js.map +1 -0
- package/dist-esm/samples-dev/getTheStatusOfTheProjectCreationJob.d.ts +2 -0
- package/dist-esm/samples-dev/getTheStatusOfTheProjectCreationJob.d.ts.map +1 -0
- package/dist-esm/samples-dev/getTheStatusOfTheProjectCreationJob.js +36 -0
- package/dist-esm/samples-dev/getTheStatusOfTheProjectCreationJob.js.map +1 -0
- package/dist-esm/samples-dev/updateAProjectResource.d.ts +2 -0
- package/dist-esm/samples-dev/updateAProjectResource.d.ts.map +1 -0
- package/dist-esm/samples-dev/updateAProjectResource.js +40 -0
- package/dist-esm/samples-dev/updateAProjectResource.js.map +1 -0
- package/dist-esm/samples-dev/updateAnExtensionResource.d.ts +2 -0
- package/dist-esm/samples-dev/updateAnExtensionResource.d.ts.map +1 -0
- package/dist-esm/samples-dev/updateAnExtensionResource.js +44 -0
- package/dist-esm/samples-dev/updateAnExtensionResource.js.map +1 -0
- package/dist-esm/src/index.d.ts +4 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +11 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +253 -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 +18 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +171 -228
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +21 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +86 -49
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/accounts.d.ts +57 -0
- package/dist-esm/src/operations/accounts.d.ts.map +1 -0
- package/dist-esm/src/operations/accounts.js +185 -0
- package/dist-esm/src/operations/accounts.js.map +1 -0
- package/dist-esm/src/operations/extensions.d.ts +54 -0
- package/dist-esm/src/operations/extensions.d.ts.map +1 -0
- package/dist-esm/src/operations/extensions.js +190 -0
- package/dist-esm/src/operations/extensions.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +3 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +18 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +42 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/projects.d.ts +77 -0
- package/dist-esm/src/operations/projects.d.ts.map +1 -0
- package/dist-esm/src/operations/projects.js +253 -0
- package/dist-esm/src/operations/projects.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts +49 -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/extensions.d.ts +46 -0
- package/dist-esm/src/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/extensions.js +9 -0
- package/dist-esm/src/operationsInterfaces/extensions.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 +10 -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 +69 -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/visualStudioResourceProviderClient.d.ts +21 -0
- package/dist-esm/src/visualStudioResourceProviderClient.d.ts.map +1 -0
- package/dist-esm/src/visualStudioResourceProviderClient.js +54 -0
- package/dist-esm/src/visualStudioResourceProviderClient.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-visualstudio.api.md +314 -0
- package/rollup.config.js +184 -27
- package/src/index.ts +11 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +298 -0
- package/{lib → src}/models/mappers.ts +175 -232
- package/src/models/parameters.ts +201 -0
- package/src/operations/accounts.ts +261 -0
- package/src/operations/extensions.ts +259 -0
- package/{lib → src}/operations/index.ts +3 -5
- package/src/operations/operations.ts +55 -0
- package/src/operations/projects.ts +356 -0
- package/src/operationsInterfaces/accounts.ts +96 -0
- package/src/operationsInterfaces/extensions.ts +91 -0
- package/src/operationsInterfaces/index.ts +12 -0
- package/src/operationsInterfaces/operations.ts +21 -0
- package/src/operationsInterfaces/projects.ts +128 -0
- package/src/visualStudioResourceProviderClient.ts +91 -0
- package/tsconfig.json +6 -5
- package/types/arm-visualstudio.d.ts +493 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-visualstudio.js +0 -1562
- package/dist/arm-visualstudio.js.map +0 -1
- package/dist/arm-visualstudio.min.js +0 -1
- package/dist/arm-visualstudio.min.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/extensionsMappers.d.ts +0 -2
- package/esm/models/extensionsMappers.d.ts.map +0 -1
- package/esm/models/extensionsMappers.js +0 -11
- package/esm/models/extensionsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -671
- 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 -20
- 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 -14
- package/esm/models/parameters.d.ts.map +0 -1
- 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/operations/accounts.d.ts +0 -147
- package/esm/operations/accounts.d.ts.map +0 -1
- package/esm/operations/accounts.js +0 -224
- package/esm/operations/accounts.js.map +0 -1
- package/esm/operations/extensions.d.ts +0 -141
- package/esm/operations/extensions.d.ts.map +0 -1
- package/esm/operations/extensions.js +0 -200
- package/esm/operations/extensions.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -29
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -48
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/projects.d.ts +0 -153
- package/esm/operations/projects.d.ts.map +0 -1
- package/esm/operations/projects.js +0 -244
- package/esm/operations/projects.js.map +0 -1
- package/esm/visualStudioResourceProviderClient.d.ts +0 -21
- package/esm/visualStudioResourceProviderClient.d.ts.map +0 -1
- package/esm/visualStudioResourceProviderClient.js +0 -36
- package/esm/visualStudioResourceProviderClient.js.map +0 -1
- package/esm/visualStudioResourceProviderClientContext.d.ts +0 -16
- package/esm/visualStudioResourceProviderClientContext.d.ts.map +0 -1
- package/esm/visualStudioResourceProviderClientContext.js +0 -56
- package/esm/visualStudioResourceProviderClientContext.js.map +0 -1
- package/lib/models/accountsMappers.ts +0 -25
- package/lib/models/extensionsMappers.ts +0 -22
- package/lib/models/index.ts +0 -701
- package/lib/models/operationsMappers.ts +0 -17
- package/lib/models/parameters.ts +0 -136
- package/lib/models/projectsMappers.ts +0 -21
- package/lib/operations/accounts.ts +0 -399
- package/lib/operations/extensions.ts +0 -361
- package/lib/operations/operations.ts +0 -72
- package/lib/operations/projects.ts +0 -386
- package/lib/visualStudioResourceProviderClient.ts +0 -48
- package/lib/visualStudioResourceProviderClientContext.ts +0 -62
package/esm/models/index.d.ts
DELETED
|
@@ -1,671 +0,0 @@
|
|
|
1
|
-
import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
|
|
2
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
3
|
-
export { BaseResource, CloudError };
|
|
4
|
-
/**
|
|
5
|
-
* @interface
|
|
6
|
-
* An interface representing Resource.
|
|
7
|
-
* A generic Azure Resource Manager resource.
|
|
8
|
-
*
|
|
9
|
-
* @extends BaseResource
|
|
10
|
-
*/
|
|
11
|
-
export interface Resource extends BaseResource {
|
|
12
|
-
/**
|
|
13
|
-
* @member {string} [id] Unique identifier of the resource.
|
|
14
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
15
|
-
* the server.**
|
|
16
|
-
*/
|
|
17
|
-
readonly id?: string;
|
|
18
|
-
/**
|
|
19
|
-
* @member {string} [location] Resource location.
|
|
20
|
-
*/
|
|
21
|
-
location?: string;
|
|
22
|
-
/**
|
|
23
|
-
* @member {string} [name] Resource name.
|
|
24
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
25
|
-
* the server.**
|
|
26
|
-
*/
|
|
27
|
-
readonly name?: string;
|
|
28
|
-
/**
|
|
29
|
-
* @member {{ [propertyName: string]: string }} [tags] Resource tags.
|
|
30
|
-
*/
|
|
31
|
-
tags?: {
|
|
32
|
-
[propertyName: string]: string;
|
|
33
|
-
};
|
|
34
|
-
/**
|
|
35
|
-
* @member {string} [type] Resource type.
|
|
36
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
|
37
|
-
* the server.**
|
|
38
|
-
*/
|
|
39
|
-
readonly type?: string;
|
|
40
|
-
}
|
|
41
|
-
/**
|
|
42
|
-
* @interface
|
|
43
|
-
* An interface representing AccountResource.
|
|
44
|
-
* The response to an account resource GET request.
|
|
45
|
-
*
|
|
46
|
-
* @extends Resource
|
|
47
|
-
*/
|
|
48
|
-
export interface AccountResource extends Resource {
|
|
49
|
-
/**
|
|
50
|
-
* @member {{ [propertyName: string]: string }} [properties] Resource
|
|
51
|
-
* properties.
|
|
52
|
-
*/
|
|
53
|
-
properties?: {
|
|
54
|
-
[propertyName: string]: string;
|
|
55
|
-
};
|
|
56
|
-
}
|
|
57
|
-
/**
|
|
58
|
-
* @interface
|
|
59
|
-
* An interface representing AccountResourceListResult.
|
|
60
|
-
* The response to an account resource list GET request.
|
|
61
|
-
*
|
|
62
|
-
*/
|
|
63
|
-
export interface AccountResourceListResult {
|
|
64
|
-
/**
|
|
65
|
-
* @member {AccountResource[]} [value] Array of resource details.
|
|
66
|
-
*/
|
|
67
|
-
value?: AccountResource[];
|
|
68
|
-
}
|
|
69
|
-
/**
|
|
70
|
-
* @interface
|
|
71
|
-
* An interface representing AccountTagRequest.
|
|
72
|
-
* The body of a Patch request to add tags to a Visual Studio account resource.
|
|
73
|
-
*
|
|
74
|
-
*/
|
|
75
|
-
export interface AccountTagRequest {
|
|
76
|
-
/**
|
|
77
|
-
* @member {{ [propertyName: string]: string }} [tags] The custom tags of the
|
|
78
|
-
* resource.
|
|
79
|
-
*/
|
|
80
|
-
tags?: {
|
|
81
|
-
[propertyName: string]: string;
|
|
82
|
-
};
|
|
83
|
-
}
|
|
84
|
-
/**
|
|
85
|
-
* @interface
|
|
86
|
-
* An interface representing AccountResourceRequest.
|
|
87
|
-
* The body of a PUT request to modify a Visual Studio account resource.
|
|
88
|
-
*
|
|
89
|
-
*/
|
|
90
|
-
export interface AccountResourceRequest {
|
|
91
|
-
/**
|
|
92
|
-
* @member {string} [accountName] The account name.
|
|
93
|
-
*/
|
|
94
|
-
accountName?: string;
|
|
95
|
-
/**
|
|
96
|
-
* @member {string} [location] The Azure instance location.
|
|
97
|
-
*/
|
|
98
|
-
location?: string;
|
|
99
|
-
/**
|
|
100
|
-
* @member {any} [operationType] The type of the operation.
|
|
101
|
-
*/
|
|
102
|
-
operationType?: any;
|
|
103
|
-
/**
|
|
104
|
-
* @member {{ [propertyName: string]: string }} [properties] The custom
|
|
105
|
-
* properties of the resource.
|
|
106
|
-
*/
|
|
107
|
-
properties?: {
|
|
108
|
-
[propertyName: string]: string;
|
|
109
|
-
};
|
|
110
|
-
/**
|
|
111
|
-
* @member {{ [propertyName: string]: string }} [tags] The custom tags of the
|
|
112
|
-
* resource.
|
|
113
|
-
*/
|
|
114
|
-
tags?: {
|
|
115
|
-
[propertyName: string]: string;
|
|
116
|
-
};
|
|
117
|
-
}
|
|
118
|
-
/**
|
|
119
|
-
* @interface
|
|
120
|
-
* An interface representing CheckNameAvailabilityParameter.
|
|
121
|
-
* The body of a POST request to check name availability.
|
|
122
|
-
*
|
|
123
|
-
*/
|
|
124
|
-
export interface CheckNameAvailabilityParameter {
|
|
125
|
-
/**
|
|
126
|
-
* @member {string} [resourceName] The name of the resource to check
|
|
127
|
-
* availability for.
|
|
128
|
-
*/
|
|
129
|
-
resourceName?: string;
|
|
130
|
-
/**
|
|
131
|
-
* @member {string} [resourceType] The type of resource to check availability
|
|
132
|
-
* for.
|
|
133
|
-
*/
|
|
134
|
-
resourceType?: string;
|
|
135
|
-
}
|
|
136
|
-
/**
|
|
137
|
-
* @interface
|
|
138
|
-
* An interface representing CheckNameAvailabilityResult.
|
|
139
|
-
* The response to a name availability request.
|
|
140
|
-
*
|
|
141
|
-
*/
|
|
142
|
-
export interface CheckNameAvailabilityResult {
|
|
143
|
-
/**
|
|
144
|
-
* @member {string} [message] The message describing the detailed reason.
|
|
145
|
-
*/
|
|
146
|
-
message?: string;
|
|
147
|
-
/**
|
|
148
|
-
* @member {boolean} [nameAvailable] The value which indicates whether the
|
|
149
|
-
* provided name is available.
|
|
150
|
-
*/
|
|
151
|
-
nameAvailable?: boolean;
|
|
152
|
-
}
|
|
153
|
-
/**
|
|
154
|
-
* @interface
|
|
155
|
-
* An interface representing ExtensionResourcePlan.
|
|
156
|
-
* Plan data for an extension resource.
|
|
157
|
-
*
|
|
158
|
-
*/
|
|
159
|
-
export interface ExtensionResourcePlan {
|
|
160
|
-
/**
|
|
161
|
-
* @member {string} [name] Name of the plan.
|
|
162
|
-
*/
|
|
163
|
-
name?: string;
|
|
164
|
-
/**
|
|
165
|
-
* @member {string} [product] Product name.
|
|
166
|
-
*/
|
|
167
|
-
product?: string;
|
|
168
|
-
/**
|
|
169
|
-
* @member {string} [promotionCode] Optional: the promotion code associated
|
|
170
|
-
* with the plan.
|
|
171
|
-
*/
|
|
172
|
-
promotionCode?: string;
|
|
173
|
-
/**
|
|
174
|
-
* @member {string} [publisher] Name of the extension publisher.
|
|
175
|
-
*/
|
|
176
|
-
publisher?: string;
|
|
177
|
-
/**
|
|
178
|
-
* @member {string} [version] A string that uniquely identifies the plan
|
|
179
|
-
* version.
|
|
180
|
-
*/
|
|
181
|
-
version?: string;
|
|
182
|
-
}
|
|
183
|
-
/**
|
|
184
|
-
* @interface
|
|
185
|
-
* An interface representing ExtensionResource.
|
|
186
|
-
* The response to an extension resource GET request.
|
|
187
|
-
*
|
|
188
|
-
* @extends Resource
|
|
189
|
-
*/
|
|
190
|
-
export interface ExtensionResource extends Resource {
|
|
191
|
-
/**
|
|
192
|
-
* @member {ExtensionResourcePlan} [plan] The extension plan that was
|
|
193
|
-
* purchased.
|
|
194
|
-
*/
|
|
195
|
-
plan?: ExtensionResourcePlan;
|
|
196
|
-
/**
|
|
197
|
-
* @member {{ [propertyName: string]: string }} [properties] Resource
|
|
198
|
-
* properties.
|
|
199
|
-
*/
|
|
200
|
-
properties?: {
|
|
201
|
-
[propertyName: string]: string;
|
|
202
|
-
};
|
|
203
|
-
}
|
|
204
|
-
/**
|
|
205
|
-
* @interface
|
|
206
|
-
* An interface representing ExtensionResourceListResult.
|
|
207
|
-
* The response to an extension resource list GET request.
|
|
208
|
-
*
|
|
209
|
-
*/
|
|
210
|
-
export interface ExtensionResourceListResult {
|
|
211
|
-
/**
|
|
212
|
-
* @member {ExtensionResource[]} [value] Array of extension resource details.
|
|
213
|
-
*/
|
|
214
|
-
value?: ExtensionResource[];
|
|
215
|
-
}
|
|
216
|
-
/**
|
|
217
|
-
* @interface
|
|
218
|
-
* An interface representing ExtensionResourceRequest.
|
|
219
|
-
* The body of an extension resource PUT request.
|
|
220
|
-
*
|
|
221
|
-
*/
|
|
222
|
-
export interface ExtensionResourceRequest {
|
|
223
|
-
/**
|
|
224
|
-
* @member {string} [location] The Azure region of the Visual Studio account
|
|
225
|
-
* associated with this request (i.e 'southcentralus'.)
|
|
226
|
-
*/
|
|
227
|
-
location?: string;
|
|
228
|
-
/**
|
|
229
|
-
* @member {ExtensionResourcePlan} [plan] Extended information about the plan
|
|
230
|
-
* being purchased for this extension resource.
|
|
231
|
-
*/
|
|
232
|
-
plan?: ExtensionResourcePlan;
|
|
233
|
-
/**
|
|
234
|
-
* @member {{ [propertyName: string]: string }} [properties] A dictionary of
|
|
235
|
-
* extended properties. This property is currently unused.
|
|
236
|
-
*/
|
|
237
|
-
properties?: {
|
|
238
|
-
[propertyName: string]: string;
|
|
239
|
-
};
|
|
240
|
-
/**
|
|
241
|
-
* @member {{ [propertyName: string]: string }} [tags] A dictionary of
|
|
242
|
-
* user-defined tags to be stored with the extension resource.
|
|
243
|
-
*/
|
|
244
|
-
tags?: {
|
|
245
|
-
[propertyName: string]: string;
|
|
246
|
-
};
|
|
247
|
-
}
|
|
248
|
-
/**
|
|
249
|
-
* @interface
|
|
250
|
-
* An interface representing OperationProperties.
|
|
251
|
-
* Properties of an operation supported by the resource provider.
|
|
252
|
-
*
|
|
253
|
-
*/
|
|
254
|
-
export interface OperationProperties {
|
|
255
|
-
/**
|
|
256
|
-
* @member {string} [description] The description of the resource operation.
|
|
257
|
-
*/
|
|
258
|
-
description?: string;
|
|
259
|
-
/**
|
|
260
|
-
* @member {string} [operation] The operation name.
|
|
261
|
-
*/
|
|
262
|
-
operation?: string;
|
|
263
|
-
/**
|
|
264
|
-
* @member {string} [provider] The provider name.
|
|
265
|
-
*/
|
|
266
|
-
provider?: string;
|
|
267
|
-
/**
|
|
268
|
-
* @member {string} [resource] The resource name.
|
|
269
|
-
*/
|
|
270
|
-
resource?: string;
|
|
271
|
-
}
|
|
272
|
-
/**
|
|
273
|
-
* @interface
|
|
274
|
-
* An interface representing Operation.
|
|
275
|
-
* Properties of an operation supported by the resource provider.
|
|
276
|
-
*
|
|
277
|
-
*/
|
|
278
|
-
export interface Operation {
|
|
279
|
-
/**
|
|
280
|
-
* @member {OperationProperties} [display] The properties of the resource
|
|
281
|
-
* operation.
|
|
282
|
-
*/
|
|
283
|
-
display?: OperationProperties;
|
|
284
|
-
/**
|
|
285
|
-
* @member {string} [name] The name of the resource operation.
|
|
286
|
-
*/
|
|
287
|
-
name?: string;
|
|
288
|
-
}
|
|
289
|
-
/**
|
|
290
|
-
* @interface
|
|
291
|
-
* An interface representing OperationListResult.
|
|
292
|
-
* Container for a list of operations supported by a resource provider.
|
|
293
|
-
*
|
|
294
|
-
*/
|
|
295
|
-
export interface OperationListResult {
|
|
296
|
-
/**
|
|
297
|
-
* @member {Operation[]} [value] A list of operations supported by a resource
|
|
298
|
-
* provider.
|
|
299
|
-
*/
|
|
300
|
-
value?: Operation[];
|
|
301
|
-
}
|
|
302
|
-
/**
|
|
303
|
-
* @interface
|
|
304
|
-
* An interface representing ProjectResource.
|
|
305
|
-
* A Visual Studio Team Services project resource.
|
|
306
|
-
*
|
|
307
|
-
* @extends Resource
|
|
308
|
-
*/
|
|
309
|
-
export interface ProjectResource extends Resource {
|
|
310
|
-
/**
|
|
311
|
-
* @member {{ [propertyName: string]: string }} [properties] Key/value pair
|
|
312
|
-
* of resource properties.
|
|
313
|
-
*/
|
|
314
|
-
properties?: {
|
|
315
|
-
[propertyName: string]: string;
|
|
316
|
-
};
|
|
317
|
-
}
|
|
318
|
-
/**
|
|
319
|
-
* @interface
|
|
320
|
-
* An interface representing ProjectResourceListResult.
|
|
321
|
-
* The response to a request to list Team Services project resources in a
|
|
322
|
-
* resource group/account.
|
|
323
|
-
*
|
|
324
|
-
*/
|
|
325
|
-
export interface ProjectResourceListResult {
|
|
326
|
-
/**
|
|
327
|
-
* @member {ProjectResource[]} [value] List of project resource details.
|
|
328
|
-
*/
|
|
329
|
-
value?: ProjectResource[];
|
|
330
|
-
}
|
|
331
|
-
/**
|
|
332
|
-
* @interface
|
|
333
|
-
* An interface representing ProjectsCreateOptionalParams.
|
|
334
|
-
* Optional Parameters.
|
|
335
|
-
*
|
|
336
|
-
* @extends RequestOptionsBase
|
|
337
|
-
*/
|
|
338
|
-
export interface ProjectsCreateOptionalParams extends msRest.RequestOptionsBase {
|
|
339
|
-
/**
|
|
340
|
-
* @member {string} [validating] This parameter is ignored and should be set
|
|
341
|
-
* to an empty string.
|
|
342
|
-
*/
|
|
343
|
-
validating?: string;
|
|
344
|
-
}
|
|
345
|
-
/**
|
|
346
|
-
* @interface
|
|
347
|
-
* An interface representing ProjectsGetJobStatusOptionalParams.
|
|
348
|
-
* Optional Parameters.
|
|
349
|
-
*
|
|
350
|
-
* @extends RequestOptionsBase
|
|
351
|
-
*/
|
|
352
|
-
export interface ProjectsGetJobStatusOptionalParams extends msRest.RequestOptionsBase {
|
|
353
|
-
/**
|
|
354
|
-
* @member {string} [jobId] The job identifier.
|
|
355
|
-
*/
|
|
356
|
-
jobId?: string;
|
|
357
|
-
}
|
|
358
|
-
/**
|
|
359
|
-
* @interface
|
|
360
|
-
* An interface representing ProjectsBeginCreateOptionalParams.
|
|
361
|
-
* Optional Parameters.
|
|
362
|
-
*
|
|
363
|
-
* @extends RequestOptionsBase
|
|
364
|
-
*/
|
|
365
|
-
export interface ProjectsBeginCreateOptionalParams extends msRest.RequestOptionsBase {
|
|
366
|
-
/**
|
|
367
|
-
* @member {string} [validating] This parameter is ignored and should be set
|
|
368
|
-
* to an empty string.
|
|
369
|
-
*/
|
|
370
|
-
validating?: string;
|
|
371
|
-
}
|
|
372
|
-
/**
|
|
373
|
-
* @interface
|
|
374
|
-
* An interface representing VisualStudioResourceProviderClientOptions.
|
|
375
|
-
* @extends AzureServiceClientOptions
|
|
376
|
-
*/
|
|
377
|
-
export interface VisualStudioResourceProviderClientOptions extends AzureServiceClientOptions {
|
|
378
|
-
/**
|
|
379
|
-
* @member {string} [baseUri]
|
|
380
|
-
*/
|
|
381
|
-
baseUri?: string;
|
|
382
|
-
}
|
|
383
|
-
/**
|
|
384
|
-
* Contains response data for the list operation.
|
|
385
|
-
*/
|
|
386
|
-
export declare type OperationsListResponse = OperationListResult & {
|
|
387
|
-
/**
|
|
388
|
-
* The underlying HTTP response.
|
|
389
|
-
*/
|
|
390
|
-
_response: msRest.HttpResponse & {
|
|
391
|
-
/**
|
|
392
|
-
* The response body as text (string format)
|
|
393
|
-
*/
|
|
394
|
-
bodyAsText: string;
|
|
395
|
-
/**
|
|
396
|
-
* The response body as parsed JSON or XML
|
|
397
|
-
*/
|
|
398
|
-
parsedBody: OperationListResult;
|
|
399
|
-
};
|
|
400
|
-
};
|
|
401
|
-
/**
|
|
402
|
-
* Contains response data for the checkNameAvailability operation.
|
|
403
|
-
*/
|
|
404
|
-
export declare type AccountsCheckNameAvailabilityResponse = CheckNameAvailabilityResult & {
|
|
405
|
-
/**
|
|
406
|
-
* The underlying HTTP response.
|
|
407
|
-
*/
|
|
408
|
-
_response: msRest.HttpResponse & {
|
|
409
|
-
/**
|
|
410
|
-
* The response body as text (string format)
|
|
411
|
-
*/
|
|
412
|
-
bodyAsText: string;
|
|
413
|
-
/**
|
|
414
|
-
* The response body as parsed JSON or XML
|
|
415
|
-
*/
|
|
416
|
-
parsedBody: CheckNameAvailabilityResult;
|
|
417
|
-
};
|
|
418
|
-
};
|
|
419
|
-
/**
|
|
420
|
-
* Contains response data for the listByResourceGroup operation.
|
|
421
|
-
*/
|
|
422
|
-
export declare type AccountsListByResourceGroupResponse = AccountResourceListResult & {
|
|
423
|
-
/**
|
|
424
|
-
* The underlying HTTP response.
|
|
425
|
-
*/
|
|
426
|
-
_response: msRest.HttpResponse & {
|
|
427
|
-
/**
|
|
428
|
-
* The response body as text (string format)
|
|
429
|
-
*/
|
|
430
|
-
bodyAsText: string;
|
|
431
|
-
/**
|
|
432
|
-
* The response body as parsed JSON or XML
|
|
433
|
-
*/
|
|
434
|
-
parsedBody: AccountResourceListResult;
|
|
435
|
-
};
|
|
436
|
-
};
|
|
437
|
-
/**
|
|
438
|
-
* Contains response data for the createOrUpdate operation.
|
|
439
|
-
*/
|
|
440
|
-
export declare type AccountsCreateOrUpdateResponse = AccountResource & {
|
|
441
|
-
/**
|
|
442
|
-
* The underlying HTTP response.
|
|
443
|
-
*/
|
|
444
|
-
_response: msRest.HttpResponse & {
|
|
445
|
-
/**
|
|
446
|
-
* The response body as text (string format)
|
|
447
|
-
*/
|
|
448
|
-
bodyAsText: string;
|
|
449
|
-
/**
|
|
450
|
-
* The response body as parsed JSON or XML
|
|
451
|
-
*/
|
|
452
|
-
parsedBody: AccountResource;
|
|
453
|
-
};
|
|
454
|
-
};
|
|
455
|
-
/**
|
|
456
|
-
* Contains response data for the get operation.
|
|
457
|
-
*/
|
|
458
|
-
export declare type AccountsGetResponse = AccountResource & {
|
|
459
|
-
/**
|
|
460
|
-
* The underlying HTTP response.
|
|
461
|
-
*/
|
|
462
|
-
_response: msRest.HttpResponse & {
|
|
463
|
-
/**
|
|
464
|
-
* The response body as text (string format)
|
|
465
|
-
*/
|
|
466
|
-
bodyAsText: string;
|
|
467
|
-
/**
|
|
468
|
-
* The response body as parsed JSON or XML
|
|
469
|
-
*/
|
|
470
|
-
parsedBody: AccountResource;
|
|
471
|
-
};
|
|
472
|
-
};
|
|
473
|
-
/**
|
|
474
|
-
* Contains response data for the update operation.
|
|
475
|
-
*/
|
|
476
|
-
export declare type AccountsUpdateResponse = AccountResource & {
|
|
477
|
-
/**
|
|
478
|
-
* The underlying HTTP response.
|
|
479
|
-
*/
|
|
480
|
-
_response: msRest.HttpResponse & {
|
|
481
|
-
/**
|
|
482
|
-
* The response body as text (string format)
|
|
483
|
-
*/
|
|
484
|
-
bodyAsText: string;
|
|
485
|
-
/**
|
|
486
|
-
* The response body as parsed JSON or XML
|
|
487
|
-
*/
|
|
488
|
-
parsedBody: AccountResource;
|
|
489
|
-
};
|
|
490
|
-
};
|
|
491
|
-
/**
|
|
492
|
-
* Contains response data for the listByAccount operation.
|
|
493
|
-
*/
|
|
494
|
-
export declare type ExtensionsListByAccountResponse = ExtensionResourceListResult & {
|
|
495
|
-
/**
|
|
496
|
-
* The underlying HTTP response.
|
|
497
|
-
*/
|
|
498
|
-
_response: msRest.HttpResponse & {
|
|
499
|
-
/**
|
|
500
|
-
* The response body as text (string format)
|
|
501
|
-
*/
|
|
502
|
-
bodyAsText: string;
|
|
503
|
-
/**
|
|
504
|
-
* The response body as parsed JSON or XML
|
|
505
|
-
*/
|
|
506
|
-
parsedBody: ExtensionResourceListResult;
|
|
507
|
-
};
|
|
508
|
-
};
|
|
509
|
-
/**
|
|
510
|
-
* Contains response data for the create operation.
|
|
511
|
-
*/
|
|
512
|
-
export declare type ExtensionsCreateResponse = ExtensionResource & {
|
|
513
|
-
/**
|
|
514
|
-
* The underlying HTTP response.
|
|
515
|
-
*/
|
|
516
|
-
_response: msRest.HttpResponse & {
|
|
517
|
-
/**
|
|
518
|
-
* The response body as text (string format)
|
|
519
|
-
*/
|
|
520
|
-
bodyAsText: string;
|
|
521
|
-
/**
|
|
522
|
-
* The response body as parsed JSON or XML
|
|
523
|
-
*/
|
|
524
|
-
parsedBody: ExtensionResource;
|
|
525
|
-
};
|
|
526
|
-
};
|
|
527
|
-
/**
|
|
528
|
-
* Contains response data for the get operation.
|
|
529
|
-
*/
|
|
530
|
-
export declare type ExtensionsGetResponse = ExtensionResource & {
|
|
531
|
-
/**
|
|
532
|
-
* The underlying HTTP response.
|
|
533
|
-
*/
|
|
534
|
-
_response: msRest.HttpResponse & {
|
|
535
|
-
/**
|
|
536
|
-
* The response body as text (string format)
|
|
537
|
-
*/
|
|
538
|
-
bodyAsText: string;
|
|
539
|
-
/**
|
|
540
|
-
* The response body as parsed JSON or XML
|
|
541
|
-
*/
|
|
542
|
-
parsedBody: ExtensionResource;
|
|
543
|
-
};
|
|
544
|
-
};
|
|
545
|
-
/**
|
|
546
|
-
* Contains response data for the update operation.
|
|
547
|
-
*/
|
|
548
|
-
export declare type ExtensionsUpdateResponse = ExtensionResource & {
|
|
549
|
-
/**
|
|
550
|
-
* The underlying HTTP response.
|
|
551
|
-
*/
|
|
552
|
-
_response: msRest.HttpResponse & {
|
|
553
|
-
/**
|
|
554
|
-
* The response body as text (string format)
|
|
555
|
-
*/
|
|
556
|
-
bodyAsText: string;
|
|
557
|
-
/**
|
|
558
|
-
* The response body as parsed JSON or XML
|
|
559
|
-
*/
|
|
560
|
-
parsedBody: ExtensionResource;
|
|
561
|
-
};
|
|
562
|
-
};
|
|
563
|
-
/**
|
|
564
|
-
* Contains response data for the listByResourceGroup operation.
|
|
565
|
-
*/
|
|
566
|
-
export declare type ProjectsListByResourceGroupResponse = ProjectResourceListResult & {
|
|
567
|
-
/**
|
|
568
|
-
* The underlying HTTP response.
|
|
569
|
-
*/
|
|
570
|
-
_response: msRest.HttpResponse & {
|
|
571
|
-
/**
|
|
572
|
-
* The response body as text (string format)
|
|
573
|
-
*/
|
|
574
|
-
bodyAsText: string;
|
|
575
|
-
/**
|
|
576
|
-
* The response body as parsed JSON or XML
|
|
577
|
-
*/
|
|
578
|
-
parsedBody: ProjectResourceListResult;
|
|
579
|
-
};
|
|
580
|
-
};
|
|
581
|
-
/**
|
|
582
|
-
* Contains response data for the create operation.
|
|
583
|
-
*/
|
|
584
|
-
export declare type ProjectsCreateResponse = ProjectResource & {
|
|
585
|
-
/**
|
|
586
|
-
* The underlying HTTP response.
|
|
587
|
-
*/
|
|
588
|
-
_response: msRest.HttpResponse & {
|
|
589
|
-
/**
|
|
590
|
-
* The response body as text (string format)
|
|
591
|
-
*/
|
|
592
|
-
bodyAsText: string;
|
|
593
|
-
/**
|
|
594
|
-
* The response body as parsed JSON or XML
|
|
595
|
-
*/
|
|
596
|
-
parsedBody: ProjectResource;
|
|
597
|
-
};
|
|
598
|
-
};
|
|
599
|
-
/**
|
|
600
|
-
* Contains response data for the get operation.
|
|
601
|
-
*/
|
|
602
|
-
export declare type ProjectsGetResponse = ProjectResource & {
|
|
603
|
-
/**
|
|
604
|
-
* The underlying HTTP response.
|
|
605
|
-
*/
|
|
606
|
-
_response: msRest.HttpResponse & {
|
|
607
|
-
/**
|
|
608
|
-
* The response body as text (string format)
|
|
609
|
-
*/
|
|
610
|
-
bodyAsText: string;
|
|
611
|
-
/**
|
|
612
|
-
* The response body as parsed JSON or XML
|
|
613
|
-
*/
|
|
614
|
-
parsedBody: ProjectResource;
|
|
615
|
-
};
|
|
616
|
-
};
|
|
617
|
-
/**
|
|
618
|
-
* Contains response data for the update operation.
|
|
619
|
-
*/
|
|
620
|
-
export declare type ProjectsUpdateResponse = ProjectResource & {
|
|
621
|
-
/**
|
|
622
|
-
* The underlying HTTP response.
|
|
623
|
-
*/
|
|
624
|
-
_response: msRest.HttpResponse & {
|
|
625
|
-
/**
|
|
626
|
-
* The response body as text (string format)
|
|
627
|
-
*/
|
|
628
|
-
bodyAsText: string;
|
|
629
|
-
/**
|
|
630
|
-
* The response body as parsed JSON or XML
|
|
631
|
-
*/
|
|
632
|
-
parsedBody: ProjectResource;
|
|
633
|
-
};
|
|
634
|
-
};
|
|
635
|
-
/**
|
|
636
|
-
* Contains response data for the getJobStatus operation.
|
|
637
|
-
*/
|
|
638
|
-
export declare type ProjectsGetJobStatusResponse = ProjectResource & {
|
|
639
|
-
/**
|
|
640
|
-
* The underlying HTTP response.
|
|
641
|
-
*/
|
|
642
|
-
_response: msRest.HttpResponse & {
|
|
643
|
-
/**
|
|
644
|
-
* The response body as text (string format)
|
|
645
|
-
*/
|
|
646
|
-
bodyAsText: string;
|
|
647
|
-
/**
|
|
648
|
-
* The response body as parsed JSON or XML
|
|
649
|
-
*/
|
|
650
|
-
parsedBody: ProjectResource;
|
|
651
|
-
};
|
|
652
|
-
};
|
|
653
|
-
/**
|
|
654
|
-
* Contains response data for the beginCreate operation.
|
|
655
|
-
*/
|
|
656
|
-
export declare type ProjectsBeginCreateResponse = ProjectResource & {
|
|
657
|
-
/**
|
|
658
|
-
* The underlying HTTP response.
|
|
659
|
-
*/
|
|
660
|
-
_response: msRest.HttpResponse & {
|
|
661
|
-
/**
|
|
662
|
-
* The response body as text (string format)
|
|
663
|
-
*/
|
|
664
|
-
bodyAsText: string;
|
|
665
|
-
/**
|
|
666
|
-
* The response body as parsed JSON or XML
|
|
667
|
-
*/
|
|
668
|
-
parsedBody: ProjectResource;
|
|
669
|
-
};
|
|
670
|
-
};
|
|
671
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../lib/models/index.ts"],"names":[],"mappings":"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"}
|
package/esm/models/index.js
DELETED
|
@@ -1,10 +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
|
-
//# sourceMappingURL=index.js.map
|
package/esm/models/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../lib/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG"}
|