@azure/arm-containerregistry 11.0.0 → 12.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/README.md +1 -1
- package/dist/browser/containerRegistryManagementClient.js +1 -1
- package/dist/browser/containerRegistryManagementClient.js.map +1 -1
- package/dist/browser/models/index.d.ts +158 -192
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +16 -15
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +280 -319
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +1 -2
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +5 -18
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/agentPools.d.ts +37 -37
- package/dist/browser/operations/agentPools.d.ts.map +1 -1
- package/dist/browser/operations/agentPools.js +101 -90
- package/dist/browser/operations/agentPools.js.map +1 -1
- package/dist/browser/operations/registries.d.ts +7 -15
- package/dist/browser/operations/registries.d.ts.map +1 -1
- package/dist/browser/operations/registries.js +22 -79
- package/dist/browser/operations/registries.js.map +1 -1
- package/dist/browser/operations/runs.d.ts +18 -36
- package/dist/browser/operations/runs.d.ts.map +1 -1
- package/dist/browser/operations/runs.js +39 -156
- package/dist/browser/operations/runs.js.map +1 -1
- package/dist/browser/operations/taskRuns.d.ts +31 -39
- package/dist/browser/operations/taskRuns.d.ts.map +1 -1
- package/dist/browser/operations/taskRuns.js +79 -127
- package/dist/browser/operations/taskRuns.js.map +1 -1
- package/dist/browser/operations/tasks.d.ts +21 -48
- package/dist/browser/operations/tasks.d.ts.map +1 -1
- package/dist/browser/operations/tasks.js +62 -227
- package/dist/browser/operations/tasks.js.map +1 -1
- package/dist/browser/operationsInterfaces/agentPools.d.ts +29 -29
- package/dist/browser/operationsInterfaces/agentPools.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/agentPools.js.map +1 -1
- package/dist/browser/operationsInterfaces/registries.d.ts +7 -15
- package/dist/browser/operationsInterfaces/registries.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/registries.js.map +1 -1
- package/dist/browser/operationsInterfaces/runs.d.ts +14 -32
- package/dist/browser/operationsInterfaces/runs.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/runs.js.map +1 -1
- package/dist/browser/operationsInterfaces/taskRuns.d.ts +23 -31
- package/dist/browser/operationsInterfaces/taskRuns.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/taskRuns.js.map +1 -1
- package/dist/browser/operationsInterfaces/tasks.d.ts +17 -44
- package/dist/browser/operationsInterfaces/tasks.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/tasks.js.map +1 -1
- package/dist/commonjs/containerRegistryManagementClient.js +1 -1
- package/dist/commonjs/containerRegistryManagementClient.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +158 -192
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +16 -15
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +283 -322
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +1 -2
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +7 -20
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/agentPools.d.ts +37 -37
- package/dist/commonjs/operations/agentPools.d.ts.map +1 -1
- package/dist/commonjs/operations/agentPools.js +101 -90
- package/dist/commonjs/operations/agentPools.js.map +1 -1
- package/dist/commonjs/operations/registries.d.ts +7 -15
- package/dist/commonjs/operations/registries.d.ts.map +1 -1
- package/dist/commonjs/operations/registries.js +22 -79
- package/dist/commonjs/operations/registries.js.map +1 -1
- package/dist/commonjs/operations/runs.d.ts +18 -36
- package/dist/commonjs/operations/runs.d.ts.map +1 -1
- package/dist/commonjs/operations/runs.js +39 -156
- package/dist/commonjs/operations/runs.js.map +1 -1
- package/dist/commonjs/operations/taskRuns.d.ts +31 -39
- package/dist/commonjs/operations/taskRuns.d.ts.map +1 -1
- package/dist/commonjs/operations/taskRuns.js +79 -127
- package/dist/commonjs/operations/taskRuns.js.map +1 -1
- package/dist/commonjs/operations/tasks.d.ts +21 -48
- package/dist/commonjs/operations/tasks.d.ts.map +1 -1
- package/dist/commonjs/operations/tasks.js +62 -227
- package/dist/commonjs/operations/tasks.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/agentPools.d.ts +29 -29
- package/dist/commonjs/operationsInterfaces/agentPools.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/agentPools.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/registries.d.ts +7 -15
- package/dist/commonjs/operationsInterfaces/registries.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/registries.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/runs.d.ts +14 -32
- package/dist/commonjs/operationsInterfaces/runs.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/runs.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/taskRuns.d.ts +23 -31
- package/dist/commonjs/operationsInterfaces/taskRuns.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/taskRuns.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/tasks.d.ts +17 -44
- package/dist/commonjs/operationsInterfaces/tasks.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/tasks.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/containerRegistryManagementClient.js +1 -1
- package/dist/esm/containerRegistryManagementClient.js.map +1 -1
- package/dist/esm/models/index.d.ts +158 -192
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +16 -15
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +280 -319
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +1 -2
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +5 -18
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/agentPools.d.ts +37 -37
- package/dist/esm/operations/agentPools.d.ts.map +1 -1
- package/dist/esm/operations/agentPools.js +101 -90
- package/dist/esm/operations/agentPools.js.map +1 -1
- package/dist/esm/operations/registries.d.ts +7 -15
- package/dist/esm/operations/registries.d.ts.map +1 -1
- package/dist/esm/operations/registries.js +22 -79
- package/dist/esm/operations/registries.js.map +1 -1
- package/dist/esm/operations/runs.d.ts +18 -36
- package/dist/esm/operations/runs.d.ts.map +1 -1
- package/dist/esm/operations/runs.js +39 -156
- package/dist/esm/operations/runs.js.map +1 -1
- package/dist/esm/operations/taskRuns.d.ts +31 -39
- package/dist/esm/operations/taskRuns.d.ts.map +1 -1
- package/dist/esm/operations/taskRuns.js +79 -127
- package/dist/esm/operations/taskRuns.js.map +1 -1
- package/dist/esm/operations/tasks.d.ts +21 -48
- package/dist/esm/operations/tasks.d.ts.map +1 -1
- package/dist/esm/operations/tasks.js +62 -227
- package/dist/esm/operations/tasks.js.map +1 -1
- package/dist/esm/operationsInterfaces/agentPools.d.ts +29 -29
- package/dist/esm/operationsInterfaces/agentPools.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/agentPools.js.map +1 -1
- package/dist/esm/operationsInterfaces/registries.d.ts +7 -15
- package/dist/esm/operationsInterfaces/registries.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/registries.js.map +1 -1
- package/dist/esm/operationsInterfaces/runs.d.ts +14 -32
- package/dist/esm/operationsInterfaces/runs.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/runs.js.map +1 -1
- package/dist/esm/operationsInterfaces/taskRuns.d.ts +23 -31
- package/dist/esm/operationsInterfaces/taskRuns.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/taskRuns.js.map +1 -1
- package/dist/esm/operationsInterfaces/tasks.d.ts +17 -44
- package/dist/esm/operationsInterfaces/tasks.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/tasks.js.map +1 -1
- package/dist/react-native/containerRegistryManagementClient.js +1 -1
- package/dist/react-native/containerRegistryManagementClient.js.map +1 -1
- package/dist/react-native/models/index.d.ts +158 -192
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +16 -15
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +280 -319
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +1 -2
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +5 -18
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/agentPools.d.ts +37 -37
- package/dist/react-native/operations/agentPools.d.ts.map +1 -1
- package/dist/react-native/operations/agentPools.js +101 -90
- package/dist/react-native/operations/agentPools.js.map +1 -1
- package/dist/react-native/operations/registries.d.ts +7 -15
- package/dist/react-native/operations/registries.d.ts.map +1 -1
- package/dist/react-native/operations/registries.js +22 -79
- package/dist/react-native/operations/registries.js.map +1 -1
- package/dist/react-native/operations/runs.d.ts +18 -36
- package/dist/react-native/operations/runs.d.ts.map +1 -1
- package/dist/react-native/operations/runs.js +39 -156
- package/dist/react-native/operations/runs.js.map +1 -1
- package/dist/react-native/operations/taskRuns.d.ts +31 -39
- package/dist/react-native/operations/taskRuns.d.ts.map +1 -1
- package/dist/react-native/operations/taskRuns.js +79 -127
- package/dist/react-native/operations/taskRuns.js.map +1 -1
- package/dist/react-native/operations/tasks.d.ts +21 -48
- package/dist/react-native/operations/tasks.d.ts.map +1 -1
- package/dist/react-native/operations/tasks.js +62 -227
- package/dist/react-native/operations/tasks.js.map +1 -1
- package/dist/react-native/operationsInterfaces/agentPools.d.ts +29 -29
- package/dist/react-native/operationsInterfaces/agentPools.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/agentPools.js.map +1 -1
- package/dist/react-native/operationsInterfaces/registries.d.ts +7 -15
- package/dist/react-native/operationsInterfaces/registries.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/registries.js.map +1 -1
- package/dist/react-native/operationsInterfaces/runs.d.ts +14 -32
- package/dist/react-native/operationsInterfaces/runs.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/runs.js.map +1 -1
- package/dist/react-native/operationsInterfaces/taskRuns.d.ts +23 -31
- package/dist/react-native/operationsInterfaces/taskRuns.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/taskRuns.js.map +1 -1
- package/dist/react-native/operationsInterfaces/tasks.d.ts +17 -44
- package/dist/react-native/operationsInterfaces/tasks.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/tasks.js.map +1 -1
- package/package.json +17 -17
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
2
|
import type { Tasks } from "../operationsInterfaces/index.js";
|
|
3
3
|
import type { ContainerRegistryManagementClient } from "../containerRegistryManagementClient.js";
|
|
4
|
-
import type {
|
|
5
|
-
import type { Task, TasksListOptionalParams, TasksGetOptionalParams, TasksGetResponse, TasksCreateOptionalParams, TasksCreateResponse, TasksDeleteOptionalParams, TaskUpdateParameters, TasksUpdateOptionalParams, TasksUpdateResponse, TasksGetDetailsOptionalParams, TasksGetDetailsResponse } from "../models/index.js";
|
|
4
|
+
import type { Task, TasksListOptionalParams, TasksGetOptionalParams, TasksGetResponse, TasksCreateOptionalParams, TasksCreateResponse, TaskUpdateParameters, TasksUpdateOptionalParams, TasksUpdateResponse, TasksDeleteOptionalParams, TasksGetDetailsOptionalParams, TasksGetDetailsResponse } from "../models/index.js";
|
|
6
5
|
/** Class containing Tasks operations. */
|
|
7
6
|
export declare class TasksImpl implements Tasks {
|
|
8
7
|
private readonly client;
|
|
@@ -13,8 +12,8 @@ export declare class TasksImpl implements Tasks {
|
|
|
13
12
|
constructor(client: ContainerRegistryManagementClient);
|
|
14
13
|
/**
|
|
15
14
|
* Lists all the tasks for a specified container registry.
|
|
16
|
-
* @param resourceGroupName The name of the resource group
|
|
17
|
-
* @param registryName The name of the
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param registryName The name of the Registry
|
|
18
17
|
* @param options The options parameters.
|
|
19
18
|
*/
|
|
20
19
|
list(resourceGroupName: string, registryName: string, options?: TasksListOptionalParams): PagedAsyncIterableIterator<Task>;
|
|
@@ -22,83 +21,57 @@ export declare class TasksImpl implements Tasks {
|
|
|
22
21
|
private listPagingAll;
|
|
23
22
|
/**
|
|
24
23
|
* Lists all the tasks for a specified container registry.
|
|
25
|
-
* @param resourceGroupName The name of the resource group
|
|
26
|
-
* @param registryName The name of the
|
|
24
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
25
|
+
* @param registryName The name of the Registry
|
|
27
26
|
* @param options The options parameters.
|
|
28
27
|
*/
|
|
29
28
|
private _list;
|
|
30
29
|
/**
|
|
31
30
|
* Get the properties of a specified task.
|
|
32
|
-
* @param resourceGroupName The name of the resource group
|
|
33
|
-
* @param registryName The name of the
|
|
31
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
32
|
+
* @param registryName The name of the Registry
|
|
34
33
|
* @param taskName The name of the container registry task.
|
|
35
34
|
* @param options The options parameters.
|
|
36
35
|
*/
|
|
37
36
|
get(resourceGroupName: string, registryName: string, taskName: string, options?: TasksGetOptionalParams): Promise<TasksGetResponse>;
|
|
38
37
|
/**
|
|
39
38
|
* Creates a task for a container registry with the specified parameters.
|
|
40
|
-
* @param resourceGroupName The name of the resource group
|
|
41
|
-
* @param registryName The name of the
|
|
39
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
40
|
+
* @param registryName The name of the Registry
|
|
42
41
|
* @param taskName The name of the container registry task.
|
|
43
42
|
* @param taskCreateParameters The parameters for creating a task.
|
|
44
43
|
* @param options The options parameters.
|
|
45
44
|
*/
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* Creates a task for a container registry with the specified parameters.
|
|
49
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
50
|
-
* @param registryName The name of the container registry.
|
|
51
|
-
* @param taskName The name of the container registry task.
|
|
52
|
-
* @param taskCreateParameters The parameters for creating a task.
|
|
53
|
-
* @param options The options parameters.
|
|
54
|
-
*/
|
|
55
|
-
beginCreateAndWait(resourceGroupName: string, registryName: string, taskName: string, taskCreateParameters: Task, options?: TasksCreateOptionalParams): Promise<TasksCreateResponse>;
|
|
56
|
-
/**
|
|
57
|
-
* Deletes a specified task.
|
|
58
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
59
|
-
* @param registryName The name of the container registry.
|
|
60
|
-
* @param taskName The name of the container registry task.
|
|
61
|
-
* @param options The options parameters.
|
|
62
|
-
*/
|
|
63
|
-
beginDelete(resourceGroupName: string, registryName: string, taskName: string, options?: TasksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
64
|
-
/**
|
|
65
|
-
* Deletes a specified task.
|
|
66
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
67
|
-
* @param registryName The name of the container registry.
|
|
68
|
-
* @param taskName The name of the container registry task.
|
|
69
|
-
* @param options The options parameters.
|
|
70
|
-
*/
|
|
71
|
-
beginDeleteAndWait(resourceGroupName: string, registryName: string, taskName: string, options?: TasksDeleteOptionalParams): Promise<void>;
|
|
45
|
+
create(resourceGroupName: string, registryName: string, taskName: string, taskCreateParameters: Task, options?: TasksCreateOptionalParams): Promise<TasksCreateResponse>;
|
|
72
46
|
/**
|
|
73
47
|
* Updates a task with the specified parameters.
|
|
74
|
-
* @param resourceGroupName The name of the resource group
|
|
75
|
-
* @param registryName The name of the
|
|
48
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
49
|
+
* @param registryName The name of the Registry
|
|
76
50
|
* @param taskName The name of the container registry task.
|
|
77
51
|
* @param taskUpdateParameters The parameters for updating a task.
|
|
78
52
|
* @param options The options parameters.
|
|
79
53
|
*/
|
|
80
|
-
|
|
54
|
+
update(resourceGroupName: string, registryName: string, taskName: string, taskUpdateParameters: TaskUpdateParameters, options?: TasksUpdateOptionalParams): Promise<TasksUpdateResponse>;
|
|
81
55
|
/**
|
|
82
|
-
*
|
|
83
|
-
* @param resourceGroupName The name of the resource group
|
|
84
|
-
* @param registryName The name of the
|
|
56
|
+
* Deletes a specified task.
|
|
57
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
58
|
+
* @param registryName The name of the Registry
|
|
85
59
|
* @param taskName The name of the container registry task.
|
|
86
|
-
* @param taskUpdateParameters The parameters for updating a task.
|
|
87
60
|
* @param options The options parameters.
|
|
88
61
|
*/
|
|
89
|
-
|
|
62
|
+
delete(resourceGroupName: string, registryName: string, taskName: string, options?: TasksDeleteOptionalParams): Promise<void>;
|
|
90
63
|
/**
|
|
91
64
|
* Returns a task with extended information that includes all secrets.
|
|
92
|
-
* @param resourceGroupName The name of the resource group
|
|
93
|
-
* @param registryName The name of the
|
|
65
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
66
|
+
* @param registryName The name of the Registry
|
|
94
67
|
* @param taskName The name of the container registry task.
|
|
95
68
|
* @param options The options parameters.
|
|
96
69
|
*/
|
|
97
70
|
getDetails(resourceGroupName: string, registryName: string, taskName: string, options?: TasksGetDetailsOptionalParams): Promise<TasksGetDetailsResponse>;
|
|
98
71
|
/**
|
|
99
72
|
* ListNext
|
|
100
|
-
* @param resourceGroupName The name of the resource group
|
|
101
|
-
* @param registryName The name of the
|
|
73
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
74
|
+
* @param registryName The name of the Registry
|
|
102
75
|
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
103
76
|
* @param options The options parameters.
|
|
104
77
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tasks.d.ts","sourceRoot":"","sources":["../../../src/operations/tasks.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAEnF,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAC;AACjG,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"tasks.d.ts","sourceRoot":"","sources":["../../../src/operations/tasks.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAEnF,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAC;AACjG,OAAO,KAAK,EACV,IAAI,EAEJ,uBAAuB,EAEvB,sBAAsB,EACtB,gBAAgB,EAChB,yBAAyB,EACzB,mBAAmB,EACnB,oBAAoB,EACpB,yBAAyB,EACzB,mBAAmB,EACnB,yBAAyB,EACzB,6BAA6B,EAC7B,uBAAuB,EAExB,MAAM,oBAAoB,CAAC;AAG5B,yCAAyC;AACzC,qBAAa,SAAU,YAAW,KAAK;IACrC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAoC;IAE3D;;;OAGG;gBACS,MAAM,EAAE,iCAAiC;IAIrD;;;;;OAKG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,uBAAuB,GAChC,0BAA0B,CAAC,IAAI,CAAC;YAkBpB,cAAc;YAwBd,aAAa;IAU5B;;;;;OAKG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,sBAAsB,GAC/B,OAAO,CAAC,gBAAgB,CAAC;IAO5B;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,QAAQ,EAAE,MAAM,EAChB,oBAAoB,EAAE,IAAI,EAC1B,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC;IAa/B;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,QAAQ,EAAE,MAAM,EAChB,oBAAoB,EAAE,oBAAoB,EAC1C,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC;IAa/B;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;;OAMG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC;IAOnC;;;;;;OAMG;IACH,OAAO,CAAC,SAAS;CAWlB"}
|
|
@@ -8,8 +8,6 @@ const pagingHelper_js_1 = require("../pagingHelper.js");
|
|
|
8
8
|
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
9
9
|
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
10
10
|
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
11
|
-
const core_lro_1 = require("@azure/core-lro");
|
|
12
|
-
const lroImpl_js_1 = require("../lroImpl.js");
|
|
13
11
|
/// <reference lib="esnext.asynciterable" />
|
|
14
12
|
/** Class containing Tasks operations. */
|
|
15
13
|
class TasksImpl {
|
|
@@ -23,8 +21,8 @@ class TasksImpl {
|
|
|
23
21
|
}
|
|
24
22
|
/**
|
|
25
23
|
* Lists all the tasks for a specified container registry.
|
|
26
|
-
* @param resourceGroupName The name of the resource group
|
|
27
|
-
* @param registryName The name of the
|
|
24
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
25
|
+
* @param registryName The name of the Registry
|
|
28
26
|
* @param options The options parameters.
|
|
29
27
|
*/
|
|
30
28
|
list(resourceGroupName, registryName, options) {
|
|
@@ -69,8 +67,8 @@ class TasksImpl {
|
|
|
69
67
|
}
|
|
70
68
|
/**
|
|
71
69
|
* Lists all the tasks for a specified container registry.
|
|
72
|
-
* @param resourceGroupName The name of the resource group
|
|
73
|
-
* @param registryName The name of the
|
|
70
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
71
|
+
* @param registryName The name of the Registry
|
|
74
72
|
* @param options The options parameters.
|
|
75
73
|
*/
|
|
76
74
|
_list(resourceGroupName, registryName, options) {
|
|
@@ -78,8 +76,8 @@ class TasksImpl {
|
|
|
78
76
|
}
|
|
79
77
|
/**
|
|
80
78
|
* Get the properties of a specified task.
|
|
81
|
-
* @param resourceGroupName The name of the resource group
|
|
82
|
-
* @param registryName The name of the
|
|
79
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
80
|
+
* @param registryName The name of the Registry
|
|
83
81
|
* @param taskName The name of the container registry task.
|
|
84
82
|
* @param options The options parameters.
|
|
85
83
|
*/
|
|
@@ -88,198 +86,52 @@ class TasksImpl {
|
|
|
88
86
|
}
|
|
89
87
|
/**
|
|
90
88
|
* Creates a task for a container registry with the specified parameters.
|
|
91
|
-
* @param resourceGroupName The name of the resource group
|
|
92
|
-
* @param registryName The name of the
|
|
89
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
90
|
+
* @param registryName The name of the Registry
|
|
93
91
|
* @param taskName The name of the container registry task.
|
|
94
92
|
* @param taskCreateParameters The parameters for creating a task.
|
|
95
93
|
* @param options The options parameters.
|
|
96
94
|
*/
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
currentRawResponse = rawResponse;
|
|
106
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
107
|
-
};
|
|
108
|
-
const updatedArgs = {
|
|
109
|
-
...args,
|
|
110
|
-
options: {
|
|
111
|
-
...args.options,
|
|
112
|
-
onResponse: callback,
|
|
113
|
-
},
|
|
114
|
-
};
|
|
115
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
116
|
-
return {
|
|
117
|
-
flatResponse,
|
|
118
|
-
rawResponse: {
|
|
119
|
-
statusCode: currentRawResponse.status,
|
|
120
|
-
body: currentRawResponse.parsedBody,
|
|
121
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
122
|
-
},
|
|
123
|
-
};
|
|
124
|
-
};
|
|
125
|
-
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
126
|
-
sendOperationFn,
|
|
127
|
-
args: {
|
|
128
|
-
resourceGroupName,
|
|
129
|
-
registryName,
|
|
130
|
-
taskName,
|
|
131
|
-
taskCreateParameters,
|
|
132
|
-
options,
|
|
133
|
-
},
|
|
134
|
-
spec: createOperationSpec,
|
|
135
|
-
});
|
|
136
|
-
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
137
|
-
restoreFrom: options?.resumeFrom,
|
|
138
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
139
|
-
});
|
|
140
|
-
await poller.poll();
|
|
141
|
-
return poller;
|
|
142
|
-
}
|
|
143
|
-
/**
|
|
144
|
-
* Creates a task for a container registry with the specified parameters.
|
|
145
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
146
|
-
* @param registryName The name of the container registry.
|
|
147
|
-
* @param taskName The name of the container registry task.
|
|
148
|
-
* @param taskCreateParameters The parameters for creating a task.
|
|
149
|
-
* @param options The options parameters.
|
|
150
|
-
*/
|
|
151
|
-
async beginCreateAndWait(resourceGroupName, registryName, taskName, taskCreateParameters, options) {
|
|
152
|
-
const poller = await this.beginCreate(resourceGroupName, registryName, taskName, taskCreateParameters, options);
|
|
153
|
-
return poller.pollUntilDone();
|
|
154
|
-
}
|
|
155
|
-
/**
|
|
156
|
-
* Deletes a specified task.
|
|
157
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
158
|
-
* @param registryName The name of the container registry.
|
|
159
|
-
* @param taskName The name of the container registry task.
|
|
160
|
-
* @param options The options parameters.
|
|
161
|
-
*/
|
|
162
|
-
async beginDelete(resourceGroupName, registryName, taskName, options) {
|
|
163
|
-
const directSendOperation = async (args, spec) => {
|
|
164
|
-
return this.client.sendOperationRequest(args, spec);
|
|
165
|
-
};
|
|
166
|
-
const sendOperationFn = async (args, spec) => {
|
|
167
|
-
let currentRawResponse = undefined;
|
|
168
|
-
const providedCallback = args.options?.onResponse;
|
|
169
|
-
const callback = (rawResponse, flatResponse) => {
|
|
170
|
-
currentRawResponse = rawResponse;
|
|
171
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
172
|
-
};
|
|
173
|
-
const updatedArgs = {
|
|
174
|
-
...args,
|
|
175
|
-
options: {
|
|
176
|
-
...args.options,
|
|
177
|
-
onResponse: callback,
|
|
178
|
-
},
|
|
179
|
-
};
|
|
180
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
181
|
-
return {
|
|
182
|
-
flatResponse,
|
|
183
|
-
rawResponse: {
|
|
184
|
-
statusCode: currentRawResponse.status,
|
|
185
|
-
body: currentRawResponse.parsedBody,
|
|
186
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
187
|
-
},
|
|
188
|
-
};
|
|
189
|
-
};
|
|
190
|
-
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
191
|
-
sendOperationFn,
|
|
192
|
-
args: { resourceGroupName, registryName, taskName, options },
|
|
193
|
-
spec: deleteOperationSpec,
|
|
194
|
-
});
|
|
195
|
-
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
196
|
-
restoreFrom: options?.resumeFrom,
|
|
197
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
198
|
-
});
|
|
199
|
-
await poller.poll();
|
|
200
|
-
return poller;
|
|
201
|
-
}
|
|
202
|
-
/**
|
|
203
|
-
* Deletes a specified task.
|
|
204
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
|
205
|
-
* @param registryName The name of the container registry.
|
|
206
|
-
* @param taskName The name of the container registry task.
|
|
207
|
-
* @param options The options parameters.
|
|
208
|
-
*/
|
|
209
|
-
async beginDeleteAndWait(resourceGroupName, registryName, taskName, options) {
|
|
210
|
-
const poller = await this.beginDelete(resourceGroupName, registryName, taskName, options);
|
|
211
|
-
return poller.pollUntilDone();
|
|
95
|
+
create(resourceGroupName, registryName, taskName, taskCreateParameters, options) {
|
|
96
|
+
return this.client.sendOperationRequest({
|
|
97
|
+
resourceGroupName,
|
|
98
|
+
registryName,
|
|
99
|
+
taskName,
|
|
100
|
+
taskCreateParameters,
|
|
101
|
+
options,
|
|
102
|
+
}, createOperationSpec);
|
|
212
103
|
}
|
|
213
104
|
/**
|
|
214
105
|
* Updates a task with the specified parameters.
|
|
215
|
-
* @param resourceGroupName The name of the resource group
|
|
216
|
-
* @param registryName The name of the
|
|
106
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
107
|
+
* @param registryName The name of the Registry
|
|
217
108
|
* @param taskName The name of the container registry task.
|
|
218
109
|
* @param taskUpdateParameters The parameters for updating a task.
|
|
219
110
|
* @param options The options parameters.
|
|
220
111
|
*/
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
currentRawResponse = rawResponse;
|
|
230
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
231
|
-
};
|
|
232
|
-
const updatedArgs = {
|
|
233
|
-
...args,
|
|
234
|
-
options: {
|
|
235
|
-
...args.options,
|
|
236
|
-
onResponse: callback,
|
|
237
|
-
},
|
|
238
|
-
};
|
|
239
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
240
|
-
return {
|
|
241
|
-
flatResponse,
|
|
242
|
-
rawResponse: {
|
|
243
|
-
statusCode: currentRawResponse.status,
|
|
244
|
-
body: currentRawResponse.parsedBody,
|
|
245
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
246
|
-
},
|
|
247
|
-
};
|
|
248
|
-
};
|
|
249
|
-
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
250
|
-
sendOperationFn,
|
|
251
|
-
args: {
|
|
252
|
-
resourceGroupName,
|
|
253
|
-
registryName,
|
|
254
|
-
taskName,
|
|
255
|
-
taskUpdateParameters,
|
|
256
|
-
options,
|
|
257
|
-
},
|
|
258
|
-
spec: updateOperationSpec,
|
|
259
|
-
});
|
|
260
|
-
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
261
|
-
restoreFrom: options?.resumeFrom,
|
|
262
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
263
|
-
});
|
|
264
|
-
await poller.poll();
|
|
265
|
-
return poller;
|
|
112
|
+
update(resourceGroupName, registryName, taskName, taskUpdateParameters, options) {
|
|
113
|
+
return this.client.sendOperationRequest({
|
|
114
|
+
resourceGroupName,
|
|
115
|
+
registryName,
|
|
116
|
+
taskName,
|
|
117
|
+
taskUpdateParameters,
|
|
118
|
+
options,
|
|
119
|
+
}, updateOperationSpec);
|
|
266
120
|
}
|
|
267
121
|
/**
|
|
268
|
-
*
|
|
269
|
-
* @param resourceGroupName The name of the resource group
|
|
270
|
-
* @param registryName The name of the
|
|
122
|
+
* Deletes a specified task.
|
|
123
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
124
|
+
* @param registryName The name of the Registry
|
|
271
125
|
* @param taskName The name of the container registry task.
|
|
272
|
-
* @param taskUpdateParameters The parameters for updating a task.
|
|
273
126
|
* @param options The options parameters.
|
|
274
127
|
*/
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
return poller.pollUntilDone();
|
|
128
|
+
delete(resourceGroupName, registryName, taskName, options) {
|
|
129
|
+
return this.client.sendOperationRequest({ resourceGroupName, registryName, taskName, options }, deleteOperationSpec);
|
|
278
130
|
}
|
|
279
131
|
/**
|
|
280
132
|
* Returns a task with extended information that includes all secrets.
|
|
281
|
-
* @param resourceGroupName The name of the resource group
|
|
282
|
-
* @param registryName The name of the
|
|
133
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
134
|
+
* @param registryName The name of the Registry
|
|
283
135
|
* @param taskName The name of the container registry task.
|
|
284
136
|
* @param options The options parameters.
|
|
285
137
|
*/
|
|
@@ -288,8 +140,8 @@ class TasksImpl {
|
|
|
288
140
|
}
|
|
289
141
|
/**
|
|
290
142
|
* ListNext
|
|
291
|
-
* @param resourceGroupName The name of the resource group
|
|
292
|
-
* @param registryName The name of the
|
|
143
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
144
|
+
* @param registryName The name of the Registry
|
|
293
145
|
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
294
146
|
* @param options The options parameters.
|
|
295
147
|
*/
|
|
@@ -308,15 +160,15 @@ const listOperationSpec = {
|
|
|
308
160
|
bodyMapper: Mappers.TaskListResult,
|
|
309
161
|
},
|
|
310
162
|
default: {
|
|
311
|
-
bodyMapper: Mappers.
|
|
163
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
312
164
|
},
|
|
313
165
|
},
|
|
314
166
|
queryParameters: [Parameters.apiVersion1],
|
|
315
167
|
urlParameters: [
|
|
316
168
|
Parameters.$host,
|
|
317
169
|
Parameters.subscriptionId,
|
|
170
|
+
Parameters.resourceGroupName,
|
|
318
171
|
Parameters.registryName,
|
|
319
|
-
Parameters.resourceGroupName1,
|
|
320
172
|
],
|
|
321
173
|
headerParameters: [Parameters.accept],
|
|
322
174
|
serializer,
|
|
@@ -329,15 +181,15 @@ const getOperationSpec = {
|
|
|
329
181
|
bodyMapper: Mappers.Task,
|
|
330
182
|
},
|
|
331
183
|
default: {
|
|
332
|
-
bodyMapper: Mappers.
|
|
184
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
333
185
|
},
|
|
334
186
|
},
|
|
335
187
|
queryParameters: [Parameters.apiVersion1],
|
|
336
188
|
urlParameters: [
|
|
337
189
|
Parameters.$host,
|
|
338
190
|
Parameters.subscriptionId,
|
|
191
|
+
Parameters.resourceGroupName,
|
|
339
192
|
Parameters.registryName,
|
|
340
|
-
Parameters.resourceGroupName1,
|
|
341
193
|
Parameters.taskName,
|
|
342
194
|
],
|
|
343
195
|
headerParameters: [Parameters.accept],
|
|
@@ -353,14 +205,8 @@ const createOperationSpec = {
|
|
|
353
205
|
201: {
|
|
354
206
|
bodyMapper: Mappers.Task,
|
|
355
207
|
},
|
|
356
|
-
202: {
|
|
357
|
-
bodyMapper: Mappers.Task,
|
|
358
|
-
},
|
|
359
|
-
204: {
|
|
360
|
-
bodyMapper: Mappers.Task,
|
|
361
|
-
},
|
|
362
208
|
default: {
|
|
363
|
-
bodyMapper: Mappers.
|
|
209
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
364
210
|
},
|
|
365
211
|
},
|
|
366
212
|
requestBody: Parameters.taskCreateParameters,
|
|
@@ -368,68 +214,57 @@ const createOperationSpec = {
|
|
|
368
214
|
urlParameters: [
|
|
369
215
|
Parameters.$host,
|
|
370
216
|
Parameters.subscriptionId,
|
|
217
|
+
Parameters.resourceGroupName,
|
|
371
218
|
Parameters.registryName,
|
|
372
|
-
Parameters.resourceGroupName1,
|
|
373
219
|
Parameters.taskName,
|
|
374
220
|
],
|
|
375
221
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
376
222
|
mediaType: "json",
|
|
377
223
|
serializer,
|
|
378
224
|
};
|
|
379
|
-
const
|
|
225
|
+
const updateOperationSpec = {
|
|
380
226
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/tasks/{taskName}",
|
|
381
|
-
httpMethod: "
|
|
227
|
+
httpMethod: "PATCH",
|
|
382
228
|
responses: {
|
|
383
|
-
200: {
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
204: {},
|
|
229
|
+
200: {
|
|
230
|
+
bodyMapper: Mappers.Task,
|
|
231
|
+
},
|
|
387
232
|
default: {
|
|
388
|
-
bodyMapper: Mappers.
|
|
233
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
389
234
|
},
|
|
390
235
|
},
|
|
236
|
+
requestBody: Parameters.taskUpdateParameters,
|
|
391
237
|
queryParameters: [Parameters.apiVersion1],
|
|
392
238
|
urlParameters: [
|
|
393
239
|
Parameters.$host,
|
|
394
240
|
Parameters.subscriptionId,
|
|
241
|
+
Parameters.resourceGroupName,
|
|
395
242
|
Parameters.registryName,
|
|
396
|
-
Parameters.resourceGroupName1,
|
|
397
243
|
Parameters.taskName,
|
|
398
244
|
],
|
|
399
|
-
headerParameters: [Parameters.accept],
|
|
245
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
246
|
+
mediaType: "json",
|
|
400
247
|
serializer,
|
|
401
248
|
};
|
|
402
|
-
const
|
|
249
|
+
const deleteOperationSpec = {
|
|
403
250
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/tasks/{taskName}",
|
|
404
|
-
httpMethod: "
|
|
251
|
+
httpMethod: "DELETE",
|
|
405
252
|
responses: {
|
|
406
|
-
200: {
|
|
407
|
-
|
|
408
|
-
},
|
|
409
|
-
201: {
|
|
410
|
-
bodyMapper: Mappers.Task,
|
|
411
|
-
},
|
|
412
|
-
202: {
|
|
413
|
-
bodyMapper: Mappers.Task,
|
|
414
|
-
},
|
|
415
|
-
204: {
|
|
416
|
-
bodyMapper: Mappers.Task,
|
|
417
|
-
},
|
|
253
|
+
200: {},
|
|
254
|
+
204: {},
|
|
418
255
|
default: {
|
|
419
|
-
bodyMapper: Mappers.
|
|
256
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
420
257
|
},
|
|
421
258
|
},
|
|
422
|
-
requestBody: Parameters.taskUpdateParameters,
|
|
423
259
|
queryParameters: [Parameters.apiVersion1],
|
|
424
260
|
urlParameters: [
|
|
425
261
|
Parameters.$host,
|
|
426
262
|
Parameters.subscriptionId,
|
|
263
|
+
Parameters.resourceGroupName,
|
|
427
264
|
Parameters.registryName,
|
|
428
|
-
Parameters.resourceGroupName1,
|
|
429
265
|
Parameters.taskName,
|
|
430
266
|
],
|
|
431
|
-
headerParameters: [Parameters.accept
|
|
432
|
-
mediaType: "json",
|
|
267
|
+
headerParameters: [Parameters.accept],
|
|
433
268
|
serializer,
|
|
434
269
|
};
|
|
435
270
|
const getDetailsOperationSpec = {
|
|
@@ -440,15 +275,15 @@ const getDetailsOperationSpec = {
|
|
|
440
275
|
bodyMapper: Mappers.Task,
|
|
441
276
|
},
|
|
442
277
|
default: {
|
|
443
|
-
bodyMapper: Mappers.
|
|
278
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
444
279
|
},
|
|
445
280
|
},
|
|
446
281
|
queryParameters: [Parameters.apiVersion1],
|
|
447
282
|
urlParameters: [
|
|
448
283
|
Parameters.$host,
|
|
449
284
|
Parameters.subscriptionId,
|
|
285
|
+
Parameters.resourceGroupName,
|
|
450
286
|
Parameters.registryName,
|
|
451
|
-
Parameters.resourceGroupName1,
|
|
452
287
|
Parameters.taskName,
|
|
453
288
|
],
|
|
454
289
|
headerParameters: [Parameters.accept],
|
|
@@ -462,15 +297,15 @@ const listNextOperationSpec = {
|
|
|
462
297
|
bodyMapper: Mappers.TaskListResult,
|
|
463
298
|
},
|
|
464
299
|
default: {
|
|
465
|
-
bodyMapper: Mappers.
|
|
300
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
466
301
|
},
|
|
467
302
|
},
|
|
468
303
|
urlParameters: [
|
|
469
304
|
Parameters.$host,
|
|
470
305
|
Parameters.nextLink,
|
|
471
306
|
Parameters.subscriptionId,
|
|
307
|
+
Parameters.resourceGroupName,
|
|
472
308
|
Parameters.registryName,
|
|
473
|
-
Parameters.resourceGroupName1,
|
|
474
309
|
],
|
|
475
310
|
headerParameters: [Parameters.accept],
|
|
476
311
|
serializer,
|