@azure/arm-containerregistry 10.1.0-beta.3 → 10.1.0-beta.4
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 +26 -8
- package/README.md +1 -1
- package/dist/index.js +512 -144
- 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.map +1 -1
- package/dist-esm/src/containerRegistryManagementClient.js +20 -18
- package/dist-esm/src/containerRegistryManagementClient.js.map +1 -1
- package/dist-esm/src/index.d.ts +1 -0
- package/dist-esm/src/index.d.ts.map +1 -1
- package/dist-esm/src/index.js +1 -0
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +185 -50
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +135 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/operations/agentPools.d.ts.map +1 -1
- package/dist-esm/src/operations/agentPools.js +19 -7
- package/dist-esm/src/operations/agentPools.js.map +1 -1
- package/dist-esm/src/operations/connectedRegistries.d.ts.map +1 -1
- package/dist-esm/src/operations/connectedRegistries.js +19 -7
- package/dist-esm/src/operations/connectedRegistries.js.map +1 -1
- package/dist-esm/src/operations/exportPipelines.d.ts.map +1 -1
- package/dist-esm/src/operations/exportPipelines.js +19 -7
- package/dist-esm/src/operations/exportPipelines.js.map +1 -1
- package/dist-esm/src/operations/importPipelines.d.ts.map +1 -1
- package/dist-esm/src/operations/importPipelines.js +19 -7
- package/dist-esm/src/operations/importPipelines.js.map +1 -1
- package/dist-esm/src/operations/operations.d.ts.map +1 -1
- package/dist-esm/src/operations/operations.js +19 -7
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/pipelineRuns.d.ts.map +1 -1
- package/dist-esm/src/operations/pipelineRuns.js +19 -7
- package/dist-esm/src/operations/pipelineRuns.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +19 -7
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/registries.d.ts.map +1 -1
- package/dist-esm/src/operations/registries.js +55 -21
- package/dist-esm/src/operations/registries.js.map +1 -1
- package/dist-esm/src/operations/replications.d.ts.map +1 -1
- package/dist-esm/src/operations/replications.js +19 -7
- package/dist-esm/src/operations/replications.js.map +1 -1
- package/dist-esm/src/operations/runs.d.ts.map +1 -1
- package/dist-esm/src/operations/runs.js +19 -7
- package/dist-esm/src/operations/runs.js.map +1 -1
- package/dist-esm/src/operations/scopeMaps.d.ts.map +1 -1
- package/dist-esm/src/operations/scopeMaps.js +19 -7
- package/dist-esm/src/operations/scopeMaps.js.map +1 -1
- package/dist-esm/src/operations/taskRuns.d.ts.map +1 -1
- package/dist-esm/src/operations/taskRuns.js +19 -7
- package/dist-esm/src/operations/taskRuns.js.map +1 -1
- package/dist-esm/src/operations/tasks.d.ts.map +1 -1
- package/dist-esm/src/operations/tasks.js +19 -7
- package/dist-esm/src/operations/tasks.js.map +1 -1
- package/dist-esm/src/operations/tokens.d.ts.map +1 -1
- package/dist-esm/src/operations/tokens.js +19 -7
- package/dist-esm/src/operations/tokens.js.map +1 -1
- package/dist-esm/src/operations/webhooks.d.ts.map +1 -1
- package/dist-esm/src/operations/webhooks.js +37 -14
- package/dist-esm/src/operations/webhooks.js.map +1 -1
- package/dist-esm/src/pagingHelper.d.ts +13 -0
- package/dist-esm/src/pagingHelper.d.ts.map +1 -0
- package/dist-esm/src/pagingHelper.js +32 -0
- package/dist-esm/src/pagingHelper.js.map +1 -0
- package/dist-esm/test/containerregistry_examples.d.ts.map +1 -1
- package/dist-esm/test/containerregistry_examples.js +16 -18
- package/dist-esm/test/containerregistry_examples.js.map +1 -1
- package/package.json +15 -11
- package/review/arm-containerregistry.api.md +143 -275
- package/src/containerRegistryManagementClient.ts +26 -20
- package/src/index.ts +1 -0
- package/src/models/index.ts +187 -50
- package/src/operations/agentPools.ts +27 -9
- package/src/operations/connectedRegistries.ts +26 -8
- package/src/operations/exportPipelines.ts +26 -8
- package/src/operations/importPipelines.ts +26 -8
- package/src/operations/operations.ts +21 -8
- package/src/operations/pipelineRuns.ts +26 -8
- package/src/operations/privateEndpointConnections.ts +26 -8
- package/src/operations/registries.ts +71 -29
- package/src/operations/replications.ts +26 -8
- package/src/operations/runs.ts +26 -8
- package/src/operations/scopeMaps.ts +26 -8
- package/src/operations/taskRuns.ts +27 -9
- package/src/operations/tasks.ts +26 -8
- package/src/operations/tokens.ts +26 -8
- package/src/operations/webhooks.ts +53 -22
- package/src/pagingHelper.ts +39 -0
- package/types/arm-containerregistry.d.ts +194 -50
- package/types/tsdoc-metadata.json +1 -1
@@ -36,13 +36,13 @@ export interface Actor {
|
|
36
36
|
}
|
37
37
|
|
38
38
|
// @public
|
39
|
-
export
|
39
|
+
export interface AgentPool extends Resource {
|
40
40
|
count?: number;
|
41
|
-
tier?: string;
|
42
41
|
os?: OS;
|
43
|
-
virtualNetworkSubnetResourceId?: string;
|
44
42
|
readonly provisioningState?: ProvisioningState;
|
45
|
-
|
43
|
+
tier?: string;
|
44
|
+
virtualNetworkSubnetResourceId?: string;
|
45
|
+
}
|
46
46
|
|
47
47
|
// @public
|
48
48
|
export interface AgentPoolListResult {
|
@@ -284,20 +284,20 @@ export interface ConnectedRegistriesUpdateOptionalParams extends coreClient.Oper
|
|
284
284
|
export type ConnectedRegistriesUpdateResponse = ConnectedRegistry;
|
285
285
|
|
286
286
|
// @public
|
287
|
-
export
|
288
|
-
readonly provisioningState?: ProvisioningState;
|
289
|
-
mode?: ConnectedRegistryMode;
|
290
|
-
readonly version?: string;
|
291
|
-
readonly connectionState?: ConnectionState;
|
292
|
-
readonly lastActivityTime?: Date;
|
287
|
+
export interface ConnectedRegistry extends ProxyResource {
|
293
288
|
readonly activation?: ActivationProperties;
|
294
|
-
parent?: ParentProperties;
|
295
289
|
clientTokenIds?: string[];
|
296
|
-
|
290
|
+
readonly connectionState?: ConnectionState;
|
291
|
+
readonly lastActivityTime?: Date;
|
297
292
|
logging?: LoggingProperties;
|
298
|
-
|
293
|
+
loginServer?: LoginServerProperties;
|
294
|
+
mode?: ConnectedRegistryMode;
|
299
295
|
notificationsList?: string[];
|
300
|
-
|
296
|
+
parent?: ParentProperties;
|
297
|
+
readonly provisioningState?: ProvisioningState;
|
298
|
+
readonly statusDetails?: StatusDetailProperties[];
|
299
|
+
readonly version?: string;
|
300
|
+
}
|
301
301
|
|
302
302
|
// @public
|
303
303
|
export interface ConnectedRegistryListResult {
|
@@ -389,71 +389,71 @@ export interface CustomRegistryCredentials {
|
|
389
389
|
export type DefaultAction = string;
|
390
390
|
|
391
391
|
// @public
|
392
|
-
export
|
393
|
-
|
392
|
+
export interface DockerBuildRequest extends RunRequest {
|
393
|
+
agentConfiguration?: AgentProperties;
|
394
|
+
arguments?: Argument[];
|
395
|
+
credentials?: Credentials;
|
396
|
+
dockerFilePath: string;
|
394
397
|
imageNames?: string[];
|
395
398
|
isPushEnabled?: boolean;
|
396
399
|
noCache?: boolean;
|
397
|
-
dockerFilePath: string;
|
398
|
-
target?: string;
|
399
|
-
arguments?: Argument[];
|
400
|
-
timeout?: number;
|
401
400
|
platform: PlatformProperties;
|
402
|
-
agentConfiguration?: AgentProperties;
|
403
401
|
sourceLocation?: string;
|
404
|
-
|
405
|
-
|
402
|
+
target?: string;
|
403
|
+
timeout?: number;
|
404
|
+
type: "DockerBuildRequest";
|
405
|
+
}
|
406
406
|
|
407
407
|
// @public
|
408
|
-
export
|
409
|
-
|
408
|
+
export interface DockerBuildStep extends TaskStepProperties {
|
409
|
+
arguments?: Argument[];
|
410
|
+
dockerFilePath: string;
|
410
411
|
imageNames?: string[];
|
411
412
|
isPushEnabled?: boolean;
|
412
413
|
noCache?: boolean;
|
413
|
-
dockerFilePath: string;
|
414
414
|
target?: string;
|
415
|
-
|
416
|
-
}
|
415
|
+
type: "Docker";
|
416
|
+
}
|
417
417
|
|
418
418
|
// @public
|
419
|
-
export
|
420
|
-
|
419
|
+
export interface DockerBuildStepUpdateParameters extends TaskStepUpdateParameters {
|
420
|
+
arguments?: Argument[];
|
421
|
+
dockerFilePath?: string;
|
421
422
|
imageNames?: string[];
|
422
423
|
isPushEnabled?: boolean;
|
423
424
|
noCache?: boolean;
|
424
|
-
dockerFilePath?: string;
|
425
|
-
arguments?: Argument[];
|
426
425
|
target?: string;
|
427
|
-
|
426
|
+
type: "Docker";
|
427
|
+
}
|
428
428
|
|
429
429
|
// @public
|
430
|
-
export
|
431
|
-
|
430
|
+
export interface EncodedTaskRunRequest extends RunRequest {
|
431
|
+
agentConfiguration?: AgentProperties;
|
432
|
+
credentials?: Credentials;
|
432
433
|
encodedTaskContent: string;
|
433
434
|
encodedValuesContent?: string;
|
434
|
-
values?: SetValue[];
|
435
|
-
timeout?: number;
|
436
435
|
platform: PlatformProperties;
|
437
|
-
agentConfiguration?: AgentProperties;
|
438
436
|
sourceLocation?: string;
|
439
|
-
|
440
|
-
|
437
|
+
timeout?: number;
|
438
|
+
type: "EncodedTaskRunRequest";
|
439
|
+
values?: SetValue[];
|
440
|
+
}
|
441
441
|
|
442
442
|
// @public
|
443
|
-
export
|
444
|
-
type: "EncodedTask";
|
443
|
+
export interface EncodedTaskStep extends TaskStepProperties {
|
445
444
|
encodedTaskContent: string;
|
446
445
|
encodedValuesContent?: string;
|
446
|
+
type: "EncodedTask";
|
447
447
|
values?: SetValue[];
|
448
|
-
}
|
448
|
+
}
|
449
449
|
|
450
450
|
// @public
|
451
|
-
export
|
452
|
-
type: "EncodedTask";
|
451
|
+
export interface EncodedTaskStepUpdateParameters extends TaskStepUpdateParameters {
|
453
452
|
encodedTaskContent?: string;
|
454
453
|
encodedValuesContent?: string;
|
454
|
+
type: "EncodedTask";
|
455
455
|
values?: SetValue[];
|
456
|
-
}
|
456
|
+
}
|
457
457
|
|
458
458
|
// @public (undocumented)
|
459
459
|
export interface EncryptionProperty {
|
@@ -478,10 +478,10 @@ export interface ErrorResponseBody {
|
|
478
478
|
}
|
479
479
|
|
480
480
|
// @public
|
481
|
-
|
481
|
+
interface Event_2 extends EventInfo {
|
482
482
|
eventRequestMessage?: EventRequestMessage;
|
483
483
|
eventResponseMessage?: EventResponseMessage;
|
484
|
-
}
|
484
|
+
}
|
485
485
|
export { Event_2 as Event }
|
486
486
|
|
487
487
|
// @public
|
@@ -529,13 +529,13 @@ export interface EventResponseMessage {
|
|
529
529
|
}
|
530
530
|
|
531
531
|
// @public
|
532
|
-
export
|
533
|
-
location?: string;
|
532
|
+
export interface ExportPipeline extends ProxyResource {
|
534
533
|
identity?: IdentityProperties;
|
535
|
-
|
534
|
+
location?: string;
|
536
535
|
options?: PipelineOptions[];
|
537
536
|
readonly provisioningState?: ProvisioningState;
|
538
|
-
|
537
|
+
target?: ExportPipelineTargetProperties;
|
538
|
+
}
|
539
539
|
|
540
540
|
// @public
|
541
541
|
export interface ExportPipelineListResult {
|
@@ -605,33 +605,33 @@ export interface ExportPolicy {
|
|
605
605
|
export type ExportPolicyStatus = string;
|
606
606
|
|
607
607
|
// @public
|
608
|
-
export
|
609
|
-
type: "FileTaskRunRequest";
|
610
|
-
taskFilePath: string;
|
611
|
-
valuesFilePath?: string;
|
612
|
-
values?: SetValue[];
|
613
|
-
timeout?: number;
|
614
|
-
platform: PlatformProperties;
|
608
|
+
export interface FileTaskRunRequest extends RunRequest {
|
615
609
|
agentConfiguration?: AgentProperties;
|
616
|
-
sourceLocation?: string;
|
617
610
|
credentials?: Credentials;
|
618
|
-
|
611
|
+
platform: PlatformProperties;
|
612
|
+
sourceLocation?: string;
|
613
|
+
taskFilePath: string;
|
614
|
+
timeout?: number;
|
615
|
+
type: "FileTaskRunRequest";
|
616
|
+
values?: SetValue[];
|
617
|
+
valuesFilePath?: string;
|
618
|
+
}
|
619
619
|
|
620
620
|
// @public
|
621
|
-
export
|
622
|
-
type: "FileTask";
|
621
|
+
export interface FileTaskStep extends TaskStepProperties {
|
623
622
|
taskFilePath: string;
|
624
|
-
|
623
|
+
type: "FileTask";
|
625
624
|
values?: SetValue[];
|
626
|
-
|
625
|
+
valuesFilePath?: string;
|
626
|
+
}
|
627
627
|
|
628
628
|
// @public
|
629
|
-
export
|
630
|
-
type: "FileTask";
|
629
|
+
export interface FileTaskStepUpdateParameters extends TaskStepUpdateParameters {
|
631
630
|
taskFilePath?: string;
|
632
|
-
|
631
|
+
type: "FileTask";
|
633
632
|
values?: SetValue[];
|
634
|
-
|
633
|
+
valuesFilePath?: string;
|
634
|
+
}
|
635
635
|
|
636
636
|
// @public
|
637
637
|
export interface GenerateCredentialsParameters {
|
@@ -646,6 +646,9 @@ export interface GenerateCredentialsResult {
|
|
646
646
|
username?: string;
|
647
647
|
}
|
648
648
|
|
649
|
+
// @public
|
650
|
+
export function getContinuationToken(page: unknown): string | undefined;
|
651
|
+
|
649
652
|
// @public
|
650
653
|
export interface IdentityProperties {
|
651
654
|
principalId?: string;
|
@@ -683,14 +686,14 @@ export interface ImportImageParameters {
|
|
683
686
|
export type ImportMode = string;
|
684
687
|
|
685
688
|
// @public
|
686
|
-
export
|
687
|
-
location?: string;
|
689
|
+
export interface ImportPipeline extends ProxyResource {
|
688
690
|
identity?: IdentityProperties;
|
689
|
-
|
690
|
-
trigger?: PipelineTriggerProperties;
|
691
|
+
location?: string;
|
691
692
|
options?: PipelineOptions[];
|
692
693
|
readonly provisioningState?: ProvisioningState;
|
693
|
-
|
694
|
+
source?: ImportPipelineSourceProperties;
|
695
|
+
trigger?: PipelineTriggerProperties;
|
696
|
+
}
|
694
697
|
|
695
698
|
// @public
|
696
699
|
export interface ImportPipelineListResult {
|
@@ -789,475 +792,340 @@ export interface KeyVaultProperties {
|
|
789
792
|
|
790
793
|
// @public
|
791
794
|
export enum KnownAction {
|
792
|
-
// (undocumented)
|
793
795
|
Allow = "Allow"
|
794
796
|
}
|
795
797
|
|
796
798
|
// @public
|
797
799
|
export enum KnownActionsRequired {
|
798
|
-
// (undocumented)
|
799
800
|
None = "None",
|
800
|
-
// (undocumented)
|
801
801
|
Recreate = "Recreate"
|
802
802
|
}
|
803
803
|
|
804
804
|
// @public
|
805
805
|
export enum KnownActivationStatus {
|
806
|
-
// (undocumented)
|
807
806
|
Active = "Active",
|
808
|
-
// (undocumented)
|
809
807
|
Inactive = "Inactive"
|
810
808
|
}
|
811
809
|
|
812
810
|
// @public
|
813
811
|
export enum KnownArchitecture {
|
814
|
-
// (undocumented)
|
815
812
|
Amd64 = "amd64",
|
816
|
-
// (undocumented)
|
817
813
|
Arm = "arm",
|
818
|
-
// (undocumented)
|
819
814
|
Arm64 = "arm64",
|
820
|
-
// (undocumented)
|
821
815
|
ThreeHundredEightySix = "386",
|
822
|
-
// (undocumented)
|
823
816
|
X86 = "x86"
|
824
817
|
}
|
825
818
|
|
826
819
|
// @public
|
827
820
|
export enum KnownAuditLogStatus {
|
828
|
-
// (undocumented)
|
829
821
|
Disabled = "Disabled",
|
830
|
-
// (undocumented)
|
831
822
|
Enabled = "Enabled"
|
832
823
|
}
|
833
824
|
|
834
825
|
// @public
|
835
826
|
export enum KnownAzureADAuthenticationAsArmPolicyStatus {
|
836
|
-
// (undocumented)
|
837
827
|
Disabled = "disabled",
|
838
|
-
// (undocumented)
|
839
828
|
Enabled = "enabled"
|
840
829
|
}
|
841
830
|
|
842
831
|
// @public
|
843
832
|
export enum KnownBaseImageDependencyType {
|
844
|
-
// (undocumented)
|
845
833
|
BuildTime = "BuildTime",
|
846
|
-
// (undocumented)
|
847
834
|
RunTime = "RunTime"
|
848
835
|
}
|
849
836
|
|
850
837
|
// @public
|
851
838
|
export enum KnownBaseImageTriggerType {
|
852
|
-
// (undocumented)
|
853
839
|
All = "All",
|
854
|
-
// (undocumented)
|
855
840
|
Runtime = "Runtime"
|
856
841
|
}
|
857
842
|
|
858
843
|
// @public
|
859
844
|
export enum KnownCertificateType {
|
860
|
-
// (undocumented)
|
861
845
|
LocalDirectory = "LocalDirectory"
|
862
846
|
}
|
863
847
|
|
864
848
|
// @public
|
865
849
|
export enum KnownConnectedRegistryMode {
|
866
|
-
// (undocumented)
|
867
850
|
Mirror = "Mirror",
|
868
|
-
// (undocumented)
|
869
851
|
ReadOnly = "ReadOnly",
|
870
|
-
// (undocumented)
|
871
852
|
ReadWrite = "ReadWrite",
|
872
|
-
// (undocumented)
|
873
853
|
Registry = "Registry"
|
874
854
|
}
|
875
855
|
|
876
856
|
// @public
|
877
857
|
export enum KnownConnectionState {
|
878
|
-
// (undocumented)
|
879
858
|
Offline = "Offline",
|
880
|
-
// (undocumented)
|
881
859
|
Online = "Online",
|
882
|
-
// (undocumented)
|
883
860
|
Syncing = "Syncing",
|
884
|
-
// (undocumented)
|
885
861
|
Unhealthy = "Unhealthy"
|
886
862
|
}
|
887
863
|
|
888
864
|
// @public
|
889
865
|
export enum KnownConnectionStatus {
|
890
|
-
// (undocumented)
|
891
866
|
Approved = "Approved",
|
892
|
-
// (undocumented)
|
893
867
|
Disconnected = "Disconnected",
|
894
|
-
// (undocumented)
|
895
868
|
Pending = "Pending",
|
896
|
-
// (undocumented)
|
897
869
|
Rejected = "Rejected"
|
898
870
|
}
|
899
871
|
|
900
872
|
// @public
|
901
873
|
export enum KnownCreatedByType {
|
902
|
-
// (undocumented)
|
903
874
|
Application = "Application",
|
904
|
-
// (undocumented)
|
905
875
|
Key = "Key",
|
906
|
-
// (undocumented)
|
907
876
|
ManagedIdentity = "ManagedIdentity",
|
908
|
-
// (undocumented)
|
909
877
|
User = "User"
|
910
878
|
}
|
911
879
|
|
912
880
|
// @public
|
913
881
|
export enum KnownDefaultAction {
|
914
|
-
// (undocumented)
|
915
882
|
Allow = "Allow",
|
916
|
-
// (undocumented)
|
917
883
|
Deny = "Deny"
|
918
884
|
}
|
919
885
|
|
920
886
|
// @public
|
921
887
|
export enum KnownEncryptionStatus {
|
922
|
-
// (undocumented)
|
923
888
|
Disabled = "disabled",
|
924
|
-
// (undocumented)
|
925
889
|
Enabled = "enabled"
|
926
890
|
}
|
927
891
|
|
928
892
|
// @public
|
929
893
|
export enum KnownExportPolicyStatus {
|
930
|
-
// (undocumented)
|
931
894
|
Disabled = "disabled",
|
932
|
-
// (undocumented)
|
933
895
|
Enabled = "enabled"
|
934
896
|
}
|
935
897
|
|
936
898
|
// @public
|
937
899
|
export enum KnownImportMode {
|
938
|
-
// (undocumented)
|
939
900
|
Force = "Force",
|
940
|
-
// (undocumented)
|
941
901
|
NoForce = "NoForce"
|
942
902
|
}
|
943
903
|
|
944
904
|
// @public
|
945
905
|
export enum KnownLastModifiedByType {
|
946
|
-
// (undocumented)
|
947
906
|
Application = "Application",
|
948
|
-
// (undocumented)
|
949
907
|
Key = "Key",
|
950
|
-
// (undocumented)
|
951
908
|
ManagedIdentity = "ManagedIdentity",
|
952
|
-
// (undocumented)
|
953
909
|
User = "User"
|
954
910
|
}
|
955
911
|
|
956
912
|
// @public
|
957
913
|
export enum KnownLogLevel {
|
958
|
-
// (undocumented)
|
959
914
|
Debug = "Debug",
|
960
|
-
// (undocumented)
|
961
915
|
Error = "Error",
|
962
|
-
// (undocumented)
|
963
916
|
Information = "Information",
|
964
|
-
// (undocumented)
|
965
917
|
None = "None",
|
966
|
-
// (undocumented)
|
967
918
|
Warning = "Warning"
|
968
919
|
}
|
969
920
|
|
970
921
|
// @public
|
971
922
|
export enum KnownNetworkRuleBypassOptions {
|
972
|
-
// (undocumented)
|
973
923
|
AzureServices = "AzureServices",
|
974
|
-
// (undocumented)
|
975
924
|
None = "None"
|
976
925
|
}
|
977
926
|
|
978
927
|
// @public
|
979
928
|
export enum KnownOS {
|
980
|
-
// (undocumented)
|
981
929
|
Linux = "Linux",
|
982
|
-
// (undocumented)
|
983
930
|
Windows = "Windows"
|
984
931
|
}
|
985
932
|
|
986
933
|
// @public
|
987
934
|
export enum KnownPipelineOptions {
|
988
|
-
// (undocumented)
|
989
935
|
ContinueOnErrors = "ContinueOnErrors",
|
990
|
-
// (undocumented)
|
991
936
|
DeleteSourceBlobOnSuccess = "DeleteSourceBlobOnSuccess",
|
992
|
-
// (undocumented)
|
993
937
|
OverwriteBlobs = "OverwriteBlobs",
|
994
|
-
// (undocumented)
|
995
938
|
OverwriteTags = "OverwriteTags"
|
996
939
|
}
|
997
940
|
|
998
941
|
// @public
|
999
942
|
export enum KnownPipelineRunSourceType {
|
1000
|
-
// (undocumented)
|
1001
943
|
AzureStorageBlob = "AzureStorageBlob"
|
1002
944
|
}
|
1003
945
|
|
1004
946
|
// @public
|
1005
947
|
export enum KnownPipelineRunTargetType {
|
1006
|
-
// (undocumented)
|
1007
948
|
AzureStorageBlob = "AzureStorageBlob"
|
1008
949
|
}
|
1009
950
|
|
1010
951
|
// @public
|
1011
952
|
export enum KnownPipelineSourceType {
|
1012
|
-
// (undocumented)
|
1013
953
|
AzureStorageBlobContainer = "AzureStorageBlobContainer"
|
1014
954
|
}
|
1015
955
|
|
1016
956
|
// @public
|
1017
957
|
export enum KnownPolicyStatus {
|
1018
|
-
// (undocumented)
|
1019
958
|
Disabled = "disabled",
|
1020
|
-
// (undocumented)
|
1021
959
|
Enabled = "enabled"
|
1022
960
|
}
|
1023
961
|
|
1024
962
|
// @public
|
1025
963
|
export enum KnownProvisioningState {
|
1026
|
-
// (undocumented)
|
1027
964
|
Canceled = "Canceled",
|
1028
|
-
// (undocumented)
|
1029
965
|
Creating = "Creating",
|
1030
|
-
// (undocumented)
|
1031
966
|
Deleting = "Deleting",
|
1032
|
-
// (undocumented)
|
1033
967
|
Failed = "Failed",
|
1034
|
-
// (undocumented)
|
1035
968
|
Succeeded = "Succeeded",
|
1036
|
-
// (undocumented)
|
1037
969
|
Updating = "Updating"
|
1038
970
|
}
|
1039
971
|
|
1040
972
|
// @public
|
1041
973
|
export enum KnownPublicNetworkAccess {
|
1042
|
-
// (undocumented)
|
1043
974
|
Disabled = "Disabled",
|
1044
|
-
// (undocumented)
|
1045
975
|
Enabled = "Enabled"
|
1046
976
|
}
|
1047
977
|
|
1048
978
|
// @public
|
1049
979
|
export enum KnownRegistryUsageUnit {
|
1050
|
-
// (undocumented)
|
1051
980
|
Bytes = "Bytes",
|
1052
|
-
// (undocumented)
|
1053
981
|
Count = "Count"
|
1054
982
|
}
|
1055
983
|
|
1056
984
|
// @public
|
1057
985
|
export enum KnownRunStatus {
|
1058
|
-
// (undocumented)
|
1059
986
|
Canceled = "Canceled",
|
1060
|
-
// (undocumented)
|
1061
987
|
Error = "Error",
|
1062
|
-
// (undocumented)
|
1063
988
|
Failed = "Failed",
|
1064
|
-
// (undocumented)
|
1065
989
|
Queued = "Queued",
|
1066
|
-
// (undocumented)
|
1067
990
|
Running = "Running",
|
1068
|
-
// (undocumented)
|
1069
991
|
Started = "Started",
|
1070
|
-
// (undocumented)
|
1071
992
|
Succeeded = "Succeeded",
|
1072
|
-
// (undocumented)
|
1073
993
|
Timeout = "Timeout"
|
1074
994
|
}
|
1075
995
|
|
1076
996
|
// @public
|
1077
997
|
export enum KnownRunType {
|
1078
|
-
// (undocumented)
|
1079
998
|
AutoBuild = "AutoBuild",
|
1080
|
-
// (undocumented)
|
1081
999
|
AutoRun = "AutoRun",
|
1082
|
-
// (undocumented)
|
1083
1000
|
QuickBuild = "QuickBuild",
|
1084
|
-
// (undocumented)
|
1085
1001
|
QuickRun = "QuickRun"
|
1086
1002
|
}
|
1087
1003
|
|
1088
1004
|
// @public
|
1089
1005
|
export enum KnownSecretObjectType {
|
1090
|
-
// (undocumented)
|
1091
1006
|
Opaque = "Opaque",
|
1092
|
-
// (undocumented)
|
1093
1007
|
Vaultsecret = "Vaultsecret"
|
1094
1008
|
}
|
1095
1009
|
|
1096
1010
|
// @public
|
1097
1011
|
export enum KnownSkuName {
|
1098
|
-
// (undocumented)
|
1099
1012
|
Basic = "Basic",
|
1100
|
-
// (undocumented)
|
1101
1013
|
Classic = "Classic",
|
1102
|
-
// (undocumented)
|
1103
1014
|
Premium = "Premium",
|
1104
|
-
// (undocumented)
|
1105
1015
|
Standard = "Standard"
|
1106
1016
|
}
|
1107
1017
|
|
1108
1018
|
// @public
|
1109
1019
|
export enum KnownSkuTier {
|
1110
|
-
// (undocumented)
|
1111
1020
|
Basic = "Basic",
|
1112
|
-
// (undocumented)
|
1113
1021
|
Classic = "Classic",
|
1114
|
-
// (undocumented)
|
1115
1022
|
Premium = "Premium",
|
1116
|
-
// (undocumented)
|
1117
1023
|
Standard = "Standard"
|
1118
1024
|
}
|
1119
1025
|
|
1120
1026
|
// @public
|
1121
1027
|
export enum KnownSourceControlType {
|
1122
|
-
// (undocumented)
|
1123
1028
|
Github = "Github",
|
1124
|
-
// (undocumented)
|
1125
1029
|
VisualStudioTeamService = "VisualStudioTeamService"
|
1126
1030
|
}
|
1127
1031
|
|
1128
1032
|
// @public
|
1129
1033
|
export enum KnownSourceRegistryLoginMode {
|
1130
|
-
// (undocumented)
|
1131
1034
|
Default = "Default",
|
1132
|
-
// (undocumented)
|
1133
1035
|
None = "None"
|
1134
1036
|
}
|
1135
1037
|
|
1136
1038
|
// @public
|
1137
1039
|
export enum KnownSourceTriggerEvent {
|
1138
|
-
// (undocumented)
|
1139
1040
|
Commit = "commit",
|
1140
|
-
// (undocumented)
|
1141
1041
|
Pullrequest = "pullrequest"
|
1142
1042
|
}
|
1143
1043
|
|
1144
1044
|
// @public
|
1145
1045
|
export enum KnownStepType {
|
1146
|
-
// (undocumented)
|
1147
1046
|
Docker = "Docker",
|
1148
|
-
// (undocumented)
|
1149
1047
|
EncodedTask = "EncodedTask",
|
1150
|
-
// (undocumented)
|
1151
1048
|
FileTask = "FileTask"
|
1152
1049
|
}
|
1153
1050
|
|
1154
1051
|
// @public
|
1155
1052
|
export enum KnownTaskStatus {
|
1156
|
-
// (undocumented)
|
1157
1053
|
Disabled = "Disabled",
|
1158
|
-
// (undocumented)
|
1159
1054
|
Enabled = "Enabled"
|
1160
1055
|
}
|
1161
1056
|
|
1162
1057
|
// @public
|
1163
1058
|
export enum KnownTlsStatus {
|
1164
|
-
// (undocumented)
|
1165
1059
|
Disabled = "Disabled",
|
1166
|
-
// (undocumented)
|
1167
1060
|
Enabled = "Enabled"
|
1168
1061
|
}
|
1169
1062
|
|
1170
1063
|
// @public
|
1171
1064
|
export enum KnownTokenCertificateName {
|
1172
|
-
// (undocumented)
|
1173
1065
|
Certificate1 = "certificate1",
|
1174
|
-
// (undocumented)
|
1175
1066
|
Certificate2 = "certificate2"
|
1176
1067
|
}
|
1177
1068
|
|
1178
1069
|
// @public
|
1179
1070
|
export enum KnownTokenPasswordName {
|
1180
|
-
// (undocumented)
|
1181
1071
|
Password1 = "password1",
|
1182
|
-
// (undocumented)
|
1183
1072
|
Password2 = "password2"
|
1184
1073
|
}
|
1185
1074
|
|
1186
1075
|
// @public
|
1187
1076
|
export enum KnownTokenStatus {
|
1188
|
-
// (undocumented)
|
1189
1077
|
Disabled = "disabled",
|
1190
|
-
// (undocumented)
|
1191
1078
|
Enabled = "enabled"
|
1192
1079
|
}
|
1193
1080
|
|
1194
1081
|
// @public
|
1195
1082
|
export enum KnownTokenType {
|
1196
|
-
// (undocumented)
|
1197
1083
|
OAuth = "OAuth",
|
1198
|
-
// (undocumented)
|
1199
1084
|
PAT = "PAT"
|
1200
1085
|
}
|
1201
1086
|
|
1202
1087
|
// @public
|
1203
1088
|
export enum KnownTriggerStatus {
|
1204
|
-
// (undocumented)
|
1205
1089
|
Disabled = "Disabled",
|
1206
|
-
// (undocumented)
|
1207
1090
|
Enabled = "Enabled"
|
1208
1091
|
}
|
1209
1092
|
|
1210
1093
|
// @public
|
1211
1094
|
export enum KnownTrustPolicyType {
|
1212
|
-
// (undocumented)
|
1213
1095
|
Notary = "Notary"
|
1214
1096
|
}
|
1215
1097
|
|
1216
1098
|
// @public
|
1217
1099
|
export enum KnownUpdateTriggerPayloadType {
|
1218
|
-
// (undocumented)
|
1219
1100
|
Default = "Default",
|
1220
|
-
// (undocumented)
|
1221
1101
|
Token = "Token"
|
1222
1102
|
}
|
1223
1103
|
|
1224
1104
|
// @public
|
1225
1105
|
export enum KnownVariant {
|
1226
|
-
// (undocumented)
|
1227
1106
|
V6 = "v6",
|
1228
|
-
// (undocumented)
|
1229
1107
|
V7 = "v7",
|
1230
|
-
// (undocumented)
|
1231
1108
|
V8 = "v8"
|
1232
1109
|
}
|
1233
1110
|
|
1234
1111
|
// @public
|
1235
1112
|
export enum KnownWebhookAction {
|
1236
|
-
// (undocumented)
|
1237
1113
|
ChartDelete = "chart_delete",
|
1238
|
-
// (undocumented)
|
1239
1114
|
ChartPush = "chart_push",
|
1240
|
-
// (undocumented)
|
1241
1115
|
Delete = "delete",
|
1242
|
-
// (undocumented)
|
1243
1116
|
Push = "push",
|
1244
|
-
// (undocumented)
|
1245
1117
|
Quarantine = "quarantine"
|
1246
1118
|
}
|
1247
1119
|
|
1248
1120
|
// @public
|
1249
1121
|
export enum KnownWebhookStatus {
|
1250
|
-
// (undocumented)
|
1251
1122
|
Disabled = "disabled",
|
1252
|
-
// (undocumented)
|
1253
1123
|
Enabled = "enabled"
|
1254
1124
|
}
|
1255
1125
|
|
1256
1126
|
// @public
|
1257
1127
|
export enum KnownZoneRedundancy {
|
1258
|
-
// (undocumented)
|
1259
1128
|
Disabled = "Disabled",
|
1260
|
-
// (undocumented)
|
1261
1129
|
Enabled = "Enabled"
|
1262
1130
|
}
|
1263
1131
|
|
@@ -1385,12 +1253,12 @@ export type PasswordName = "password" | "password2";
|
|
1385
1253
|
export type PipelineOptions = string;
|
1386
1254
|
|
1387
1255
|
// @public
|
1388
|
-
export
|
1256
|
+
export interface PipelineRun extends ProxyResource {
|
1257
|
+
forceUpdateTag?: string;
|
1389
1258
|
readonly provisioningState?: ProvisioningState;
|
1390
1259
|
request?: PipelineRunRequest;
|
1391
1260
|
readonly response?: PipelineRunResponse;
|
1392
|
-
|
1393
|
-
};
|
1261
|
+
}
|
1394
1262
|
|
1395
1263
|
// @public
|
1396
1264
|
export interface PipelineRunListResult {
|
@@ -1541,11 +1409,11 @@ export interface PrivateEndpoint {
|
|
1541
1409
|
}
|
1542
1410
|
|
1543
1411
|
// @public
|
1544
|
-
export
|
1412
|
+
export interface PrivateEndpointConnection extends ProxyResource {
|
1545
1413
|
privateEndpoint?: PrivateEndpoint;
|
1546
1414
|
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
1547
1415
|
readonly provisioningState?: ProvisioningState;
|
1548
|
-
}
|
1416
|
+
}
|
1549
1417
|
|
1550
1418
|
// @public
|
1551
1419
|
export interface PrivateEndpointConnectionListResult {
|
@@ -1817,25 +1685,25 @@ export interface RegistriesUpdateOptionalParams extends coreClient.OperationOpti
|
|
1817
1685
|
export type RegistriesUpdateResponse = Registry;
|
1818
1686
|
|
1819
1687
|
// @public
|
1820
|
-
export
|
1821
|
-
|
1688
|
+
export interface Registry extends Resource {
|
1689
|
+
adminUserEnabled?: boolean;
|
1690
|
+
anonymousPullEnabled?: boolean;
|
1691
|
+
readonly creationDate?: Date;
|
1692
|
+
dataEndpointEnabled?: boolean;
|
1693
|
+
readonly dataEndpointHostNames?: string[];
|
1694
|
+
encryption?: EncryptionProperty;
|
1822
1695
|
identity?: IdentityProperties;
|
1823
1696
|
readonly loginServer?: string;
|
1824
|
-
|
1825
|
-
readonly provisioningState?: ProvisioningState;
|
1826
|
-
readonly status?: Status;
|
1827
|
-
adminUserEnabled?: boolean;
|
1697
|
+
networkRuleBypassOptions?: NetworkRuleBypassOptions;
|
1828
1698
|
networkRuleSet?: NetworkRuleSet;
|
1829
1699
|
policies?: Policies;
|
1830
|
-
encryption?: EncryptionProperty;
|
1831
|
-
dataEndpointEnabled?: boolean;
|
1832
|
-
readonly dataEndpointHostNames?: string[];
|
1833
1700
|
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
1701
|
+
readonly provisioningState?: ProvisioningState;
|
1834
1702
|
publicNetworkAccess?: PublicNetworkAccess;
|
1835
|
-
|
1703
|
+
sku: Sku;
|
1704
|
+
readonly status?: Status;
|
1836
1705
|
zoneRedundancy?: ZoneRedundancy;
|
1837
|
-
|
1838
|
-
};
|
1706
|
+
}
|
1839
1707
|
|
1840
1708
|
// @public
|
1841
1709
|
export interface RegistryListCredentialsResult {
|
@@ -1902,12 +1770,12 @@ export interface RegistryUsageListResult {
|
|
1902
1770
|
export type RegistryUsageUnit = string;
|
1903
1771
|
|
1904
1772
|
// @public
|
1905
|
-
export
|
1773
|
+
export interface Replication extends Resource {
|
1906
1774
|
readonly provisioningState?: ProvisioningState;
|
1907
|
-
readonly status?: Status;
|
1908
1775
|
regionEndpointEnabled?: boolean;
|
1776
|
+
readonly status?: Status;
|
1909
1777
|
zoneRedundancy?: ZoneRedundancy;
|
1910
|
-
}
|
1778
|
+
}
|
1911
1779
|
|
1912
1780
|
// @public
|
1913
1781
|
export interface ReplicationListResult {
|
@@ -2013,30 +1881,30 @@ export interface RetentionPolicy {
|
|
2013
1881
|
}
|
2014
1882
|
|
2015
1883
|
// @public
|
2016
|
-
export
|
2017
|
-
|
2018
|
-
status?: RunStatus;
|
2019
|
-
lastUpdatedTime?: Date;
|
2020
|
-
runType?: RunType;
|
1884
|
+
export interface Run extends ProxyResource {
|
1885
|
+
agentConfiguration?: AgentProperties;
|
2021
1886
|
agentPoolName?: string;
|
2022
1887
|
createTime?: Date;
|
2023
|
-
|
1888
|
+
customRegistries?: string[];
|
2024
1889
|
finishTime?: Date;
|
2025
|
-
outputImages?: ImageDescriptor[];
|
2026
|
-
task?: string;
|
2027
1890
|
imageUpdateTrigger?: ImageUpdateTrigger;
|
2028
|
-
|
2029
|
-
|
1891
|
+
isArchiveEnabled?: boolean;
|
1892
|
+
lastUpdatedTime?: Date;
|
1893
|
+
readonly logArtifact?: ImageDescriptor;
|
1894
|
+
outputImages?: ImageDescriptor[];
|
2030
1895
|
platform?: PlatformProperties;
|
2031
|
-
|
2032
|
-
sourceRegistryAuth?: string;
|
2033
|
-
customRegistries?: string[];
|
1896
|
+
provisioningState?: ProvisioningState;
|
2034
1897
|
readonly runErrorMessage?: string;
|
1898
|
+
runId?: string;
|
1899
|
+
runType?: RunType;
|
1900
|
+
sourceRegistryAuth?: string;
|
1901
|
+
sourceTrigger?: SourceTriggerDescriptor;
|
1902
|
+
startTime?: Date;
|
1903
|
+
status?: RunStatus;
|
1904
|
+
task?: string;
|
1905
|
+
timerTrigger?: TimerTriggerDescriptor;
|
2035
1906
|
updateTriggerToken?: string;
|
2036
|
-
|
2037
|
-
provisioningState?: ProvisioningState;
|
2038
|
-
isArchiveEnabled?: boolean;
|
2039
|
-
};
|
1907
|
+
}
|
2040
1908
|
|
2041
1909
|
// @public
|
2042
1910
|
export interface RunFilter {
|
@@ -2144,13 +2012,13 @@ export interface RunUpdateParameters {
|
|
2144
2012
|
}
|
2145
2013
|
|
2146
2014
|
// @public
|
2147
|
-
export
|
2148
|
-
|
2149
|
-
readonly typePropertiesType?: string;
|
2015
|
+
export interface ScopeMap extends ProxyResource {
|
2016
|
+
actions?: string[];
|
2150
2017
|
readonly creationDate?: Date;
|
2018
|
+
description?: string;
|
2151
2019
|
readonly provisioningState?: ProvisioningState;
|
2152
|
-
|
2153
|
-
}
|
2020
|
+
readonly typePropertiesType?: string;
|
2021
|
+
}
|
2154
2022
|
|
2155
2023
|
// @public
|
2156
2024
|
export interface ScopeMapListResult {
|
@@ -2390,21 +2258,21 @@ export interface Target {
|
|
2390
2258
|
}
|
2391
2259
|
|
2392
2260
|
// @public
|
2393
|
-
export
|
2261
|
+
export interface Task extends Resource {
|
2262
|
+
agentConfiguration?: AgentProperties;
|
2263
|
+
agentPoolName?: string;
|
2264
|
+
readonly creationDate?: Date;
|
2265
|
+
credentials?: Credentials;
|
2394
2266
|
identity?: IdentityProperties;
|
2267
|
+
isSystemTask?: boolean;
|
2268
|
+
logTemplate?: string;
|
2269
|
+
platform?: PlatformProperties;
|
2395
2270
|
readonly provisioningState?: ProvisioningState;
|
2396
|
-
readonly creationDate?: Date;
|
2397
2271
|
status?: TaskStatus;
|
2398
|
-
platform?: PlatformProperties;
|
2399
|
-
agentConfiguration?: AgentProperties;
|
2400
|
-
agentPoolName?: string;
|
2401
|
-
timeout?: number;
|
2402
2272
|
step?: TaskStepPropertiesUnion;
|
2273
|
+
timeout?: number;
|
2403
2274
|
trigger?: TriggerProperties;
|
2404
|
-
|
2405
|
-
logTemplate?: string;
|
2406
|
-
isSystemTask?: boolean;
|
2407
|
-
};
|
2275
|
+
}
|
2408
2276
|
|
2409
2277
|
// @public
|
2410
2278
|
export interface TaskListResult {
|
@@ -2413,14 +2281,14 @@ export interface TaskListResult {
|
|
2413
2281
|
}
|
2414
2282
|
|
2415
2283
|
// @public
|
2416
|
-
export
|
2284
|
+
export interface TaskRun extends ProxyResource {
|
2285
|
+
forceUpdateTag?: string;
|
2417
2286
|
identity?: IdentityProperties;
|
2418
2287
|
location?: string;
|
2419
2288
|
readonly provisioningState?: ProvisioningState;
|
2420
2289
|
runRequest?: RunRequestUnion;
|
2421
2290
|
readonly runResult?: Run;
|
2422
|
-
|
2423
|
-
};
|
2291
|
+
}
|
2424
2292
|
|
2425
2293
|
// @public
|
2426
2294
|
export interface TaskRunListResult {
|
@@ -2429,11 +2297,11 @@ export interface TaskRunListResult {
|
|
2429
2297
|
}
|
2430
2298
|
|
2431
2299
|
// @public
|
2432
|
-
export
|
2433
|
-
type: "TaskRunRequest";
|
2434
|
-
taskId: string;
|
2300
|
+
export interface TaskRunRequest extends RunRequest {
|
2435
2301
|
overrideTaskStepProperties?: OverrideTaskStepProperties;
|
2436
|
-
|
2302
|
+
taskId: string;
|
2303
|
+
type: "TaskRunRequest";
|
2304
|
+
}
|
2437
2305
|
|
2438
2306
|
// @public
|
2439
2307
|
export interface TaskRuns {
|
@@ -2653,13 +2521,13 @@ export interface TlsProperties {
|
|
2653
2521
|
export type TlsStatus = string;
|
2654
2522
|
|
2655
2523
|
// @public
|
2656
|
-
export
|
2524
|
+
export interface Token extends ProxyResource {
|
2657
2525
|
readonly creationDate?: Date;
|
2526
|
+
credentials?: TokenCredentialsProperties;
|
2658
2527
|
readonly provisioningState?: ProvisioningState;
|
2659
2528
|
scopeMapId?: string;
|
2660
|
-
credentials?: TokenCredentialsProperties;
|
2661
2529
|
status?: TokenStatus;
|
2662
|
-
}
|
2530
|
+
}
|
2663
2531
|
|
2664
2532
|
// @public
|
2665
2533
|
export interface TokenCertificate {
|
@@ -2807,12 +2675,12 @@ export interface UserIdentityProperties {
|
|
2807
2675
|
export type Variant = string;
|
2808
2676
|
|
2809
2677
|
// @public
|
2810
|
-
export
|
2811
|
-
status?: WebhookStatus;
|
2812
|
-
scope?: string;
|
2678
|
+
export interface Webhook extends Resource {
|
2813
2679
|
actions?: WebhookAction[];
|
2814
2680
|
readonly provisioningState?: ProvisioningState;
|
2815
|
-
|
2681
|
+
scope?: string;
|
2682
|
+
status?: WebhookStatus;
|
2683
|
+
}
|
2816
2684
|
|
2817
2685
|
// @public
|
2818
2686
|
export type WebhookAction = string;
|