@azure/arm-containerregistry 9.0.0-alpha.20211103.2 → 10.0.0-alpha.20211111.2
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 +12 -13
- package/dist/index.js +705 -682
- 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/containerRegistryManagementClientContext.js +1 -1
- package/dist-esm/src/containerRegistryManagementClientContext.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +185 -177
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +2 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +16 -16
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +312 -291
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +1 -1
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +10 -10
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/connectedRegistries.d.ts +7 -7
- package/dist-esm/src/operations/connectedRegistries.d.ts.map +1 -1
- package/dist-esm/src/operations/connectedRegistries.js +30 -30
- package/dist-esm/src/operations/connectedRegistries.js.map +1 -1
- package/dist-esm/src/operations/exportPipelines.d.ts +7 -7
- package/dist-esm/src/operations/exportPipelines.d.ts.map +1 -1
- package/dist-esm/src/operations/exportPipelines.js +27 -27
- package/dist-esm/src/operations/exportPipelines.js.map +1 -1
- package/dist-esm/src/operations/importPipelines.d.ts +7 -7
- package/dist-esm/src/operations/importPipelines.d.ts.map +1 -1
- package/dist-esm/src/operations/importPipelines.js +27 -27
- package/dist-esm/src/operations/importPipelines.js.map +1 -1
- package/dist-esm/src/operations/pipelineRuns.d.ts +7 -7
- package/dist-esm/src/operations/pipelineRuns.d.ts.map +1 -1
- package/dist-esm/src/operations/pipelineRuns.js +27 -27
- package/dist-esm/src/operations/pipelineRuns.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +7 -7
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +27 -27
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/registries.d.ts +32 -32
- package/dist-esm/src/operations/registries.d.ts.map +1 -1
- package/dist-esm/src/operations/registries.js +102 -102
- package/dist-esm/src/operations/registries.js.map +1 -1
- package/dist-esm/src/operations/replications.d.ts +7 -7
- package/dist-esm/src/operations/replications.d.ts.map +1 -1
- package/dist-esm/src/operations/replications.js +27 -27
- package/dist-esm/src/operations/replications.js.map +1 -1
- package/dist-esm/src/operations/scopeMaps.d.ts +7 -7
- package/dist-esm/src/operations/scopeMaps.d.ts.map +1 -1
- package/dist-esm/src/operations/scopeMaps.js +27 -27
- package/dist-esm/src/operations/scopeMaps.js.map +1 -1
- package/dist-esm/src/operations/tokens.d.ts +7 -7
- package/dist-esm/src/operations/tokens.d.ts.map +1 -1
- package/dist-esm/src/operations/tokens.js +27 -27
- package/dist-esm/src/operations/tokens.js.map +1 -1
- package/dist-esm/src/operations/webhooks.d.ts +11 -11
- package/dist-esm/src/operations/webhooks.d.ts.map +1 -1
- package/dist-esm/src/operations/webhooks.js +39 -39
- package/dist-esm/src/operations/webhooks.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/registries.d.ts +13 -13
- package/dist-esm/src/operationsInterfaces/registries.d.ts.map +1 -1
- package/package.json +5 -6
- package/review/arm-containerregistry.api.md +13 -6
- package/src/containerRegistryManagementClientContext.ts +1 -1
- package/src/models/index.ts +215 -207
- package/src/models/mappers.ts +330 -308
- package/src/models/parameters.ts +11 -11
- package/src/operations/connectedRegistries.ts +40 -40
- package/src/operations/exportPipelines.ts +37 -37
- package/src/operations/importPipelines.ts +37 -37
- package/src/operations/pipelineRuns.ts +37 -37
- package/src/operations/privateEndpointConnections.ts +37 -37
- package/src/operations/registries.ts +152 -152
- package/src/operations/replications.ts +37 -37
- package/src/operations/scopeMaps.ts +37 -37
- package/src/operations/tokens.ts +37 -37
- package/src/operations/webhooks.ts +54 -54
- package/src/operationsInterfaces/registries.ts +21 -21
- package/types/arm-containerregistry.d.ts +27 -17
- package/types/tsdoc-metadata.json +1 -1
package/src/models/index.ts
CHANGED
@@ -25,6 +25,14 @@ export type TaskStepUpdateParametersUnion =
|
|
25
25
|
| FileTaskStepUpdateParameters
|
26
26
|
| EncodedTaskStepUpdateParameters;
|
27
27
|
|
28
|
+
/** The result of a request to list connected registries for a container registry. */
|
29
|
+
export interface ConnectedRegistryListResult {
|
30
|
+
/** 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. */
|
31
|
+
value?: ConnectedRegistry[];
|
32
|
+
/** The URI that can be used to request the next list of connected registries. */
|
33
|
+
nextLink?: string;
|
34
|
+
}
|
35
|
+
|
28
36
|
/** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags. */
|
29
37
|
export interface ProxyResource {
|
30
38
|
/**
|
@@ -219,6 +227,8 @@ export interface ConnectedRegistryUpdateParameters {
|
|
219
227
|
logging?: LoggingProperties;
|
220
228
|
/** The list of the ACR token resource IDs used to authenticate clients to the connected registry. */
|
221
229
|
clientTokenIds?: string[];
|
230
|
+
/** The list of notifications subscription information for the connected registry. */
|
231
|
+
notificationsList?: string[];
|
222
232
|
}
|
223
233
|
|
224
234
|
/** The parameters for updating the sync properties of the connected registry with its parent. */
|
@@ -231,11 +241,11 @@ export interface SyncUpdateProperties {
|
|
231
241
|
messageTtl?: string;
|
232
242
|
}
|
233
243
|
|
234
|
-
/** The result of a request to list
|
235
|
-
export interface
|
236
|
-
/** The list of
|
237
|
-
value?:
|
238
|
-
/** The URI that can be used to request the next list of
|
244
|
+
/** The result of a request to list export pipelines for a container registry. */
|
245
|
+
export interface ExportPipelineListResult {
|
246
|
+
/** 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. */
|
247
|
+
value?: ExportPipeline[];
|
248
|
+
/** The URI that can be used to request the next list of pipeline runs. */
|
239
249
|
nextLink?: string;
|
240
250
|
}
|
241
251
|
|
@@ -277,14 +287,6 @@ export interface ExportPipelineTargetProperties {
|
|
277
287
|
keyVaultUri: string;
|
278
288
|
}
|
279
289
|
|
280
|
-
/** The result of a request to list export pipelines for a container registry. */
|
281
|
-
export interface ExportPipelineListResult {
|
282
|
-
/** 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. */
|
283
|
-
value?: ExportPipeline[];
|
284
|
-
/** The URI that can be used to request the next list of pipeline runs. */
|
285
|
-
nextLink?: string;
|
286
|
-
}
|
287
|
-
|
288
290
|
export interface ImportImageParameters {
|
289
291
|
/** The source of the image. */
|
290
292
|
source: ImportSource;
|
@@ -319,6 +321,14 @@ export interface ImportSourceCredentials {
|
|
319
321
|
password: string;
|
320
322
|
}
|
321
323
|
|
324
|
+
/** The result of a request to list import pipelines for a container registry. */
|
325
|
+
export interface ImportPipelineListResult {
|
326
|
+
/** 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. */
|
327
|
+
value?: ImportPipeline[];
|
328
|
+
/** The URI that can be used to request the next list of pipeline runs. */
|
329
|
+
nextLink?: string;
|
330
|
+
}
|
331
|
+
|
322
332
|
/** The properties of the import pipeline source. */
|
323
333
|
export interface ImportPipelineSourceProperties {
|
324
334
|
/** The type of source for the import pipeline. */
|
@@ -343,32 +353,6 @@ export interface PipelineSourceTriggerProperties {
|
|
343
353
|
status: TriggerStatus;
|
344
354
|
}
|
345
355
|
|
346
|
-
/** The result of a request to list import pipelines for a container registry. */
|
347
|
-
export interface ImportPipelineListResult {
|
348
|
-
/** 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. */
|
349
|
-
value?: ImportPipeline[];
|
350
|
-
/** The URI that can be used to request the next list of pipeline runs. */
|
351
|
-
nextLink?: string;
|
352
|
-
}
|
353
|
-
|
354
|
-
/** A request to check whether a container registry name is available. */
|
355
|
-
export interface RegistryNameCheckRequest {
|
356
|
-
/** The name of the container registry. */
|
357
|
-
name: string;
|
358
|
-
/** The resource type of the container registry. This field must be set to 'Microsoft.ContainerRegistry/registries'. */
|
359
|
-
type: "Microsoft.ContainerRegistry/registries";
|
360
|
-
}
|
361
|
-
|
362
|
-
/** The result of a request to check the availability of a container registry name. */
|
363
|
-
export interface RegistryNameStatus {
|
364
|
-
/** The value that indicates whether the name is available. */
|
365
|
-
nameAvailable?: boolean;
|
366
|
-
/** If any, the reason that the name is not available. */
|
367
|
-
reason?: string;
|
368
|
-
/** If any, the error message that provides more detail for the reason that the name is not available. */
|
369
|
-
message?: string;
|
370
|
-
}
|
371
|
-
|
372
356
|
/** The result of a request to list container registry operations. */
|
373
357
|
export interface OperationListResult {
|
374
358
|
/** The list of container registry operations. Since this list may be incomplete, the nextLink field should be used to request the next list of operations. */
|
@@ -440,6 +424,32 @@ export interface OperationLogSpecificationDefinition {
|
|
440
424
|
blobDuration?: string;
|
441
425
|
}
|
442
426
|
|
427
|
+
/** A request to check whether a container registry name is available. */
|
428
|
+
export interface RegistryNameCheckRequest {
|
429
|
+
/** The name of the container registry. */
|
430
|
+
name: string;
|
431
|
+
/** The resource type of the container registry. This field must be set to 'Microsoft.ContainerRegistry/registries'. */
|
432
|
+
type: "Microsoft.ContainerRegistry/registries";
|
433
|
+
}
|
434
|
+
|
435
|
+
/** The result of a request to check the availability of a container registry name. */
|
436
|
+
export interface RegistryNameStatus {
|
437
|
+
/** The value that indicates whether the name is available. */
|
438
|
+
nameAvailable?: boolean;
|
439
|
+
/** If any, the reason that the name is not available. */
|
440
|
+
reason?: string;
|
441
|
+
/** If any, the error message that provides more detail for the reason that the name is not available. */
|
442
|
+
message?: string;
|
443
|
+
}
|
444
|
+
|
445
|
+
/** The result of a request to list pipeline runs for a container registry. */
|
446
|
+
export interface PipelineRunListResult {
|
447
|
+
/** 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. */
|
448
|
+
value?: PipelineRun[];
|
449
|
+
/** The URI that can be used to request the next list of pipeline runs. */
|
450
|
+
nextLink?: string;
|
451
|
+
}
|
452
|
+
|
443
453
|
/** The request properties provided for a pipeline run. */
|
444
454
|
export interface PipelineRunRequest {
|
445
455
|
/** The resource ID of the pipeline to run. */
|
@@ -512,11 +522,11 @@ export interface PipelineSourceTriggerDescriptor {
|
|
512
522
|
timestamp?: Date;
|
513
523
|
}
|
514
524
|
|
515
|
-
/** The result of a request to list
|
516
|
-
export interface
|
517
|
-
/** The list of
|
518
|
-
value?:
|
519
|
-
/** The URI that can be used to request the next list of
|
525
|
+
/** The result of a request to list private endpoint connections for a container registry. */
|
526
|
+
export interface PrivateEndpointConnectionListResult {
|
527
|
+
/** The list of private endpoint connections. Since this list may be incomplete, the nextLink field should be used to request the next list of private endpoint connections. */
|
528
|
+
value?: PrivateEndpointConnection[];
|
529
|
+
/** The URI that can be used to request the next list of private endpoint connections. */
|
520
530
|
nextLink?: string;
|
521
531
|
}
|
522
532
|
|
@@ -536,11 +546,11 @@ export interface PrivateLinkServiceConnectionState {
|
|
536
546
|
actionsRequired?: ActionsRequired;
|
537
547
|
}
|
538
548
|
|
539
|
-
/** The result of a request to list
|
540
|
-
export interface
|
541
|
-
/** The list of
|
542
|
-
value?:
|
543
|
-
/** The URI that can be used to request the next list of
|
549
|
+
/** The result of a request to list container registries. */
|
550
|
+
export interface RegistryListResult {
|
551
|
+
/** The list of container registries. Since this list may be incomplete, the nextLink field should be used to request the next list of container registries. */
|
552
|
+
value?: Registry[];
|
553
|
+
/** The URI that can be used to request the next list of container registries. */
|
544
554
|
nextLink?: string;
|
545
555
|
}
|
546
556
|
|
@@ -728,36 +738,6 @@ export interface RegistryUpdateParameters {
|
|
728
738
|
anonymousPullEnabled?: boolean;
|
729
739
|
}
|
730
740
|
|
731
|
-
/** The result of a request to list container registries. */
|
732
|
-
export interface RegistryListResult {
|
733
|
-
/** The list of container registries. Since this list may be incomplete, the nextLink field should be used to request the next list of container registries. */
|
734
|
-
value?: Registry[];
|
735
|
-
/** The URI that can be used to request the next list of container registries. */
|
736
|
-
nextLink?: string;
|
737
|
-
}
|
738
|
-
|
739
|
-
/** The response from the ListCredentials operation. */
|
740
|
-
export interface RegistryListCredentialsResult {
|
741
|
-
/** The username for a container registry. */
|
742
|
-
username?: string;
|
743
|
-
/** The list of passwords for a container registry. */
|
744
|
-
passwords?: RegistryPassword[];
|
745
|
-
}
|
746
|
-
|
747
|
-
/** The login password for the container registry. */
|
748
|
-
export interface RegistryPassword {
|
749
|
-
/** The password name. */
|
750
|
-
name?: PasswordName;
|
751
|
-
/** The password value. */
|
752
|
-
value?: string;
|
753
|
-
}
|
754
|
-
|
755
|
-
/** The parameters used to regenerate the login credential. */
|
756
|
-
export interface RegenerateCredentialParameters {
|
757
|
-
/** Specifies name of the password which should be regenerated -- password or password2. */
|
758
|
-
name: PasswordName;
|
759
|
-
}
|
760
|
-
|
761
741
|
/** The result of a request to get container registry quota usages. */
|
762
742
|
export interface RegistryUsageListResult {
|
763
743
|
/** The list of container registry quota usages. */
|
@@ -803,6 +783,36 @@ export interface PrivateLinkResource {
|
|
803
783
|
requiredZoneNames?: string[];
|
804
784
|
}
|
805
785
|
|
786
|
+
/** The response from the ListCredentials operation. */
|
787
|
+
export interface RegistryListCredentialsResult {
|
788
|
+
/** The username for a container registry. */
|
789
|
+
username?: string;
|
790
|
+
/** The list of passwords for a container registry. */
|
791
|
+
passwords?: RegistryPassword[];
|
792
|
+
}
|
793
|
+
|
794
|
+
/** The login password for the container registry. */
|
795
|
+
export interface RegistryPassword {
|
796
|
+
/** The password name. */
|
797
|
+
name?: PasswordName;
|
798
|
+
/** The password value. */
|
799
|
+
value?: string;
|
800
|
+
}
|
801
|
+
|
802
|
+
/** The parameters used to regenerate the login credential. */
|
803
|
+
export interface RegenerateCredentialParameters {
|
804
|
+
/** Specifies name of the password which should be regenerated -- password or password2. */
|
805
|
+
name: PasswordName;
|
806
|
+
}
|
807
|
+
|
808
|
+
/** The result of a request to list replications for a container registry. */
|
809
|
+
export interface ReplicationListResult {
|
810
|
+
/** The list of replications. Since this list may be incomplete, the nextLink field should be used to request the next list of replications. */
|
811
|
+
value?: Replication[];
|
812
|
+
/** The URI that can be used to request the next list of replications. */
|
813
|
+
nextLink?: string;
|
814
|
+
}
|
815
|
+
|
806
816
|
/** The parameters for updating a replication. */
|
807
817
|
export interface ReplicationUpdateParameters {
|
808
818
|
/** The tags for the replication. */
|
@@ -811,11 +821,11 @@ export interface ReplicationUpdateParameters {
|
|
811
821
|
regionEndpointEnabled?: boolean;
|
812
822
|
}
|
813
823
|
|
814
|
-
/** The result of a request to list
|
815
|
-
export interface
|
816
|
-
/** The list of
|
817
|
-
value?:
|
818
|
-
/** The URI that can be used to request the next list of
|
824
|
+
/** The result of a request to list scope maps for a container registry. */
|
825
|
+
export interface ScopeMapListResult {
|
826
|
+
/** 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. */
|
827
|
+
value?: ScopeMap[];
|
828
|
+
/** The URI that can be used to request the next list of scope maps. */
|
819
829
|
nextLink?: string;
|
820
830
|
}
|
821
831
|
|
@@ -831,11 +841,11 @@ export interface ScopeMapUpdateParameters {
|
|
831
841
|
actions?: string[];
|
832
842
|
}
|
833
843
|
|
834
|
-
/** The result of a request to list
|
835
|
-
export interface
|
836
|
-
/** The list of
|
837
|
-
value?:
|
838
|
-
/** The URI that can be used to request the next list of
|
844
|
+
/** The result of a request to list tokens for a container registry. */
|
845
|
+
export interface TokenListResult {
|
846
|
+
/** The list of tokens. Since this list may be incomplete, the nextLink field should be used to request the next list of tokens. */
|
847
|
+
value?: Token[];
|
848
|
+
/** The URI that can be used to request the next list of tokens. */
|
839
849
|
nextLink?: string;
|
840
850
|
}
|
841
851
|
|
@@ -881,14 +891,6 @@ export interface TokenUpdateParameters {
|
|
881
891
|
credentials?: TokenCredentialsProperties;
|
882
892
|
}
|
883
893
|
|
884
|
-
/** The result of a request to list tokens for a container registry. */
|
885
|
-
export interface TokenListResult {
|
886
|
-
/** The list of tokens. Since this list may be incomplete, the nextLink field should be used to request the next list of tokens. */
|
887
|
-
value?: Token[];
|
888
|
-
/** The URI that can be used to request the next list of tokens. */
|
889
|
-
nextLink?: string;
|
890
|
-
}
|
891
|
-
|
892
894
|
/** The parameters used to generate credentials for a specified token or user of a container registry. */
|
893
895
|
export interface GenerateCredentialsParameters {
|
894
896
|
/** The resource ID of the token for which credentials have to be generated. */
|
@@ -907,6 +909,14 @@ export interface GenerateCredentialsResult {
|
|
907
909
|
passwords?: TokenPassword[];
|
908
910
|
}
|
909
911
|
|
912
|
+
/** The result of a request to list webhooks for a container registry. */
|
913
|
+
export interface WebhookListResult {
|
914
|
+
/** The list of webhooks. Since this list may be incomplete, the nextLink field should be used to request the next list of webhooks. */
|
915
|
+
value?: Webhook[];
|
916
|
+
/** The URI that can be used to request the next list of webhooks. */
|
917
|
+
nextLink?: string;
|
918
|
+
}
|
919
|
+
|
910
920
|
/** The parameters for creating a webhook. */
|
911
921
|
export interface WebhookCreateParameters {
|
912
922
|
/** The tags for the webhook. */
|
@@ -941,28 +951,12 @@ export interface WebhookUpdateParameters {
|
|
941
951
|
actions?: WebhookAction[];
|
942
952
|
}
|
943
953
|
|
944
|
-
/** The result of a request to list webhooks for a container registry. */
|
945
|
-
export interface WebhookListResult {
|
946
|
-
/** The list of webhooks. Since this list may be incomplete, the nextLink field should be used to request the next list of webhooks. */
|
947
|
-
value?: Webhook[];
|
948
|
-
/** The URI that can be used to request the next list of webhooks. */
|
949
|
-
nextLink?: string;
|
950
|
-
}
|
951
|
-
|
952
954
|
/** The basic information of an event. */
|
953
955
|
export interface EventInfo {
|
954
956
|
/** The event ID. */
|
955
957
|
id?: string;
|
956
958
|
}
|
957
959
|
|
958
|
-
/** The configuration of service URI and custom headers for the webhook. */
|
959
|
-
export interface CallbackConfig {
|
960
|
-
/** The service URI for the webhook to post notifications. */
|
961
|
-
serviceUri: string;
|
962
|
-
/** Custom headers that will be added to the webhook notifications. */
|
963
|
-
customHeaders?: { [propertyName: string]: string };
|
964
|
-
}
|
965
|
-
|
966
960
|
/** The result of a request to list events for a webhook. */
|
967
961
|
export interface EventListResult {
|
968
962
|
/** The list of events. Since this list may be incomplete, the nextLink field should be used to request the next list of events. */
|
@@ -1067,6 +1061,14 @@ export interface EventResponseMessage {
|
|
1067
1061
|
version?: string;
|
1068
1062
|
}
|
1069
1063
|
|
1064
|
+
/** The configuration of service URI and custom headers for the webhook. */
|
1065
|
+
export interface CallbackConfig {
|
1066
|
+
/** The service URI for the webhook to post notifications. */
|
1067
|
+
serviceUri: string;
|
1068
|
+
/** Custom headers that will be added to the webhook notifications. */
|
1069
|
+
customHeaders?: { [propertyName: string]: string };
|
1070
|
+
}
|
1071
|
+
|
1070
1072
|
/** The parameters for updating an agent pool. */
|
1071
1073
|
export interface AgentPoolUpdateParameters {
|
1072
1074
|
/** The ARM resource tags. */
|
@@ -1622,6 +1624,8 @@ export type ConnectedRegistry = ProxyResource & {
|
|
1622
1624
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1623
1625
|
*/
|
1624
1626
|
readonly statusDetails?: StatusDetailProperties[];
|
1627
|
+
/** The list of notifications subscription information for the connected registry. */
|
1628
|
+
notificationsList?: string[];
|
1625
1629
|
};
|
1626
1630
|
|
1627
1631
|
/** An object that represents an export pipeline for a container registry. */
|
@@ -2214,6 +2218,8 @@ export type ProvisioningState = string;
|
|
2214
2218
|
|
2215
2219
|
/** Known values of {@link ConnectedRegistryMode} that the service accepts. */
|
2216
2220
|
export enum KnownConnectedRegistryMode {
|
2221
|
+
ReadWrite = "ReadWrite",
|
2222
|
+
ReadOnly = "ReadOnly",
|
2217
2223
|
Registry = "Registry",
|
2218
2224
|
Mirror = "Mirror"
|
2219
2225
|
}
|
@@ -2223,6 +2229,8 @@ export enum KnownConnectedRegistryMode {
|
|
2223
2229
|
* {@link KnownConnectedRegistryMode} can be used interchangeably with ConnectedRegistryMode,
|
2224
2230
|
* this enum contains the known values that the service supports.
|
2225
2231
|
* ### Known values supported by the service
|
2232
|
+
* **ReadWrite** \
|
2233
|
+
* **ReadOnly** \
|
2226
2234
|
* **Registry** \
|
2227
2235
|
* **Mirror**
|
2228
2236
|
*/
|
@@ -3018,6 +3026,16 @@ export type ResourceIdentityType =
|
|
3018
3026
|
/** Defines values for PasswordName. */
|
3019
3027
|
export type PasswordName = "password" | "password2";
|
3020
3028
|
|
3029
|
+
/** Optional parameters. */
|
3030
|
+
export interface ConnectedRegistriesListOptionalParams
|
3031
|
+
extends coreClient.OperationOptions {
|
3032
|
+
/** 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. */
|
3033
|
+
filter?: string;
|
3034
|
+
}
|
3035
|
+
|
3036
|
+
/** Contains response data for the list operation. */
|
3037
|
+
export type ConnectedRegistriesListResponse = ConnectedRegistryListResult;
|
3038
|
+
|
3021
3039
|
/** Optional parameters. */
|
3022
3040
|
export interface ConnectedRegistriesGetOptionalParams
|
3023
3041
|
extends coreClient.OperationOptions {}
|
@@ -3058,16 +3076,6 @@ export interface ConnectedRegistriesUpdateOptionalParams
|
|
3058
3076
|
/** Contains response data for the update operation. */
|
3059
3077
|
export type ConnectedRegistriesUpdateResponse = ConnectedRegistry;
|
3060
3078
|
|
3061
|
-
/** Optional parameters. */
|
3062
|
-
export interface ConnectedRegistriesListOptionalParams
|
3063
|
-
extends coreClient.OperationOptions {
|
3064
|
-
/** 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. */
|
3065
|
-
filter?: string;
|
3066
|
-
}
|
3067
|
-
|
3068
|
-
/** Contains response data for the list operation. */
|
3069
|
-
export type ConnectedRegistriesListResponse = ConnectedRegistryListResult;
|
3070
|
-
|
3071
3079
|
/** Optional parameters. */
|
3072
3080
|
export interface ConnectedRegistriesDeactivateOptionalParams
|
3073
3081
|
extends coreClient.OperationOptions {
|
@@ -3087,6 +3095,13 @@ export interface ConnectedRegistriesListNextOptionalParams
|
|
3087
3095
|
/** Contains response data for the listNext operation. */
|
3088
3096
|
export type ConnectedRegistriesListNextResponse = ConnectedRegistryListResult;
|
3089
3097
|
|
3098
|
+
/** Optional parameters. */
|
3099
|
+
export interface ExportPipelinesListOptionalParams
|
3100
|
+
extends coreClient.OperationOptions {}
|
3101
|
+
|
3102
|
+
/** Contains response data for the list operation. */
|
3103
|
+
export type ExportPipelinesListResponse = ExportPipelineListResult;
|
3104
|
+
|
3090
3105
|
/** Optional parameters. */
|
3091
3106
|
export interface ExportPipelinesGetOptionalParams
|
3092
3107
|
extends coreClient.OperationOptions {}
|
@@ -3115,13 +3130,6 @@ export interface ExportPipelinesDeleteOptionalParams
|
|
3115
3130
|
resumeFrom?: string;
|
3116
3131
|
}
|
3117
3132
|
|
3118
|
-
/** Optional parameters. */
|
3119
|
-
export interface ExportPipelinesListOptionalParams
|
3120
|
-
extends coreClient.OperationOptions {}
|
3121
|
-
|
3122
|
-
/** Contains response data for the list operation. */
|
3123
|
-
export type ExportPipelinesListResponse = ExportPipelineListResult;
|
3124
|
-
|
3125
3133
|
/** Optional parameters. */
|
3126
3134
|
export interface ExportPipelinesListNextOptionalParams
|
3127
3135
|
extends coreClient.OperationOptions {}
|
@@ -3145,6 +3153,20 @@ export interface RegistriesCheckNameAvailabilityOptionalParams
|
|
3145
3153
|
/** Contains response data for the checkNameAvailability operation. */
|
3146
3154
|
export type RegistriesCheckNameAvailabilityResponse = RegistryNameStatus;
|
3147
3155
|
|
3156
|
+
/** Optional parameters. */
|
3157
|
+
export interface RegistriesListOptionalParams
|
3158
|
+
extends coreClient.OperationOptions {}
|
3159
|
+
|
3160
|
+
/** Contains response data for the list operation. */
|
3161
|
+
export type RegistriesListResponse = RegistryListResult;
|
3162
|
+
|
3163
|
+
/** Optional parameters. */
|
3164
|
+
export interface RegistriesListByResourceGroupOptionalParams
|
3165
|
+
extends coreClient.OperationOptions {}
|
3166
|
+
|
3167
|
+
/** Contains response data for the listByResourceGroup operation. */
|
3168
|
+
export type RegistriesListByResourceGroupResponse = RegistryListResult;
|
3169
|
+
|
3148
3170
|
/** Optional parameters. */
|
3149
3171
|
export interface RegistriesGetOptionalParams
|
3150
3172
|
extends coreClient.OperationOptions {}
|
@@ -3186,18 +3208,18 @@ export interface RegistriesUpdateOptionalParams
|
|
3186
3208
|
export type RegistriesUpdateResponse = Registry;
|
3187
3209
|
|
3188
3210
|
/** Optional parameters. */
|
3189
|
-
export interface
|
3211
|
+
export interface RegistriesListUsagesOptionalParams
|
3190
3212
|
extends coreClient.OperationOptions {}
|
3191
3213
|
|
3192
|
-
/** Contains response data for the
|
3193
|
-
export type
|
3214
|
+
/** Contains response data for the listUsages operation. */
|
3215
|
+
export type RegistriesListUsagesResponse = RegistryUsageListResult;
|
3194
3216
|
|
3195
3217
|
/** Optional parameters. */
|
3196
|
-
export interface
|
3218
|
+
export interface RegistriesListPrivateLinkResourcesOptionalParams
|
3197
3219
|
extends coreClient.OperationOptions {}
|
3198
3220
|
|
3199
|
-
/** Contains response data for the
|
3200
|
-
export type
|
3221
|
+
/** Contains response data for the listPrivateLinkResources operation. */
|
3222
|
+
export type RegistriesListPrivateLinkResourcesResponse = PrivateLinkResourceListResult;
|
3201
3223
|
|
3202
3224
|
/** Optional parameters. */
|
3203
3225
|
export interface RegistriesListCredentialsOptionalParams
|
@@ -3213,20 +3235,6 @@ export interface RegistriesRegenerateCredentialOptionalParams
|
|
3213
3235
|
/** Contains response data for the regenerateCredential operation. */
|
3214
3236
|
export type RegistriesRegenerateCredentialResponse = RegistryListCredentialsResult;
|
3215
3237
|
|
3216
|
-
/** Optional parameters. */
|
3217
|
-
export interface RegistriesListUsagesOptionalParams
|
3218
|
-
extends coreClient.OperationOptions {}
|
3219
|
-
|
3220
|
-
/** Contains response data for the listUsages operation. */
|
3221
|
-
export type RegistriesListUsagesResponse = RegistryUsageListResult;
|
3222
|
-
|
3223
|
-
/** Optional parameters. */
|
3224
|
-
export interface RegistriesListPrivateLinkResourcesOptionalParams
|
3225
|
-
extends coreClient.OperationOptions {}
|
3226
|
-
|
3227
|
-
/** Contains response data for the listPrivateLinkResources operation. */
|
3228
|
-
export type RegistriesListPrivateLinkResourcesResponse = PrivateLinkResourceListResult;
|
3229
|
-
|
3230
3238
|
/** Optional parameters. */
|
3231
3239
|
export interface RegistriesGenerateCredentialsOptionalParams
|
3232
3240
|
extends coreClient.OperationOptions {
|
@@ -3259,18 +3267,18 @@ export interface RegistriesGetBuildSourceUploadUrlOptionalParams
|
|
3259
3267
|
export type RegistriesGetBuildSourceUploadUrlResponse = SourceUploadDefinition;
|
3260
3268
|
|
3261
3269
|
/** Optional parameters. */
|
3262
|
-
export interface
|
3270
|
+
export interface RegistriesListNextOptionalParams
|
3263
3271
|
extends coreClient.OperationOptions {}
|
3264
3272
|
|
3265
|
-
/** Contains response data for the
|
3266
|
-
export type
|
3273
|
+
/** Contains response data for the listNext operation. */
|
3274
|
+
export type RegistriesListNextResponse = RegistryListResult;
|
3267
3275
|
|
3268
3276
|
/** Optional parameters. */
|
3269
|
-
export interface
|
3277
|
+
export interface RegistriesListByResourceGroupNextOptionalParams
|
3270
3278
|
extends coreClient.OperationOptions {}
|
3271
3279
|
|
3272
|
-
/** Contains response data for the
|
3273
|
-
export type
|
3280
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
3281
|
+
export type RegistriesListByResourceGroupNextResponse = RegistryListResult;
|
3274
3282
|
|
3275
3283
|
/** Optional parameters. */
|
3276
3284
|
export interface RegistriesListPrivateLinkResourcesNextOptionalParams
|
@@ -3279,6 +3287,13 @@ export interface RegistriesListPrivateLinkResourcesNextOptionalParams
|
|
3279
3287
|
/** Contains response data for the listPrivateLinkResourcesNext operation. */
|
3280
3288
|
export type RegistriesListPrivateLinkResourcesNextResponse = PrivateLinkResourceListResult;
|
3281
3289
|
|
3290
|
+
/** Optional parameters. */
|
3291
|
+
export interface ImportPipelinesListOptionalParams
|
3292
|
+
extends coreClient.OperationOptions {}
|
3293
|
+
|
3294
|
+
/** Contains response data for the list operation. */
|
3295
|
+
export type ImportPipelinesListResponse = ImportPipelineListResult;
|
3296
|
+
|
3282
3297
|
/** Optional parameters. */
|
3283
3298
|
export interface ImportPipelinesGetOptionalParams
|
3284
3299
|
extends coreClient.OperationOptions {}
|
@@ -3307,13 +3322,6 @@ export interface ImportPipelinesDeleteOptionalParams
|
|
3307
3322
|
resumeFrom?: string;
|
3308
3323
|
}
|
3309
3324
|
|
3310
|
-
/** Optional parameters. */
|
3311
|
-
export interface ImportPipelinesListOptionalParams
|
3312
|
-
extends coreClient.OperationOptions {}
|
3313
|
-
|
3314
|
-
/** Contains response data for the list operation. */
|
3315
|
-
export type ImportPipelinesListResponse = ImportPipelineListResult;
|
3316
|
-
|
3317
3325
|
/** Optional parameters. */
|
3318
3326
|
export interface ImportPipelinesListNextOptionalParams
|
3319
3327
|
extends coreClient.OperationOptions {}
|
@@ -3335,6 +3343,13 @@ export interface OperationsListNextOptionalParams
|
|
3335
3343
|
/** Contains response data for the listNext operation. */
|
3336
3344
|
export type OperationsListNextResponse = OperationListResult;
|
3337
3345
|
|
3346
|
+
/** Optional parameters. */
|
3347
|
+
export interface PipelineRunsListOptionalParams
|
3348
|
+
extends coreClient.OperationOptions {}
|
3349
|
+
|
3350
|
+
/** Contains response data for the list operation. */
|
3351
|
+
export type PipelineRunsListResponse = PipelineRunListResult;
|
3352
|
+
|
3338
3353
|
/** Optional parameters. */
|
3339
3354
|
export interface PipelineRunsGetOptionalParams
|
3340
3355
|
extends coreClient.OperationOptions {}
|
@@ -3364,18 +3379,18 @@ export interface PipelineRunsDeleteOptionalParams
|
|
3364
3379
|
}
|
3365
3380
|
|
3366
3381
|
/** Optional parameters. */
|
3367
|
-
export interface
|
3382
|
+
export interface PipelineRunsListNextOptionalParams
|
3368
3383
|
extends coreClient.OperationOptions {}
|
3369
3384
|
|
3370
|
-
/** Contains response data for the
|
3371
|
-
export type
|
3385
|
+
/** Contains response data for the listNext operation. */
|
3386
|
+
export type PipelineRunsListNextResponse = PipelineRunListResult;
|
3372
3387
|
|
3373
3388
|
/** Optional parameters. */
|
3374
|
-
export interface
|
3389
|
+
export interface PrivateEndpointConnectionsListOptionalParams
|
3375
3390
|
extends coreClient.OperationOptions {}
|
3376
3391
|
|
3377
|
-
/** Contains response data for the
|
3378
|
-
export type
|
3392
|
+
/** Contains response data for the list operation. */
|
3393
|
+
export type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
|
3379
3394
|
|
3380
3395
|
/** Optional parameters. */
|
3381
3396
|
export interface PrivateEndpointConnectionsGetOptionalParams
|
@@ -3406,18 +3421,18 @@ export interface PrivateEndpointConnectionsDeleteOptionalParams
|
|
3406
3421
|
}
|
3407
3422
|
|
3408
3423
|
/** Optional parameters. */
|
3409
|
-
export interface
|
3424
|
+
export interface PrivateEndpointConnectionsListNextOptionalParams
|
3410
3425
|
extends coreClient.OperationOptions {}
|
3411
3426
|
|
3412
|
-
/** Contains response data for the
|
3413
|
-
export type
|
3427
|
+
/** Contains response data for the listNext operation. */
|
3428
|
+
export type PrivateEndpointConnectionsListNextResponse = PrivateEndpointConnectionListResult;
|
3414
3429
|
|
3415
3430
|
/** Optional parameters. */
|
3416
|
-
export interface
|
3431
|
+
export interface ReplicationsListOptionalParams
|
3417
3432
|
extends coreClient.OperationOptions {}
|
3418
3433
|
|
3419
|
-
/** Contains response data for the
|
3420
|
-
export type
|
3434
|
+
/** Contains response data for the list operation. */
|
3435
|
+
export type ReplicationsListResponse = ReplicationListResult;
|
3421
3436
|
|
3422
3437
|
/** Optional parameters. */
|
3423
3438
|
export interface ReplicationsGetOptionalParams
|
@@ -3460,18 +3475,18 @@ export interface ReplicationsUpdateOptionalParams
|
|
3460
3475
|
export type ReplicationsUpdateResponse = Replication;
|
3461
3476
|
|
3462
3477
|
/** Optional parameters. */
|
3463
|
-
export interface
|
3478
|
+
export interface ReplicationsListNextOptionalParams
|
3464
3479
|
extends coreClient.OperationOptions {}
|
3465
3480
|
|
3466
|
-
/** Contains response data for the
|
3467
|
-
export type
|
3481
|
+
/** Contains response data for the listNext operation. */
|
3482
|
+
export type ReplicationsListNextResponse = ReplicationListResult;
|
3468
3483
|
|
3469
3484
|
/** Optional parameters. */
|
3470
|
-
export interface
|
3485
|
+
export interface ScopeMapsListOptionalParams
|
3471
3486
|
extends coreClient.OperationOptions {}
|
3472
3487
|
|
3473
|
-
/** Contains response data for the
|
3474
|
-
export type
|
3488
|
+
/** Contains response data for the list operation. */
|
3489
|
+
export type ScopeMapsListResponse = ScopeMapListResult;
|
3475
3490
|
|
3476
3491
|
/** Optional parameters. */
|
3477
3492
|
export interface ScopeMapsGetOptionalParams
|
@@ -3513,13 +3528,6 @@ export interface ScopeMapsUpdateOptionalParams
|
|
3513
3528
|
/** Contains response data for the update operation. */
|
3514
3529
|
export type ScopeMapsUpdateResponse = ScopeMap;
|
3515
3530
|
|
3516
|
-
/** Optional parameters. */
|
3517
|
-
export interface ScopeMapsListOptionalParams
|
3518
|
-
extends coreClient.OperationOptions {}
|
3519
|
-
|
3520
|
-
/** Contains response data for the list operation. */
|
3521
|
-
export type ScopeMapsListResponse = ScopeMapListResult;
|
3522
|
-
|
3523
3531
|
/** Optional parameters. */
|
3524
3532
|
export interface ScopeMapsListNextOptionalParams
|
3525
3533
|
extends coreClient.OperationOptions {}
|
@@ -3527,6 +3535,12 @@ export interface ScopeMapsListNextOptionalParams
|
|
3527
3535
|
/** Contains response data for the listNext operation. */
|
3528
3536
|
export type ScopeMapsListNextResponse = ScopeMapListResult;
|
3529
3537
|
|
3538
|
+
/** Optional parameters. */
|
3539
|
+
export interface TokensListOptionalParams extends coreClient.OperationOptions {}
|
3540
|
+
|
3541
|
+
/** Contains response data for the list operation. */
|
3542
|
+
export type TokensListResponse = TokenListResult;
|
3543
|
+
|
3530
3544
|
/** Optional parameters. */
|
3531
3545
|
export interface TokensGetOptionalParams extends coreClient.OperationOptions {}
|
3532
3546
|
|
@@ -3566,12 +3580,6 @@ export interface TokensUpdateOptionalParams
|
|
3566
3580
|
/** Contains response data for the update operation. */
|
3567
3581
|
export type TokensUpdateResponse = Token;
|
3568
3582
|
|
3569
|
-
/** Optional parameters. */
|
3570
|
-
export interface TokensListOptionalParams extends coreClient.OperationOptions {}
|
3571
|
-
|
3572
|
-
/** Contains response data for the list operation. */
|
3573
|
-
export type TokensListResponse = TokenListResult;
|
3574
|
-
|
3575
3583
|
/** Optional parameters. */
|
3576
3584
|
export interface TokensListNextOptionalParams
|
3577
3585
|
extends coreClient.OperationOptions {}
|
@@ -3579,6 +3587,13 @@ export interface TokensListNextOptionalParams
|
|
3579
3587
|
/** Contains response data for the listNext operation. */
|
3580
3588
|
export type TokensListNextResponse = TokenListResult;
|
3581
3589
|
|
3590
|
+
/** Optional parameters. */
|
3591
|
+
export interface WebhooksListOptionalParams
|
3592
|
+
extends coreClient.OperationOptions {}
|
3593
|
+
|
3594
|
+
/** Contains response data for the list operation. */
|
3595
|
+
export type WebhooksListResponse = WebhookListResult;
|
3596
|
+
|
3582
3597
|
/** Optional parameters. */
|
3583
3598
|
export interface WebhooksGetOptionalParams
|
3584
3599
|
extends coreClient.OperationOptions {}
|
@@ -3619,13 +3634,6 @@ export interface WebhooksUpdateOptionalParams
|
|
3619
3634
|
/** Contains response data for the update operation. */
|
3620
3635
|
export type WebhooksUpdateResponse = Webhook;
|
3621
3636
|
|
3622
|
-
/** Optional parameters. */
|
3623
|
-
export interface WebhooksListOptionalParams
|
3624
|
-
extends coreClient.OperationOptions {}
|
3625
|
-
|
3626
|
-
/** Contains response data for the list operation. */
|
3627
|
-
export type WebhooksListResponse = WebhookListResult;
|
3628
|
-
|
3629
3637
|
/** Optional parameters. */
|
3630
3638
|
export interface WebhooksPingOptionalParams
|
3631
3639
|
extends coreClient.OperationOptions {}
|
@@ -3634,18 +3642,18 @@ export interface WebhooksPingOptionalParams
|
|
3634
3642
|
export type WebhooksPingResponse = EventInfo;
|
3635
3643
|
|
3636
3644
|
/** Optional parameters. */
|
3637
|
-
export interface
|
3645
|
+
export interface WebhooksListEventsOptionalParams
|
3638
3646
|
extends coreClient.OperationOptions {}
|
3639
3647
|
|
3640
|
-
/** Contains response data for the
|
3641
|
-
export type
|
3648
|
+
/** Contains response data for the listEvents operation. */
|
3649
|
+
export type WebhooksListEventsResponse = EventListResult;
|
3642
3650
|
|
3643
3651
|
/** Optional parameters. */
|
3644
|
-
export interface
|
3652
|
+
export interface WebhooksGetCallbackConfigOptionalParams
|
3645
3653
|
extends coreClient.OperationOptions {}
|
3646
3654
|
|
3647
|
-
/** Contains response data for the
|
3648
|
-
export type
|
3655
|
+
/** Contains response data for the getCallbackConfig operation. */
|
3656
|
+
export type WebhooksGetCallbackConfigResponse = CallbackConfig;
|
3649
3657
|
|
3650
3658
|
/** Optional parameters. */
|
3651
3659
|
export interface WebhooksListNextOptionalParams
|