@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
@@ -23,6 +23,25 @@ export declare type Action = string;
|
|
23
23
|
*/
|
24
24
|
export declare type ActionsRequired = string;
|
25
25
|
|
26
|
+
/** The activation properties of the connected registry. */
|
27
|
+
export declare interface ActivationProperties {
|
28
|
+
/**
|
29
|
+
* The activation status of the connected registry.
|
30
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
31
|
+
*/
|
32
|
+
readonly status?: ActivationStatus;
|
33
|
+
}
|
34
|
+
|
35
|
+
/**
|
36
|
+
* Defines values for ActivationStatus. \
|
37
|
+
* {@link KnownActivationStatus} can be used interchangeably with ActivationStatus,
|
38
|
+
* this enum contains the known values that the service supports.
|
39
|
+
* ### Known values supported by the service
|
40
|
+
* **Active** \
|
41
|
+
* **Inactive**
|
42
|
+
*/
|
43
|
+
export declare type ActivationStatus = string;
|
44
|
+
|
26
45
|
/** The Active Directory Object that will be used for authenticating the token of a container registry. */
|
27
46
|
export declare interface ActiveDirectoryObject {
|
28
47
|
/** The user/group/application object ID for Active Directory Object that will be used for authenticating the token of a container registry. */
|
@@ -237,6 +256,324 @@ export declare interface AgentProperties {
|
|
237
256
|
*/
|
238
257
|
export declare type Architecture = string;
|
239
258
|
|
259
|
+
/** An object that represents a archive for a container registry. */
|
260
|
+
export declare interface Archive extends ProxyResource {
|
261
|
+
/** The package source of the archive. */
|
262
|
+
packageSource?: ArchivePackageSourceProperties;
|
263
|
+
/** The published version of the archive. */
|
264
|
+
publishedVersion?: string;
|
265
|
+
repositoryEndpointPrefix?: string;
|
266
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
267
|
+
readonly repositoryEndpoint?: string;
|
268
|
+
/**
|
269
|
+
* The provisioning state of the archive at the time the operation was called.
|
270
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
271
|
+
*/
|
272
|
+
readonly provisioningState?: ProvisioningState;
|
273
|
+
}
|
274
|
+
|
275
|
+
/** The result of a request to list archives for a container registry. */
|
276
|
+
export declare interface ArchiveListResult {
|
277
|
+
/** The list of archives. Since this list may be incomplete, the nextLink field should be used to request the next list of distributions. */
|
278
|
+
value?: Archive[];
|
279
|
+
/** The URI that can be used to request the next list of archives. */
|
280
|
+
nextLink?: string;
|
281
|
+
}
|
282
|
+
|
283
|
+
/** The properties of the archive package source. */
|
284
|
+
export declare interface ArchivePackageSourceProperties {
|
285
|
+
/** The type of package source for a archive. */
|
286
|
+
type?: PackageSourceType;
|
287
|
+
/** The external repository url. */
|
288
|
+
url?: string;
|
289
|
+
}
|
290
|
+
|
291
|
+
/** The properties of a archive. */
|
292
|
+
export declare interface ArchiveProperties {
|
293
|
+
/** The package source of the archive. */
|
294
|
+
packageSource?: ArchivePackageSourceProperties;
|
295
|
+
/** The published version of the archive. */
|
296
|
+
publishedVersion?: string;
|
297
|
+
repositoryEndpointPrefix?: string;
|
298
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
299
|
+
readonly repositoryEndpoint?: string;
|
300
|
+
/**
|
301
|
+
* The provisioning state of the archive at the time the operation was called.
|
302
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
303
|
+
*/
|
304
|
+
readonly provisioningState?: ProvisioningState;
|
305
|
+
}
|
306
|
+
|
307
|
+
/** Interface representing a Archives. */
|
308
|
+
export declare interface Archives {
|
309
|
+
/**
|
310
|
+
* Lists all archives for the specified container registry and package type.
|
311
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
312
|
+
* @param registryName The name of the container registry.
|
313
|
+
* @param packageType The type of the package resource.
|
314
|
+
* @param options The options parameters.
|
315
|
+
*/
|
316
|
+
list(resourceGroupName: string, registryName: string, packageType: string, options?: ArchivesListOptionalParams): PagedAsyncIterableIterator<Archive>;
|
317
|
+
/**
|
318
|
+
* Gets the properties of the archive.
|
319
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
320
|
+
* @param registryName The name of the container registry.
|
321
|
+
* @param packageType The type of the package resource.
|
322
|
+
* @param archiveName The name of the archive resource.
|
323
|
+
* @param options The options parameters.
|
324
|
+
*/
|
325
|
+
get(resourceGroupName: string, registryName: string, packageType: string, archiveName: string, options?: ArchivesGetOptionalParams): Promise<ArchivesGetResponse>;
|
326
|
+
/**
|
327
|
+
* Creates a archive for a container registry with the specified parameters.
|
328
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
329
|
+
* @param registryName The name of the container registry.
|
330
|
+
* @param packageType The type of the package resource.
|
331
|
+
* @param archiveName The name of the archive resource.
|
332
|
+
* @param archiveCreateParameters The parameters for creating a archive.
|
333
|
+
* @param options The options parameters.
|
334
|
+
*/
|
335
|
+
beginCreate(resourceGroupName: string, registryName: string, packageType: string, archiveName: string, archiveCreateParameters: Archive, options?: ArchivesCreateOptionalParams): Promise<SimplePollerLike<OperationState<ArchivesCreateResponse>, ArchivesCreateResponse>>;
|
336
|
+
/**
|
337
|
+
* Creates a archive for a container registry with the specified parameters.
|
338
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
339
|
+
* @param registryName The name of the container registry.
|
340
|
+
* @param packageType The type of the package resource.
|
341
|
+
* @param archiveName The name of the archive resource.
|
342
|
+
* @param archiveCreateParameters The parameters for creating a archive.
|
343
|
+
* @param options The options parameters.
|
344
|
+
*/
|
345
|
+
beginCreateAndWait(resourceGroupName: string, registryName: string, packageType: string, archiveName: string, archiveCreateParameters: Archive, options?: ArchivesCreateOptionalParams): Promise<ArchivesCreateResponse>;
|
346
|
+
/**
|
347
|
+
* Deletes a archive from a container registry.
|
348
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
349
|
+
* @param registryName The name of the container registry.
|
350
|
+
* @param packageType The type of the package resource.
|
351
|
+
* @param archiveName The name of the archive resource.
|
352
|
+
* @param options The options parameters.
|
353
|
+
*/
|
354
|
+
beginDelete(resourceGroupName: string, registryName: string, packageType: string, archiveName: string, options?: ArchivesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ArchivesDeleteResponse>, ArchivesDeleteResponse>>;
|
355
|
+
/**
|
356
|
+
* Deletes a archive from a container registry.
|
357
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
358
|
+
* @param registryName The name of the container registry.
|
359
|
+
* @param packageType The type of the package resource.
|
360
|
+
* @param archiveName The name of the archive resource.
|
361
|
+
* @param options The options parameters.
|
362
|
+
*/
|
363
|
+
beginDeleteAndWait(resourceGroupName: string, registryName: string, packageType: string, archiveName: string, options?: ArchivesDeleteOptionalParams): Promise<ArchivesDeleteResponse>;
|
364
|
+
/**
|
365
|
+
* Updates a archive for a container registry with the specified parameters.
|
366
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
367
|
+
* @param registryName The name of the container registry.
|
368
|
+
* @param packageType The type of the package resource.
|
369
|
+
* @param archiveName The name of the archive resource.
|
370
|
+
* @param archiveUpdateParameters The parameters for updating a archive.
|
371
|
+
* @param options The options parameters.
|
372
|
+
*/
|
373
|
+
update(resourceGroupName: string, registryName: string, packageType: string, archiveName: string, archiveUpdateParameters: ArchiveUpdateParameters, options?: ArchivesUpdateOptionalParams): Promise<ArchivesUpdateResponse>;
|
374
|
+
}
|
375
|
+
|
376
|
+
/** Defines headers for Archives_create operation. */
|
377
|
+
export declare interface ArchivesCreateHeaders {
|
378
|
+
azureAsyncOperation?: string;
|
379
|
+
}
|
380
|
+
|
381
|
+
/** Optional parameters. */
|
382
|
+
export declare interface ArchivesCreateOptionalParams extends coreClient.OperationOptions {
|
383
|
+
/** Delay to wait until next poll, in milliseconds. */
|
384
|
+
updateIntervalInMs?: number;
|
385
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
386
|
+
resumeFrom?: string;
|
387
|
+
}
|
388
|
+
|
389
|
+
/** Contains response data for the create operation. */
|
390
|
+
export declare type ArchivesCreateResponse = Archive;
|
391
|
+
|
392
|
+
/** Defines headers for Archives_delete operation. */
|
393
|
+
export declare interface ArchivesDeleteHeaders {
|
394
|
+
location?: string;
|
395
|
+
}
|
396
|
+
|
397
|
+
/** Optional parameters. */
|
398
|
+
export declare interface ArchivesDeleteOptionalParams extends coreClient.OperationOptions {
|
399
|
+
/** Delay to wait until next poll, in milliseconds. */
|
400
|
+
updateIntervalInMs?: number;
|
401
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
402
|
+
resumeFrom?: string;
|
403
|
+
}
|
404
|
+
|
405
|
+
/** Contains response data for the delete operation. */
|
406
|
+
export declare type ArchivesDeleteResponse = ArchivesDeleteHeaders;
|
407
|
+
|
408
|
+
/** Optional parameters. */
|
409
|
+
export declare interface ArchivesGetOptionalParams extends coreClient.OperationOptions {
|
410
|
+
}
|
411
|
+
|
412
|
+
/** Contains response data for the get operation. */
|
413
|
+
export declare type ArchivesGetResponse = Archive;
|
414
|
+
|
415
|
+
/** Optional parameters. */
|
416
|
+
export declare interface ArchivesListNextOptionalParams extends coreClient.OperationOptions {
|
417
|
+
}
|
418
|
+
|
419
|
+
/** Contains response data for the listNext operation. */
|
420
|
+
export declare type ArchivesListNextResponse = ArchiveListResult;
|
421
|
+
|
422
|
+
/** Optional parameters. */
|
423
|
+
export declare interface ArchivesListOptionalParams extends coreClient.OperationOptions {
|
424
|
+
}
|
425
|
+
|
426
|
+
/** Contains response data for the list operation. */
|
427
|
+
export declare type ArchivesListResponse = ArchiveListResult;
|
428
|
+
|
429
|
+
/** Optional parameters. */
|
430
|
+
export declare interface ArchivesUpdateOptionalParams extends coreClient.OperationOptions {
|
431
|
+
}
|
432
|
+
|
433
|
+
/** Contains response data for the update operation. */
|
434
|
+
export declare type ArchivesUpdateResponse = Archive;
|
435
|
+
|
436
|
+
/** The parameters for updating a archive. */
|
437
|
+
export declare interface ArchiveUpdateParameters {
|
438
|
+
/** The published version of the archive. */
|
439
|
+
publishedVersion?: string;
|
440
|
+
}
|
441
|
+
|
442
|
+
/** An object that represents an export pipeline for a container registry. */
|
443
|
+
export declare interface ArchiveVersion extends ProxyResource {
|
444
|
+
/**
|
445
|
+
* The provisioning state of the archive at the time the operation was called.
|
446
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
447
|
+
*/
|
448
|
+
readonly provisioningState?: ProvisioningState;
|
449
|
+
/** The detailed error message for the archive version in the case of failure. */
|
450
|
+
archiveVersionErrorMessage?: string;
|
451
|
+
}
|
452
|
+
|
453
|
+
/** The result of a request to list export pipelines for a container registry. */
|
454
|
+
export declare interface ArchiveVersionListResult {
|
455
|
+
/** 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. */
|
456
|
+
value?: ArchiveVersion[];
|
457
|
+
/** The URI that can be used to request the next list of pipeline runs. */
|
458
|
+
nextLink?: string;
|
459
|
+
}
|
460
|
+
|
461
|
+
/** Interface representing a ArchiveVersions. */
|
462
|
+
export declare interface ArchiveVersions {
|
463
|
+
/**
|
464
|
+
* Lists all archive versions for the specified container registry, repository type and archive name.
|
465
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
466
|
+
* @param registryName The name of the container registry.
|
467
|
+
* @param packageType The type of the package resource.
|
468
|
+
* @param archiveName The name of the archive resource.
|
469
|
+
* @param options The options parameters.
|
470
|
+
*/
|
471
|
+
list(resourceGroupName: string, registryName: string, packageType: string, archiveName: string, options?: ArchiveVersionsListOptionalParams): PagedAsyncIterableIterator<ArchiveVersion>;
|
472
|
+
/**
|
473
|
+
* Gets the properties of the archive version.
|
474
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
475
|
+
* @param registryName The name of the container registry.
|
476
|
+
* @param packageType The type of the package resource.
|
477
|
+
* @param archiveName The name of the archive resource.
|
478
|
+
* @param archiveVersionName The name of the archive version resource.
|
479
|
+
* @param options The options parameters.
|
480
|
+
*/
|
481
|
+
get(resourceGroupName: string, registryName: string, packageType: string, archiveName: string, archiveVersionName: string, options?: ArchiveVersionsGetOptionalParams): Promise<ArchiveVersionsGetResponse>;
|
482
|
+
/**
|
483
|
+
* Creates a archive for a container registry with the specified parameters.
|
484
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
485
|
+
* @param registryName The name of the container registry.
|
486
|
+
* @param packageType The type of the package resource.
|
487
|
+
* @param archiveName The name of the archive resource.
|
488
|
+
* @param archiveVersionName The name of the archive version resource.
|
489
|
+
* @param options The options parameters.
|
490
|
+
*/
|
491
|
+
beginCreate(resourceGroupName: string, registryName: string, packageType: string, archiveName: string, archiveVersionName: string, options?: ArchiveVersionsCreateOptionalParams): Promise<SimplePollerLike<OperationState<ArchiveVersionsCreateResponse>, ArchiveVersionsCreateResponse>>;
|
492
|
+
/**
|
493
|
+
* Creates a archive for a container registry with the specified parameters.
|
494
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
495
|
+
* @param registryName The name of the container registry.
|
496
|
+
* @param packageType The type of the package resource.
|
497
|
+
* @param archiveName The name of the archive resource.
|
498
|
+
* @param archiveVersionName The name of the archive version resource.
|
499
|
+
* @param options The options parameters.
|
500
|
+
*/
|
501
|
+
beginCreateAndWait(resourceGroupName: string, registryName: string, packageType: string, archiveName: string, archiveVersionName: string, options?: ArchiveVersionsCreateOptionalParams): Promise<ArchiveVersionsCreateResponse>;
|
502
|
+
/**
|
503
|
+
* Deletes a archive version from a container registry.
|
504
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
505
|
+
* @param registryName The name of the container registry.
|
506
|
+
* @param packageType The type of the package resource.
|
507
|
+
* @param archiveName The name of the archive resource.
|
508
|
+
* @param archiveVersionName The name of the archive version resource.
|
509
|
+
* @param options The options parameters.
|
510
|
+
*/
|
511
|
+
beginDelete(resourceGroupName: string, registryName: string, packageType: string, archiveName: string, archiveVersionName: string, options?: ArchiveVersionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ArchiveVersionsDeleteResponse>, ArchiveVersionsDeleteResponse>>;
|
512
|
+
/**
|
513
|
+
* Deletes a archive version from a container registry.
|
514
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
515
|
+
* @param registryName The name of the container registry.
|
516
|
+
* @param packageType The type of the package resource.
|
517
|
+
* @param archiveName The name of the archive resource.
|
518
|
+
* @param archiveVersionName The name of the archive version resource.
|
519
|
+
* @param options The options parameters.
|
520
|
+
*/
|
521
|
+
beginDeleteAndWait(resourceGroupName: string, registryName: string, packageType: string, archiveName: string, archiveVersionName: string, options?: ArchiveVersionsDeleteOptionalParams): Promise<ArchiveVersionsDeleteResponse>;
|
522
|
+
}
|
523
|
+
|
524
|
+
/** Defines headers for ArchiveVersions_create operation. */
|
525
|
+
export declare interface ArchiveVersionsCreateHeaders {
|
526
|
+
azureAsyncOperation?: string;
|
527
|
+
}
|
528
|
+
|
529
|
+
/** Optional parameters. */
|
530
|
+
export declare interface ArchiveVersionsCreateOptionalParams extends coreClient.OperationOptions {
|
531
|
+
/** Delay to wait until next poll, in milliseconds. */
|
532
|
+
updateIntervalInMs?: number;
|
533
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
534
|
+
resumeFrom?: string;
|
535
|
+
}
|
536
|
+
|
537
|
+
/** Contains response data for the create operation. */
|
538
|
+
export declare type ArchiveVersionsCreateResponse = ArchiveVersion;
|
539
|
+
|
540
|
+
/** Defines headers for ArchiveVersions_delete operation. */
|
541
|
+
export declare interface ArchiveVersionsDeleteHeaders {
|
542
|
+
location?: string;
|
543
|
+
}
|
544
|
+
|
545
|
+
/** Optional parameters. */
|
546
|
+
export declare interface ArchiveVersionsDeleteOptionalParams extends coreClient.OperationOptions {
|
547
|
+
/** Delay to wait until next poll, in milliseconds. */
|
548
|
+
updateIntervalInMs?: number;
|
549
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
550
|
+
resumeFrom?: string;
|
551
|
+
}
|
552
|
+
|
553
|
+
/** Contains response data for the delete operation. */
|
554
|
+
export declare type ArchiveVersionsDeleteResponse = ArchiveVersionsDeleteHeaders;
|
555
|
+
|
556
|
+
/** Optional parameters. */
|
557
|
+
export declare interface ArchiveVersionsGetOptionalParams extends coreClient.OperationOptions {
|
558
|
+
}
|
559
|
+
|
560
|
+
/** Contains response data for the get operation. */
|
561
|
+
export declare type ArchiveVersionsGetResponse = ArchiveVersion;
|
562
|
+
|
563
|
+
/** Optional parameters. */
|
564
|
+
export declare interface ArchiveVersionsListNextOptionalParams extends coreClient.OperationOptions {
|
565
|
+
}
|
566
|
+
|
567
|
+
/** Contains response data for the listNext operation. */
|
568
|
+
export declare type ArchiveVersionsListNextResponse = ArchiveVersionListResult;
|
569
|
+
|
570
|
+
/** Optional parameters. */
|
571
|
+
export declare interface ArchiveVersionsListOptionalParams extends coreClient.OperationOptions {
|
572
|
+
}
|
573
|
+
|
574
|
+
/** Contains response data for the list operation. */
|
575
|
+
export declare type ArchiveVersionsListResponse = ArchiveVersionListResult;
|
576
|
+
|
240
577
|
/** The properties of a run argument. */
|
241
578
|
export declare interface Argument {
|
242
579
|
/** The name of the argument. */
|
@@ -247,6 +584,16 @@ export declare interface Argument {
|
|
247
584
|
isSecret?: boolean;
|
248
585
|
}
|
249
586
|
|
587
|
+
/**
|
588
|
+
* Defines values for AuditLogStatus. \
|
589
|
+
* {@link KnownAuditLogStatus} can be used interchangeably with AuditLogStatus,
|
590
|
+
* this enum contains the known values that the service supports.
|
591
|
+
* ### Known values supported by the service
|
592
|
+
* **Enabled** \
|
593
|
+
* **Disabled**
|
594
|
+
*/
|
595
|
+
export declare type AuditLogStatus = string;
|
596
|
+
|
250
597
|
/** Authentication credential stored for an upstream. */
|
251
598
|
export declare interface AuthCredential {
|
252
599
|
/** The name of the credential. */
|
@@ -290,6 +637,22 @@ export declare interface AuthInfoUpdateParameters {
|
|
290
637
|
expiresIn?: number;
|
291
638
|
}
|
292
639
|
|
640
|
+
/** The policy for using ARM audience token for a container registry. */
|
641
|
+
export declare interface AzureADAuthenticationAsArmPolicy {
|
642
|
+
/** The value that indicates whether the policy is enabled or not. */
|
643
|
+
status?: AzureADAuthenticationAsArmPolicyStatus;
|
644
|
+
}
|
645
|
+
|
646
|
+
/**
|
647
|
+
* Defines values for AzureADAuthenticationAsArmPolicyStatus. \
|
648
|
+
* {@link KnownAzureADAuthenticationAsArmPolicyStatus} can be used interchangeably with AzureADAuthenticationAsArmPolicyStatus,
|
649
|
+
* this enum contains the known values that the service supports.
|
650
|
+
* ### Known values supported by the service
|
651
|
+
* **enabled** \
|
652
|
+
* **disabled**
|
653
|
+
*/
|
654
|
+
export declare type AzureADAuthenticationAsArmPolicyStatus = string;
|
655
|
+
|
293
656
|
/** Properties that describe a base image dependency. */
|
294
657
|
export declare interface BaseImageDependency {
|
295
658
|
/** The type of the base image dependency. */
|
@@ -434,25 +797,214 @@ export declare interface CacheRules {
|
|
434
797
|
* @param cacheRuleUpdateParameters The parameters for updating a cache rule.
|
435
798
|
* @param options The options parameters.
|
436
799
|
*/
|
437
|
-
beginUpdate(resourceGroupName: string, registryName: string, cacheRuleName: string, cacheRuleUpdateParameters: CacheRuleUpdateParameters, options?: CacheRulesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CacheRulesUpdateResponse>, CacheRulesUpdateResponse>>;
|
800
|
+
beginUpdate(resourceGroupName: string, registryName: string, cacheRuleName: string, cacheRuleUpdateParameters: CacheRuleUpdateParameters, options?: CacheRulesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CacheRulesUpdateResponse>, CacheRulesUpdateResponse>>;
|
801
|
+
/**
|
802
|
+
* Updates a cache rule for a container registry with the specified parameters.
|
803
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
804
|
+
* @param registryName The name of the container registry.
|
805
|
+
* @param cacheRuleName The name of the cache rule.
|
806
|
+
* @param cacheRuleUpdateParameters The parameters for updating a cache rule.
|
807
|
+
* @param options The options parameters.
|
808
|
+
*/
|
809
|
+
beginUpdateAndWait(resourceGroupName: string, registryName: string, cacheRuleName: string, cacheRuleUpdateParameters: CacheRuleUpdateParameters, options?: CacheRulesUpdateOptionalParams): Promise<CacheRulesUpdateResponse>;
|
810
|
+
}
|
811
|
+
|
812
|
+
/** Defines headers for CacheRules_create operation. */
|
813
|
+
export declare interface CacheRulesCreateHeaders {
|
814
|
+
azureAsyncOperation?: string;
|
815
|
+
}
|
816
|
+
|
817
|
+
/** Optional parameters. */
|
818
|
+
export declare interface CacheRulesCreateOptionalParams extends coreClient.OperationOptions {
|
819
|
+
/** Delay to wait until next poll, in milliseconds. */
|
820
|
+
updateIntervalInMs?: number;
|
821
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
822
|
+
resumeFrom?: string;
|
823
|
+
}
|
824
|
+
|
825
|
+
/** Contains response data for the create operation. */
|
826
|
+
export declare type CacheRulesCreateResponse = CacheRule;
|
827
|
+
|
828
|
+
/** Defines headers for CacheRules_delete operation. */
|
829
|
+
export declare interface CacheRulesDeleteHeaders {
|
830
|
+
location?: string;
|
831
|
+
}
|
832
|
+
|
833
|
+
/** Optional parameters. */
|
834
|
+
export declare interface CacheRulesDeleteOptionalParams extends coreClient.OperationOptions {
|
835
|
+
/** Delay to wait until next poll, in milliseconds. */
|
836
|
+
updateIntervalInMs?: number;
|
837
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
838
|
+
resumeFrom?: string;
|
839
|
+
}
|
840
|
+
|
841
|
+
/** Contains response data for the delete operation. */
|
842
|
+
export declare type CacheRulesDeleteResponse = CacheRulesDeleteHeaders;
|
843
|
+
|
844
|
+
/** Optional parameters. */
|
845
|
+
export declare interface CacheRulesGetOptionalParams extends coreClient.OperationOptions {
|
846
|
+
}
|
847
|
+
|
848
|
+
/** Contains response data for the get operation. */
|
849
|
+
export declare type CacheRulesGetResponse = CacheRule;
|
850
|
+
|
851
|
+
/** Optional parameters. */
|
852
|
+
export declare interface CacheRulesListNextOptionalParams extends coreClient.OperationOptions {
|
853
|
+
}
|
854
|
+
|
855
|
+
/** Contains response data for the listNext operation. */
|
856
|
+
export declare type CacheRulesListNextResponse = CacheRulesListResult;
|
857
|
+
|
858
|
+
/** Optional parameters. */
|
859
|
+
export declare interface CacheRulesListOptionalParams extends coreClient.OperationOptions {
|
860
|
+
}
|
861
|
+
|
862
|
+
/** Contains response data for the list operation. */
|
863
|
+
export declare type CacheRulesListResponse = CacheRulesListResult;
|
864
|
+
|
865
|
+
/** The result of a request to list cache rules for a container registry. */
|
866
|
+
export declare interface CacheRulesListResult {
|
867
|
+
/** The list of cache rules. */
|
868
|
+
value?: CacheRule[];
|
869
|
+
/** If provided, client must use NextLink URI to request next list of cache rules. */
|
870
|
+
nextLink?: string;
|
871
|
+
}
|
872
|
+
|
873
|
+
/** Defines headers for CacheRules_update operation. */
|
874
|
+
export declare interface CacheRulesUpdateHeaders {
|
875
|
+
azureAsyncOperation?: string;
|
876
|
+
}
|
877
|
+
|
878
|
+
/** Optional parameters. */
|
879
|
+
export declare interface CacheRulesUpdateOptionalParams extends coreClient.OperationOptions {
|
880
|
+
/** Delay to wait until next poll, in milliseconds. */
|
881
|
+
updateIntervalInMs?: number;
|
882
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
883
|
+
resumeFrom?: string;
|
884
|
+
}
|
885
|
+
|
886
|
+
/** Contains response data for the update operation. */
|
887
|
+
export declare type CacheRulesUpdateResponse = CacheRule;
|
888
|
+
|
889
|
+
/** The parameters for updating a cache rule. */
|
890
|
+
export declare interface CacheRuleUpdateParameters {
|
891
|
+
/** The ARM resource ID of the credential store which is associated with the Cache rule. */
|
892
|
+
credentialSetResourceId?: string;
|
893
|
+
}
|
894
|
+
|
895
|
+
/** The configuration of service URI and custom headers for the webhook. */
|
896
|
+
export declare interface CallbackConfig {
|
897
|
+
/** The service URI for the webhook to post notifications. */
|
898
|
+
serviceUri: string;
|
899
|
+
/** Custom headers that will be added to the webhook notifications. */
|
900
|
+
customHeaders?: {
|
901
|
+
[propertyName: string]: string;
|
902
|
+
};
|
903
|
+
}
|
904
|
+
|
905
|
+
/**
|
906
|
+
* Defines values for CertificateType. \
|
907
|
+
* {@link KnownCertificateType} can be used interchangeably with CertificateType,
|
908
|
+
* this enum contains the known values that the service supports.
|
909
|
+
* ### Known values supported by the service
|
910
|
+
* **LocalDirectory**
|
911
|
+
*/
|
912
|
+
export declare type CertificateType = string;
|
913
|
+
|
914
|
+
/** Interface representing a ConnectedRegistries. */
|
915
|
+
export declare interface ConnectedRegistries {
|
916
|
+
/**
|
917
|
+
* Lists all connected registries for the specified container registry.
|
918
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
919
|
+
* @param registryName The name of the container registry.
|
920
|
+
* @param options The options parameters.
|
921
|
+
*/
|
922
|
+
list(resourceGroupName: string, registryName: string, options?: ConnectedRegistriesListOptionalParams): PagedAsyncIterableIterator<ConnectedRegistry>;
|
923
|
+
/**
|
924
|
+
* Gets the properties of the connected registry.
|
925
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
926
|
+
* @param registryName The name of the container registry.
|
927
|
+
* @param connectedRegistryName The name of the connected registry.
|
928
|
+
* @param options The options parameters.
|
929
|
+
*/
|
930
|
+
get(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesGetOptionalParams): Promise<ConnectedRegistriesGetResponse>;
|
931
|
+
/**
|
932
|
+
* Creates a connected registry for a container registry with the specified parameters.
|
933
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
934
|
+
* @param registryName The name of the container registry.
|
935
|
+
* @param connectedRegistryName The name of the connected registry.
|
936
|
+
* @param connectedRegistryCreateParameters The parameters for creating a connectedRegistry.
|
937
|
+
* @param options The options parameters.
|
938
|
+
*/
|
939
|
+
beginCreate(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryCreateParameters: ConnectedRegistry, options?: ConnectedRegistriesCreateOptionalParams): Promise<SimplePollerLike<OperationState<ConnectedRegistriesCreateResponse>, ConnectedRegistriesCreateResponse>>;
|
940
|
+
/**
|
941
|
+
* Creates a connected registry for a container registry with the specified parameters.
|
942
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
943
|
+
* @param registryName The name of the container registry.
|
944
|
+
* @param connectedRegistryName The name of the connected registry.
|
945
|
+
* @param connectedRegistryCreateParameters The parameters for creating a connectedRegistry.
|
946
|
+
* @param options The options parameters.
|
947
|
+
*/
|
948
|
+
beginCreateAndWait(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryCreateParameters: ConnectedRegistry, options?: ConnectedRegistriesCreateOptionalParams): Promise<ConnectedRegistriesCreateResponse>;
|
949
|
+
/**
|
950
|
+
* Deletes a connected registry from a container registry.
|
951
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
952
|
+
* @param registryName The name of the container registry.
|
953
|
+
* @param connectedRegistryName The name of the connected registry.
|
954
|
+
* @param options The options parameters.
|
955
|
+
*/
|
956
|
+
beginDelete(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
957
|
+
/**
|
958
|
+
* Deletes a connected registry from a container registry.
|
959
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
960
|
+
* @param registryName The name of the container registry.
|
961
|
+
* @param connectedRegistryName The name of the connected registry.
|
962
|
+
* @param options The options parameters.
|
963
|
+
*/
|
964
|
+
beginDeleteAndWait(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeleteOptionalParams): Promise<void>;
|
965
|
+
/**
|
966
|
+
* Updates a connected registry with the specified parameters.
|
967
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
968
|
+
* @param registryName The name of the container registry.
|
969
|
+
* @param connectedRegistryName The name of the connected registry.
|
970
|
+
* @param connectedRegistryUpdateParameters The parameters for updating a connectedRegistry.
|
971
|
+
* @param options The options parameters.
|
972
|
+
*/
|
973
|
+
beginUpdate(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryUpdateParameters: ConnectedRegistryUpdateParameters, options?: ConnectedRegistriesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConnectedRegistriesUpdateResponse>, ConnectedRegistriesUpdateResponse>>;
|
974
|
+
/**
|
975
|
+
* Updates a connected registry with the specified parameters.
|
976
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
977
|
+
* @param registryName The name of the container registry.
|
978
|
+
* @param connectedRegistryName The name of the connected registry.
|
979
|
+
* @param connectedRegistryUpdateParameters The parameters for updating a connectedRegistry.
|
980
|
+
* @param options The options parameters.
|
981
|
+
*/
|
982
|
+
beginUpdateAndWait(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryUpdateParameters: ConnectedRegistryUpdateParameters, options?: ConnectedRegistriesUpdateOptionalParams): Promise<ConnectedRegistriesUpdateResponse>;
|
983
|
+
/**
|
984
|
+
* Deactivates the connected registry instance.
|
985
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
986
|
+
* @param registryName The name of the container registry.
|
987
|
+
* @param connectedRegistryName The name of the connected registry.
|
988
|
+
* @param options The options parameters.
|
989
|
+
*/
|
990
|
+
beginDeactivate(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeactivateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
438
991
|
/**
|
439
|
-
*
|
992
|
+
* Deactivates the connected registry instance.
|
440
993
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
441
994
|
* @param registryName The name of the container registry.
|
442
|
-
* @param
|
443
|
-
* @param cacheRuleUpdateParameters The parameters for updating a cache rule.
|
995
|
+
* @param connectedRegistryName The name of the connected registry.
|
444
996
|
* @param options The options parameters.
|
445
997
|
*/
|
446
|
-
|
998
|
+
beginDeactivateAndWait(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeactivateOptionalParams): Promise<void>;
|
447
999
|
}
|
448
1000
|
|
449
|
-
/** Defines headers for
|
450
|
-
export declare interface
|
1001
|
+
/** Defines headers for ConnectedRegistries_create operation. */
|
1002
|
+
export declare interface ConnectedRegistriesCreateHeaders {
|
451
1003
|
azureAsyncOperation?: string;
|
452
1004
|
}
|
453
1005
|
|
454
1006
|
/** Optional parameters. */
|
455
|
-
export declare interface
|
1007
|
+
export declare interface ConnectedRegistriesCreateOptionalParams extends coreClient.OperationOptions {
|
456
1008
|
/** Delay to wait until next poll, in milliseconds. */
|
457
1009
|
updateIntervalInMs?: number;
|
458
1010
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
@@ -460,60 +1012,64 @@ export declare interface CacheRulesCreateOptionalParams extends coreClient.Opera
|
|
460
1012
|
}
|
461
1013
|
|
462
1014
|
/** Contains response data for the create operation. */
|
463
|
-
export declare type
|
1015
|
+
export declare type ConnectedRegistriesCreateResponse = ConnectedRegistry;
|
464
1016
|
|
465
|
-
/** Defines headers for
|
466
|
-
export declare interface
|
1017
|
+
/** Defines headers for ConnectedRegistries_deactivate operation. */
|
1018
|
+
export declare interface ConnectedRegistriesDeactivateHeaders {
|
467
1019
|
location?: string;
|
468
1020
|
}
|
469
1021
|
|
470
1022
|
/** Optional parameters. */
|
471
|
-
export declare interface
|
1023
|
+
export declare interface ConnectedRegistriesDeactivateOptionalParams extends coreClient.OperationOptions {
|
472
1024
|
/** Delay to wait until next poll, in milliseconds. */
|
473
1025
|
updateIntervalInMs?: number;
|
474
1026
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
475
1027
|
resumeFrom?: string;
|
476
1028
|
}
|
477
1029
|
|
478
|
-
/**
|
479
|
-
export declare
|
1030
|
+
/** Defines headers for ConnectedRegistries_delete operation. */
|
1031
|
+
export declare interface ConnectedRegistriesDeleteHeaders {
|
1032
|
+
location?: string;
|
1033
|
+
}
|
480
1034
|
|
481
1035
|
/** Optional parameters. */
|
482
|
-
export declare interface
|
1036
|
+
export declare interface ConnectedRegistriesDeleteOptionalParams extends coreClient.OperationOptions {
|
1037
|
+
/** Delay to wait until next poll, in milliseconds. */
|
1038
|
+
updateIntervalInMs?: number;
|
1039
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1040
|
+
resumeFrom?: string;
|
1041
|
+
}
|
1042
|
+
|
1043
|
+
/** Optional parameters. */
|
1044
|
+
export declare interface ConnectedRegistriesGetOptionalParams extends coreClient.OperationOptions {
|
483
1045
|
}
|
484
1046
|
|
485
1047
|
/** Contains response data for the get operation. */
|
486
|
-
export declare type
|
1048
|
+
export declare type ConnectedRegistriesGetResponse = ConnectedRegistry;
|
487
1049
|
|
488
1050
|
/** Optional parameters. */
|
489
|
-
export declare interface
|
1051
|
+
export declare interface ConnectedRegistriesListNextOptionalParams extends coreClient.OperationOptions {
|
490
1052
|
}
|
491
1053
|
|
492
1054
|
/** Contains response data for the listNext operation. */
|
493
|
-
export declare type
|
1055
|
+
export declare type ConnectedRegistriesListNextResponse = ConnectedRegistryListResult;
|
494
1056
|
|
495
1057
|
/** Optional parameters. */
|
496
|
-
export declare interface
|
1058
|
+
export declare interface ConnectedRegistriesListOptionalParams extends coreClient.OperationOptions {
|
1059
|
+
/** 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. */
|
1060
|
+
filter?: string;
|
497
1061
|
}
|
498
1062
|
|
499
1063
|
/** Contains response data for the list operation. */
|
500
|
-
export declare type
|
501
|
-
|
502
|
-
/** The result of a request to list cache rules for a container registry. */
|
503
|
-
export declare interface CacheRulesListResult {
|
504
|
-
/** The list of cache rules. */
|
505
|
-
value?: CacheRule[];
|
506
|
-
/** If provided, client must use NextLink URI to request next list of cache rules. */
|
507
|
-
nextLink?: string;
|
508
|
-
}
|
1064
|
+
export declare type ConnectedRegistriesListResponse = ConnectedRegistryListResult;
|
509
1065
|
|
510
|
-
/** Defines headers for
|
511
|
-
export declare interface
|
1066
|
+
/** Defines headers for ConnectedRegistries_update operation. */
|
1067
|
+
export declare interface ConnectedRegistriesUpdateHeaders {
|
512
1068
|
azureAsyncOperation?: string;
|
513
1069
|
}
|
514
1070
|
|
515
1071
|
/** Optional parameters. */
|
516
|
-
export declare interface
|
1072
|
+
export declare interface ConnectedRegistriesUpdateOptionalParams extends coreClient.OperationOptions {
|
517
1073
|
/** Delay to wait until next poll, in milliseconds. */
|
518
1074
|
updateIntervalInMs?: number;
|
519
1075
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
@@ -521,24 +1077,98 @@ export declare interface CacheRulesUpdateOptionalParams extends coreClient.Opera
|
|
521
1077
|
}
|
522
1078
|
|
523
1079
|
/** Contains response data for the update operation. */
|
524
|
-
export declare type
|
1080
|
+
export declare type ConnectedRegistriesUpdateResponse = ConnectedRegistry;
|
525
1081
|
|
526
|
-
/**
|
527
|
-
export declare interface
|
528
|
-
/**
|
529
|
-
|
1082
|
+
/** An object that represents a connected registry for a container registry. */
|
1083
|
+
export declare interface ConnectedRegistry extends ProxyResource {
|
1084
|
+
/**
|
1085
|
+
* Provisioning state of the resource.
|
1086
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1087
|
+
*/
|
1088
|
+
readonly provisioningState?: ProvisioningState;
|
1089
|
+
/** The mode of the connected registry resource that indicates the permissions of the registry. */
|
1090
|
+
mode?: ConnectedRegistryMode;
|
1091
|
+
/**
|
1092
|
+
* The current version of ACR runtime on the connected registry.
|
1093
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1094
|
+
*/
|
1095
|
+
readonly version?: string;
|
1096
|
+
/**
|
1097
|
+
* The current connection state of the connected registry.
|
1098
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1099
|
+
*/
|
1100
|
+
readonly connectionState?: ConnectionState;
|
1101
|
+
/**
|
1102
|
+
* The last activity time of the connected registry.
|
1103
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1104
|
+
*/
|
1105
|
+
readonly lastActivityTime?: Date;
|
1106
|
+
/**
|
1107
|
+
* The activation properties of the connected registry.
|
1108
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1109
|
+
*/
|
1110
|
+
readonly activation?: ActivationProperties;
|
1111
|
+
/** The parent of the connected registry. */
|
1112
|
+
parent?: ParentProperties;
|
1113
|
+
/** The list of the ACR token resource IDs used to authenticate clients to the connected registry. */
|
1114
|
+
clientTokenIds?: string[];
|
1115
|
+
/** The login server properties of the connected registry. */
|
1116
|
+
loginServer?: LoginServerProperties;
|
1117
|
+
/** The logging properties of the connected registry. */
|
1118
|
+
logging?: LoggingProperties;
|
1119
|
+
/**
|
1120
|
+
* The list of current statuses of the connected registry.
|
1121
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1122
|
+
*/
|
1123
|
+
readonly statusDetails?: StatusDetailProperties[];
|
1124
|
+
/** The list of notifications subscription information for the connected registry. */
|
1125
|
+
notificationsList?: string[];
|
530
1126
|
}
|
531
1127
|
|
532
|
-
/** The
|
533
|
-
export declare interface
|
534
|
-
/** The
|
535
|
-
|
536
|
-
/**
|
537
|
-
|
538
|
-
|
539
|
-
|
1128
|
+
/** The result of a request to list connected registries for a container registry. */
|
1129
|
+
export declare interface ConnectedRegistryListResult {
|
1130
|
+
/** 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. */
|
1131
|
+
value?: ConnectedRegistry[];
|
1132
|
+
/** The URI that can be used to request the next list of connected registries. */
|
1133
|
+
nextLink?: string;
|
1134
|
+
}
|
1135
|
+
|
1136
|
+
/**
|
1137
|
+
* Defines values for ConnectedRegistryMode. \
|
1138
|
+
* {@link KnownConnectedRegistryMode} can be used interchangeably with ConnectedRegistryMode,
|
1139
|
+
* this enum contains the known values that the service supports.
|
1140
|
+
* ### Known values supported by the service
|
1141
|
+
* **ReadWrite** \
|
1142
|
+
* **ReadOnly** \
|
1143
|
+
* **Registry** \
|
1144
|
+
* **Mirror**
|
1145
|
+
*/
|
1146
|
+
export declare type ConnectedRegistryMode = string;
|
1147
|
+
|
1148
|
+
/** The parameters for updating a connected registry. */
|
1149
|
+
export declare interface ConnectedRegistryUpdateParameters {
|
1150
|
+
/** The sync properties of the connected registry with its parent. */
|
1151
|
+
syncProperties?: SyncUpdateProperties;
|
1152
|
+
/** The logging properties of the connected registry. */
|
1153
|
+
logging?: LoggingProperties;
|
1154
|
+
/** The list of the ACR token resource IDs used to authenticate clients to the connected registry. */
|
1155
|
+
clientTokenIds?: string[];
|
1156
|
+
/** The list of notifications subscription information for the connected registry. */
|
1157
|
+
notificationsList?: string[];
|
540
1158
|
}
|
541
1159
|
|
1160
|
+
/**
|
1161
|
+
* Defines values for ConnectionState. \
|
1162
|
+
* {@link KnownConnectionState} can be used interchangeably with ConnectionState,
|
1163
|
+
* this enum contains the known values that the service supports.
|
1164
|
+
* ### Known values supported by the service
|
1165
|
+
* **Online** \
|
1166
|
+
* **Offline** \
|
1167
|
+
* **Syncing** \
|
1168
|
+
* **Unhealthy**
|
1169
|
+
*/
|
1170
|
+
export declare type ConnectionState = string;
|
1171
|
+
|
542
1172
|
/**
|
543
1173
|
* Defines values for ConnectionStatus. \
|
544
1174
|
* {@link KnownConnectionStatus} can be used interchangeably with ConnectionStatus,
|
@@ -561,10 +1191,16 @@ export declare class ContainerRegistryManagementClient extends coreClient.Servic
|
|
561
1191
|
* @param options The parameter options
|
562
1192
|
*/
|
563
1193
|
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ContainerRegistryManagementClientOptionalParams);
|
1194
|
+
archives: Archives;
|
1195
|
+
archiveVersions: ArchiveVersions;
|
564
1196
|
cacheRules: CacheRules;
|
1197
|
+
connectedRegistries: ConnectedRegistries;
|
565
1198
|
credentialSets: CredentialSets;
|
1199
|
+
exportPipelines: ExportPipelines;
|
566
1200
|
registries: Registries;
|
1201
|
+
importPipelines: ImportPipelines;
|
567
1202
|
operations: Operations;
|
1203
|
+
pipelineRuns: PipelineRuns;
|
568
1204
|
privateEndpointConnections: PrivateEndpointConnections;
|
569
1205
|
replications: Replications;
|
570
1206
|
scopeMaps: ScopeMaps;
|
@@ -840,6 +1476,18 @@ export declare interface CustomRegistryCredentials {
|
|
840
1476
|
identity?: string;
|
841
1477
|
}
|
842
1478
|
|
1479
|
+
/** The properties of the archive package source. */
|
1480
|
+
export declare interface DebianArchivePackageSourceProperties extends ArchivePackageSourceProperties {
|
1481
|
+
/** Upstream Debian distribution Name. */
|
1482
|
+
distributionName?: string;
|
1483
|
+
}
|
1484
|
+
|
1485
|
+
/** The properties of the Debian package Archive. */
|
1486
|
+
export declare interface DebianArchiveProperties extends ArchiveProperties {
|
1487
|
+
/** Debian distribution Name. */
|
1488
|
+
distributionName?: string;
|
1489
|
+
}
|
1490
|
+
|
843
1491
|
/**
|
844
1492
|
* Defines values for DefaultAction. \
|
845
1493
|
* {@link KnownDefaultAction} can be used interchangeably with DefaultAction,
|
@@ -1123,6 +1771,148 @@ export declare interface EventResponseMessage {
|
|
1123
1771
|
version?: string;
|
1124
1772
|
}
|
1125
1773
|
|
1774
|
+
/** An object that represents an export pipeline for a container registry. */
|
1775
|
+
export declare interface ExportPipeline extends ProxyResource {
|
1776
|
+
/** The location of the export pipeline. */
|
1777
|
+
location?: string;
|
1778
|
+
/** The identity of the export pipeline. */
|
1779
|
+
identity?: IdentityProperties;
|
1780
|
+
/** The target properties of the export pipeline. */
|
1781
|
+
target?: ExportPipelineTargetProperties;
|
1782
|
+
/** The list of all options configured for the pipeline. */
|
1783
|
+
options?: PipelineOptions[];
|
1784
|
+
/**
|
1785
|
+
* The provisioning state of the pipeline at the time the operation was called.
|
1786
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1787
|
+
*/
|
1788
|
+
readonly provisioningState?: ProvisioningState;
|
1789
|
+
}
|
1790
|
+
|
1791
|
+
/** The result of a request to list export pipelines for a container registry. */
|
1792
|
+
export declare interface ExportPipelineListResult {
|
1793
|
+
/** 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. */
|
1794
|
+
value?: ExportPipeline[];
|
1795
|
+
/** The URI that can be used to request the next list of pipeline runs. */
|
1796
|
+
nextLink?: string;
|
1797
|
+
}
|
1798
|
+
|
1799
|
+
/** Interface representing a ExportPipelines. */
|
1800
|
+
export declare interface ExportPipelines {
|
1801
|
+
/**
|
1802
|
+
* Lists all export pipelines for the specified container registry.
|
1803
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
1804
|
+
* @param registryName The name of the container registry.
|
1805
|
+
* @param options The options parameters.
|
1806
|
+
*/
|
1807
|
+
list(resourceGroupName: string, registryName: string, options?: ExportPipelinesListOptionalParams): PagedAsyncIterableIterator<ExportPipeline>;
|
1808
|
+
/**
|
1809
|
+
* Gets the properties of the export pipeline.
|
1810
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
1811
|
+
* @param registryName The name of the container registry.
|
1812
|
+
* @param exportPipelineName The name of the export pipeline.
|
1813
|
+
* @param options The options parameters.
|
1814
|
+
*/
|
1815
|
+
get(resourceGroupName: string, registryName: string, exportPipelineName: string, options?: ExportPipelinesGetOptionalParams): Promise<ExportPipelinesGetResponse>;
|
1816
|
+
/**
|
1817
|
+
* Creates an export pipeline for a container registry with the specified parameters.
|
1818
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
1819
|
+
* @param registryName The name of the container registry.
|
1820
|
+
* @param exportPipelineName The name of the export pipeline.
|
1821
|
+
* @param exportPipelineCreateParameters The parameters for creating an export pipeline.
|
1822
|
+
* @param options The options parameters.
|
1823
|
+
*/
|
1824
|
+
beginCreate(resourceGroupName: string, registryName: string, exportPipelineName: string, exportPipelineCreateParameters: ExportPipeline, options?: ExportPipelinesCreateOptionalParams): Promise<SimplePollerLike<OperationState<ExportPipelinesCreateResponse>, ExportPipelinesCreateResponse>>;
|
1825
|
+
/**
|
1826
|
+
* Creates an export pipeline for a container registry with the specified parameters.
|
1827
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
1828
|
+
* @param registryName The name of the container registry.
|
1829
|
+
* @param exportPipelineName The name of the export pipeline.
|
1830
|
+
* @param exportPipelineCreateParameters The parameters for creating an export pipeline.
|
1831
|
+
* @param options The options parameters.
|
1832
|
+
*/
|
1833
|
+
beginCreateAndWait(resourceGroupName: string, registryName: string, exportPipelineName: string, exportPipelineCreateParameters: ExportPipeline, options?: ExportPipelinesCreateOptionalParams): Promise<ExportPipelinesCreateResponse>;
|
1834
|
+
/**
|
1835
|
+
* Deletes an export pipeline from a container registry.
|
1836
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
1837
|
+
* @param registryName The name of the container registry.
|
1838
|
+
* @param exportPipelineName The name of the export pipeline.
|
1839
|
+
* @param options The options parameters.
|
1840
|
+
*/
|
1841
|
+
beginDelete(resourceGroupName: string, registryName: string, exportPipelineName: string, options?: ExportPipelinesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
1842
|
+
/**
|
1843
|
+
* Deletes an export pipeline from a container registry.
|
1844
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
1845
|
+
* @param registryName The name of the container registry.
|
1846
|
+
* @param exportPipelineName The name of the export pipeline.
|
1847
|
+
* @param options The options parameters.
|
1848
|
+
*/
|
1849
|
+
beginDeleteAndWait(resourceGroupName: string, registryName: string, exportPipelineName: string, options?: ExportPipelinesDeleteOptionalParams): Promise<void>;
|
1850
|
+
}
|
1851
|
+
|
1852
|
+
/** Defines headers for ExportPipelines_create operation. */
|
1853
|
+
export declare interface ExportPipelinesCreateHeaders {
|
1854
|
+
azureAsyncOperation?: string;
|
1855
|
+
}
|
1856
|
+
|
1857
|
+
/** Optional parameters. */
|
1858
|
+
export declare interface ExportPipelinesCreateOptionalParams extends coreClient.OperationOptions {
|
1859
|
+
/** Delay to wait until next poll, in milliseconds. */
|
1860
|
+
updateIntervalInMs?: number;
|
1861
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1862
|
+
resumeFrom?: string;
|
1863
|
+
}
|
1864
|
+
|
1865
|
+
/** Contains response data for the create operation. */
|
1866
|
+
export declare type ExportPipelinesCreateResponse = ExportPipeline;
|
1867
|
+
|
1868
|
+
/** Defines headers for ExportPipelines_delete operation. */
|
1869
|
+
export declare interface ExportPipelinesDeleteHeaders {
|
1870
|
+
location?: string;
|
1871
|
+
}
|
1872
|
+
|
1873
|
+
/** Optional parameters. */
|
1874
|
+
export declare interface ExportPipelinesDeleteOptionalParams extends coreClient.OperationOptions {
|
1875
|
+
/** Delay to wait until next poll, in milliseconds. */
|
1876
|
+
updateIntervalInMs?: number;
|
1877
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1878
|
+
resumeFrom?: string;
|
1879
|
+
}
|
1880
|
+
|
1881
|
+
/** Optional parameters. */
|
1882
|
+
export declare interface ExportPipelinesGetOptionalParams extends coreClient.OperationOptions {
|
1883
|
+
}
|
1884
|
+
|
1885
|
+
/** Contains response data for the get operation. */
|
1886
|
+
export declare type ExportPipelinesGetResponse = ExportPipeline;
|
1887
|
+
|
1888
|
+
/** Optional parameters. */
|
1889
|
+
export declare interface ExportPipelinesListNextOptionalParams extends coreClient.OperationOptions {
|
1890
|
+
}
|
1891
|
+
|
1892
|
+
/** Contains response data for the listNext operation. */
|
1893
|
+
export declare type ExportPipelinesListNextResponse = ExportPipelineListResult;
|
1894
|
+
|
1895
|
+
/** Optional parameters. */
|
1896
|
+
export declare interface ExportPipelinesListOptionalParams extends coreClient.OperationOptions {
|
1897
|
+
}
|
1898
|
+
|
1899
|
+
/** Contains response data for the list operation. */
|
1900
|
+
export declare type ExportPipelinesListResponse = ExportPipelineListResult;
|
1901
|
+
|
1902
|
+
/** The properties of the export pipeline target. */
|
1903
|
+
export declare interface ExportPipelineTargetProperties {
|
1904
|
+
/** The type of target for the export pipeline. */
|
1905
|
+
type?: string;
|
1906
|
+
/**
|
1907
|
+
* The target uri of the export pipeline.
|
1908
|
+
* When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
|
1909
|
+
* When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
|
1910
|
+
*/
|
1911
|
+
uri?: string;
|
1912
|
+
/** They key vault secret uri to obtain the target storage SAS token. */
|
1913
|
+
keyVaultUri: string;
|
1914
|
+
}
|
1915
|
+
|
1126
1916
|
/** The export policy for a container registry. */
|
1127
1917
|
export declare interface ExportPolicy {
|
1128
1918
|
/** The value that indicates whether the policy is enabled or not. */
|
@@ -1283,6 +2073,150 @@ export declare interface ImportImageParameters {
|
|
1283
2073
|
*/
|
1284
2074
|
export declare type ImportMode = string;
|
1285
2075
|
|
2076
|
+
/** An object that represents an import pipeline for a container registry. */
|
2077
|
+
export declare interface ImportPipeline extends ProxyResource {
|
2078
|
+
/** The location of the import pipeline. */
|
2079
|
+
location?: string;
|
2080
|
+
/** The identity of the import pipeline. */
|
2081
|
+
identity?: IdentityProperties;
|
2082
|
+
/** The source properties of the import pipeline. */
|
2083
|
+
source?: ImportPipelineSourceProperties;
|
2084
|
+
/** The properties that describe the trigger of the import pipeline. */
|
2085
|
+
trigger?: PipelineTriggerProperties;
|
2086
|
+
/** The list of all options configured for the pipeline. */
|
2087
|
+
options?: PipelineOptions[];
|
2088
|
+
/**
|
2089
|
+
* The provisioning state of the pipeline at the time the operation was called.
|
2090
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2091
|
+
*/
|
2092
|
+
readonly provisioningState?: ProvisioningState;
|
2093
|
+
}
|
2094
|
+
|
2095
|
+
/** The result of a request to list import pipelines for a container registry. */
|
2096
|
+
export declare interface ImportPipelineListResult {
|
2097
|
+
/** 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. */
|
2098
|
+
value?: ImportPipeline[];
|
2099
|
+
/** The URI that can be used to request the next list of pipeline runs. */
|
2100
|
+
nextLink?: string;
|
2101
|
+
}
|
2102
|
+
|
2103
|
+
/** Interface representing a ImportPipelines. */
|
2104
|
+
export declare interface ImportPipelines {
|
2105
|
+
/**
|
2106
|
+
* Lists all import pipelines for the specified container registry.
|
2107
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2108
|
+
* @param registryName The name of the container registry.
|
2109
|
+
* @param options The options parameters.
|
2110
|
+
*/
|
2111
|
+
list(resourceGroupName: string, registryName: string, options?: ImportPipelinesListOptionalParams): PagedAsyncIterableIterator<ImportPipeline>;
|
2112
|
+
/**
|
2113
|
+
* Gets the properties of the import pipeline.
|
2114
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2115
|
+
* @param registryName The name of the container registry.
|
2116
|
+
* @param importPipelineName The name of the import pipeline.
|
2117
|
+
* @param options The options parameters.
|
2118
|
+
*/
|
2119
|
+
get(resourceGroupName: string, registryName: string, importPipelineName: string, options?: ImportPipelinesGetOptionalParams): Promise<ImportPipelinesGetResponse>;
|
2120
|
+
/**
|
2121
|
+
* Creates an import pipeline for a container registry with the specified parameters.
|
2122
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2123
|
+
* @param registryName The name of the container registry.
|
2124
|
+
* @param importPipelineName The name of the import pipeline.
|
2125
|
+
* @param importPipelineCreateParameters The parameters for creating an import pipeline.
|
2126
|
+
* @param options The options parameters.
|
2127
|
+
*/
|
2128
|
+
beginCreate(resourceGroupName: string, registryName: string, importPipelineName: string, importPipelineCreateParameters: ImportPipeline, options?: ImportPipelinesCreateOptionalParams): Promise<SimplePollerLike<OperationState<ImportPipelinesCreateResponse>, ImportPipelinesCreateResponse>>;
|
2129
|
+
/**
|
2130
|
+
* Creates an import pipeline for a container registry with the specified parameters.
|
2131
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2132
|
+
* @param registryName The name of the container registry.
|
2133
|
+
* @param importPipelineName The name of the import pipeline.
|
2134
|
+
* @param importPipelineCreateParameters The parameters for creating an import pipeline.
|
2135
|
+
* @param options The options parameters.
|
2136
|
+
*/
|
2137
|
+
beginCreateAndWait(resourceGroupName: string, registryName: string, importPipelineName: string, importPipelineCreateParameters: ImportPipeline, options?: ImportPipelinesCreateOptionalParams): Promise<ImportPipelinesCreateResponse>;
|
2138
|
+
/**
|
2139
|
+
* Deletes an import pipeline from a container registry.
|
2140
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2141
|
+
* @param registryName The name of the container registry.
|
2142
|
+
* @param importPipelineName The name of the import pipeline.
|
2143
|
+
* @param options The options parameters.
|
2144
|
+
*/
|
2145
|
+
beginDelete(resourceGroupName: string, registryName: string, importPipelineName: string, options?: ImportPipelinesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
2146
|
+
/**
|
2147
|
+
* Deletes an import pipeline from a container registry.
|
2148
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2149
|
+
* @param registryName The name of the container registry.
|
2150
|
+
* @param importPipelineName The name of the import pipeline.
|
2151
|
+
* @param options The options parameters.
|
2152
|
+
*/
|
2153
|
+
beginDeleteAndWait(resourceGroupName: string, registryName: string, importPipelineName: string, options?: ImportPipelinesDeleteOptionalParams): Promise<void>;
|
2154
|
+
}
|
2155
|
+
|
2156
|
+
/** Defines headers for ImportPipelines_create operation. */
|
2157
|
+
export declare interface ImportPipelinesCreateHeaders {
|
2158
|
+
azureAsyncOperation?: string;
|
2159
|
+
}
|
2160
|
+
|
2161
|
+
/** Optional parameters. */
|
2162
|
+
export declare interface ImportPipelinesCreateOptionalParams extends coreClient.OperationOptions {
|
2163
|
+
/** Delay to wait until next poll, in milliseconds. */
|
2164
|
+
updateIntervalInMs?: number;
|
2165
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
2166
|
+
resumeFrom?: string;
|
2167
|
+
}
|
2168
|
+
|
2169
|
+
/** Contains response data for the create operation. */
|
2170
|
+
export declare type ImportPipelinesCreateResponse = ImportPipeline;
|
2171
|
+
|
2172
|
+
/** Defines headers for ImportPipelines_delete operation. */
|
2173
|
+
export declare interface ImportPipelinesDeleteHeaders {
|
2174
|
+
location?: string;
|
2175
|
+
}
|
2176
|
+
|
2177
|
+
/** Optional parameters. */
|
2178
|
+
export declare interface ImportPipelinesDeleteOptionalParams extends coreClient.OperationOptions {
|
2179
|
+
/** Delay to wait until next poll, in milliseconds. */
|
2180
|
+
updateIntervalInMs?: number;
|
2181
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
2182
|
+
resumeFrom?: string;
|
2183
|
+
}
|
2184
|
+
|
2185
|
+
/** Optional parameters. */
|
2186
|
+
export declare interface ImportPipelinesGetOptionalParams extends coreClient.OperationOptions {
|
2187
|
+
}
|
2188
|
+
|
2189
|
+
/** Contains response data for the get operation. */
|
2190
|
+
export declare type ImportPipelinesGetResponse = ImportPipeline;
|
2191
|
+
|
2192
|
+
/** Optional parameters. */
|
2193
|
+
export declare interface ImportPipelinesListNextOptionalParams extends coreClient.OperationOptions {
|
2194
|
+
}
|
2195
|
+
|
2196
|
+
/** Contains response data for the listNext operation. */
|
2197
|
+
export declare type ImportPipelinesListNextResponse = ImportPipelineListResult;
|
2198
|
+
|
2199
|
+
/** Optional parameters. */
|
2200
|
+
export declare interface ImportPipelinesListOptionalParams extends coreClient.OperationOptions {
|
2201
|
+
}
|
2202
|
+
|
2203
|
+
/** Contains response data for the list operation. */
|
2204
|
+
export declare type ImportPipelinesListResponse = ImportPipelineListResult;
|
2205
|
+
|
2206
|
+
/** The properties of the import pipeline source. */
|
2207
|
+
export declare interface ImportPipelineSourceProperties {
|
2208
|
+
/** The type of source for the import pipeline. */
|
2209
|
+
type?: PipelineSourceType;
|
2210
|
+
/**
|
2211
|
+
* The source uri of the import pipeline.
|
2212
|
+
* When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
|
2213
|
+
* When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
|
2214
|
+
*/
|
2215
|
+
uri?: string;
|
2216
|
+
/** They key vault secret uri to obtain the source storage SAS token. */
|
2217
|
+
keyVaultUri: string;
|
2218
|
+
}
|
2219
|
+
|
1286
2220
|
export declare interface ImportSource {
|
1287
2221
|
/** The resource identifier of the source Azure Container Registry. */
|
1288
2222
|
resourceId?: string;
|
@@ -1360,6 +2294,14 @@ export declare enum KnownActionsRequired {
|
|
1360
2294
|
Recreate = "Recreate"
|
1361
2295
|
}
|
1362
2296
|
|
2297
|
+
/** Known values of {@link ActivationStatus} that the service accepts. */
|
2298
|
+
export declare enum KnownActivationStatus {
|
2299
|
+
/** Active */
|
2300
|
+
Active = "Active",
|
2301
|
+
/** Inactive */
|
2302
|
+
Inactive = "Inactive"
|
2303
|
+
}
|
2304
|
+
|
1363
2305
|
/** Known values of {@link Architecture} that the service accepts. */
|
1364
2306
|
export declare enum KnownArchitecture {
|
1365
2307
|
/** Amd64 */
|
@@ -1374,6 +2316,22 @@ export declare enum KnownArchitecture {
|
|
1374
2316
|
Arm64 = "arm64"
|
1375
2317
|
}
|
1376
2318
|
|
2319
|
+
/** Known values of {@link AuditLogStatus} that the service accepts. */
|
2320
|
+
export declare enum KnownAuditLogStatus {
|
2321
|
+
/** Enabled */
|
2322
|
+
Enabled = "Enabled",
|
2323
|
+
/** Disabled */
|
2324
|
+
Disabled = "Disabled"
|
2325
|
+
}
|
2326
|
+
|
2327
|
+
/** Known values of {@link AzureADAuthenticationAsArmPolicyStatus} that the service accepts. */
|
2328
|
+
export declare enum KnownAzureADAuthenticationAsArmPolicyStatus {
|
2329
|
+
/** Enabled */
|
2330
|
+
Enabled = "enabled",
|
2331
|
+
/** Disabled */
|
2332
|
+
Disabled = "disabled"
|
2333
|
+
}
|
2334
|
+
|
1377
2335
|
/** Known values of {@link BaseImageDependencyType} that the service accepts. */
|
1378
2336
|
export declare enum KnownBaseImageDependencyType {
|
1379
2337
|
/** BuildTime */
|
@@ -1390,6 +2348,36 @@ export declare enum KnownBaseImageTriggerType {
|
|
1390
2348
|
Runtime = "Runtime"
|
1391
2349
|
}
|
1392
2350
|
|
2351
|
+
/** Known values of {@link CertificateType} that the service accepts. */
|
2352
|
+
export declare enum KnownCertificateType {
|
2353
|
+
/** LocalDirectory */
|
2354
|
+
LocalDirectory = "LocalDirectory"
|
2355
|
+
}
|
2356
|
+
|
2357
|
+
/** Known values of {@link ConnectedRegistryMode} that the service accepts. */
|
2358
|
+
export declare enum KnownConnectedRegistryMode {
|
2359
|
+
/** ReadWrite */
|
2360
|
+
ReadWrite = "ReadWrite",
|
2361
|
+
/** ReadOnly */
|
2362
|
+
ReadOnly = "ReadOnly",
|
2363
|
+
/** Registry */
|
2364
|
+
Registry = "Registry",
|
2365
|
+
/** Mirror */
|
2366
|
+
Mirror = "Mirror"
|
2367
|
+
}
|
2368
|
+
|
2369
|
+
/** Known values of {@link ConnectionState} that the service accepts. */
|
2370
|
+
export declare enum KnownConnectionState {
|
2371
|
+
/** Online */
|
2372
|
+
Online = "Online",
|
2373
|
+
/** Offline */
|
2374
|
+
Offline = "Offline",
|
2375
|
+
/** Syncing */
|
2376
|
+
Syncing = "Syncing",
|
2377
|
+
/** Unhealthy */
|
2378
|
+
Unhealthy = "Unhealthy"
|
2379
|
+
}
|
2380
|
+
|
1393
2381
|
/** Known values of {@link ConnectionStatus} that the service accepts. */
|
1394
2382
|
export declare enum KnownConnectionStatus {
|
1395
2383
|
/** Approved */
|
@@ -1472,6 +2460,20 @@ export declare enum KnownLastModifiedByType {
|
|
1472
2460
|
Key = "Key"
|
1473
2461
|
}
|
1474
2462
|
|
2463
|
+
/** Known values of {@link LogLevel} that the service accepts. */
|
2464
|
+
export declare enum KnownLogLevel {
|
2465
|
+
/** Debug */
|
2466
|
+
Debug = "Debug",
|
2467
|
+
/** Information */
|
2468
|
+
Information = "Information",
|
2469
|
+
/** Warning */
|
2470
|
+
Warning = "Warning",
|
2471
|
+
/** Error */
|
2472
|
+
Error = "Error",
|
2473
|
+
/** None */
|
2474
|
+
None = "None"
|
2475
|
+
}
|
2476
|
+
|
1475
2477
|
/** Known values of {@link NetworkRuleBypassOptions} that the service accepts. */
|
1476
2478
|
export declare enum KnownNetworkRuleBypassOptions {
|
1477
2479
|
/** AzureServices */
|
@@ -1488,6 +2490,42 @@ export declare enum KnownOS {
|
|
1488
2490
|
Linux = "Linux"
|
1489
2491
|
}
|
1490
2492
|
|
2493
|
+
/** Known values of {@link PackageSourceType} that the service accepts. */
|
2494
|
+
export declare enum KnownPackageSourceType {
|
2495
|
+
/** Remote */
|
2496
|
+
Remote = "remote"
|
2497
|
+
}
|
2498
|
+
|
2499
|
+
/** Known values of {@link PipelineOptions} that the service accepts. */
|
2500
|
+
export declare enum KnownPipelineOptions {
|
2501
|
+
/** OverwriteTags */
|
2502
|
+
OverwriteTags = "OverwriteTags",
|
2503
|
+
/** OverwriteBlobs */
|
2504
|
+
OverwriteBlobs = "OverwriteBlobs",
|
2505
|
+
/** DeleteSourceBlobOnSuccess */
|
2506
|
+
DeleteSourceBlobOnSuccess = "DeleteSourceBlobOnSuccess",
|
2507
|
+
/** ContinueOnErrors */
|
2508
|
+
ContinueOnErrors = "ContinueOnErrors"
|
2509
|
+
}
|
2510
|
+
|
2511
|
+
/** Known values of {@link PipelineRunSourceType} that the service accepts. */
|
2512
|
+
export declare enum KnownPipelineRunSourceType {
|
2513
|
+
/** AzureStorageBlob */
|
2514
|
+
AzureStorageBlob = "AzureStorageBlob"
|
2515
|
+
}
|
2516
|
+
|
2517
|
+
/** Known values of {@link PipelineRunTargetType} that the service accepts. */
|
2518
|
+
export declare enum KnownPipelineRunTargetType {
|
2519
|
+
/** AzureStorageBlob */
|
2520
|
+
AzureStorageBlob = "AzureStorageBlob"
|
2521
|
+
}
|
2522
|
+
|
2523
|
+
/** Known values of {@link PipelineSourceType} that the service accepts. */
|
2524
|
+
export declare enum KnownPipelineSourceType {
|
2525
|
+
/** AzureStorageBlobContainer */
|
2526
|
+
AzureStorageBlobContainer = "AzureStorageBlobContainer"
|
2527
|
+
}
|
2528
|
+
|
1491
2529
|
/** Known values of {@link PolicyStatus} that the service accepts. */
|
1492
2530
|
export declare enum KnownPolicyStatus {
|
1493
2531
|
/** Enabled */
|
@@ -1634,6 +2672,14 @@ export declare enum KnownTaskStatus {
|
|
1634
2672
|
Enabled = "Enabled"
|
1635
2673
|
}
|
1636
2674
|
|
2675
|
+
/** Known values of {@link TlsStatus} that the service accepts. */
|
2676
|
+
export declare enum KnownTlsStatus {
|
2677
|
+
/** Enabled */
|
2678
|
+
Enabled = "Enabled",
|
2679
|
+
/** Disabled */
|
2680
|
+
Disabled = "Disabled"
|
2681
|
+
}
|
2682
|
+
|
1637
2683
|
/** Known values of {@link TokenCertificateName} that the service accepts. */
|
1638
2684
|
export declare enum KnownTokenCertificateName {
|
1639
2685
|
/** Certificate1 */
|
@@ -1740,6 +2786,41 @@ export declare enum KnownZoneRedundancy {
|
|
1740
2786
|
*/
|
1741
2787
|
export declare type LastModifiedByType = string;
|
1742
2788
|
|
2789
|
+
/** The logging properties of the connected registry. */
|
2790
|
+
export declare interface LoggingProperties {
|
2791
|
+
/** The verbosity of logs persisted on the connected registry. */
|
2792
|
+
logLevel?: LogLevel;
|
2793
|
+
/** Indicates whether audit logs are enabled on the connected registry. */
|
2794
|
+
auditLogStatus?: AuditLogStatus;
|
2795
|
+
}
|
2796
|
+
|
2797
|
+
/** The login server properties of the connected registry. */
|
2798
|
+
export declare interface LoginServerProperties {
|
2799
|
+
/**
|
2800
|
+
* The host of the connected registry. Can be FQDN or IP.
|
2801
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2802
|
+
*/
|
2803
|
+
readonly host?: string;
|
2804
|
+
/**
|
2805
|
+
* The TLS properties of the connected registry login server.
|
2806
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2807
|
+
*/
|
2808
|
+
readonly tls?: TlsProperties;
|
2809
|
+
}
|
2810
|
+
|
2811
|
+
/**
|
2812
|
+
* Defines values for LogLevel. \
|
2813
|
+
* {@link KnownLogLevel} can be used interchangeably with LogLevel,
|
2814
|
+
* this enum contains the known values that the service supports.
|
2815
|
+
* ### Known values supported by the service
|
2816
|
+
* **Debug** \
|
2817
|
+
* **Information** \
|
2818
|
+
* **Warning** \
|
2819
|
+
* **Error** \
|
2820
|
+
* **None**
|
2821
|
+
*/
|
2822
|
+
export declare type LogLevel = string;
|
2823
|
+
|
1743
2824
|
/**
|
1744
2825
|
* Defines values for NetworkRuleBypassOptions. \
|
1745
2826
|
* {@link KnownNetworkRuleBypassOptions} can be used interchangeably with NetworkRuleBypassOptions,
|
@@ -1880,6 +2961,15 @@ export declare interface OverrideTaskStepProperties {
|
|
1880
2961
|
updateTriggerToken?: string;
|
1881
2962
|
}
|
1882
2963
|
|
2964
|
+
/**
|
2965
|
+
* Defines values for PackageSourceType. \
|
2966
|
+
* {@link KnownPackageSourceType} can be used interchangeably with PackageSourceType,
|
2967
|
+
* this enum contains the known values that the service supports.
|
2968
|
+
* ### Known values supported by the service
|
2969
|
+
* **remote**
|
2970
|
+
*/
|
2971
|
+
export declare type PackageSourceType = string;
|
2972
|
+
|
1883
2973
|
/** The properties of a package type. */
|
1884
2974
|
export declare interface PackageType {
|
1885
2975
|
/** The name of the package type. */
|
@@ -1891,9 +2981,262 @@ export declare interface PackageType {
|
|
1891
2981
|
readonly endpoint?: string;
|
1892
2982
|
}
|
1893
2983
|
|
2984
|
+
/** The properties of the connected registry parent. */
|
2985
|
+
export declare interface ParentProperties {
|
2986
|
+
/** The resource ID of the parent to which the connected registry will be associated. */
|
2987
|
+
id?: string;
|
2988
|
+
/** The sync properties of the connected registry with its parent. */
|
2989
|
+
syncProperties: SyncProperties;
|
2990
|
+
}
|
2991
|
+
|
1894
2992
|
/** Defines values for PasswordName. */
|
1895
2993
|
export declare type PasswordName = "password" | "password2";
|
1896
2994
|
|
2995
|
+
/**
|
2996
|
+
* Defines values for PipelineOptions. \
|
2997
|
+
* {@link KnownPipelineOptions} can be used interchangeably with PipelineOptions,
|
2998
|
+
* this enum contains the known values that the service supports.
|
2999
|
+
* ### Known values supported by the service
|
3000
|
+
* **OverwriteTags** \
|
3001
|
+
* **OverwriteBlobs** \
|
3002
|
+
* **DeleteSourceBlobOnSuccess** \
|
3003
|
+
* **ContinueOnErrors**
|
3004
|
+
*/
|
3005
|
+
export declare type PipelineOptions = string;
|
3006
|
+
|
3007
|
+
/** An object that represents a pipeline run for a container registry. */
|
3008
|
+
export declare interface PipelineRun extends ProxyResource {
|
3009
|
+
/**
|
3010
|
+
* The provisioning state of a pipeline run.
|
3011
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3012
|
+
*/
|
3013
|
+
readonly provisioningState?: ProvisioningState;
|
3014
|
+
/** The request parameters for a pipeline run. */
|
3015
|
+
request?: PipelineRunRequest;
|
3016
|
+
/**
|
3017
|
+
* The response of a pipeline run.
|
3018
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
3019
|
+
*/
|
3020
|
+
readonly response?: PipelineRunResponse;
|
3021
|
+
/** How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed. */
|
3022
|
+
forceUpdateTag?: string;
|
3023
|
+
}
|
3024
|
+
|
3025
|
+
/** The result of a request to list pipeline runs for a container registry. */
|
3026
|
+
export declare interface PipelineRunListResult {
|
3027
|
+
/** 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. */
|
3028
|
+
value?: PipelineRun[];
|
3029
|
+
/** The URI that can be used to request the next list of pipeline runs. */
|
3030
|
+
nextLink?: string;
|
3031
|
+
}
|
3032
|
+
|
3033
|
+
/** The request properties provided for a pipeline run. */
|
3034
|
+
export declare interface PipelineRunRequest {
|
3035
|
+
/** The resource ID of the pipeline to run. */
|
3036
|
+
pipelineResourceId?: string;
|
3037
|
+
/**
|
3038
|
+
* List of source artifacts to be transferred by the pipeline.
|
3039
|
+
* Specify an image by repository ('hello-world'). This will use the 'latest' tag.
|
3040
|
+
* Specify an image by tag ('hello-world:latest').
|
3041
|
+
* Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123').
|
3042
|
+
*/
|
3043
|
+
artifacts?: string[];
|
3044
|
+
/** The source properties of the pipeline run. */
|
3045
|
+
source?: PipelineRunSourceProperties;
|
3046
|
+
/** The target properties of the pipeline run. */
|
3047
|
+
target?: PipelineRunTargetProperties;
|
3048
|
+
/** The digest of the tar used to transfer the artifacts. */
|
3049
|
+
catalogDigest?: string;
|
3050
|
+
}
|
3051
|
+
|
3052
|
+
/** The response properties returned for a pipeline run. */
|
3053
|
+
export declare interface PipelineRunResponse {
|
3054
|
+
/** The current status of the pipeline run. */
|
3055
|
+
status?: string;
|
3056
|
+
/** The artifacts imported in the pipeline run. */
|
3057
|
+
importedArtifacts?: string[];
|
3058
|
+
/** The current progress of the copy operation. */
|
3059
|
+
progress?: ProgressProperties;
|
3060
|
+
/** The time the pipeline run started. */
|
3061
|
+
startTime?: Date;
|
3062
|
+
/** The time the pipeline run finished. */
|
3063
|
+
finishTime?: Date;
|
3064
|
+
/** The source of the pipeline run. */
|
3065
|
+
source?: ImportPipelineSourceProperties;
|
3066
|
+
/** The target of the pipeline run. */
|
3067
|
+
target?: ExportPipelineTargetProperties;
|
3068
|
+
/** The digest of the tar used to transfer the artifacts. */
|
3069
|
+
catalogDigest?: string;
|
3070
|
+
/** The trigger that caused the pipeline run. */
|
3071
|
+
trigger?: PipelineTriggerDescriptor;
|
3072
|
+
/** The detailed error message for the pipeline run in the case of failure. */
|
3073
|
+
pipelineRunErrorMessage?: string;
|
3074
|
+
}
|
3075
|
+
|
3076
|
+
/** Interface representing a PipelineRuns. */
|
3077
|
+
export declare interface PipelineRuns {
|
3078
|
+
/**
|
3079
|
+
* Lists all the pipeline runs for the specified container registry.
|
3080
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
3081
|
+
* @param registryName The name of the container registry.
|
3082
|
+
* @param options The options parameters.
|
3083
|
+
*/
|
3084
|
+
list(resourceGroupName: string, registryName: string, options?: PipelineRunsListOptionalParams): PagedAsyncIterableIterator<PipelineRun>;
|
3085
|
+
/**
|
3086
|
+
* Gets the detailed information for a given pipeline run.
|
3087
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
3088
|
+
* @param registryName The name of the container registry.
|
3089
|
+
* @param pipelineRunName The name of the pipeline run.
|
3090
|
+
* @param options The options parameters.
|
3091
|
+
*/
|
3092
|
+
get(resourceGroupName: string, registryName: string, pipelineRunName: string, options?: PipelineRunsGetOptionalParams): Promise<PipelineRunsGetResponse>;
|
3093
|
+
/**
|
3094
|
+
* Creates a pipeline run for a container registry with the specified parameters
|
3095
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
3096
|
+
* @param registryName The name of the container registry.
|
3097
|
+
* @param pipelineRunName The name of the pipeline run.
|
3098
|
+
* @param pipelineRunCreateParameters The parameters for creating a pipeline run.
|
3099
|
+
* @param options The options parameters.
|
3100
|
+
*/
|
3101
|
+
beginCreate(resourceGroupName: string, registryName: string, pipelineRunName: string, pipelineRunCreateParameters: PipelineRun, options?: PipelineRunsCreateOptionalParams): Promise<SimplePollerLike<OperationState<PipelineRunsCreateResponse>, PipelineRunsCreateResponse>>;
|
3102
|
+
/**
|
3103
|
+
* Creates a pipeline run for a container registry with the specified parameters
|
3104
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
3105
|
+
* @param registryName The name of the container registry.
|
3106
|
+
* @param pipelineRunName The name of the pipeline run.
|
3107
|
+
* @param pipelineRunCreateParameters The parameters for creating a pipeline run.
|
3108
|
+
* @param options The options parameters.
|
3109
|
+
*/
|
3110
|
+
beginCreateAndWait(resourceGroupName: string, registryName: string, pipelineRunName: string, pipelineRunCreateParameters: PipelineRun, options?: PipelineRunsCreateOptionalParams): Promise<PipelineRunsCreateResponse>;
|
3111
|
+
/**
|
3112
|
+
* Deletes a pipeline run from a container registry.
|
3113
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
3114
|
+
* @param registryName The name of the container registry.
|
3115
|
+
* @param pipelineRunName The name of the pipeline run.
|
3116
|
+
* @param options The options parameters.
|
3117
|
+
*/
|
3118
|
+
beginDelete(resourceGroupName: string, registryName: string, pipelineRunName: string, options?: PipelineRunsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
3119
|
+
/**
|
3120
|
+
* Deletes a pipeline run from a container registry.
|
3121
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
3122
|
+
* @param registryName The name of the container registry.
|
3123
|
+
* @param pipelineRunName The name of the pipeline run.
|
3124
|
+
* @param options The options parameters.
|
3125
|
+
*/
|
3126
|
+
beginDeleteAndWait(resourceGroupName: string, registryName: string, pipelineRunName: string, options?: PipelineRunsDeleteOptionalParams): Promise<void>;
|
3127
|
+
}
|
3128
|
+
|
3129
|
+
/** Defines headers for PipelineRuns_create operation. */
|
3130
|
+
export declare interface PipelineRunsCreateHeaders {
|
3131
|
+
azureAsyncOperation?: string;
|
3132
|
+
}
|
3133
|
+
|
3134
|
+
/** Optional parameters. */
|
3135
|
+
export declare interface PipelineRunsCreateOptionalParams extends coreClient.OperationOptions {
|
3136
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3137
|
+
updateIntervalInMs?: number;
|
3138
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3139
|
+
resumeFrom?: string;
|
3140
|
+
}
|
3141
|
+
|
3142
|
+
/** Contains response data for the create operation. */
|
3143
|
+
export declare type PipelineRunsCreateResponse = PipelineRun;
|
3144
|
+
|
3145
|
+
/** Defines headers for PipelineRuns_delete operation. */
|
3146
|
+
export declare interface PipelineRunsDeleteHeaders {
|
3147
|
+
location?: string;
|
3148
|
+
}
|
3149
|
+
|
3150
|
+
/** Optional parameters. */
|
3151
|
+
export declare interface PipelineRunsDeleteOptionalParams extends coreClient.OperationOptions {
|
3152
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3153
|
+
updateIntervalInMs?: number;
|
3154
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3155
|
+
resumeFrom?: string;
|
3156
|
+
}
|
3157
|
+
|
3158
|
+
/** Optional parameters. */
|
3159
|
+
export declare interface PipelineRunsGetOptionalParams extends coreClient.OperationOptions {
|
3160
|
+
}
|
3161
|
+
|
3162
|
+
/** Contains response data for the get operation. */
|
3163
|
+
export declare type PipelineRunsGetResponse = PipelineRun;
|
3164
|
+
|
3165
|
+
/** Optional parameters. */
|
3166
|
+
export declare interface PipelineRunsListNextOptionalParams extends coreClient.OperationOptions {
|
3167
|
+
}
|
3168
|
+
|
3169
|
+
/** Contains response data for the listNext operation. */
|
3170
|
+
export declare type PipelineRunsListNextResponse = PipelineRunListResult;
|
3171
|
+
|
3172
|
+
/** Optional parameters. */
|
3173
|
+
export declare interface PipelineRunsListOptionalParams extends coreClient.OperationOptions {
|
3174
|
+
}
|
3175
|
+
|
3176
|
+
/** Contains response data for the list operation. */
|
3177
|
+
export declare type PipelineRunsListResponse = PipelineRunListResult;
|
3178
|
+
|
3179
|
+
export declare interface PipelineRunSourceProperties {
|
3180
|
+
/** The type of the source. */
|
3181
|
+
type?: PipelineRunSourceType;
|
3182
|
+
/** The name of the source. */
|
3183
|
+
name?: string;
|
3184
|
+
}
|
3185
|
+
|
3186
|
+
/**
|
3187
|
+
* Defines values for PipelineRunSourceType. \
|
3188
|
+
* {@link KnownPipelineRunSourceType} can be used interchangeably with PipelineRunSourceType,
|
3189
|
+
* this enum contains the known values that the service supports.
|
3190
|
+
* ### Known values supported by the service
|
3191
|
+
* **AzureStorageBlob**
|
3192
|
+
*/
|
3193
|
+
export declare type PipelineRunSourceType = string;
|
3194
|
+
|
3195
|
+
export declare interface PipelineRunTargetProperties {
|
3196
|
+
/** The type of the target. */
|
3197
|
+
type?: PipelineRunTargetType;
|
3198
|
+
/** The name of the target. */
|
3199
|
+
name?: string;
|
3200
|
+
}
|
3201
|
+
|
3202
|
+
/**
|
3203
|
+
* Defines values for PipelineRunTargetType. \
|
3204
|
+
* {@link KnownPipelineRunTargetType} can be used interchangeably with PipelineRunTargetType,
|
3205
|
+
* this enum contains the known values that the service supports.
|
3206
|
+
* ### Known values supported by the service
|
3207
|
+
* **AzureStorageBlob**
|
3208
|
+
*/
|
3209
|
+
export declare type PipelineRunTargetType = string;
|
3210
|
+
|
3211
|
+
export declare interface PipelineSourceTriggerDescriptor {
|
3212
|
+
/** The timestamp when the source update happened. */
|
3213
|
+
timestamp?: Date;
|
3214
|
+
}
|
3215
|
+
|
3216
|
+
export declare interface PipelineSourceTriggerProperties {
|
3217
|
+
/** The current status of the source trigger. */
|
3218
|
+
status: TriggerStatus;
|
3219
|
+
}
|
3220
|
+
|
3221
|
+
/**
|
3222
|
+
* Defines values for PipelineSourceType. \
|
3223
|
+
* {@link KnownPipelineSourceType} can be used interchangeably with PipelineSourceType,
|
3224
|
+
* this enum contains the known values that the service supports.
|
3225
|
+
* ### Known values supported by the service
|
3226
|
+
* **AzureStorageBlobContainer**
|
3227
|
+
*/
|
3228
|
+
export declare type PipelineSourceType = string;
|
3229
|
+
|
3230
|
+
export declare interface PipelineTriggerDescriptor {
|
3231
|
+
/** The source trigger that caused the pipeline run. */
|
3232
|
+
sourceTrigger?: PipelineSourceTriggerDescriptor;
|
3233
|
+
}
|
3234
|
+
|
3235
|
+
export declare interface PipelineTriggerProperties {
|
3236
|
+
/** The source trigger properties of the pipeline. */
|
3237
|
+
sourceTrigger?: PipelineSourceTriggerProperties;
|
3238
|
+
}
|
3239
|
+
|
1897
3240
|
/** The platform properties against which the run has to happen. */
|
1898
3241
|
export declare interface PlatformProperties {
|
1899
3242
|
/** The operating system type required for the run. */
|
@@ -1924,6 +3267,10 @@ export declare interface Policies {
|
|
1924
3267
|
retentionPolicy?: RetentionPolicy;
|
1925
3268
|
/** The export policy for a container registry. */
|
1926
3269
|
exportPolicy?: ExportPolicy;
|
3270
|
+
/** The policy for using ARM audience token for a container registry. */
|
3271
|
+
azureADAuthenticationAsArmPolicy?: AzureADAuthenticationAsArmPolicy;
|
3272
|
+
/** The soft delete policy for a container registry. */
|
3273
|
+
softDeletePolicy?: SoftDeletePolicy;
|
1927
3274
|
}
|
1928
3275
|
|
1929
3276
|
/**
|
@@ -2103,6 +3450,11 @@ export declare interface PrivateLinkServiceConnectionState {
|
|
2103
3450
|
actionsRequired?: ActionsRequired;
|
2104
3451
|
}
|
2105
3452
|
|
3453
|
+
export declare interface ProgressProperties {
|
3454
|
+
/** The percentage complete of the copy operation. */
|
3455
|
+
percentage?: string;
|
3456
|
+
}
|
3457
|
+
|
2106
3458
|
/**
|
2107
3459
|
* Defines values for ProvisioningState. \
|
2108
3460
|
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
@@ -2559,6 +3911,8 @@ export declare interface Registry extends Resource {
|
|
2559
3911
|
networkRuleBypassOptions?: NetworkRuleBypassOptions;
|
2560
3912
|
/** Whether or not zone redundancy is enabled for this container registry */
|
2561
3913
|
zoneRedundancy?: ZoneRedundancy;
|
3914
|
+
/** Enables registry-wide pull from unauthenticated clients. */
|
3915
|
+
anonymousPullEnabled?: boolean;
|
2562
3916
|
}
|
2563
3917
|
|
2564
3918
|
/** The response from the ListCredentials operation. */
|
@@ -2627,6 +3981,8 @@ export declare interface RegistryUpdateParameters {
|
|
2627
3981
|
publicNetworkAccess?: PublicNetworkAccess;
|
2628
3982
|
/** Whether to allow trusted Azure services to access a network restricted registry. */
|
2629
3983
|
networkRuleBypassOptions?: NetworkRuleBypassOptions;
|
3984
|
+
/** Enables registry-wide pull from unauthenticated clients. */
|
3985
|
+
anonymousPullEnabled?: boolean;
|
2630
3986
|
}
|
2631
3987
|
|
2632
3988
|
/** The quota usage for a container registry. */
|
@@ -3400,6 +4756,19 @@ export declare type SkuName = string;
|
|
3400
4756
|
*/
|
3401
4757
|
export declare type SkuTier = string;
|
3402
4758
|
|
4759
|
+
/** The soft delete policy for a container registry */
|
4760
|
+
export declare interface SoftDeletePolicy {
|
4761
|
+
/** The number of days after which a soft-deleted item is permanently deleted. */
|
4762
|
+
retentionDays?: number;
|
4763
|
+
/**
|
4764
|
+
* The timestamp when the policy was last updated.
|
4765
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
4766
|
+
*/
|
4767
|
+
readonly lastUpdatedTime?: Date;
|
4768
|
+
/** The value that indicates whether the policy is enabled or not. */
|
4769
|
+
status?: PolicyStatus;
|
4770
|
+
}
|
4771
|
+
|
3403
4772
|
/** The registry node that generated the event. Put differently, while the actor initiates the event, the source generates it. */
|
3404
4773
|
export declare interface Source {
|
3405
4774
|
/** The IP or hostname and the port of the registry node that generated the event. Generally, this will be resolved by os.Hostname() along with the running port. */
|
@@ -3547,6 +4916,35 @@ export declare interface Status {
|
|
3547
4916
|
readonly timestamp?: Date;
|
3548
4917
|
}
|
3549
4918
|
|
4919
|
+
/** The status detail properties of the connected registry. */
|
4920
|
+
export declare interface StatusDetailProperties {
|
4921
|
+
/**
|
4922
|
+
* The component of the connected registry corresponding to the status.
|
4923
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
4924
|
+
*/
|
4925
|
+
readonly type?: string;
|
4926
|
+
/**
|
4927
|
+
* The code of the status.
|
4928
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
4929
|
+
*/
|
4930
|
+
readonly code?: string;
|
4931
|
+
/**
|
4932
|
+
* The description of the status.
|
4933
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
4934
|
+
*/
|
4935
|
+
readonly description?: string;
|
4936
|
+
/**
|
4937
|
+
* The timestamp of the status.
|
4938
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
4939
|
+
*/
|
4940
|
+
readonly timestamp?: Date;
|
4941
|
+
/**
|
4942
|
+
* The correlation ID of the status.
|
4943
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
4944
|
+
*/
|
4945
|
+
readonly correlationId?: string;
|
4946
|
+
}
|
4947
|
+
|
3550
4948
|
/**
|
3551
4949
|
* Defines values for StepType. \
|
3552
4950
|
* {@link KnownStepType} can be used interchangeably with StepType,
|
@@ -3564,6 +4962,38 @@ export declare interface StorageAccountProperties {
|
|
3564
4962
|
id: string;
|
3565
4963
|
}
|
3566
4964
|
|
4965
|
+
/** The sync properties of the connected registry with its parent. */
|
4966
|
+
export declare interface SyncProperties {
|
4967
|
+
/** The resource ID of the ACR token used to authenticate the connected registry to its parent during sync. */
|
4968
|
+
tokenId: string;
|
4969
|
+
/** The cron expression indicating the schedule that the connected registry will sync with its parent. */
|
4970
|
+
schedule?: string;
|
4971
|
+
/** 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. */
|
4972
|
+
syncWindow?: string;
|
4973
|
+
/** 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. */
|
4974
|
+
messageTtl: string;
|
4975
|
+
/**
|
4976
|
+
* The last time a sync occurred between the connected registry and its parent.
|
4977
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
4978
|
+
*/
|
4979
|
+
readonly lastSyncTime?: Date;
|
4980
|
+
/**
|
4981
|
+
* The gateway endpoint used by the connected registry to communicate with its parent.
|
4982
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
4983
|
+
*/
|
4984
|
+
readonly gatewayEndpoint?: string;
|
4985
|
+
}
|
4986
|
+
|
4987
|
+
/** The parameters for updating the sync properties of the connected registry with its parent. */
|
4988
|
+
export declare interface SyncUpdateProperties {
|
4989
|
+
/** The cron expression indicating the schedule that the connected registry will sync with its parent. */
|
4990
|
+
schedule?: string;
|
4991
|
+
/** 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. */
|
4992
|
+
syncWindow?: string;
|
4993
|
+
/** 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. */
|
4994
|
+
messageTtl?: string;
|
4995
|
+
}
|
4996
|
+
|
3567
4997
|
/** Metadata pertaining to creation and last modification of the resource. */
|
3568
4998
|
export declare interface SystemData {
|
3569
4999
|
/** The identity that created the resource. */
|
@@ -4076,6 +5506,44 @@ export declare interface TimerTriggerUpdateParameters {
|
|
4076
5506
|
name: string;
|
4077
5507
|
}
|
4078
5508
|
|
5509
|
+
/** The TLS certificate properties of the connected registry login server. */
|
5510
|
+
export declare interface TlsCertificateProperties {
|
5511
|
+
/**
|
5512
|
+
* The type of certificate location.
|
5513
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
5514
|
+
*/
|
5515
|
+
readonly type?: CertificateType;
|
5516
|
+
/**
|
5517
|
+
* Indicates the location of the certificates.
|
5518
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
5519
|
+
*/
|
5520
|
+
readonly location?: string;
|
5521
|
+
}
|
5522
|
+
|
5523
|
+
/** The TLS properties of the connected registry login server. */
|
5524
|
+
export declare interface TlsProperties {
|
5525
|
+
/**
|
5526
|
+
* Indicates whether HTTPS is enabled for the login server.
|
5527
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
5528
|
+
*/
|
5529
|
+
readonly status?: TlsStatus;
|
5530
|
+
/**
|
5531
|
+
* The certificate used to configure HTTPS for the login server.
|
5532
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
5533
|
+
*/
|
5534
|
+
readonly certificate?: TlsCertificateProperties;
|
5535
|
+
}
|
5536
|
+
|
5537
|
+
/**
|
5538
|
+
* Defines values for TlsStatus. \
|
5539
|
+
* {@link KnownTlsStatus} can be used interchangeably with TlsStatus,
|
5540
|
+
* this enum contains the known values that the service supports.
|
5541
|
+
* ### Known values supported by the service
|
5542
|
+
* **Enabled** \
|
5543
|
+
* **Disabled**
|
5544
|
+
*/
|
5545
|
+
export declare type TlsStatus = string;
|
5546
|
+
|
4079
5547
|
/** An object that represents a token for a container registry. */
|
4080
5548
|
export declare interface Token extends ProxyResource {
|
4081
5549
|
/**
|