@azure/arm-visualstudio 2.3.0 → 4.0.0-alpha.20220131.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 +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 +85 -25
- 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 +225 -628
- package/src/models/mappers.ts +175 -232
- package/src/models/parameters.ts +115 -50
- package/src/operations/accounts.ts +151 -289
- package/src/operations/extensions.ts +132 -234
- package/src/operations/index.ts +3 -5
- package/src/operations/operations.ts +28 -45
- package/src/operations/projects.ts +239 -269
- 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 +78 -41
- 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 -1572
- 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 -27
- package/esm/visualStudioResourceProviderClient.d.ts.map +0 -1
- package/esm/visualStudioResourceProviderClient.js +0 -41
- package/esm/visualStudioResourceProviderClient.js.map +0 -1
- package/esm/visualStudioResourceProviderClientContext.d.ts +0 -22
- package/esm/visualStudioResourceProviderClientContext.d.ts.map +0 -1
- package/esm/visualStudioResourceProviderClientContext.js +0 -61
- package/esm/visualStudioResourceProviderClientContext.js.map +0 -1
- package/src/models/accountsMappers.ts +0 -25
- package/src/models/extensionsMappers.ts +0 -22
- package/src/models/operationsMappers.ts +0 -17
- package/src/models/projectsMappers.ts +0 -21
- package/src/visualStudioResourceProviderClientContext.ts +0 -68
|
@@ -1,196 +1,224 @@
|
|
|
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
8
|
|
|
11
|
-
import
|
|
12
|
-
import * as
|
|
13
|
-
import * as
|
|
14
|
-
import * as Mappers from "../models/projectsMappers";
|
|
9
|
+
import { Projects } from "../operationsInterfaces";
|
|
10
|
+
import * as coreClient from "@azure/core-client";
|
|
11
|
+
import * as Mappers from "../models/mappers";
|
|
15
12
|
import * as Parameters from "../models/parameters";
|
|
16
|
-
import {
|
|
13
|
+
import { VisualStudioResourceProviderClient } from "../visualStudioResourceProviderClient";
|
|
14
|
+
import { PollerLike, PollOperationState, LroEngine } from "@azure/core-lro";
|
|
15
|
+
import { LroImpl } from "../lroImpl";
|
|
16
|
+
import {
|
|
17
|
+
ProjectsListByResourceGroupOptionalParams,
|
|
18
|
+
ProjectsListByResourceGroupResponse,
|
|
19
|
+
ProjectResource,
|
|
20
|
+
ProjectsCreateOptionalParams,
|
|
21
|
+
ProjectsCreateResponse,
|
|
22
|
+
ProjectsGetOptionalParams,
|
|
23
|
+
ProjectsGetResponse,
|
|
24
|
+
ProjectsUpdateOptionalParams,
|
|
25
|
+
ProjectsUpdateResponse,
|
|
26
|
+
ProjectsGetJobStatusOptionalParams,
|
|
27
|
+
ProjectsGetJobStatusResponse
|
|
28
|
+
} from "../models";
|
|
17
29
|
|
|
18
|
-
/** Class
|
|
19
|
-
export class Projects {
|
|
20
|
-
private readonly client:
|
|
30
|
+
/** Class containing Projects operations. */
|
|
31
|
+
export class ProjectsImpl implements Projects {
|
|
32
|
+
private readonly client: VisualStudioResourceProviderClient;
|
|
21
33
|
|
|
22
34
|
/**
|
|
23
|
-
*
|
|
24
|
-
* @param
|
|
35
|
+
* Initialize a new instance of the class Projects class.
|
|
36
|
+
* @param client Reference to the service client
|
|
25
37
|
*/
|
|
26
|
-
constructor(client:
|
|
38
|
+
constructor(client: VisualStudioResourceProviderClient) {
|
|
27
39
|
this.client = client;
|
|
28
40
|
}
|
|
29
41
|
|
|
30
42
|
/**
|
|
31
43
|
* Gets all Visual Studio Team Services project resources created in the specified Team Services
|
|
32
44
|
* account.
|
|
33
|
-
* @summary Projects_ListByResourceGroup
|
|
34
45
|
* @param resourceGroupName Name of the resource group within the Azure subscription.
|
|
35
46
|
* @param rootResourceName Name of the Team Services account.
|
|
36
|
-
* @param
|
|
37
|
-
* @returns Promise<Models.ProjectsListByResourceGroupResponse>
|
|
47
|
+
* @param options The options parameters.
|
|
38
48
|
*/
|
|
39
|
-
listByResourceGroup(
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
*/
|
|
45
|
-
listByResourceGroup(resourceGroupName: string, rootResourceName: string, callback: msRest.ServiceCallback<Models.ProjectResourceListResult>): void;
|
|
46
|
-
/**
|
|
47
|
-
* @param resourceGroupName Name of the resource group within the Azure subscription.
|
|
48
|
-
* @param rootResourceName Name of the Team Services account.
|
|
49
|
-
* @param options The optional parameters
|
|
50
|
-
* @param callback The callback
|
|
51
|
-
*/
|
|
52
|
-
listByResourceGroup(resourceGroupName: string, rootResourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ProjectResourceListResult>): void;
|
|
53
|
-
listByResourceGroup(resourceGroupName: string, rootResourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ProjectResourceListResult>, callback?: msRest.ServiceCallback<Models.ProjectResourceListResult>): Promise<Models.ProjectsListByResourceGroupResponse> {
|
|
49
|
+
listByResourceGroup(
|
|
50
|
+
resourceGroupName: string,
|
|
51
|
+
rootResourceName: string,
|
|
52
|
+
options?: ProjectsListByResourceGroupOptionalParams
|
|
53
|
+
): Promise<ProjectsListByResourceGroupResponse> {
|
|
54
54
|
return this.client.sendOperationRequest(
|
|
55
|
-
{
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
options
|
|
59
|
-
},
|
|
60
|
-
listByResourceGroupOperationSpec,
|
|
61
|
-
callback) as Promise<Models.ProjectsListByResourceGroupResponse>;
|
|
55
|
+
{ resourceGroupName, rootResourceName, options },
|
|
56
|
+
listByResourceGroupOperationSpec
|
|
57
|
+
);
|
|
62
58
|
}
|
|
63
59
|
|
|
64
60
|
/**
|
|
65
|
-
* Creates a Team Services project in the collection with the specified name.
|
|
66
|
-
*
|
|
67
|
-
*
|
|
61
|
+
* Creates a Team Services project in the collection with the specified name. 'VersionControlOption'
|
|
62
|
+
* and 'ProcessTemplateId' must be specified in the resource properties. Valid values for
|
|
63
|
+
* VersionControlOption: Git, Tfvc. Valid values for ProcessTemplateId:
|
|
68
64
|
* 6B724908-EF14-45CF-84F8-768B5384DA45, ADCC42AB-9882-485E-A3ED-7678F01F66BC,
|
|
69
65
|
* 27450541-8E31-4150-9947-DC59F998FC01 (these IDs correspond to Scrum, Agile, and CMMI process
|
|
70
66
|
* templates).
|
|
71
|
-
* @summary Projects_Create
|
|
72
|
-
* @param body The request data.
|
|
73
67
|
* @param resourceGroupName Name of the resource group within the Azure subscription.
|
|
74
68
|
* @param rootResourceName Name of the Team Services account.
|
|
75
69
|
* @param resourceName Name of the Team Services project.
|
|
76
|
-
* @param
|
|
77
|
-
* @
|
|
70
|
+
* @param body The request data.
|
|
71
|
+
* @param options The options parameters.
|
|
78
72
|
*/
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
73
|
+
async beginCreate(
|
|
74
|
+
resourceGroupName: string,
|
|
75
|
+
rootResourceName: string,
|
|
76
|
+
resourceName: string,
|
|
77
|
+
body: ProjectResource,
|
|
78
|
+
options?: ProjectsCreateOptionalParams
|
|
79
|
+
): Promise<
|
|
80
|
+
PollerLike<
|
|
81
|
+
PollOperationState<ProjectsCreateResponse>,
|
|
82
|
+
ProjectsCreateResponse
|
|
83
|
+
>
|
|
84
|
+
> {
|
|
85
|
+
const directSendOperation = async (
|
|
86
|
+
args: coreClient.OperationArguments,
|
|
87
|
+
spec: coreClient.OperationSpec
|
|
88
|
+
): Promise<ProjectsCreateResponse> => {
|
|
89
|
+
return this.client.sendOperationRequest(args, spec);
|
|
90
|
+
};
|
|
91
|
+
const sendOperation = async (
|
|
92
|
+
args: coreClient.OperationArguments,
|
|
93
|
+
spec: coreClient.OperationSpec
|
|
94
|
+
) => {
|
|
95
|
+
let currentRawResponse:
|
|
96
|
+
| coreClient.FullOperationResponse
|
|
97
|
+
| undefined = undefined;
|
|
98
|
+
const providedCallback = args.options?.onResponse;
|
|
99
|
+
const callback: coreClient.RawResponseCallback = (
|
|
100
|
+
rawResponse: coreClient.FullOperationResponse,
|
|
101
|
+
flatResponse: unknown
|
|
102
|
+
) => {
|
|
103
|
+
currentRawResponse = rawResponse;
|
|
104
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
105
|
+
};
|
|
106
|
+
const updatedArgs = {
|
|
107
|
+
...args,
|
|
108
|
+
options: {
|
|
109
|
+
...args.options,
|
|
110
|
+
onResponse: callback
|
|
111
|
+
}
|
|
112
|
+
};
|
|
113
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
114
|
+
return {
|
|
115
|
+
flatResponse,
|
|
116
|
+
rawResponse: {
|
|
117
|
+
statusCode: currentRawResponse!.status,
|
|
118
|
+
body: currentRawResponse!.parsedBody,
|
|
119
|
+
headers: currentRawResponse!.headers.toJSON()
|
|
120
|
+
}
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
|
|
124
|
+
const lro = new LroImpl(
|
|
125
|
+
sendOperation,
|
|
126
|
+
{ resourceGroupName, rootResourceName, resourceName, body, options },
|
|
127
|
+
createOperationSpec
|
|
128
|
+
);
|
|
129
|
+
return new LroEngine(lro, {
|
|
130
|
+
resumeFrom: options?.resumeFrom,
|
|
131
|
+
intervalInMs: options?.updateIntervalInMs
|
|
132
|
+
});
|
|
82
133
|
}
|
|
83
134
|
|
|
84
135
|
/**
|
|
85
|
-
*
|
|
86
|
-
*
|
|
87
|
-
*
|
|
88
|
-
*
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
* @returns Promise<Models.ProjectsGetResponse>
|
|
92
|
-
*/
|
|
93
|
-
get(resourceGroupName: string, rootResourceName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ProjectsGetResponse>;
|
|
94
|
-
/**
|
|
136
|
+
* Creates a Team Services project in the collection with the specified name. 'VersionControlOption'
|
|
137
|
+
* and 'ProcessTemplateId' must be specified in the resource properties. Valid values for
|
|
138
|
+
* VersionControlOption: Git, Tfvc. Valid values for ProcessTemplateId:
|
|
139
|
+
* 6B724908-EF14-45CF-84F8-768B5384DA45, ADCC42AB-9882-485E-A3ED-7678F01F66BC,
|
|
140
|
+
* 27450541-8E31-4150-9947-DC59F998FC01 (these IDs correspond to Scrum, Agile, and CMMI process
|
|
141
|
+
* templates).
|
|
95
142
|
* @param resourceGroupName Name of the resource group within the Azure subscription.
|
|
96
143
|
* @param rootResourceName Name of the Team Services account.
|
|
97
144
|
* @param resourceName Name of the Team Services project.
|
|
98
|
-
* @param
|
|
145
|
+
* @param body The request data.
|
|
146
|
+
* @param options The options parameters.
|
|
99
147
|
*/
|
|
100
|
-
|
|
148
|
+
async beginCreateAndWait(
|
|
149
|
+
resourceGroupName: string,
|
|
150
|
+
rootResourceName: string,
|
|
151
|
+
resourceName: string,
|
|
152
|
+
body: ProjectResource,
|
|
153
|
+
options?: ProjectsCreateOptionalParams
|
|
154
|
+
): Promise<ProjectsCreateResponse> {
|
|
155
|
+
const poller = await this.beginCreate(
|
|
156
|
+
resourceGroupName,
|
|
157
|
+
rootResourceName,
|
|
158
|
+
resourceName,
|
|
159
|
+
body,
|
|
160
|
+
options
|
|
161
|
+
);
|
|
162
|
+
return poller.pollUntilDone();
|
|
163
|
+
}
|
|
164
|
+
|
|
101
165
|
/**
|
|
166
|
+
* Gets the details of a Team Services project resource.
|
|
102
167
|
* @param resourceGroupName Name of the resource group within the Azure subscription.
|
|
103
168
|
* @param rootResourceName Name of the Team Services account.
|
|
104
169
|
* @param resourceName Name of the Team Services project.
|
|
105
|
-
* @param options The
|
|
106
|
-
* @param callback The callback
|
|
170
|
+
* @param options The options parameters.
|
|
107
171
|
*/
|
|
108
|
-
get(
|
|
109
|
-
|
|
172
|
+
get(
|
|
173
|
+
resourceGroupName: string,
|
|
174
|
+
rootResourceName: string,
|
|
175
|
+
resourceName: string,
|
|
176
|
+
options?: ProjectsGetOptionalParams
|
|
177
|
+
): Promise<ProjectsGetResponse> {
|
|
110
178
|
return this.client.sendOperationRequest(
|
|
111
|
-
{
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
resourceName,
|
|
115
|
-
options
|
|
116
|
-
},
|
|
117
|
-
getOperationSpec,
|
|
118
|
-
callback) as Promise<Models.ProjectsGetResponse>;
|
|
179
|
+
{ resourceGroupName, rootResourceName, resourceName, options },
|
|
180
|
+
getOperationSpec
|
|
181
|
+
);
|
|
119
182
|
}
|
|
120
183
|
|
|
121
184
|
/**
|
|
122
185
|
* Updates the tags of the specified Team Services project.
|
|
123
|
-
* @summary Projects_Update
|
|
124
186
|
* @param resourceGroupName Name of the resource group within the Azure subscription.
|
|
125
|
-
* @param body The request data.
|
|
126
187
|
* @param rootResourceName Name of the Team Services account.
|
|
127
188
|
* @param resourceName Name of the Team Services project.
|
|
128
|
-
* @param [options] The optional parameters
|
|
129
|
-
* @returns Promise<Models.ProjectsUpdateResponse>
|
|
130
|
-
*/
|
|
131
|
-
update(resourceGroupName: string, body: Models.ProjectResource, rootResourceName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ProjectsUpdateResponse>;
|
|
132
|
-
/**
|
|
133
|
-
* @param resourceGroupName Name of the resource group within the Azure subscription.
|
|
134
189
|
* @param body The request data.
|
|
135
|
-
* @param
|
|
136
|
-
* @param resourceName Name of the Team Services project.
|
|
137
|
-
* @param callback The callback
|
|
190
|
+
* @param options The options parameters.
|
|
138
191
|
*/
|
|
139
|
-
update(
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
* @param callback The callback
|
|
147
|
-
*/
|
|
148
|
-
update(resourceGroupName: string, body: Models.ProjectResource, rootResourceName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ProjectResource>): void;
|
|
149
|
-
update(resourceGroupName: string, body: Models.ProjectResource, rootResourceName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ProjectResource>, callback?: msRest.ServiceCallback<Models.ProjectResource>): Promise<Models.ProjectsUpdateResponse> {
|
|
192
|
+
update(
|
|
193
|
+
resourceGroupName: string,
|
|
194
|
+
rootResourceName: string,
|
|
195
|
+
resourceName: string,
|
|
196
|
+
body: ProjectResource,
|
|
197
|
+
options?: ProjectsUpdateOptionalParams
|
|
198
|
+
): Promise<ProjectsUpdateResponse> {
|
|
150
199
|
return this.client.sendOperationRequest(
|
|
151
|
-
{
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
rootResourceName,
|
|
155
|
-
resourceName,
|
|
156
|
-
options
|
|
157
|
-
},
|
|
158
|
-
updateOperationSpec,
|
|
159
|
-
callback) as Promise<Models.ProjectsUpdateResponse>;
|
|
200
|
+
{ resourceGroupName, rootResourceName, resourceName, body, options },
|
|
201
|
+
updateOperationSpec
|
|
202
|
+
);
|
|
160
203
|
}
|
|
161
204
|
|
|
162
205
|
/**
|
|
163
206
|
* Gets the status of the project resource creation job.
|
|
164
|
-
* @summary Projects_GetJobStatus
|
|
165
207
|
* @param resourceGroupName Name of the resource group within the Azure subscription.
|
|
166
208
|
* @param rootResourceName Name of the Team Services account.
|
|
167
209
|
* @param resourceName Name of the Team Services project.
|
|
168
210
|
* @param subContainerName This parameter should be set to the resourceName.
|
|
169
211
|
* @param operation The operation type. The only supported value is 'put'.
|
|
170
|
-
* @param
|
|
171
|
-
* @returns Promise<Models.ProjectsGetJobStatusResponse>
|
|
212
|
+
* @param options The options parameters.
|
|
172
213
|
*/
|
|
173
|
-
getJobStatus(
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
*/
|
|
182
|
-
getJobStatus(resourceGroupName: string, rootResourceName: string, resourceName: string, subContainerName: string, operation: string, callback: msRest.ServiceCallback<Models.ProjectResource>): void;
|
|
183
|
-
/**
|
|
184
|
-
* @param resourceGroupName Name of the resource group within the Azure subscription.
|
|
185
|
-
* @param rootResourceName Name of the Team Services account.
|
|
186
|
-
* @param resourceName Name of the Team Services project.
|
|
187
|
-
* @param subContainerName This parameter should be set to the resourceName.
|
|
188
|
-
* @param operation The operation type. The only supported value is 'put'.
|
|
189
|
-
* @param options The optional parameters
|
|
190
|
-
* @param callback The callback
|
|
191
|
-
*/
|
|
192
|
-
getJobStatus(resourceGroupName: string, rootResourceName: string, resourceName: string, subContainerName: string, operation: string, options: Models.ProjectsGetJobStatusOptionalParams, callback: msRest.ServiceCallback<Models.ProjectResource>): void;
|
|
193
|
-
getJobStatus(resourceGroupName: string, rootResourceName: string, resourceName: string, subContainerName: string, operation: string, options?: Models.ProjectsGetJobStatusOptionalParams | msRest.ServiceCallback<Models.ProjectResource>, callback?: msRest.ServiceCallback<Models.ProjectResource>): Promise<Models.ProjectsGetJobStatusResponse> {
|
|
214
|
+
getJobStatus(
|
|
215
|
+
resourceGroupName: string,
|
|
216
|
+
rootResourceName: string,
|
|
217
|
+
resourceName: string,
|
|
218
|
+
subContainerName: string,
|
|
219
|
+
operation: string,
|
|
220
|
+
options?: ProjectsGetJobStatusOptionalParams
|
|
221
|
+
): Promise<ProjectsGetJobStatusResponse> {
|
|
194
222
|
return this.client.sendOperationRequest(
|
|
195
223
|
{
|
|
196
224
|
resourceGroupName,
|
|
@@ -200,187 +228,129 @@ export class Projects {
|
|
|
200
228
|
operation,
|
|
201
229
|
options
|
|
202
230
|
},
|
|
203
|
-
getJobStatusOperationSpec
|
|
204
|
-
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
/**
|
|
208
|
-
* Creates a Team Services project in the collection with the specified name.
|
|
209
|
-
* 'VersionControlOption' and 'ProcessTemplateId' must be specified in the resource properties.
|
|
210
|
-
* Valid values for VersionControlOption: Git, Tfvc. Valid values for ProcessTemplateId:
|
|
211
|
-
* 6B724908-EF14-45CF-84F8-768B5384DA45, ADCC42AB-9882-485E-A3ED-7678F01F66BC,
|
|
212
|
-
* 27450541-8E31-4150-9947-DC59F998FC01 (these IDs correspond to Scrum, Agile, and CMMI process
|
|
213
|
-
* templates).
|
|
214
|
-
* @summary Projects_Create
|
|
215
|
-
* @param body The request data.
|
|
216
|
-
* @param resourceGroupName Name of the resource group within the Azure subscription.
|
|
217
|
-
* @param rootResourceName Name of the Team Services account.
|
|
218
|
-
* @param resourceName Name of the Team Services project.
|
|
219
|
-
* @param [options] The optional parameters
|
|
220
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
221
|
-
*/
|
|
222
|
-
beginCreate(body: Models.ProjectResource, resourceGroupName: string, rootResourceName: string, resourceName: string, options?: Models.ProjectsBeginCreateOptionalParams): Promise<msRestAzure.LROPoller> {
|
|
223
|
-
return this.client.sendLRORequest(
|
|
224
|
-
{
|
|
225
|
-
body,
|
|
226
|
-
resourceGroupName,
|
|
227
|
-
rootResourceName,
|
|
228
|
-
resourceName,
|
|
229
|
-
options
|
|
230
|
-
},
|
|
231
|
-
beginCreateOperationSpec,
|
|
232
|
-
options);
|
|
231
|
+
getJobStatusOperationSpec
|
|
232
|
+
);
|
|
233
233
|
}
|
|
234
234
|
}
|
|
235
|
-
|
|
236
235
|
// Operation Specifications
|
|
237
|
-
const serializer =
|
|
238
|
-
|
|
236
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
237
|
+
|
|
238
|
+
const listByResourceGroupOperationSpec: coreClient.OperationSpec = {
|
|
239
|
+
path:
|
|
240
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project",
|
|
239
241
|
httpMethod: "GET",
|
|
240
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project",
|
|
241
|
-
urlParameters: [
|
|
242
|
-
Parameters.resourceGroupName,
|
|
243
|
-
Parameters.subscriptionId,
|
|
244
|
-
Parameters.rootResourceName
|
|
245
|
-
],
|
|
246
|
-
queryParameters: [
|
|
247
|
-
Parameters.apiVersion
|
|
248
|
-
],
|
|
249
|
-
headerParameters: [
|
|
250
|
-
Parameters.acceptLanguage
|
|
251
|
-
],
|
|
252
242
|
responses: {
|
|
253
243
|
200: {
|
|
254
244
|
bodyMapper: Mappers.ProjectResourceListResult
|
|
255
|
-
},
|
|
256
|
-
default: {
|
|
257
|
-
bodyMapper: Mappers.CloudError
|
|
258
245
|
}
|
|
259
246
|
},
|
|
260
|
-
|
|
261
|
-
};
|
|
262
|
-
|
|
263
|
-
const getOperationSpec: msRest.OperationSpec = {
|
|
264
|
-
httpMethod: "GET",
|
|
265
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project/{resourceName}",
|
|
247
|
+
queryParameters: [Parameters.apiVersion],
|
|
266
248
|
urlParameters: [
|
|
267
|
-
Parameters
|
|
249
|
+
Parameters.$host,
|
|
268
250
|
Parameters.subscriptionId,
|
|
269
|
-
Parameters.
|
|
270
|
-
Parameters.
|
|
271
|
-
],
|
|
272
|
-
queryParameters: [
|
|
273
|
-
Parameters.apiVersion
|
|
274
|
-
],
|
|
275
|
-
headerParameters: [
|
|
276
|
-
Parameters.acceptLanguage
|
|
251
|
+
Parameters.resourceGroupName,
|
|
252
|
+
Parameters.rootResourceName
|
|
277
253
|
],
|
|
254
|
+
headerParameters: [Parameters.accept],
|
|
255
|
+
serializer
|
|
256
|
+
};
|
|
257
|
+
const createOperationSpec: coreClient.OperationSpec = {
|
|
258
|
+
path:
|
|
259
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project/{resourceName}",
|
|
260
|
+
httpMethod: "PUT",
|
|
278
261
|
responses: {
|
|
279
262
|
200: {
|
|
280
263
|
bodyMapper: Mappers.ProjectResource
|
|
281
264
|
},
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
265
|
+
201: {
|
|
266
|
+
bodyMapper: Mappers.ProjectResource
|
|
267
|
+
},
|
|
268
|
+
202: {
|
|
269
|
+
bodyMapper: Mappers.ProjectResource
|
|
270
|
+
},
|
|
271
|
+
204: {
|
|
272
|
+
bodyMapper: Mappers.ProjectResource
|
|
285
273
|
}
|
|
286
274
|
},
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
const updateOperationSpec: msRest.OperationSpec = {
|
|
291
|
-
httpMethod: "PATCH",
|
|
292
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project/{resourceName}",
|
|
275
|
+
requestBody: Parameters.body4,
|
|
276
|
+
queryParameters: [Parameters.apiVersion, Parameters.validating],
|
|
293
277
|
urlParameters: [
|
|
294
|
-
Parameters
|
|
278
|
+
Parameters.$host,
|
|
295
279
|
Parameters.subscriptionId,
|
|
296
|
-
Parameters.
|
|
297
|
-
Parameters.resourceName
|
|
298
|
-
|
|
299
|
-
queryParameters: [
|
|
300
|
-
Parameters.apiVersion
|
|
301
|
-
],
|
|
302
|
-
headerParameters: [
|
|
303
|
-
Parameters.acceptLanguage
|
|
280
|
+
Parameters.resourceGroupName,
|
|
281
|
+
Parameters.resourceName,
|
|
282
|
+
Parameters.rootResourceName
|
|
304
283
|
],
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
284
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
285
|
+
mediaType: "json",
|
|
286
|
+
serializer
|
|
287
|
+
};
|
|
288
|
+
const getOperationSpec: coreClient.OperationSpec = {
|
|
289
|
+
path:
|
|
290
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project/{resourceName}",
|
|
291
|
+
httpMethod: "GET",
|
|
312
292
|
responses: {
|
|
313
293
|
200: {
|
|
314
294
|
bodyMapper: Mappers.ProjectResource
|
|
315
295
|
},
|
|
316
|
-
|
|
317
|
-
bodyMapper: Mappers.CloudError
|
|
318
|
-
}
|
|
296
|
+
404: {}
|
|
319
297
|
},
|
|
320
|
-
|
|
321
|
-
};
|
|
322
|
-
|
|
323
|
-
const getJobStatusOperationSpec: msRest.OperationSpec = {
|
|
324
|
-
httpMethod: "GET",
|
|
325
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project/{resourceName}/subContainers/{subContainerName}/status",
|
|
298
|
+
queryParameters: [Parameters.apiVersion],
|
|
326
299
|
urlParameters: [
|
|
327
|
-
Parameters
|
|
300
|
+
Parameters.$host,
|
|
328
301
|
Parameters.subscriptionId,
|
|
329
|
-
Parameters.
|
|
302
|
+
Parameters.resourceGroupName,
|
|
330
303
|
Parameters.resourceName,
|
|
331
|
-
Parameters.
|
|
332
|
-
],
|
|
333
|
-
queryParameters: [
|
|
334
|
-
Parameters.apiVersion,
|
|
335
|
-
Parameters.operation,
|
|
336
|
-
Parameters.jobId
|
|
337
|
-
],
|
|
338
|
-
headerParameters: [
|
|
339
|
-
Parameters.acceptLanguage
|
|
304
|
+
Parameters.rootResourceName
|
|
340
305
|
],
|
|
306
|
+
headerParameters: [Parameters.accept],
|
|
307
|
+
serializer
|
|
308
|
+
};
|
|
309
|
+
const updateOperationSpec: coreClient.OperationSpec = {
|
|
310
|
+
path:
|
|
311
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project/{resourceName}",
|
|
312
|
+
httpMethod: "PATCH",
|
|
341
313
|
responses: {
|
|
342
314
|
200: {
|
|
343
315
|
bodyMapper: Mappers.ProjectResource
|
|
344
|
-
},
|
|
345
|
-
202: {},
|
|
346
|
-
default: {
|
|
347
|
-
bodyMapper: Mappers.CloudError
|
|
348
316
|
}
|
|
349
317
|
},
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
const beginCreateOperationSpec: msRest.OperationSpec = {
|
|
354
|
-
httpMethod: "PUT",
|
|
355
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project/{resourceName}",
|
|
318
|
+
requestBody: Parameters.body4,
|
|
319
|
+
queryParameters: [Parameters.apiVersion],
|
|
356
320
|
urlParameters: [
|
|
357
|
-
Parameters
|
|
321
|
+
Parameters.$host,
|
|
358
322
|
Parameters.subscriptionId,
|
|
359
|
-
Parameters.
|
|
360
|
-
Parameters.resourceName
|
|
361
|
-
|
|
362
|
-
queryParameters: [
|
|
363
|
-
Parameters.apiVersion,
|
|
364
|
-
Parameters.validating
|
|
365
|
-
],
|
|
366
|
-
headerParameters: [
|
|
367
|
-
Parameters.acceptLanguage
|
|
323
|
+
Parameters.resourceGroupName,
|
|
324
|
+
Parameters.resourceName,
|
|
325
|
+
Parameters.rootResourceName
|
|
368
326
|
],
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
327
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
328
|
+
mediaType: "json",
|
|
329
|
+
serializer
|
|
330
|
+
};
|
|
331
|
+
const getJobStatusOperationSpec: coreClient.OperationSpec = {
|
|
332
|
+
path:
|
|
333
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project/{resourceName}/subContainers/{subContainerName}/status",
|
|
334
|
+
httpMethod: "GET",
|
|
376
335
|
responses: {
|
|
377
336
|
200: {
|
|
378
337
|
bodyMapper: Mappers.ProjectResource
|
|
379
338
|
},
|
|
380
|
-
202: {}
|
|
381
|
-
default: {
|
|
382
|
-
bodyMapper: Mappers.CloudError
|
|
383
|
-
}
|
|
339
|
+
202: {}
|
|
384
340
|
},
|
|
341
|
+
queryParameters: [
|
|
342
|
+
Parameters.apiVersion,
|
|
343
|
+
Parameters.operation,
|
|
344
|
+
Parameters.jobId
|
|
345
|
+
],
|
|
346
|
+
urlParameters: [
|
|
347
|
+
Parameters.$host,
|
|
348
|
+
Parameters.subscriptionId,
|
|
349
|
+
Parameters.resourceGroupName,
|
|
350
|
+
Parameters.resourceName,
|
|
351
|
+
Parameters.rootResourceName,
|
|
352
|
+
Parameters.subContainerName
|
|
353
|
+
],
|
|
354
|
+
headerParameters: [Parameters.accept],
|
|
385
355
|
serializer
|
|
386
356
|
};
|