@azure/arm-containerregistry 11.0.0-beta.1 → 11.0.0-beta.3
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 +422 -3
- package/dist/index.js +8266 -4219
- 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/agentPoolsListSample.js +3 -8
- package/dist-esm/samples-dev/agentPoolsListSample.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 +57 -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 +56 -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 +4 -9
- package/dist-esm/samples-dev/cacheRulesListSample.js.map +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 +55 -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 +4 -9
- package/dist-esm/samples-dev/credentialSetsListSample.js.map +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 +55 -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 +55 -0
- package/dist-esm/samples-dev/importPipelinesListSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +4 -9
- package/dist-esm/samples-dev/operationsListSample.js.map +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 +55 -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 +4 -9
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +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 +4 -9
- package/dist-esm/samples-dev/registriesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/registriesListCredentialsSample.js +1 -1
- package/dist-esm/samples-dev/registriesListPrivateLinkResourcesSample.js +4 -9
- package/dist-esm/samples-dev/registriesListPrivateLinkResourcesSample.js.map +1 -1
- package/dist-esm/samples-dev/registriesListSample.js +4 -9
- package/dist-esm/samples-dev/registriesListSample.js.map +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 +4 -9
- package/dist-esm/samples-dev/replicationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/replicationsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/runsListSample.js +3 -8
- package/dist-esm/samples-dev/runsListSample.js.map +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 +4 -9
- package/dist-esm/samples-dev/scopeMapsListSample.js.map +1 -1
- package/dist-esm/samples-dev/scopeMapsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/taskRunsListSample.js +3 -8
- package/dist-esm/samples-dev/taskRunsListSample.js.map +1 -1
- package/dist-esm/samples-dev/tasksListSample.js +3 -8
- package/dist-esm/samples-dev/tasksListSample.js.map +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 +4 -9
- package/dist-esm/samples-dev/tokensListSample.js.map +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 +4 -9
- package/dist-esm/samples-dev/webhooksListEventsSample.js.map +1 -1
- package/dist-esm/samples-dev/webhooksListSample.js +4 -9
- package/dist-esm/samples-dev/webhooksListSample.js.map +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 +984 -21
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +128 -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 +1415 -46
- 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/agentPools.js +3 -8
- package/dist-esm/src/operations/agentPools.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 +416 -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 +436 -0
- package/dist-esm/src/operations/archives.js.map +1 -0
- package/dist-esm/src/operations/cacheRules.js +3 -8
- package/dist-esm/src/operations/cacheRules.js.map +1 -1
- 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 +544 -0
- package/dist-esm/src/operations/connectedRegistries.js.map +1 -0
- package/dist-esm/src/operations/credentialSets.js +3 -8
- package/dist-esm/src/operations/credentialSets.js.map +1 -1
- 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 +364 -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 +364 -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/operations.js +3 -8
- package/dist-esm/src/operations/operations.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 +364 -0
- package/dist-esm/src/operations/pipelineRuns.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +3 -8
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/registries.js +9 -24
- package/dist-esm/src/operations/registries.js.map +1 -1
- package/dist-esm/src/operations/replications.js +3 -8
- package/dist-esm/src/operations/replications.js.map +1 -1
- package/dist-esm/src/operations/runs.js +4 -9
- package/dist-esm/src/operations/runs.js.map +1 -1
- package/dist-esm/src/operations/scopeMaps.js +3 -8
- package/dist-esm/src/operations/scopeMaps.js.map +1 -1
- package/dist-esm/src/operations/taskRuns.js +3 -8
- package/dist-esm/src/operations/taskRuns.js.map +1 -1
- package/dist-esm/src/operations/tasks.js +3 -8
- package/dist-esm/src/operations/tasks.js.map +1 -1
- package/dist-esm/src/operations/tokens.js +3 -8
- package/dist-esm/src/operations/tokens.js.map +1 -1
- package/dist-esm/src/operations/webhooks.js +6 -16
- package/dist-esm/src/operations/webhooks.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/dist-esm/test/containerregistry_examples.js +6 -16
- package/dist-esm/test/containerregistry_examples.js.map +1 -1
- package/package.json +13 -18
- package/review/arm-containerregistry.api.md +839 -16
- package/src/containerRegistryManagementClient.ts +25 -1
- package/src/models/index.ts +1154 -32
- package/src/models/mappers.ts +1509 -32
- 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 +1530 -40
- package/types/tsdoc-metadata.json +1 -1
- package/rollup.config.js +0 -122
package/src/models/index.ts
CHANGED
@@ -25,14 +25,38 @@ export type TaskStepUpdateParametersUnion =
|
|
25
25
|
| FileTaskStepUpdateParameters
|
26
26
|
| EncodedTaskStepUpdateParameters;
|
27
27
|
|
28
|
-
/** The result of a request to list
|
29
|
-
export interface
|
30
|
-
/** The list of
|
31
|
-
value?:
|
32
|
-
/**
|
28
|
+
/** The result of a request to list archives for a container registry. */
|
29
|
+
export interface ArchiveListResult {
|
30
|
+
/** The list of archives. Since this list may be incomplete, the nextLink field should be used to request the next list of distributions. */
|
31
|
+
value?: Archive[];
|
32
|
+
/** The URI that can be used to request the next list of archives. */
|
33
33
|
nextLink?: string;
|
34
34
|
}
|
35
35
|
|
36
|
+
/** The properties of a archive. */
|
37
|
+
export interface ArchiveProperties {
|
38
|
+
/** The package source of the archive. */
|
39
|
+
packageSource?: ArchivePackageSourceProperties;
|
40
|
+
/** The published version of the archive. */
|
41
|
+
publishedVersion?: string;
|
42
|
+
repositoryEndpointPrefix?: string;
|
43
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
44
|
+
readonly repositoryEndpoint?: string;
|
45
|
+
/**
|
46
|
+
* The provisioning state of the archive at the time the operation was called.
|
47
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
48
|
+
*/
|
49
|
+
readonly provisioningState?: ProvisioningState;
|
50
|
+
}
|
51
|
+
|
52
|
+
/** The properties of the archive package source. */
|
53
|
+
export interface ArchivePackageSourceProperties {
|
54
|
+
/** The type of package source for a archive. */
|
55
|
+
type?: PackageSourceType;
|
56
|
+
/** The external repository url. */
|
57
|
+
url?: string;
|
58
|
+
}
|
59
|
+
|
36
60
|
/** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags. */
|
37
61
|
export interface ProxyResource {
|
38
62
|
/**
|
@@ -122,12 +146,182 @@ export interface ErrorAdditionalInfo {
|
|
122
146
|
readonly info?: Record<string, unknown>;
|
123
147
|
}
|
124
148
|
|
149
|
+
/** The parameters for updating a archive. */
|
150
|
+
export interface ArchiveUpdateParameters {
|
151
|
+
/** The published version of the archive. */
|
152
|
+
publishedVersion?: string;
|
153
|
+
}
|
154
|
+
|
155
|
+
/** The result of a request to list export pipelines for a container registry. */
|
156
|
+
export interface ArchiveVersionListResult {
|
157
|
+
/** 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. */
|
158
|
+
value?: ArchiveVersion[];
|
159
|
+
/** The URI that can be used to request the next list of pipeline runs. */
|
160
|
+
nextLink?: string;
|
161
|
+
}
|
162
|
+
|
163
|
+
/** The result of a request to list cache rules for a container registry. */
|
164
|
+
export interface CacheRulesListResult {
|
165
|
+
/** The list of cache rules. */
|
166
|
+
value?: CacheRule[];
|
167
|
+
/** If provided, client must use NextLink URI to request next list of cache rules. */
|
168
|
+
nextLink?: string;
|
169
|
+
}
|
170
|
+
|
125
171
|
/** The parameters for updating a cache rule. */
|
126
172
|
export interface CacheRuleUpdateParameters {
|
127
173
|
/** The ARM resource ID of the credential store which is associated with the Cache rule. */
|
128
174
|
credentialSetResourceId?: string;
|
129
175
|
}
|
130
176
|
|
177
|
+
/** The result of a request to list connected registries for a container registry. */
|
178
|
+
export interface ConnectedRegistryListResult {
|
179
|
+
/** 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. */
|
180
|
+
value?: ConnectedRegistry[];
|
181
|
+
/** The URI that can be used to request the next list of connected registries. */
|
182
|
+
nextLink?: string;
|
183
|
+
}
|
184
|
+
|
185
|
+
/** The activation properties of the connected registry. */
|
186
|
+
export interface ActivationProperties {
|
187
|
+
/**
|
188
|
+
* The activation status of the connected registry.
|
189
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
190
|
+
*/
|
191
|
+
readonly status?: ActivationStatus;
|
192
|
+
}
|
193
|
+
|
194
|
+
/** The properties of the connected registry parent. */
|
195
|
+
export interface ParentProperties {
|
196
|
+
/** The resource ID of the parent to which the connected registry will be associated. */
|
197
|
+
id?: string;
|
198
|
+
/** The sync properties of the connected registry with its parent. */
|
199
|
+
syncProperties: SyncProperties;
|
200
|
+
}
|
201
|
+
|
202
|
+
/** The sync properties of the connected registry with its parent. */
|
203
|
+
export interface SyncProperties {
|
204
|
+
/** The resource ID of the ACR token used to authenticate the connected registry to its parent during sync. */
|
205
|
+
tokenId: string;
|
206
|
+
/** The cron expression indicating the schedule that the connected registry will sync with its parent. */
|
207
|
+
schedule?: string;
|
208
|
+
/** 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. */
|
209
|
+
syncWindow?: string;
|
210
|
+
/** 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. */
|
211
|
+
messageTtl: string;
|
212
|
+
/**
|
213
|
+
* The last time a sync occurred between the connected registry and its parent.
|
214
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
215
|
+
*/
|
216
|
+
readonly lastSyncTime?: Date;
|
217
|
+
/**
|
218
|
+
* The gateway endpoint used by the connected registry to communicate with its parent.
|
219
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
220
|
+
*/
|
221
|
+
readonly gatewayEndpoint?: string;
|
222
|
+
}
|
223
|
+
|
224
|
+
/** The login server properties of the connected registry. */
|
225
|
+
export interface LoginServerProperties {
|
226
|
+
/**
|
227
|
+
* The host of the connected registry. Can be FQDN or IP.
|
228
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
229
|
+
*/
|
230
|
+
readonly host?: string;
|
231
|
+
/**
|
232
|
+
* The TLS properties of the connected registry login server.
|
233
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
234
|
+
*/
|
235
|
+
readonly tls?: TlsProperties;
|
236
|
+
}
|
237
|
+
|
238
|
+
/** The TLS properties of the connected registry login server. */
|
239
|
+
export interface TlsProperties {
|
240
|
+
/**
|
241
|
+
* Indicates whether HTTPS is enabled for the login server.
|
242
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
243
|
+
*/
|
244
|
+
readonly status?: TlsStatus;
|
245
|
+
/**
|
246
|
+
* The certificate used to configure HTTPS for the login server.
|
247
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
248
|
+
*/
|
249
|
+
readonly certificate?: TlsCertificateProperties;
|
250
|
+
}
|
251
|
+
|
252
|
+
/** The TLS certificate properties of the connected registry login server. */
|
253
|
+
export interface TlsCertificateProperties {
|
254
|
+
/**
|
255
|
+
* The type of certificate location.
|
256
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
257
|
+
*/
|
258
|
+
readonly type?: CertificateType;
|
259
|
+
/**
|
260
|
+
* Indicates the location of the certificates.
|
261
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
262
|
+
*/
|
263
|
+
readonly location?: string;
|
264
|
+
}
|
265
|
+
|
266
|
+
/** The logging properties of the connected registry. */
|
267
|
+
export interface LoggingProperties {
|
268
|
+
/** The verbosity of logs persisted on the connected registry. */
|
269
|
+
logLevel?: LogLevel;
|
270
|
+
/** Indicates whether audit logs are enabled on the connected registry. */
|
271
|
+
auditLogStatus?: AuditLogStatus;
|
272
|
+
}
|
273
|
+
|
274
|
+
/** The status detail properties of the connected registry. */
|
275
|
+
export interface StatusDetailProperties {
|
276
|
+
/**
|
277
|
+
* The component of the connected registry corresponding to the status.
|
278
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
279
|
+
*/
|
280
|
+
readonly type?: string;
|
281
|
+
/**
|
282
|
+
* The code of the status.
|
283
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
284
|
+
*/
|
285
|
+
readonly code?: string;
|
286
|
+
/**
|
287
|
+
* The description of the status.
|
288
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
289
|
+
*/
|
290
|
+
readonly description?: string;
|
291
|
+
/**
|
292
|
+
* The timestamp of the status.
|
293
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
294
|
+
*/
|
295
|
+
readonly timestamp?: Date;
|
296
|
+
/**
|
297
|
+
* The correlation ID of the status.
|
298
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
299
|
+
*/
|
300
|
+
readonly correlationId?: string;
|
301
|
+
}
|
302
|
+
|
303
|
+
/** The parameters for updating a connected registry. */
|
304
|
+
export interface ConnectedRegistryUpdateParameters {
|
305
|
+
/** The sync properties of the connected registry with its parent. */
|
306
|
+
syncProperties?: SyncUpdateProperties;
|
307
|
+
/** The logging properties of the connected registry. */
|
308
|
+
logging?: LoggingProperties;
|
309
|
+
/** The list of the ACR token resource IDs used to authenticate clients to the connected registry. */
|
310
|
+
clientTokenIds?: string[];
|
311
|
+
/** The list of notifications subscription information for the connected registry. */
|
312
|
+
notificationsList?: string[];
|
313
|
+
}
|
314
|
+
|
315
|
+
/** The parameters for updating the sync properties of the connected registry with its parent. */
|
316
|
+
export interface SyncUpdateProperties {
|
317
|
+
/** The cron expression indicating the schedule that the connected registry will sync with its parent. */
|
318
|
+
schedule?: string;
|
319
|
+
/** 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. */
|
320
|
+
syncWindow?: string;
|
321
|
+
/** 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. */
|
322
|
+
messageTtl?: string;
|
323
|
+
}
|
324
|
+
|
131
325
|
/** The result of a request to list credential sets for a container registry. */
|
132
326
|
export interface CredentialSetListResult {
|
133
327
|
/** The list of credential sets. Since this list may be incomplete, the nextLink field should be used to request the next list of credential sets. */
|
@@ -208,6 +402,28 @@ export interface CredentialSetUpdateParameters {
|
|
208
402
|
authCredentials?: AuthCredential[];
|
209
403
|
}
|
210
404
|
|
405
|
+
/** The result of a request to list export pipelines for a container registry. */
|
406
|
+
export interface ExportPipelineListResult {
|
407
|
+
/** 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. */
|
408
|
+
value?: ExportPipeline[];
|
409
|
+
/** The URI that can be used to request the next list of pipeline runs. */
|
410
|
+
nextLink?: string;
|
411
|
+
}
|
412
|
+
|
413
|
+
/** The properties of the export pipeline target. */
|
414
|
+
export interface ExportPipelineTargetProperties {
|
415
|
+
/** The type of target for the export pipeline. */
|
416
|
+
type?: string;
|
417
|
+
/**
|
418
|
+
* The target uri of the export pipeline.
|
419
|
+
* When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
|
420
|
+
* When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
|
421
|
+
*/
|
422
|
+
uri?: string;
|
423
|
+
/** They key vault secret uri to obtain the target storage SAS token. */
|
424
|
+
keyVaultUri: string;
|
425
|
+
}
|
426
|
+
|
211
427
|
export interface ImportImageParameters {
|
212
428
|
/** The source of the image. */
|
213
429
|
source: ImportSource;
|
@@ -242,6 +458,38 @@ export interface ImportSourceCredentials {
|
|
242
458
|
password: string;
|
243
459
|
}
|
244
460
|
|
461
|
+
/** The result of a request to list import pipelines for a container registry. */
|
462
|
+
export interface ImportPipelineListResult {
|
463
|
+
/** 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. */
|
464
|
+
value?: ImportPipeline[];
|
465
|
+
/** The URI that can be used to request the next list of pipeline runs. */
|
466
|
+
nextLink?: string;
|
467
|
+
}
|
468
|
+
|
469
|
+
/** The properties of the import pipeline source. */
|
470
|
+
export interface ImportPipelineSourceProperties {
|
471
|
+
/** The type of source for the import pipeline. */
|
472
|
+
type?: PipelineSourceType;
|
473
|
+
/**
|
474
|
+
* The source uri of the import pipeline.
|
475
|
+
* When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
|
476
|
+
* When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
|
477
|
+
*/
|
478
|
+
uri?: string;
|
479
|
+
/** They key vault secret uri to obtain the source storage SAS token. */
|
480
|
+
keyVaultUri: string;
|
481
|
+
}
|
482
|
+
|
483
|
+
export interface PipelineTriggerProperties {
|
484
|
+
/** The source trigger properties of the pipeline. */
|
485
|
+
sourceTrigger?: PipelineSourceTriggerProperties;
|
486
|
+
}
|
487
|
+
|
488
|
+
export interface PipelineSourceTriggerProperties {
|
489
|
+
/** The current status of the source trigger. */
|
490
|
+
status: TriggerStatus;
|
491
|
+
}
|
492
|
+
|
245
493
|
/** The result of a request to list container registry operations. */
|
246
494
|
export interface OperationListResult {
|
247
495
|
/** The list of container registry operations. Since this list may be incomplete, the nextLink field should be used to request the next list of operations. */
|
@@ -331,6 +579,86 @@ export interface RegistryNameStatus {
|
|
331
579
|
message?: string;
|
332
580
|
}
|
333
581
|
|
582
|
+
/** The result of a request to list pipeline runs for a container registry. */
|
583
|
+
export interface PipelineRunListResult {
|
584
|
+
/** 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. */
|
585
|
+
value?: PipelineRun[];
|
586
|
+
/** The URI that can be used to request the next list of pipeline runs. */
|
587
|
+
nextLink?: string;
|
588
|
+
}
|
589
|
+
|
590
|
+
/** The request properties provided for a pipeline run. */
|
591
|
+
export interface PipelineRunRequest {
|
592
|
+
/** The resource ID of the pipeline to run. */
|
593
|
+
pipelineResourceId?: string;
|
594
|
+
/**
|
595
|
+
* List of source artifacts to be transferred by the pipeline.
|
596
|
+
* Specify an image by repository ('hello-world'). This will use the 'latest' tag.
|
597
|
+
* Specify an image by tag ('hello-world:latest').
|
598
|
+
* Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123').
|
599
|
+
*/
|
600
|
+
artifacts?: string[];
|
601
|
+
/** The source properties of the pipeline run. */
|
602
|
+
source?: PipelineRunSourceProperties;
|
603
|
+
/** The target properties of the pipeline run. */
|
604
|
+
target?: PipelineRunTargetProperties;
|
605
|
+
/** The digest of the tar used to transfer the artifacts. */
|
606
|
+
catalogDigest?: string;
|
607
|
+
}
|
608
|
+
|
609
|
+
export interface PipelineRunSourceProperties {
|
610
|
+
/** The type of the source. */
|
611
|
+
type?: PipelineRunSourceType;
|
612
|
+
/** The name of the source. */
|
613
|
+
name?: string;
|
614
|
+
}
|
615
|
+
|
616
|
+
export interface PipelineRunTargetProperties {
|
617
|
+
/** The type of the target. */
|
618
|
+
type?: PipelineRunTargetType;
|
619
|
+
/** The name of the target. */
|
620
|
+
name?: string;
|
621
|
+
}
|
622
|
+
|
623
|
+
/** The response properties returned for a pipeline run. */
|
624
|
+
export interface PipelineRunResponse {
|
625
|
+
/** The current status of the pipeline run. */
|
626
|
+
status?: string;
|
627
|
+
/** The artifacts imported in the pipeline run. */
|
628
|
+
importedArtifacts?: string[];
|
629
|
+
/** The current progress of the copy operation. */
|
630
|
+
progress?: ProgressProperties;
|
631
|
+
/** The time the pipeline run started. */
|
632
|
+
startTime?: Date;
|
633
|
+
/** The time the pipeline run finished. */
|
634
|
+
finishTime?: Date;
|
635
|
+
/** The source of the pipeline run. */
|
636
|
+
source?: ImportPipelineSourceProperties;
|
637
|
+
/** The target of the pipeline run. */
|
638
|
+
target?: ExportPipelineTargetProperties;
|
639
|
+
/** The digest of the tar used to transfer the artifacts. */
|
640
|
+
catalogDigest?: string;
|
641
|
+
/** The trigger that caused the pipeline run. */
|
642
|
+
trigger?: PipelineTriggerDescriptor;
|
643
|
+
/** The detailed error message for the pipeline run in the case of failure. */
|
644
|
+
pipelineRunErrorMessage?: string;
|
645
|
+
}
|
646
|
+
|
647
|
+
export interface ProgressProperties {
|
648
|
+
/** The percentage complete of the copy operation. */
|
649
|
+
percentage?: string;
|
650
|
+
}
|
651
|
+
|
652
|
+
export interface PipelineTriggerDescriptor {
|
653
|
+
/** The source trigger that caused the pipeline run. */
|
654
|
+
sourceTrigger?: PipelineSourceTriggerDescriptor;
|
655
|
+
}
|
656
|
+
|
657
|
+
export interface PipelineSourceTriggerDescriptor {
|
658
|
+
/** The timestamp when the source update happened. */
|
659
|
+
timestamp?: Date;
|
660
|
+
}
|
661
|
+
|
334
662
|
/** The result of a request to list private endpoint connections for a container registry. */
|
335
663
|
export interface PrivateEndpointConnectionListResult {
|
336
664
|
/** The list of private endpoint connections. Since this list may be incomplete, the nextLink field should be used to request the next list of private endpoint connections. */
|
@@ -419,6 +747,10 @@ export interface Policies {
|
|
419
747
|
retentionPolicy?: RetentionPolicy;
|
420
748
|
/** The export policy for a container registry. */
|
421
749
|
exportPolicy?: ExportPolicy;
|
750
|
+
/** The policy for using ARM audience token for a container registry. */
|
751
|
+
azureADAuthenticationAsArmPolicy?: AzureADAuthenticationAsArmPolicy;
|
752
|
+
/** The soft delete policy for a container registry. */
|
753
|
+
softDeletePolicy?: SoftDeletePolicy;
|
422
754
|
}
|
423
755
|
|
424
756
|
/** The quarantine policy for a container registry. */
|
@@ -454,6 +786,25 @@ export interface ExportPolicy {
|
|
454
786
|
status?: ExportPolicyStatus;
|
455
787
|
}
|
456
788
|
|
789
|
+
/** The policy for using ARM audience token for a container registry. */
|
790
|
+
export interface AzureADAuthenticationAsArmPolicy {
|
791
|
+
/** The value that indicates whether the policy is enabled or not. */
|
792
|
+
status?: AzureADAuthenticationAsArmPolicyStatus;
|
793
|
+
}
|
794
|
+
|
795
|
+
/** The soft delete policy for a container registry */
|
796
|
+
export interface SoftDeletePolicy {
|
797
|
+
/** The number of days after which a soft-deleted item is permanently deleted. */
|
798
|
+
retentionDays?: number;
|
799
|
+
/**
|
800
|
+
* The timestamp when the policy was last updated.
|
801
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
802
|
+
*/
|
803
|
+
readonly lastUpdatedTime?: Date;
|
804
|
+
/** The value that indicates whether the policy is enabled or not. */
|
805
|
+
status?: PolicyStatus;
|
806
|
+
}
|
807
|
+
|
457
808
|
export interface EncryptionProperty {
|
458
809
|
/** Indicates whether or not the encryption is enabled for container registry. */
|
459
810
|
status?: EncryptionStatus;
|
@@ -533,6 +884,10 @@ export interface RegistryUpdateParameters {
|
|
533
884
|
publicNetworkAccess?: PublicNetworkAccess;
|
534
885
|
/** Whether to allow trusted Azure services to access a network restricted registry. */
|
535
886
|
networkRuleBypassOptions?: NetworkRuleBypassOptions;
|
887
|
+
/** Enables registry-wide pull from unauthenticated clients. */
|
888
|
+
anonymousPullEnabled?: boolean;
|
889
|
+
/** Determines whether registry artifacts are indexed for metadata search. */
|
890
|
+
metadataSearch?: MetadataSearch;
|
536
891
|
}
|
537
892
|
|
538
893
|
/** The result of a request to get container registry quota usages. */
|
@@ -1424,6 +1779,46 @@ export interface OverrideTaskStepProperties {
|
|
1424
1779
|
updateTriggerToken?: string;
|
1425
1780
|
}
|
1426
1781
|
|
1782
|
+
/** The properties of the Debian package Archive. */
|
1783
|
+
export interface DebianArchiveProperties extends ArchiveProperties {
|
1784
|
+
/** Debian distribution Name. */
|
1785
|
+
distributionName?: string;
|
1786
|
+
}
|
1787
|
+
|
1788
|
+
/** The properties of the archive package source. */
|
1789
|
+
export interface DebianArchivePackageSourceProperties
|
1790
|
+
extends ArchivePackageSourceProperties {
|
1791
|
+
/** Upstream Debian distribution Name. */
|
1792
|
+
distributionName?: string;
|
1793
|
+
}
|
1794
|
+
|
1795
|
+
/** An object that represents a archive for a container registry. */
|
1796
|
+
export interface Archive extends ProxyResource {
|
1797
|
+
/** The package source of the archive. */
|
1798
|
+
packageSource?: ArchivePackageSourceProperties;
|
1799
|
+
/** The published version of the archive. */
|
1800
|
+
publishedVersion?: string;
|
1801
|
+
repositoryEndpointPrefix?: string;
|
1802
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
1803
|
+
readonly repositoryEndpoint?: string;
|
1804
|
+
/**
|
1805
|
+
* The provisioning state of the archive at the time the operation was called.
|
1806
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1807
|
+
*/
|
1808
|
+
readonly provisioningState?: ProvisioningState;
|
1809
|
+
}
|
1810
|
+
|
1811
|
+
/** An object that represents an export pipeline for a container registry. */
|
1812
|
+
export interface ArchiveVersion extends ProxyResource {
|
1813
|
+
/**
|
1814
|
+
* The provisioning state of the archive at the time the operation was called.
|
1815
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1816
|
+
*/
|
1817
|
+
readonly provisioningState?: ProvisioningState;
|
1818
|
+
/** The detailed error message for the archive version in the case of failure. */
|
1819
|
+
archiveVersionErrorMessage?: string;
|
1820
|
+
}
|
1821
|
+
|
1427
1822
|
/** An object that represents a cache rule for a container registry. */
|
1428
1823
|
export interface CacheRule extends ProxyResource {
|
1429
1824
|
/** The ARM resource ID of the credential store which is associated with the cache rule. */
|
@@ -1447,6 +1842,52 @@ export interface CacheRule extends ProxyResource {
|
|
1447
1842
|
readonly provisioningState?: ProvisioningState;
|
1448
1843
|
}
|
1449
1844
|
|
1845
|
+
/** An object that represents a connected registry for a container registry. */
|
1846
|
+
export interface ConnectedRegistry extends ProxyResource {
|
1847
|
+
/**
|
1848
|
+
* Provisioning state of the resource.
|
1849
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1850
|
+
*/
|
1851
|
+
readonly provisioningState?: ProvisioningState;
|
1852
|
+
/** The mode of the connected registry resource that indicates the permissions of the registry. */
|
1853
|
+
mode?: ConnectedRegistryMode;
|
1854
|
+
/**
|
1855
|
+
* The current version of ACR runtime on the connected registry.
|
1856
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1857
|
+
*/
|
1858
|
+
readonly version?: string;
|
1859
|
+
/**
|
1860
|
+
* The current connection state of the connected registry.
|
1861
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1862
|
+
*/
|
1863
|
+
readonly connectionState?: ConnectionState;
|
1864
|
+
/**
|
1865
|
+
* The last activity time of the connected registry.
|
1866
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1867
|
+
*/
|
1868
|
+
readonly lastActivityTime?: Date;
|
1869
|
+
/**
|
1870
|
+
* The activation properties of the connected registry.
|
1871
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1872
|
+
*/
|
1873
|
+
readonly activation?: ActivationProperties;
|
1874
|
+
/** The parent of the connected registry. */
|
1875
|
+
parent?: ParentProperties;
|
1876
|
+
/** The list of the ACR token resource IDs used to authenticate clients to the connected registry. */
|
1877
|
+
clientTokenIds?: string[];
|
1878
|
+
/** The login server properties of the connected registry. */
|
1879
|
+
loginServer?: LoginServerProperties;
|
1880
|
+
/** The logging properties of the connected registry. */
|
1881
|
+
logging?: LoggingProperties;
|
1882
|
+
/**
|
1883
|
+
* The list of current statuses of the connected registry.
|
1884
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1885
|
+
*/
|
1886
|
+
readonly statusDetails?: StatusDetailProperties[];
|
1887
|
+
/** The list of notifications subscription information for the connected registry. */
|
1888
|
+
notificationsList?: string[];
|
1889
|
+
}
|
1890
|
+
|
1450
1891
|
/** An object that represents a credential set resource for a container registry. */
|
1451
1892
|
export interface CredentialSet extends ProxyResource {
|
1452
1893
|
/** Identities associated with the resource. This is used to access the KeyVault secrets. */
|
@@ -1470,6 +1911,60 @@ export interface CredentialSet extends ProxyResource {
|
|
1470
1911
|
readonly provisioningState?: ProvisioningState;
|
1471
1912
|
}
|
1472
1913
|
|
1914
|
+
/** An object that represents an export pipeline for a container registry. */
|
1915
|
+
export interface ExportPipeline extends ProxyResource {
|
1916
|
+
/** The location of the export pipeline. */
|
1917
|
+
location?: string;
|
1918
|
+
/** The identity of the export pipeline. */
|
1919
|
+
identity?: IdentityProperties;
|
1920
|
+
/** The target properties of the export pipeline. */
|
1921
|
+
target?: ExportPipelineTargetProperties;
|
1922
|
+
/** The list of all options configured for the pipeline. */
|
1923
|
+
options?: PipelineOptions[];
|
1924
|
+
/**
|
1925
|
+
* The provisioning state of the pipeline at the time the operation was called.
|
1926
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1927
|
+
*/
|
1928
|
+
readonly provisioningState?: ProvisioningState;
|
1929
|
+
}
|
1930
|
+
|
1931
|
+
/** An object that represents an import pipeline for a container registry. */
|
1932
|
+
export interface ImportPipeline extends ProxyResource {
|
1933
|
+
/** The location of the import pipeline. */
|
1934
|
+
location?: string;
|
1935
|
+
/** The identity of the import pipeline. */
|
1936
|
+
identity?: IdentityProperties;
|
1937
|
+
/** The source properties of the import pipeline. */
|
1938
|
+
source?: ImportPipelineSourceProperties;
|
1939
|
+
/** The properties that describe the trigger of the import pipeline. */
|
1940
|
+
trigger?: PipelineTriggerProperties;
|
1941
|
+
/** The list of all options configured for the pipeline. */
|
1942
|
+
options?: PipelineOptions[];
|
1943
|
+
/**
|
1944
|
+
* The provisioning state of the pipeline at the time the operation was called.
|
1945
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1946
|
+
*/
|
1947
|
+
readonly provisioningState?: ProvisioningState;
|
1948
|
+
}
|
1949
|
+
|
1950
|
+
/** An object that represents a pipeline run for a container registry. */
|
1951
|
+
export interface PipelineRun extends ProxyResource {
|
1952
|
+
/**
|
1953
|
+
* The provisioning state of a pipeline run.
|
1954
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1955
|
+
*/
|
1956
|
+
readonly provisioningState?: ProvisioningState;
|
1957
|
+
/** The request parameters for a pipeline run. */
|
1958
|
+
request?: PipelineRunRequest;
|
1959
|
+
/**
|
1960
|
+
* The response of a pipeline run.
|
1961
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1962
|
+
*/
|
1963
|
+
readonly response?: PipelineRunResponse;
|
1964
|
+
/** How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed. */
|
1965
|
+
forceUpdateTag?: string;
|
1966
|
+
}
|
1967
|
+
|
1473
1968
|
/** An object that represents a private endpoint connection for a container registry. */
|
1474
1969
|
export interface PrivateEndpointConnection extends ProxyResource {
|
1475
1970
|
/** The resource of private endpoint. */
|
@@ -1661,6 +2156,10 @@ export interface Registry extends Resource {
|
|
1661
2156
|
networkRuleBypassOptions?: NetworkRuleBypassOptions;
|
1662
2157
|
/** Whether or not zone redundancy is enabled for this container registry */
|
1663
2158
|
zoneRedundancy?: ZoneRedundancy;
|
2159
|
+
/** Enables registry-wide pull from unauthenticated clients. */
|
2160
|
+
anonymousPullEnabled?: boolean;
|
2161
|
+
/** Determines whether registry artifacts are indexed for metadata search. */
|
2162
|
+
metadataSearch?: MetadataSearch;
|
1664
2163
|
}
|
1665
2164
|
|
1666
2165
|
/** An object that represents a replication for a container registry. */
|
@@ -1940,6 +2439,26 @@ export interface EncodedTaskStepUpdateParameters
|
|
1940
2439
|
values?: SetValue[];
|
1941
2440
|
}
|
1942
2441
|
|
2442
|
+
/** Defines headers for Archives_create operation. */
|
2443
|
+
export interface ArchivesCreateHeaders {
|
2444
|
+
azureAsyncOperation?: string;
|
2445
|
+
}
|
2446
|
+
|
2447
|
+
/** Defines headers for Archives_delete operation. */
|
2448
|
+
export interface ArchivesDeleteHeaders {
|
2449
|
+
location?: string;
|
2450
|
+
}
|
2451
|
+
|
2452
|
+
/** Defines headers for ArchiveVersions_create operation. */
|
2453
|
+
export interface ArchiveVersionsCreateHeaders {
|
2454
|
+
azureAsyncOperation?: string;
|
2455
|
+
}
|
2456
|
+
|
2457
|
+
/** Defines headers for ArchiveVersions_delete operation. */
|
2458
|
+
export interface ArchiveVersionsDeleteHeaders {
|
2459
|
+
location?: string;
|
2460
|
+
}
|
2461
|
+
|
1943
2462
|
/** Defines headers for CacheRules_create operation. */
|
1944
2463
|
export interface CacheRulesCreateHeaders {
|
1945
2464
|
azureAsyncOperation?: string;
|
@@ -1955,6 +2474,26 @@ export interface CacheRulesUpdateHeaders {
|
|
1955
2474
|
azureAsyncOperation?: string;
|
1956
2475
|
}
|
1957
2476
|
|
2477
|
+
/** Defines headers for ConnectedRegistries_create operation. */
|
2478
|
+
export interface ConnectedRegistriesCreateHeaders {
|
2479
|
+
azureAsyncOperation?: string;
|
2480
|
+
}
|
2481
|
+
|
2482
|
+
/** Defines headers for ConnectedRegistries_delete operation. */
|
2483
|
+
export interface ConnectedRegistriesDeleteHeaders {
|
2484
|
+
location?: string;
|
2485
|
+
}
|
2486
|
+
|
2487
|
+
/** Defines headers for ConnectedRegistries_update operation. */
|
2488
|
+
export interface ConnectedRegistriesUpdateHeaders {
|
2489
|
+
azureAsyncOperation?: string;
|
2490
|
+
}
|
2491
|
+
|
2492
|
+
/** Defines headers for ConnectedRegistries_deactivate operation. */
|
2493
|
+
export interface ConnectedRegistriesDeactivateHeaders {
|
2494
|
+
location?: string;
|
2495
|
+
}
|
2496
|
+
|
1958
2497
|
/** Defines headers for CredentialSets_create operation. */
|
1959
2498
|
export interface CredentialSetsCreateHeaders {
|
1960
2499
|
azureAsyncOperation?: string;
|
@@ -1970,6 +2509,16 @@ export interface CredentialSetsUpdateHeaders {
|
|
1970
2509
|
azureAsyncOperation?: string;
|
1971
2510
|
}
|
1972
2511
|
|
2512
|
+
/** Defines headers for ExportPipelines_create operation. */
|
2513
|
+
export interface ExportPipelinesCreateHeaders {
|
2514
|
+
azureAsyncOperation?: string;
|
2515
|
+
}
|
2516
|
+
|
2517
|
+
/** Defines headers for ExportPipelines_delete operation. */
|
2518
|
+
export interface ExportPipelinesDeleteHeaders {
|
2519
|
+
location?: string;
|
2520
|
+
}
|
2521
|
+
|
1973
2522
|
/** Defines headers for Registries_importImage operation. */
|
1974
2523
|
export interface RegistriesImportImageHeaders {
|
1975
2524
|
location?: string;
|
@@ -1995,27 +2544,47 @@ export interface RegistriesGenerateCredentialsHeaders {
|
|
1995
2544
|
location?: string;
|
1996
2545
|
}
|
1997
2546
|
|
1998
|
-
/** Defines headers for
|
1999
|
-
export interface
|
2547
|
+
/** Defines headers for ImportPipelines_create operation. */
|
2548
|
+
export interface ImportPipelinesCreateHeaders {
|
2000
2549
|
azureAsyncOperation?: string;
|
2001
2550
|
}
|
2002
2551
|
|
2003
|
-
/** Defines headers for
|
2004
|
-
export interface
|
2552
|
+
/** Defines headers for ImportPipelines_delete operation. */
|
2553
|
+
export interface ImportPipelinesDeleteHeaders {
|
2005
2554
|
location?: string;
|
2006
2555
|
}
|
2007
2556
|
|
2008
|
-
/** Defines headers for
|
2009
|
-
export interface
|
2557
|
+
/** Defines headers for PipelineRuns_create operation. */
|
2558
|
+
export interface PipelineRunsCreateHeaders {
|
2010
2559
|
azureAsyncOperation?: string;
|
2011
2560
|
}
|
2012
2561
|
|
2013
|
-
/** Defines headers for
|
2014
|
-
export interface
|
2562
|
+
/** Defines headers for PipelineRuns_delete operation. */
|
2563
|
+
export interface PipelineRunsDeleteHeaders {
|
2015
2564
|
location?: string;
|
2016
2565
|
}
|
2017
2566
|
|
2018
|
-
/** Defines headers for
|
2567
|
+
/** Defines headers for PrivateEndpointConnections_createOrUpdate operation. */
|
2568
|
+
export interface PrivateEndpointConnectionsCreateOrUpdateHeaders {
|
2569
|
+
azureAsyncOperation?: string;
|
2570
|
+
}
|
2571
|
+
|
2572
|
+
/** Defines headers for PrivateEndpointConnections_delete operation. */
|
2573
|
+
export interface PrivateEndpointConnectionsDeleteHeaders {
|
2574
|
+
location?: string;
|
2575
|
+
}
|
2576
|
+
|
2577
|
+
/** Defines headers for Replications_create operation. */
|
2578
|
+
export interface ReplicationsCreateHeaders {
|
2579
|
+
azureAsyncOperation?: string;
|
2580
|
+
}
|
2581
|
+
|
2582
|
+
/** Defines headers for Replications_delete operation. */
|
2583
|
+
export interface ReplicationsDeleteHeaders {
|
2584
|
+
location?: string;
|
2585
|
+
}
|
2586
|
+
|
2587
|
+
/** Defines headers for Replications_update operation. */
|
2019
2588
|
export interface ReplicationsUpdateHeaders {
|
2020
2589
|
azureAsyncOperation?: string;
|
2021
2590
|
}
|
@@ -2065,6 +2634,21 @@ export interface WebhooksUpdateHeaders {
|
|
2065
2634
|
azureAsyncOperation?: string;
|
2066
2635
|
}
|
2067
2636
|
|
2637
|
+
/** Known values of {@link PackageSourceType} that the service accepts. */
|
2638
|
+
export enum KnownPackageSourceType {
|
2639
|
+
/** Remote */
|
2640
|
+
Remote = "remote"
|
2641
|
+
}
|
2642
|
+
|
2643
|
+
/**
|
2644
|
+
* Defines values for PackageSourceType. \
|
2645
|
+
* {@link KnownPackageSourceType} can be used interchangeably with PackageSourceType,
|
2646
|
+
* this enum contains the known values that the service supports.
|
2647
|
+
* ### Known values supported by the service
|
2648
|
+
* **remote**
|
2649
|
+
*/
|
2650
|
+
export type PackageSourceType = string;
|
2651
|
+
|
2068
2652
|
/** Known values of {@link ProvisioningState} that the service accepts. */
|
2069
2653
|
export enum KnownProvisioningState {
|
2070
2654
|
/** Creating */
|
@@ -2143,6 +2727,150 @@ export enum KnownLastModifiedByType {
|
|
2143
2727
|
*/
|
2144
2728
|
export type LastModifiedByType = string;
|
2145
2729
|
|
2730
|
+
/** Known values of {@link ConnectedRegistryMode} that the service accepts. */
|
2731
|
+
export enum KnownConnectedRegistryMode {
|
2732
|
+
/** ReadWrite */
|
2733
|
+
ReadWrite = "ReadWrite",
|
2734
|
+
/** ReadOnly */
|
2735
|
+
ReadOnly = "ReadOnly",
|
2736
|
+
/** Registry */
|
2737
|
+
Registry = "Registry",
|
2738
|
+
/** Mirror */
|
2739
|
+
Mirror = "Mirror"
|
2740
|
+
}
|
2741
|
+
|
2742
|
+
/**
|
2743
|
+
* Defines values for ConnectedRegistryMode. \
|
2744
|
+
* {@link KnownConnectedRegistryMode} can be used interchangeably with ConnectedRegistryMode,
|
2745
|
+
* this enum contains the known values that the service supports.
|
2746
|
+
* ### Known values supported by the service
|
2747
|
+
* **ReadWrite** \
|
2748
|
+
* **ReadOnly** \
|
2749
|
+
* **Registry** \
|
2750
|
+
* **Mirror**
|
2751
|
+
*/
|
2752
|
+
export type ConnectedRegistryMode = string;
|
2753
|
+
|
2754
|
+
/** Known values of {@link ConnectionState} that the service accepts. */
|
2755
|
+
export enum KnownConnectionState {
|
2756
|
+
/** Online */
|
2757
|
+
Online = "Online",
|
2758
|
+
/** Offline */
|
2759
|
+
Offline = "Offline",
|
2760
|
+
/** Syncing */
|
2761
|
+
Syncing = "Syncing",
|
2762
|
+
/** Unhealthy */
|
2763
|
+
Unhealthy = "Unhealthy"
|
2764
|
+
}
|
2765
|
+
|
2766
|
+
/**
|
2767
|
+
* Defines values for ConnectionState. \
|
2768
|
+
* {@link KnownConnectionState} can be used interchangeably with ConnectionState,
|
2769
|
+
* this enum contains the known values that the service supports.
|
2770
|
+
* ### Known values supported by the service
|
2771
|
+
* **Online** \
|
2772
|
+
* **Offline** \
|
2773
|
+
* **Syncing** \
|
2774
|
+
* **Unhealthy**
|
2775
|
+
*/
|
2776
|
+
export type ConnectionState = string;
|
2777
|
+
|
2778
|
+
/** Known values of {@link ActivationStatus} that the service accepts. */
|
2779
|
+
export enum KnownActivationStatus {
|
2780
|
+
/** Active */
|
2781
|
+
Active = "Active",
|
2782
|
+
/** Inactive */
|
2783
|
+
Inactive = "Inactive"
|
2784
|
+
}
|
2785
|
+
|
2786
|
+
/**
|
2787
|
+
* Defines values for ActivationStatus. \
|
2788
|
+
* {@link KnownActivationStatus} can be used interchangeably with ActivationStatus,
|
2789
|
+
* this enum contains the known values that the service supports.
|
2790
|
+
* ### Known values supported by the service
|
2791
|
+
* **Active** \
|
2792
|
+
* **Inactive**
|
2793
|
+
*/
|
2794
|
+
export type ActivationStatus = string;
|
2795
|
+
|
2796
|
+
/** Known values of {@link TlsStatus} that the service accepts. */
|
2797
|
+
export enum KnownTlsStatus {
|
2798
|
+
/** Enabled */
|
2799
|
+
Enabled = "Enabled",
|
2800
|
+
/** Disabled */
|
2801
|
+
Disabled = "Disabled"
|
2802
|
+
}
|
2803
|
+
|
2804
|
+
/**
|
2805
|
+
* Defines values for TlsStatus. \
|
2806
|
+
* {@link KnownTlsStatus} can be used interchangeably with TlsStatus,
|
2807
|
+
* this enum contains the known values that the service supports.
|
2808
|
+
* ### Known values supported by the service
|
2809
|
+
* **Enabled** \
|
2810
|
+
* **Disabled**
|
2811
|
+
*/
|
2812
|
+
export type TlsStatus = string;
|
2813
|
+
|
2814
|
+
/** Known values of {@link CertificateType} that the service accepts. */
|
2815
|
+
export enum KnownCertificateType {
|
2816
|
+
/** LocalDirectory */
|
2817
|
+
LocalDirectory = "LocalDirectory"
|
2818
|
+
}
|
2819
|
+
|
2820
|
+
/**
|
2821
|
+
* Defines values for CertificateType. \
|
2822
|
+
* {@link KnownCertificateType} can be used interchangeably with CertificateType,
|
2823
|
+
* this enum contains the known values that the service supports.
|
2824
|
+
* ### Known values supported by the service
|
2825
|
+
* **LocalDirectory**
|
2826
|
+
*/
|
2827
|
+
export type CertificateType = string;
|
2828
|
+
|
2829
|
+
/** Known values of {@link LogLevel} that the service accepts. */
|
2830
|
+
export enum KnownLogLevel {
|
2831
|
+
/** Debug */
|
2832
|
+
Debug = "Debug",
|
2833
|
+
/** Information */
|
2834
|
+
Information = "Information",
|
2835
|
+
/** Warning */
|
2836
|
+
Warning = "Warning",
|
2837
|
+
/** Error */
|
2838
|
+
Error = "Error",
|
2839
|
+
/** None */
|
2840
|
+
None = "None"
|
2841
|
+
}
|
2842
|
+
|
2843
|
+
/**
|
2844
|
+
* Defines values for LogLevel. \
|
2845
|
+
* {@link KnownLogLevel} can be used interchangeably with LogLevel,
|
2846
|
+
* this enum contains the known values that the service supports.
|
2847
|
+
* ### Known values supported by the service
|
2848
|
+
* **Debug** \
|
2849
|
+
* **Information** \
|
2850
|
+
* **Warning** \
|
2851
|
+
* **Error** \
|
2852
|
+
* **None**
|
2853
|
+
*/
|
2854
|
+
export type LogLevel = string;
|
2855
|
+
|
2856
|
+
/** Known values of {@link AuditLogStatus} that the service accepts. */
|
2857
|
+
export enum KnownAuditLogStatus {
|
2858
|
+
/** Enabled */
|
2859
|
+
Enabled = "Enabled",
|
2860
|
+
/** Disabled */
|
2861
|
+
Disabled = "Disabled"
|
2862
|
+
}
|
2863
|
+
|
2864
|
+
/**
|
2865
|
+
* Defines values for AuditLogStatus. \
|
2866
|
+
* {@link KnownAuditLogStatus} can be used interchangeably with AuditLogStatus,
|
2867
|
+
* this enum contains the known values that the service supports.
|
2868
|
+
* ### Known values supported by the service
|
2869
|
+
* **Enabled** \
|
2870
|
+
* **Disabled**
|
2871
|
+
*/
|
2872
|
+
export type AuditLogStatus = string;
|
2873
|
+
|
2146
2874
|
/** Known values of {@link CredentialName} that the service accepts. */
|
2147
2875
|
export enum KnownCredentialName {
|
2148
2876
|
/** Credential1 */
|
@@ -2176,6 +2904,30 @@ export enum KnownCredentialHealthStatus {
|
|
2176
2904
|
*/
|
2177
2905
|
export type CredentialHealthStatus = string;
|
2178
2906
|
|
2907
|
+
/** Known values of {@link PipelineOptions} that the service accepts. */
|
2908
|
+
export enum KnownPipelineOptions {
|
2909
|
+
/** OverwriteTags */
|
2910
|
+
OverwriteTags = "OverwriteTags",
|
2911
|
+
/** OverwriteBlobs */
|
2912
|
+
OverwriteBlobs = "OverwriteBlobs",
|
2913
|
+
/** DeleteSourceBlobOnSuccess */
|
2914
|
+
DeleteSourceBlobOnSuccess = "DeleteSourceBlobOnSuccess",
|
2915
|
+
/** ContinueOnErrors */
|
2916
|
+
ContinueOnErrors = "ContinueOnErrors"
|
2917
|
+
}
|
2918
|
+
|
2919
|
+
/**
|
2920
|
+
* Defines values for PipelineOptions. \
|
2921
|
+
* {@link KnownPipelineOptions} can be used interchangeably with PipelineOptions,
|
2922
|
+
* this enum contains the known values that the service supports.
|
2923
|
+
* ### Known values supported by the service
|
2924
|
+
* **OverwriteTags** \
|
2925
|
+
* **OverwriteBlobs** \
|
2926
|
+
* **DeleteSourceBlobOnSuccess** \
|
2927
|
+
* **ContinueOnErrors**
|
2928
|
+
*/
|
2929
|
+
export type PipelineOptions = string;
|
2930
|
+
|
2179
2931
|
/** Known values of {@link ImportMode} that the service accepts. */
|
2180
2932
|
export enum KnownImportMode {
|
2181
2933
|
/** NoForce */
|
@@ -2194,6 +2946,69 @@ export enum KnownImportMode {
|
|
2194
2946
|
*/
|
2195
2947
|
export type ImportMode = string;
|
2196
2948
|
|
2949
|
+
/** Known values of {@link PipelineSourceType} that the service accepts. */
|
2950
|
+
export enum KnownPipelineSourceType {
|
2951
|
+
/** AzureStorageBlobContainer */
|
2952
|
+
AzureStorageBlobContainer = "AzureStorageBlobContainer"
|
2953
|
+
}
|
2954
|
+
|
2955
|
+
/**
|
2956
|
+
* Defines values for PipelineSourceType. \
|
2957
|
+
* {@link KnownPipelineSourceType} can be used interchangeably with PipelineSourceType,
|
2958
|
+
* this enum contains the known values that the service supports.
|
2959
|
+
* ### Known values supported by the service
|
2960
|
+
* **AzureStorageBlobContainer**
|
2961
|
+
*/
|
2962
|
+
export type PipelineSourceType = string;
|
2963
|
+
|
2964
|
+
/** Known values of {@link TriggerStatus} that the service accepts. */
|
2965
|
+
export enum KnownTriggerStatus {
|
2966
|
+
/** Disabled */
|
2967
|
+
Disabled = "Disabled",
|
2968
|
+
/** Enabled */
|
2969
|
+
Enabled = "Enabled"
|
2970
|
+
}
|
2971
|
+
|
2972
|
+
/**
|
2973
|
+
* Defines values for TriggerStatus. \
|
2974
|
+
* {@link KnownTriggerStatus} can be used interchangeably with TriggerStatus,
|
2975
|
+
* this enum contains the known values that the service supports.
|
2976
|
+
* ### Known values supported by the service
|
2977
|
+
* **Disabled** \
|
2978
|
+
* **Enabled**
|
2979
|
+
*/
|
2980
|
+
export type TriggerStatus = string;
|
2981
|
+
|
2982
|
+
/** Known values of {@link PipelineRunSourceType} that the service accepts. */
|
2983
|
+
export enum KnownPipelineRunSourceType {
|
2984
|
+
/** AzureStorageBlob */
|
2985
|
+
AzureStorageBlob = "AzureStorageBlob"
|
2986
|
+
}
|
2987
|
+
|
2988
|
+
/**
|
2989
|
+
* Defines values for PipelineRunSourceType. \
|
2990
|
+
* {@link KnownPipelineRunSourceType} can be used interchangeably with PipelineRunSourceType,
|
2991
|
+
* this enum contains the known values that the service supports.
|
2992
|
+
* ### Known values supported by the service
|
2993
|
+
* **AzureStorageBlob**
|
2994
|
+
*/
|
2995
|
+
export type PipelineRunSourceType = string;
|
2996
|
+
|
2997
|
+
/** Known values of {@link PipelineRunTargetType} that the service accepts. */
|
2998
|
+
export enum KnownPipelineRunTargetType {
|
2999
|
+
/** AzureStorageBlob */
|
3000
|
+
AzureStorageBlob = "AzureStorageBlob"
|
3001
|
+
}
|
3002
|
+
|
3003
|
+
/**
|
3004
|
+
* Defines values for PipelineRunTargetType. \
|
3005
|
+
* {@link KnownPipelineRunTargetType} can be used interchangeably with PipelineRunTargetType,
|
3006
|
+
* this enum contains the known values that the service supports.
|
3007
|
+
* ### Known values supported by the service
|
3008
|
+
* **AzureStorageBlob**
|
3009
|
+
*/
|
3010
|
+
export type PipelineRunTargetType = string;
|
3011
|
+
|
2197
3012
|
/** Known values of {@link ConnectionStatus} that the service accepts. */
|
2198
3013
|
export enum KnownConnectionStatus {
|
2199
3014
|
/** Approved */
|
@@ -2368,6 +3183,24 @@ export enum KnownExportPolicyStatus {
|
|
2368
3183
|
*/
|
2369
3184
|
export type ExportPolicyStatus = string;
|
2370
3185
|
|
3186
|
+
/** Known values of {@link AzureADAuthenticationAsArmPolicyStatus} that the service accepts. */
|
3187
|
+
export enum KnownAzureADAuthenticationAsArmPolicyStatus {
|
3188
|
+
/** Enabled */
|
3189
|
+
Enabled = "enabled",
|
3190
|
+
/** Disabled */
|
3191
|
+
Disabled = "disabled"
|
3192
|
+
}
|
3193
|
+
|
3194
|
+
/**
|
3195
|
+
* Defines values for AzureADAuthenticationAsArmPolicyStatus. \
|
3196
|
+
* {@link KnownAzureADAuthenticationAsArmPolicyStatus} can be used interchangeably with AzureADAuthenticationAsArmPolicyStatus,
|
3197
|
+
* this enum contains the known values that the service supports.
|
3198
|
+
* ### Known values supported by the service
|
3199
|
+
* **enabled** \
|
3200
|
+
* **disabled**
|
3201
|
+
*/
|
3202
|
+
export type AzureADAuthenticationAsArmPolicyStatus = string;
|
3203
|
+
|
2371
3204
|
/** Known values of {@link EncryptionStatus} that the service accepts. */
|
2372
3205
|
export enum KnownEncryptionStatus {
|
2373
3206
|
/** Enabled */
|
@@ -2440,6 +3273,24 @@ export enum KnownZoneRedundancy {
|
|
2440
3273
|
*/
|
2441
3274
|
export type ZoneRedundancy = string;
|
2442
3275
|
|
3276
|
+
/** Known values of {@link MetadataSearch} that the service accepts. */
|
3277
|
+
export enum KnownMetadataSearch {
|
3278
|
+
/** Enabled */
|
3279
|
+
Enabled = "Enabled",
|
3280
|
+
/** Disabled */
|
3281
|
+
Disabled = "Disabled"
|
3282
|
+
}
|
3283
|
+
|
3284
|
+
/**
|
3285
|
+
* Defines values for MetadataSearch. \
|
3286
|
+
* {@link KnownMetadataSearch} can be used interchangeably with MetadataSearch,
|
3287
|
+
* this enum contains the known values that the service supports.
|
3288
|
+
* ### Known values supported by the service
|
3289
|
+
* **Enabled** \
|
3290
|
+
* **Disabled**
|
3291
|
+
*/
|
3292
|
+
export type MetadataSearch = string;
|
3293
|
+
|
2443
3294
|
/** Known values of {@link RegistryUsageUnit} that the service accepts. */
|
2444
3295
|
export enum KnownRegistryUsageUnit {
|
2445
3296
|
/** Count */
|
@@ -2740,24 +3591,6 @@ export enum KnownBaseImageDependencyType {
|
|
2740
3591
|
*/
|
2741
3592
|
export type BaseImageDependencyType = string;
|
2742
3593
|
|
2743
|
-
/** Known values of {@link TriggerStatus} that the service accepts. */
|
2744
|
-
export enum KnownTriggerStatus {
|
2745
|
-
/** Disabled */
|
2746
|
-
Disabled = "Disabled",
|
2747
|
-
/** Enabled */
|
2748
|
-
Enabled = "Enabled"
|
2749
|
-
}
|
2750
|
-
|
2751
|
-
/**
|
2752
|
-
* Defines values for TriggerStatus. \
|
2753
|
-
* {@link KnownTriggerStatus} can be used interchangeably with TriggerStatus,
|
2754
|
-
* this enum contains the known values that the service supports.
|
2755
|
-
* ### Known values supported by the service
|
2756
|
-
* **Disabled** \
|
2757
|
-
* **Enabled**
|
2758
|
-
*/
|
2759
|
-
export type TriggerStatus = string;
|
2760
|
-
|
2761
3594
|
/** Known values of {@link SourceControlType} that the service accepts. */
|
2762
3595
|
export enum KnownSourceControlType {
|
2763
3596
|
/** Github */
|
@@ -2892,6 +3725,103 @@ export type ResourceIdentityType =
|
|
2892
3725
|
/** Defines values for PasswordName. */
|
2893
3726
|
export type PasswordName = "password" | "password2";
|
2894
3727
|
|
3728
|
+
/** Optional parameters. */
|
3729
|
+
export interface ArchivesListOptionalParams
|
3730
|
+
extends coreClient.OperationOptions {}
|
3731
|
+
|
3732
|
+
/** Contains response data for the list operation. */
|
3733
|
+
export type ArchivesListResponse = ArchiveListResult;
|
3734
|
+
|
3735
|
+
/** Optional parameters. */
|
3736
|
+
export interface ArchivesGetOptionalParams
|
3737
|
+
extends coreClient.OperationOptions {}
|
3738
|
+
|
3739
|
+
/** Contains response data for the get operation. */
|
3740
|
+
export type ArchivesGetResponse = Archive;
|
3741
|
+
|
3742
|
+
/** Optional parameters. */
|
3743
|
+
export interface ArchivesCreateOptionalParams
|
3744
|
+
extends coreClient.OperationOptions {
|
3745
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3746
|
+
updateIntervalInMs?: number;
|
3747
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3748
|
+
resumeFrom?: string;
|
3749
|
+
}
|
3750
|
+
|
3751
|
+
/** Contains response data for the create operation. */
|
3752
|
+
export type ArchivesCreateResponse = Archive;
|
3753
|
+
|
3754
|
+
/** Optional parameters. */
|
3755
|
+
export interface ArchivesDeleteOptionalParams
|
3756
|
+
extends coreClient.OperationOptions {
|
3757
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3758
|
+
updateIntervalInMs?: number;
|
3759
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3760
|
+
resumeFrom?: string;
|
3761
|
+
}
|
3762
|
+
|
3763
|
+
/** Contains response data for the delete operation. */
|
3764
|
+
export type ArchivesDeleteResponse = ArchivesDeleteHeaders;
|
3765
|
+
|
3766
|
+
/** Optional parameters. */
|
3767
|
+
export interface ArchivesUpdateOptionalParams
|
3768
|
+
extends coreClient.OperationOptions {}
|
3769
|
+
|
3770
|
+
/** Contains response data for the update operation. */
|
3771
|
+
export type ArchivesUpdateResponse = Archive;
|
3772
|
+
|
3773
|
+
/** Optional parameters. */
|
3774
|
+
export interface ArchivesListNextOptionalParams
|
3775
|
+
extends coreClient.OperationOptions {}
|
3776
|
+
|
3777
|
+
/** Contains response data for the listNext operation. */
|
3778
|
+
export type ArchivesListNextResponse = ArchiveListResult;
|
3779
|
+
|
3780
|
+
/** Optional parameters. */
|
3781
|
+
export interface ArchiveVersionsListOptionalParams
|
3782
|
+
extends coreClient.OperationOptions {}
|
3783
|
+
|
3784
|
+
/** Contains response data for the list operation. */
|
3785
|
+
export type ArchiveVersionsListResponse = ArchiveVersionListResult;
|
3786
|
+
|
3787
|
+
/** Optional parameters. */
|
3788
|
+
export interface ArchiveVersionsGetOptionalParams
|
3789
|
+
extends coreClient.OperationOptions {}
|
3790
|
+
|
3791
|
+
/** Contains response data for the get operation. */
|
3792
|
+
export type ArchiveVersionsGetResponse = ArchiveVersion;
|
3793
|
+
|
3794
|
+
/** Optional parameters. */
|
3795
|
+
export interface ArchiveVersionsCreateOptionalParams
|
3796
|
+
extends coreClient.OperationOptions {
|
3797
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3798
|
+
updateIntervalInMs?: number;
|
3799
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3800
|
+
resumeFrom?: string;
|
3801
|
+
}
|
3802
|
+
|
3803
|
+
/** Contains response data for the create operation. */
|
3804
|
+
export type ArchiveVersionsCreateResponse = ArchiveVersion;
|
3805
|
+
|
3806
|
+
/** Optional parameters. */
|
3807
|
+
export interface ArchiveVersionsDeleteOptionalParams
|
3808
|
+
extends coreClient.OperationOptions {
|
3809
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3810
|
+
updateIntervalInMs?: number;
|
3811
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3812
|
+
resumeFrom?: string;
|
3813
|
+
}
|
3814
|
+
|
3815
|
+
/** Contains response data for the delete operation. */
|
3816
|
+
export type ArchiveVersionsDeleteResponse = ArchiveVersionsDeleteHeaders;
|
3817
|
+
|
3818
|
+
/** Optional parameters. */
|
3819
|
+
export interface ArchiveVersionsListNextOptionalParams
|
3820
|
+
extends coreClient.OperationOptions {}
|
3821
|
+
|
3822
|
+
/** Contains response data for the listNext operation. */
|
3823
|
+
export type ArchiveVersionsListNextResponse = ArchiveVersionListResult;
|
3824
|
+
|
2895
3825
|
/** Optional parameters. */
|
2896
3826
|
export interface CacheRulesListOptionalParams
|
2897
3827
|
extends coreClient.OperationOptions {}
|
@@ -2949,6 +3879,72 @@ export interface CacheRulesListNextOptionalParams
|
|
2949
3879
|
/** Contains response data for the listNext operation. */
|
2950
3880
|
export type CacheRulesListNextResponse = CacheRulesListResult;
|
2951
3881
|
|
3882
|
+
/** Optional parameters. */
|
3883
|
+
export interface ConnectedRegistriesListOptionalParams
|
3884
|
+
extends coreClient.OperationOptions {
|
3885
|
+
/** 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. */
|
3886
|
+
filter?: string;
|
3887
|
+
}
|
3888
|
+
|
3889
|
+
/** Contains response data for the list operation. */
|
3890
|
+
export type ConnectedRegistriesListResponse = ConnectedRegistryListResult;
|
3891
|
+
|
3892
|
+
/** Optional parameters. */
|
3893
|
+
export interface ConnectedRegistriesGetOptionalParams
|
3894
|
+
extends coreClient.OperationOptions {}
|
3895
|
+
|
3896
|
+
/** Contains response data for the get operation. */
|
3897
|
+
export type ConnectedRegistriesGetResponse = ConnectedRegistry;
|
3898
|
+
|
3899
|
+
/** Optional parameters. */
|
3900
|
+
export interface ConnectedRegistriesCreateOptionalParams
|
3901
|
+
extends coreClient.OperationOptions {
|
3902
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3903
|
+
updateIntervalInMs?: number;
|
3904
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3905
|
+
resumeFrom?: string;
|
3906
|
+
}
|
3907
|
+
|
3908
|
+
/** Contains response data for the create operation. */
|
3909
|
+
export type ConnectedRegistriesCreateResponse = ConnectedRegistry;
|
3910
|
+
|
3911
|
+
/** Optional parameters. */
|
3912
|
+
export interface ConnectedRegistriesDeleteOptionalParams
|
3913
|
+
extends coreClient.OperationOptions {
|
3914
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3915
|
+
updateIntervalInMs?: number;
|
3916
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3917
|
+
resumeFrom?: string;
|
3918
|
+
}
|
3919
|
+
|
3920
|
+
/** Optional parameters. */
|
3921
|
+
export interface ConnectedRegistriesUpdateOptionalParams
|
3922
|
+
extends coreClient.OperationOptions {
|
3923
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3924
|
+
updateIntervalInMs?: number;
|
3925
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3926
|
+
resumeFrom?: string;
|
3927
|
+
}
|
3928
|
+
|
3929
|
+
/** Contains response data for the update operation. */
|
3930
|
+
export type ConnectedRegistriesUpdateResponse = ConnectedRegistry;
|
3931
|
+
|
3932
|
+
/** Optional parameters. */
|
3933
|
+
export interface ConnectedRegistriesDeactivateOptionalParams
|
3934
|
+
extends coreClient.OperationOptions {
|
3935
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3936
|
+
updateIntervalInMs?: number;
|
3937
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3938
|
+
resumeFrom?: string;
|
3939
|
+
}
|
3940
|
+
|
3941
|
+
/** Optional parameters. */
|
3942
|
+
export interface ConnectedRegistriesListNextOptionalParams
|
3943
|
+
extends coreClient.OperationOptions {}
|
3944
|
+
|
3945
|
+
/** Contains response data for the listNext operation. */
|
3946
|
+
export type ConnectedRegistriesListNextResponse = ConnectedRegistryListResult;
|
3947
|
+
|
2952
3948
|
/** Optional parameters. */
|
2953
3949
|
export interface CredentialSetsListOptionalParams
|
2954
3950
|
extends coreClient.OperationOptions {}
|
@@ -3006,6 +4002,48 @@ export interface CredentialSetsListNextOptionalParams
|
|
3006
4002
|
/** Contains response data for the listNext operation. */
|
3007
4003
|
export type CredentialSetsListNextResponse = CredentialSetListResult;
|
3008
4004
|
|
4005
|
+
/** Optional parameters. */
|
4006
|
+
export interface ExportPipelinesListOptionalParams
|
4007
|
+
extends coreClient.OperationOptions {}
|
4008
|
+
|
4009
|
+
/** Contains response data for the list operation. */
|
4010
|
+
export type ExportPipelinesListResponse = ExportPipelineListResult;
|
4011
|
+
|
4012
|
+
/** Optional parameters. */
|
4013
|
+
export interface ExportPipelinesGetOptionalParams
|
4014
|
+
extends coreClient.OperationOptions {}
|
4015
|
+
|
4016
|
+
/** Contains response data for the get operation. */
|
4017
|
+
export type ExportPipelinesGetResponse = ExportPipeline;
|
4018
|
+
|
4019
|
+
/** Optional parameters. */
|
4020
|
+
export interface ExportPipelinesCreateOptionalParams
|
4021
|
+
extends coreClient.OperationOptions {
|
4022
|
+
/** Delay to wait until next poll, in milliseconds. */
|
4023
|
+
updateIntervalInMs?: number;
|
4024
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
4025
|
+
resumeFrom?: string;
|
4026
|
+
}
|
4027
|
+
|
4028
|
+
/** Contains response data for the create operation. */
|
4029
|
+
export type ExportPipelinesCreateResponse = ExportPipeline;
|
4030
|
+
|
4031
|
+
/** Optional parameters. */
|
4032
|
+
export interface ExportPipelinesDeleteOptionalParams
|
4033
|
+
extends coreClient.OperationOptions {
|
4034
|
+
/** Delay to wait until next poll, in milliseconds. */
|
4035
|
+
updateIntervalInMs?: number;
|
4036
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
4037
|
+
resumeFrom?: string;
|
4038
|
+
}
|
4039
|
+
|
4040
|
+
/** Optional parameters. */
|
4041
|
+
export interface ExportPipelinesListNextOptionalParams
|
4042
|
+
extends coreClient.OperationOptions {}
|
4043
|
+
|
4044
|
+
/** Contains response data for the listNext operation. */
|
4045
|
+
export type ExportPipelinesListNextResponse = ExportPipelineListResult;
|
4046
|
+
|
3009
4047
|
/** Optional parameters. */
|
3010
4048
|
export interface RegistriesImportImageOptionalParams
|
3011
4049
|
extends coreClient.OperationOptions {
|
@@ -3163,6 +4201,48 @@ export interface RegistriesListPrivateLinkResourcesNextOptionalParams
|
|
3163
4201
|
/** Contains response data for the listPrivateLinkResourcesNext operation. */
|
3164
4202
|
export type RegistriesListPrivateLinkResourcesNextResponse = PrivateLinkResourceListResult;
|
3165
4203
|
|
4204
|
+
/** Optional parameters. */
|
4205
|
+
export interface ImportPipelinesListOptionalParams
|
4206
|
+
extends coreClient.OperationOptions {}
|
4207
|
+
|
4208
|
+
/** Contains response data for the list operation. */
|
4209
|
+
export type ImportPipelinesListResponse = ImportPipelineListResult;
|
4210
|
+
|
4211
|
+
/** Optional parameters. */
|
4212
|
+
export interface ImportPipelinesGetOptionalParams
|
4213
|
+
extends coreClient.OperationOptions {}
|
4214
|
+
|
4215
|
+
/** Contains response data for the get operation. */
|
4216
|
+
export type ImportPipelinesGetResponse = ImportPipeline;
|
4217
|
+
|
4218
|
+
/** Optional parameters. */
|
4219
|
+
export interface ImportPipelinesCreateOptionalParams
|
4220
|
+
extends coreClient.OperationOptions {
|
4221
|
+
/** Delay to wait until next poll, in milliseconds. */
|
4222
|
+
updateIntervalInMs?: number;
|
4223
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
4224
|
+
resumeFrom?: string;
|
4225
|
+
}
|
4226
|
+
|
4227
|
+
/** Contains response data for the create operation. */
|
4228
|
+
export type ImportPipelinesCreateResponse = ImportPipeline;
|
4229
|
+
|
4230
|
+
/** Optional parameters. */
|
4231
|
+
export interface ImportPipelinesDeleteOptionalParams
|
4232
|
+
extends coreClient.OperationOptions {
|
4233
|
+
/** Delay to wait until next poll, in milliseconds. */
|
4234
|
+
updateIntervalInMs?: number;
|
4235
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
4236
|
+
resumeFrom?: string;
|
4237
|
+
}
|
4238
|
+
|
4239
|
+
/** Optional parameters. */
|
4240
|
+
export interface ImportPipelinesListNextOptionalParams
|
4241
|
+
extends coreClient.OperationOptions {}
|
4242
|
+
|
4243
|
+
/** Contains response data for the listNext operation. */
|
4244
|
+
export type ImportPipelinesListNextResponse = ImportPipelineListResult;
|
4245
|
+
|
3166
4246
|
/** Optional parameters. */
|
3167
4247
|
export interface OperationsListOptionalParams
|
3168
4248
|
extends coreClient.OperationOptions {}
|
@@ -3177,6 +4257,48 @@ export interface OperationsListNextOptionalParams
|
|
3177
4257
|
/** Contains response data for the listNext operation. */
|
3178
4258
|
export type OperationsListNextResponse = OperationListResult;
|
3179
4259
|
|
4260
|
+
/** Optional parameters. */
|
4261
|
+
export interface PipelineRunsListOptionalParams
|
4262
|
+
extends coreClient.OperationOptions {}
|
4263
|
+
|
4264
|
+
/** Contains response data for the list operation. */
|
4265
|
+
export type PipelineRunsListResponse = PipelineRunListResult;
|
4266
|
+
|
4267
|
+
/** Optional parameters. */
|
4268
|
+
export interface PipelineRunsGetOptionalParams
|
4269
|
+
extends coreClient.OperationOptions {}
|
4270
|
+
|
4271
|
+
/** Contains response data for the get operation. */
|
4272
|
+
export type PipelineRunsGetResponse = PipelineRun;
|
4273
|
+
|
4274
|
+
/** Optional parameters. */
|
4275
|
+
export interface PipelineRunsCreateOptionalParams
|
4276
|
+
extends coreClient.OperationOptions {
|
4277
|
+
/** Delay to wait until next poll, in milliseconds. */
|
4278
|
+
updateIntervalInMs?: number;
|
4279
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
4280
|
+
resumeFrom?: string;
|
4281
|
+
}
|
4282
|
+
|
4283
|
+
/** Contains response data for the create operation. */
|
4284
|
+
export type PipelineRunsCreateResponse = PipelineRun;
|
4285
|
+
|
4286
|
+
/** Optional parameters. */
|
4287
|
+
export interface PipelineRunsDeleteOptionalParams
|
4288
|
+
extends coreClient.OperationOptions {
|
4289
|
+
/** Delay to wait until next poll, in milliseconds. */
|
4290
|
+
updateIntervalInMs?: number;
|
4291
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
4292
|
+
resumeFrom?: string;
|
4293
|
+
}
|
4294
|
+
|
4295
|
+
/** Optional parameters. */
|
4296
|
+
export interface PipelineRunsListNextOptionalParams
|
4297
|
+
extends coreClient.OperationOptions {}
|
4298
|
+
|
4299
|
+
/** Contains response data for the listNext operation. */
|
4300
|
+
export type PipelineRunsListNextResponse = PipelineRunListResult;
|
4301
|
+
|
3180
4302
|
/** Optional parameters. */
|
3181
4303
|
export interface PrivateEndpointConnectionsListOptionalParams
|
3182
4304
|
extends coreClient.OperationOptions {}
|