@azure/arm-containerregistry 11.0.0-beta.1 → 11.0.0-beta.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 +212 -7
- package/dist/index.js +9206 -5067
- 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/archiveVersionsCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/archiveVersionsCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/archiveVersionsCreateSample.js +42 -0
- package/dist-esm/samples-dev/archiveVersionsCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/archiveVersionsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/archiveVersionsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/archiveVersionsDeleteSample.js +42 -0
- package/dist-esm/samples-dev/archiveVersionsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/archiveVersionsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/archiveVersionsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/archiveVersionsGetSample.js +42 -0
- package/dist-esm/samples-dev/archiveVersionsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/archiveVersionsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/archiveVersionsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/archiveVersionsListSample.js +62 -0
- package/dist-esm/samples-dev/archiveVersionsListSample.js.map +1 -0
- package/dist-esm/samples-dev/archivesCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/archivesCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/archivesCreateSample.js +46 -0
- package/dist-esm/samples-dev/archivesCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/archivesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/archivesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/archivesDeleteSample.js +41 -0
- package/dist-esm/samples-dev/archivesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/archivesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/archivesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/archivesGetSample.js +41 -0
- package/dist-esm/samples-dev/archivesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/archivesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/archivesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/archivesListSample.js +61 -0
- package/dist-esm/samples-dev/archivesListSample.js.map +1 -0
- package/dist-esm/samples-dev/archivesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/archivesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/archivesUpdateSample.js +44 -0
- package/dist-esm/samples-dev/archivesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/cacheRulesCreateSample.js +1 -1
- package/dist-esm/samples-dev/cacheRulesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/cacheRulesGetSample.js +1 -1
- package/dist-esm/samples-dev/cacheRulesListSample.js +1 -1
- package/dist-esm/samples-dev/cacheRulesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/connectedRegistriesCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectedRegistriesCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectedRegistriesCreateSample.js +55 -0
- package/dist-esm/samples-dev/connectedRegistriesCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.js +40 -0
- package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.js.map +1 -0
- package/dist-esm/samples-dev/connectedRegistriesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectedRegistriesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectedRegistriesDeleteSample.js +40 -0
- package/dist-esm/samples-dev/connectedRegistriesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/connectedRegistriesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectedRegistriesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectedRegistriesGetSample.js +40 -0
- package/dist-esm/samples-dev/connectedRegistriesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/connectedRegistriesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectedRegistriesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectedRegistriesListSample.js +60 -0
- package/dist-esm/samples-dev/connectedRegistriesListSample.js.map +1 -0
- package/dist-esm/samples-dev/connectedRegistriesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/connectedRegistriesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/connectedRegistriesUpdateSample.js +53 -0
- package/dist-esm/samples-dev/connectedRegistriesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/credentialSetsCreateSample.js +1 -1
- package/dist-esm/samples-dev/credentialSetsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/credentialSetsGetSample.js +1 -1
- package/dist-esm/samples-dev/credentialSetsListSample.js +1 -1
- package/dist-esm/samples-dev/credentialSetsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/exportPipelinesCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/exportPipelinesCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/exportPipelinesCreateSample.js +50 -0
- package/dist-esm/samples-dev/exportPipelinesCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/exportPipelinesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/exportPipelinesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/exportPipelinesDeleteSample.js +40 -0
- package/dist-esm/samples-dev/exportPipelinesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/exportPipelinesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/exportPipelinesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/exportPipelinesGetSample.js +40 -0
- package/dist-esm/samples-dev/exportPipelinesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/exportPipelinesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/exportPipelinesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/exportPipelinesListSample.js +60 -0
- package/dist-esm/samples-dev/exportPipelinesListSample.js.map +1 -0
- package/dist-esm/samples-dev/importPipelinesCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/importPipelinesCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/importPipelinesCreateSample.js +55 -0
- package/dist-esm/samples-dev/importPipelinesCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/importPipelinesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/importPipelinesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/importPipelinesDeleteSample.js +40 -0
- package/dist-esm/samples-dev/importPipelinesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/importPipelinesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/importPipelinesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/importPipelinesGetSample.js +40 -0
- package/dist-esm/samples-dev/importPipelinesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/importPipelinesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/importPipelinesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/importPipelinesListSample.js +60 -0
- package/dist-esm/samples-dev/importPipelinesListSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/pipelineRunsCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/pipelineRunsCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/pipelineRunsCreateSample.js +78 -0
- package/dist-esm/samples-dev/pipelineRunsCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/pipelineRunsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/pipelineRunsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/pipelineRunsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/pipelineRunsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/pipelineRunsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/pipelineRunsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/pipelineRunsGetSample.js +40 -0
- package/dist-esm/samples-dev/pipelineRunsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/pipelineRunsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/pipelineRunsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/pipelineRunsListSample.js +60 -0
- package/dist-esm/samples-dev/pipelineRunsListSample.js.map +1 -0
- 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 +7 -1
- package/dist-esm/src/containerRegistryManagementClient.d.ts.map +1 -1
- package/dist-esm/src/containerRegistryManagementClient.js +8 -2
- package/dist-esm/src/containerRegistryManagementClient.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +964 -21
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +120 -8
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +55 -1
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +1406 -48
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +17 -3
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +153 -20
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/archiveVersions.d.ts +95 -0
- package/dist-esm/src/operations/archiveVersions.d.ts.map +1 -0
- package/dist-esm/src/operations/archiveVersions.js +421 -0
- package/dist-esm/src/operations/archiveVersions.js.map +1 -0
- package/dist-esm/src/operations/archives.d.ts +99 -0
- package/dist-esm/src/operations/archives.d.ts.map +1 -0
- package/dist-esm/src/operations/archives.js +441 -0
- package/dist-esm/src/operations/archives.js.map +1 -0
- package/dist-esm/src/operations/connectedRegistries.d.ts +115 -0
- package/dist-esm/src/operations/connectedRegistries.d.ts.map +1 -0
- package/dist-esm/src/operations/connectedRegistries.js +549 -0
- package/dist-esm/src/operations/connectedRegistries.js.map +1 -0
- package/dist-esm/src/operations/exportPipelines.d.ts +81 -0
- package/dist-esm/src/operations/exportPipelines.d.ts.map +1 -0
- package/dist-esm/src/operations/exportPipelines.js +369 -0
- package/dist-esm/src/operations/exportPipelines.js.map +1 -0
- package/dist-esm/src/operations/importPipelines.d.ts +81 -0
- package/dist-esm/src/operations/importPipelines.d.ts.map +1 -0
- package/dist-esm/src/operations/importPipelines.js +369 -0
- package/dist-esm/src/operations/importPipelines.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +6 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +6 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/pipelineRuns.d.ts +81 -0
- package/dist-esm/src/operations/pipelineRuns.d.ts.map +1 -0
- package/dist-esm/src/operations/pipelineRuns.js +369 -0
- package/dist-esm/src/operations/pipelineRuns.js.map +1 -0
- package/dist-esm/src/operations/runs.js +1 -1
- package/dist-esm/src/operations/runs.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/archiveVersions.d.ts +66 -0
- package/dist-esm/src/operationsInterfaces/archiveVersions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/archiveVersions.js +9 -0
- package/dist-esm/src/operationsInterfaces/archiveVersions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/archives.d.ts +72 -0
- package/dist-esm/src/operationsInterfaces/archives.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/archives.js +9 -0
- package/dist-esm/src/operationsInterfaces/archives.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts +90 -0
- package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/connectedRegistries.js +9 -0
- package/dist-esm/src/operationsInterfaces/connectedRegistries.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/exportPipelines.js +9 -0
- package/dist-esm/src/operationsInterfaces/exportPipelines.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/importPipelines.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/importPipelines.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/importPipelines.js +9 -0
- package/dist-esm/src/operationsInterfaces/importPipelines.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +6 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/pipelineRuns.js +9 -0
- package/dist-esm/src/operationsInterfaces/pipelineRuns.js.map +1 -0
- package/package.json +3 -3
- package/review/arm-containerregistry.api.md +812 -0
- package/src/containerRegistryManagementClient.ts +25 -1
- package/src/models/index.ts +1132 -32
- package/src/models/mappers.ts +3207 -1742
- package/src/models/parameters.ts +174 -20
- package/src/operations/archiveVersions.ts +600 -0
- package/src/operations/archives.ts +621 -0
- package/src/operations/connectedRegistries.ts +757 -0
- package/src/operations/exportPipelines.ts +500 -0
- package/src/operations/importPipelines.ts +500 -0
- package/src/operations/index.ts +6 -0
- package/src/operations/pipelineRuns.ts +500 -0
- package/src/operations/runs.ts +1 -1
- package/src/operationsInterfaces/archiveVersions.ts +135 -0
- package/src/operationsInterfaces/archives.ts +147 -0
- package/src/operationsInterfaces/connectedRegistries.ts +174 -0
- package/src/operationsInterfaces/exportPipelines.ts +109 -0
- package/src/operationsInterfaces/importPipelines.ts +109 -0
- package/src/operationsInterfaces/index.ts +6 -0
- package/src/operationsInterfaces/pipelineRuns.ts +109 -0
- package/types/arm-containerregistry.d.ts +1512 -44
@@ -2,13 +2,35 @@ import * as coreClient from "@azure/core-client";
|
|
2
2
|
export type RunRequestUnion = RunRequest | DockerBuildRequest | FileTaskRunRequest | TaskRunRequest | EncodedTaskRunRequest;
|
3
3
|
export type TaskStepPropertiesUnion = TaskStepProperties | DockerBuildStep | FileTaskStep | EncodedTaskStep;
|
4
4
|
export type TaskStepUpdateParametersUnion = TaskStepUpdateParameters | DockerBuildStepUpdateParameters | FileTaskStepUpdateParameters | EncodedTaskStepUpdateParameters;
|
5
|
-
/** The result of a request to list
|
6
|
-
export interface
|
7
|
-
/** The list of
|
8
|
-
value?:
|
9
|
-
/**
|
5
|
+
/** The result of a request to list archives for a container registry. */
|
6
|
+
export interface ArchiveListResult {
|
7
|
+
/** The list of archives. Since this list may be incomplete, the nextLink field should be used to request the next list of distributions. */
|
8
|
+
value?: Archive[];
|
9
|
+
/** The URI that can be used to request the next list of archives. */
|
10
10
|
nextLink?: string;
|
11
11
|
}
|
12
|
+
/** The properties of a archive. */
|
13
|
+
export interface ArchiveProperties {
|
14
|
+
/** The package source of the archive. */
|
15
|
+
packageSource?: ArchivePackageSourceProperties;
|
16
|
+
/** The published version of the archive. */
|
17
|
+
publishedVersion?: string;
|
18
|
+
repositoryEndpointPrefix?: string;
|
19
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
20
|
+
readonly repositoryEndpoint?: string;
|
21
|
+
/**
|
22
|
+
* The provisioning state of the archive at the time the operation was called.
|
23
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
24
|
+
*/
|
25
|
+
readonly provisioningState?: ProvisioningState;
|
26
|
+
}
|
27
|
+
/** The properties of the archive package source. */
|
28
|
+
export interface ArchivePackageSourceProperties {
|
29
|
+
/** The type of package source for a archive. */
|
30
|
+
type?: PackageSourceType;
|
31
|
+
/** The external repository url. */
|
32
|
+
url?: string;
|
33
|
+
}
|
12
34
|
/** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags. */
|
13
35
|
export interface ProxyResource {
|
14
36
|
/**
|
@@ -93,11 +115,167 @@ export interface ErrorAdditionalInfo {
|
|
93
115
|
*/
|
94
116
|
readonly info?: Record<string, unknown>;
|
95
117
|
}
|
118
|
+
/** The parameters for updating a archive. */
|
119
|
+
export interface ArchiveUpdateParameters {
|
120
|
+
/** The published version of the archive. */
|
121
|
+
publishedVersion?: string;
|
122
|
+
}
|
123
|
+
/** The result of a request to list export pipelines for a container registry. */
|
124
|
+
export interface ArchiveVersionListResult {
|
125
|
+
/** 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. */
|
126
|
+
value?: ArchiveVersion[];
|
127
|
+
/** The URI that can be used to request the next list of pipeline runs. */
|
128
|
+
nextLink?: string;
|
129
|
+
}
|
130
|
+
/** The result of a request to list cache rules for a container registry. */
|
131
|
+
export interface CacheRulesListResult {
|
132
|
+
/** The list of cache rules. */
|
133
|
+
value?: CacheRule[];
|
134
|
+
/** If provided, client must use NextLink URI to request next list of cache rules. */
|
135
|
+
nextLink?: string;
|
136
|
+
}
|
96
137
|
/** The parameters for updating a cache rule. */
|
97
138
|
export interface CacheRuleUpdateParameters {
|
98
139
|
/** The ARM resource ID of the credential store which is associated with the Cache rule. */
|
99
140
|
credentialSetResourceId?: string;
|
100
141
|
}
|
142
|
+
/** The result of a request to list connected registries for a container registry. */
|
143
|
+
export interface ConnectedRegistryListResult {
|
144
|
+
/** 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. */
|
145
|
+
value?: ConnectedRegistry[];
|
146
|
+
/** The URI that can be used to request the next list of connected registries. */
|
147
|
+
nextLink?: string;
|
148
|
+
}
|
149
|
+
/** The activation properties of the connected registry. */
|
150
|
+
export interface ActivationProperties {
|
151
|
+
/**
|
152
|
+
* The activation status of the connected registry.
|
153
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
154
|
+
*/
|
155
|
+
readonly status?: ActivationStatus;
|
156
|
+
}
|
157
|
+
/** The properties of the connected registry parent. */
|
158
|
+
export interface ParentProperties {
|
159
|
+
/** The resource ID of the parent to which the connected registry will be associated. */
|
160
|
+
id?: string;
|
161
|
+
/** The sync properties of the connected registry with its parent. */
|
162
|
+
syncProperties: SyncProperties;
|
163
|
+
}
|
164
|
+
/** The sync properties of the connected registry with its parent. */
|
165
|
+
export interface SyncProperties {
|
166
|
+
/** The resource ID of the ACR token used to authenticate the connected registry to its parent during sync. */
|
167
|
+
tokenId: string;
|
168
|
+
/** The cron expression indicating the schedule that the connected registry will sync with its parent. */
|
169
|
+
schedule?: string;
|
170
|
+
/** The time window during which sync is enabled for each schedule occurrence. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601. */
|
171
|
+
syncWindow?: string;
|
172
|
+
/** The period of time for which a message is available to sync before it is expired. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601. */
|
173
|
+
messageTtl: string;
|
174
|
+
/**
|
175
|
+
* The last time a sync occurred between the connected registry and its parent.
|
176
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
177
|
+
*/
|
178
|
+
readonly lastSyncTime?: Date;
|
179
|
+
/**
|
180
|
+
* The gateway endpoint used by the connected registry to communicate with its parent.
|
181
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
182
|
+
*/
|
183
|
+
readonly gatewayEndpoint?: string;
|
184
|
+
}
|
185
|
+
/** The login server properties of the connected registry. */
|
186
|
+
export interface LoginServerProperties {
|
187
|
+
/**
|
188
|
+
* The host of the connected registry. Can be FQDN or IP.
|
189
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
190
|
+
*/
|
191
|
+
readonly host?: string;
|
192
|
+
/**
|
193
|
+
* The TLS properties of the connected registry login server.
|
194
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
195
|
+
*/
|
196
|
+
readonly tls?: TlsProperties;
|
197
|
+
}
|
198
|
+
/** The TLS properties of the connected registry login server. */
|
199
|
+
export interface TlsProperties {
|
200
|
+
/**
|
201
|
+
* Indicates whether HTTPS is enabled for the login server.
|
202
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
203
|
+
*/
|
204
|
+
readonly status?: TlsStatus;
|
205
|
+
/**
|
206
|
+
* The certificate used to configure HTTPS for the login server.
|
207
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
208
|
+
*/
|
209
|
+
readonly certificate?: TlsCertificateProperties;
|
210
|
+
}
|
211
|
+
/** The TLS certificate properties of the connected registry login server. */
|
212
|
+
export interface TlsCertificateProperties {
|
213
|
+
/**
|
214
|
+
* The type of certificate location.
|
215
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
216
|
+
*/
|
217
|
+
readonly type?: CertificateType;
|
218
|
+
/**
|
219
|
+
* Indicates the location of the certificates.
|
220
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
221
|
+
*/
|
222
|
+
readonly location?: string;
|
223
|
+
}
|
224
|
+
/** The logging properties of the connected registry. */
|
225
|
+
export interface LoggingProperties {
|
226
|
+
/** The verbosity of logs persisted on the connected registry. */
|
227
|
+
logLevel?: LogLevel;
|
228
|
+
/** Indicates whether audit logs are enabled on the connected registry. */
|
229
|
+
auditLogStatus?: AuditLogStatus;
|
230
|
+
}
|
231
|
+
/** The status detail properties of the connected registry. */
|
232
|
+
export interface StatusDetailProperties {
|
233
|
+
/**
|
234
|
+
* The component of the connected registry corresponding to the status.
|
235
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
236
|
+
*/
|
237
|
+
readonly type?: string;
|
238
|
+
/**
|
239
|
+
* The code of the status.
|
240
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
241
|
+
*/
|
242
|
+
readonly code?: string;
|
243
|
+
/**
|
244
|
+
* The description of the status.
|
245
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
246
|
+
*/
|
247
|
+
readonly description?: string;
|
248
|
+
/**
|
249
|
+
* The timestamp of the status.
|
250
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
251
|
+
*/
|
252
|
+
readonly timestamp?: Date;
|
253
|
+
/**
|
254
|
+
* The correlation ID of the status.
|
255
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
256
|
+
*/
|
257
|
+
readonly correlationId?: string;
|
258
|
+
}
|
259
|
+
/** The parameters for updating a connected registry. */
|
260
|
+
export interface ConnectedRegistryUpdateParameters {
|
261
|
+
/** The sync properties of the connected registry with its parent. */
|
262
|
+
syncProperties?: SyncUpdateProperties;
|
263
|
+
/** The logging properties of the connected registry. */
|
264
|
+
logging?: LoggingProperties;
|
265
|
+
/** The list of the ACR token resource IDs used to authenticate clients to the connected registry. */
|
266
|
+
clientTokenIds?: string[];
|
267
|
+
/** The list of notifications subscription information for the connected registry. */
|
268
|
+
notificationsList?: string[];
|
269
|
+
}
|
270
|
+
/** The parameters for updating the sync properties of the connected registry with its parent. */
|
271
|
+
export interface SyncUpdateProperties {
|
272
|
+
/** The cron expression indicating the schedule that the connected registry will sync with its parent. */
|
273
|
+
schedule?: string;
|
274
|
+
/** The time window during which sync is enabled for each schedule occurrence. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601. */
|
275
|
+
syncWindow?: string;
|
276
|
+
/** The period of time for which a message is available to sync before it is expired. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601. */
|
277
|
+
messageTtl?: string;
|
278
|
+
}
|
101
279
|
/** The result of a request to list credential sets for a container registry. */
|
102
280
|
export interface CredentialSetListResult {
|
103
281
|
/** The list of credential sets. Since this list may be incomplete, the nextLink field should be used to request the next list of credential sets. */
|
@@ -174,6 +352,26 @@ export interface CredentialSetUpdateParameters {
|
|
174
352
|
*/
|
175
353
|
authCredentials?: AuthCredential[];
|
176
354
|
}
|
355
|
+
/** The result of a request to list export pipelines for a container registry. */
|
356
|
+
export interface ExportPipelineListResult {
|
357
|
+
/** 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. */
|
358
|
+
value?: ExportPipeline[];
|
359
|
+
/** The URI that can be used to request the next list of pipeline runs. */
|
360
|
+
nextLink?: string;
|
361
|
+
}
|
362
|
+
/** The properties of the export pipeline target. */
|
363
|
+
export interface ExportPipelineTargetProperties {
|
364
|
+
/** The type of target for the export pipeline. */
|
365
|
+
type?: string;
|
366
|
+
/**
|
367
|
+
* The target uri of the export pipeline.
|
368
|
+
* When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
|
369
|
+
* When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
|
370
|
+
*/
|
371
|
+
uri?: string;
|
372
|
+
/** They key vault secret uri to obtain the target storage SAS token. */
|
373
|
+
keyVaultUri: string;
|
374
|
+
}
|
177
375
|
export interface ImportImageParameters {
|
178
376
|
/** The source of the image. */
|
179
377
|
source: ImportSource;
|
@@ -205,6 +403,34 @@ export interface ImportSourceCredentials {
|
|
205
403
|
/** The password used to authenticate with the source registry. */
|
206
404
|
password: string;
|
207
405
|
}
|
406
|
+
/** The result of a request to list import pipelines for a container registry. */
|
407
|
+
export interface ImportPipelineListResult {
|
408
|
+
/** 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. */
|
409
|
+
value?: ImportPipeline[];
|
410
|
+
/** The URI that can be used to request the next list of pipeline runs. */
|
411
|
+
nextLink?: string;
|
412
|
+
}
|
413
|
+
/** The properties of the import pipeline source. */
|
414
|
+
export interface ImportPipelineSourceProperties {
|
415
|
+
/** The type of source for the import pipeline. */
|
416
|
+
type?: PipelineSourceType;
|
417
|
+
/**
|
418
|
+
* The source uri of the import pipeline.
|
419
|
+
* When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
|
420
|
+
* When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
|
421
|
+
*/
|
422
|
+
uri?: string;
|
423
|
+
/** They key vault secret uri to obtain the source storage SAS token. */
|
424
|
+
keyVaultUri: string;
|
425
|
+
}
|
426
|
+
export interface PipelineTriggerProperties {
|
427
|
+
/** The source trigger properties of the pipeline. */
|
428
|
+
sourceTrigger?: PipelineSourceTriggerProperties;
|
429
|
+
}
|
430
|
+
export interface PipelineSourceTriggerProperties {
|
431
|
+
/** The current status of the source trigger. */
|
432
|
+
status: TriggerStatus;
|
433
|
+
}
|
208
434
|
/** The result of a request to list container registry operations. */
|
209
435
|
export interface OperationListResult {
|
210
436
|
/** 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. */
|
@@ -286,6 +512,78 @@ export interface RegistryNameStatus {
|
|
286
512
|
/** If any, the error message that provides more detail for the reason that the name is not available. */
|
287
513
|
message?: string;
|
288
514
|
}
|
515
|
+
/** The result of a request to list pipeline runs for a container registry. */
|
516
|
+
export interface PipelineRunListResult {
|
517
|
+
/** 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. */
|
518
|
+
value?: PipelineRun[];
|
519
|
+
/** The URI that can be used to request the next list of pipeline runs. */
|
520
|
+
nextLink?: string;
|
521
|
+
}
|
522
|
+
/** The request properties provided for a pipeline run. */
|
523
|
+
export interface PipelineRunRequest {
|
524
|
+
/** The resource ID of the pipeline to run. */
|
525
|
+
pipelineResourceId?: string;
|
526
|
+
/**
|
527
|
+
* List of source artifacts to be transferred by the pipeline.
|
528
|
+
* Specify an image by repository ('hello-world'). This will use the 'latest' tag.
|
529
|
+
* Specify an image by tag ('hello-world:latest').
|
530
|
+
* Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123').
|
531
|
+
*/
|
532
|
+
artifacts?: string[];
|
533
|
+
/** The source properties of the pipeline run. */
|
534
|
+
source?: PipelineRunSourceProperties;
|
535
|
+
/** The target properties of the pipeline run. */
|
536
|
+
target?: PipelineRunTargetProperties;
|
537
|
+
/** The digest of the tar used to transfer the artifacts. */
|
538
|
+
catalogDigest?: string;
|
539
|
+
}
|
540
|
+
export interface PipelineRunSourceProperties {
|
541
|
+
/** The type of the source. */
|
542
|
+
type?: PipelineRunSourceType;
|
543
|
+
/** The name of the source. */
|
544
|
+
name?: string;
|
545
|
+
}
|
546
|
+
export interface PipelineRunTargetProperties {
|
547
|
+
/** The type of the target. */
|
548
|
+
type?: PipelineRunTargetType;
|
549
|
+
/** The name of the target. */
|
550
|
+
name?: string;
|
551
|
+
}
|
552
|
+
/** The response properties returned for a pipeline run. */
|
553
|
+
export interface PipelineRunResponse {
|
554
|
+
/** The current status of the pipeline run. */
|
555
|
+
status?: string;
|
556
|
+
/** The artifacts imported in the pipeline run. */
|
557
|
+
importedArtifacts?: string[];
|
558
|
+
/** The current progress of the copy operation. */
|
559
|
+
progress?: ProgressProperties;
|
560
|
+
/** The time the pipeline run started. */
|
561
|
+
startTime?: Date;
|
562
|
+
/** The time the pipeline run finished. */
|
563
|
+
finishTime?: Date;
|
564
|
+
/** The source of the pipeline run. */
|
565
|
+
source?: ImportPipelineSourceProperties;
|
566
|
+
/** The target of the pipeline run. */
|
567
|
+
target?: ExportPipelineTargetProperties;
|
568
|
+
/** The digest of the tar used to transfer the artifacts. */
|
569
|
+
catalogDigest?: string;
|
570
|
+
/** The trigger that caused the pipeline run. */
|
571
|
+
trigger?: PipelineTriggerDescriptor;
|
572
|
+
/** The detailed error message for the pipeline run in the case of failure. */
|
573
|
+
pipelineRunErrorMessage?: string;
|
574
|
+
}
|
575
|
+
export interface ProgressProperties {
|
576
|
+
/** The percentage complete of the copy operation. */
|
577
|
+
percentage?: string;
|
578
|
+
}
|
579
|
+
export interface PipelineTriggerDescriptor {
|
580
|
+
/** The source trigger that caused the pipeline run. */
|
581
|
+
sourceTrigger?: PipelineSourceTriggerDescriptor;
|
582
|
+
}
|
583
|
+
export interface PipelineSourceTriggerDescriptor {
|
584
|
+
/** The timestamp when the source update happened. */
|
585
|
+
timestamp?: Date;
|
586
|
+
}
|
289
587
|
/** The result of a request to list private endpoint connections for a container registry. */
|
290
588
|
export interface PrivateEndpointConnectionListResult {
|
291
589
|
/** 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. */
|
@@ -366,6 +664,10 @@ export interface Policies {
|
|
366
664
|
retentionPolicy?: RetentionPolicy;
|
367
665
|
/** The export policy for a container registry. */
|
368
666
|
exportPolicy?: ExportPolicy;
|
667
|
+
/** The policy for using ARM audience token for a container registry. */
|
668
|
+
azureADAuthenticationAsArmPolicy?: AzureADAuthenticationAsArmPolicy;
|
669
|
+
/** The soft delete policy for a container registry. */
|
670
|
+
softDeletePolicy?: SoftDeletePolicy;
|
369
671
|
}
|
370
672
|
/** The quarantine policy for a container registry. */
|
371
673
|
export interface QuarantinePolicy {
|
@@ -396,6 +698,23 @@ export interface ExportPolicy {
|
|
396
698
|
/** The value that indicates whether the policy is enabled or not. */
|
397
699
|
status?: ExportPolicyStatus;
|
398
700
|
}
|
701
|
+
/** The policy for using ARM audience token for a container registry. */
|
702
|
+
export interface AzureADAuthenticationAsArmPolicy {
|
703
|
+
/** The value that indicates whether the policy is enabled or not. */
|
704
|
+
status?: AzureADAuthenticationAsArmPolicyStatus;
|
705
|
+
}
|
706
|
+
/** The soft delete policy for a container registry */
|
707
|
+
export interface SoftDeletePolicy {
|
708
|
+
/** The number of days after which a soft-deleted item is permanently deleted. */
|
709
|
+
retentionDays?: number;
|
710
|
+
/**
|
711
|
+
* The timestamp when the policy was last updated.
|
712
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
713
|
+
*/
|
714
|
+
readonly lastUpdatedTime?: Date;
|
715
|
+
/** The value that indicates whether the policy is enabled or not. */
|
716
|
+
status?: PolicyStatus;
|
717
|
+
}
|
399
718
|
export interface EncryptionProperty {
|
400
719
|
/** Indicates whether or not the encryption is enabled for container registry. */
|
401
720
|
status?: EncryptionStatus;
|
@@ -476,6 +795,8 @@ export interface RegistryUpdateParameters {
|
|
476
795
|
publicNetworkAccess?: PublicNetworkAccess;
|
477
796
|
/** Whether to allow trusted Azure services to access a network restricted registry. */
|
478
797
|
networkRuleBypassOptions?: NetworkRuleBypassOptions;
|
798
|
+
/** Enables registry-wide pull from unauthenticated clients. */
|
799
|
+
anonymousPullEnabled?: boolean;
|
479
800
|
}
|
480
801
|
/** The result of a request to get container registry quota usages. */
|
481
802
|
export interface RegistryUsageListResult {
|
@@ -1307,6 +1628,41 @@ export interface OverrideTaskStepProperties {
|
|
1307
1628
|
/** Base64 encoded update trigger token that will be attached with the base image trigger webhook. */
|
1308
1629
|
updateTriggerToken?: string;
|
1309
1630
|
}
|
1631
|
+
/** The properties of the Debian package Archive. */
|
1632
|
+
export interface DebianArchiveProperties extends ArchiveProperties {
|
1633
|
+
/** Debian distribution Name. */
|
1634
|
+
distributionName?: string;
|
1635
|
+
}
|
1636
|
+
/** The properties of the archive package source. */
|
1637
|
+
export interface DebianArchivePackageSourceProperties extends ArchivePackageSourceProperties {
|
1638
|
+
/** Upstream Debian distribution Name. */
|
1639
|
+
distributionName?: string;
|
1640
|
+
}
|
1641
|
+
/** An object that represents a archive for a container registry. */
|
1642
|
+
export interface Archive extends ProxyResource {
|
1643
|
+
/** The package source of the archive. */
|
1644
|
+
packageSource?: ArchivePackageSourceProperties;
|
1645
|
+
/** The published version of the archive. */
|
1646
|
+
publishedVersion?: string;
|
1647
|
+
repositoryEndpointPrefix?: string;
|
1648
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
1649
|
+
readonly repositoryEndpoint?: string;
|
1650
|
+
/**
|
1651
|
+
* The provisioning state of the archive at the time the operation was called.
|
1652
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1653
|
+
*/
|
1654
|
+
readonly provisioningState?: ProvisioningState;
|
1655
|
+
}
|
1656
|
+
/** An object that represents an export pipeline for a container registry. */
|
1657
|
+
export interface ArchiveVersion extends ProxyResource {
|
1658
|
+
/**
|
1659
|
+
* The provisioning state of the archive at the time the operation was called.
|
1660
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1661
|
+
*/
|
1662
|
+
readonly provisioningState?: ProvisioningState;
|
1663
|
+
/** The detailed error message for the archive version in the case of failure. */
|
1664
|
+
archiveVersionErrorMessage?: string;
|
1665
|
+
}
|
1310
1666
|
/** An object that represents a cache rule for a container registry. */
|
1311
1667
|
export interface CacheRule extends ProxyResource {
|
1312
1668
|
/** The ARM resource ID of the credential store which is associated with the cache rule. */
|
@@ -1329,6 +1685,51 @@ export interface CacheRule extends ProxyResource {
|
|
1329
1685
|
*/
|
1330
1686
|
readonly provisioningState?: ProvisioningState;
|
1331
1687
|
}
|
1688
|
+
/** An object that represents a connected registry for a container registry. */
|
1689
|
+
export interface ConnectedRegistry extends ProxyResource {
|
1690
|
+
/**
|
1691
|
+
* Provisioning state of the resource.
|
1692
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1693
|
+
*/
|
1694
|
+
readonly provisioningState?: ProvisioningState;
|
1695
|
+
/** The mode of the connected registry resource that indicates the permissions of the registry. */
|
1696
|
+
mode?: ConnectedRegistryMode;
|
1697
|
+
/**
|
1698
|
+
* The current version of ACR runtime on the connected registry.
|
1699
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1700
|
+
*/
|
1701
|
+
readonly version?: string;
|
1702
|
+
/**
|
1703
|
+
* The current connection state of the connected registry.
|
1704
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1705
|
+
*/
|
1706
|
+
readonly connectionState?: ConnectionState;
|
1707
|
+
/**
|
1708
|
+
* The last activity time of the connected registry.
|
1709
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1710
|
+
*/
|
1711
|
+
readonly lastActivityTime?: Date;
|
1712
|
+
/**
|
1713
|
+
* The activation properties of the connected registry.
|
1714
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1715
|
+
*/
|
1716
|
+
readonly activation?: ActivationProperties;
|
1717
|
+
/** The parent of the connected registry. */
|
1718
|
+
parent?: ParentProperties;
|
1719
|
+
/** The list of the ACR token resource IDs used to authenticate clients to the connected registry. */
|
1720
|
+
clientTokenIds?: string[];
|
1721
|
+
/** The login server properties of the connected registry. */
|
1722
|
+
loginServer?: LoginServerProperties;
|
1723
|
+
/** The logging properties of the connected registry. */
|
1724
|
+
logging?: LoggingProperties;
|
1725
|
+
/**
|
1726
|
+
* The list of current statuses of the connected registry.
|
1727
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1728
|
+
*/
|
1729
|
+
readonly statusDetails?: StatusDetailProperties[];
|
1730
|
+
/** The list of notifications subscription information for the connected registry. */
|
1731
|
+
notificationsList?: string[];
|
1732
|
+
}
|
1332
1733
|
/** An object that represents a credential set resource for a container registry. */
|
1333
1734
|
export interface CredentialSet extends ProxyResource {
|
1334
1735
|
/** Identities associated with the resource. This is used to access the KeyVault secrets. */
|
@@ -1351,6 +1752,57 @@ export interface CredentialSet extends ProxyResource {
|
|
1351
1752
|
*/
|
1352
1753
|
readonly provisioningState?: ProvisioningState;
|
1353
1754
|
}
|
1755
|
+
/** An object that represents an export pipeline for a container registry. */
|
1756
|
+
export interface ExportPipeline extends ProxyResource {
|
1757
|
+
/** The location of the export pipeline. */
|
1758
|
+
location?: string;
|
1759
|
+
/** The identity of the export pipeline. */
|
1760
|
+
identity?: IdentityProperties;
|
1761
|
+
/** The target properties of the export pipeline. */
|
1762
|
+
target?: ExportPipelineTargetProperties;
|
1763
|
+
/** The list of all options configured for the pipeline. */
|
1764
|
+
options?: PipelineOptions[];
|
1765
|
+
/**
|
1766
|
+
* The provisioning state of the pipeline at the time the operation was called.
|
1767
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1768
|
+
*/
|
1769
|
+
readonly provisioningState?: ProvisioningState;
|
1770
|
+
}
|
1771
|
+
/** An object that represents an import pipeline for a container registry. */
|
1772
|
+
export interface ImportPipeline extends ProxyResource {
|
1773
|
+
/** The location of the import pipeline. */
|
1774
|
+
location?: string;
|
1775
|
+
/** The identity of the import pipeline. */
|
1776
|
+
identity?: IdentityProperties;
|
1777
|
+
/** The source properties of the import pipeline. */
|
1778
|
+
source?: ImportPipelineSourceProperties;
|
1779
|
+
/** The properties that describe the trigger of the import pipeline. */
|
1780
|
+
trigger?: PipelineTriggerProperties;
|
1781
|
+
/** The list of all options configured for the pipeline. */
|
1782
|
+
options?: PipelineOptions[];
|
1783
|
+
/**
|
1784
|
+
* The provisioning state of the pipeline at the time the operation was called.
|
1785
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1786
|
+
*/
|
1787
|
+
readonly provisioningState?: ProvisioningState;
|
1788
|
+
}
|
1789
|
+
/** An object that represents a pipeline run for a container registry. */
|
1790
|
+
export interface PipelineRun extends ProxyResource {
|
1791
|
+
/**
|
1792
|
+
* The provisioning state of a pipeline run.
|
1793
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1794
|
+
*/
|
1795
|
+
readonly provisioningState?: ProvisioningState;
|
1796
|
+
/** The request parameters for a pipeline run. */
|
1797
|
+
request?: PipelineRunRequest;
|
1798
|
+
/**
|
1799
|
+
* The response of a pipeline run.
|
1800
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1801
|
+
*/
|
1802
|
+
readonly response?: PipelineRunResponse;
|
1803
|
+
/** How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed. */
|
1804
|
+
forceUpdateTag?: string;
|
1805
|
+
}
|
1354
1806
|
/** An object that represents a private endpoint connection for a container registry. */
|
1355
1807
|
export interface PrivateEndpointConnection extends ProxyResource {
|
1356
1808
|
/** The resource of private endpoint. */
|
@@ -1537,6 +1989,8 @@ export interface Registry extends Resource {
|
|
1537
1989
|
networkRuleBypassOptions?: NetworkRuleBypassOptions;
|
1538
1990
|
/** Whether or not zone redundancy is enabled for this container registry */
|
1539
1991
|
zoneRedundancy?: ZoneRedundancy;
|
1992
|
+
/** Enables registry-wide pull from unauthenticated clients. */
|
1993
|
+
anonymousPullEnabled?: boolean;
|
1540
1994
|
}
|
1541
1995
|
/** An object that represents a replication for a container registry. */
|
1542
1996
|
export interface Replication extends Resource {
|
@@ -1798,6 +2252,22 @@ export interface EncodedTaskStepUpdateParameters extends TaskStepUpdateParameter
|
|
1798
2252
|
/** The collection of overridable values that can be passed when running a task. */
|
1799
2253
|
values?: SetValue[];
|
1800
2254
|
}
|
2255
|
+
/** Defines headers for Archives_create operation. */
|
2256
|
+
export interface ArchivesCreateHeaders {
|
2257
|
+
azureAsyncOperation?: string;
|
2258
|
+
}
|
2259
|
+
/** Defines headers for Archives_delete operation. */
|
2260
|
+
export interface ArchivesDeleteHeaders {
|
2261
|
+
location?: string;
|
2262
|
+
}
|
2263
|
+
/** Defines headers for ArchiveVersions_create operation. */
|
2264
|
+
export interface ArchiveVersionsCreateHeaders {
|
2265
|
+
azureAsyncOperation?: string;
|
2266
|
+
}
|
2267
|
+
/** Defines headers for ArchiveVersions_delete operation. */
|
2268
|
+
export interface ArchiveVersionsDeleteHeaders {
|
2269
|
+
location?: string;
|
2270
|
+
}
|
1801
2271
|
/** Defines headers for CacheRules_create operation. */
|
1802
2272
|
export interface CacheRulesCreateHeaders {
|
1803
2273
|
azureAsyncOperation?: string;
|
@@ -1810,6 +2280,22 @@ export interface CacheRulesDeleteHeaders {
|
|
1810
2280
|
export interface CacheRulesUpdateHeaders {
|
1811
2281
|
azureAsyncOperation?: string;
|
1812
2282
|
}
|
2283
|
+
/** Defines headers for ConnectedRegistries_create operation. */
|
2284
|
+
export interface ConnectedRegistriesCreateHeaders {
|
2285
|
+
azureAsyncOperation?: string;
|
2286
|
+
}
|
2287
|
+
/** Defines headers for ConnectedRegistries_delete operation. */
|
2288
|
+
export interface ConnectedRegistriesDeleteHeaders {
|
2289
|
+
location?: string;
|
2290
|
+
}
|
2291
|
+
/** Defines headers for ConnectedRegistries_update operation. */
|
2292
|
+
export interface ConnectedRegistriesUpdateHeaders {
|
2293
|
+
azureAsyncOperation?: string;
|
2294
|
+
}
|
2295
|
+
/** Defines headers for ConnectedRegistries_deactivate operation. */
|
2296
|
+
export interface ConnectedRegistriesDeactivateHeaders {
|
2297
|
+
location?: string;
|
2298
|
+
}
|
1813
2299
|
/** Defines headers for CredentialSets_create operation. */
|
1814
2300
|
export interface CredentialSetsCreateHeaders {
|
1815
2301
|
azureAsyncOperation?: string;
|
@@ -1822,6 +2308,14 @@ export interface CredentialSetsDeleteHeaders {
|
|
1822
2308
|
export interface CredentialSetsUpdateHeaders {
|
1823
2309
|
azureAsyncOperation?: string;
|
1824
2310
|
}
|
2311
|
+
/** Defines headers for ExportPipelines_create operation. */
|
2312
|
+
export interface ExportPipelinesCreateHeaders {
|
2313
|
+
azureAsyncOperation?: string;
|
2314
|
+
}
|
2315
|
+
/** Defines headers for ExportPipelines_delete operation. */
|
2316
|
+
export interface ExportPipelinesDeleteHeaders {
|
2317
|
+
location?: string;
|
2318
|
+
}
|
1825
2319
|
/** Defines headers for Registries_importImage operation. */
|
1826
2320
|
export interface RegistriesImportImageHeaders {
|
1827
2321
|
location?: string;
|
@@ -1842,6 +2336,22 @@ export interface RegistriesUpdateHeaders {
|
|
1842
2336
|
export interface RegistriesGenerateCredentialsHeaders {
|
1843
2337
|
location?: string;
|
1844
2338
|
}
|
2339
|
+
/** Defines headers for ImportPipelines_create operation. */
|
2340
|
+
export interface ImportPipelinesCreateHeaders {
|
2341
|
+
azureAsyncOperation?: string;
|
2342
|
+
}
|
2343
|
+
/** Defines headers for ImportPipelines_delete operation. */
|
2344
|
+
export interface ImportPipelinesDeleteHeaders {
|
2345
|
+
location?: string;
|
2346
|
+
}
|
2347
|
+
/** Defines headers for PipelineRuns_create operation. */
|
2348
|
+
export interface PipelineRunsCreateHeaders {
|
2349
|
+
azureAsyncOperation?: string;
|
2350
|
+
}
|
2351
|
+
/** Defines headers for PipelineRuns_delete operation. */
|
2352
|
+
export interface PipelineRunsDeleteHeaders {
|
2353
|
+
location?: string;
|
2354
|
+
}
|
1845
2355
|
/** Defines headers for PrivateEndpointConnections_createOrUpdate operation. */
|
1846
2356
|
export interface PrivateEndpointConnectionsCreateOrUpdateHeaders {
|
1847
2357
|
azureAsyncOperation?: string;
|
@@ -1898,6 +2408,19 @@ export interface WebhooksDeleteHeaders {
|
|
1898
2408
|
export interface WebhooksUpdateHeaders {
|
1899
2409
|
azureAsyncOperation?: string;
|
1900
2410
|
}
|
2411
|
+
/** Known values of {@link PackageSourceType} that the service accepts. */
|
2412
|
+
export declare enum KnownPackageSourceType {
|
2413
|
+
/** Remote */
|
2414
|
+
Remote = "remote"
|
2415
|
+
}
|
2416
|
+
/**
|
2417
|
+
* Defines values for PackageSourceType. \
|
2418
|
+
* {@link KnownPackageSourceType} can be used interchangeably with PackageSourceType,
|
2419
|
+
* this enum contains the known values that the service supports.
|
2420
|
+
* ### Known values supported by the service
|
2421
|
+
* **remote**
|
2422
|
+
*/
|
2423
|
+
export type PackageSourceType = string;
|
1901
2424
|
/** Known values of {@link ProvisioningState} that the service accepts. */
|
1902
2425
|
export declare enum KnownProvisioningState {
|
1903
2426
|
/** Creating */
|
@@ -1970,6 +2493,136 @@ export declare enum KnownLastModifiedByType {
|
|
1970
2493
|
* **Key**
|
1971
2494
|
*/
|
1972
2495
|
export type LastModifiedByType = string;
|
2496
|
+
/** Known values of {@link ConnectedRegistryMode} that the service accepts. */
|
2497
|
+
export declare enum KnownConnectedRegistryMode {
|
2498
|
+
/** ReadWrite */
|
2499
|
+
ReadWrite = "ReadWrite",
|
2500
|
+
/** ReadOnly */
|
2501
|
+
ReadOnly = "ReadOnly",
|
2502
|
+
/** Registry */
|
2503
|
+
Registry = "Registry",
|
2504
|
+
/** Mirror */
|
2505
|
+
Mirror = "Mirror"
|
2506
|
+
}
|
2507
|
+
/**
|
2508
|
+
* Defines values for ConnectedRegistryMode. \
|
2509
|
+
* {@link KnownConnectedRegistryMode} can be used interchangeably with ConnectedRegistryMode,
|
2510
|
+
* this enum contains the known values that the service supports.
|
2511
|
+
* ### Known values supported by the service
|
2512
|
+
* **ReadWrite** \
|
2513
|
+
* **ReadOnly** \
|
2514
|
+
* **Registry** \
|
2515
|
+
* **Mirror**
|
2516
|
+
*/
|
2517
|
+
export type ConnectedRegistryMode = string;
|
2518
|
+
/** Known values of {@link ConnectionState} that the service accepts. */
|
2519
|
+
export declare enum KnownConnectionState {
|
2520
|
+
/** Online */
|
2521
|
+
Online = "Online",
|
2522
|
+
/** Offline */
|
2523
|
+
Offline = "Offline",
|
2524
|
+
/** Syncing */
|
2525
|
+
Syncing = "Syncing",
|
2526
|
+
/** Unhealthy */
|
2527
|
+
Unhealthy = "Unhealthy"
|
2528
|
+
}
|
2529
|
+
/**
|
2530
|
+
* Defines values for ConnectionState. \
|
2531
|
+
* {@link KnownConnectionState} can be used interchangeably with ConnectionState,
|
2532
|
+
* this enum contains the known values that the service supports.
|
2533
|
+
* ### Known values supported by the service
|
2534
|
+
* **Online** \
|
2535
|
+
* **Offline** \
|
2536
|
+
* **Syncing** \
|
2537
|
+
* **Unhealthy**
|
2538
|
+
*/
|
2539
|
+
export type ConnectionState = string;
|
2540
|
+
/** Known values of {@link ActivationStatus} that the service accepts. */
|
2541
|
+
export declare enum KnownActivationStatus {
|
2542
|
+
/** Active */
|
2543
|
+
Active = "Active",
|
2544
|
+
/** Inactive */
|
2545
|
+
Inactive = "Inactive"
|
2546
|
+
}
|
2547
|
+
/**
|
2548
|
+
* Defines values for ActivationStatus. \
|
2549
|
+
* {@link KnownActivationStatus} can be used interchangeably with ActivationStatus,
|
2550
|
+
* this enum contains the known values that the service supports.
|
2551
|
+
* ### Known values supported by the service
|
2552
|
+
* **Active** \
|
2553
|
+
* **Inactive**
|
2554
|
+
*/
|
2555
|
+
export type ActivationStatus = string;
|
2556
|
+
/** Known values of {@link TlsStatus} that the service accepts. */
|
2557
|
+
export declare enum KnownTlsStatus {
|
2558
|
+
/** Enabled */
|
2559
|
+
Enabled = "Enabled",
|
2560
|
+
/** Disabled */
|
2561
|
+
Disabled = "Disabled"
|
2562
|
+
}
|
2563
|
+
/**
|
2564
|
+
* Defines values for TlsStatus. \
|
2565
|
+
* {@link KnownTlsStatus} can be used interchangeably with TlsStatus,
|
2566
|
+
* this enum contains the known values that the service supports.
|
2567
|
+
* ### Known values supported by the service
|
2568
|
+
* **Enabled** \
|
2569
|
+
* **Disabled**
|
2570
|
+
*/
|
2571
|
+
export type TlsStatus = string;
|
2572
|
+
/** Known values of {@link CertificateType} that the service accepts. */
|
2573
|
+
export declare enum KnownCertificateType {
|
2574
|
+
/** LocalDirectory */
|
2575
|
+
LocalDirectory = "LocalDirectory"
|
2576
|
+
}
|
2577
|
+
/**
|
2578
|
+
* Defines values for CertificateType. \
|
2579
|
+
* {@link KnownCertificateType} can be used interchangeably with CertificateType,
|
2580
|
+
* this enum contains the known values that the service supports.
|
2581
|
+
* ### Known values supported by the service
|
2582
|
+
* **LocalDirectory**
|
2583
|
+
*/
|
2584
|
+
export type CertificateType = string;
|
2585
|
+
/** Known values of {@link LogLevel} that the service accepts. */
|
2586
|
+
export declare enum KnownLogLevel {
|
2587
|
+
/** Debug */
|
2588
|
+
Debug = "Debug",
|
2589
|
+
/** Information */
|
2590
|
+
Information = "Information",
|
2591
|
+
/** Warning */
|
2592
|
+
Warning = "Warning",
|
2593
|
+
/** Error */
|
2594
|
+
Error = "Error",
|
2595
|
+
/** None */
|
2596
|
+
None = "None"
|
2597
|
+
}
|
2598
|
+
/**
|
2599
|
+
* Defines values for LogLevel. \
|
2600
|
+
* {@link KnownLogLevel} can be used interchangeably with LogLevel,
|
2601
|
+
* this enum contains the known values that the service supports.
|
2602
|
+
* ### Known values supported by the service
|
2603
|
+
* **Debug** \
|
2604
|
+
* **Information** \
|
2605
|
+
* **Warning** \
|
2606
|
+
* **Error** \
|
2607
|
+
* **None**
|
2608
|
+
*/
|
2609
|
+
export type LogLevel = string;
|
2610
|
+
/** Known values of {@link AuditLogStatus} that the service accepts. */
|
2611
|
+
export declare enum KnownAuditLogStatus {
|
2612
|
+
/** Enabled */
|
2613
|
+
Enabled = "Enabled",
|
2614
|
+
/** Disabled */
|
2615
|
+
Disabled = "Disabled"
|
2616
|
+
}
|
2617
|
+
/**
|
2618
|
+
* Defines values for AuditLogStatus. \
|
2619
|
+
* {@link KnownAuditLogStatus} can be used interchangeably with AuditLogStatus,
|
2620
|
+
* this enum contains the known values that the service supports.
|
2621
|
+
* ### Known values supported by the service
|
2622
|
+
* **Enabled** \
|
2623
|
+
* **Disabled**
|
2624
|
+
*/
|
2625
|
+
export type AuditLogStatus = string;
|
1973
2626
|
/** Known values of {@link CredentialName} that the service accepts. */
|
1974
2627
|
export declare enum KnownCredentialName {
|
1975
2628
|
/** Credential1 */
|
@@ -1999,6 +2652,28 @@ export declare enum KnownCredentialHealthStatus {
|
|
1999
2652
|
* **Unhealthy**
|
2000
2653
|
*/
|
2001
2654
|
export type CredentialHealthStatus = string;
|
2655
|
+
/** Known values of {@link PipelineOptions} that the service accepts. */
|
2656
|
+
export declare enum KnownPipelineOptions {
|
2657
|
+
/** OverwriteTags */
|
2658
|
+
OverwriteTags = "OverwriteTags",
|
2659
|
+
/** OverwriteBlobs */
|
2660
|
+
OverwriteBlobs = "OverwriteBlobs",
|
2661
|
+
/** DeleteSourceBlobOnSuccess */
|
2662
|
+
DeleteSourceBlobOnSuccess = "DeleteSourceBlobOnSuccess",
|
2663
|
+
/** ContinueOnErrors */
|
2664
|
+
ContinueOnErrors = "ContinueOnErrors"
|
2665
|
+
}
|
2666
|
+
/**
|
2667
|
+
* Defines values for PipelineOptions. \
|
2668
|
+
* {@link KnownPipelineOptions} can be used interchangeably with PipelineOptions,
|
2669
|
+
* this enum contains the known values that the service supports.
|
2670
|
+
* ### Known values supported by the service
|
2671
|
+
* **OverwriteTags** \
|
2672
|
+
* **OverwriteBlobs** \
|
2673
|
+
* **DeleteSourceBlobOnSuccess** \
|
2674
|
+
* **ContinueOnErrors**
|
2675
|
+
*/
|
2676
|
+
export type PipelineOptions = string;
|
2002
2677
|
/** Known values of {@link ImportMode} that the service accepts. */
|
2003
2678
|
export declare enum KnownImportMode {
|
2004
2679
|
/** NoForce */
|
@@ -2015,6 +2690,61 @@ export declare enum KnownImportMode {
|
|
2015
2690
|
* **Force**
|
2016
2691
|
*/
|
2017
2692
|
export type ImportMode = string;
|
2693
|
+
/** Known values of {@link PipelineSourceType} that the service accepts. */
|
2694
|
+
export declare enum KnownPipelineSourceType {
|
2695
|
+
/** AzureStorageBlobContainer */
|
2696
|
+
AzureStorageBlobContainer = "AzureStorageBlobContainer"
|
2697
|
+
}
|
2698
|
+
/**
|
2699
|
+
* Defines values for PipelineSourceType. \
|
2700
|
+
* {@link KnownPipelineSourceType} can be used interchangeably with PipelineSourceType,
|
2701
|
+
* this enum contains the known values that the service supports.
|
2702
|
+
* ### Known values supported by the service
|
2703
|
+
* **AzureStorageBlobContainer**
|
2704
|
+
*/
|
2705
|
+
export type PipelineSourceType = string;
|
2706
|
+
/** Known values of {@link TriggerStatus} that the service accepts. */
|
2707
|
+
export declare enum KnownTriggerStatus {
|
2708
|
+
/** Disabled */
|
2709
|
+
Disabled = "Disabled",
|
2710
|
+
/** Enabled */
|
2711
|
+
Enabled = "Enabled"
|
2712
|
+
}
|
2713
|
+
/**
|
2714
|
+
* Defines values for TriggerStatus. \
|
2715
|
+
* {@link KnownTriggerStatus} can be used interchangeably with TriggerStatus,
|
2716
|
+
* this enum contains the known values that the service supports.
|
2717
|
+
* ### Known values supported by the service
|
2718
|
+
* **Disabled** \
|
2719
|
+
* **Enabled**
|
2720
|
+
*/
|
2721
|
+
export type TriggerStatus = string;
|
2722
|
+
/** Known values of {@link PipelineRunSourceType} that the service accepts. */
|
2723
|
+
export declare enum KnownPipelineRunSourceType {
|
2724
|
+
/** AzureStorageBlob */
|
2725
|
+
AzureStorageBlob = "AzureStorageBlob"
|
2726
|
+
}
|
2727
|
+
/**
|
2728
|
+
* Defines values for PipelineRunSourceType. \
|
2729
|
+
* {@link KnownPipelineRunSourceType} can be used interchangeably with PipelineRunSourceType,
|
2730
|
+
* this enum contains the known values that the service supports.
|
2731
|
+
* ### Known values supported by the service
|
2732
|
+
* **AzureStorageBlob**
|
2733
|
+
*/
|
2734
|
+
export type PipelineRunSourceType = string;
|
2735
|
+
/** Known values of {@link PipelineRunTargetType} that the service accepts. */
|
2736
|
+
export declare enum KnownPipelineRunTargetType {
|
2737
|
+
/** AzureStorageBlob */
|
2738
|
+
AzureStorageBlob = "AzureStorageBlob"
|
2739
|
+
}
|
2740
|
+
/**
|
2741
|
+
* Defines values for PipelineRunTargetType. \
|
2742
|
+
* {@link KnownPipelineRunTargetType} can be used interchangeably with PipelineRunTargetType,
|
2743
|
+
* this enum contains the known values that the service supports.
|
2744
|
+
* ### Known values supported by the service
|
2745
|
+
* **AzureStorageBlob**
|
2746
|
+
*/
|
2747
|
+
export type PipelineRunTargetType = string;
|
2018
2748
|
/** Known values of {@link ConnectionStatus} that the service accepts. */
|
2019
2749
|
export declare enum KnownConnectionStatus {
|
2020
2750
|
/** Approved */
|
@@ -2171,6 +2901,22 @@ export declare enum KnownExportPolicyStatus {
|
|
2171
2901
|
* **disabled**
|
2172
2902
|
*/
|
2173
2903
|
export type ExportPolicyStatus = string;
|
2904
|
+
/** Known values of {@link AzureADAuthenticationAsArmPolicyStatus} that the service accepts. */
|
2905
|
+
export declare enum KnownAzureADAuthenticationAsArmPolicyStatus {
|
2906
|
+
/** Enabled */
|
2907
|
+
Enabled = "enabled",
|
2908
|
+
/** Disabled */
|
2909
|
+
Disabled = "disabled"
|
2910
|
+
}
|
2911
|
+
/**
|
2912
|
+
* Defines values for AzureADAuthenticationAsArmPolicyStatus. \
|
2913
|
+
* {@link KnownAzureADAuthenticationAsArmPolicyStatus} can be used interchangeably with AzureADAuthenticationAsArmPolicyStatus,
|
2914
|
+
* this enum contains the known values that the service supports.
|
2915
|
+
* ### Known values supported by the service
|
2916
|
+
* **enabled** \
|
2917
|
+
* **disabled**
|
2918
|
+
*/
|
2919
|
+
export type AzureADAuthenticationAsArmPolicyStatus = string;
|
2174
2920
|
/** Known values of {@link EncryptionStatus} that the service accepts. */
|
2175
2921
|
export declare enum KnownEncryptionStatus {
|
2176
2922
|
/** Enabled */
|
@@ -2507,22 +3253,6 @@ export declare enum KnownBaseImageDependencyType {
|
|
2507
3253
|
* **RunTime**
|
2508
3254
|
*/
|
2509
3255
|
export type BaseImageDependencyType = string;
|
2510
|
-
/** Known values of {@link TriggerStatus} that the service accepts. */
|
2511
|
-
export declare enum KnownTriggerStatus {
|
2512
|
-
/** Disabled */
|
2513
|
-
Disabled = "Disabled",
|
2514
|
-
/** Enabled */
|
2515
|
-
Enabled = "Enabled"
|
2516
|
-
}
|
2517
|
-
/**
|
2518
|
-
* Defines values for TriggerStatus. \
|
2519
|
-
* {@link KnownTriggerStatus} can be used interchangeably with TriggerStatus,
|
2520
|
-
* this enum contains the known values that the service supports.
|
2521
|
-
* ### Known values supported by the service
|
2522
|
-
* **Disabled** \
|
2523
|
-
* **Enabled**
|
2524
|
-
*/
|
2525
|
-
export type TriggerStatus = string;
|
2526
3256
|
/** Known values of {@link SourceControlType} that the service accepts. */
|
2527
3257
|
export declare enum KnownSourceControlType {
|
2528
3258
|
/** Github */
|
@@ -2640,6 +3370,77 @@ export type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "SystemAs
|
|
2640
3370
|
/** Defines values for PasswordName. */
|
2641
3371
|
export type PasswordName = "password" | "password2";
|
2642
3372
|
/** Optional parameters. */
|
3373
|
+
export interface ArchivesListOptionalParams extends coreClient.OperationOptions {
|
3374
|
+
}
|
3375
|
+
/** Contains response data for the list operation. */
|
3376
|
+
export type ArchivesListResponse = ArchiveListResult;
|
3377
|
+
/** Optional parameters. */
|
3378
|
+
export interface ArchivesGetOptionalParams extends coreClient.OperationOptions {
|
3379
|
+
}
|
3380
|
+
/** Contains response data for the get operation. */
|
3381
|
+
export type ArchivesGetResponse = Archive;
|
3382
|
+
/** Optional parameters. */
|
3383
|
+
export interface ArchivesCreateOptionalParams extends coreClient.OperationOptions {
|
3384
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3385
|
+
updateIntervalInMs?: number;
|
3386
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3387
|
+
resumeFrom?: string;
|
3388
|
+
}
|
3389
|
+
/** Contains response data for the create operation. */
|
3390
|
+
export type ArchivesCreateResponse = Archive;
|
3391
|
+
/** Optional parameters. */
|
3392
|
+
export interface ArchivesDeleteOptionalParams extends coreClient.OperationOptions {
|
3393
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3394
|
+
updateIntervalInMs?: number;
|
3395
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3396
|
+
resumeFrom?: string;
|
3397
|
+
}
|
3398
|
+
/** Contains response data for the delete operation. */
|
3399
|
+
export type ArchivesDeleteResponse = ArchivesDeleteHeaders;
|
3400
|
+
/** Optional parameters. */
|
3401
|
+
export interface ArchivesUpdateOptionalParams extends coreClient.OperationOptions {
|
3402
|
+
}
|
3403
|
+
/** Contains response data for the update operation. */
|
3404
|
+
export type ArchivesUpdateResponse = Archive;
|
3405
|
+
/** Optional parameters. */
|
3406
|
+
export interface ArchivesListNextOptionalParams extends coreClient.OperationOptions {
|
3407
|
+
}
|
3408
|
+
/** Contains response data for the listNext operation. */
|
3409
|
+
export type ArchivesListNextResponse = ArchiveListResult;
|
3410
|
+
/** Optional parameters. */
|
3411
|
+
export interface ArchiveVersionsListOptionalParams extends coreClient.OperationOptions {
|
3412
|
+
}
|
3413
|
+
/** Contains response data for the list operation. */
|
3414
|
+
export type ArchiveVersionsListResponse = ArchiveVersionListResult;
|
3415
|
+
/** Optional parameters. */
|
3416
|
+
export interface ArchiveVersionsGetOptionalParams extends coreClient.OperationOptions {
|
3417
|
+
}
|
3418
|
+
/** Contains response data for the get operation. */
|
3419
|
+
export type ArchiveVersionsGetResponse = ArchiveVersion;
|
3420
|
+
/** Optional parameters. */
|
3421
|
+
export interface ArchiveVersionsCreateOptionalParams extends coreClient.OperationOptions {
|
3422
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3423
|
+
updateIntervalInMs?: number;
|
3424
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3425
|
+
resumeFrom?: string;
|
3426
|
+
}
|
3427
|
+
/** Contains response data for the create operation. */
|
3428
|
+
export type ArchiveVersionsCreateResponse = ArchiveVersion;
|
3429
|
+
/** Optional parameters. */
|
3430
|
+
export interface ArchiveVersionsDeleteOptionalParams extends coreClient.OperationOptions {
|
3431
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3432
|
+
updateIntervalInMs?: number;
|
3433
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3434
|
+
resumeFrom?: string;
|
3435
|
+
}
|
3436
|
+
/** Contains response data for the delete operation. */
|
3437
|
+
export type ArchiveVersionsDeleteResponse = ArchiveVersionsDeleteHeaders;
|
3438
|
+
/** Optional parameters. */
|
3439
|
+
export interface ArchiveVersionsListNextOptionalParams extends coreClient.OperationOptions {
|
3440
|
+
}
|
3441
|
+
/** Contains response data for the listNext operation. */
|
3442
|
+
export type ArchiveVersionsListNextResponse = ArchiveVersionListResult;
|
3443
|
+
/** Optional parameters. */
|
2643
3444
|
export interface CacheRulesListOptionalParams extends coreClient.OperationOptions {
|
2644
3445
|
}
|
2645
3446
|
/** Contains response data for the list operation. */
|
@@ -2682,6 +3483,55 @@ export interface CacheRulesListNextOptionalParams extends coreClient.OperationOp
|
|
2682
3483
|
/** Contains response data for the listNext operation. */
|
2683
3484
|
export type CacheRulesListNextResponse = CacheRulesListResult;
|
2684
3485
|
/** Optional parameters. */
|
3486
|
+
export interface ConnectedRegistriesListOptionalParams extends coreClient.OperationOptions {
|
3487
|
+
/** 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. */
|
3488
|
+
filter?: string;
|
3489
|
+
}
|
3490
|
+
/** Contains response data for the list operation. */
|
3491
|
+
export type ConnectedRegistriesListResponse = ConnectedRegistryListResult;
|
3492
|
+
/** Optional parameters. */
|
3493
|
+
export interface ConnectedRegistriesGetOptionalParams extends coreClient.OperationOptions {
|
3494
|
+
}
|
3495
|
+
/** Contains response data for the get operation. */
|
3496
|
+
export type ConnectedRegistriesGetResponse = ConnectedRegistry;
|
3497
|
+
/** Optional parameters. */
|
3498
|
+
export interface ConnectedRegistriesCreateOptionalParams extends coreClient.OperationOptions {
|
3499
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3500
|
+
updateIntervalInMs?: number;
|
3501
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3502
|
+
resumeFrom?: string;
|
3503
|
+
}
|
3504
|
+
/** Contains response data for the create operation. */
|
3505
|
+
export type ConnectedRegistriesCreateResponse = ConnectedRegistry;
|
3506
|
+
/** Optional parameters. */
|
3507
|
+
export interface ConnectedRegistriesDeleteOptionalParams extends coreClient.OperationOptions {
|
3508
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3509
|
+
updateIntervalInMs?: number;
|
3510
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3511
|
+
resumeFrom?: string;
|
3512
|
+
}
|
3513
|
+
/** Optional parameters. */
|
3514
|
+
export interface ConnectedRegistriesUpdateOptionalParams extends coreClient.OperationOptions {
|
3515
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3516
|
+
updateIntervalInMs?: number;
|
3517
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3518
|
+
resumeFrom?: string;
|
3519
|
+
}
|
3520
|
+
/** Contains response data for the update operation. */
|
3521
|
+
export type ConnectedRegistriesUpdateResponse = ConnectedRegistry;
|
3522
|
+
/** Optional parameters. */
|
3523
|
+
export interface ConnectedRegistriesDeactivateOptionalParams extends coreClient.OperationOptions {
|
3524
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3525
|
+
updateIntervalInMs?: number;
|
3526
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3527
|
+
resumeFrom?: string;
|
3528
|
+
}
|
3529
|
+
/** Optional parameters. */
|
3530
|
+
export interface ConnectedRegistriesListNextOptionalParams extends coreClient.OperationOptions {
|
3531
|
+
}
|
3532
|
+
/** Contains response data for the listNext operation. */
|
3533
|
+
export type ConnectedRegistriesListNextResponse = ConnectedRegistryListResult;
|
3534
|
+
/** Optional parameters. */
|
2685
3535
|
export interface CredentialSetsListOptionalParams extends coreClient.OperationOptions {
|
2686
3536
|
}
|
2687
3537
|
/** Contains response data for the list operation. */
|
@@ -2724,6 +3574,37 @@ export interface CredentialSetsListNextOptionalParams extends coreClient.Operati
|
|
2724
3574
|
/** Contains response data for the listNext operation. */
|
2725
3575
|
export type CredentialSetsListNextResponse = CredentialSetListResult;
|
2726
3576
|
/** Optional parameters. */
|
3577
|
+
export interface ExportPipelinesListOptionalParams extends coreClient.OperationOptions {
|
3578
|
+
}
|
3579
|
+
/** Contains response data for the list operation. */
|
3580
|
+
export type ExportPipelinesListResponse = ExportPipelineListResult;
|
3581
|
+
/** Optional parameters. */
|
3582
|
+
export interface ExportPipelinesGetOptionalParams extends coreClient.OperationOptions {
|
3583
|
+
}
|
3584
|
+
/** Contains response data for the get operation. */
|
3585
|
+
export type ExportPipelinesGetResponse = ExportPipeline;
|
3586
|
+
/** Optional parameters. */
|
3587
|
+
export interface ExportPipelinesCreateOptionalParams extends coreClient.OperationOptions {
|
3588
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3589
|
+
updateIntervalInMs?: number;
|
3590
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3591
|
+
resumeFrom?: string;
|
3592
|
+
}
|
3593
|
+
/** Contains response data for the create operation. */
|
3594
|
+
export type ExportPipelinesCreateResponse = ExportPipeline;
|
3595
|
+
/** Optional parameters. */
|
3596
|
+
export interface ExportPipelinesDeleteOptionalParams extends coreClient.OperationOptions {
|
3597
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3598
|
+
updateIntervalInMs?: number;
|
3599
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3600
|
+
resumeFrom?: string;
|
3601
|
+
}
|
3602
|
+
/** Optional parameters. */
|
3603
|
+
export interface ExportPipelinesListNextOptionalParams extends coreClient.OperationOptions {
|
3604
|
+
}
|
3605
|
+
/** Contains response data for the listNext operation. */
|
3606
|
+
export type ExportPipelinesListNextResponse = ExportPipelineListResult;
|
3607
|
+
/** Optional parameters. */
|
2727
3608
|
export interface RegistriesImportImageOptionalParams extends coreClient.OperationOptions {
|
2728
3609
|
/** Delay to wait until next poll, in milliseconds. */
|
2729
3610
|
updateIntervalInMs?: number;
|
@@ -2839,6 +3720,37 @@ export interface RegistriesListPrivateLinkResourcesNextOptionalParams extends co
|
|
2839
3720
|
/** Contains response data for the listPrivateLinkResourcesNext operation. */
|
2840
3721
|
export type RegistriesListPrivateLinkResourcesNextResponse = PrivateLinkResourceListResult;
|
2841
3722
|
/** Optional parameters. */
|
3723
|
+
export interface ImportPipelinesListOptionalParams extends coreClient.OperationOptions {
|
3724
|
+
}
|
3725
|
+
/** Contains response data for the list operation. */
|
3726
|
+
export type ImportPipelinesListResponse = ImportPipelineListResult;
|
3727
|
+
/** Optional parameters. */
|
3728
|
+
export interface ImportPipelinesGetOptionalParams extends coreClient.OperationOptions {
|
3729
|
+
}
|
3730
|
+
/** Contains response data for the get operation. */
|
3731
|
+
export type ImportPipelinesGetResponse = ImportPipeline;
|
3732
|
+
/** Optional parameters. */
|
3733
|
+
export interface ImportPipelinesCreateOptionalParams extends coreClient.OperationOptions {
|
3734
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3735
|
+
updateIntervalInMs?: number;
|
3736
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3737
|
+
resumeFrom?: string;
|
3738
|
+
}
|
3739
|
+
/** Contains response data for the create operation. */
|
3740
|
+
export type ImportPipelinesCreateResponse = ImportPipeline;
|
3741
|
+
/** Optional parameters. */
|
3742
|
+
export interface ImportPipelinesDeleteOptionalParams extends coreClient.OperationOptions {
|
3743
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3744
|
+
updateIntervalInMs?: number;
|
3745
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3746
|
+
resumeFrom?: string;
|
3747
|
+
}
|
3748
|
+
/** Optional parameters. */
|
3749
|
+
export interface ImportPipelinesListNextOptionalParams extends coreClient.OperationOptions {
|
3750
|
+
}
|
3751
|
+
/** Contains response data for the listNext operation. */
|
3752
|
+
export type ImportPipelinesListNextResponse = ImportPipelineListResult;
|
3753
|
+
/** Optional parameters. */
|
2842
3754
|
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
2843
3755
|
}
|
2844
3756
|
/** Contains response data for the list operation. */
|
@@ -2849,6 +3761,37 @@ export interface OperationsListNextOptionalParams extends coreClient.OperationOp
|
|
2849
3761
|
/** Contains response data for the listNext operation. */
|
2850
3762
|
export type OperationsListNextResponse = OperationListResult;
|
2851
3763
|
/** Optional parameters. */
|
3764
|
+
export interface PipelineRunsListOptionalParams extends coreClient.OperationOptions {
|
3765
|
+
}
|
3766
|
+
/** Contains response data for the list operation. */
|
3767
|
+
export type PipelineRunsListResponse = PipelineRunListResult;
|
3768
|
+
/** Optional parameters. */
|
3769
|
+
export interface PipelineRunsGetOptionalParams extends coreClient.OperationOptions {
|
3770
|
+
}
|
3771
|
+
/** Contains response data for the get operation. */
|
3772
|
+
export type PipelineRunsGetResponse = PipelineRun;
|
3773
|
+
/** Optional parameters. */
|
3774
|
+
export interface PipelineRunsCreateOptionalParams extends coreClient.OperationOptions {
|
3775
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3776
|
+
updateIntervalInMs?: number;
|
3777
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3778
|
+
resumeFrom?: string;
|
3779
|
+
}
|
3780
|
+
/** Contains response data for the create operation. */
|
3781
|
+
export type PipelineRunsCreateResponse = PipelineRun;
|
3782
|
+
/** Optional parameters. */
|
3783
|
+
export interface PipelineRunsDeleteOptionalParams extends coreClient.OperationOptions {
|
3784
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3785
|
+
updateIntervalInMs?: number;
|
3786
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3787
|
+
resumeFrom?: string;
|
3788
|
+
}
|
3789
|
+
/** Optional parameters. */
|
3790
|
+
export interface PipelineRunsListNextOptionalParams extends coreClient.OperationOptions {
|
3791
|
+
}
|
3792
|
+
/** Contains response data for the listNext operation. */
|
3793
|
+
export type PipelineRunsListNextResponse = PipelineRunListResult;
|
3794
|
+
/** Optional parameters. */
|
2852
3795
|
export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
|
2853
3796
|
}
|
2854
3797
|
/** Contains response data for the list operation. */
|