@azure/arm-containerregistry 10.0.0-beta.1 → 10.0.0
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 +6 -20
- package/README.md +4 -0
- package/dist/index.js +3431 -7196
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/src/containerRegistryManagementClient.d.ts +5 -9
- package/dist-esm/src/containerRegistryManagementClient.d.ts.map +1 -1
- package/dist-esm/src/containerRegistryManagementClient.js +32 -10
- package/dist-esm/src/containerRegistryManagementClient.js.map +1 -1
- package/dist-esm/src/index.d.ts +0 -1
- package/dist-esm/src/index.d.ts.map +1 -1
- package/dist-esm/src/index.js +0 -1
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +200 -1116
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +32 -121
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +10 -50
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +320 -1560
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +6 -21
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +38 -158
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/agentPools.d.ts +2 -2
- package/dist-esm/src/operations/agentPools.d.ts.map +1 -1
- package/dist-esm/src/operations/agentPools.js +2 -2
- package/dist-esm/src/operations/agentPools.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +0 -6
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +0 -6
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/operations.d.ts +2 -2
- package/dist-esm/src/operations/operations.d.ts.map +1 -1
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +2 -2
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/registries.d.ts +11 -19
- package/dist-esm/src/operations/registries.d.ts.map +1 -1
- package/dist-esm/src/operations/registries.js +31 -84
- package/dist-esm/src/operations/registries.js.map +1 -1
- package/dist-esm/src/operations/replications.d.ts +2 -2
- package/dist-esm/src/operations/replications.d.ts.map +1 -1
- package/dist-esm/src/operations/replications.js +2 -2
- package/dist-esm/src/operations/replications.js.map +1 -1
- package/dist-esm/src/operations/runs.d.ts +2 -2
- package/dist-esm/src/operations/runs.d.ts.map +1 -1
- package/dist-esm/src/operations/runs.js +3 -3
- package/dist-esm/src/operations/runs.js.map +1 -1
- package/dist-esm/src/operations/taskRuns.d.ts +2 -2
- package/dist-esm/src/operations/taskRuns.d.ts.map +1 -1
- package/dist-esm/src/operations/taskRuns.js +2 -2
- package/dist-esm/src/operations/taskRuns.js.map +1 -1
- package/dist-esm/src/operations/tasks.d.ts +2 -2
- package/dist-esm/src/operations/tasks.d.ts.map +1 -1
- package/dist-esm/src/operations/tasks.js +2 -2
- package/dist-esm/src/operations/tasks.js.map +1 -1
- package/dist-esm/src/operations/webhooks.d.ts +2 -2
- package/dist-esm/src/operations/webhooks.d.ts.map +1 -1
- package/dist-esm/src/operations/webhooks.js +2 -2
- package/dist-esm/src/operations/webhooks.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -6
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/registries.d.ts +9 -17
- package/dist-esm/src/operationsInterfaces/registries.d.ts.map +1 -1
- package/dist-esm/test/containerregistry_examples.d.ts +3 -1
- package/dist-esm/test/containerregistry_examples.d.ts.map +1 -1
- package/dist-esm/test/containerregistry_examples.js +89 -146
- package/dist-esm/test/containerregistry_examples.js.map +1 -1
- package/package.json +5 -4
- package/review/arm-containerregistry.api.md +17 -815
- package/src/containerRegistryManagementClient.ts +44 -27
- package/src/index.ts +0 -1
- package/src/models/index.ts +323 -1385
- package/src/models/mappers.ts +1508 -2838
- package/src/models/parameters.ts +39 -184
- package/src/operations/agentPools.ts +5 -5
- package/src/operations/index.ts +0 -6
- package/src/operations/operations.ts +3 -3
- package/src/operations/privateEndpointConnections.ts +4 -4
- package/src/operations/registries.ts +45 -129
- package/src/operations/replications.ts +5 -5
- package/src/operations/runs.ts +6 -6
- package/src/operations/taskRuns.ts +5 -5
- package/src/operations/tasks.ts +5 -5
- package/src/operations/webhooks.ts +5 -5
- package/src/operationsInterfaces/index.ts +0 -6
- package/src/operationsInterfaces/registries.ts +15 -34
- package/types/arm-containerregistry.d.ts +135 -1592
- package/types/tsdoc-metadata.json +1 -1
- package/dist-esm/src/containerRegistryManagementClientContext.d.ts +0 -15
- package/dist-esm/src/containerRegistryManagementClientContext.d.ts.map +0 -1
- package/dist-esm/src/containerRegistryManagementClientContext.js +0 -48
- package/dist-esm/src/containerRegistryManagementClientContext.js.map +0 -1
- package/dist-esm/src/operations/connectedRegistries.d.ts +0 -115
- package/dist-esm/src/operations/connectedRegistries.d.ts.map +0 -1
- package/dist-esm/src/operations/connectedRegistries.js +0 -503
- package/dist-esm/src/operations/connectedRegistries.js.map +0 -1
- package/dist-esm/src/operations/exportPipelines.d.ts +0 -81
- package/dist-esm/src/operations/exportPipelines.d.ts.map +0 -1
- package/dist-esm/src/operations/exportPipelines.js +0 -316
- package/dist-esm/src/operations/exportPipelines.js.map +0 -1
- package/dist-esm/src/operations/importPipelines.d.ts +0 -81
- package/dist-esm/src/operations/importPipelines.d.ts.map +0 -1
- package/dist-esm/src/operations/importPipelines.js +0 -316
- package/dist-esm/src/operations/importPipelines.js.map +0 -1
- package/dist-esm/src/operations/pipelineRuns.d.ts +0 -81
- package/dist-esm/src/operations/pipelineRuns.d.ts.map +0 -1
- package/dist-esm/src/operations/pipelineRuns.js +0 -316
- package/dist-esm/src/operations/pipelineRuns.js.map +0 -1
- package/dist-esm/src/operations/scopeMaps.d.ts +0 -99
- package/dist-esm/src/operations/scopeMaps.d.ts.map +0 -1
- package/dist-esm/src/operations/scopeMaps.js +0 -405
- package/dist-esm/src/operations/scopeMaps.js.map +0 -1
- package/dist-esm/src/operations/tokens.d.ts +0 -99
- package/dist-esm/src/operations/tokens.d.ts.map +0 -1
- package/dist-esm/src/operations/tokens.js +0 -405
- package/dist-esm/src/operations/tokens.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts +0 -90
- package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectedRegistries.js +0 -9
- package/dist-esm/src/operationsInterfaces/connectedRegistries.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/exportPipelines.js +0 -9
- package/dist-esm/src/operationsInterfaces/exportPipelines.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/importPipelines.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/importPipelines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/importPipelines.js +0 -9
- package/dist-esm/src/operationsInterfaces/importPipelines.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/pipelineRuns.js +0 -9
- package/dist-esm/src/operationsInterfaces/pipelineRuns.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/scopeMaps.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/scopeMaps.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/scopeMaps.js +0 -9
- package/dist-esm/src/operationsInterfaces/scopeMaps.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/tokens.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/tokens.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/tokens.js +0 -9
- package/dist-esm/src/operationsInterfaces/tokens.js.map +0 -1
- package/src/containerRegistryManagementClientContext.ts +0 -68
- package/src/operations/connectedRegistries.ts +0 -718
- package/src/operations/exportPipelines.ts +0 -449
- package/src/operations/importPipelines.ts +0 -449
- package/src/operations/pipelineRuns.ts +0 -449
- package/src/operations/scopeMaps.ts +0 -584
- package/src/operations/tokens.ts +0 -578
- package/src/operationsInterfaces/connectedRegistries.ts +0 -174
- package/src/operationsInterfaces/exportPipelines.ts +0 -109
- package/src/operationsInterfaces/importPipelines.ts +0 -109
- package/src/operationsInterfaces/pipelineRuns.ts +0 -109
- package/src/operationsInterfaces/scopeMaps.ts +0 -147
- package/src/operationsInterfaces/tokens.ts +0 -141
@@ -23,33 +23,6 @@ export declare type Action = string;
|
|
23
23
|
*/
|
24
24
|
export declare type ActionsRequired = string;
|
25
25
|
|
26
|
-
/** The activation properties of the connected registry. */
|
27
|
-
export declare interface ActivationProperties {
|
28
|
-
/**
|
29
|
-
* The activation status of the connected registry.
|
30
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
31
|
-
*/
|
32
|
-
readonly status?: ActivationStatus;
|
33
|
-
}
|
34
|
-
|
35
|
-
/**
|
36
|
-
* Defines values for ActivationStatus. \
|
37
|
-
* {@link KnownActivationStatus} can be used interchangeably with ActivationStatus,
|
38
|
-
* this enum contains the known values that the service supports.
|
39
|
-
* ### Known values supported by the service
|
40
|
-
* **Active** \
|
41
|
-
* **Inactive**
|
42
|
-
*/
|
43
|
-
export declare type ActivationStatus = string;
|
44
|
-
|
45
|
-
/** The Active Directory Object that will be used for authenticating the token of a container registry. */
|
46
|
-
export declare interface ActiveDirectoryObject {
|
47
|
-
/** The user/group/application object ID for Active Directory Object that will be used for authenticating the token of a container registry. */
|
48
|
-
objectId?: string;
|
49
|
-
/** The tenant ID of user/group/application object Active Directory Object that will be used for authenticating the token of a container registry. */
|
50
|
-
tenantId?: string;
|
51
|
-
}
|
52
|
-
|
53
26
|
/** The agent that initiated the event. For most situations, this could be from the authorization context of the request. */
|
54
27
|
export declare interface Actor {
|
55
28
|
/** The subject or username associated with the request context that generated the event. */
|
@@ -266,16 +239,6 @@ export declare interface Argument {
|
|
266
239
|
isSecret?: boolean;
|
267
240
|
}
|
268
241
|
|
269
|
-
/**
|
270
|
-
* Defines values for AuditLogStatus. \
|
271
|
-
* {@link KnownAuditLogStatus} can be used interchangeably with AuditLogStatus,
|
272
|
-
* this enum contains the known values that the service supports.
|
273
|
-
* ### Known values supported by the service
|
274
|
-
* **Enabled** \
|
275
|
-
* **Disabled**
|
276
|
-
*/
|
277
|
-
export declare type AuditLogStatus = string;
|
278
|
-
|
279
242
|
/** The authorization properties for accessing the source code repository. */
|
280
243
|
export declare interface AuthInfo {
|
281
244
|
/** The type of Auth token. */
|
@@ -376,255 +339,6 @@ export declare interface CallbackConfig {
|
|
376
339
|
};
|
377
340
|
}
|
378
341
|
|
379
|
-
/**
|
380
|
-
* Defines values for CertificateType. \
|
381
|
-
* {@link KnownCertificateType} can be used interchangeably with CertificateType,
|
382
|
-
* this enum contains the known values that the service supports.
|
383
|
-
* ### Known values supported by the service
|
384
|
-
* **LocalDirectory**
|
385
|
-
*/
|
386
|
-
export declare type CertificateType = string;
|
387
|
-
|
388
|
-
/** Interface representing a ConnectedRegistries. */
|
389
|
-
export declare interface ConnectedRegistries {
|
390
|
-
/**
|
391
|
-
* Lists all connected registries for the specified container registry.
|
392
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
393
|
-
* @param registryName The name of the container registry.
|
394
|
-
* @param options The options parameters.
|
395
|
-
*/
|
396
|
-
list(resourceGroupName: string, registryName: string, options?: ConnectedRegistriesListOptionalParams): PagedAsyncIterableIterator<ConnectedRegistry>;
|
397
|
-
/**
|
398
|
-
* Gets the properties of the connected registry.
|
399
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
400
|
-
* @param registryName The name of the container registry.
|
401
|
-
* @param connectedRegistryName The name of the connected registry.
|
402
|
-
* @param options The options parameters.
|
403
|
-
*/
|
404
|
-
get(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesGetOptionalParams): Promise<ConnectedRegistriesGetResponse>;
|
405
|
-
/**
|
406
|
-
* Creates a connected registry for a container registry with the specified parameters.
|
407
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
408
|
-
* @param registryName The name of the container registry.
|
409
|
-
* @param connectedRegistryName The name of the connected registry.
|
410
|
-
* @param connectedRegistryCreateParameters The parameters for creating a connectedRegistry.
|
411
|
-
* @param options The options parameters.
|
412
|
-
*/
|
413
|
-
beginCreate(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryCreateParameters: ConnectedRegistry, options?: ConnectedRegistriesCreateOptionalParams): Promise<PollerLike<PollOperationState<ConnectedRegistriesCreateResponse>, ConnectedRegistriesCreateResponse>>;
|
414
|
-
/**
|
415
|
-
* Creates a connected registry for a container registry with the specified parameters.
|
416
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
417
|
-
* @param registryName The name of the container registry.
|
418
|
-
* @param connectedRegistryName The name of the connected registry.
|
419
|
-
* @param connectedRegistryCreateParameters The parameters for creating a connectedRegistry.
|
420
|
-
* @param options The options parameters.
|
421
|
-
*/
|
422
|
-
beginCreateAndWait(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryCreateParameters: ConnectedRegistry, options?: ConnectedRegistriesCreateOptionalParams): Promise<ConnectedRegistriesCreateResponse>;
|
423
|
-
/**
|
424
|
-
* Deletes a connected registry from a container registry.
|
425
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
426
|
-
* @param registryName The name of the container registry.
|
427
|
-
* @param connectedRegistryName The name of the connected registry.
|
428
|
-
* @param options The options parameters.
|
429
|
-
*/
|
430
|
-
beginDelete(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
431
|
-
/**
|
432
|
-
* Deletes a connected registry from a container registry.
|
433
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
434
|
-
* @param registryName The name of the container registry.
|
435
|
-
* @param connectedRegistryName The name of the connected registry.
|
436
|
-
* @param options The options parameters.
|
437
|
-
*/
|
438
|
-
beginDeleteAndWait(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeleteOptionalParams): Promise<void>;
|
439
|
-
/**
|
440
|
-
* Updates a connected registry with the specified parameters.
|
441
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
442
|
-
* @param registryName The name of the container registry.
|
443
|
-
* @param connectedRegistryName The name of the connected registry.
|
444
|
-
* @param connectedRegistryUpdateParameters The parameters for updating a connectedRegistry.
|
445
|
-
* @param options The options parameters.
|
446
|
-
*/
|
447
|
-
beginUpdate(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryUpdateParameters: ConnectedRegistryUpdateParameters, options?: ConnectedRegistriesUpdateOptionalParams): Promise<PollerLike<PollOperationState<ConnectedRegistriesUpdateResponse>, ConnectedRegistriesUpdateResponse>>;
|
448
|
-
/**
|
449
|
-
* Updates a connected registry with the specified parameters.
|
450
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
451
|
-
* @param registryName The name of the container registry.
|
452
|
-
* @param connectedRegistryName The name of the connected registry.
|
453
|
-
* @param connectedRegistryUpdateParameters The parameters for updating a connectedRegistry.
|
454
|
-
* @param options The options parameters.
|
455
|
-
*/
|
456
|
-
beginUpdateAndWait(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryUpdateParameters: ConnectedRegistryUpdateParameters, options?: ConnectedRegistriesUpdateOptionalParams): Promise<ConnectedRegistriesUpdateResponse>;
|
457
|
-
/**
|
458
|
-
* Deactivates the connected registry instance.
|
459
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
460
|
-
* @param registryName The name of the container registry.
|
461
|
-
* @param connectedRegistryName The name of the connected registry.
|
462
|
-
* @param options The options parameters.
|
463
|
-
*/
|
464
|
-
beginDeactivate(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeactivateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
465
|
-
/**
|
466
|
-
* Deactivates the connected registry instance.
|
467
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
468
|
-
* @param registryName The name of the container registry.
|
469
|
-
* @param connectedRegistryName The name of the connected registry.
|
470
|
-
* @param options The options parameters.
|
471
|
-
*/
|
472
|
-
beginDeactivateAndWait(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeactivateOptionalParams): Promise<void>;
|
473
|
-
}
|
474
|
-
|
475
|
-
/** Optional parameters. */
|
476
|
-
export declare interface ConnectedRegistriesCreateOptionalParams extends coreClient.OperationOptions {
|
477
|
-
/** Delay to wait until next poll, in milliseconds. */
|
478
|
-
updateIntervalInMs?: number;
|
479
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
480
|
-
resumeFrom?: string;
|
481
|
-
}
|
482
|
-
|
483
|
-
/** Contains response data for the create operation. */
|
484
|
-
export declare type ConnectedRegistriesCreateResponse = ConnectedRegistry;
|
485
|
-
|
486
|
-
/** Optional parameters. */
|
487
|
-
export declare interface ConnectedRegistriesDeactivateOptionalParams extends coreClient.OperationOptions {
|
488
|
-
/** Delay to wait until next poll, in milliseconds. */
|
489
|
-
updateIntervalInMs?: number;
|
490
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
491
|
-
resumeFrom?: string;
|
492
|
-
}
|
493
|
-
|
494
|
-
/** Optional parameters. */
|
495
|
-
export declare interface ConnectedRegistriesDeleteOptionalParams extends coreClient.OperationOptions {
|
496
|
-
/** Delay to wait until next poll, in milliseconds. */
|
497
|
-
updateIntervalInMs?: number;
|
498
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
499
|
-
resumeFrom?: string;
|
500
|
-
}
|
501
|
-
|
502
|
-
/** Optional parameters. */
|
503
|
-
export declare interface ConnectedRegistriesGetOptionalParams extends coreClient.OperationOptions {
|
504
|
-
}
|
505
|
-
|
506
|
-
/** Contains response data for the get operation. */
|
507
|
-
export declare type ConnectedRegistriesGetResponse = ConnectedRegistry;
|
508
|
-
|
509
|
-
/** Optional parameters. */
|
510
|
-
export declare interface ConnectedRegistriesListNextOptionalParams extends coreClient.OperationOptions {
|
511
|
-
/** An OData filter expression that describes a subset of connectedRegistries to return. The parameters that can be filtered are parent.id (the resource id of the connectedRegistry parent), mode, and connectionState. The supported operator is eq. */
|
512
|
-
filter?: string;
|
513
|
-
}
|
514
|
-
|
515
|
-
/** Contains response data for the listNext operation. */
|
516
|
-
export declare type ConnectedRegistriesListNextResponse = ConnectedRegistryListResult;
|
517
|
-
|
518
|
-
/** Optional parameters. */
|
519
|
-
export declare interface ConnectedRegistriesListOptionalParams extends coreClient.OperationOptions {
|
520
|
-
/** An OData filter expression that describes a subset of connectedRegistries to return. The parameters that can be filtered are parent.id (the resource id of the connectedRegistry parent), mode, and connectionState. The supported operator is eq. */
|
521
|
-
filter?: string;
|
522
|
-
}
|
523
|
-
|
524
|
-
/** Contains response data for the list operation. */
|
525
|
-
export declare type ConnectedRegistriesListResponse = ConnectedRegistryListResult;
|
526
|
-
|
527
|
-
/** Optional parameters. */
|
528
|
-
export declare interface ConnectedRegistriesUpdateOptionalParams extends coreClient.OperationOptions {
|
529
|
-
/** Delay to wait until next poll, in milliseconds. */
|
530
|
-
updateIntervalInMs?: number;
|
531
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
532
|
-
resumeFrom?: string;
|
533
|
-
}
|
534
|
-
|
535
|
-
/** Contains response data for the update operation. */
|
536
|
-
export declare type ConnectedRegistriesUpdateResponse = ConnectedRegistry;
|
537
|
-
|
538
|
-
/** An object that represents a connected registry for a container registry. */
|
539
|
-
export declare type ConnectedRegistry = ProxyResource & {
|
540
|
-
/**
|
541
|
-
* Provisioning state of the resource.
|
542
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
543
|
-
*/
|
544
|
-
readonly provisioningState?: ProvisioningState;
|
545
|
-
/** The mode of the connected registry resource that indicates the permissions of the registry. */
|
546
|
-
mode?: ConnectedRegistryMode;
|
547
|
-
/**
|
548
|
-
* The current version of ACR runtime on the connected registry.
|
549
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
550
|
-
*/
|
551
|
-
readonly version?: string;
|
552
|
-
/**
|
553
|
-
* The current connection state of the connected registry.
|
554
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
555
|
-
*/
|
556
|
-
readonly connectionState?: ConnectionState;
|
557
|
-
/**
|
558
|
-
* The last activity time of the connected registry.
|
559
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
560
|
-
*/
|
561
|
-
readonly lastActivityTime?: Date;
|
562
|
-
/**
|
563
|
-
* The activation properties of the connected registry.
|
564
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
565
|
-
*/
|
566
|
-
readonly activation?: ActivationProperties;
|
567
|
-
/** The parent of the connected registry. */
|
568
|
-
parent?: ParentProperties;
|
569
|
-
/** The list of the ACR token resource IDs used to authenticate clients to the connected registry. */
|
570
|
-
clientTokenIds?: string[];
|
571
|
-
/** The login server properties of the connected registry. */
|
572
|
-
loginServer?: LoginServerProperties;
|
573
|
-
/** The logging properties of the connected registry. */
|
574
|
-
logging?: LoggingProperties;
|
575
|
-
/**
|
576
|
-
* The list of current statuses of the connected registry.
|
577
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
578
|
-
*/
|
579
|
-
readonly statusDetails?: StatusDetailProperties[];
|
580
|
-
/** The list of notifications subscription information for the connected registry. */
|
581
|
-
notificationsList?: string[];
|
582
|
-
};
|
583
|
-
|
584
|
-
/** The result of a request to list connected registries for a container registry. */
|
585
|
-
export declare interface ConnectedRegistryListResult {
|
586
|
-
/** The list of connected registries. Since this list may be incomplete, the nextLink field should be used to request the next list of connected registries. */
|
587
|
-
value?: ConnectedRegistry[];
|
588
|
-
/** The URI that can be used to request the next list of connected registries. */
|
589
|
-
nextLink?: string;
|
590
|
-
}
|
591
|
-
|
592
|
-
/**
|
593
|
-
* Defines values for ConnectedRegistryMode. \
|
594
|
-
* {@link KnownConnectedRegistryMode} can be used interchangeably with ConnectedRegistryMode,
|
595
|
-
* this enum contains the known values that the service supports.
|
596
|
-
* ### Known values supported by the service
|
597
|
-
* **ReadWrite** \
|
598
|
-
* **ReadOnly** \
|
599
|
-
* **Registry** \
|
600
|
-
* **Mirror**
|
601
|
-
*/
|
602
|
-
export declare type ConnectedRegistryMode = string;
|
603
|
-
|
604
|
-
/** The parameters for updating a connected registry. */
|
605
|
-
export declare interface ConnectedRegistryUpdateParameters {
|
606
|
-
/** The sync properties of the connected registry with its parent. */
|
607
|
-
syncProperties?: SyncUpdateProperties;
|
608
|
-
/** The logging properties of the connected registry. */
|
609
|
-
logging?: LoggingProperties;
|
610
|
-
/** The list of the ACR token resource IDs used to authenticate clients to the connected registry. */
|
611
|
-
clientTokenIds?: string[];
|
612
|
-
/** The list of notifications subscription information for the connected registry. */
|
613
|
-
notificationsList?: string[];
|
614
|
-
}
|
615
|
-
|
616
|
-
/**
|
617
|
-
* Defines values for ConnectionState. \
|
618
|
-
* {@link KnownConnectionState} can be used interchangeably with ConnectionState,
|
619
|
-
* this enum contains the known values that the service supports.
|
620
|
-
* ### Known values supported by the service
|
621
|
-
* **Online** \
|
622
|
-
* **Offline** \
|
623
|
-
* **Syncing** \
|
624
|
-
* **Unhealthy**
|
625
|
-
*/
|
626
|
-
export declare type ConnectionState = string;
|
627
|
-
|
628
342
|
/**
|
629
343
|
* Defines values for ConnectionStatus. \
|
630
344
|
* {@link KnownConnectionStatus} can be used interchangeably with ConnectionStatus,
|
@@ -637,7 +351,9 @@ export declare type ConnectionState = string;
|
|
637
351
|
*/
|
638
352
|
export declare type ConnectionStatus = string;
|
639
353
|
|
640
|
-
export declare class ContainerRegistryManagementClient extends
|
354
|
+
export declare class ContainerRegistryManagementClient extends coreClient.ServiceClient {
|
355
|
+
$host: string;
|
356
|
+
subscriptionId: string;
|
641
357
|
/**
|
642
358
|
* Initializes a new instance of the ContainerRegistryManagementClient class.
|
643
359
|
* @param credentials Subscription credentials which uniquely identify client subscription.
|
@@ -645,16 +361,10 @@ export declare class ContainerRegistryManagementClient extends ContainerRegistry
|
|
645
361
|
* @param options The parameter options
|
646
362
|
*/
|
647
363
|
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ContainerRegistryManagementClientOptionalParams);
|
648
|
-
connectedRegistries: ConnectedRegistries;
|
649
|
-
exportPipelines: ExportPipelines;
|
650
364
|
registries: Registries;
|
651
|
-
importPipelines: ImportPipelines;
|
652
365
|
operations: Operations;
|
653
|
-
pipelineRuns: PipelineRuns;
|
654
366
|
privateEndpointConnections: PrivateEndpointConnections;
|
655
367
|
replications: Replications;
|
656
|
-
scopeMaps: ScopeMaps;
|
657
|
-
tokens: Tokens;
|
658
368
|
webhooks: Webhooks;
|
659
369
|
agentPools: AgentPools;
|
660
370
|
runs: Runs;
|
@@ -662,18 +372,6 @@ export declare class ContainerRegistryManagementClient extends ContainerRegistry
|
|
662
372
|
tasks: Tasks;
|
663
373
|
}
|
664
374
|
|
665
|
-
export declare class ContainerRegistryManagementClientContext extends coreClient.ServiceClient {
|
666
|
-
$host: string;
|
667
|
-
subscriptionId: string;
|
668
|
-
/**
|
669
|
-
* Initializes a new instance of the ContainerRegistryManagementClientContext class.
|
670
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
671
|
-
* @param subscriptionId The Microsoft Azure subscription ID.
|
672
|
-
* @param options The parameter options
|
673
|
-
*/
|
674
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ContainerRegistryManagementClientOptionalParams);
|
675
|
-
}
|
676
|
-
|
677
375
|
/** Optional parameters. */
|
678
376
|
export declare interface ContainerRegistryManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
679
377
|
/** server parameter */
|
@@ -885,7 +583,7 @@ export declare interface ErrorResponseBody {
|
|
885
583
|
/** target of the particular error. */
|
886
584
|
target?: string;
|
887
585
|
/** an array of additional nested error response info objects, as described by this contract. */
|
888
|
-
details?: InnerErrorDescription;
|
586
|
+
details?: InnerErrorDescription[];
|
889
587
|
}
|
890
588
|
|
891
589
|
/** The event for a webhook. */
|
@@ -961,138 +659,6 @@ export declare interface EventResponseMessage {
|
|
961
659
|
version?: string;
|
962
660
|
}
|
963
661
|
|
964
|
-
/** An object that represents an export pipeline for a container registry. */
|
965
|
-
export declare type ExportPipeline = ProxyResource & {
|
966
|
-
/** The location of the export pipeline. */
|
967
|
-
location?: string;
|
968
|
-
/** The identity of the export pipeline. */
|
969
|
-
identity?: IdentityProperties;
|
970
|
-
/** The target properties of the export pipeline. */
|
971
|
-
target?: ExportPipelineTargetProperties;
|
972
|
-
/** The list of all options configured for the pipeline. */
|
973
|
-
options?: PipelineOptions[];
|
974
|
-
/**
|
975
|
-
* The provisioning state of the pipeline at the time the operation was called.
|
976
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
977
|
-
*/
|
978
|
-
readonly provisioningState?: ProvisioningState;
|
979
|
-
};
|
980
|
-
|
981
|
-
/** The result of a request to list export pipelines for a container registry. */
|
982
|
-
export declare interface ExportPipelineListResult {
|
983
|
-
/** The list of export pipelines. Since this list may be incomplete, the nextLink field should be used to request the next list of export pipelines. */
|
984
|
-
value?: ExportPipeline[];
|
985
|
-
/** The URI that can be used to request the next list of pipeline runs. */
|
986
|
-
nextLink?: string;
|
987
|
-
}
|
988
|
-
|
989
|
-
/** Interface representing a ExportPipelines. */
|
990
|
-
export declare interface ExportPipelines {
|
991
|
-
/**
|
992
|
-
* Lists all export pipelines for the specified container registry.
|
993
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
994
|
-
* @param registryName The name of the container registry.
|
995
|
-
* @param options The options parameters.
|
996
|
-
*/
|
997
|
-
list(resourceGroupName: string, registryName: string, options?: ExportPipelinesListOptionalParams): PagedAsyncIterableIterator<ExportPipeline>;
|
998
|
-
/**
|
999
|
-
* Gets the properties of the export pipeline.
|
1000
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
1001
|
-
* @param registryName The name of the container registry.
|
1002
|
-
* @param exportPipelineName The name of the export pipeline.
|
1003
|
-
* @param options The options parameters.
|
1004
|
-
*/
|
1005
|
-
get(resourceGroupName: string, registryName: string, exportPipelineName: string, options?: ExportPipelinesGetOptionalParams): Promise<ExportPipelinesGetResponse>;
|
1006
|
-
/**
|
1007
|
-
* Creates an export pipeline for a container registry with the specified parameters.
|
1008
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
1009
|
-
* @param registryName The name of the container registry.
|
1010
|
-
* @param exportPipelineName The name of the export pipeline.
|
1011
|
-
* @param exportPipelineCreateParameters The parameters for creating an export pipeline.
|
1012
|
-
* @param options The options parameters.
|
1013
|
-
*/
|
1014
|
-
beginCreate(resourceGroupName: string, registryName: string, exportPipelineName: string, exportPipelineCreateParameters: ExportPipeline, options?: ExportPipelinesCreateOptionalParams): Promise<PollerLike<PollOperationState<ExportPipelinesCreateResponse>, ExportPipelinesCreateResponse>>;
|
1015
|
-
/**
|
1016
|
-
* Creates an export pipeline for a container registry with the specified parameters.
|
1017
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
1018
|
-
* @param registryName The name of the container registry.
|
1019
|
-
* @param exportPipelineName The name of the export pipeline.
|
1020
|
-
* @param exportPipelineCreateParameters The parameters for creating an export pipeline.
|
1021
|
-
* @param options The options parameters.
|
1022
|
-
*/
|
1023
|
-
beginCreateAndWait(resourceGroupName: string, registryName: string, exportPipelineName: string, exportPipelineCreateParameters: ExportPipeline, options?: ExportPipelinesCreateOptionalParams): Promise<ExportPipelinesCreateResponse>;
|
1024
|
-
/**
|
1025
|
-
* Deletes an export pipeline from a container registry.
|
1026
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
1027
|
-
* @param registryName The name of the container registry.
|
1028
|
-
* @param exportPipelineName The name of the export pipeline.
|
1029
|
-
* @param options The options parameters.
|
1030
|
-
*/
|
1031
|
-
beginDelete(resourceGroupName: string, registryName: string, exportPipelineName: string, options?: ExportPipelinesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
1032
|
-
/**
|
1033
|
-
* Deletes an export pipeline from a container registry.
|
1034
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
1035
|
-
* @param registryName The name of the container registry.
|
1036
|
-
* @param exportPipelineName The name of the export pipeline.
|
1037
|
-
* @param options The options parameters.
|
1038
|
-
*/
|
1039
|
-
beginDeleteAndWait(resourceGroupName: string, registryName: string, exportPipelineName: string, options?: ExportPipelinesDeleteOptionalParams): Promise<void>;
|
1040
|
-
}
|
1041
|
-
|
1042
|
-
/** Optional parameters. */
|
1043
|
-
export declare interface ExportPipelinesCreateOptionalParams extends coreClient.OperationOptions {
|
1044
|
-
/** Delay to wait until next poll, in milliseconds. */
|
1045
|
-
updateIntervalInMs?: number;
|
1046
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1047
|
-
resumeFrom?: string;
|
1048
|
-
}
|
1049
|
-
|
1050
|
-
/** Contains response data for the create operation. */
|
1051
|
-
export declare type ExportPipelinesCreateResponse = ExportPipeline;
|
1052
|
-
|
1053
|
-
/** Optional parameters. */
|
1054
|
-
export declare interface ExportPipelinesDeleteOptionalParams extends coreClient.OperationOptions {
|
1055
|
-
/** Delay to wait until next poll, in milliseconds. */
|
1056
|
-
updateIntervalInMs?: number;
|
1057
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1058
|
-
resumeFrom?: string;
|
1059
|
-
}
|
1060
|
-
|
1061
|
-
/** Optional parameters. */
|
1062
|
-
export declare interface ExportPipelinesGetOptionalParams extends coreClient.OperationOptions {
|
1063
|
-
}
|
1064
|
-
|
1065
|
-
/** Contains response data for the get operation. */
|
1066
|
-
export declare type ExportPipelinesGetResponse = ExportPipeline;
|
1067
|
-
|
1068
|
-
/** Optional parameters. */
|
1069
|
-
export declare interface ExportPipelinesListNextOptionalParams extends coreClient.OperationOptions {
|
1070
|
-
}
|
1071
|
-
|
1072
|
-
/** Contains response data for the listNext operation. */
|
1073
|
-
export declare type ExportPipelinesListNextResponse = ExportPipelineListResult;
|
1074
|
-
|
1075
|
-
/** Optional parameters. */
|
1076
|
-
export declare interface ExportPipelinesListOptionalParams extends coreClient.OperationOptions {
|
1077
|
-
}
|
1078
|
-
|
1079
|
-
/** Contains response data for the list operation. */
|
1080
|
-
export declare type ExportPipelinesListResponse = ExportPipelineListResult;
|
1081
|
-
|
1082
|
-
/** The properties of the export pipeline target. */
|
1083
|
-
export declare interface ExportPipelineTargetProperties {
|
1084
|
-
/** The type of target for the export pipeline. */
|
1085
|
-
type?: string;
|
1086
|
-
/**
|
1087
|
-
* The target uri of the export pipeline.
|
1088
|
-
* When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
|
1089
|
-
* When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
|
1090
|
-
*/
|
1091
|
-
uri?: string;
|
1092
|
-
/** They key vault secret uri to obtain the target storage SAS token. */
|
1093
|
-
keyVaultUri: string;
|
1094
|
-
}
|
1095
|
-
|
1096
662
|
/** The export policy for a container registry. */
|
1097
663
|
export declare interface ExportPolicy {
|
1098
664
|
/** The value that indicates whether the policy is enabled or not. */
|
@@ -1158,24 +724,6 @@ export declare type FileTaskStepUpdateParameters = TaskStepUpdateParameters & {
|
|
1158
724
|
values?: SetValue[];
|
1159
725
|
};
|
1160
726
|
|
1161
|
-
/** The parameters used to generate credentials for a specified token or user of a container registry. */
|
1162
|
-
export declare interface GenerateCredentialsParameters {
|
1163
|
-
/** The resource ID of the token for which credentials have to be generated. */
|
1164
|
-
tokenId?: string;
|
1165
|
-
/** The expiry date of the generated credentials after which the credentials become invalid. */
|
1166
|
-
expiry?: Date;
|
1167
|
-
/** Specifies name of the password which should be regenerated if any -- password1 or password2. */
|
1168
|
-
name?: TokenPasswordName;
|
1169
|
-
}
|
1170
|
-
|
1171
|
-
/** The response from the GenerateCredentials operation. */
|
1172
|
-
export declare interface GenerateCredentialsResult {
|
1173
|
-
/** The username for a container registry. */
|
1174
|
-
username?: string;
|
1175
|
-
/** The list of passwords for a container registry. */
|
1176
|
-
passwords?: TokenPassword[];
|
1177
|
-
}
|
1178
|
-
|
1179
727
|
/** Managed identity for the resource. */
|
1180
728
|
export declare interface IdentityProperties {
|
1181
729
|
/** The principal ID of resource identity. */
|
@@ -1238,140 +786,6 @@ export declare interface ImportImageParameters {
|
|
1238
786
|
*/
|
1239
787
|
export declare type ImportMode = string;
|
1240
788
|
|
1241
|
-
/** An object that represents an import pipeline for a container registry. */
|
1242
|
-
export declare type ImportPipeline = ProxyResource & {
|
1243
|
-
/** The location of the import pipeline. */
|
1244
|
-
location?: string;
|
1245
|
-
/** The identity of the import pipeline. */
|
1246
|
-
identity?: IdentityProperties;
|
1247
|
-
/** The source properties of the import pipeline. */
|
1248
|
-
source?: ImportPipelineSourceProperties;
|
1249
|
-
/** The properties that describe the trigger of the import pipeline. */
|
1250
|
-
trigger?: PipelineTriggerProperties;
|
1251
|
-
/** The list of all options configured for the pipeline. */
|
1252
|
-
options?: PipelineOptions[];
|
1253
|
-
/**
|
1254
|
-
* The provisioning state of the pipeline at the time the operation was called.
|
1255
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1256
|
-
*/
|
1257
|
-
readonly provisioningState?: ProvisioningState;
|
1258
|
-
};
|
1259
|
-
|
1260
|
-
/** The result of a request to list import pipelines for a container registry. */
|
1261
|
-
export declare interface ImportPipelineListResult {
|
1262
|
-
/** The list of import pipelines. Since this list may be incomplete, the nextLink field should be used to request the next list of import pipelines. */
|
1263
|
-
value?: ImportPipeline[];
|
1264
|
-
/** The URI that can be used to request the next list of pipeline runs. */
|
1265
|
-
nextLink?: string;
|
1266
|
-
}
|
1267
|
-
|
1268
|
-
/** Interface representing a ImportPipelines. */
|
1269
|
-
export declare interface ImportPipelines {
|
1270
|
-
/**
|
1271
|
-
* Lists all import pipelines for the specified container registry.
|
1272
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
1273
|
-
* @param registryName The name of the container registry.
|
1274
|
-
* @param options The options parameters.
|
1275
|
-
*/
|
1276
|
-
list(resourceGroupName: string, registryName: string, options?: ImportPipelinesListOptionalParams): PagedAsyncIterableIterator<ImportPipeline>;
|
1277
|
-
/**
|
1278
|
-
* Gets the properties of the import pipeline.
|
1279
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
1280
|
-
* @param registryName The name of the container registry.
|
1281
|
-
* @param importPipelineName The name of the import pipeline.
|
1282
|
-
* @param options The options parameters.
|
1283
|
-
*/
|
1284
|
-
get(resourceGroupName: string, registryName: string, importPipelineName: string, options?: ImportPipelinesGetOptionalParams): Promise<ImportPipelinesGetResponse>;
|
1285
|
-
/**
|
1286
|
-
* Creates an import pipeline for a container registry with the specified parameters.
|
1287
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
1288
|
-
* @param registryName The name of the container registry.
|
1289
|
-
* @param importPipelineName The name of the import pipeline.
|
1290
|
-
* @param importPipelineCreateParameters The parameters for creating an import pipeline.
|
1291
|
-
* @param options The options parameters.
|
1292
|
-
*/
|
1293
|
-
beginCreate(resourceGroupName: string, registryName: string, importPipelineName: string, importPipelineCreateParameters: ImportPipeline, options?: ImportPipelinesCreateOptionalParams): Promise<PollerLike<PollOperationState<ImportPipelinesCreateResponse>, ImportPipelinesCreateResponse>>;
|
1294
|
-
/**
|
1295
|
-
* Creates an import pipeline for a container registry with the specified parameters.
|
1296
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
1297
|
-
* @param registryName The name of the container registry.
|
1298
|
-
* @param importPipelineName The name of the import pipeline.
|
1299
|
-
* @param importPipelineCreateParameters The parameters for creating an import pipeline.
|
1300
|
-
* @param options The options parameters.
|
1301
|
-
*/
|
1302
|
-
beginCreateAndWait(resourceGroupName: string, registryName: string, importPipelineName: string, importPipelineCreateParameters: ImportPipeline, options?: ImportPipelinesCreateOptionalParams): Promise<ImportPipelinesCreateResponse>;
|
1303
|
-
/**
|
1304
|
-
* Deletes an import pipeline from a container registry.
|
1305
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
1306
|
-
* @param registryName The name of the container registry.
|
1307
|
-
* @param importPipelineName The name of the import pipeline.
|
1308
|
-
* @param options The options parameters.
|
1309
|
-
*/
|
1310
|
-
beginDelete(resourceGroupName: string, registryName: string, importPipelineName: string, options?: ImportPipelinesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
1311
|
-
/**
|
1312
|
-
* Deletes an import pipeline from a container registry.
|
1313
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
1314
|
-
* @param registryName The name of the container registry.
|
1315
|
-
* @param importPipelineName The name of the import pipeline.
|
1316
|
-
* @param options The options parameters.
|
1317
|
-
*/
|
1318
|
-
beginDeleteAndWait(resourceGroupName: string, registryName: string, importPipelineName: string, options?: ImportPipelinesDeleteOptionalParams): Promise<void>;
|
1319
|
-
}
|
1320
|
-
|
1321
|
-
/** Optional parameters. */
|
1322
|
-
export declare interface ImportPipelinesCreateOptionalParams extends coreClient.OperationOptions {
|
1323
|
-
/** Delay to wait until next poll, in milliseconds. */
|
1324
|
-
updateIntervalInMs?: number;
|
1325
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1326
|
-
resumeFrom?: string;
|
1327
|
-
}
|
1328
|
-
|
1329
|
-
/** Contains response data for the create operation. */
|
1330
|
-
export declare type ImportPipelinesCreateResponse = ImportPipeline;
|
1331
|
-
|
1332
|
-
/** Optional parameters. */
|
1333
|
-
export declare interface ImportPipelinesDeleteOptionalParams extends coreClient.OperationOptions {
|
1334
|
-
/** Delay to wait until next poll, in milliseconds. */
|
1335
|
-
updateIntervalInMs?: number;
|
1336
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1337
|
-
resumeFrom?: string;
|
1338
|
-
}
|
1339
|
-
|
1340
|
-
/** Optional parameters. */
|
1341
|
-
export declare interface ImportPipelinesGetOptionalParams extends coreClient.OperationOptions {
|
1342
|
-
}
|
1343
|
-
|
1344
|
-
/** Contains response data for the get operation. */
|
1345
|
-
export declare type ImportPipelinesGetResponse = ImportPipeline;
|
1346
|
-
|
1347
|
-
/** Optional parameters. */
|
1348
|
-
export declare interface ImportPipelinesListNextOptionalParams extends coreClient.OperationOptions {
|
1349
|
-
}
|
1350
|
-
|
1351
|
-
/** Contains response data for the listNext operation. */
|
1352
|
-
export declare type ImportPipelinesListNextResponse = ImportPipelineListResult;
|
1353
|
-
|
1354
|
-
/** Optional parameters. */
|
1355
|
-
export declare interface ImportPipelinesListOptionalParams extends coreClient.OperationOptions {
|
1356
|
-
}
|
1357
|
-
|
1358
|
-
/** Contains response data for the list operation. */
|
1359
|
-
export declare type ImportPipelinesListResponse = ImportPipelineListResult;
|
1360
|
-
|
1361
|
-
/** The properties of the import pipeline source. */
|
1362
|
-
export declare interface ImportPipelineSourceProperties {
|
1363
|
-
/** The type of source for the import pipeline. */
|
1364
|
-
type?: PipelineSourceType;
|
1365
|
-
/**
|
1366
|
-
* The source uri of the import pipeline.
|
1367
|
-
* When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
|
1368
|
-
* When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
|
1369
|
-
*/
|
1370
|
-
uri?: string;
|
1371
|
-
/** They key vault secret uri to obtain the source storage SAS token. */
|
1372
|
-
keyVaultUri: string;
|
1373
|
-
}
|
1374
|
-
|
1375
789
|
export declare interface ImportSource {
|
1376
790
|
/** The resource identifier of the source Azure Container Registry. */
|
1377
791
|
resourceId?: string;
|
@@ -1446,12 +860,6 @@ export declare enum KnownActionsRequired {
|
|
1446
860
|
Recreate = "Recreate"
|
1447
861
|
}
|
1448
862
|
|
1449
|
-
/** Known values of {@link ActivationStatus} that the service accepts. */
|
1450
|
-
export declare enum KnownActivationStatus {
|
1451
|
-
Active = "Active",
|
1452
|
-
Inactive = "Inactive"
|
1453
|
-
}
|
1454
|
-
|
1455
863
|
/** Known values of {@link Architecture} that the service accepts. */
|
1456
864
|
export declare enum KnownArchitecture {
|
1457
865
|
Amd64 = "amd64",
|
@@ -1461,12 +869,6 @@ export declare enum KnownArchitecture {
|
|
1461
869
|
Arm64 = "arm64"
|
1462
870
|
}
|
1463
871
|
|
1464
|
-
/** Known values of {@link AuditLogStatus} that the service accepts. */
|
1465
|
-
export declare enum KnownAuditLogStatus {
|
1466
|
-
Enabled = "Enabled",
|
1467
|
-
Disabled = "Disabled"
|
1468
|
-
}
|
1469
|
-
|
1470
872
|
/** Known values of {@link BaseImageDependencyType} that the service accepts. */
|
1471
873
|
export declare enum KnownBaseImageDependencyType {
|
1472
874
|
BuildTime = "BuildTime",
|
@@ -1479,27 +881,6 @@ export declare enum KnownBaseImageTriggerType {
|
|
1479
881
|
Runtime = "Runtime"
|
1480
882
|
}
|
1481
883
|
|
1482
|
-
/** Known values of {@link CertificateType} that the service accepts. */
|
1483
|
-
export declare enum KnownCertificateType {
|
1484
|
-
LocalDirectory = "LocalDirectory"
|
1485
|
-
}
|
1486
|
-
|
1487
|
-
/** Known values of {@link ConnectedRegistryMode} that the service accepts. */
|
1488
|
-
export declare enum KnownConnectedRegistryMode {
|
1489
|
-
ReadWrite = "ReadWrite",
|
1490
|
-
ReadOnly = "ReadOnly",
|
1491
|
-
Registry = "Registry",
|
1492
|
-
Mirror = "Mirror"
|
1493
|
-
}
|
1494
|
-
|
1495
|
-
/** Known values of {@link ConnectionState} that the service accepts. */
|
1496
|
-
export declare enum KnownConnectionState {
|
1497
|
-
Online = "Online",
|
1498
|
-
Offline = "Offline",
|
1499
|
-
Syncing = "Syncing",
|
1500
|
-
Unhealthy = "Unhealthy"
|
1501
|
-
}
|
1502
|
-
|
1503
884
|
/** Known values of {@link ConnectionStatus} that the service accepts. */
|
1504
885
|
export declare enum KnownConnectionStatus {
|
1505
886
|
Approved = "Approved",
|
@@ -1548,15 +929,6 @@ export declare enum KnownLastModifiedByType {
|
|
1548
929
|
Key = "Key"
|
1549
930
|
}
|
1550
931
|
|
1551
|
-
/** Known values of {@link LogLevel} that the service accepts. */
|
1552
|
-
export declare enum KnownLogLevel {
|
1553
|
-
Debug = "Debug",
|
1554
|
-
Information = "Information",
|
1555
|
-
Warning = "Warning",
|
1556
|
-
Error = "Error",
|
1557
|
-
None = "None"
|
1558
|
-
}
|
1559
|
-
|
1560
932
|
/** Known values of {@link NetworkRuleBypassOptions} that the service accepts. */
|
1561
933
|
export declare enum KnownNetworkRuleBypassOptions {
|
1562
934
|
AzureServices = "AzureServices",
|
@@ -1569,29 +941,6 @@ export declare enum KnownOS {
|
|
1569
941
|
Linux = "Linux"
|
1570
942
|
}
|
1571
943
|
|
1572
|
-
/** Known values of {@link PipelineOptions} that the service accepts. */
|
1573
|
-
export declare enum KnownPipelineOptions {
|
1574
|
-
OverwriteTags = "OverwriteTags",
|
1575
|
-
OverwriteBlobs = "OverwriteBlobs",
|
1576
|
-
DeleteSourceBlobOnSuccess = "DeleteSourceBlobOnSuccess",
|
1577
|
-
ContinueOnErrors = "ContinueOnErrors"
|
1578
|
-
}
|
1579
|
-
|
1580
|
-
/** Known values of {@link PipelineRunSourceType} that the service accepts. */
|
1581
|
-
export declare enum KnownPipelineRunSourceType {
|
1582
|
-
AzureStorageBlob = "AzureStorageBlob"
|
1583
|
-
}
|
1584
|
-
|
1585
|
-
/** Known values of {@link PipelineRunTargetType} that the service accepts. */
|
1586
|
-
export declare enum KnownPipelineRunTargetType {
|
1587
|
-
AzureStorageBlob = "AzureStorageBlob"
|
1588
|
-
}
|
1589
|
-
|
1590
|
-
/** Known values of {@link PipelineSourceType} that the service accepts. */
|
1591
|
-
export declare enum KnownPipelineSourceType {
|
1592
|
-
AzureStorageBlobContainer = "AzureStorageBlobContainer"
|
1593
|
-
}
|
1594
|
-
|
1595
944
|
/** Known values of {@link PolicyStatus} that the service accepts. */
|
1596
945
|
export declare enum KnownPolicyStatus {
|
1597
946
|
Enabled = "enabled",
|
@@ -1693,30 +1042,6 @@ export declare enum KnownTaskStatus {
|
|
1693
1042
|
Enabled = "Enabled"
|
1694
1043
|
}
|
1695
1044
|
|
1696
|
-
/** Known values of {@link TlsStatus} that the service accepts. */
|
1697
|
-
export declare enum KnownTlsStatus {
|
1698
|
-
Enabled = "Enabled",
|
1699
|
-
Disabled = "Disabled"
|
1700
|
-
}
|
1701
|
-
|
1702
|
-
/** Known values of {@link TokenCertificateName} that the service accepts. */
|
1703
|
-
export declare enum KnownTokenCertificateName {
|
1704
|
-
Certificate1 = "certificate1",
|
1705
|
-
Certificate2 = "certificate2"
|
1706
|
-
}
|
1707
|
-
|
1708
|
-
/** Known values of {@link TokenPasswordName} that the service accepts. */
|
1709
|
-
export declare enum KnownTokenPasswordName {
|
1710
|
-
Password1 = "password1",
|
1711
|
-
Password2 = "password2"
|
1712
|
-
}
|
1713
|
-
|
1714
|
-
/** Known values of {@link TokenStatus} that the service accepts. */
|
1715
|
-
export declare enum KnownTokenStatus {
|
1716
|
-
Enabled = "enabled",
|
1717
|
-
Disabled = "disabled"
|
1718
|
-
}
|
1719
|
-
|
1720
1045
|
/** Known values of {@link TokenType} that the service accepts. */
|
1721
1046
|
export declare enum KnownTokenType {
|
1722
1047
|
PAT = "PAT",
|
@@ -1780,41 +1105,6 @@ export declare enum KnownZoneRedundancy {
|
|
1780
1105
|
*/
|
1781
1106
|
export declare type LastModifiedByType = string;
|
1782
1107
|
|
1783
|
-
/** The logging properties of the connected registry. */
|
1784
|
-
export declare interface LoggingProperties {
|
1785
|
-
/** The verbosity of logs persisted on the connected registry. */
|
1786
|
-
logLevel?: LogLevel;
|
1787
|
-
/** Indicates whether audit logs are enabled on the connected registry. */
|
1788
|
-
auditLogStatus?: AuditLogStatus;
|
1789
|
-
}
|
1790
|
-
|
1791
|
-
/** The login server properties of the connected registry. */
|
1792
|
-
export declare interface LoginServerProperties {
|
1793
|
-
/**
|
1794
|
-
* The host of the connected registry. Can be FQDN or IP.
|
1795
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1796
|
-
*/
|
1797
|
-
readonly host?: string;
|
1798
|
-
/**
|
1799
|
-
* The TLS properties of the connected registry login server.
|
1800
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1801
|
-
*/
|
1802
|
-
readonly tls?: TlsProperties;
|
1803
|
-
}
|
1804
|
-
|
1805
|
-
/**
|
1806
|
-
* Defines values for LogLevel. \
|
1807
|
-
* {@link KnownLogLevel} can be used interchangeably with LogLevel,
|
1808
|
-
* this enum contains the known values that the service supports.
|
1809
|
-
* ### Known values supported by the service
|
1810
|
-
* **Debug** \
|
1811
|
-
* **Information** \
|
1812
|
-
* **Warning** \
|
1813
|
-
* **Error** \
|
1814
|
-
* **None**
|
1815
|
-
*/
|
1816
|
-
export declare type LogLevel = string;
|
1817
|
-
|
1818
1108
|
/**
|
1819
1109
|
* Defines values for NetworkRuleBypassOptions. \
|
1820
1110
|
* {@link KnownNetworkRuleBypassOptions} can be used interchangeably with NetworkRuleBypassOptions,
|
@@ -1829,8 +1119,6 @@ export declare type NetworkRuleBypassOptions = string;
|
|
1829
1119
|
export declare interface NetworkRuleSet {
|
1830
1120
|
/** The default action of allow or deny when no other rules match. */
|
1831
1121
|
defaultAction: DefaultAction;
|
1832
|
-
/** The virtual network rules. */
|
1833
|
-
virtualNetworkRules?: VirtualNetworkRule[];
|
1834
1122
|
/** The IP ACL rules. */
|
1835
1123
|
ipRules?: IPRule[];
|
1836
1124
|
}
|
@@ -1904,304 +1192,72 @@ export declare interface Operations {
|
|
1904
1192
|
* Lists all of the available Azure Container Registry REST API operations.
|
1905
1193
|
* @param options The options parameters.
|
1906
1194
|
*/
|
1907
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationDefinition>;
|
1908
|
-
}
|
1909
|
-
|
1910
|
-
/** The definition of Azure Monitoring list. */
|
1911
|
-
export declare interface OperationServiceSpecificationDefinition {
|
1912
|
-
/** A list of Azure Monitoring metrics definition. */
|
1913
|
-
metricSpecifications?: OperationMetricSpecificationDefinition[];
|
1914
|
-
/** A list of Azure Monitoring log definitions. */
|
1915
|
-
logSpecifications?: OperationLogSpecificationDefinition[];
|
1916
|
-
}
|
1917
|
-
|
1918
|
-
/** Optional parameters. */
|
1919
|
-
export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
1920
|
-
}
|
1921
|
-
|
1922
|
-
/** Contains response data for the listNext operation. */
|
1923
|
-
export declare type OperationsListNextResponse = OperationListResult;
|
1924
|
-
|
1925
|
-
/** Optional parameters. */
|
1926
|
-
export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
1927
|
-
}
|
1928
|
-
|
1929
|
-
/** Contains response data for the list operation. */
|
1930
|
-
export declare type OperationsListResponse = OperationListResult;
|
1931
|
-
|
1932
|
-
/**
|
1933
|
-
* Defines values for OS. \
|
1934
|
-
* {@link KnownOS} can be used interchangeably with OS,
|
1935
|
-
* this enum contains the known values that the service supports.
|
1936
|
-
* ### Known values supported by the service
|
1937
|
-
* **Windows** \
|
1938
|
-
* **Linux**
|
1939
|
-
*/
|
1940
|
-
export declare type OS = string;
|
1941
|
-
|
1942
|
-
export declare interface OverrideTaskStepProperties {
|
1943
|
-
/** The source context against which run has to be queued. */
|
1944
|
-
contextPath?: string;
|
1945
|
-
/** The file against which run has to be queued. */
|
1946
|
-
file?: string;
|
1947
|
-
/**
|
1948
|
-
* Gets or sets the collection of override arguments to be used when
|
1949
|
-
* executing a build step.
|
1950
|
-
*/
|
1951
|
-
arguments?: Argument[];
|
1952
|
-
/** The name of the target build stage for the docker build. */
|
1953
|
-
target?: string;
|
1954
|
-
/** The collection of overridable values that can be passed when running a Task. */
|
1955
|
-
values?: SetValue[];
|
1956
|
-
/** Base64 encoded update trigger token that will be attached with the base image trigger webhook. */
|
1957
|
-
updateTriggerToken?: string;
|
1958
|
-
}
|
1959
|
-
|
1960
|
-
/** The properties of the connected registry parent. */
|
1961
|
-
export declare interface ParentProperties {
|
1962
|
-
/** The resource ID of the parent to which the connected registry will be associated. */
|
1963
|
-
id?: string;
|
1964
|
-
/** The sync properties of the connected registry with its parent. */
|
1965
|
-
syncProperties: SyncProperties;
|
1966
|
-
}
|
1967
|
-
|
1968
|
-
/** Defines values for PasswordName. */
|
1969
|
-
export declare type PasswordName = "password" | "password2";
|
1970
|
-
|
1971
|
-
/**
|
1972
|
-
* Defines values for PipelineOptions. \
|
1973
|
-
* {@link KnownPipelineOptions} can be used interchangeably with PipelineOptions,
|
1974
|
-
* this enum contains the known values that the service supports.
|
1975
|
-
* ### Known values supported by the service
|
1976
|
-
* **OverwriteTags** \
|
1977
|
-
* **OverwriteBlobs** \
|
1978
|
-
* **DeleteSourceBlobOnSuccess** \
|
1979
|
-
* **ContinueOnErrors**
|
1980
|
-
*/
|
1981
|
-
export declare type PipelineOptions = string;
|
1982
|
-
|
1983
|
-
/** An object that represents a pipeline run for a container registry. */
|
1984
|
-
export declare type PipelineRun = ProxyResource & {
|
1985
|
-
/**
|
1986
|
-
* The provisioning state of a pipeline run.
|
1987
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1988
|
-
*/
|
1989
|
-
readonly provisioningState?: ProvisioningState;
|
1990
|
-
/** The request parameters for a pipeline run. */
|
1991
|
-
request?: PipelineRunRequest;
|
1992
|
-
/**
|
1993
|
-
* The response of a pipeline run.
|
1994
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1995
|
-
*/
|
1996
|
-
readonly response?: PipelineRunResponse;
|
1997
|
-
/** How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed. */
|
1998
|
-
forceUpdateTag?: string;
|
1999
|
-
};
|
2000
|
-
|
2001
|
-
/** The result of a request to list pipeline runs for a container registry. */
|
2002
|
-
export declare interface PipelineRunListResult {
|
2003
|
-
/** The list of pipeline runs. Since this list may be incomplete, the nextLink field should be used to request the next list of pipeline runs. */
|
2004
|
-
value?: PipelineRun[];
|
2005
|
-
/** The URI that can be used to request the next list of pipeline runs. */
|
2006
|
-
nextLink?: string;
|
2007
|
-
}
|
2008
|
-
|
2009
|
-
/** The request properties provided for a pipeline run. */
|
2010
|
-
export declare interface PipelineRunRequest {
|
2011
|
-
/** The resource ID of the pipeline to run. */
|
2012
|
-
pipelineResourceId?: string;
|
2013
|
-
/**
|
2014
|
-
* List of source artifacts to be transferred by the pipeline.
|
2015
|
-
* Specify an image by repository ('hello-world'). This will use the 'latest' tag.
|
2016
|
-
* Specify an image by tag ('hello-world:latest').
|
2017
|
-
* Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123').
|
2018
|
-
*/
|
2019
|
-
artifacts?: string[];
|
2020
|
-
/** The source properties of the pipeline run. */
|
2021
|
-
source?: PipelineRunSourceProperties;
|
2022
|
-
/** The target properties of the pipeline run. */
|
2023
|
-
target?: PipelineRunTargetProperties;
|
2024
|
-
/** The digest of the tar used to transfer the artifacts. */
|
2025
|
-
catalogDigest?: string;
|
2026
|
-
}
|
2027
|
-
|
2028
|
-
/** The response properties returned for a pipeline run. */
|
2029
|
-
export declare interface PipelineRunResponse {
|
2030
|
-
/** The current status of the pipeline run. */
|
2031
|
-
status?: string;
|
2032
|
-
/** The artifacts imported in the pipeline run. */
|
2033
|
-
importedArtifacts?: string[];
|
2034
|
-
/** The current progress of the copy operation. */
|
2035
|
-
progress?: ProgressProperties;
|
2036
|
-
/** The time the pipeline run started. */
|
2037
|
-
startTime?: Date;
|
2038
|
-
/** The time the pipeline run finished. */
|
2039
|
-
finishTime?: Date;
|
2040
|
-
/** The source of the pipeline run. */
|
2041
|
-
source?: ImportPipelineSourceProperties;
|
2042
|
-
/** The target of the pipeline run. */
|
2043
|
-
target?: ExportPipelineTargetProperties;
|
2044
|
-
/** The digest of the tar used to transfer the artifacts. */
|
2045
|
-
catalogDigest?: string;
|
2046
|
-
/** The trigger that caused the pipeline run. */
|
2047
|
-
trigger?: PipelineTriggerDescriptor;
|
2048
|
-
/** The detailed error message for the pipeline run in the case of failure. */
|
2049
|
-
pipelineRunErrorMessage?: string;
|
2050
|
-
}
|
2051
|
-
|
2052
|
-
/** Interface representing a PipelineRuns. */
|
2053
|
-
export declare interface PipelineRuns {
|
2054
|
-
/**
|
2055
|
-
* Lists all the pipeline runs for the specified container registry.
|
2056
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
2057
|
-
* @param registryName The name of the container registry.
|
2058
|
-
* @param options The options parameters.
|
2059
|
-
*/
|
2060
|
-
list(resourceGroupName: string, registryName: string, options?: PipelineRunsListOptionalParams): PagedAsyncIterableIterator<PipelineRun>;
|
2061
|
-
/**
|
2062
|
-
* Gets the detailed information for a given pipeline run.
|
2063
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
2064
|
-
* @param registryName The name of the container registry.
|
2065
|
-
* @param pipelineRunName The name of the pipeline run.
|
2066
|
-
* @param options The options parameters.
|
2067
|
-
*/
|
2068
|
-
get(resourceGroupName: string, registryName: string, pipelineRunName: string, options?: PipelineRunsGetOptionalParams): Promise<PipelineRunsGetResponse>;
|
2069
|
-
/**
|
2070
|
-
* Creates a pipeline run for a container registry with the specified parameters
|
2071
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
2072
|
-
* @param registryName The name of the container registry.
|
2073
|
-
* @param pipelineRunName The name of the pipeline run.
|
2074
|
-
* @param pipelineRunCreateParameters The parameters for creating a pipeline run.
|
2075
|
-
* @param options The options parameters.
|
2076
|
-
*/
|
2077
|
-
beginCreate(resourceGroupName: string, registryName: string, pipelineRunName: string, pipelineRunCreateParameters: PipelineRun, options?: PipelineRunsCreateOptionalParams): Promise<PollerLike<PollOperationState<PipelineRunsCreateResponse>, PipelineRunsCreateResponse>>;
|
2078
|
-
/**
|
2079
|
-
* Creates a pipeline run for a container registry with the specified parameters
|
2080
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
2081
|
-
* @param registryName The name of the container registry.
|
2082
|
-
* @param pipelineRunName The name of the pipeline run.
|
2083
|
-
* @param pipelineRunCreateParameters The parameters for creating a pipeline run.
|
2084
|
-
* @param options The options parameters.
|
2085
|
-
*/
|
2086
|
-
beginCreateAndWait(resourceGroupName: string, registryName: string, pipelineRunName: string, pipelineRunCreateParameters: PipelineRun, options?: PipelineRunsCreateOptionalParams): Promise<PipelineRunsCreateResponse>;
|
2087
|
-
/**
|
2088
|
-
* Deletes a pipeline run from a container registry.
|
2089
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
2090
|
-
* @param registryName The name of the container registry.
|
2091
|
-
* @param pipelineRunName The name of the pipeline run.
|
2092
|
-
* @param options The options parameters.
|
2093
|
-
*/
|
2094
|
-
beginDelete(resourceGroupName: string, registryName: string, pipelineRunName: string, options?: PipelineRunsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
2095
|
-
/**
|
2096
|
-
* Deletes a pipeline run from a container registry.
|
2097
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
2098
|
-
* @param registryName The name of the container registry.
|
2099
|
-
* @param pipelineRunName The name of the pipeline run.
|
2100
|
-
* @param options The options parameters.
|
2101
|
-
*/
|
2102
|
-
beginDeleteAndWait(resourceGroupName: string, registryName: string, pipelineRunName: string, options?: PipelineRunsDeleteOptionalParams): Promise<void>;
|
2103
|
-
}
|
2104
|
-
|
2105
|
-
/** Optional parameters. */
|
2106
|
-
export declare interface PipelineRunsCreateOptionalParams extends coreClient.OperationOptions {
|
2107
|
-
/** Delay to wait until next poll, in milliseconds. */
|
2108
|
-
updateIntervalInMs?: number;
|
2109
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
2110
|
-
resumeFrom?: string;
|
2111
|
-
}
|
2112
|
-
|
2113
|
-
/** Contains response data for the create operation. */
|
2114
|
-
export declare type PipelineRunsCreateResponse = PipelineRun;
|
2115
|
-
|
2116
|
-
/** Optional parameters. */
|
2117
|
-
export declare interface PipelineRunsDeleteOptionalParams extends coreClient.OperationOptions {
|
2118
|
-
/** Delay to wait until next poll, in milliseconds. */
|
2119
|
-
updateIntervalInMs?: number;
|
2120
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
2121
|
-
resumeFrom?: string;
|
1195
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationDefinition>;
|
2122
1196
|
}
|
2123
1197
|
|
2124
|
-
/**
|
2125
|
-
export declare interface
|
1198
|
+
/** The definition of Azure Monitoring list. */
|
1199
|
+
export declare interface OperationServiceSpecificationDefinition {
|
1200
|
+
/** A list of Azure Monitoring metrics definition. */
|
1201
|
+
metricSpecifications?: OperationMetricSpecificationDefinition[];
|
1202
|
+
/** A list of Azure Monitoring log definitions. */
|
1203
|
+
logSpecifications?: OperationLogSpecificationDefinition[];
|
2126
1204
|
}
|
2127
1205
|
|
2128
|
-
/** Contains response data for the get operation. */
|
2129
|
-
export declare type PipelineRunsGetResponse = PipelineRun;
|
2130
|
-
|
2131
1206
|
/** Optional parameters. */
|
2132
|
-
export declare interface
|
1207
|
+
export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
2133
1208
|
}
|
2134
1209
|
|
2135
1210
|
/** Contains response data for the listNext operation. */
|
2136
|
-
export declare type
|
1211
|
+
export declare type OperationsListNextResponse = OperationListResult;
|
2137
1212
|
|
2138
1213
|
/** Optional parameters. */
|
2139
|
-
export declare interface
|
1214
|
+
export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
2140
1215
|
}
|
2141
1216
|
|
2142
1217
|
/** Contains response data for the list operation. */
|
2143
|
-
export declare type
|
2144
|
-
|
2145
|
-
export declare interface PipelineRunSourceProperties {
|
2146
|
-
/** The type of the source. */
|
2147
|
-
type?: PipelineRunSourceType;
|
2148
|
-
/** The name of the source. */
|
2149
|
-
name?: string;
|
2150
|
-
}
|
2151
|
-
|
2152
|
-
/**
|
2153
|
-
* Defines values for PipelineRunSourceType. \
|
2154
|
-
* {@link KnownPipelineRunSourceType} can be used interchangeably with PipelineRunSourceType,
|
2155
|
-
* this enum contains the known values that the service supports.
|
2156
|
-
* ### Known values supported by the service
|
2157
|
-
* **AzureStorageBlob**
|
2158
|
-
*/
|
2159
|
-
export declare type PipelineRunSourceType = string;
|
2160
|
-
|
2161
|
-
export declare interface PipelineRunTargetProperties {
|
2162
|
-
/** The type of the target. */
|
2163
|
-
type?: PipelineRunTargetType;
|
2164
|
-
/** The name of the target. */
|
2165
|
-
name?: string;
|
2166
|
-
}
|
1218
|
+
export declare type OperationsListResponse = OperationListResult;
|
2167
1219
|
|
2168
1220
|
/**
|
2169
|
-
* Defines values for
|
2170
|
-
* {@link
|
1221
|
+
* Defines values for OS. \
|
1222
|
+
* {@link KnownOS} can be used interchangeably with OS,
|
2171
1223
|
* this enum contains the known values that the service supports.
|
2172
1224
|
* ### Known values supported by the service
|
2173
|
-
* **
|
1225
|
+
* **Windows** \
|
1226
|
+
* **Linux**
|
2174
1227
|
*/
|
2175
|
-
export declare type
|
2176
|
-
|
2177
|
-
export declare interface PipelineSourceTriggerDescriptor {
|
2178
|
-
/** The timestamp when the source update happened. */
|
2179
|
-
timestamp?: Date;
|
2180
|
-
}
|
1228
|
+
export declare type OS = string;
|
2181
1229
|
|
2182
|
-
export declare interface
|
2183
|
-
/** The
|
2184
|
-
|
1230
|
+
export declare interface OverrideTaskStepProperties {
|
1231
|
+
/** The source context against which run has to be queued. */
|
1232
|
+
contextPath?: string;
|
1233
|
+
/** The file against which run has to be queued. */
|
1234
|
+
file?: string;
|
1235
|
+
/**
|
1236
|
+
* Gets or sets the collection of override arguments to be used when
|
1237
|
+
* executing a build step.
|
1238
|
+
*/
|
1239
|
+
arguments?: Argument[];
|
1240
|
+
/** The name of the target build stage for the docker build. */
|
1241
|
+
target?: string;
|
1242
|
+
/** The collection of overridable values that can be passed when running a Task. */
|
1243
|
+
values?: SetValue[];
|
1244
|
+
/** Base64 encoded update trigger token that will be attached with the base image trigger webhook. */
|
1245
|
+
updateTriggerToken?: string;
|
2185
1246
|
}
|
2186
1247
|
|
2187
|
-
/**
|
2188
|
-
|
2189
|
-
|
2190
|
-
|
2191
|
-
|
2192
|
-
|
2193
|
-
|
2194
|
-
|
2195
|
-
|
2196
|
-
export declare interface PipelineTriggerDescriptor {
|
2197
|
-
/** The source trigger that caused the pipeline run. */
|
2198
|
-
sourceTrigger?: PipelineSourceTriggerDescriptor;
|
1248
|
+
/** The properties of a package type. */
|
1249
|
+
export declare interface PackageType {
|
1250
|
+
/** The name of the package type. */
|
1251
|
+
name?: string;
|
1252
|
+
/**
|
1253
|
+
* The endpoint of the package type.
|
1254
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1255
|
+
*/
|
1256
|
+
readonly endpoint?: string;
|
2199
1257
|
}
|
2200
1258
|
|
2201
|
-
|
2202
|
-
|
2203
|
-
sourceTrigger?: PipelineSourceTriggerProperties;
|
2204
|
-
}
|
1259
|
+
/** Defines values for PasswordName. */
|
1260
|
+
export declare type PasswordName = "password" | "password2";
|
2205
1261
|
|
2206
1262
|
/** The platform properties against which the run has to happen. */
|
2207
1263
|
export declare interface PlatformProperties {
|
@@ -2402,11 +1458,6 @@ export declare interface PrivateLinkServiceConnectionState {
|
|
2402
1458
|
actionsRequired?: ActionsRequired;
|
2403
1459
|
}
|
2404
1460
|
|
2405
|
-
export declare interface ProgressProperties {
|
2406
|
-
/** The percentage complete of the copy operation. */
|
2407
|
-
percentage?: string;
|
2408
|
-
}
|
2409
|
-
|
2410
1461
|
/**
|
2411
1462
|
* Defines values for ProvisioningState. \
|
2412
1463
|
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
@@ -2570,6 +1621,14 @@ export declare interface Registries {
|
|
2570
1621
|
* @param options The options parameters.
|
2571
1622
|
*/
|
2572
1623
|
listUsages(resourceGroupName: string, registryName: string, options?: RegistriesListUsagesOptionalParams): Promise<RegistriesListUsagesResponse>;
|
1624
|
+
/**
|
1625
|
+
* Gets a private link resource by a specified group name for a container registry.
|
1626
|
+
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
1627
|
+
* @param registryName The name of the container registry.
|
1628
|
+
* @param groupName The name of the private link resource.
|
1629
|
+
* @param options The options parameters.
|
1630
|
+
*/
|
1631
|
+
getPrivateLinkResource(resourceGroupName: string, registryName: string, groupName: string, options?: RegistriesGetPrivateLinkResourceOptionalParams): Promise<RegistriesGetPrivateLinkResourceResponse>;
|
2573
1632
|
/**
|
2574
1633
|
* Lists the login credentials for the specified container registry.
|
2575
1634
|
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
@@ -2586,22 +1645,6 @@ export declare interface Registries {
|
|
2586
1645
|
* @param options The options parameters.
|
2587
1646
|
*/
|
2588
1647
|
regenerateCredential(resourceGroupName: string, registryName: string, regenerateCredentialParameters: RegenerateCredentialParameters, options?: RegistriesRegenerateCredentialOptionalParams): Promise<RegistriesRegenerateCredentialResponse>;
|
2589
|
-
/**
|
2590
|
-
* Generate keys for a token of a specified container registry.
|
2591
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
2592
|
-
* @param registryName The name of the container registry.
|
2593
|
-
* @param generateCredentialsParameters The parameters for generating credentials.
|
2594
|
-
* @param options The options parameters.
|
2595
|
-
*/
|
2596
|
-
beginGenerateCredentials(resourceGroupName: string, registryName: string, generateCredentialsParameters: GenerateCredentialsParameters, options?: RegistriesGenerateCredentialsOptionalParams): Promise<PollerLike<PollOperationState<RegistriesGenerateCredentialsResponse>, RegistriesGenerateCredentialsResponse>>;
|
2597
|
-
/**
|
2598
|
-
* Generate keys for a token of a specified container registry.
|
2599
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
2600
|
-
* @param registryName The name of the container registry.
|
2601
|
-
* @param generateCredentialsParameters The parameters for generating credentials.
|
2602
|
-
* @param options The options parameters.
|
2603
|
-
*/
|
2604
|
-
beginGenerateCredentialsAndWait(resourceGroupName: string, registryName: string, generateCredentialsParameters: GenerateCredentialsParameters, options?: RegistriesGenerateCredentialsOptionalParams): Promise<RegistriesGenerateCredentialsResponse>;
|
2605
1648
|
/**
|
2606
1649
|
* Schedules a new run based on the request parameters and add it to the run queue.
|
2607
1650
|
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
@@ -2653,17 +1696,6 @@ export declare interface RegistriesDeleteOptionalParams extends coreClient.Opera
|
|
2653
1696
|
resumeFrom?: string;
|
2654
1697
|
}
|
2655
1698
|
|
2656
|
-
/** Optional parameters. */
|
2657
|
-
export declare interface RegistriesGenerateCredentialsOptionalParams extends coreClient.OperationOptions {
|
2658
|
-
/** Delay to wait until next poll, in milliseconds. */
|
2659
|
-
updateIntervalInMs?: number;
|
2660
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
2661
|
-
resumeFrom?: string;
|
2662
|
-
}
|
2663
|
-
|
2664
|
-
/** Contains response data for the generateCredentials operation. */
|
2665
|
-
export declare type RegistriesGenerateCredentialsResponse = GenerateCredentialsResult;
|
2666
|
-
|
2667
1699
|
/** Optional parameters. */
|
2668
1700
|
export declare interface RegistriesGetBuildSourceUploadUrlOptionalParams extends coreClient.OperationOptions {
|
2669
1701
|
}
|
@@ -2675,6 +1707,13 @@ export declare type RegistriesGetBuildSourceUploadUrlResponse = SourceUploadDefi
|
|
2675
1707
|
export declare interface RegistriesGetOptionalParams extends coreClient.OperationOptions {
|
2676
1708
|
}
|
2677
1709
|
|
1710
|
+
/** Optional parameters. */
|
1711
|
+
export declare interface RegistriesGetPrivateLinkResourceOptionalParams extends coreClient.OperationOptions {
|
1712
|
+
}
|
1713
|
+
|
1714
|
+
/** Contains response data for the getPrivateLinkResource operation. */
|
1715
|
+
export declare type RegistriesGetPrivateLinkResourceResponse = PrivateLinkResource;
|
1716
|
+
|
2678
1717
|
/** Contains response data for the get operation. */
|
2679
1718
|
export declare type RegistriesGetResponse = Registry;
|
2680
1719
|
|
@@ -2823,8 +1862,6 @@ export declare type Registry = Resource & {
|
|
2823
1862
|
networkRuleBypassOptions?: NetworkRuleBypassOptions;
|
2824
1863
|
/** Whether or not zone redundancy is enabled for this container registry */
|
2825
1864
|
zoneRedundancy?: ZoneRedundancy;
|
2826
|
-
/** Enables registry-wide pull from unauthenticated clients. */
|
2827
|
-
anonymousPullEnabled?: boolean;
|
2828
1865
|
};
|
2829
1866
|
|
2830
1867
|
/** The response from the ListCredentials operation. */
|
@@ -2893,8 +1930,6 @@ export declare interface RegistryUpdateParameters {
|
|
2893
1930
|
publicNetworkAccess?: PublicNetworkAccess;
|
2894
1931
|
/** Whether to allow trusted Azure services to access a network restricted registry. */
|
2895
1932
|
networkRuleBypassOptions?: NetworkRuleBypassOptions;
|
2896
|
-
/** Enables registry-wide pull from unauthenticated clients. */
|
2897
|
-
anonymousPullEnabled?: boolean;
|
2898
1933
|
}
|
2899
1934
|
|
2900
1935
|
/** The quota usage for a container registry. */
|
@@ -3274,283 +2309,108 @@ export declare interface Runs {
|
|
3274
2309
|
* Patch the run properties.
|
3275
2310
|
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
3276
2311
|
* @param registryName The name of the container registry.
|
3277
|
-
* @param runId The run ID.
|
3278
|
-
* @param runUpdateParameters The run update properties.
|
3279
|
-
* @param options The options parameters.
|
3280
|
-
*/
|
3281
|
-
beginUpdate(resourceGroupName: string, registryName: string, runId: string, runUpdateParameters: RunUpdateParameters, options?: RunsUpdateOptionalParams): Promise<PollerLike<PollOperationState<RunsUpdateResponse>, RunsUpdateResponse>>;
|
3282
|
-
/**
|
3283
|
-
* Patch the run properties.
|
3284
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
3285
|
-
* @param registryName The name of the container registry.
|
3286
|
-
* @param runId The run ID.
|
3287
|
-
* @param runUpdateParameters The run update properties.
|
3288
|
-
* @param options The options parameters.
|
3289
|
-
*/
|
3290
|
-
beginUpdateAndWait(resourceGroupName: string, registryName: string, runId: string, runUpdateParameters: RunUpdateParameters, options?: RunsUpdateOptionalParams): Promise<RunsUpdateResponse>;
|
3291
|
-
/**
|
3292
|
-
* Gets a link to download the run logs.
|
3293
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
3294
|
-
* @param registryName The name of the container registry.
|
3295
|
-
* @param runId The run ID.
|
3296
|
-
* @param options The options parameters.
|
3297
|
-
*/
|
3298
|
-
getLogSasUrl(resourceGroupName: string, registryName: string, runId: string, options?: RunsGetLogSasUrlOptionalParams): Promise<RunsGetLogSasUrlResponse>;
|
3299
|
-
/**
|
3300
|
-
* Cancel an existing run.
|
3301
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
3302
|
-
* @param registryName The name of the container registry.
|
3303
|
-
* @param runId The run ID.
|
3304
|
-
* @param options The options parameters.
|
3305
|
-
*/
|
3306
|
-
beginCancel(resourceGroupName: string, registryName: string, runId: string, options?: RunsCancelOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
3307
|
-
/**
|
3308
|
-
* Cancel an existing run.
|
3309
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
3310
|
-
* @param registryName The name of the container registry.
|
3311
|
-
* @param runId The run ID.
|
3312
|
-
* @param options The options parameters.
|
3313
|
-
*/
|
3314
|
-
beginCancelAndWait(resourceGroupName: string, registryName: string, runId: string, options?: RunsCancelOptionalParams): Promise<void>;
|
3315
|
-
}
|
3316
|
-
|
3317
|
-
/** Optional parameters. */
|
3318
|
-
export declare interface RunsCancelOptionalParams extends coreClient.OperationOptions {
|
3319
|
-
/** Delay to wait until next poll, in milliseconds. */
|
3320
|
-
updateIntervalInMs?: number;
|
3321
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3322
|
-
resumeFrom?: string;
|
3323
|
-
}
|
3324
|
-
|
3325
|
-
/** Optional parameters. */
|
3326
|
-
export declare interface RunsGetLogSasUrlOptionalParams extends coreClient.OperationOptions {
|
3327
|
-
}
|
3328
|
-
|
3329
|
-
/** Contains response data for the getLogSasUrl operation. */
|
3330
|
-
export declare type RunsGetLogSasUrlResponse = RunGetLogResult;
|
3331
|
-
|
3332
|
-
/** Optional parameters. */
|
3333
|
-
export declare interface RunsGetOptionalParams extends coreClient.OperationOptions {
|
3334
|
-
}
|
3335
|
-
|
3336
|
-
/** Contains response data for the get operation. */
|
3337
|
-
export declare type RunsGetResponse = Run;
|
3338
|
-
|
3339
|
-
/** Optional parameters. */
|
3340
|
-
export declare interface RunsListNextOptionalParams extends coreClient.OperationOptions {
|
3341
|
-
/** The runs filter to apply on the operation. Arithmetic operators are not supported. The allowed string function is 'contains'. All logical operators except 'Not', 'Has', 'All' are allowed. */
|
3342
|
-
filter?: string;
|
3343
|
-
/** $top is supported for get list of runs, which limits the maximum number of runs to return. */
|
3344
|
-
top?: number;
|
3345
|
-
}
|
3346
|
-
|
3347
|
-
/** Contains response data for the listNext operation. */
|
3348
|
-
export declare type RunsListNextResponse = RunListResult;
|
3349
|
-
|
3350
|
-
/** Optional parameters. */
|
3351
|
-
export declare interface RunsListOptionalParams extends coreClient.OperationOptions {
|
3352
|
-
/** The runs filter to apply on the operation. Arithmetic operators are not supported. The allowed string function is 'contains'. All logical operators except 'Not', 'Has', 'All' are allowed. */
|
3353
|
-
filter?: string;
|
3354
|
-
/** $top is supported for get list of runs, which limits the maximum number of runs to return. */
|
3355
|
-
top?: number;
|
3356
|
-
}
|
3357
|
-
|
3358
|
-
/** Contains response data for the list operation. */
|
3359
|
-
export declare type RunsListResponse = RunListResult;
|
3360
|
-
|
3361
|
-
/**
|
3362
|
-
* Defines values for RunStatus. \
|
3363
|
-
* {@link KnownRunStatus} can be used interchangeably with RunStatus,
|
3364
|
-
* this enum contains the known values that the service supports.
|
3365
|
-
* ### Known values supported by the service
|
3366
|
-
* **Queued** \
|
3367
|
-
* **Started** \
|
3368
|
-
* **Running** \
|
3369
|
-
* **Succeeded** \
|
3370
|
-
* **Failed** \
|
3371
|
-
* **Canceled** \
|
3372
|
-
* **Error** \
|
3373
|
-
* **Timeout**
|
3374
|
-
*/
|
3375
|
-
export declare type RunStatus = string;
|
3376
|
-
|
3377
|
-
/** Optional parameters. */
|
3378
|
-
export declare interface RunsUpdateOptionalParams extends coreClient.OperationOptions {
|
3379
|
-
/** Delay to wait until next poll, in milliseconds. */
|
3380
|
-
updateIntervalInMs?: number;
|
3381
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3382
|
-
resumeFrom?: string;
|
3383
|
-
}
|
3384
|
-
|
3385
|
-
/** Contains response data for the update operation. */
|
3386
|
-
export declare type RunsUpdateResponse = Run;
|
3387
|
-
|
3388
|
-
/**
|
3389
|
-
* Defines values for RunType. \
|
3390
|
-
* {@link KnownRunType} can be used interchangeably with RunType,
|
3391
|
-
* this enum contains the known values that the service supports.
|
3392
|
-
* ### Known values supported by the service
|
3393
|
-
* **QuickBuild** \
|
3394
|
-
* **QuickRun** \
|
3395
|
-
* **AutoBuild** \
|
3396
|
-
* **AutoRun**
|
3397
|
-
*/
|
3398
|
-
export declare type RunType = string;
|
3399
|
-
|
3400
|
-
/** The set of run properties that can be updated. */
|
3401
|
-
export declare interface RunUpdateParameters {
|
3402
|
-
/** The value that indicates whether archiving is enabled or not. */
|
3403
|
-
isArchiveEnabled?: boolean;
|
3404
|
-
}
|
3405
|
-
|
3406
|
-
/** An object that represents a scope map for a container registry. */
|
3407
|
-
export declare type ScopeMap = ProxyResource & {
|
3408
|
-
/** The user friendly description of the scope map. */
|
3409
|
-
description?: string;
|
3410
|
-
/**
|
3411
|
-
* The type of the scope map. E.g. BuildIn scope map.
|
3412
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3413
|
-
*/
|
3414
|
-
readonly typePropertiesType?: string;
|
3415
|
-
/**
|
3416
|
-
* The creation date of scope map.
|
3417
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3418
|
-
*/
|
3419
|
-
readonly creationDate?: Date;
|
3420
|
-
/**
|
3421
|
-
* Provisioning state of the resource.
|
3422
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3423
|
-
*/
|
3424
|
-
readonly provisioningState?: ProvisioningState;
|
3425
|
-
/**
|
3426
|
-
* The list of scoped permissions for registry artifacts.
|
3427
|
-
* E.g. repositories/repository-name/content/read,
|
3428
|
-
* repositories/repository-name/metadata/write
|
3429
|
-
*/
|
3430
|
-
actions?: string[];
|
3431
|
-
};
|
3432
|
-
|
3433
|
-
/** The result of a request to list scope maps for a container registry. */
|
3434
|
-
export declare interface ScopeMapListResult {
|
3435
|
-
/** The list of scope maps. Since this list may be incomplete, the nextLink field should be used to request the next list of scope maps. */
|
3436
|
-
value?: ScopeMap[];
|
3437
|
-
/** The URI that can be used to request the next list of scope maps. */
|
3438
|
-
nextLink?: string;
|
3439
|
-
}
|
3440
|
-
|
3441
|
-
/** Interface representing a ScopeMaps. */
|
3442
|
-
export declare interface ScopeMaps {
|
3443
|
-
/**
|
3444
|
-
* Lists all the scope maps for the specified container registry.
|
3445
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
3446
|
-
* @param registryName The name of the container registry.
|
3447
|
-
* @param options The options parameters.
|
3448
|
-
*/
|
3449
|
-
list(resourceGroupName: string, registryName: string, options?: ScopeMapsListOptionalParams): PagedAsyncIterableIterator<ScopeMap>;
|
3450
|
-
/**
|
3451
|
-
* Gets the properties of the specified scope map.
|
3452
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
3453
|
-
* @param registryName The name of the container registry.
|
3454
|
-
* @param scopeMapName The name of the scope map.
|
3455
|
-
* @param options The options parameters.
|
3456
|
-
*/
|
3457
|
-
get(resourceGroupName: string, registryName: string, scopeMapName: string, options?: ScopeMapsGetOptionalParams): Promise<ScopeMapsGetResponse>;
|
3458
|
-
/**
|
3459
|
-
* Creates a scope map for a container registry with the specified parameters.
|
3460
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
3461
|
-
* @param registryName The name of the container registry.
|
3462
|
-
* @param scopeMapName The name of the scope map.
|
3463
|
-
* @param scopeMapCreateParameters The parameters for creating a scope map.
|
3464
|
-
* @param options The options parameters.
|
3465
|
-
*/
|
3466
|
-
beginCreate(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapCreateParameters: ScopeMap, options?: ScopeMapsCreateOptionalParams): Promise<PollerLike<PollOperationState<ScopeMapsCreateResponse>, ScopeMapsCreateResponse>>;
|
3467
|
-
/**
|
3468
|
-
* Creates a scope map for a container registry with the specified parameters.
|
3469
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
3470
|
-
* @param registryName The name of the container registry.
|
3471
|
-
* @param scopeMapName The name of the scope map.
|
3472
|
-
* @param scopeMapCreateParameters The parameters for creating a scope map.
|
2312
|
+
* @param runId The run ID.
|
2313
|
+
* @param runUpdateParameters The run update properties.
|
3473
2314
|
* @param options The options parameters.
|
3474
2315
|
*/
|
3475
|
-
|
2316
|
+
beginUpdate(resourceGroupName: string, registryName: string, runId: string, runUpdateParameters: RunUpdateParameters, options?: RunsUpdateOptionalParams): Promise<PollerLike<PollOperationState<RunsUpdateResponse>, RunsUpdateResponse>>;
|
3476
2317
|
/**
|
3477
|
-
*
|
2318
|
+
* Patch the run properties.
|
3478
2319
|
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
3479
2320
|
* @param registryName The name of the container registry.
|
3480
|
-
* @param
|
2321
|
+
* @param runId The run ID.
|
2322
|
+
* @param runUpdateParameters The run update properties.
|
3481
2323
|
* @param options The options parameters.
|
3482
2324
|
*/
|
3483
|
-
|
2325
|
+
beginUpdateAndWait(resourceGroupName: string, registryName: string, runId: string, runUpdateParameters: RunUpdateParameters, options?: RunsUpdateOptionalParams): Promise<RunsUpdateResponse>;
|
3484
2326
|
/**
|
3485
|
-
*
|
2327
|
+
* Gets a link to download the run logs.
|
3486
2328
|
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
3487
2329
|
* @param registryName The name of the container registry.
|
3488
|
-
* @param
|
2330
|
+
* @param runId The run ID.
|
3489
2331
|
* @param options The options parameters.
|
3490
2332
|
*/
|
3491
|
-
|
2333
|
+
getLogSasUrl(resourceGroupName: string, registryName: string, runId: string, options?: RunsGetLogSasUrlOptionalParams): Promise<RunsGetLogSasUrlResponse>;
|
3492
2334
|
/**
|
3493
|
-
*
|
2335
|
+
* Cancel an existing run.
|
3494
2336
|
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
3495
2337
|
* @param registryName The name of the container registry.
|
3496
|
-
* @param
|
3497
|
-
* @param scopeMapUpdateParameters The parameters for updating a scope map.
|
2338
|
+
* @param runId The run ID.
|
3498
2339
|
* @param options The options parameters.
|
3499
2340
|
*/
|
3500
|
-
|
2341
|
+
beginCancel(resourceGroupName: string, registryName: string, runId: string, options?: RunsCancelOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
3501
2342
|
/**
|
3502
|
-
*
|
2343
|
+
* Cancel an existing run.
|
3503
2344
|
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
3504
2345
|
* @param registryName The name of the container registry.
|
3505
|
-
* @param
|
3506
|
-
* @param scopeMapUpdateParameters The parameters for updating a scope map.
|
2346
|
+
* @param runId The run ID.
|
3507
2347
|
* @param options The options parameters.
|
3508
2348
|
*/
|
3509
|
-
|
2349
|
+
beginCancelAndWait(resourceGroupName: string, registryName: string, runId: string, options?: RunsCancelOptionalParams): Promise<void>;
|
3510
2350
|
}
|
3511
2351
|
|
3512
2352
|
/** Optional parameters. */
|
3513
|
-
export declare interface
|
2353
|
+
export declare interface RunsCancelOptionalParams extends coreClient.OperationOptions {
|
3514
2354
|
/** Delay to wait until next poll, in milliseconds. */
|
3515
2355
|
updateIntervalInMs?: number;
|
3516
2356
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3517
2357
|
resumeFrom?: string;
|
3518
2358
|
}
|
3519
2359
|
|
3520
|
-
/** Contains response data for the create operation. */
|
3521
|
-
export declare type ScopeMapsCreateResponse = ScopeMap;
|
3522
|
-
|
3523
2360
|
/** Optional parameters. */
|
3524
|
-
export declare interface
|
3525
|
-
/** Delay to wait until next poll, in milliseconds. */
|
3526
|
-
updateIntervalInMs?: number;
|
3527
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3528
|
-
resumeFrom?: string;
|
2361
|
+
export declare interface RunsGetLogSasUrlOptionalParams extends coreClient.OperationOptions {
|
3529
2362
|
}
|
3530
2363
|
|
2364
|
+
/** Contains response data for the getLogSasUrl operation. */
|
2365
|
+
export declare type RunsGetLogSasUrlResponse = RunGetLogResult;
|
2366
|
+
|
3531
2367
|
/** Optional parameters. */
|
3532
|
-
export declare interface
|
2368
|
+
export declare interface RunsGetOptionalParams extends coreClient.OperationOptions {
|
3533
2369
|
}
|
3534
2370
|
|
3535
2371
|
/** Contains response data for the get operation. */
|
3536
|
-
export declare type
|
2372
|
+
export declare type RunsGetResponse = Run;
|
3537
2373
|
|
3538
2374
|
/** Optional parameters. */
|
3539
|
-
export declare interface
|
2375
|
+
export declare interface RunsListNextOptionalParams extends coreClient.OperationOptions {
|
2376
|
+
/** The runs filter to apply on the operation. Arithmetic operators are not supported. The allowed string function is 'contains'. All logical operators except 'Not', 'Has', 'All' are allowed. */
|
2377
|
+
filter?: string;
|
2378
|
+
/** $top is supported for get list of runs, which limits the maximum number of runs to return. */
|
2379
|
+
top?: number;
|
3540
2380
|
}
|
3541
2381
|
|
3542
2382
|
/** Contains response data for the listNext operation. */
|
3543
|
-
export declare type
|
2383
|
+
export declare type RunsListNextResponse = RunListResult;
|
3544
2384
|
|
3545
2385
|
/** Optional parameters. */
|
3546
|
-
export declare interface
|
2386
|
+
export declare interface RunsListOptionalParams extends coreClient.OperationOptions {
|
2387
|
+
/** The runs filter to apply on the operation. Arithmetic operators are not supported. The allowed string function is 'contains'. All logical operators except 'Not', 'Has', 'All' are allowed. */
|
2388
|
+
filter?: string;
|
2389
|
+
/** $top is supported for get list of runs, which limits the maximum number of runs to return. */
|
2390
|
+
top?: number;
|
3547
2391
|
}
|
3548
2392
|
|
3549
2393
|
/** Contains response data for the list operation. */
|
3550
|
-
export declare type
|
2394
|
+
export declare type RunsListResponse = RunListResult;
|
2395
|
+
|
2396
|
+
/**
|
2397
|
+
* Defines values for RunStatus. \
|
2398
|
+
* {@link KnownRunStatus} can be used interchangeably with RunStatus,
|
2399
|
+
* this enum contains the known values that the service supports.
|
2400
|
+
* ### Known values supported by the service
|
2401
|
+
* **Queued** \
|
2402
|
+
* **Started** \
|
2403
|
+
* **Running** \
|
2404
|
+
* **Succeeded** \
|
2405
|
+
* **Failed** \
|
2406
|
+
* **Canceled** \
|
2407
|
+
* **Error** \
|
2408
|
+
* **Timeout**
|
2409
|
+
*/
|
2410
|
+
export declare type RunStatus = string;
|
3551
2411
|
|
3552
2412
|
/** Optional parameters. */
|
3553
|
-
export declare interface
|
2413
|
+
export declare interface RunsUpdateOptionalParams extends coreClient.OperationOptions {
|
3554
2414
|
/** Delay to wait until next poll, in milliseconds. */
|
3555
2415
|
updateIntervalInMs?: number;
|
3556
2416
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
@@ -3558,18 +2418,24 @@ export declare interface ScopeMapsUpdateOptionalParams extends coreClient.Operat
|
|
3558
2418
|
}
|
3559
2419
|
|
3560
2420
|
/** Contains response data for the update operation. */
|
3561
|
-
export declare type
|
2421
|
+
export declare type RunsUpdateResponse = Run;
|
3562
2422
|
|
3563
|
-
/**
|
3564
|
-
|
3565
|
-
|
3566
|
-
|
3567
|
-
|
3568
|
-
|
3569
|
-
|
3570
|
-
|
3571
|
-
|
3572
|
-
|
2423
|
+
/**
|
2424
|
+
* Defines values for RunType. \
|
2425
|
+
* {@link KnownRunType} can be used interchangeably with RunType,
|
2426
|
+
* this enum contains the known values that the service supports.
|
2427
|
+
* ### Known values supported by the service
|
2428
|
+
* **QuickBuild** \
|
2429
|
+
* **QuickRun** \
|
2430
|
+
* **AutoBuild** \
|
2431
|
+
* **AutoRun**
|
2432
|
+
*/
|
2433
|
+
export declare type RunType = string;
|
2434
|
+
|
2435
|
+
/** The set of run properties that can be updated. */
|
2436
|
+
export declare interface RunUpdateParameters {
|
2437
|
+
/** The value that indicates whether archiving is enabled or not. */
|
2438
|
+
isArchiveEnabled?: boolean;
|
3573
2439
|
}
|
3574
2440
|
|
3575
2441
|
/** Describes the properties of a secret object value. */
|
@@ -3789,35 +2655,6 @@ export declare interface Status {
|
|
3789
2655
|
readonly timestamp?: Date;
|
3790
2656
|
}
|
3791
2657
|
|
3792
|
-
/** The status detail properties of the connected registry. */
|
3793
|
-
export declare interface StatusDetailProperties {
|
3794
|
-
/**
|
3795
|
-
* The component of the connected registry corresponding to the status.
|
3796
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3797
|
-
*/
|
3798
|
-
readonly type?: string;
|
3799
|
-
/**
|
3800
|
-
* The code of the status.
|
3801
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3802
|
-
*/
|
3803
|
-
readonly code?: string;
|
3804
|
-
/**
|
3805
|
-
* The description of the status.
|
3806
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3807
|
-
*/
|
3808
|
-
readonly description?: string;
|
3809
|
-
/**
|
3810
|
-
* The timestamp of the status.
|
3811
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3812
|
-
*/
|
3813
|
-
readonly timestamp?: Date;
|
3814
|
-
/**
|
3815
|
-
* The correlation ID of the status.
|
3816
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3817
|
-
*/
|
3818
|
-
readonly correlationId?: string;
|
3819
|
-
}
|
3820
|
-
|
3821
2658
|
/**
|
3822
2659
|
* Defines values for StepType. \
|
3823
2660
|
* {@link KnownStepType} can be used interchangeably with StepType,
|
@@ -3829,36 +2666,10 @@ export declare interface StatusDetailProperties {
|
|
3829
2666
|
*/
|
3830
2667
|
export declare type StepType = string;
|
3831
2668
|
|
3832
|
-
/** The
|
3833
|
-
export declare interface
|
3834
|
-
/** The resource ID of the
|
3835
|
-
|
3836
|
-
/** The cron expression indicating the schedule that the connected registry will sync with its parent. */
|
3837
|
-
schedule?: string;
|
3838
|
-
/** The time window during which sync is enabled for each schedule occurrence. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601. */
|
3839
|
-
syncWindow?: string;
|
3840
|
-
/** The period of time for which a message is available to sync before it is expired. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601. */
|
3841
|
-
messageTtl: string;
|
3842
|
-
/**
|
3843
|
-
* The last time a sync occurred between the connected registry and its parent.
|
3844
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3845
|
-
*/
|
3846
|
-
readonly lastSyncTime?: Date;
|
3847
|
-
/**
|
3848
|
-
* The gateway endpoint used by the connected registry to communicate with its parent.
|
3849
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3850
|
-
*/
|
3851
|
-
readonly gatewayEndpoint?: string;
|
3852
|
-
}
|
3853
|
-
|
3854
|
-
/** The parameters for updating the sync properties of the connected registry with its parent. */
|
3855
|
-
export declare interface SyncUpdateProperties {
|
3856
|
-
/** The cron expression indicating the schedule that the connected registry will sync with its parent. */
|
3857
|
-
schedule?: string;
|
3858
|
-
/** The time window during which sync is enabled for each schedule occurrence. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601. */
|
3859
|
-
syncWindow?: string;
|
3860
|
-
/** The period of time for which a message is available to sync before it is expired. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601. */
|
3861
|
-
messageTtl?: string;
|
2669
|
+
/** The properties of a storage account for a container registry. Only applicable to Classic SKU. */
|
2670
|
+
export declare interface StorageAccountProperties {
|
2671
|
+
/** The resource ID of the storage account. */
|
2672
|
+
id: string;
|
3862
2673
|
}
|
3863
2674
|
|
3864
2675
|
/** Metadata pertaining to creation and last modification of the resource. */
|
@@ -4373,256 +3184,6 @@ export declare interface TimerTriggerUpdateParameters {
|
|
4373
3184
|
name: string;
|
4374
3185
|
}
|
4375
3186
|
|
4376
|
-
/** The TLS certificate properties of the connected registry login server. */
|
4377
|
-
export declare interface TlsCertificateProperties {
|
4378
|
-
/**
|
4379
|
-
* The type of certificate location.
|
4380
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
4381
|
-
*/
|
4382
|
-
readonly type?: CertificateType;
|
4383
|
-
/**
|
4384
|
-
* Indicates the location of the certificates.
|
4385
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
4386
|
-
*/
|
4387
|
-
readonly location?: string;
|
4388
|
-
}
|
4389
|
-
|
4390
|
-
/** The TLS properties of the connected registry login server. */
|
4391
|
-
export declare interface TlsProperties {
|
4392
|
-
/**
|
4393
|
-
* Indicates whether HTTPS is enabled for the login server.
|
4394
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
4395
|
-
*/
|
4396
|
-
readonly status?: TlsStatus;
|
4397
|
-
/**
|
4398
|
-
* The certificate used to configure HTTPS for the login server.
|
4399
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
4400
|
-
*/
|
4401
|
-
readonly certificate?: TlsCertificateProperties;
|
4402
|
-
}
|
4403
|
-
|
4404
|
-
/**
|
4405
|
-
* Defines values for TlsStatus. \
|
4406
|
-
* {@link KnownTlsStatus} can be used interchangeably with TlsStatus,
|
4407
|
-
* this enum contains the known values that the service supports.
|
4408
|
-
* ### Known values supported by the service
|
4409
|
-
* **Enabled** \
|
4410
|
-
* **Disabled**
|
4411
|
-
*/
|
4412
|
-
export declare type TlsStatus = string;
|
4413
|
-
|
4414
|
-
/** An object that represents a token for a container registry. */
|
4415
|
-
export declare type Token = ProxyResource & {
|
4416
|
-
/**
|
4417
|
-
* The creation date of scope map.
|
4418
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
4419
|
-
*/
|
4420
|
-
readonly creationDate?: Date;
|
4421
|
-
/**
|
4422
|
-
* Provisioning state of the resource.
|
4423
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
4424
|
-
*/
|
4425
|
-
readonly provisioningState?: ProvisioningState;
|
4426
|
-
/** The resource ID of the scope map to which the token will be associated with. */
|
4427
|
-
scopeMapId?: string;
|
4428
|
-
/** The credentials that can be used for authenticating the token. */
|
4429
|
-
credentials?: TokenCredentialsProperties;
|
4430
|
-
/** The status of the token example enabled or disabled. */
|
4431
|
-
status?: TokenStatus;
|
4432
|
-
};
|
4433
|
-
|
4434
|
-
/** The properties of a certificate used for authenticating a token. */
|
4435
|
-
export declare interface TokenCertificate {
|
4436
|
-
name?: TokenCertificateName;
|
4437
|
-
/** The expiry datetime of the certificate. */
|
4438
|
-
expiry?: Date;
|
4439
|
-
/** The thumbprint of the certificate. */
|
4440
|
-
thumbprint?: string;
|
4441
|
-
/** Base 64 encoded string of the public certificate1 in PEM format that will be used for authenticating the token. */
|
4442
|
-
encodedPemCertificate?: string;
|
4443
|
-
}
|
4444
|
-
|
4445
|
-
/**
|
4446
|
-
* Defines values for TokenCertificateName. \
|
4447
|
-
* {@link KnownTokenCertificateName} can be used interchangeably with TokenCertificateName,
|
4448
|
-
* this enum contains the known values that the service supports.
|
4449
|
-
* ### Known values supported by the service
|
4450
|
-
* **certificate1** \
|
4451
|
-
* **certificate2**
|
4452
|
-
*/
|
4453
|
-
export declare type TokenCertificateName = string;
|
4454
|
-
|
4455
|
-
/** The properties of the credentials that can be used for authenticating the token. */
|
4456
|
-
export declare interface TokenCredentialsProperties {
|
4457
|
-
certificates?: TokenCertificate[];
|
4458
|
-
passwords?: TokenPassword[];
|
4459
|
-
}
|
4460
|
-
|
4461
|
-
/** The result of a request to list tokens for a container registry. */
|
4462
|
-
export declare interface TokenListResult {
|
4463
|
-
/** The list of tokens. Since this list may be incomplete, the nextLink field should be used to request the next list of tokens. */
|
4464
|
-
value?: Token[];
|
4465
|
-
/** The URI that can be used to request the next list of tokens. */
|
4466
|
-
nextLink?: string;
|
4467
|
-
}
|
4468
|
-
|
4469
|
-
/** The password that will be used for authenticating the token of a container registry. */
|
4470
|
-
export declare interface TokenPassword {
|
4471
|
-
/** The creation datetime of the password. */
|
4472
|
-
creationTime?: Date;
|
4473
|
-
/** The expiry datetime of the password. */
|
4474
|
-
expiry?: Date;
|
4475
|
-
/** The password name "password1" or "password2" */
|
4476
|
-
name?: TokenPasswordName;
|
4477
|
-
/**
|
4478
|
-
* The password value.
|
4479
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
4480
|
-
*/
|
4481
|
-
readonly value?: string;
|
4482
|
-
}
|
4483
|
-
|
4484
|
-
/**
|
4485
|
-
* Defines values for TokenPasswordName. \
|
4486
|
-
* {@link KnownTokenPasswordName} can be used interchangeably with TokenPasswordName,
|
4487
|
-
* this enum contains the known values that the service supports.
|
4488
|
-
* ### Known values supported by the service
|
4489
|
-
* **password1** \
|
4490
|
-
* **password2**
|
4491
|
-
*/
|
4492
|
-
export declare type TokenPasswordName = string;
|
4493
|
-
|
4494
|
-
/** Interface representing a Tokens. */
|
4495
|
-
export declare interface Tokens {
|
4496
|
-
/**
|
4497
|
-
* Lists all the tokens for the specified container registry.
|
4498
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
4499
|
-
* @param registryName The name of the container registry.
|
4500
|
-
* @param options The options parameters.
|
4501
|
-
*/
|
4502
|
-
list(resourceGroupName: string, registryName: string, options?: TokensListOptionalParams): PagedAsyncIterableIterator<Token>;
|
4503
|
-
/**
|
4504
|
-
* Gets the properties of the specified token.
|
4505
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
4506
|
-
* @param registryName The name of the container registry.
|
4507
|
-
* @param tokenName The name of the token.
|
4508
|
-
* @param options The options parameters.
|
4509
|
-
*/
|
4510
|
-
get(resourceGroupName: string, registryName: string, tokenName: string, options?: TokensGetOptionalParams): Promise<TokensGetResponse>;
|
4511
|
-
/**
|
4512
|
-
* Creates a token for a container registry with the specified parameters.
|
4513
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
4514
|
-
* @param registryName The name of the container registry.
|
4515
|
-
* @param tokenName The name of the token.
|
4516
|
-
* @param tokenCreateParameters The parameters for creating a token.
|
4517
|
-
* @param options The options parameters.
|
4518
|
-
*/
|
4519
|
-
beginCreate(resourceGroupName: string, registryName: string, tokenName: string, tokenCreateParameters: Token, options?: TokensCreateOptionalParams): Promise<PollerLike<PollOperationState<TokensCreateResponse>, TokensCreateResponse>>;
|
4520
|
-
/**
|
4521
|
-
* Creates a token for a container registry with the specified parameters.
|
4522
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
4523
|
-
* @param registryName The name of the container registry.
|
4524
|
-
* @param tokenName The name of the token.
|
4525
|
-
* @param tokenCreateParameters The parameters for creating a token.
|
4526
|
-
* @param options The options parameters.
|
4527
|
-
*/
|
4528
|
-
beginCreateAndWait(resourceGroupName: string, registryName: string, tokenName: string, tokenCreateParameters: Token, options?: TokensCreateOptionalParams): Promise<TokensCreateResponse>;
|
4529
|
-
/**
|
4530
|
-
* Deletes a token from a container registry.
|
4531
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
4532
|
-
* @param registryName The name of the container registry.
|
4533
|
-
* @param tokenName The name of the token.
|
4534
|
-
* @param options The options parameters.
|
4535
|
-
*/
|
4536
|
-
beginDelete(resourceGroupName: string, registryName: string, tokenName: string, options?: TokensDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
4537
|
-
/**
|
4538
|
-
* Deletes a token from a container registry.
|
4539
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
4540
|
-
* @param registryName The name of the container registry.
|
4541
|
-
* @param tokenName The name of the token.
|
4542
|
-
* @param options The options parameters.
|
4543
|
-
*/
|
4544
|
-
beginDeleteAndWait(resourceGroupName: string, registryName: string, tokenName: string, options?: TokensDeleteOptionalParams): Promise<void>;
|
4545
|
-
/**
|
4546
|
-
* Updates a token with the specified parameters.
|
4547
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
4548
|
-
* @param registryName The name of the container registry.
|
4549
|
-
* @param tokenName The name of the token.
|
4550
|
-
* @param tokenUpdateParameters The parameters for updating a token.
|
4551
|
-
* @param options The options parameters.
|
4552
|
-
*/
|
4553
|
-
beginUpdate(resourceGroupName: string, registryName: string, tokenName: string, tokenUpdateParameters: TokenUpdateParameters, options?: TokensUpdateOptionalParams): Promise<PollerLike<PollOperationState<TokensUpdateResponse>, TokensUpdateResponse>>;
|
4554
|
-
/**
|
4555
|
-
* Updates a token with the specified parameters.
|
4556
|
-
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
4557
|
-
* @param registryName The name of the container registry.
|
4558
|
-
* @param tokenName The name of the token.
|
4559
|
-
* @param tokenUpdateParameters The parameters for updating a token.
|
4560
|
-
* @param options The options parameters.
|
4561
|
-
*/
|
4562
|
-
beginUpdateAndWait(resourceGroupName: string, registryName: string, tokenName: string, tokenUpdateParameters: TokenUpdateParameters, options?: TokensUpdateOptionalParams): Promise<TokensUpdateResponse>;
|
4563
|
-
}
|
4564
|
-
|
4565
|
-
/** Optional parameters. */
|
4566
|
-
export declare interface TokensCreateOptionalParams extends coreClient.OperationOptions {
|
4567
|
-
/** Delay to wait until next poll, in milliseconds. */
|
4568
|
-
updateIntervalInMs?: number;
|
4569
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
4570
|
-
resumeFrom?: string;
|
4571
|
-
}
|
4572
|
-
|
4573
|
-
/** Contains response data for the create operation. */
|
4574
|
-
export declare type TokensCreateResponse = Token;
|
4575
|
-
|
4576
|
-
/** Optional parameters. */
|
4577
|
-
export declare interface TokensDeleteOptionalParams extends coreClient.OperationOptions {
|
4578
|
-
/** Delay to wait until next poll, in milliseconds. */
|
4579
|
-
updateIntervalInMs?: number;
|
4580
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
4581
|
-
resumeFrom?: string;
|
4582
|
-
}
|
4583
|
-
|
4584
|
-
/** Optional parameters. */
|
4585
|
-
export declare interface TokensGetOptionalParams extends coreClient.OperationOptions {
|
4586
|
-
}
|
4587
|
-
|
4588
|
-
/** Contains response data for the get operation. */
|
4589
|
-
export declare type TokensGetResponse = Token;
|
4590
|
-
|
4591
|
-
/** Optional parameters. */
|
4592
|
-
export declare interface TokensListNextOptionalParams extends coreClient.OperationOptions {
|
4593
|
-
}
|
4594
|
-
|
4595
|
-
/** Contains response data for the listNext operation. */
|
4596
|
-
export declare type TokensListNextResponse = TokenListResult;
|
4597
|
-
|
4598
|
-
/** Optional parameters. */
|
4599
|
-
export declare interface TokensListOptionalParams extends coreClient.OperationOptions {
|
4600
|
-
}
|
4601
|
-
|
4602
|
-
/** Contains response data for the list operation. */
|
4603
|
-
export declare type TokensListResponse = TokenListResult;
|
4604
|
-
|
4605
|
-
/**
|
4606
|
-
* Defines values for TokenStatus. \
|
4607
|
-
* {@link KnownTokenStatus} can be used interchangeably with TokenStatus,
|
4608
|
-
* this enum contains the known values that the service supports.
|
4609
|
-
* ### Known values supported by the service
|
4610
|
-
* **enabled** \
|
4611
|
-
* **disabled**
|
4612
|
-
*/
|
4613
|
-
export declare type TokenStatus = string;
|
4614
|
-
|
4615
|
-
/** Optional parameters. */
|
4616
|
-
export declare interface TokensUpdateOptionalParams extends coreClient.OperationOptions {
|
4617
|
-
/** Delay to wait until next poll, in milliseconds. */
|
4618
|
-
updateIntervalInMs?: number;
|
4619
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
4620
|
-
resumeFrom?: string;
|
4621
|
-
}
|
4622
|
-
|
4623
|
-
/** Contains response data for the update operation. */
|
4624
|
-
export declare type TokensUpdateResponse = Token;
|
4625
|
-
|
4626
3187
|
/**
|
4627
3188
|
* Defines values for TokenType. \
|
4628
3189
|
* {@link KnownTokenType} can be used interchangeably with TokenType,
|
@@ -4633,16 +3194,6 @@ export declare type TokensUpdateResponse = Token;
|
|
4633
3194
|
*/
|
4634
3195
|
export declare type TokenType = string;
|
4635
3196
|
|
4636
|
-
/** The parameters for updating a token. */
|
4637
|
-
export declare interface TokenUpdateParameters {
|
4638
|
-
/** The resource ID of the scope map to which the token will be associated with. */
|
4639
|
-
scopeMapId?: string;
|
4640
|
-
/** The status of the token example enabled or disabled. */
|
4641
|
-
status?: TokenStatus;
|
4642
|
-
/** The credentials that can be used for authenticating the token. */
|
4643
|
-
credentials?: TokenCredentialsProperties;
|
4644
|
-
}
|
4645
|
-
|
4646
3197
|
/** The properties of a trigger. */
|
4647
3198
|
export declare interface TriggerProperties {
|
4648
3199
|
/** The collection of timer triggers. */
|
@@ -4718,14 +3269,6 @@ export declare interface UserIdentityProperties {
|
|
4718
3269
|
*/
|
4719
3270
|
export declare type Variant = string;
|
4720
3271
|
|
4721
|
-
/** Virtual network rule. */
|
4722
|
-
export declare interface VirtualNetworkRule {
|
4723
|
-
/** The action of virtual network rule. */
|
4724
|
-
action?: Action;
|
4725
|
-
/** Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}. */
|
4726
|
-
virtualNetworkResourceId: string;
|
4727
|
-
}
|
4728
|
-
|
4729
3272
|
/** An object that represents a webhook for a container registry. */
|
4730
3273
|
export declare type Webhook = Resource & {
|
4731
3274
|
/** The status of the webhook at the time the operation was called. */
|