@azure/arm-containerregistry 10.1.0-beta.2 → 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 +32 -11
- package/README.md +1 -1
- package/dist/index.js +623 -167
- 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/samples-dev/connectedRegistriesCreateSample.js +1 -1
- package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.js +1 -1
- package/dist-esm/samples-dev/connectedRegistriesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/connectedRegistriesGetSample.js +1 -1
- package/dist-esm/samples-dev/connectedRegistriesListSample.js +1 -1
- package/dist-esm/samples-dev/connectedRegistriesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/exportPipelinesCreateSample.js +1 -1
- package/dist-esm/samples-dev/exportPipelinesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/exportPipelinesGetSample.js +1 -1
- package/dist-esm/samples-dev/exportPipelinesListSample.js +1 -1
- package/dist-esm/samples-dev/importPipelinesCreateSample.js +1 -1
- package/dist-esm/samples-dev/importPipelinesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/importPipelinesGetSample.js +1 -1
- package/dist-esm/samples-dev/importPipelinesListSample.js +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/pipelineRunsCreateSample.js +2 -2
- package/dist-esm/samples-dev/pipelineRunsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/pipelineRunsGetSample.js +1 -1
- package/dist-esm/samples-dev/pipelineRunsListSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +1 -1
- package/dist-esm/samples-dev/registriesCheckNameAvailabilitySample.js +2 -2
- package/dist-esm/samples-dev/registriesCreateSample.js +2 -2
- package/dist-esm/samples-dev/registriesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/registriesGenerateCredentialsSample.js +1 -1
- package/dist-esm/samples-dev/registriesGetPrivateLinkResourceSample.js +1 -1
- package/dist-esm/samples-dev/registriesGetSample.js +1 -1
- package/dist-esm/samples-dev/registriesImportImageSample.js +3 -3
- package/dist-esm/samples-dev/registriesListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/registriesListCredentialsSample.js +1 -1
- package/dist-esm/samples-dev/registriesListPrivateLinkResourcesSample.js +1 -1
- package/dist-esm/samples-dev/registriesListSample.js +1 -1
- package/dist-esm/samples-dev/registriesListUsagesSample.js +1 -1
- package/dist-esm/samples-dev/registriesRegenerateCredentialSample.js +1 -1
- package/dist-esm/samples-dev/registriesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/replicationsCreateSample.js +2 -2
- package/dist-esm/samples-dev/replicationsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/replicationsGetSample.js +1 -1
- package/dist-esm/samples-dev/replicationsListSample.js +1 -1
- package/dist-esm/samples-dev/replicationsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/scopeMapsCreateSample.js +1 -1
- package/dist-esm/samples-dev/scopeMapsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/scopeMapsGetSample.js +1 -1
- package/dist-esm/samples-dev/scopeMapsListSample.js +1 -1
- package/dist-esm/samples-dev/scopeMapsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/tokensCreateSample.js +1 -1
- package/dist-esm/samples-dev/tokensDeleteSample.js +1 -1
- package/dist-esm/samples-dev/tokensGetSample.js +1 -1
- package/dist-esm/samples-dev/tokensListSample.js +1 -1
- package/dist-esm/samples-dev/tokensUpdateSample.js +1 -1
- package/dist-esm/samples-dev/webhooksCreateSample.js +1 -1
- package/dist-esm/samples-dev/webhooksDeleteSample.js +1 -1
- package/dist-esm/samples-dev/webhooksGetCallbackConfigSample.js +1 -1
- package/dist-esm/samples-dev/webhooksGetSample.js +1 -1
- package/dist-esm/samples-dev/webhooksListEventsSample.js +1 -1
- package/dist-esm/samples-dev/webhooksListSample.js +1 -1
- package/dist-esm/samples-dev/webhooksPingSample.js +1 -1
- package/dist-esm/samples-dev/webhooksUpdateSample.js +1 -1
- package/dist-esm/src/containerRegistryManagementClient.d.ts.map +1 -1
- package/dist-esm/src/containerRegistryManagementClient.js +25 -6
- 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 +235 -59
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +141 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +4 -1
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +94 -33
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.js +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 +177 -280
- package/src/containerRegistryManagementClient.ts +35 -5
- package/src/index.ts +1 -0
- package/src/models/index.ts +243 -60
- package/src/models/mappers.ts +98 -34
- package/src/models/parameters.ts +1 -1
- 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 +250 -60
- 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 {
|
@@ -164,6 +164,14 @@ export interface AuthInfoUpdateParameters {
|
|
164
164
|
tokenType?: TokenType;
|
165
165
|
}
|
166
166
|
|
167
|
+
// @public
|
168
|
+
export interface AzureADAuthenticationAsArmPolicy {
|
169
|
+
status?: AzureADAuthenticationAsArmPolicyStatus;
|
170
|
+
}
|
171
|
+
|
172
|
+
// @public
|
173
|
+
export type AzureADAuthenticationAsArmPolicyStatus = string;
|
174
|
+
|
167
175
|
// @public
|
168
176
|
export interface BaseImageDependency {
|
169
177
|
digest?: string;
|
@@ -276,20 +284,20 @@ export interface ConnectedRegistriesUpdateOptionalParams extends coreClient.Oper
|
|
276
284
|
export type ConnectedRegistriesUpdateResponse = ConnectedRegistry;
|
277
285
|
|
278
286
|
// @public
|
279
|
-
export
|
280
|
-
readonly provisioningState?: ProvisioningState;
|
281
|
-
mode?: ConnectedRegistryMode;
|
282
|
-
readonly version?: string;
|
283
|
-
readonly connectionState?: ConnectionState;
|
284
|
-
readonly lastActivityTime?: Date;
|
287
|
+
export interface ConnectedRegistry extends ProxyResource {
|
285
288
|
readonly activation?: ActivationProperties;
|
286
|
-
parent?: ParentProperties;
|
287
289
|
clientTokenIds?: string[];
|
288
|
-
|
290
|
+
readonly connectionState?: ConnectionState;
|
291
|
+
readonly lastActivityTime?: Date;
|
289
292
|
logging?: LoggingProperties;
|
290
|
-
|
293
|
+
loginServer?: LoginServerProperties;
|
294
|
+
mode?: ConnectedRegistryMode;
|
291
295
|
notificationsList?: string[];
|
292
|
-
|
296
|
+
parent?: ParentProperties;
|
297
|
+
readonly provisioningState?: ProvisioningState;
|
298
|
+
readonly statusDetails?: StatusDetailProperties[];
|
299
|
+
readonly version?: string;
|
300
|
+
}
|
293
301
|
|
294
302
|
// @public
|
295
303
|
export interface ConnectedRegistryListResult {
|
@@ -381,71 +389,71 @@ export interface CustomRegistryCredentials {
|
|
381
389
|
export type DefaultAction = string;
|
382
390
|
|
383
391
|
// @public
|
384
|
-
export
|
385
|
-
|
392
|
+
export interface DockerBuildRequest extends RunRequest {
|
393
|
+
agentConfiguration?: AgentProperties;
|
394
|
+
arguments?: Argument[];
|
395
|
+
credentials?: Credentials;
|
396
|
+
dockerFilePath: string;
|
386
397
|
imageNames?: string[];
|
387
398
|
isPushEnabled?: boolean;
|
388
399
|
noCache?: boolean;
|
389
|
-
dockerFilePath: string;
|
390
|
-
target?: string;
|
391
|
-
arguments?: Argument[];
|
392
|
-
timeout?: number;
|
393
400
|
platform: PlatformProperties;
|
394
|
-
agentConfiguration?: AgentProperties;
|
395
401
|
sourceLocation?: string;
|
396
|
-
|
397
|
-
|
402
|
+
target?: string;
|
403
|
+
timeout?: number;
|
404
|
+
type: "DockerBuildRequest";
|
405
|
+
}
|
398
406
|
|
399
407
|
// @public
|
400
|
-
export
|
401
|
-
|
408
|
+
export interface DockerBuildStep extends TaskStepProperties {
|
409
|
+
arguments?: Argument[];
|
410
|
+
dockerFilePath: string;
|
402
411
|
imageNames?: string[];
|
403
412
|
isPushEnabled?: boolean;
|
404
413
|
noCache?: boolean;
|
405
|
-
dockerFilePath: string;
|
406
414
|
target?: string;
|
407
|
-
|
408
|
-
}
|
415
|
+
type: "Docker";
|
416
|
+
}
|
409
417
|
|
410
418
|
// @public
|
411
|
-
export
|
412
|
-
|
419
|
+
export interface DockerBuildStepUpdateParameters extends TaskStepUpdateParameters {
|
420
|
+
arguments?: Argument[];
|
421
|
+
dockerFilePath?: string;
|
413
422
|
imageNames?: string[];
|
414
423
|
isPushEnabled?: boolean;
|
415
424
|
noCache?: boolean;
|
416
|
-
dockerFilePath?: string;
|
417
|
-
arguments?: Argument[];
|
418
425
|
target?: string;
|
419
|
-
|
426
|
+
type: "Docker";
|
427
|
+
}
|
420
428
|
|
421
429
|
// @public
|
422
|
-
export
|
423
|
-
|
430
|
+
export interface EncodedTaskRunRequest extends RunRequest {
|
431
|
+
agentConfiguration?: AgentProperties;
|
432
|
+
credentials?: Credentials;
|
424
433
|
encodedTaskContent: string;
|
425
434
|
encodedValuesContent?: string;
|
426
|
-
values?: SetValue[];
|
427
|
-
timeout?: number;
|
428
435
|
platform: PlatformProperties;
|
429
|
-
agentConfiguration?: AgentProperties;
|
430
436
|
sourceLocation?: string;
|
431
|
-
|
432
|
-
|
437
|
+
timeout?: number;
|
438
|
+
type: "EncodedTaskRunRequest";
|
439
|
+
values?: SetValue[];
|
440
|
+
}
|
433
441
|
|
434
442
|
// @public
|
435
|
-
export
|
436
|
-
type: "EncodedTask";
|
443
|
+
export interface EncodedTaskStep extends TaskStepProperties {
|
437
444
|
encodedTaskContent: string;
|
438
445
|
encodedValuesContent?: string;
|
446
|
+
type: "EncodedTask";
|
439
447
|
values?: SetValue[];
|
440
|
-
}
|
448
|
+
}
|
441
449
|
|
442
450
|
// @public
|
443
|
-
export
|
444
|
-
type: "EncodedTask";
|
451
|
+
export interface EncodedTaskStepUpdateParameters extends TaskStepUpdateParameters {
|
445
452
|
encodedTaskContent?: string;
|
446
453
|
encodedValuesContent?: string;
|
454
|
+
type: "EncodedTask";
|
447
455
|
values?: SetValue[];
|
448
|
-
}
|
456
|
+
}
|
449
457
|
|
450
458
|
// @public (undocumented)
|
451
459
|
export interface EncryptionProperty {
|
@@ -470,10 +478,10 @@ export interface ErrorResponseBody {
|
|
470
478
|
}
|
471
479
|
|
472
480
|
// @public
|
473
|
-
|
481
|
+
interface Event_2 extends EventInfo {
|
474
482
|
eventRequestMessage?: EventRequestMessage;
|
475
483
|
eventResponseMessage?: EventResponseMessage;
|
476
|
-
}
|
484
|
+
}
|
477
485
|
export { Event_2 as Event }
|
478
486
|
|
479
487
|
// @public
|
@@ -521,13 +529,13 @@ export interface EventResponseMessage {
|
|
521
529
|
}
|
522
530
|
|
523
531
|
// @public
|
524
|
-
export
|
525
|
-
location?: string;
|
532
|
+
export interface ExportPipeline extends ProxyResource {
|
526
533
|
identity?: IdentityProperties;
|
527
|
-
|
534
|
+
location?: string;
|
528
535
|
options?: PipelineOptions[];
|
529
536
|
readonly provisioningState?: ProvisioningState;
|
530
|
-
|
537
|
+
target?: ExportPipelineTargetProperties;
|
538
|
+
}
|
531
539
|
|
532
540
|
// @public
|
533
541
|
export interface ExportPipelineListResult {
|
@@ -597,33 +605,33 @@ export interface ExportPolicy {
|
|
597
605
|
export type ExportPolicyStatus = string;
|
598
606
|
|
599
607
|
// @public
|
600
|
-
export
|
601
|
-
type: "FileTaskRunRequest";
|
602
|
-
taskFilePath: string;
|
603
|
-
valuesFilePath?: string;
|
604
|
-
values?: SetValue[];
|
605
|
-
timeout?: number;
|
606
|
-
platform: PlatformProperties;
|
608
|
+
export interface FileTaskRunRequest extends RunRequest {
|
607
609
|
agentConfiguration?: AgentProperties;
|
608
|
-
sourceLocation?: string;
|
609
610
|
credentials?: Credentials;
|
610
|
-
|
611
|
+
platform: PlatformProperties;
|
612
|
+
sourceLocation?: string;
|
613
|
+
taskFilePath: string;
|
614
|
+
timeout?: number;
|
615
|
+
type: "FileTaskRunRequest";
|
616
|
+
values?: SetValue[];
|
617
|
+
valuesFilePath?: string;
|
618
|
+
}
|
611
619
|
|
612
620
|
// @public
|
613
|
-
export
|
614
|
-
type: "FileTask";
|
621
|
+
export interface FileTaskStep extends TaskStepProperties {
|
615
622
|
taskFilePath: string;
|
616
|
-
|
623
|
+
type: "FileTask";
|
617
624
|
values?: SetValue[];
|
618
|
-
|
625
|
+
valuesFilePath?: string;
|
626
|
+
}
|
619
627
|
|
620
628
|
// @public
|
621
|
-
export
|
622
|
-
type: "FileTask";
|
629
|
+
export interface FileTaskStepUpdateParameters extends TaskStepUpdateParameters {
|
623
630
|
taskFilePath?: string;
|
624
|
-
|
631
|
+
type: "FileTask";
|
625
632
|
values?: SetValue[];
|
626
|
-
|
633
|
+
valuesFilePath?: string;
|
634
|
+
}
|
627
635
|
|
628
636
|
// @public
|
629
637
|
export interface GenerateCredentialsParameters {
|
@@ -638,6 +646,9 @@ export interface GenerateCredentialsResult {
|
|
638
646
|
username?: string;
|
639
647
|
}
|
640
648
|
|
649
|
+
// @public
|
650
|
+
export function getContinuationToken(page: unknown): string | undefined;
|
651
|
+
|
641
652
|
// @public
|
642
653
|
export interface IdentityProperties {
|
643
654
|
principalId?: string;
|
@@ -675,14 +686,14 @@ export interface ImportImageParameters {
|
|
675
686
|
export type ImportMode = string;
|
676
687
|
|
677
688
|
// @public
|
678
|
-
export
|
679
|
-
location?: string;
|
689
|
+
export interface ImportPipeline extends ProxyResource {
|
680
690
|
identity?: IdentityProperties;
|
681
|
-
|
682
|
-
trigger?: PipelineTriggerProperties;
|
691
|
+
location?: string;
|
683
692
|
options?: PipelineOptions[];
|
684
693
|
readonly provisioningState?: ProvisioningState;
|
685
|
-
|
694
|
+
source?: ImportPipelineSourceProperties;
|
695
|
+
trigger?: PipelineTriggerProperties;
|
696
|
+
}
|
686
697
|
|
687
698
|
// @public
|
688
699
|
export interface ImportPipelineListResult {
|
@@ -781,467 +792,340 @@ export interface KeyVaultProperties {
|
|
781
792
|
|
782
793
|
// @public
|
783
794
|
export enum KnownAction {
|
784
|
-
// (undocumented)
|
785
795
|
Allow = "Allow"
|
786
796
|
}
|
787
797
|
|
788
798
|
// @public
|
789
799
|
export enum KnownActionsRequired {
|
790
|
-
// (undocumented)
|
791
800
|
None = "None",
|
792
|
-
// (undocumented)
|
793
801
|
Recreate = "Recreate"
|
794
802
|
}
|
795
803
|
|
796
804
|
// @public
|
797
805
|
export enum KnownActivationStatus {
|
798
|
-
// (undocumented)
|
799
806
|
Active = "Active",
|
800
|
-
// (undocumented)
|
801
807
|
Inactive = "Inactive"
|
802
808
|
}
|
803
809
|
|
804
810
|
// @public
|
805
811
|
export enum KnownArchitecture {
|
806
|
-
// (undocumented)
|
807
812
|
Amd64 = "amd64",
|
808
|
-
// (undocumented)
|
809
813
|
Arm = "arm",
|
810
|
-
// (undocumented)
|
811
814
|
Arm64 = "arm64",
|
812
|
-
// (undocumented)
|
813
815
|
ThreeHundredEightySix = "386",
|
814
|
-
// (undocumented)
|
815
816
|
X86 = "x86"
|
816
817
|
}
|
817
818
|
|
818
819
|
// @public
|
819
820
|
export enum KnownAuditLogStatus {
|
820
|
-
// (undocumented)
|
821
821
|
Disabled = "Disabled",
|
822
|
-
// (undocumented)
|
823
822
|
Enabled = "Enabled"
|
824
823
|
}
|
825
824
|
|
825
|
+
// @public
|
826
|
+
export enum KnownAzureADAuthenticationAsArmPolicyStatus {
|
827
|
+
Disabled = "disabled",
|
828
|
+
Enabled = "enabled"
|
829
|
+
}
|
830
|
+
|
826
831
|
// @public
|
827
832
|
export enum KnownBaseImageDependencyType {
|
828
|
-
// (undocumented)
|
829
833
|
BuildTime = "BuildTime",
|
830
|
-
// (undocumented)
|
831
834
|
RunTime = "RunTime"
|
832
835
|
}
|
833
836
|
|
834
837
|
// @public
|
835
838
|
export enum KnownBaseImageTriggerType {
|
836
|
-
// (undocumented)
|
837
839
|
All = "All",
|
838
|
-
// (undocumented)
|
839
840
|
Runtime = "Runtime"
|
840
841
|
}
|
841
842
|
|
842
843
|
// @public
|
843
844
|
export enum KnownCertificateType {
|
844
|
-
// (undocumented)
|
845
845
|
LocalDirectory = "LocalDirectory"
|
846
846
|
}
|
847
847
|
|
848
848
|
// @public
|
849
849
|
export enum KnownConnectedRegistryMode {
|
850
|
-
// (undocumented)
|
851
850
|
Mirror = "Mirror",
|
852
|
-
// (undocumented)
|
853
851
|
ReadOnly = "ReadOnly",
|
854
|
-
// (undocumented)
|
855
852
|
ReadWrite = "ReadWrite",
|
856
|
-
// (undocumented)
|
857
853
|
Registry = "Registry"
|
858
854
|
}
|
859
855
|
|
860
856
|
// @public
|
861
857
|
export enum KnownConnectionState {
|
862
|
-
// (undocumented)
|
863
858
|
Offline = "Offline",
|
864
|
-
// (undocumented)
|
865
859
|
Online = "Online",
|
866
|
-
// (undocumented)
|
867
860
|
Syncing = "Syncing",
|
868
|
-
// (undocumented)
|
869
861
|
Unhealthy = "Unhealthy"
|
870
862
|
}
|
871
863
|
|
872
864
|
// @public
|
873
865
|
export enum KnownConnectionStatus {
|
874
|
-
// (undocumented)
|
875
866
|
Approved = "Approved",
|
876
|
-
// (undocumented)
|
877
867
|
Disconnected = "Disconnected",
|
878
|
-
// (undocumented)
|
879
868
|
Pending = "Pending",
|
880
|
-
// (undocumented)
|
881
869
|
Rejected = "Rejected"
|
882
870
|
}
|
883
871
|
|
884
872
|
// @public
|
885
873
|
export enum KnownCreatedByType {
|
886
|
-
// (undocumented)
|
887
874
|
Application = "Application",
|
888
|
-
// (undocumented)
|
889
875
|
Key = "Key",
|
890
|
-
// (undocumented)
|
891
876
|
ManagedIdentity = "ManagedIdentity",
|
892
|
-
// (undocumented)
|
893
877
|
User = "User"
|
894
878
|
}
|
895
879
|
|
896
880
|
// @public
|
897
881
|
export enum KnownDefaultAction {
|
898
|
-
// (undocumented)
|
899
882
|
Allow = "Allow",
|
900
|
-
// (undocumented)
|
901
883
|
Deny = "Deny"
|
902
884
|
}
|
903
885
|
|
904
886
|
// @public
|
905
887
|
export enum KnownEncryptionStatus {
|
906
|
-
// (undocumented)
|
907
888
|
Disabled = "disabled",
|
908
|
-
// (undocumented)
|
909
889
|
Enabled = "enabled"
|
910
890
|
}
|
911
891
|
|
912
892
|
// @public
|
913
893
|
export enum KnownExportPolicyStatus {
|
914
|
-
// (undocumented)
|
915
894
|
Disabled = "disabled",
|
916
|
-
// (undocumented)
|
917
895
|
Enabled = "enabled"
|
918
896
|
}
|
919
897
|
|
920
898
|
// @public
|
921
899
|
export enum KnownImportMode {
|
922
|
-
// (undocumented)
|
923
900
|
Force = "Force",
|
924
|
-
// (undocumented)
|
925
901
|
NoForce = "NoForce"
|
926
902
|
}
|
927
903
|
|
928
904
|
// @public
|
929
905
|
export enum KnownLastModifiedByType {
|
930
|
-
// (undocumented)
|
931
906
|
Application = "Application",
|
932
|
-
// (undocumented)
|
933
907
|
Key = "Key",
|
934
|
-
// (undocumented)
|
935
908
|
ManagedIdentity = "ManagedIdentity",
|
936
|
-
// (undocumented)
|
937
909
|
User = "User"
|
938
910
|
}
|
939
911
|
|
940
912
|
// @public
|
941
913
|
export enum KnownLogLevel {
|
942
|
-
// (undocumented)
|
943
914
|
Debug = "Debug",
|
944
|
-
// (undocumented)
|
945
915
|
Error = "Error",
|
946
|
-
// (undocumented)
|
947
916
|
Information = "Information",
|
948
|
-
// (undocumented)
|
949
917
|
None = "None",
|
950
|
-
// (undocumented)
|
951
918
|
Warning = "Warning"
|
952
919
|
}
|
953
920
|
|
954
921
|
// @public
|
955
922
|
export enum KnownNetworkRuleBypassOptions {
|
956
|
-
// (undocumented)
|
957
923
|
AzureServices = "AzureServices",
|
958
|
-
// (undocumented)
|
959
924
|
None = "None"
|
960
925
|
}
|
961
926
|
|
962
927
|
// @public
|
963
928
|
export enum KnownOS {
|
964
|
-
// (undocumented)
|
965
929
|
Linux = "Linux",
|
966
|
-
// (undocumented)
|
967
930
|
Windows = "Windows"
|
968
931
|
}
|
969
932
|
|
970
933
|
// @public
|
971
934
|
export enum KnownPipelineOptions {
|
972
|
-
// (undocumented)
|
973
935
|
ContinueOnErrors = "ContinueOnErrors",
|
974
|
-
// (undocumented)
|
975
936
|
DeleteSourceBlobOnSuccess = "DeleteSourceBlobOnSuccess",
|
976
|
-
// (undocumented)
|
977
937
|
OverwriteBlobs = "OverwriteBlobs",
|
978
|
-
// (undocumented)
|
979
938
|
OverwriteTags = "OverwriteTags"
|
980
939
|
}
|
981
940
|
|
982
941
|
// @public
|
983
942
|
export enum KnownPipelineRunSourceType {
|
984
|
-
// (undocumented)
|
985
943
|
AzureStorageBlob = "AzureStorageBlob"
|
986
944
|
}
|
987
945
|
|
988
946
|
// @public
|
989
947
|
export enum KnownPipelineRunTargetType {
|
990
|
-
// (undocumented)
|
991
948
|
AzureStorageBlob = "AzureStorageBlob"
|
992
949
|
}
|
993
950
|
|
994
951
|
// @public
|
995
952
|
export enum KnownPipelineSourceType {
|
996
|
-
// (undocumented)
|
997
953
|
AzureStorageBlobContainer = "AzureStorageBlobContainer"
|
998
954
|
}
|
999
955
|
|
1000
956
|
// @public
|
1001
957
|
export enum KnownPolicyStatus {
|
1002
|
-
// (undocumented)
|
1003
958
|
Disabled = "disabled",
|
1004
|
-
// (undocumented)
|
1005
959
|
Enabled = "enabled"
|
1006
960
|
}
|
1007
961
|
|
1008
962
|
// @public
|
1009
963
|
export enum KnownProvisioningState {
|
1010
|
-
// (undocumented)
|
1011
964
|
Canceled = "Canceled",
|
1012
|
-
// (undocumented)
|
1013
965
|
Creating = "Creating",
|
1014
|
-
// (undocumented)
|
1015
966
|
Deleting = "Deleting",
|
1016
|
-
// (undocumented)
|
1017
967
|
Failed = "Failed",
|
1018
|
-
// (undocumented)
|
1019
968
|
Succeeded = "Succeeded",
|
1020
|
-
// (undocumented)
|
1021
969
|
Updating = "Updating"
|
1022
970
|
}
|
1023
971
|
|
1024
972
|
// @public
|
1025
973
|
export enum KnownPublicNetworkAccess {
|
1026
|
-
// (undocumented)
|
1027
974
|
Disabled = "Disabled",
|
1028
|
-
// (undocumented)
|
1029
975
|
Enabled = "Enabled"
|
1030
976
|
}
|
1031
977
|
|
1032
978
|
// @public
|
1033
979
|
export enum KnownRegistryUsageUnit {
|
1034
|
-
// (undocumented)
|
1035
980
|
Bytes = "Bytes",
|
1036
|
-
// (undocumented)
|
1037
981
|
Count = "Count"
|
1038
982
|
}
|
1039
983
|
|
1040
984
|
// @public
|
1041
985
|
export enum KnownRunStatus {
|
1042
|
-
// (undocumented)
|
1043
986
|
Canceled = "Canceled",
|
1044
|
-
// (undocumented)
|
1045
987
|
Error = "Error",
|
1046
|
-
// (undocumented)
|
1047
988
|
Failed = "Failed",
|
1048
|
-
// (undocumented)
|
1049
989
|
Queued = "Queued",
|
1050
|
-
// (undocumented)
|
1051
990
|
Running = "Running",
|
1052
|
-
// (undocumented)
|
1053
991
|
Started = "Started",
|
1054
|
-
// (undocumented)
|
1055
992
|
Succeeded = "Succeeded",
|
1056
|
-
// (undocumented)
|
1057
993
|
Timeout = "Timeout"
|
1058
994
|
}
|
1059
995
|
|
1060
996
|
// @public
|
1061
997
|
export enum KnownRunType {
|
1062
|
-
// (undocumented)
|
1063
998
|
AutoBuild = "AutoBuild",
|
1064
|
-
// (undocumented)
|
1065
999
|
AutoRun = "AutoRun",
|
1066
|
-
// (undocumented)
|
1067
1000
|
QuickBuild = "QuickBuild",
|
1068
|
-
// (undocumented)
|
1069
1001
|
QuickRun = "QuickRun"
|
1070
1002
|
}
|
1071
1003
|
|
1072
1004
|
// @public
|
1073
1005
|
export enum KnownSecretObjectType {
|
1074
|
-
// (undocumented)
|
1075
1006
|
Opaque = "Opaque",
|
1076
|
-
// (undocumented)
|
1077
1007
|
Vaultsecret = "Vaultsecret"
|
1078
1008
|
}
|
1079
1009
|
|
1080
1010
|
// @public
|
1081
1011
|
export enum KnownSkuName {
|
1082
|
-
// (undocumented)
|
1083
1012
|
Basic = "Basic",
|
1084
|
-
// (undocumented)
|
1085
1013
|
Classic = "Classic",
|
1086
|
-
// (undocumented)
|
1087
1014
|
Premium = "Premium",
|
1088
|
-
// (undocumented)
|
1089
1015
|
Standard = "Standard"
|
1090
1016
|
}
|
1091
1017
|
|
1092
1018
|
// @public
|
1093
1019
|
export enum KnownSkuTier {
|
1094
|
-
// (undocumented)
|
1095
1020
|
Basic = "Basic",
|
1096
|
-
// (undocumented)
|
1097
1021
|
Classic = "Classic",
|
1098
|
-
// (undocumented)
|
1099
1022
|
Premium = "Premium",
|
1100
|
-
// (undocumented)
|
1101
1023
|
Standard = "Standard"
|
1102
1024
|
}
|
1103
1025
|
|
1104
1026
|
// @public
|
1105
1027
|
export enum KnownSourceControlType {
|
1106
|
-
// (undocumented)
|
1107
1028
|
Github = "Github",
|
1108
|
-
// (undocumented)
|
1109
1029
|
VisualStudioTeamService = "VisualStudioTeamService"
|
1110
1030
|
}
|
1111
1031
|
|
1112
1032
|
// @public
|
1113
1033
|
export enum KnownSourceRegistryLoginMode {
|
1114
|
-
// (undocumented)
|
1115
1034
|
Default = "Default",
|
1116
|
-
// (undocumented)
|
1117
1035
|
None = "None"
|
1118
1036
|
}
|
1119
1037
|
|
1120
1038
|
// @public
|
1121
1039
|
export enum KnownSourceTriggerEvent {
|
1122
|
-
// (undocumented)
|
1123
1040
|
Commit = "commit",
|
1124
|
-
// (undocumented)
|
1125
1041
|
Pullrequest = "pullrequest"
|
1126
1042
|
}
|
1127
1043
|
|
1128
1044
|
// @public
|
1129
1045
|
export enum KnownStepType {
|
1130
|
-
// (undocumented)
|
1131
1046
|
Docker = "Docker",
|
1132
|
-
// (undocumented)
|
1133
1047
|
EncodedTask = "EncodedTask",
|
1134
|
-
// (undocumented)
|
1135
1048
|
FileTask = "FileTask"
|
1136
1049
|
}
|
1137
1050
|
|
1138
1051
|
// @public
|
1139
1052
|
export enum KnownTaskStatus {
|
1140
|
-
// (undocumented)
|
1141
1053
|
Disabled = "Disabled",
|
1142
|
-
// (undocumented)
|
1143
1054
|
Enabled = "Enabled"
|
1144
1055
|
}
|
1145
1056
|
|
1146
1057
|
// @public
|
1147
1058
|
export enum KnownTlsStatus {
|
1148
|
-
// (undocumented)
|
1149
1059
|
Disabled = "Disabled",
|
1150
|
-
// (undocumented)
|
1151
1060
|
Enabled = "Enabled"
|
1152
1061
|
}
|
1153
1062
|
|
1154
1063
|
// @public
|
1155
1064
|
export enum KnownTokenCertificateName {
|
1156
|
-
// (undocumented)
|
1157
1065
|
Certificate1 = "certificate1",
|
1158
|
-
// (undocumented)
|
1159
1066
|
Certificate2 = "certificate2"
|
1160
1067
|
}
|
1161
1068
|
|
1162
1069
|
// @public
|
1163
1070
|
export enum KnownTokenPasswordName {
|
1164
|
-
// (undocumented)
|
1165
1071
|
Password1 = "password1",
|
1166
|
-
// (undocumented)
|
1167
1072
|
Password2 = "password2"
|
1168
1073
|
}
|
1169
1074
|
|
1170
1075
|
// @public
|
1171
1076
|
export enum KnownTokenStatus {
|
1172
|
-
// (undocumented)
|
1173
1077
|
Disabled = "disabled",
|
1174
|
-
// (undocumented)
|
1175
1078
|
Enabled = "enabled"
|
1176
1079
|
}
|
1177
1080
|
|
1178
1081
|
// @public
|
1179
1082
|
export enum KnownTokenType {
|
1180
|
-
// (undocumented)
|
1181
1083
|
OAuth = "OAuth",
|
1182
|
-
// (undocumented)
|
1183
1084
|
PAT = "PAT"
|
1184
1085
|
}
|
1185
1086
|
|
1186
1087
|
// @public
|
1187
1088
|
export enum KnownTriggerStatus {
|
1188
|
-
// (undocumented)
|
1189
1089
|
Disabled = "Disabled",
|
1190
|
-
// (undocumented)
|
1191
1090
|
Enabled = "Enabled"
|
1192
1091
|
}
|
1193
1092
|
|
1194
1093
|
// @public
|
1195
1094
|
export enum KnownTrustPolicyType {
|
1196
|
-
// (undocumented)
|
1197
1095
|
Notary = "Notary"
|
1198
1096
|
}
|
1199
1097
|
|
1200
1098
|
// @public
|
1201
1099
|
export enum KnownUpdateTriggerPayloadType {
|
1202
|
-
// (undocumented)
|
1203
1100
|
Default = "Default",
|
1204
|
-
// (undocumented)
|
1205
1101
|
Token = "Token"
|
1206
1102
|
}
|
1207
1103
|
|
1208
1104
|
// @public
|
1209
1105
|
export enum KnownVariant {
|
1210
|
-
// (undocumented)
|
1211
1106
|
V6 = "v6",
|
1212
|
-
// (undocumented)
|
1213
1107
|
V7 = "v7",
|
1214
|
-
// (undocumented)
|
1215
1108
|
V8 = "v8"
|
1216
1109
|
}
|
1217
1110
|
|
1218
1111
|
// @public
|
1219
1112
|
export enum KnownWebhookAction {
|
1220
|
-
// (undocumented)
|
1221
1113
|
ChartDelete = "chart_delete",
|
1222
|
-
// (undocumented)
|
1223
1114
|
ChartPush = "chart_push",
|
1224
|
-
// (undocumented)
|
1225
1115
|
Delete = "delete",
|
1226
|
-
// (undocumented)
|
1227
1116
|
Push = "push",
|
1228
|
-
// (undocumented)
|
1229
1117
|
Quarantine = "quarantine"
|
1230
1118
|
}
|
1231
1119
|
|
1232
1120
|
// @public
|
1233
1121
|
export enum KnownWebhookStatus {
|
1234
|
-
// (undocumented)
|
1235
1122
|
Disabled = "disabled",
|
1236
|
-
// (undocumented)
|
1237
1123
|
Enabled = "enabled"
|
1238
1124
|
}
|
1239
1125
|
|
1240
1126
|
// @public
|
1241
1127
|
export enum KnownZoneRedundancy {
|
1242
|
-
// (undocumented)
|
1243
1128
|
Disabled = "Disabled",
|
1244
|
-
// (undocumented)
|
1245
1129
|
Enabled = "Enabled"
|
1246
1130
|
}
|
1247
1131
|
|
@@ -1270,7 +1154,6 @@ export type NetworkRuleBypassOptions = string;
|
|
1270
1154
|
export interface NetworkRuleSet {
|
1271
1155
|
defaultAction: DefaultAction;
|
1272
1156
|
ipRules?: IPRule[];
|
1273
|
-
virtualNetworkRules?: VirtualNetworkRule[];
|
1274
1157
|
}
|
1275
1158
|
|
1276
1159
|
// @public
|
@@ -1351,6 +1234,12 @@ export interface OverrideTaskStepProperties {
|
|
1351
1234
|
values?: SetValue[];
|
1352
1235
|
}
|
1353
1236
|
|
1237
|
+
// @public
|
1238
|
+
export interface PackageType {
|
1239
|
+
readonly endpoint?: string;
|
1240
|
+
name?: string;
|
1241
|
+
}
|
1242
|
+
|
1354
1243
|
// @public
|
1355
1244
|
export interface ParentProperties {
|
1356
1245
|
id?: string;
|
@@ -1364,12 +1253,12 @@ export type PasswordName = "password" | "password2";
|
|
1364
1253
|
export type PipelineOptions = string;
|
1365
1254
|
|
1366
1255
|
// @public
|
1367
|
-
export
|
1256
|
+
export interface PipelineRun extends ProxyResource {
|
1257
|
+
forceUpdateTag?: string;
|
1368
1258
|
readonly provisioningState?: ProvisioningState;
|
1369
1259
|
request?: PipelineRunRequest;
|
1370
1260
|
readonly response?: PipelineRunResponse;
|
1371
|
-
|
1372
|
-
};
|
1261
|
+
}
|
1373
1262
|
|
1374
1263
|
// @public
|
1375
1264
|
export interface PipelineRunListResult {
|
@@ -1503,9 +1392,11 @@ export interface PlatformUpdateParameters {
|
|
1503
1392
|
|
1504
1393
|
// @public
|
1505
1394
|
export interface Policies {
|
1395
|
+
azureADAuthenticationAsArmPolicy?: AzureADAuthenticationAsArmPolicy;
|
1506
1396
|
exportPolicy?: ExportPolicy;
|
1507
1397
|
quarantinePolicy?: QuarantinePolicy;
|
1508
1398
|
retentionPolicy?: RetentionPolicy;
|
1399
|
+
softDeletePolicy?: SoftDeletePolicy;
|
1509
1400
|
trustPolicy?: TrustPolicy;
|
1510
1401
|
}
|
1511
1402
|
|
@@ -1518,11 +1409,11 @@ export interface PrivateEndpoint {
|
|
1518
1409
|
}
|
1519
1410
|
|
1520
1411
|
// @public
|
1521
|
-
export
|
1412
|
+
export interface PrivateEndpointConnection extends ProxyResource {
|
1522
1413
|
privateEndpoint?: PrivateEndpoint;
|
1523
1414
|
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
1524
1415
|
readonly provisioningState?: ProvisioningState;
|
1525
|
-
}
|
1416
|
+
}
|
1526
1417
|
|
1527
1418
|
// @public
|
1528
1419
|
export interface PrivateEndpointConnectionListResult {
|
@@ -1794,25 +1685,25 @@ export interface RegistriesUpdateOptionalParams extends coreClient.OperationOpti
|
|
1794
1685
|
export type RegistriesUpdateResponse = Registry;
|
1795
1686
|
|
1796
1687
|
// @public
|
1797
|
-
export
|
1798
|
-
|
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;
|
1799
1695
|
identity?: IdentityProperties;
|
1800
1696
|
readonly loginServer?: string;
|
1801
|
-
|
1802
|
-
readonly provisioningState?: ProvisioningState;
|
1803
|
-
readonly status?: Status;
|
1804
|
-
adminUserEnabled?: boolean;
|
1697
|
+
networkRuleBypassOptions?: NetworkRuleBypassOptions;
|
1805
1698
|
networkRuleSet?: NetworkRuleSet;
|
1806
1699
|
policies?: Policies;
|
1807
|
-
encryption?: EncryptionProperty;
|
1808
|
-
dataEndpointEnabled?: boolean;
|
1809
|
-
readonly dataEndpointHostNames?: string[];
|
1810
1700
|
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
1701
|
+
readonly provisioningState?: ProvisioningState;
|
1811
1702
|
publicNetworkAccess?: PublicNetworkAccess;
|
1812
|
-
|
1703
|
+
sku: Sku;
|
1704
|
+
readonly status?: Status;
|
1813
1705
|
zoneRedundancy?: ZoneRedundancy;
|
1814
|
-
|
1815
|
-
};
|
1706
|
+
}
|
1816
1707
|
|
1817
1708
|
// @public
|
1818
1709
|
export interface RegistryListCredentialsResult {
|
@@ -1879,12 +1770,12 @@ export interface RegistryUsageListResult {
|
|
1879
1770
|
export type RegistryUsageUnit = string;
|
1880
1771
|
|
1881
1772
|
// @public
|
1882
|
-
export
|
1773
|
+
export interface Replication extends Resource {
|
1883
1774
|
readonly provisioningState?: ProvisioningState;
|
1884
|
-
readonly status?: Status;
|
1885
1775
|
regionEndpointEnabled?: boolean;
|
1776
|
+
readonly status?: Status;
|
1886
1777
|
zoneRedundancy?: ZoneRedundancy;
|
1887
|
-
}
|
1778
|
+
}
|
1888
1779
|
|
1889
1780
|
// @public
|
1890
1781
|
export interface ReplicationListResult {
|
@@ -1990,30 +1881,30 @@ export interface RetentionPolicy {
|
|
1990
1881
|
}
|
1991
1882
|
|
1992
1883
|
// @public
|
1993
|
-
export
|
1994
|
-
|
1995
|
-
status?: RunStatus;
|
1996
|
-
lastUpdatedTime?: Date;
|
1997
|
-
runType?: RunType;
|
1884
|
+
export interface Run extends ProxyResource {
|
1885
|
+
agentConfiguration?: AgentProperties;
|
1998
1886
|
agentPoolName?: string;
|
1999
1887
|
createTime?: Date;
|
2000
|
-
|
1888
|
+
customRegistries?: string[];
|
2001
1889
|
finishTime?: Date;
|
2002
|
-
outputImages?: ImageDescriptor[];
|
2003
|
-
task?: string;
|
2004
1890
|
imageUpdateTrigger?: ImageUpdateTrigger;
|
2005
|
-
|
2006
|
-
|
1891
|
+
isArchiveEnabled?: boolean;
|
1892
|
+
lastUpdatedTime?: Date;
|
1893
|
+
readonly logArtifact?: ImageDescriptor;
|
1894
|
+
outputImages?: ImageDescriptor[];
|
2007
1895
|
platform?: PlatformProperties;
|
2008
|
-
|
2009
|
-
sourceRegistryAuth?: string;
|
2010
|
-
customRegistries?: string[];
|
1896
|
+
provisioningState?: ProvisioningState;
|
2011
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;
|
2012
1906
|
updateTriggerToken?: string;
|
2013
|
-
|
2014
|
-
provisioningState?: ProvisioningState;
|
2015
|
-
isArchiveEnabled?: boolean;
|
2016
|
-
};
|
1907
|
+
}
|
2017
1908
|
|
2018
1909
|
// @public
|
2019
1910
|
export interface RunFilter {
|
@@ -2121,13 +2012,13 @@ export interface RunUpdateParameters {
|
|
2121
2012
|
}
|
2122
2013
|
|
2123
2014
|
// @public
|
2124
|
-
export
|
2125
|
-
|
2126
|
-
readonly typePropertiesType?: string;
|
2015
|
+
export interface ScopeMap extends ProxyResource {
|
2016
|
+
actions?: string[];
|
2127
2017
|
readonly creationDate?: Date;
|
2018
|
+
description?: string;
|
2128
2019
|
readonly provisioningState?: ProvisioningState;
|
2129
|
-
|
2130
|
-
}
|
2020
|
+
readonly typePropertiesType?: string;
|
2021
|
+
}
|
2131
2022
|
|
2132
2023
|
// @public
|
2133
2024
|
export interface ScopeMapListResult {
|
@@ -2226,6 +2117,13 @@ export type SkuName = string;
|
|
2226
2117
|
// @public
|
2227
2118
|
export type SkuTier = string;
|
2228
2119
|
|
2120
|
+
// @public
|
2121
|
+
export interface SoftDeletePolicy {
|
2122
|
+
readonly lastUpdatedTime?: Date;
|
2123
|
+
retentionDays?: number;
|
2124
|
+
status?: PolicyStatus;
|
2125
|
+
}
|
2126
|
+
|
2229
2127
|
// @public
|
2230
2128
|
export interface Source {
|
2231
2129
|
addr?: string;
|
@@ -2314,6 +2212,11 @@ export interface StatusDetailProperties {
|
|
2314
2212
|
// @public
|
2315
2213
|
export type StepType = string;
|
2316
2214
|
|
2215
|
+
// @public
|
2216
|
+
export interface StorageAccountProperties {
|
2217
|
+
id: string;
|
2218
|
+
}
|
2219
|
+
|
2317
2220
|
// @public
|
2318
2221
|
export interface SyncProperties {
|
2319
2222
|
readonly gatewayEndpoint?: string;
|
@@ -2355,21 +2258,21 @@ export interface Target {
|
|
2355
2258
|
}
|
2356
2259
|
|
2357
2260
|
// @public
|
2358
|
-
export
|
2261
|
+
export interface Task extends Resource {
|
2262
|
+
agentConfiguration?: AgentProperties;
|
2263
|
+
agentPoolName?: string;
|
2264
|
+
readonly creationDate?: Date;
|
2265
|
+
credentials?: Credentials;
|
2359
2266
|
identity?: IdentityProperties;
|
2267
|
+
isSystemTask?: boolean;
|
2268
|
+
logTemplate?: string;
|
2269
|
+
platform?: PlatformProperties;
|
2360
2270
|
readonly provisioningState?: ProvisioningState;
|
2361
|
-
readonly creationDate?: Date;
|
2362
2271
|
status?: TaskStatus;
|
2363
|
-
platform?: PlatformProperties;
|
2364
|
-
agentConfiguration?: AgentProperties;
|
2365
|
-
agentPoolName?: string;
|
2366
|
-
timeout?: number;
|
2367
2272
|
step?: TaskStepPropertiesUnion;
|
2273
|
+
timeout?: number;
|
2368
2274
|
trigger?: TriggerProperties;
|
2369
|
-
|
2370
|
-
logTemplate?: string;
|
2371
|
-
isSystemTask?: boolean;
|
2372
|
-
};
|
2275
|
+
}
|
2373
2276
|
|
2374
2277
|
// @public
|
2375
2278
|
export interface TaskListResult {
|
@@ -2378,14 +2281,14 @@ export interface TaskListResult {
|
|
2378
2281
|
}
|
2379
2282
|
|
2380
2283
|
// @public
|
2381
|
-
export
|
2284
|
+
export interface TaskRun extends ProxyResource {
|
2285
|
+
forceUpdateTag?: string;
|
2382
2286
|
identity?: IdentityProperties;
|
2383
2287
|
location?: string;
|
2384
2288
|
readonly provisioningState?: ProvisioningState;
|
2385
2289
|
runRequest?: RunRequestUnion;
|
2386
2290
|
readonly runResult?: Run;
|
2387
|
-
|
2388
|
-
};
|
2291
|
+
}
|
2389
2292
|
|
2390
2293
|
// @public
|
2391
2294
|
export interface TaskRunListResult {
|
@@ -2394,11 +2297,11 @@ export interface TaskRunListResult {
|
|
2394
2297
|
}
|
2395
2298
|
|
2396
2299
|
// @public
|
2397
|
-
export
|
2398
|
-
type: "TaskRunRequest";
|
2399
|
-
taskId: string;
|
2300
|
+
export interface TaskRunRequest extends RunRequest {
|
2400
2301
|
overrideTaskStepProperties?: OverrideTaskStepProperties;
|
2401
|
-
|
2302
|
+
taskId: string;
|
2303
|
+
type: "TaskRunRequest";
|
2304
|
+
}
|
2402
2305
|
|
2403
2306
|
// @public
|
2404
2307
|
export interface TaskRuns {
|
@@ -2618,13 +2521,13 @@ export interface TlsProperties {
|
|
2618
2521
|
export type TlsStatus = string;
|
2619
2522
|
|
2620
2523
|
// @public
|
2621
|
-
export
|
2524
|
+
export interface Token extends ProxyResource {
|
2622
2525
|
readonly creationDate?: Date;
|
2526
|
+
credentials?: TokenCredentialsProperties;
|
2623
2527
|
readonly provisioningState?: ProvisioningState;
|
2624
2528
|
scopeMapId?: string;
|
2625
|
-
credentials?: TokenCredentialsProperties;
|
2626
2529
|
status?: TokenStatus;
|
2627
|
-
}
|
2530
|
+
}
|
2628
2531
|
|
2629
2532
|
// @public
|
2630
2533
|
export interface TokenCertificate {
|
@@ -2772,18 +2675,12 @@ export interface UserIdentityProperties {
|
|
2772
2675
|
export type Variant = string;
|
2773
2676
|
|
2774
2677
|
// @public
|
2775
|
-
export interface
|
2776
|
-
action?: Action;
|
2777
|
-
virtualNetworkResourceId: string;
|
2778
|
-
}
|
2779
|
-
|
2780
|
-
// @public
|
2781
|
-
export type Webhook = Resource & {
|
2782
|
-
status?: WebhookStatus;
|
2783
|
-
scope?: string;
|
2678
|
+
export interface Webhook extends Resource {
|
2784
2679
|
actions?: WebhookAction[];
|
2785
2680
|
readonly provisioningState?: ProvisioningState;
|
2786
|
-
|
2681
|
+
scope?: string;
|
2682
|
+
status?: WebhookStatus;
|
2683
|
+
}
|
2787
2684
|
|
2788
2685
|
// @public
|
2789
2686
|
export type WebhookAction = string;
|