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