@azure/arm-containerregistry 10.1.0-beta.3 → 10.1.0-beta.5
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 +100 -14
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/index.js +3803 -1507
- 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/agentPoolsCreateSample.js +11 -3
- package/dist-esm/samples-dev/agentPoolsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/agentPoolsDeleteSample.js +11 -3
- package/dist-esm/samples-dev/agentPoolsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/agentPoolsGetQueueStatusSample.js +11 -3
- package/dist-esm/samples-dev/agentPoolsGetQueueStatusSample.js.map +1 -1
- package/dist-esm/samples-dev/agentPoolsGetSample.js +11 -3
- package/dist-esm/samples-dev/agentPoolsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/agentPoolsListSample.js +11 -3
- package/dist-esm/samples-dev/agentPoolsListSample.js.map +1 -1
- package/dist-esm/samples-dev/agentPoolsUpdateSample.js +11 -3
- package/dist-esm/samples-dev/agentPoolsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/cacheRulesCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/cacheRulesCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/cacheRulesCreateSample.js +45 -0
- package/dist-esm/samples-dev/cacheRulesCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/cacheRulesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/cacheRulesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/cacheRulesDeleteSample.js +40 -0
- package/dist-esm/samples-dev/cacheRulesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/cacheRulesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/cacheRulesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/cacheRulesGetSample.js +40 -0
- package/dist-esm/samples-dev/cacheRulesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/cacheRulesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/cacheRulesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/cacheRulesListSample.js +53 -0
- package/dist-esm/samples-dev/cacheRulesListSample.js.map +1 -0
- package/dist-esm/samples-dev/cacheRulesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/cacheRulesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/cacheRulesUpdateSample.js +43 -0
- package/dist-esm/samples-dev/cacheRulesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/connectedRegistriesCreateSample.js +12 -4
- package/dist-esm/samples-dev/connectedRegistriesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.js +12 -4
- package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.js.map +1 -1
- package/dist-esm/samples-dev/connectedRegistriesDeleteSample.js +12 -4
- package/dist-esm/samples-dev/connectedRegistriesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/connectedRegistriesGetSample.js +12 -4
- package/dist-esm/samples-dev/connectedRegistriesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/connectedRegistriesListSample.js +12 -4
- package/dist-esm/samples-dev/connectedRegistriesListSample.js.map +1 -1
- package/dist-esm/samples-dev/connectedRegistriesUpdateSample.js +12 -4
- package/dist-esm/samples-dev/connectedRegistriesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/credentialSetsCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/credentialSetsCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/credentialSetsCreateSample.js +51 -0
- package/dist-esm/samples-dev/credentialSetsCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/credentialSetsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/credentialSetsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/credentialSetsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/credentialSetsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/credentialSetsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/credentialSetsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/credentialSetsGetSample.js +40 -0
- package/dist-esm/samples-dev/credentialSetsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/credentialSetsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/credentialSetsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/credentialSetsListSample.js +53 -0
- package/dist-esm/samples-dev/credentialSetsListSample.js.map +1 -0
- package/dist-esm/samples-dev/credentialSetsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/credentialSetsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/credentialSetsUpdateSample.js +49 -0
- package/dist-esm/samples-dev/credentialSetsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/exportPipelinesCreateSample.js +12 -4
- package/dist-esm/samples-dev/exportPipelinesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/exportPipelinesDeleteSample.js +12 -4
- package/dist-esm/samples-dev/exportPipelinesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/exportPipelinesGetSample.js +12 -4
- package/dist-esm/samples-dev/exportPipelinesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/exportPipelinesListSample.js +12 -4
- package/dist-esm/samples-dev/exportPipelinesListSample.js.map +1 -1
- package/dist-esm/samples-dev/importPipelinesCreateSample.js +12 -4
- package/dist-esm/samples-dev/importPipelinesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/importPipelinesDeleteSample.js +12 -4
- package/dist-esm/samples-dev/importPipelinesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/importPipelinesGetSample.js +12 -4
- package/dist-esm/samples-dev/importPipelinesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/importPipelinesListSample.js +12 -4
- package/dist-esm/samples-dev/importPipelinesListSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +11 -3
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/pipelineRunsCreateSample.js +17 -8
- package/dist-esm/samples-dev/pipelineRunsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/pipelineRunsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/pipelineRunsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/pipelineRunsGetSample.js +12 -4
- package/dist-esm/samples-dev/pipelineRunsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/pipelineRunsListSample.js +12 -4
- package/dist-esm/samples-dev/pipelineRunsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +12 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +12 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +12 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/registriesCheckNameAvailabilitySample.js +15 -6
- package/dist-esm/samples-dev/registriesCheckNameAvailabilitySample.js.map +1 -1
- package/dist-esm/samples-dev/registriesCreateSample.js +17 -8
- package/dist-esm/samples-dev/registriesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/registriesDeleteSample.js +12 -4
- package/dist-esm/samples-dev/registriesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/registriesGenerateCredentialsSample.js +12 -4
- package/dist-esm/samples-dev/registriesGenerateCredentialsSample.js.map +1 -1
- package/dist-esm/samples-dev/registriesGetBuildSourceUploadUrlSample.js +11 -3
- package/dist-esm/samples-dev/registriesGetBuildSourceUploadUrlSample.js.map +1 -1
- package/dist-esm/samples-dev/registriesGetPrivateLinkResourceSample.js +12 -4
- package/dist-esm/samples-dev/registriesGetPrivateLinkResourceSample.js.map +1 -1
- package/dist-esm/samples-dev/registriesGetSample.js +12 -4
- package/dist-esm/samples-dev/registriesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/registriesImportImageSample.js +22 -12
- package/dist-esm/samples-dev/registriesImportImageSample.js.map +1 -1
- package/dist-esm/samples-dev/registriesListByResourceGroupSample.js +12 -4
- package/dist-esm/samples-dev/registriesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/registriesListCredentialsSample.js +12 -4
- package/dist-esm/samples-dev/registriesListCredentialsSample.js.map +1 -1
- package/dist-esm/samples-dev/registriesListPrivateLinkResourcesSample.js +12 -4
- package/dist-esm/samples-dev/registriesListPrivateLinkResourcesSample.js.map +1 -1
- package/dist-esm/samples-dev/registriesListSample.js +11 -3
- package/dist-esm/samples-dev/registriesListSample.js.map +1 -1
- package/dist-esm/samples-dev/registriesListUsagesSample.js +12 -4
- package/dist-esm/samples-dev/registriesListUsagesSample.js.map +1 -1
- package/dist-esm/samples-dev/registriesRegenerateCredentialSample.js +12 -4
- package/dist-esm/samples-dev/registriesRegenerateCredentialSample.js.map +1 -1
- package/dist-esm/samples-dev/registriesScheduleRunSample.js +35 -21
- package/dist-esm/samples-dev/registriesScheduleRunSample.js.map +1 -1
- package/dist-esm/samples-dev/registriesUpdateSample.js +12 -4
- package/dist-esm/samples-dev/registriesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/replicationsCreateSample.js +17 -8
- package/dist-esm/samples-dev/replicationsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/replicationsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/replicationsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/replicationsGetSample.js +12 -4
- package/dist-esm/samples-dev/replicationsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/replicationsListSample.js +12 -4
- package/dist-esm/samples-dev/replicationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/replicationsUpdateSample.js +12 -4
- package/dist-esm/samples-dev/replicationsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/runsCancelSample.js +11 -3
- package/dist-esm/samples-dev/runsCancelSample.js.map +1 -1
- package/dist-esm/samples-dev/runsGetLogSasUrlSample.js +11 -3
- package/dist-esm/samples-dev/runsGetLogSasUrlSample.js.map +1 -1
- package/dist-esm/samples-dev/runsGetSample.js +11 -3
- package/dist-esm/samples-dev/runsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/runsListSample.js +11 -3
- package/dist-esm/samples-dev/runsListSample.js.map +1 -1
- package/dist-esm/samples-dev/runsUpdateSample.js +11 -3
- package/dist-esm/samples-dev/runsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/scopeMapsCreateSample.js +12 -4
- package/dist-esm/samples-dev/scopeMapsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/scopeMapsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/scopeMapsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/scopeMapsGetSample.js +12 -4
- package/dist-esm/samples-dev/scopeMapsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/scopeMapsListSample.js +12 -4
- package/dist-esm/samples-dev/scopeMapsListSample.js.map +1 -1
- package/dist-esm/samples-dev/scopeMapsUpdateSample.js +12 -4
- package/dist-esm/samples-dev/scopeMapsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/taskRunsCreateSample.js +11 -3
- package/dist-esm/samples-dev/taskRunsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/taskRunsDeleteSample.js +11 -3
- package/dist-esm/samples-dev/taskRunsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/taskRunsGetDetailsSample.js +11 -3
- package/dist-esm/samples-dev/taskRunsGetDetailsSample.js.map +1 -1
- package/dist-esm/samples-dev/taskRunsGetSample.js +11 -3
- package/dist-esm/samples-dev/taskRunsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/taskRunsListSample.js +11 -3
- package/dist-esm/samples-dev/taskRunsListSample.js.map +1 -1
- package/dist-esm/samples-dev/taskRunsUpdateSample.js +11 -3
- package/dist-esm/samples-dev/taskRunsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/tasksCreateSample.js +27 -15
- package/dist-esm/samples-dev/tasksCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/tasksDeleteSample.js +11 -3
- package/dist-esm/samples-dev/tasksDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/tasksGetDetailsSample.js +11 -3
- package/dist-esm/samples-dev/tasksGetDetailsSample.js.map +1 -1
- package/dist-esm/samples-dev/tasksGetSample.js +11 -3
- package/dist-esm/samples-dev/tasksGetSample.js.map +1 -1
- package/dist-esm/samples-dev/tasksListSample.js +11 -3
- package/dist-esm/samples-dev/tasksListSample.js.map +1 -1
- package/dist-esm/samples-dev/tasksUpdateSample.js +27 -15
- package/dist-esm/samples-dev/tasksUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/tokensCreateSample.js +12 -4
- package/dist-esm/samples-dev/tokensCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/tokensDeleteSample.js +12 -4
- package/dist-esm/samples-dev/tokensDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/tokensGetSample.js +12 -4
- package/dist-esm/samples-dev/tokensGetSample.js.map +1 -1
- package/dist-esm/samples-dev/tokensListSample.js +12 -4
- package/dist-esm/samples-dev/tokensListSample.js.map +1 -1
- package/dist-esm/samples-dev/tokensUpdateSample.js +12 -4
- package/dist-esm/samples-dev/tokensUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/webhooksCreateSample.js +13 -5
- package/dist-esm/samples-dev/webhooksCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/webhooksDeleteSample.js +12 -4
- package/dist-esm/samples-dev/webhooksDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/webhooksGetCallbackConfigSample.js +12 -4
- package/dist-esm/samples-dev/webhooksGetCallbackConfigSample.js.map +1 -1
- package/dist-esm/samples-dev/webhooksGetSample.js +12 -4
- package/dist-esm/samples-dev/webhooksGetSample.js.map +1 -1
- package/dist-esm/samples-dev/webhooksListEventsSample.js +12 -4
- package/dist-esm/samples-dev/webhooksListEventsSample.js.map +1 -1
- package/dist-esm/samples-dev/webhooksListSample.js +12 -4
- package/dist-esm/samples-dev/webhooksListSample.js.map +1 -1
- package/dist-esm/samples-dev/webhooksPingSample.js +12 -4
- package/dist-esm/samples-dev/webhooksPingSample.js.map +1 -1
- package/dist-esm/samples-dev/webhooksUpdateSample.js +13 -5
- package/dist-esm/samples-dev/webhooksUpdateSample.js.map +1 -1
- package/dist-esm/src/containerRegistryManagementClient.d.ts +4 -2
- package/dist-esm/src/containerRegistryManagementClient.d.ts.map +1 -1
- package/dist-esm/src/containerRegistryManagementClient.js +24 -20
- package/dist-esm/src/containerRegistryManagementClient.js.map +1 -1
- package/dist-esm/src/index.d.ts +1 -0
- package/dist-esm/src/index.d.ts.map +1 -1
- package/dist-esm/src/index.js +1 -0
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/lroImpl.d.ts +6 -11
- package/dist-esm/src/lroImpl.d.ts.map +1 -1
- package/dist-esm/src/lroImpl.js +12 -20
- package/dist-esm/src/lroImpl.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +624 -150
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +165 -16
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +49 -6
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +900 -183
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +9 -2
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +79 -19
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/agentPools.d.ts +4 -4
- package/dist-esm/src/operations/agentPools.d.ts.map +1 -1
- package/dist-esm/src/operations/agentPools.js +66 -37
- package/dist-esm/src/operations/agentPools.js.map +1 -1
- package/dist-esm/src/operations/cacheRules.d.ts +99 -0
- package/dist-esm/src/operations/cacheRules.d.ts.map +1 -0
- package/dist-esm/src/operations/cacheRules.js +461 -0
- package/dist-esm/src/operations/cacheRules.js.map +1 -0
- package/dist-esm/src/operations/connectedRegistries.d.ts +17 -17
- package/dist-esm/src/operations/connectedRegistries.d.ts.map +1 -1
- package/dist-esm/src/operations/connectedRegistries.js +85 -54
- package/dist-esm/src/operations/connectedRegistries.js.map +1 -1
- package/dist-esm/src/operations/credentialSets.d.ts +99 -0
- package/dist-esm/src/operations/credentialSets.d.ts.map +1 -0
- package/dist-esm/src/operations/credentialSets.js +461 -0
- package/dist-esm/src/operations/credentialSets.js.map +1 -0
- package/dist-esm/src/operations/exportPipelines.d.ts +11 -11
- package/dist-esm/src/operations/exportPipelines.d.ts.map +1 -1
- package/dist-esm/src/operations/exportPipelines.js +55 -34
- package/dist-esm/src/operations/exportPipelines.js.map +1 -1
- package/dist-esm/src/operations/importPipelines.d.ts +11 -11
- package/dist-esm/src/operations/importPipelines.d.ts.map +1 -1
- package/dist-esm/src/operations/importPipelines.js +55 -34
- package/dist-esm/src/operations/importPipelines.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +2 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +2 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/operations.d.ts.map +1 -1
- package/dist-esm/src/operations/operations.js +19 -8
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/pipelineRuns.d.ts +11 -11
- package/dist-esm/src/operations/pipelineRuns.d.ts.map +1 -1
- package/dist-esm/src/operations/pipelineRuns.js +55 -34
- package/dist-esm/src/operations/pipelineRuns.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +11 -11
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +60 -39
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/registries.d.ts +28 -28
- package/dist-esm/src/operations/registries.d.ts.map +1 -1
- package/dist-esm/src/operations/registries.js +150 -85
- package/dist-esm/src/operations/registries.js.map +1 -1
- package/dist-esm/src/operations/replications.d.ts +14 -14
- package/dist-esm/src/operations/replications.d.ts.map +1 -1
- package/dist-esm/src/operations/replications.js +73 -47
- package/dist-esm/src/operations/replications.js.map +1 -1
- package/dist-esm/src/operations/runs.d.ts +3 -3
- package/dist-esm/src/operations/runs.d.ts.map +1 -1
- package/dist-esm/src/operations/runs.js +51 -26
- package/dist-esm/src/operations/runs.js.map +1 -1
- package/dist-esm/src/operations/scopeMaps.d.ts +14 -14
- package/dist-esm/src/operations/scopeMaps.d.ts.map +1 -1
- package/dist-esm/src/operations/scopeMaps.js +73 -47
- package/dist-esm/src/operations/scopeMaps.js.map +1 -1
- package/dist-esm/src/operations/taskRuns.d.ts +4 -4
- package/dist-esm/src/operations/taskRuns.d.ts.map +1 -1
- package/dist-esm/src/operations/taskRuns.js +60 -37
- package/dist-esm/src/operations/taskRuns.js.map +1 -1
- package/dist-esm/src/operations/tasks.d.ts +4 -4
- package/dist-esm/src/operations/tasks.d.ts.map +1 -1
- package/dist-esm/src/operations/tasks.js +66 -43
- package/dist-esm/src/operations/tasks.js.map +1 -1
- package/dist-esm/src/operations/tokens.d.ts +14 -14
- package/dist-esm/src/operations/tokens.d.ts.map +1 -1
- package/dist-esm/src/operations/tokens.js +73 -47
- package/dist-esm/src/operations/tokens.js.map +1 -1
- package/dist-esm/src/operations/webhooks.d.ts +19 -19
- package/dist-esm/src/operations/webhooks.d.ts.map +1 -1
- package/dist-esm/src/operations/webhooks.js +96 -60
- package/dist-esm/src/operations/webhooks.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/agentPools.d.ts +4 -4
- package/dist-esm/src/operationsInterfaces/agentPools.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/cacheRules.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/cacheRules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/cacheRules.js +9 -0
- package/dist-esm/src/operationsInterfaces/cacheRules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts +15 -15
- package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/credentialSets.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/credentialSets.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/credentialSets.js +9 -0
- package/dist-esm/src/operationsInterfaces/credentialSets.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts +9 -9
- package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/importPipelines.d.ts +9 -9
- package/dist-esm/src/operationsInterfaces/importPipelines.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +2 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +2 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts +9 -9
- package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +9 -9
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/registries.d.ts +24 -24
- package/dist-esm/src/operationsInterfaces/registries.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/replications.d.ts +12 -12
- package/dist-esm/src/operationsInterfaces/replications.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/runs.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/runs.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/scopeMaps.d.ts +12 -12
- package/dist-esm/src/operationsInterfaces/scopeMaps.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/taskRuns.d.ts +4 -4
- package/dist-esm/src/operationsInterfaces/taskRuns.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/tasks.d.ts +4 -4
- package/dist-esm/src/operationsInterfaces/tasks.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/tokens.d.ts +12 -12
- package/dist-esm/src/operationsInterfaces/tokens.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/webhooks.d.ts +15 -15
- package/dist-esm/src/operationsInterfaces/webhooks.d.ts.map +1 -1
- package/dist-esm/src/pagingHelper.d.ts +13 -0
- package/dist-esm/src/pagingHelper.d.ts.map +1 -0
- package/dist-esm/src/pagingHelper.js +32 -0
- package/dist-esm/src/pagingHelper.js.map +1 -0
- package/dist-esm/test/containerregistry_examples.d.ts.map +1 -1
- package/dist-esm/test/containerregistry_examples.js +16 -18
- package/dist-esm/test/containerregistry_examples.js.map +1 -1
- package/package.json +21 -16
- package/review/arm-containerregistry.api.md +587 -321
- package/src/containerRegistryManagementClient.ts +35 -21
- package/src/index.ts +1 -0
- package/src/lroImpl.ts +31 -23
- package/src/models/index.ts +707 -158
- package/src/models/mappers.ts +971 -197
- package/src/models/parameters.ts +90 -19
- package/src/operations/agentPools.ts +83 -50
- package/src/operations/cacheRules.ts +644 -0
- package/src/operations/connectedRegistries.ts +96 -65
- package/src/operations/credentialSets.ts +644 -0
- package/src/operations/exportPipelines.ts +66 -40
- package/src/operations/importPipelines.ts +66 -40
- package/src/operations/index.ts +2 -0
- package/src/operations/operations.ts +21 -9
- package/src/operations/pipelineRuns.ts +66 -40
- package/src/operations/privateEndpointConnections.ts +66 -40
- package/src/operations/registries.ts +187 -122
- package/src/operations/replications.ts +83 -53
- package/src/operations/runs.ts +67 -37
- package/src/operations/scopeMaps.ts +83 -53
- package/src/operations/taskRuns.ts +77 -50
- package/src/operations/tasks.ts +74 -47
- package/src/operations/tokens.ts +81 -51
- package/src/operations/webhooks.ts +115 -73
- package/src/operationsInterfaces/agentPools.ts +6 -6
- package/src/operationsInterfaces/cacheRules.ts +147 -0
- package/src/operationsInterfaces/connectedRegistries.ts +17 -17
- package/src/operationsInterfaces/credentialSets.ts +147 -0
- package/src/operationsInterfaces/exportPipelines.ts +10 -10
- package/src/operationsInterfaces/importPipelines.ts +10 -10
- package/src/operationsInterfaces/index.ts +2 -0
- package/src/operationsInterfaces/pipelineRuns.ts +10 -10
- package/src/operationsInterfaces/privateEndpointConnections.ts +10 -10
- package/src/operationsInterfaces/registries.ts +28 -28
- package/src/operationsInterfaces/replications.ts +14 -14
- package/src/operationsInterfaces/runs.ts +3 -3
- package/src/operationsInterfaces/scopeMaps.ts +14 -14
- package/src/operationsInterfaces/taskRuns.ts +6 -6
- package/src/operationsInterfaces/tasks.ts +4 -4
- package/src/operationsInterfaces/tokens.ts +12 -12
- package/src/operationsInterfaces/webhooks.ts +17 -17
- package/src/pagingHelper.ts +39 -0
- package/types/arm-containerregistry.d.ts +882 -186
- package/types/tsdoc-metadata.json +1 -1
@@ -1,8 +1,8 @@
|
|
1
1
|
import * as coreAuth from '@azure/core-auth';
|
2
2
|
import * as coreClient from '@azure/core-client';
|
3
|
+
import { OperationState } from '@azure/core-lro';
|
3
4
|
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
4
|
-
import {
|
5
|
-
import { PollOperationState } from '@azure/core-lro';
|
5
|
+
import { SimplePollerLike } from '@azure/core-lro';
|
6
6
|
|
7
7
|
/**
|
8
8
|
* Defines values for Action. \
|
@@ -60,7 +60,7 @@ export declare interface Actor {
|
|
60
60
|
* The agentpool that has the ARM resource and properties.
|
61
61
|
* The agentpool will have all information to create an agent pool.
|
62
62
|
*/
|
63
|
-
export declare
|
63
|
+
export declare interface AgentPool extends Resource {
|
64
64
|
/** The count of agent machine */
|
65
65
|
count?: number;
|
66
66
|
/** The Tier of agent machine */
|
@@ -74,7 +74,7 @@ export declare type AgentPool = Resource & {
|
|
74
74
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
75
75
|
*/
|
76
76
|
readonly provisioningState?: ProvisioningState;
|
77
|
-
}
|
77
|
+
}
|
78
78
|
|
79
79
|
/** The collection of agent pools. */
|
80
80
|
export declare interface AgentPoolListResult {
|
@@ -115,7 +115,7 @@ export declare interface AgentPools {
|
|
115
115
|
* @param agentPool The parameters of an agent pool that needs to scheduled.
|
116
116
|
* @param options The options parameters.
|
117
117
|
*/
|
118
|
-
beginCreate(resourceGroupName: string, registryName: string, agentPoolName: string, agentPool: AgentPool, options?: AgentPoolsCreateOptionalParams): Promise<
|
118
|
+
beginCreate(resourceGroupName: string, registryName: string, agentPoolName: string, agentPool: AgentPool, options?: AgentPoolsCreateOptionalParams): Promise<SimplePollerLike<OperationState<AgentPoolsCreateResponse>, AgentPoolsCreateResponse>>;
|
119
119
|
/**
|
120
120
|
* Creates an agent pool for a container registry with the specified parameters.
|
121
121
|
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
@@ -132,7 +132,7 @@ export declare interface AgentPools {
|
|
132
132
|
* @param agentPoolName The name of the agent pool.
|
133
133
|
* @param options The options parameters.
|
134
134
|
*/
|
135
|
-
beginDelete(resourceGroupName: string, registryName: string, agentPoolName: string, options?: AgentPoolsDeleteOptionalParams): Promise<
|
135
|
+
beginDelete(resourceGroupName: string, registryName: string, agentPoolName: string, options?: AgentPoolsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
136
136
|
/**
|
137
137
|
* Deletes a specified agent pool resource.
|
138
138
|
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
@@ -149,7 +149,7 @@ export declare interface AgentPools {
|
|
149
149
|
* @param updateParameters The parameters for updating an agent pool.
|
150
150
|
* @param options The options parameters.
|
151
151
|
*/
|
152
|
-
beginUpdate(resourceGroupName: string, registryName: string, agentPoolName: string, updateParameters: AgentPoolUpdateParameters, options?: AgentPoolsUpdateOptionalParams): Promise<
|
152
|
+
beginUpdate(resourceGroupName: string, registryName: string, agentPoolName: string, updateParameters: AgentPoolUpdateParameters, options?: AgentPoolsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AgentPoolsUpdateResponse>, AgentPoolsUpdateResponse>>;
|
153
153
|
/**
|
154
154
|
* Updates an agent pool with the specified parameters.
|
155
155
|
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
@@ -276,6 +276,21 @@ export declare interface Argument {
|
|
276
276
|
*/
|
277
277
|
export declare type AuditLogStatus = string;
|
278
278
|
|
279
|
+
/** Authentication credential stored for an upstream. */
|
280
|
+
export declare interface AuthCredential {
|
281
|
+
/** The name of the credential. */
|
282
|
+
name?: CredentialName;
|
283
|
+
/** KeyVault Secret URI for accessing the username. */
|
284
|
+
usernameSecretIdentifier?: string;
|
285
|
+
/** KeyVault Secret URI for accessing the password. */
|
286
|
+
passwordSecretIdentifier?: string;
|
287
|
+
/**
|
288
|
+
* This provides data pertaining to the health of the auth credential.
|
289
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
290
|
+
*/
|
291
|
+
readonly credentialHealth?: CredentialHealth;
|
292
|
+
}
|
293
|
+
|
279
294
|
/** The authorization properties for accessing the source code repository. */
|
280
295
|
export declare interface AuthInfo {
|
281
296
|
/** The type of Auth token. */
|
@@ -382,6 +397,180 @@ export declare interface BaseImageTriggerUpdateParameters {
|
|
382
397
|
name: string;
|
383
398
|
}
|
384
399
|
|
400
|
+
/** An object that represents a cache rule for a container registry. */
|
401
|
+
export declare interface CacheRule extends ProxyResource {
|
402
|
+
/** The ARM resource ID of the credential store which is associated with the cache rule. */
|
403
|
+
credentialSetResourceId?: string;
|
404
|
+
/** Source repository pulled from upstream. */
|
405
|
+
sourceRepository?: string;
|
406
|
+
/**
|
407
|
+
* Target repository specified in docker pull command.
|
408
|
+
* Eg: docker pull myregistry.azurecr.io/{targetRepository}:{tag}
|
409
|
+
*/
|
410
|
+
targetRepository?: string;
|
411
|
+
/**
|
412
|
+
* The creation date of the cache rule.
|
413
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
414
|
+
*/
|
415
|
+
readonly creationDate?: Date;
|
416
|
+
/**
|
417
|
+
* Provisioning state of the resource.
|
418
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
419
|
+
*/
|
420
|
+
readonly provisioningState?: ProvisioningState;
|
421
|
+
}
|
422
|
+
|
423
|
+
/** Interface representing a CacheRules. */
|
424
|
+
export declare interface CacheRules {
|
425
|
+
/**
|
426
|
+
* Lists all cache rule resources for the specified container registry.
|
427
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
428
|
+
* @param registryName The name of the container registry.
|
429
|
+
* @param options The options parameters.
|
430
|
+
*/
|
431
|
+
list(resourceGroupName: string, registryName: string, options?: CacheRulesListOptionalParams): PagedAsyncIterableIterator<CacheRule>;
|
432
|
+
/**
|
433
|
+
* Gets the properties of the specified cache rule resource.
|
434
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
435
|
+
* @param registryName The name of the container registry.
|
436
|
+
* @param cacheRuleName The name of the cache rule.
|
437
|
+
* @param options The options parameters.
|
438
|
+
*/
|
439
|
+
get(resourceGroupName: string, registryName: string, cacheRuleName: string, options?: CacheRulesGetOptionalParams): Promise<CacheRulesGetResponse>;
|
440
|
+
/**
|
441
|
+
* Creates a cache rule for a container registry with the specified parameters.
|
442
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
443
|
+
* @param registryName The name of the container registry.
|
444
|
+
* @param cacheRuleName The name of the cache rule.
|
445
|
+
* @param cacheRuleCreateParameters The parameters for creating a cache rule.
|
446
|
+
* @param options The options parameters.
|
447
|
+
*/
|
448
|
+
beginCreate(resourceGroupName: string, registryName: string, cacheRuleName: string, cacheRuleCreateParameters: CacheRule, options?: CacheRulesCreateOptionalParams): Promise<SimplePollerLike<OperationState<CacheRulesCreateResponse>, CacheRulesCreateResponse>>;
|
449
|
+
/**
|
450
|
+
* Creates a cache rule for a container registry with the specified parameters.
|
451
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
452
|
+
* @param registryName The name of the container registry.
|
453
|
+
* @param cacheRuleName The name of the cache rule.
|
454
|
+
* @param cacheRuleCreateParameters The parameters for creating a cache rule.
|
455
|
+
* @param options The options parameters.
|
456
|
+
*/
|
457
|
+
beginCreateAndWait(resourceGroupName: string, registryName: string, cacheRuleName: string, cacheRuleCreateParameters: CacheRule, options?: CacheRulesCreateOptionalParams): Promise<CacheRulesCreateResponse>;
|
458
|
+
/**
|
459
|
+
* Deletes a cache rule resource from a container registry.
|
460
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
461
|
+
* @param registryName The name of the container registry.
|
462
|
+
* @param cacheRuleName The name of the cache rule.
|
463
|
+
* @param options The options parameters.
|
464
|
+
*/
|
465
|
+
beginDelete(resourceGroupName: string, registryName: string, cacheRuleName: string, options?: CacheRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
466
|
+
/**
|
467
|
+
* Deletes a cache rule resource from a container registry.
|
468
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
469
|
+
* @param registryName The name of the container registry.
|
470
|
+
* @param cacheRuleName The name of the cache rule.
|
471
|
+
* @param options The options parameters.
|
472
|
+
*/
|
473
|
+
beginDeleteAndWait(resourceGroupName: string, registryName: string, cacheRuleName: string, options?: CacheRulesDeleteOptionalParams): Promise<void>;
|
474
|
+
/**
|
475
|
+
* Updates a cache rule for a container registry with the specified parameters.
|
476
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
477
|
+
* @param registryName The name of the container registry.
|
478
|
+
* @param cacheRuleName The name of the cache rule.
|
479
|
+
* @param cacheRuleUpdateParameters The parameters for updating a cache rule.
|
480
|
+
* @param options The options parameters.
|
481
|
+
*/
|
482
|
+
beginUpdate(resourceGroupName: string, registryName: string, cacheRuleName: string, cacheRuleUpdateParameters: CacheRuleUpdateParameters, options?: CacheRulesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CacheRulesUpdateResponse>, CacheRulesUpdateResponse>>;
|
483
|
+
/**
|
484
|
+
* Updates a cache rule for a container registry with the specified parameters.
|
485
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
486
|
+
* @param registryName The name of the container registry.
|
487
|
+
* @param cacheRuleName The name of the cache rule.
|
488
|
+
* @param cacheRuleUpdateParameters The parameters for updating a cache rule.
|
489
|
+
* @param options The options parameters.
|
490
|
+
*/
|
491
|
+
beginUpdateAndWait(resourceGroupName: string, registryName: string, cacheRuleName: string, cacheRuleUpdateParameters: CacheRuleUpdateParameters, options?: CacheRulesUpdateOptionalParams): Promise<CacheRulesUpdateResponse>;
|
492
|
+
}
|
493
|
+
|
494
|
+
/** Defines headers for CacheRules_create operation. */
|
495
|
+
export declare interface CacheRulesCreateHeaders {
|
496
|
+
azureAsyncOperation?: string;
|
497
|
+
}
|
498
|
+
|
499
|
+
/** Optional parameters. */
|
500
|
+
export declare interface CacheRulesCreateOptionalParams extends coreClient.OperationOptions {
|
501
|
+
/** Delay to wait until next poll, in milliseconds. */
|
502
|
+
updateIntervalInMs?: number;
|
503
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
504
|
+
resumeFrom?: string;
|
505
|
+
}
|
506
|
+
|
507
|
+
/** Contains response data for the create operation. */
|
508
|
+
export declare type CacheRulesCreateResponse = CacheRule;
|
509
|
+
|
510
|
+
/** Defines headers for CacheRules_delete operation. */
|
511
|
+
export declare interface CacheRulesDeleteHeaders {
|
512
|
+
location?: string;
|
513
|
+
}
|
514
|
+
|
515
|
+
/** Optional parameters. */
|
516
|
+
export declare interface CacheRulesDeleteOptionalParams extends coreClient.OperationOptions {
|
517
|
+
/** Delay to wait until next poll, in milliseconds. */
|
518
|
+
updateIntervalInMs?: number;
|
519
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
520
|
+
resumeFrom?: string;
|
521
|
+
}
|
522
|
+
|
523
|
+
/** Optional parameters. */
|
524
|
+
export declare interface CacheRulesGetOptionalParams extends coreClient.OperationOptions {
|
525
|
+
}
|
526
|
+
|
527
|
+
/** Contains response data for the get operation. */
|
528
|
+
export declare type CacheRulesGetResponse = CacheRule;
|
529
|
+
|
530
|
+
/** Optional parameters. */
|
531
|
+
export declare interface CacheRulesListNextOptionalParams extends coreClient.OperationOptions {
|
532
|
+
}
|
533
|
+
|
534
|
+
/** Contains response data for the listNext operation. */
|
535
|
+
export declare type CacheRulesListNextResponse = CacheRulesListResult;
|
536
|
+
|
537
|
+
/** Optional parameters. */
|
538
|
+
export declare interface CacheRulesListOptionalParams extends coreClient.OperationOptions {
|
539
|
+
}
|
540
|
+
|
541
|
+
/** Contains response data for the list operation. */
|
542
|
+
export declare type CacheRulesListResponse = CacheRulesListResult;
|
543
|
+
|
544
|
+
/** The result of a request to list cache rules for a container registry. */
|
545
|
+
export declare interface CacheRulesListResult {
|
546
|
+
/** The list of cache rules. */
|
547
|
+
value?: CacheRule[];
|
548
|
+
/** If provided, client must use NextLink URI to request next list of cache rules. */
|
549
|
+
nextLink?: string;
|
550
|
+
}
|
551
|
+
|
552
|
+
/** Defines headers for CacheRules_update operation. */
|
553
|
+
export declare interface CacheRulesUpdateHeaders {
|
554
|
+
azureAsyncOperation?: string;
|
555
|
+
}
|
556
|
+
|
557
|
+
/** Optional parameters. */
|
558
|
+
export declare interface CacheRulesUpdateOptionalParams extends coreClient.OperationOptions {
|
559
|
+
/** Delay to wait until next poll, in milliseconds. */
|
560
|
+
updateIntervalInMs?: number;
|
561
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
562
|
+
resumeFrom?: string;
|
563
|
+
}
|
564
|
+
|
565
|
+
/** Contains response data for the update operation. */
|
566
|
+
export declare type CacheRulesUpdateResponse = CacheRule;
|
567
|
+
|
568
|
+
/** The parameters for updating a cache rule. */
|
569
|
+
export declare interface CacheRuleUpdateParameters {
|
570
|
+
/** The ARM resource ID of the credential store which is associated with the Cache rule. */
|
571
|
+
credentialSetResourceId?: string;
|
572
|
+
}
|
573
|
+
|
385
574
|
/** The configuration of service URI and custom headers for the webhook. */
|
386
575
|
export declare interface CallbackConfig {
|
387
576
|
/** The service URI for the webhook to post notifications. */
|
@@ -405,14 +594,14 @@ export declare type CertificateType = string;
|
|
405
594
|
export declare interface ConnectedRegistries {
|
406
595
|
/**
|
407
596
|
* Lists all connected registries for the specified container registry.
|
408
|
-
* @param resourceGroupName The name of the resource group
|
597
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
409
598
|
* @param registryName The name of the container registry.
|
410
599
|
* @param options The options parameters.
|
411
600
|
*/
|
412
601
|
list(resourceGroupName: string, registryName: string, options?: ConnectedRegistriesListOptionalParams): PagedAsyncIterableIterator<ConnectedRegistry>;
|
413
602
|
/**
|
414
603
|
* Gets the properties of the connected registry.
|
415
|
-
* @param resourceGroupName The name of the resource group
|
604
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
416
605
|
* @param registryName The name of the container registry.
|
417
606
|
* @param connectedRegistryName The name of the connected registry.
|
418
607
|
* @param options The options parameters.
|
@@ -420,16 +609,16 @@ export declare interface ConnectedRegistries {
|
|
420
609
|
get(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesGetOptionalParams): Promise<ConnectedRegistriesGetResponse>;
|
421
610
|
/**
|
422
611
|
* Creates a connected registry for a container registry with the specified parameters.
|
423
|
-
* @param resourceGroupName The name of the resource group
|
612
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
424
613
|
* @param registryName The name of the container registry.
|
425
614
|
* @param connectedRegistryName The name of the connected registry.
|
426
615
|
* @param connectedRegistryCreateParameters The parameters for creating a connectedRegistry.
|
427
616
|
* @param options The options parameters.
|
428
617
|
*/
|
429
|
-
beginCreate(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryCreateParameters: ConnectedRegistry, options?: ConnectedRegistriesCreateOptionalParams): Promise<
|
618
|
+
beginCreate(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryCreateParameters: ConnectedRegistry, options?: ConnectedRegistriesCreateOptionalParams): Promise<SimplePollerLike<OperationState<ConnectedRegistriesCreateResponse>, ConnectedRegistriesCreateResponse>>;
|
430
619
|
/**
|
431
620
|
* Creates a connected registry for a container registry with the specified parameters.
|
432
|
-
* @param resourceGroupName The name of the resource group
|
621
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
433
622
|
* @param registryName The name of the container registry.
|
434
623
|
* @param connectedRegistryName The name of the connected registry.
|
435
624
|
* @param connectedRegistryCreateParameters The parameters for creating a connectedRegistry.
|
@@ -438,15 +627,15 @@ export declare interface ConnectedRegistries {
|
|
438
627
|
beginCreateAndWait(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryCreateParameters: ConnectedRegistry, options?: ConnectedRegistriesCreateOptionalParams): Promise<ConnectedRegistriesCreateResponse>;
|
439
628
|
/**
|
440
629
|
* Deletes a connected registry from a container registry.
|
441
|
-
* @param resourceGroupName The name of the resource group
|
630
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
442
631
|
* @param registryName The name of the container registry.
|
443
632
|
* @param connectedRegistryName The name of the connected registry.
|
444
633
|
* @param options The options parameters.
|
445
634
|
*/
|
446
|
-
beginDelete(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeleteOptionalParams): Promise<
|
635
|
+
beginDelete(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
447
636
|
/**
|
448
637
|
* Deletes a connected registry from a container registry.
|
449
|
-
* @param resourceGroupName The name of the resource group
|
638
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
450
639
|
* @param registryName The name of the container registry.
|
451
640
|
* @param connectedRegistryName The name of the connected registry.
|
452
641
|
* @param options The options parameters.
|
@@ -454,16 +643,16 @@ export declare interface ConnectedRegistries {
|
|
454
643
|
beginDeleteAndWait(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeleteOptionalParams): Promise<void>;
|
455
644
|
/**
|
456
645
|
* Updates a connected registry with the specified parameters.
|
457
|
-
* @param resourceGroupName The name of the resource group
|
646
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
458
647
|
* @param registryName The name of the container registry.
|
459
648
|
* @param connectedRegistryName The name of the connected registry.
|
460
649
|
* @param connectedRegistryUpdateParameters The parameters for updating a connectedRegistry.
|
461
650
|
* @param options The options parameters.
|
462
651
|
*/
|
463
|
-
beginUpdate(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryUpdateParameters: ConnectedRegistryUpdateParameters, options?: ConnectedRegistriesUpdateOptionalParams): Promise<
|
652
|
+
beginUpdate(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryUpdateParameters: ConnectedRegistryUpdateParameters, options?: ConnectedRegistriesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConnectedRegistriesUpdateResponse>, ConnectedRegistriesUpdateResponse>>;
|
464
653
|
/**
|
465
654
|
* Updates a connected registry with the specified parameters.
|
466
|
-
* @param resourceGroupName The name of the resource group
|
655
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
467
656
|
* @param registryName The name of the container registry.
|
468
657
|
* @param connectedRegistryName The name of the connected registry.
|
469
658
|
* @param connectedRegistryUpdateParameters The parameters for updating a connectedRegistry.
|
@@ -472,15 +661,15 @@ export declare interface ConnectedRegistries {
|
|
472
661
|
beginUpdateAndWait(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryUpdateParameters: ConnectedRegistryUpdateParameters, options?: ConnectedRegistriesUpdateOptionalParams): Promise<ConnectedRegistriesUpdateResponse>;
|
473
662
|
/**
|
474
663
|
* Deactivates the connected registry instance.
|
475
|
-
* @param resourceGroupName The name of the resource group
|
664
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
476
665
|
* @param registryName The name of the container registry.
|
477
666
|
* @param connectedRegistryName The name of the connected registry.
|
478
667
|
* @param options The options parameters.
|
479
668
|
*/
|
480
|
-
beginDeactivate(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeactivateOptionalParams): Promise<
|
669
|
+
beginDeactivate(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeactivateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
481
670
|
/**
|
482
671
|
* Deactivates the connected registry instance.
|
483
|
-
* @param resourceGroupName The name of the resource group
|
672
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
484
673
|
* @param registryName The name of the container registry.
|
485
674
|
* @param connectedRegistryName The name of the connected registry.
|
486
675
|
* @param options The options parameters.
|
@@ -488,6 +677,11 @@ export declare interface ConnectedRegistries {
|
|
488
677
|
beginDeactivateAndWait(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeactivateOptionalParams): Promise<void>;
|
489
678
|
}
|
490
679
|
|
680
|
+
/** Defines headers for ConnectedRegistries_create operation. */
|
681
|
+
export declare interface ConnectedRegistriesCreateHeaders {
|
682
|
+
azureAsyncOperation?: string;
|
683
|
+
}
|
684
|
+
|
491
685
|
/** Optional parameters. */
|
492
686
|
export declare interface ConnectedRegistriesCreateOptionalParams extends coreClient.OperationOptions {
|
493
687
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -499,6 +693,11 @@ export declare interface ConnectedRegistriesCreateOptionalParams extends coreCli
|
|
499
693
|
/** Contains response data for the create operation. */
|
500
694
|
export declare type ConnectedRegistriesCreateResponse = ConnectedRegistry;
|
501
695
|
|
696
|
+
/** Defines headers for ConnectedRegistries_deactivate operation. */
|
697
|
+
export declare interface ConnectedRegistriesDeactivateHeaders {
|
698
|
+
location?: string;
|
699
|
+
}
|
700
|
+
|
502
701
|
/** Optional parameters. */
|
503
702
|
export declare interface ConnectedRegistriesDeactivateOptionalParams extends coreClient.OperationOptions {
|
504
703
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -507,6 +706,11 @@ export declare interface ConnectedRegistriesDeactivateOptionalParams extends cor
|
|
507
706
|
resumeFrom?: string;
|
508
707
|
}
|
509
708
|
|
709
|
+
/** Defines headers for ConnectedRegistries_delete operation. */
|
710
|
+
export declare interface ConnectedRegistriesDeleteHeaders {
|
711
|
+
location?: string;
|
712
|
+
}
|
713
|
+
|
510
714
|
/** Optional parameters. */
|
511
715
|
export declare interface ConnectedRegistriesDeleteOptionalParams extends coreClient.OperationOptions {
|
512
716
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -524,8 +728,6 @@ export declare type ConnectedRegistriesGetResponse = ConnectedRegistry;
|
|
524
728
|
|
525
729
|
/** Optional parameters. */
|
526
730
|
export declare interface ConnectedRegistriesListNextOptionalParams extends coreClient.OperationOptions {
|
527
|
-
/** 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. */
|
528
|
-
filter?: string;
|
529
731
|
}
|
530
732
|
|
531
733
|
/** Contains response data for the listNext operation. */
|
@@ -540,6 +742,11 @@ export declare interface ConnectedRegistriesListOptionalParams extends coreClien
|
|
540
742
|
/** Contains response data for the list operation. */
|
541
743
|
export declare type ConnectedRegistriesListResponse = ConnectedRegistryListResult;
|
542
744
|
|
745
|
+
/** Defines headers for ConnectedRegistries_update operation. */
|
746
|
+
export declare interface ConnectedRegistriesUpdateHeaders {
|
747
|
+
azureAsyncOperation?: string;
|
748
|
+
}
|
749
|
+
|
543
750
|
/** Optional parameters. */
|
544
751
|
export declare interface ConnectedRegistriesUpdateOptionalParams extends coreClient.OperationOptions {
|
545
752
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -552,7 +759,7 @@ export declare interface ConnectedRegistriesUpdateOptionalParams extends coreCli
|
|
552
759
|
export declare type ConnectedRegistriesUpdateResponse = ConnectedRegistry;
|
553
760
|
|
554
761
|
/** An object that represents a connected registry for a container registry. */
|
555
|
-
export declare
|
762
|
+
export declare interface ConnectedRegistry extends ProxyResource {
|
556
763
|
/**
|
557
764
|
* Provisioning state of the resource.
|
558
765
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
@@ -595,7 +802,7 @@ export declare type ConnectedRegistry = ProxyResource & {
|
|
595
802
|
readonly statusDetails?: StatusDetailProperties[];
|
596
803
|
/** The list of notifications subscription information for the connected registry. */
|
597
804
|
notificationsList?: string[];
|
598
|
-
}
|
805
|
+
}
|
599
806
|
|
600
807
|
/** The result of a request to list connected registries for a container registry. */
|
601
808
|
export declare interface ConnectedRegistryListResult {
|
@@ -659,11 +866,13 @@ export declare class ContainerRegistryManagementClient extends coreClient.Servic
|
|
659
866
|
/**
|
660
867
|
* Initializes a new instance of the ContainerRegistryManagementClient class.
|
661
868
|
* @param credentials Subscription credentials which uniquely identify client subscription.
|
662
|
-
* @param subscriptionId The
|
869
|
+
* @param subscriptionId The ID of the target subscription. The value must be an UUID.
|
663
870
|
* @param options The parameter options
|
664
871
|
*/
|
665
872
|
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ContainerRegistryManagementClientOptionalParams);
|
873
|
+
cacheRules: CacheRules;
|
666
874
|
connectedRegistries: ConnectedRegistries;
|
875
|
+
credentialSets: CredentialSets;
|
667
876
|
exportPipelines: ExportPipelines;
|
668
877
|
registries: Registries;
|
669
878
|
importPipelines: ImportPipelines;
|
@@ -700,6 +909,35 @@ export declare interface ContainerRegistryManagementClientOptionalParams extends
|
|
700
909
|
*/
|
701
910
|
export declare type CreatedByType = string;
|
702
911
|
|
912
|
+
/** The health of the auth credential. */
|
913
|
+
export declare interface CredentialHealth {
|
914
|
+
/** The health status of credential. */
|
915
|
+
status?: CredentialHealthStatus;
|
916
|
+
/** Error code representing the health check error. */
|
917
|
+
errorCode?: string;
|
918
|
+
/** Descriptive message representing the health check error. */
|
919
|
+
errorMessage?: string;
|
920
|
+
}
|
921
|
+
|
922
|
+
/**
|
923
|
+
* Defines values for CredentialHealthStatus. \
|
924
|
+
* {@link KnownCredentialHealthStatus} can be used interchangeably with CredentialHealthStatus,
|
925
|
+
* this enum contains the known values that the service supports.
|
926
|
+
* ### Known values supported by the service
|
927
|
+
* **Healthy** \
|
928
|
+
* **Unhealthy**
|
929
|
+
*/
|
930
|
+
export declare type CredentialHealthStatus = string;
|
931
|
+
|
932
|
+
/**
|
933
|
+
* Defines values for CredentialName. \
|
934
|
+
* {@link KnownCredentialName} can be used interchangeably with CredentialName,
|
935
|
+
* this enum contains the known values that the service supports.
|
936
|
+
* ### Known values supported by the service
|
937
|
+
* **Credential1**
|
938
|
+
*/
|
939
|
+
export declare type CredentialName = string;
|
940
|
+
|
703
941
|
/** The parameters that describes a set of credentials that will be used when a run is invoked. */
|
704
942
|
export declare interface Credentials {
|
705
943
|
/** Describes the credential parameters for accessing the source registry. */
|
@@ -714,6 +952,185 @@ export declare interface Credentials {
|
|
714
952
|
};
|
715
953
|
}
|
716
954
|
|
955
|
+
/** An object that represents a credential set resource for a container registry. */
|
956
|
+
export declare interface CredentialSet extends ProxyResource {
|
957
|
+
/** Identities associated with the resource. This is used to access the KeyVault secrets. */
|
958
|
+
identity?: IdentityProperties;
|
959
|
+
/** The credentials are stored for this upstream or login server. */
|
960
|
+
loginServer?: string;
|
961
|
+
/**
|
962
|
+
* List of authentication credentials stored for an upstream.
|
963
|
+
* Usually consists of a primary and an optional secondary credential.
|
964
|
+
*/
|
965
|
+
authCredentials?: AuthCredential[];
|
966
|
+
/**
|
967
|
+
* The creation date of credential store resource.
|
968
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
969
|
+
*/
|
970
|
+
readonly creationDate?: Date;
|
971
|
+
/**
|
972
|
+
* Provisioning state of the resource.
|
973
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
974
|
+
*/
|
975
|
+
readonly provisioningState?: ProvisioningState;
|
976
|
+
}
|
977
|
+
|
978
|
+
/** The result of a request to list credential sets for a container registry. */
|
979
|
+
export declare interface CredentialSetListResult {
|
980
|
+
/** 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. */
|
981
|
+
value?: CredentialSet[];
|
982
|
+
/** The URI that can be used to request the next list of credential sets. */
|
983
|
+
nextLink?: string;
|
984
|
+
}
|
985
|
+
|
986
|
+
/** Interface representing a CredentialSets. */
|
987
|
+
export declare interface CredentialSets {
|
988
|
+
/**
|
989
|
+
* Lists all credential set resources for the specified container registry.
|
990
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
991
|
+
* @param registryName The name of the container registry.
|
992
|
+
* @param options The options parameters.
|
993
|
+
*/
|
994
|
+
list(resourceGroupName: string, registryName: string, options?: CredentialSetsListOptionalParams): PagedAsyncIterableIterator<CredentialSet>;
|
995
|
+
/**
|
996
|
+
* Gets the properties of the specified credential set resource.
|
997
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
998
|
+
* @param registryName The name of the container registry.
|
999
|
+
* @param credentialSetName The name of the credential set.
|
1000
|
+
* @param options The options parameters.
|
1001
|
+
*/
|
1002
|
+
get(resourceGroupName: string, registryName: string, credentialSetName: string, options?: CredentialSetsGetOptionalParams): Promise<CredentialSetsGetResponse>;
|
1003
|
+
/**
|
1004
|
+
* Creates a credential set for a container registry with the specified parameters.
|
1005
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
1006
|
+
* @param registryName The name of the container registry.
|
1007
|
+
* @param credentialSetName The name of the credential set.
|
1008
|
+
* @param credentialSetCreateParameters The parameters for creating a credential set.
|
1009
|
+
* @param options The options parameters.
|
1010
|
+
*/
|
1011
|
+
beginCreate(resourceGroupName: string, registryName: string, credentialSetName: string, credentialSetCreateParameters: CredentialSet, options?: CredentialSetsCreateOptionalParams): Promise<SimplePollerLike<OperationState<CredentialSetsCreateResponse>, CredentialSetsCreateResponse>>;
|
1012
|
+
/**
|
1013
|
+
* Creates a credential set for a container registry with the specified parameters.
|
1014
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
1015
|
+
* @param registryName The name of the container registry.
|
1016
|
+
* @param credentialSetName The name of the credential set.
|
1017
|
+
* @param credentialSetCreateParameters The parameters for creating a credential set.
|
1018
|
+
* @param options The options parameters.
|
1019
|
+
*/
|
1020
|
+
beginCreateAndWait(resourceGroupName: string, registryName: string, credentialSetName: string, credentialSetCreateParameters: CredentialSet, options?: CredentialSetsCreateOptionalParams): Promise<CredentialSetsCreateResponse>;
|
1021
|
+
/**
|
1022
|
+
* Deletes a credential set from a container registry.
|
1023
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
1024
|
+
* @param registryName The name of the container registry.
|
1025
|
+
* @param credentialSetName The name of the credential set.
|
1026
|
+
* @param options The options parameters.
|
1027
|
+
*/
|
1028
|
+
beginDelete(resourceGroupName: string, registryName: string, credentialSetName: string, options?: CredentialSetsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
1029
|
+
/**
|
1030
|
+
* Deletes a credential set from a container registry.
|
1031
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
1032
|
+
* @param registryName The name of the container registry.
|
1033
|
+
* @param credentialSetName The name of the credential set.
|
1034
|
+
* @param options The options parameters.
|
1035
|
+
*/
|
1036
|
+
beginDeleteAndWait(resourceGroupName: string, registryName: string, credentialSetName: string, options?: CredentialSetsDeleteOptionalParams): Promise<void>;
|
1037
|
+
/**
|
1038
|
+
* Updates a credential set for a container registry with the specified parameters.
|
1039
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
1040
|
+
* @param registryName The name of the container registry.
|
1041
|
+
* @param credentialSetName The name of the credential set.
|
1042
|
+
* @param credentialSetUpdateParameters The parameters for updating a credential set.
|
1043
|
+
* @param options The options parameters.
|
1044
|
+
*/
|
1045
|
+
beginUpdate(resourceGroupName: string, registryName: string, credentialSetName: string, credentialSetUpdateParameters: CredentialSetUpdateParameters, options?: CredentialSetsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CredentialSetsUpdateResponse>, CredentialSetsUpdateResponse>>;
|
1046
|
+
/**
|
1047
|
+
* Updates a credential set for a container registry with the specified parameters.
|
1048
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
1049
|
+
* @param registryName The name of the container registry.
|
1050
|
+
* @param credentialSetName The name of the credential set.
|
1051
|
+
* @param credentialSetUpdateParameters The parameters for updating a credential set.
|
1052
|
+
* @param options The options parameters.
|
1053
|
+
*/
|
1054
|
+
beginUpdateAndWait(resourceGroupName: string, registryName: string, credentialSetName: string, credentialSetUpdateParameters: CredentialSetUpdateParameters, options?: CredentialSetsUpdateOptionalParams): Promise<CredentialSetsUpdateResponse>;
|
1055
|
+
}
|
1056
|
+
|
1057
|
+
/** Defines headers for CredentialSets_create operation. */
|
1058
|
+
export declare interface CredentialSetsCreateHeaders {
|
1059
|
+
azureAsyncOperation?: string;
|
1060
|
+
}
|
1061
|
+
|
1062
|
+
/** Optional parameters. */
|
1063
|
+
export declare interface CredentialSetsCreateOptionalParams extends coreClient.OperationOptions {
|
1064
|
+
/** Delay to wait until next poll, in milliseconds. */
|
1065
|
+
updateIntervalInMs?: number;
|
1066
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1067
|
+
resumeFrom?: string;
|
1068
|
+
}
|
1069
|
+
|
1070
|
+
/** Contains response data for the create operation. */
|
1071
|
+
export declare type CredentialSetsCreateResponse = CredentialSet;
|
1072
|
+
|
1073
|
+
/** Defines headers for CredentialSets_delete operation. */
|
1074
|
+
export declare interface CredentialSetsDeleteHeaders {
|
1075
|
+
location?: string;
|
1076
|
+
}
|
1077
|
+
|
1078
|
+
/** Optional parameters. */
|
1079
|
+
export declare interface CredentialSetsDeleteOptionalParams extends coreClient.OperationOptions {
|
1080
|
+
/** Delay to wait until next poll, in milliseconds. */
|
1081
|
+
updateIntervalInMs?: number;
|
1082
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1083
|
+
resumeFrom?: string;
|
1084
|
+
}
|
1085
|
+
|
1086
|
+
/** Optional parameters. */
|
1087
|
+
export declare interface CredentialSetsGetOptionalParams extends coreClient.OperationOptions {
|
1088
|
+
}
|
1089
|
+
|
1090
|
+
/** Contains response data for the get operation. */
|
1091
|
+
export declare type CredentialSetsGetResponse = CredentialSet;
|
1092
|
+
|
1093
|
+
/** Optional parameters. */
|
1094
|
+
export declare interface CredentialSetsListNextOptionalParams extends coreClient.OperationOptions {
|
1095
|
+
}
|
1096
|
+
|
1097
|
+
/** Contains response data for the listNext operation. */
|
1098
|
+
export declare type CredentialSetsListNextResponse = CredentialSetListResult;
|
1099
|
+
|
1100
|
+
/** Optional parameters. */
|
1101
|
+
export declare interface CredentialSetsListOptionalParams extends coreClient.OperationOptions {
|
1102
|
+
}
|
1103
|
+
|
1104
|
+
/** Contains response data for the list operation. */
|
1105
|
+
export declare type CredentialSetsListResponse = CredentialSetListResult;
|
1106
|
+
|
1107
|
+
/** Defines headers for CredentialSets_update operation. */
|
1108
|
+
export declare interface CredentialSetsUpdateHeaders {
|
1109
|
+
azureAsyncOperation?: string;
|
1110
|
+
}
|
1111
|
+
|
1112
|
+
/** Optional parameters. */
|
1113
|
+
export declare interface CredentialSetsUpdateOptionalParams extends coreClient.OperationOptions {
|
1114
|
+
/** Delay to wait until next poll, in milliseconds. */
|
1115
|
+
updateIntervalInMs?: number;
|
1116
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1117
|
+
resumeFrom?: string;
|
1118
|
+
}
|
1119
|
+
|
1120
|
+
/** Contains response data for the update operation. */
|
1121
|
+
export declare type CredentialSetsUpdateResponse = CredentialSet;
|
1122
|
+
|
1123
|
+
/** The parameters for updating a credential set */
|
1124
|
+
export declare interface CredentialSetUpdateParameters {
|
1125
|
+
/** Identities associated with the resource. This is used to access the KeyVault secrets. */
|
1126
|
+
identity?: IdentityProperties;
|
1127
|
+
/**
|
1128
|
+
* List of authentication credentials stored for an upstream.
|
1129
|
+
* Usually consists of a primary and an optional secondary credential.
|
1130
|
+
*/
|
1131
|
+
authCredentials?: AuthCredential[];
|
1132
|
+
}
|
1133
|
+
|
717
1134
|
/** Describes the credentials that will be used to access a custom registry during a run. */
|
718
1135
|
export declare interface CustomRegistryCredentials {
|
719
1136
|
/** The username for logging into the custom registry. */
|
@@ -744,7 +1161,7 @@ export declare interface CustomRegistryCredentials {
|
|
744
1161
|
export declare type DefaultAction = string;
|
745
1162
|
|
746
1163
|
/** The parameters for a docker quick build. */
|
747
|
-
export declare
|
1164
|
+
export declare interface DockerBuildRequest extends RunRequest {
|
748
1165
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
749
1166
|
type: "DockerBuildRequest";
|
750
1167
|
/** The fully qualified image names including the repository and tag. */
|
@@ -772,10 +1189,10 @@ export declare type DockerBuildRequest = RunRequest & {
|
|
772
1189
|
sourceLocation?: string;
|
773
1190
|
/** The properties that describes a set of credentials that will be used when this run is invoked. */
|
774
1191
|
credentials?: Credentials;
|
775
|
-
}
|
1192
|
+
}
|
776
1193
|
|
777
1194
|
/** The Docker build step. */
|
778
|
-
export declare
|
1195
|
+
export declare interface DockerBuildStep extends TaskStepProperties {
|
779
1196
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
780
1197
|
type: "Docker";
|
781
1198
|
/** The fully qualified image names including the repository and tag. */
|
@@ -790,10 +1207,10 @@ export declare type DockerBuildStep = TaskStepProperties & {
|
|
790
1207
|
target?: string;
|
791
1208
|
/** The collection of override arguments to be used when executing this build step. */
|
792
1209
|
arguments?: Argument[];
|
793
|
-
}
|
1210
|
+
}
|
794
1211
|
|
795
1212
|
/** The properties for updating a docker build step. */
|
796
|
-
export declare
|
1213
|
+
export declare interface DockerBuildStepUpdateParameters extends TaskStepUpdateParameters {
|
797
1214
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
798
1215
|
type: "Docker";
|
799
1216
|
/** The fully qualified image names including the repository and tag. */
|
@@ -808,10 +1225,10 @@ export declare type DockerBuildStepUpdateParameters = TaskStepUpdateParameters &
|
|
808
1225
|
arguments?: Argument[];
|
809
1226
|
/** The name of the target build stage for the docker build. */
|
810
1227
|
target?: string;
|
811
|
-
}
|
1228
|
+
}
|
812
1229
|
|
813
1230
|
/** The parameters for a quick task run request. */
|
814
|
-
export declare
|
1231
|
+
export declare interface EncodedTaskRunRequest extends RunRequest {
|
815
1232
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
816
1233
|
type: "EncodedTaskRunRequest";
|
817
1234
|
/** Base64 encoded value of the template/definition file content. */
|
@@ -833,10 +1250,10 @@ export declare type EncodedTaskRunRequest = RunRequest & {
|
|
833
1250
|
sourceLocation?: string;
|
834
1251
|
/** The properties that describes a set of credentials that will be used when this run is invoked. */
|
835
1252
|
credentials?: Credentials;
|
836
|
-
}
|
1253
|
+
}
|
837
1254
|
|
838
1255
|
/** The properties of a encoded task step. */
|
839
|
-
export declare
|
1256
|
+
export declare interface EncodedTaskStep extends TaskStepProperties {
|
840
1257
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
841
1258
|
type: "EncodedTask";
|
842
1259
|
/** Base64 encoded value of the template/definition file content. */
|
@@ -845,10 +1262,10 @@ export declare type EncodedTaskStep = TaskStepProperties & {
|
|
845
1262
|
encodedValuesContent?: string;
|
846
1263
|
/** The collection of overridable values that can be passed when running a task. */
|
847
1264
|
values?: SetValue[];
|
848
|
-
}
|
1265
|
+
}
|
849
1266
|
|
850
1267
|
/** The properties for updating encoded task step. */
|
851
|
-
export declare
|
1268
|
+
export declare interface EncodedTaskStepUpdateParameters extends TaskStepUpdateParameters {
|
852
1269
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
853
1270
|
type: "EncodedTask";
|
854
1271
|
/** Base64 encoded value of the template/definition file content. */
|
@@ -857,7 +1274,7 @@ export declare type EncodedTaskStepUpdateParameters = TaskStepUpdateParameters &
|
|
857
1274
|
encodedValuesContent?: string;
|
858
1275
|
/** The collection of overridable values that can be passed when running a task. */
|
859
1276
|
values?: SetValue[];
|
860
|
-
}
|
1277
|
+
}
|
861
1278
|
|
862
1279
|
export declare interface EncryptionProperty {
|
863
1280
|
/** Indicates whether or not the encryption is enabled for container registry. */
|
@@ -895,12 +1312,12 @@ export declare interface ErrorResponseBody {
|
|
895
1312
|
}
|
896
1313
|
|
897
1314
|
/** The event for a webhook. */
|
898
|
-
declare
|
1315
|
+
declare interface Event_2 extends EventInfo {
|
899
1316
|
/** The event request message sent to the service URI. */
|
900
1317
|
eventRequestMessage?: EventRequestMessage;
|
901
1318
|
/** The event response message received from the service URI. */
|
902
1319
|
eventResponseMessage?: EventResponseMessage;
|
903
|
-
}
|
1320
|
+
}
|
904
1321
|
export { Event_2 as Event }
|
905
1322
|
|
906
1323
|
/** The content of the event request message. */
|
@@ -968,7 +1385,7 @@ export declare interface EventResponseMessage {
|
|
968
1385
|
}
|
969
1386
|
|
970
1387
|
/** An object that represents an export pipeline for a container registry. */
|
971
|
-
export declare
|
1388
|
+
export declare interface ExportPipeline extends ProxyResource {
|
972
1389
|
/** The location of the export pipeline. */
|
973
1390
|
location?: string;
|
974
1391
|
/** The identity of the export pipeline. */
|
@@ -982,7 +1399,7 @@ export declare type ExportPipeline = ProxyResource & {
|
|
982
1399
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
983
1400
|
*/
|
984
1401
|
readonly provisioningState?: ProvisioningState;
|
985
|
-
}
|
1402
|
+
}
|
986
1403
|
|
987
1404
|
/** The result of a request to list export pipelines for a container registry. */
|
988
1405
|
export declare interface ExportPipelineListResult {
|
@@ -996,14 +1413,14 @@ export declare interface ExportPipelineListResult {
|
|
996
1413
|
export declare interface ExportPipelines {
|
997
1414
|
/**
|
998
1415
|
* Lists all export pipelines for the specified container registry.
|
999
|
-
* @param resourceGroupName The name of the resource group
|
1416
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
1000
1417
|
* @param registryName The name of the container registry.
|
1001
1418
|
* @param options The options parameters.
|
1002
1419
|
*/
|
1003
1420
|
list(resourceGroupName: string, registryName: string, options?: ExportPipelinesListOptionalParams): PagedAsyncIterableIterator<ExportPipeline>;
|
1004
1421
|
/**
|
1005
1422
|
* Gets the properties of the export pipeline.
|
1006
|
-
* @param resourceGroupName The name of the resource group
|
1423
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
1007
1424
|
* @param registryName The name of the container registry.
|
1008
1425
|
* @param exportPipelineName The name of the export pipeline.
|
1009
1426
|
* @param options The options parameters.
|
@@ -1011,16 +1428,16 @@ export declare interface ExportPipelines {
|
|
1011
1428
|
get(resourceGroupName: string, registryName: string, exportPipelineName: string, options?: ExportPipelinesGetOptionalParams): Promise<ExportPipelinesGetResponse>;
|
1012
1429
|
/**
|
1013
1430
|
* Creates an export pipeline for a container registry with the specified parameters.
|
1014
|
-
* @param resourceGroupName The name of the resource group
|
1431
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
1015
1432
|
* @param registryName The name of the container registry.
|
1016
1433
|
* @param exportPipelineName The name of the export pipeline.
|
1017
1434
|
* @param exportPipelineCreateParameters The parameters for creating an export pipeline.
|
1018
1435
|
* @param options The options parameters.
|
1019
1436
|
*/
|
1020
|
-
beginCreate(resourceGroupName: string, registryName: string, exportPipelineName: string, exportPipelineCreateParameters: ExportPipeline, options?: ExportPipelinesCreateOptionalParams): Promise<
|
1437
|
+
beginCreate(resourceGroupName: string, registryName: string, exportPipelineName: string, exportPipelineCreateParameters: ExportPipeline, options?: ExportPipelinesCreateOptionalParams): Promise<SimplePollerLike<OperationState<ExportPipelinesCreateResponse>, ExportPipelinesCreateResponse>>;
|
1021
1438
|
/**
|
1022
1439
|
* Creates an export pipeline for a container registry with the specified parameters.
|
1023
|
-
* @param resourceGroupName The name of the resource group
|
1440
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
1024
1441
|
* @param registryName The name of the container registry.
|
1025
1442
|
* @param exportPipelineName The name of the export pipeline.
|
1026
1443
|
* @param exportPipelineCreateParameters The parameters for creating an export pipeline.
|
@@ -1029,15 +1446,15 @@ export declare interface ExportPipelines {
|
|
1029
1446
|
beginCreateAndWait(resourceGroupName: string, registryName: string, exportPipelineName: string, exportPipelineCreateParameters: ExportPipeline, options?: ExportPipelinesCreateOptionalParams): Promise<ExportPipelinesCreateResponse>;
|
1030
1447
|
/**
|
1031
1448
|
* Deletes an export pipeline from a container registry.
|
1032
|
-
* @param resourceGroupName The name of the resource group
|
1449
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
1033
1450
|
* @param registryName The name of the container registry.
|
1034
1451
|
* @param exportPipelineName The name of the export pipeline.
|
1035
1452
|
* @param options The options parameters.
|
1036
1453
|
*/
|
1037
|
-
beginDelete(resourceGroupName: string, registryName: string, exportPipelineName: string, options?: ExportPipelinesDeleteOptionalParams): Promise<
|
1454
|
+
beginDelete(resourceGroupName: string, registryName: string, exportPipelineName: string, options?: ExportPipelinesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
1038
1455
|
/**
|
1039
1456
|
* Deletes an export pipeline from a container registry.
|
1040
|
-
* @param resourceGroupName The name of the resource group
|
1457
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
1041
1458
|
* @param registryName The name of the container registry.
|
1042
1459
|
* @param exportPipelineName The name of the export pipeline.
|
1043
1460
|
* @param options The options parameters.
|
@@ -1045,6 +1462,11 @@ export declare interface ExportPipelines {
|
|
1045
1462
|
beginDeleteAndWait(resourceGroupName: string, registryName: string, exportPipelineName: string, options?: ExportPipelinesDeleteOptionalParams): Promise<void>;
|
1046
1463
|
}
|
1047
1464
|
|
1465
|
+
/** Defines headers for ExportPipelines_create operation. */
|
1466
|
+
export declare interface ExportPipelinesCreateHeaders {
|
1467
|
+
azureAsyncOperation?: string;
|
1468
|
+
}
|
1469
|
+
|
1048
1470
|
/** Optional parameters. */
|
1049
1471
|
export declare interface ExportPipelinesCreateOptionalParams extends coreClient.OperationOptions {
|
1050
1472
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -1056,6 +1478,11 @@ export declare interface ExportPipelinesCreateOptionalParams extends coreClient.
|
|
1056
1478
|
/** Contains response data for the create operation. */
|
1057
1479
|
export declare type ExportPipelinesCreateResponse = ExportPipeline;
|
1058
1480
|
|
1481
|
+
/** Defines headers for ExportPipelines_delete operation. */
|
1482
|
+
export declare interface ExportPipelinesDeleteHeaders {
|
1483
|
+
location?: string;
|
1484
|
+
}
|
1485
|
+
|
1059
1486
|
/** Optional parameters. */
|
1060
1487
|
export declare interface ExportPipelinesDeleteOptionalParams extends coreClient.OperationOptions {
|
1061
1488
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -1116,7 +1543,7 @@ export declare interface ExportPolicy {
|
|
1116
1543
|
export declare type ExportPolicyStatus = string;
|
1117
1544
|
|
1118
1545
|
/** The request parameters for a scheduling run against a task file. */
|
1119
|
-
export declare
|
1546
|
+
export declare interface FileTaskRunRequest extends RunRequest {
|
1120
1547
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1121
1548
|
type: "FileTaskRunRequest";
|
1122
1549
|
/** The template/definition file path relative to the source. */
|
@@ -1138,10 +1565,10 @@ export declare type FileTaskRunRequest = RunRequest & {
|
|
1138
1565
|
sourceLocation?: string;
|
1139
1566
|
/** The properties that describes a set of credentials that will be used when this run is invoked. */
|
1140
1567
|
credentials?: Credentials;
|
1141
|
-
}
|
1568
|
+
}
|
1142
1569
|
|
1143
1570
|
/** The properties of a task step. */
|
1144
|
-
export declare
|
1571
|
+
export declare interface FileTaskStep extends TaskStepProperties {
|
1145
1572
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1146
1573
|
type: "FileTask";
|
1147
1574
|
/** The task template/definition file path relative to the source context. */
|
@@ -1150,10 +1577,10 @@ export declare type FileTaskStep = TaskStepProperties & {
|
|
1150
1577
|
valuesFilePath?: string;
|
1151
1578
|
/** The collection of overridable values that can be passed when running a task. */
|
1152
1579
|
values?: SetValue[];
|
1153
|
-
}
|
1580
|
+
}
|
1154
1581
|
|
1155
1582
|
/** The properties of updating a task step. */
|
1156
|
-
export declare
|
1583
|
+
export declare interface FileTaskStepUpdateParameters extends TaskStepUpdateParameters {
|
1157
1584
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1158
1585
|
type: "FileTask";
|
1159
1586
|
/** The task template/definition file path relative to the source context. */
|
@@ -1162,7 +1589,7 @@ export declare type FileTaskStepUpdateParameters = TaskStepUpdateParameters & {
|
|
1162
1589
|
valuesFilePath?: string;
|
1163
1590
|
/** The collection of overridable values that can be passed when running a task. */
|
1164
1591
|
values?: SetValue[];
|
1165
|
-
}
|
1592
|
+
}
|
1166
1593
|
|
1167
1594
|
/** The parameters used to generate credentials for a specified token or user of a container registry. */
|
1168
1595
|
export declare interface GenerateCredentialsParameters {
|
@@ -1182,6 +1609,15 @@ export declare interface GenerateCredentialsResult {
|
|
1182
1609
|
passwords?: TokenPassword[];
|
1183
1610
|
}
|
1184
1611
|
|
1612
|
+
/**
|
1613
|
+
* Given the last `.value` produced by the `byPage` iterator,
|
1614
|
+
* returns a continuation token that can be used to begin paging from
|
1615
|
+
* that point later.
|
1616
|
+
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
1617
|
+
* @returns The continuation token that can be passed into byPage() during future calls.
|
1618
|
+
*/
|
1619
|
+
export declare function getContinuationToken(page: unknown): string | undefined;
|
1620
|
+
|
1185
1621
|
/** Managed identity for the resource. */
|
1186
1622
|
export declare interface IdentityProperties {
|
1187
1623
|
/** The principal ID of resource identity. */
|
@@ -1245,7 +1681,7 @@ export declare interface ImportImageParameters {
|
|
1245
1681
|
export declare type ImportMode = string;
|
1246
1682
|
|
1247
1683
|
/** An object that represents an import pipeline for a container registry. */
|
1248
|
-
export declare
|
1684
|
+
export declare interface ImportPipeline extends ProxyResource {
|
1249
1685
|
/** The location of the import pipeline. */
|
1250
1686
|
location?: string;
|
1251
1687
|
/** The identity of the import pipeline. */
|
@@ -1261,7 +1697,7 @@ export declare type ImportPipeline = ProxyResource & {
|
|
1261
1697
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1262
1698
|
*/
|
1263
1699
|
readonly provisioningState?: ProvisioningState;
|
1264
|
-
}
|
1700
|
+
}
|
1265
1701
|
|
1266
1702
|
/** The result of a request to list import pipelines for a container registry. */
|
1267
1703
|
export declare interface ImportPipelineListResult {
|
@@ -1275,14 +1711,14 @@ export declare interface ImportPipelineListResult {
|
|
1275
1711
|
export declare interface ImportPipelines {
|
1276
1712
|
/**
|
1277
1713
|
* Lists all import pipelines for the specified container registry.
|
1278
|
-
* @param resourceGroupName The name of the resource group
|
1714
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
1279
1715
|
* @param registryName The name of the container registry.
|
1280
1716
|
* @param options The options parameters.
|
1281
1717
|
*/
|
1282
1718
|
list(resourceGroupName: string, registryName: string, options?: ImportPipelinesListOptionalParams): PagedAsyncIterableIterator<ImportPipeline>;
|
1283
1719
|
/**
|
1284
1720
|
* Gets the properties of the import pipeline.
|
1285
|
-
* @param resourceGroupName The name of the resource group
|
1721
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
1286
1722
|
* @param registryName The name of the container registry.
|
1287
1723
|
* @param importPipelineName The name of the import pipeline.
|
1288
1724
|
* @param options The options parameters.
|
@@ -1290,16 +1726,16 @@ export declare interface ImportPipelines {
|
|
1290
1726
|
get(resourceGroupName: string, registryName: string, importPipelineName: string, options?: ImportPipelinesGetOptionalParams): Promise<ImportPipelinesGetResponse>;
|
1291
1727
|
/**
|
1292
1728
|
* Creates an import pipeline for a container registry with the specified parameters.
|
1293
|
-
* @param resourceGroupName The name of the resource group
|
1729
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
1294
1730
|
* @param registryName The name of the container registry.
|
1295
1731
|
* @param importPipelineName The name of the import pipeline.
|
1296
1732
|
* @param importPipelineCreateParameters The parameters for creating an import pipeline.
|
1297
1733
|
* @param options The options parameters.
|
1298
1734
|
*/
|
1299
|
-
beginCreate(resourceGroupName: string, registryName: string, importPipelineName: string, importPipelineCreateParameters: ImportPipeline, options?: ImportPipelinesCreateOptionalParams): Promise<
|
1735
|
+
beginCreate(resourceGroupName: string, registryName: string, importPipelineName: string, importPipelineCreateParameters: ImportPipeline, options?: ImportPipelinesCreateOptionalParams): Promise<SimplePollerLike<OperationState<ImportPipelinesCreateResponse>, ImportPipelinesCreateResponse>>;
|
1300
1736
|
/**
|
1301
1737
|
* Creates an import pipeline for a container registry with the specified parameters.
|
1302
|
-
* @param resourceGroupName The name of the resource group
|
1738
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
1303
1739
|
* @param registryName The name of the container registry.
|
1304
1740
|
* @param importPipelineName The name of the import pipeline.
|
1305
1741
|
* @param importPipelineCreateParameters The parameters for creating an import pipeline.
|
@@ -1308,15 +1744,15 @@ export declare interface ImportPipelines {
|
|
1308
1744
|
beginCreateAndWait(resourceGroupName: string, registryName: string, importPipelineName: string, importPipelineCreateParameters: ImportPipeline, options?: ImportPipelinesCreateOptionalParams): Promise<ImportPipelinesCreateResponse>;
|
1309
1745
|
/**
|
1310
1746
|
* Deletes an import pipeline from a container registry.
|
1311
|
-
* @param resourceGroupName The name of the resource group
|
1747
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
1312
1748
|
* @param registryName The name of the container registry.
|
1313
1749
|
* @param importPipelineName The name of the import pipeline.
|
1314
1750
|
* @param options The options parameters.
|
1315
1751
|
*/
|
1316
|
-
beginDelete(resourceGroupName: string, registryName: string, importPipelineName: string, options?: ImportPipelinesDeleteOptionalParams): Promise<
|
1752
|
+
beginDelete(resourceGroupName: string, registryName: string, importPipelineName: string, options?: ImportPipelinesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
1317
1753
|
/**
|
1318
1754
|
* Deletes an import pipeline from a container registry.
|
1319
|
-
* @param resourceGroupName The name of the resource group
|
1755
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
1320
1756
|
* @param registryName The name of the container registry.
|
1321
1757
|
* @param importPipelineName The name of the import pipeline.
|
1322
1758
|
* @param options The options parameters.
|
@@ -1324,6 +1760,11 @@ export declare interface ImportPipelines {
|
|
1324
1760
|
beginDeleteAndWait(resourceGroupName: string, registryName: string, importPipelineName: string, options?: ImportPipelinesDeleteOptionalParams): Promise<void>;
|
1325
1761
|
}
|
1326
1762
|
|
1763
|
+
/** Defines headers for ImportPipelines_create operation. */
|
1764
|
+
export declare interface ImportPipelinesCreateHeaders {
|
1765
|
+
azureAsyncOperation?: string;
|
1766
|
+
}
|
1767
|
+
|
1327
1768
|
/** Optional parameters. */
|
1328
1769
|
export declare interface ImportPipelinesCreateOptionalParams extends coreClient.OperationOptions {
|
1329
1770
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -1335,6 +1776,11 @@ export declare interface ImportPipelinesCreateOptionalParams extends coreClient.
|
|
1335
1776
|
/** Contains response data for the create operation. */
|
1336
1777
|
export declare type ImportPipelinesCreateResponse = ImportPipeline;
|
1337
1778
|
|
1779
|
+
/** Defines headers for ImportPipelines_delete operation. */
|
1780
|
+
export declare interface ImportPipelinesDeleteHeaders {
|
1781
|
+
location?: string;
|
1782
|
+
}
|
1783
|
+
|
1338
1784
|
/** Optional parameters. */
|
1339
1785
|
export declare interface ImportPipelinesDeleteOptionalParams extends coreClient.OperationOptions {
|
1340
1786
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -1443,340 +1889,489 @@ export declare interface KeyVaultProperties {
|
|
1443
1889
|
|
1444
1890
|
/** Known values of {@link Action} that the service accepts. */
|
1445
1891
|
export declare enum KnownAction {
|
1892
|
+
/** Allow */
|
1446
1893
|
Allow = "Allow"
|
1447
1894
|
}
|
1448
1895
|
|
1449
1896
|
/** Known values of {@link ActionsRequired} that the service accepts. */
|
1450
1897
|
export declare enum KnownActionsRequired {
|
1898
|
+
/** None */
|
1451
1899
|
None = "None",
|
1900
|
+
/** Recreate */
|
1452
1901
|
Recreate = "Recreate"
|
1453
1902
|
}
|
1454
1903
|
|
1455
1904
|
/** Known values of {@link ActivationStatus} that the service accepts. */
|
1456
1905
|
export declare enum KnownActivationStatus {
|
1906
|
+
/** Active */
|
1457
1907
|
Active = "Active",
|
1908
|
+
/** Inactive */
|
1458
1909
|
Inactive = "Inactive"
|
1459
1910
|
}
|
1460
1911
|
|
1461
1912
|
/** Known values of {@link Architecture} that the service accepts. */
|
1462
1913
|
export declare enum KnownArchitecture {
|
1914
|
+
/** Amd64 */
|
1463
1915
|
Amd64 = "amd64",
|
1916
|
+
/** X86 */
|
1464
1917
|
X86 = "x86",
|
1918
|
+
/** ThreeHundredEightySix */
|
1465
1919
|
ThreeHundredEightySix = "386",
|
1920
|
+
/** Arm */
|
1466
1921
|
Arm = "arm",
|
1922
|
+
/** Arm64 */
|
1467
1923
|
Arm64 = "arm64"
|
1468
1924
|
}
|
1469
1925
|
|
1470
1926
|
/** Known values of {@link AuditLogStatus} that the service accepts. */
|
1471
1927
|
export declare enum KnownAuditLogStatus {
|
1928
|
+
/** Enabled */
|
1472
1929
|
Enabled = "Enabled",
|
1930
|
+
/** Disabled */
|
1473
1931
|
Disabled = "Disabled"
|
1474
1932
|
}
|
1475
1933
|
|
1476
1934
|
/** Known values of {@link AzureADAuthenticationAsArmPolicyStatus} that the service accepts. */
|
1477
1935
|
export declare enum KnownAzureADAuthenticationAsArmPolicyStatus {
|
1936
|
+
/** Enabled */
|
1478
1937
|
Enabled = "enabled",
|
1938
|
+
/** Disabled */
|
1479
1939
|
Disabled = "disabled"
|
1480
1940
|
}
|
1481
1941
|
|
1482
1942
|
/** Known values of {@link BaseImageDependencyType} that the service accepts. */
|
1483
1943
|
export declare enum KnownBaseImageDependencyType {
|
1944
|
+
/** BuildTime */
|
1484
1945
|
BuildTime = "BuildTime",
|
1946
|
+
/** RunTime */
|
1485
1947
|
RunTime = "RunTime"
|
1486
1948
|
}
|
1487
1949
|
|
1488
1950
|
/** Known values of {@link BaseImageTriggerType} that the service accepts. */
|
1489
1951
|
export declare enum KnownBaseImageTriggerType {
|
1952
|
+
/** All */
|
1490
1953
|
All = "All",
|
1954
|
+
/** Runtime */
|
1491
1955
|
Runtime = "Runtime"
|
1492
1956
|
}
|
1493
1957
|
|
1494
1958
|
/** Known values of {@link CertificateType} that the service accepts. */
|
1495
1959
|
export declare enum KnownCertificateType {
|
1960
|
+
/** LocalDirectory */
|
1496
1961
|
LocalDirectory = "LocalDirectory"
|
1497
1962
|
}
|
1498
1963
|
|
1499
1964
|
/** Known values of {@link ConnectedRegistryMode} that the service accepts. */
|
1500
1965
|
export declare enum KnownConnectedRegistryMode {
|
1966
|
+
/** ReadWrite */
|
1501
1967
|
ReadWrite = "ReadWrite",
|
1968
|
+
/** ReadOnly */
|
1502
1969
|
ReadOnly = "ReadOnly",
|
1970
|
+
/** Registry */
|
1503
1971
|
Registry = "Registry",
|
1972
|
+
/** Mirror */
|
1504
1973
|
Mirror = "Mirror"
|
1505
1974
|
}
|
1506
1975
|
|
1507
1976
|
/** Known values of {@link ConnectionState} that the service accepts. */
|
1508
1977
|
export declare enum KnownConnectionState {
|
1978
|
+
/** Online */
|
1509
1979
|
Online = "Online",
|
1980
|
+
/** Offline */
|
1510
1981
|
Offline = "Offline",
|
1982
|
+
/** Syncing */
|
1511
1983
|
Syncing = "Syncing",
|
1984
|
+
/** Unhealthy */
|
1512
1985
|
Unhealthy = "Unhealthy"
|
1513
1986
|
}
|
1514
1987
|
|
1515
1988
|
/** Known values of {@link ConnectionStatus} that the service accepts. */
|
1516
1989
|
export declare enum KnownConnectionStatus {
|
1990
|
+
/** Approved */
|
1517
1991
|
Approved = "Approved",
|
1992
|
+
/** Pending */
|
1518
1993
|
Pending = "Pending",
|
1994
|
+
/** Rejected */
|
1519
1995
|
Rejected = "Rejected",
|
1996
|
+
/** Disconnected */
|
1520
1997
|
Disconnected = "Disconnected"
|
1521
1998
|
}
|
1522
1999
|
|
1523
2000
|
/** Known values of {@link CreatedByType} that the service accepts. */
|
1524
2001
|
export declare enum KnownCreatedByType {
|
2002
|
+
/** User */
|
1525
2003
|
User = "User",
|
2004
|
+
/** Application */
|
1526
2005
|
Application = "Application",
|
2006
|
+
/** ManagedIdentity */
|
1527
2007
|
ManagedIdentity = "ManagedIdentity",
|
2008
|
+
/** Key */
|
1528
2009
|
Key = "Key"
|
1529
2010
|
}
|
1530
2011
|
|
2012
|
+
/** Known values of {@link CredentialHealthStatus} that the service accepts. */
|
2013
|
+
export declare enum KnownCredentialHealthStatus {
|
2014
|
+
/** Healthy */
|
2015
|
+
Healthy = "Healthy",
|
2016
|
+
/** Unhealthy */
|
2017
|
+
Unhealthy = "Unhealthy"
|
2018
|
+
}
|
2019
|
+
|
2020
|
+
/** Known values of {@link CredentialName} that the service accepts. */
|
2021
|
+
export declare enum KnownCredentialName {
|
2022
|
+
/** Credential1 */
|
2023
|
+
Credential1 = "Credential1"
|
2024
|
+
}
|
2025
|
+
|
1531
2026
|
/** Known values of {@link DefaultAction} that the service accepts. */
|
1532
2027
|
export declare enum KnownDefaultAction {
|
2028
|
+
/** Allow */
|
1533
2029
|
Allow = "Allow",
|
2030
|
+
/** Deny */
|
1534
2031
|
Deny = "Deny"
|
1535
2032
|
}
|
1536
2033
|
|
1537
2034
|
/** Known values of {@link EncryptionStatus} that the service accepts. */
|
1538
2035
|
export declare enum KnownEncryptionStatus {
|
2036
|
+
/** Enabled */
|
1539
2037
|
Enabled = "enabled",
|
2038
|
+
/** Disabled */
|
1540
2039
|
Disabled = "disabled"
|
1541
2040
|
}
|
1542
2041
|
|
1543
2042
|
/** Known values of {@link ExportPolicyStatus} that the service accepts. */
|
1544
2043
|
export declare enum KnownExportPolicyStatus {
|
2044
|
+
/** Enabled */
|
1545
2045
|
Enabled = "enabled",
|
2046
|
+
/** Disabled */
|
1546
2047
|
Disabled = "disabled"
|
1547
2048
|
}
|
1548
2049
|
|
1549
2050
|
/** Known values of {@link ImportMode} that the service accepts. */
|
1550
2051
|
export declare enum KnownImportMode {
|
2052
|
+
/** NoForce */
|
1551
2053
|
NoForce = "NoForce",
|
2054
|
+
/** Force */
|
1552
2055
|
Force = "Force"
|
1553
2056
|
}
|
1554
2057
|
|
1555
2058
|
/** Known values of {@link LastModifiedByType} that the service accepts. */
|
1556
2059
|
export declare enum KnownLastModifiedByType {
|
2060
|
+
/** User */
|
1557
2061
|
User = "User",
|
2062
|
+
/** Application */
|
1558
2063
|
Application = "Application",
|
2064
|
+
/** ManagedIdentity */
|
1559
2065
|
ManagedIdentity = "ManagedIdentity",
|
2066
|
+
/** Key */
|
1560
2067
|
Key = "Key"
|
1561
2068
|
}
|
1562
2069
|
|
1563
2070
|
/** Known values of {@link LogLevel} that the service accepts. */
|
1564
2071
|
export declare enum KnownLogLevel {
|
2072
|
+
/** Debug */
|
1565
2073
|
Debug = "Debug",
|
2074
|
+
/** Information */
|
1566
2075
|
Information = "Information",
|
2076
|
+
/** Warning */
|
1567
2077
|
Warning = "Warning",
|
2078
|
+
/** Error */
|
1568
2079
|
Error = "Error",
|
2080
|
+
/** None */
|
1569
2081
|
None = "None"
|
1570
2082
|
}
|
1571
2083
|
|
1572
2084
|
/** Known values of {@link NetworkRuleBypassOptions} that the service accepts. */
|
1573
2085
|
export declare enum KnownNetworkRuleBypassOptions {
|
2086
|
+
/** AzureServices */
|
1574
2087
|
AzureServices = "AzureServices",
|
2088
|
+
/** None */
|
1575
2089
|
None = "None"
|
1576
2090
|
}
|
1577
2091
|
|
1578
2092
|
/** Known values of {@link OS} that the service accepts. */
|
1579
2093
|
export declare enum KnownOS {
|
2094
|
+
/** Windows */
|
1580
2095
|
Windows = "Windows",
|
2096
|
+
/** Linux */
|
1581
2097
|
Linux = "Linux"
|
1582
2098
|
}
|
1583
2099
|
|
1584
2100
|
/** Known values of {@link PipelineOptions} that the service accepts. */
|
1585
2101
|
export declare enum KnownPipelineOptions {
|
2102
|
+
/** OverwriteTags */
|
1586
2103
|
OverwriteTags = "OverwriteTags",
|
2104
|
+
/** OverwriteBlobs */
|
1587
2105
|
OverwriteBlobs = "OverwriteBlobs",
|
2106
|
+
/** DeleteSourceBlobOnSuccess */
|
1588
2107
|
DeleteSourceBlobOnSuccess = "DeleteSourceBlobOnSuccess",
|
2108
|
+
/** ContinueOnErrors */
|
1589
2109
|
ContinueOnErrors = "ContinueOnErrors"
|
1590
2110
|
}
|
1591
2111
|
|
1592
2112
|
/** Known values of {@link PipelineRunSourceType} that the service accepts. */
|
1593
2113
|
export declare enum KnownPipelineRunSourceType {
|
2114
|
+
/** AzureStorageBlob */
|
1594
2115
|
AzureStorageBlob = "AzureStorageBlob"
|
1595
2116
|
}
|
1596
2117
|
|
1597
2118
|
/** Known values of {@link PipelineRunTargetType} that the service accepts. */
|
1598
2119
|
export declare enum KnownPipelineRunTargetType {
|
2120
|
+
/** AzureStorageBlob */
|
1599
2121
|
AzureStorageBlob = "AzureStorageBlob"
|
1600
2122
|
}
|
1601
2123
|
|
1602
2124
|
/** Known values of {@link PipelineSourceType} that the service accepts. */
|
1603
2125
|
export declare enum KnownPipelineSourceType {
|
2126
|
+
/** AzureStorageBlobContainer */
|
1604
2127
|
AzureStorageBlobContainer = "AzureStorageBlobContainer"
|
1605
2128
|
}
|
1606
2129
|
|
1607
2130
|
/** Known values of {@link PolicyStatus} that the service accepts. */
|
1608
2131
|
export declare enum KnownPolicyStatus {
|
2132
|
+
/** Enabled */
|
1609
2133
|
Enabled = "enabled",
|
2134
|
+
/** Disabled */
|
1610
2135
|
Disabled = "disabled"
|
1611
2136
|
}
|
1612
2137
|
|
1613
2138
|
/** Known values of {@link ProvisioningState} that the service accepts. */
|
1614
2139
|
export declare enum KnownProvisioningState {
|
2140
|
+
/** Creating */
|
1615
2141
|
Creating = "Creating",
|
2142
|
+
/** Updating */
|
1616
2143
|
Updating = "Updating",
|
2144
|
+
/** Deleting */
|
1617
2145
|
Deleting = "Deleting",
|
2146
|
+
/** Succeeded */
|
1618
2147
|
Succeeded = "Succeeded",
|
2148
|
+
/** Failed */
|
1619
2149
|
Failed = "Failed",
|
2150
|
+
/** Canceled */
|
1620
2151
|
Canceled = "Canceled"
|
1621
2152
|
}
|
1622
2153
|
|
1623
2154
|
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
1624
2155
|
export declare enum KnownPublicNetworkAccess {
|
2156
|
+
/** Enabled */
|
1625
2157
|
Enabled = "Enabled",
|
2158
|
+
/** Disabled */
|
1626
2159
|
Disabled = "Disabled"
|
1627
2160
|
}
|
1628
2161
|
|
1629
2162
|
/** Known values of {@link RegistryUsageUnit} that the service accepts. */
|
1630
2163
|
export declare enum KnownRegistryUsageUnit {
|
2164
|
+
/** Count */
|
1631
2165
|
Count = "Count",
|
2166
|
+
/** Bytes */
|
1632
2167
|
Bytes = "Bytes"
|
1633
2168
|
}
|
1634
2169
|
|
1635
2170
|
/** Known values of {@link RunStatus} that the service accepts. */
|
1636
2171
|
export declare enum KnownRunStatus {
|
2172
|
+
/** Queued */
|
1637
2173
|
Queued = "Queued",
|
2174
|
+
/** Started */
|
1638
2175
|
Started = "Started",
|
2176
|
+
/** Running */
|
1639
2177
|
Running = "Running",
|
2178
|
+
/** Succeeded */
|
1640
2179
|
Succeeded = "Succeeded",
|
2180
|
+
/** Failed */
|
1641
2181
|
Failed = "Failed",
|
2182
|
+
/** Canceled */
|
1642
2183
|
Canceled = "Canceled",
|
2184
|
+
/** Error */
|
1643
2185
|
Error = "Error",
|
2186
|
+
/** Timeout */
|
1644
2187
|
Timeout = "Timeout"
|
1645
2188
|
}
|
1646
2189
|
|
1647
2190
|
/** Known values of {@link RunType} that the service accepts. */
|
1648
2191
|
export declare enum KnownRunType {
|
2192
|
+
/** QuickBuild */
|
1649
2193
|
QuickBuild = "QuickBuild",
|
2194
|
+
/** QuickRun */
|
1650
2195
|
QuickRun = "QuickRun",
|
2196
|
+
/** AutoBuild */
|
1651
2197
|
AutoBuild = "AutoBuild",
|
2198
|
+
/** AutoRun */
|
1652
2199
|
AutoRun = "AutoRun"
|
1653
2200
|
}
|
1654
2201
|
|
1655
2202
|
/** Known values of {@link SecretObjectType} that the service accepts. */
|
1656
2203
|
export declare enum KnownSecretObjectType {
|
2204
|
+
/** Opaque */
|
1657
2205
|
Opaque = "Opaque",
|
2206
|
+
/** Vaultsecret */
|
1658
2207
|
Vaultsecret = "Vaultsecret"
|
1659
2208
|
}
|
1660
2209
|
|
1661
2210
|
/** Known values of {@link SkuName} that the service accepts. */
|
1662
2211
|
export declare enum KnownSkuName {
|
2212
|
+
/** Classic */
|
1663
2213
|
Classic = "Classic",
|
2214
|
+
/** Basic */
|
1664
2215
|
Basic = "Basic",
|
2216
|
+
/** Standard */
|
1665
2217
|
Standard = "Standard",
|
2218
|
+
/** Premium */
|
1666
2219
|
Premium = "Premium"
|
1667
2220
|
}
|
1668
2221
|
|
1669
2222
|
/** Known values of {@link SkuTier} that the service accepts. */
|
1670
2223
|
export declare enum KnownSkuTier {
|
2224
|
+
/** Classic */
|
1671
2225
|
Classic = "Classic",
|
2226
|
+
/** Basic */
|
1672
2227
|
Basic = "Basic",
|
2228
|
+
/** Standard */
|
1673
2229
|
Standard = "Standard",
|
2230
|
+
/** Premium */
|
1674
2231
|
Premium = "Premium"
|
1675
2232
|
}
|
1676
2233
|
|
1677
2234
|
/** Known values of {@link SourceControlType} that the service accepts. */
|
1678
2235
|
export declare enum KnownSourceControlType {
|
2236
|
+
/** Github */
|
1679
2237
|
Github = "Github",
|
2238
|
+
/** VisualStudioTeamService */
|
1680
2239
|
VisualStudioTeamService = "VisualStudioTeamService"
|
1681
2240
|
}
|
1682
2241
|
|
1683
2242
|
/** Known values of {@link SourceRegistryLoginMode} that the service accepts. */
|
1684
2243
|
export declare enum KnownSourceRegistryLoginMode {
|
2244
|
+
/** None */
|
1685
2245
|
None = "None",
|
2246
|
+
/** Default */
|
1686
2247
|
Default = "Default"
|
1687
2248
|
}
|
1688
2249
|
|
1689
2250
|
/** Known values of {@link SourceTriggerEvent} that the service accepts. */
|
1690
2251
|
export declare enum KnownSourceTriggerEvent {
|
2252
|
+
/** Commit */
|
1691
2253
|
Commit = "commit",
|
2254
|
+
/** Pullrequest */
|
1692
2255
|
Pullrequest = "pullrequest"
|
1693
2256
|
}
|
1694
2257
|
|
1695
2258
|
/** Known values of {@link StepType} that the service accepts. */
|
1696
2259
|
export declare enum KnownStepType {
|
2260
|
+
/** Docker */
|
1697
2261
|
Docker = "Docker",
|
2262
|
+
/** FileTask */
|
1698
2263
|
FileTask = "FileTask",
|
2264
|
+
/** EncodedTask */
|
1699
2265
|
EncodedTask = "EncodedTask"
|
1700
2266
|
}
|
1701
2267
|
|
1702
2268
|
/** Known values of {@link TaskStatus} that the service accepts. */
|
1703
2269
|
export declare enum KnownTaskStatus {
|
2270
|
+
/** Disabled */
|
1704
2271
|
Disabled = "Disabled",
|
2272
|
+
/** Enabled */
|
1705
2273
|
Enabled = "Enabled"
|
1706
2274
|
}
|
1707
2275
|
|
1708
2276
|
/** Known values of {@link TlsStatus} that the service accepts. */
|
1709
2277
|
export declare enum KnownTlsStatus {
|
2278
|
+
/** Enabled */
|
1710
2279
|
Enabled = "Enabled",
|
2280
|
+
/** Disabled */
|
1711
2281
|
Disabled = "Disabled"
|
1712
2282
|
}
|
1713
2283
|
|
1714
2284
|
/** Known values of {@link TokenCertificateName} that the service accepts. */
|
1715
2285
|
export declare enum KnownTokenCertificateName {
|
2286
|
+
/** Certificate1 */
|
1716
2287
|
Certificate1 = "certificate1",
|
2288
|
+
/** Certificate2 */
|
1717
2289
|
Certificate2 = "certificate2"
|
1718
2290
|
}
|
1719
2291
|
|
1720
2292
|
/** Known values of {@link TokenPasswordName} that the service accepts. */
|
1721
2293
|
export declare enum KnownTokenPasswordName {
|
2294
|
+
/** Password1 */
|
1722
2295
|
Password1 = "password1",
|
2296
|
+
/** Password2 */
|
1723
2297
|
Password2 = "password2"
|
1724
2298
|
}
|
1725
2299
|
|
1726
2300
|
/** Known values of {@link TokenStatus} that the service accepts. */
|
1727
2301
|
export declare enum KnownTokenStatus {
|
2302
|
+
/** Enabled */
|
1728
2303
|
Enabled = "enabled",
|
2304
|
+
/** Disabled */
|
1729
2305
|
Disabled = "disabled"
|
1730
2306
|
}
|
1731
2307
|
|
1732
2308
|
/** Known values of {@link TokenType} that the service accepts. */
|
1733
2309
|
export declare enum KnownTokenType {
|
2310
|
+
/** PAT */
|
1734
2311
|
PAT = "PAT",
|
2312
|
+
/** OAuth */
|
1735
2313
|
OAuth = "OAuth"
|
1736
2314
|
}
|
1737
2315
|
|
1738
2316
|
/** Known values of {@link TriggerStatus} that the service accepts. */
|
1739
2317
|
export declare enum KnownTriggerStatus {
|
2318
|
+
/** Disabled */
|
1740
2319
|
Disabled = "Disabled",
|
2320
|
+
/** Enabled */
|
1741
2321
|
Enabled = "Enabled"
|
1742
2322
|
}
|
1743
2323
|
|
1744
2324
|
/** Known values of {@link TrustPolicyType} that the service accepts. */
|
1745
2325
|
export declare enum KnownTrustPolicyType {
|
2326
|
+
/** Notary */
|
1746
2327
|
Notary = "Notary"
|
1747
2328
|
}
|
1748
2329
|
|
1749
2330
|
/** Known values of {@link UpdateTriggerPayloadType} that the service accepts. */
|
1750
2331
|
export declare enum KnownUpdateTriggerPayloadType {
|
2332
|
+
/** Default */
|
1751
2333
|
Default = "Default",
|
2334
|
+
/** Token */
|
1752
2335
|
Token = "Token"
|
1753
2336
|
}
|
1754
2337
|
|
1755
2338
|
/** Known values of {@link Variant} that the service accepts. */
|
1756
2339
|
export declare enum KnownVariant {
|
2340
|
+
/** V6 */
|
1757
2341
|
V6 = "v6",
|
2342
|
+
/** V7 */
|
1758
2343
|
V7 = "v7",
|
2344
|
+
/** V8 */
|
1759
2345
|
V8 = "v8"
|
1760
2346
|
}
|
1761
2347
|
|
1762
2348
|
/** Known values of {@link WebhookAction} that the service accepts. */
|
1763
2349
|
export declare enum KnownWebhookAction {
|
2350
|
+
/** Push */
|
1764
2351
|
Push = "push",
|
2352
|
+
/** Delete */
|
1765
2353
|
Delete = "delete",
|
2354
|
+
/** Quarantine */
|
1766
2355
|
Quarantine = "quarantine",
|
2356
|
+
/** ChartPush */
|
1767
2357
|
ChartPush = "chart_push",
|
2358
|
+
/** ChartDelete */
|
1768
2359
|
ChartDelete = "chart_delete"
|
1769
2360
|
}
|
1770
2361
|
|
1771
2362
|
/** Known values of {@link WebhookStatus} that the service accepts. */
|
1772
2363
|
export declare enum KnownWebhookStatus {
|
2364
|
+
/** Enabled */
|
1773
2365
|
Enabled = "enabled",
|
2366
|
+
/** Disabled */
|
1774
2367
|
Disabled = "disabled"
|
1775
2368
|
}
|
1776
2369
|
|
1777
2370
|
/** Known values of {@link ZoneRedundancy} that the service accepts. */
|
1778
2371
|
export declare enum KnownZoneRedundancy {
|
2372
|
+
/** Enabled */
|
1779
2373
|
Enabled = "Enabled",
|
2374
|
+
/** Disabled */
|
1780
2375
|
Disabled = "Disabled"
|
1781
2376
|
}
|
1782
2377
|
|
@@ -2002,7 +2597,7 @@ export declare type PasswordName = "password" | "password2";
|
|
2002
2597
|
export declare type PipelineOptions = string;
|
2003
2598
|
|
2004
2599
|
/** An object that represents a pipeline run for a container registry. */
|
2005
|
-
export declare
|
2600
|
+
export declare interface PipelineRun extends ProxyResource {
|
2006
2601
|
/**
|
2007
2602
|
* The provisioning state of a pipeline run.
|
2008
2603
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
@@ -2017,7 +2612,7 @@ export declare type PipelineRun = ProxyResource & {
|
|
2017
2612
|
readonly response?: PipelineRunResponse;
|
2018
2613
|
/** How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed. */
|
2019
2614
|
forceUpdateTag?: string;
|
2020
|
-
}
|
2615
|
+
}
|
2021
2616
|
|
2022
2617
|
/** The result of a request to list pipeline runs for a container registry. */
|
2023
2618
|
export declare interface PipelineRunListResult {
|
@@ -2074,14 +2669,14 @@ export declare interface PipelineRunResponse {
|
|
2074
2669
|
export declare interface PipelineRuns {
|
2075
2670
|
/**
|
2076
2671
|
* Lists all the pipeline runs for the specified container registry.
|
2077
|
-
* @param resourceGroupName The name of the resource group
|
2672
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2078
2673
|
* @param registryName The name of the container registry.
|
2079
2674
|
* @param options The options parameters.
|
2080
2675
|
*/
|
2081
2676
|
list(resourceGroupName: string, registryName: string, options?: PipelineRunsListOptionalParams): PagedAsyncIterableIterator<PipelineRun>;
|
2082
2677
|
/**
|
2083
2678
|
* Gets the detailed information for a given pipeline run.
|
2084
|
-
* @param resourceGroupName The name of the resource group
|
2679
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2085
2680
|
* @param registryName The name of the container registry.
|
2086
2681
|
* @param pipelineRunName The name of the pipeline run.
|
2087
2682
|
* @param options The options parameters.
|
@@ -2089,16 +2684,16 @@ export declare interface PipelineRuns {
|
|
2089
2684
|
get(resourceGroupName: string, registryName: string, pipelineRunName: string, options?: PipelineRunsGetOptionalParams): Promise<PipelineRunsGetResponse>;
|
2090
2685
|
/**
|
2091
2686
|
* Creates a pipeline run for a container registry with the specified parameters
|
2092
|
-
* @param resourceGroupName The name of the resource group
|
2687
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2093
2688
|
* @param registryName The name of the container registry.
|
2094
2689
|
* @param pipelineRunName The name of the pipeline run.
|
2095
2690
|
* @param pipelineRunCreateParameters The parameters for creating a pipeline run.
|
2096
2691
|
* @param options The options parameters.
|
2097
2692
|
*/
|
2098
|
-
beginCreate(resourceGroupName: string, registryName: string, pipelineRunName: string, pipelineRunCreateParameters: PipelineRun, options?: PipelineRunsCreateOptionalParams): Promise<
|
2693
|
+
beginCreate(resourceGroupName: string, registryName: string, pipelineRunName: string, pipelineRunCreateParameters: PipelineRun, options?: PipelineRunsCreateOptionalParams): Promise<SimplePollerLike<OperationState<PipelineRunsCreateResponse>, PipelineRunsCreateResponse>>;
|
2099
2694
|
/**
|
2100
2695
|
* Creates a pipeline run for a container registry with the specified parameters
|
2101
|
-
* @param resourceGroupName The name of the resource group
|
2696
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2102
2697
|
* @param registryName The name of the container registry.
|
2103
2698
|
* @param pipelineRunName The name of the pipeline run.
|
2104
2699
|
* @param pipelineRunCreateParameters The parameters for creating a pipeline run.
|
@@ -2107,15 +2702,15 @@ export declare interface PipelineRuns {
|
|
2107
2702
|
beginCreateAndWait(resourceGroupName: string, registryName: string, pipelineRunName: string, pipelineRunCreateParameters: PipelineRun, options?: PipelineRunsCreateOptionalParams): Promise<PipelineRunsCreateResponse>;
|
2108
2703
|
/**
|
2109
2704
|
* Deletes a pipeline run from a container registry.
|
2110
|
-
* @param resourceGroupName The name of the resource group
|
2705
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2111
2706
|
* @param registryName The name of the container registry.
|
2112
2707
|
* @param pipelineRunName The name of the pipeline run.
|
2113
2708
|
* @param options The options parameters.
|
2114
2709
|
*/
|
2115
|
-
beginDelete(resourceGroupName: string, registryName: string, pipelineRunName: string, options?: PipelineRunsDeleteOptionalParams): Promise<
|
2710
|
+
beginDelete(resourceGroupName: string, registryName: string, pipelineRunName: string, options?: PipelineRunsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
2116
2711
|
/**
|
2117
2712
|
* Deletes a pipeline run from a container registry.
|
2118
|
-
* @param resourceGroupName The name of the resource group
|
2713
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2119
2714
|
* @param registryName The name of the container registry.
|
2120
2715
|
* @param pipelineRunName The name of the pipeline run.
|
2121
2716
|
* @param options The options parameters.
|
@@ -2123,6 +2718,11 @@ export declare interface PipelineRuns {
|
|
2123
2718
|
beginDeleteAndWait(resourceGroupName: string, registryName: string, pipelineRunName: string, options?: PipelineRunsDeleteOptionalParams): Promise<void>;
|
2124
2719
|
}
|
2125
2720
|
|
2721
|
+
/** Defines headers for PipelineRuns_create operation. */
|
2722
|
+
export declare interface PipelineRunsCreateHeaders {
|
2723
|
+
azureAsyncOperation?: string;
|
2724
|
+
}
|
2725
|
+
|
2126
2726
|
/** Optional parameters. */
|
2127
2727
|
export declare interface PipelineRunsCreateOptionalParams extends coreClient.OperationOptions {
|
2128
2728
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -2134,6 +2734,11 @@ export declare interface PipelineRunsCreateOptionalParams extends coreClient.Ope
|
|
2134
2734
|
/** Contains response data for the create operation. */
|
2135
2735
|
export declare type PipelineRunsCreateResponse = PipelineRun;
|
2136
2736
|
|
2737
|
+
/** Defines headers for PipelineRuns_delete operation. */
|
2738
|
+
export declare interface PipelineRunsDeleteHeaders {
|
2739
|
+
location?: string;
|
2740
|
+
}
|
2741
|
+
|
2137
2742
|
/** Optional parameters. */
|
2138
2743
|
export declare interface PipelineRunsDeleteOptionalParams extends coreClient.OperationOptions {
|
2139
2744
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -2277,7 +2882,7 @@ export declare interface PrivateEndpoint {
|
|
2277
2882
|
}
|
2278
2883
|
|
2279
2884
|
/** An object that represents a private endpoint connection for a container registry. */
|
2280
|
-
export declare
|
2885
|
+
export declare interface PrivateEndpointConnection extends ProxyResource {
|
2281
2886
|
/** The resource of private endpoint. */
|
2282
2887
|
privateEndpoint?: PrivateEndpoint;
|
2283
2888
|
/** A collection of information about the state of the connection between service consumer and provider. */
|
@@ -2287,7 +2892,7 @@ export declare type PrivateEndpointConnection = ProxyResource & {
|
|
2287
2892
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2288
2893
|
*/
|
2289
2894
|
readonly provisioningState?: ProvisioningState;
|
2290
|
-
}
|
2895
|
+
}
|
2291
2896
|
|
2292
2897
|
/** The result of a request to list private endpoint connections for a container registry. */
|
2293
2898
|
export declare interface PrivateEndpointConnectionListResult {
|
@@ -2301,14 +2906,14 @@ export declare interface PrivateEndpointConnectionListResult {
|
|
2301
2906
|
export declare interface PrivateEndpointConnections {
|
2302
2907
|
/**
|
2303
2908
|
* List all private endpoint connections in a container registry.
|
2304
|
-
* @param resourceGroupName The name of the resource group
|
2909
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2305
2910
|
* @param registryName The name of the container registry.
|
2306
2911
|
* @param options The options parameters.
|
2307
2912
|
*/
|
2308
2913
|
list(resourceGroupName: string, registryName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
2309
2914
|
/**
|
2310
2915
|
* Get the specified private endpoint connection associated with the container registry.
|
2311
|
-
* @param resourceGroupName The name of the resource group
|
2916
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2312
2917
|
* @param registryName The name of the container registry.
|
2313
2918
|
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
2314
2919
|
* @param options The options parameters.
|
@@ -2316,16 +2921,16 @@ export declare interface PrivateEndpointConnections {
|
|
2316
2921
|
get(resourceGroupName: string, registryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
2317
2922
|
/**
|
2318
2923
|
* Update the state of specified private endpoint connection associated with the container registry.
|
2319
|
-
* @param resourceGroupName The name of the resource group
|
2924
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2320
2925
|
* @param registryName The name of the container registry.
|
2321
2926
|
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
2322
2927
|
* @param privateEndpointConnection The parameters for creating a private endpoint connection.
|
2323
2928
|
* @param options The options parameters.
|
2324
2929
|
*/
|
2325
|
-
beginCreateOrUpdate(resourceGroupName: string, registryName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<
|
2930
|
+
beginCreateOrUpdate(resourceGroupName: string, registryName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
|
2326
2931
|
/**
|
2327
2932
|
* Update the state of specified private endpoint connection associated with the container registry.
|
2328
|
-
* @param resourceGroupName The name of the resource group
|
2933
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2329
2934
|
* @param registryName The name of the container registry.
|
2330
2935
|
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
2331
2936
|
* @param privateEndpointConnection The parameters for creating a private endpoint connection.
|
@@ -2334,15 +2939,15 @@ export declare interface PrivateEndpointConnections {
|
|
2334
2939
|
beginCreateOrUpdateAndWait(resourceGroupName: string, registryName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
|
2335
2940
|
/**
|
2336
2941
|
* Deletes the specified private endpoint connection associated with the container registry.
|
2337
|
-
* @param resourceGroupName The name of the resource group
|
2942
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2338
2943
|
* @param registryName The name of the container registry.
|
2339
2944
|
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
2340
2945
|
* @param options The options parameters.
|
2341
2946
|
*/
|
2342
|
-
beginDelete(resourceGroupName: string, registryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<
|
2947
|
+
beginDelete(resourceGroupName: string, registryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
2343
2948
|
/**
|
2344
2949
|
* Deletes the specified private endpoint connection associated with the container registry.
|
2345
|
-
* @param resourceGroupName The name of the resource group
|
2950
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2346
2951
|
* @param registryName The name of the container registry.
|
2347
2952
|
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
2348
2953
|
* @param options The options parameters.
|
@@ -2350,6 +2955,11 @@ export declare interface PrivateEndpointConnections {
|
|
2350
2955
|
beginDeleteAndWait(resourceGroupName: string, registryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
|
2351
2956
|
}
|
2352
2957
|
|
2958
|
+
/** Defines headers for PrivateEndpointConnections_createOrUpdate operation. */
|
2959
|
+
export declare interface PrivateEndpointConnectionsCreateOrUpdateHeaders {
|
2960
|
+
azureAsyncOperation?: string;
|
2961
|
+
}
|
2962
|
+
|
2353
2963
|
/** Optional parameters. */
|
2354
2964
|
export declare interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
2355
2965
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -2361,6 +2971,11 @@ export declare interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams
|
|
2361
2971
|
/** Contains response data for the createOrUpdate operation. */
|
2362
2972
|
export declare type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
|
2363
2973
|
|
2974
|
+
/** Defines headers for PrivateEndpointConnections_delete operation. */
|
2975
|
+
export declare interface PrivateEndpointConnectionsDeleteHeaders {
|
2976
|
+
location?: string;
|
2977
|
+
}
|
2978
|
+
|
2364
2979
|
/** Optional parameters. */
|
2365
2980
|
export declare interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
2366
2981
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -2501,28 +3116,28 @@ export declare interface Registries {
|
|
2501
3116
|
list(options?: RegistriesListOptionalParams): PagedAsyncIterableIterator<Registry>;
|
2502
3117
|
/**
|
2503
3118
|
* Lists all the container registries under the specified resource group.
|
2504
|
-
* @param resourceGroupName The name of the resource group
|
3119
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2505
3120
|
* @param options The options parameters.
|
2506
3121
|
*/
|
2507
3122
|
listByResourceGroup(resourceGroupName: string, options?: RegistriesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Registry>;
|
2508
3123
|
/**
|
2509
3124
|
* Lists the private link resources for a container registry.
|
2510
|
-
* @param resourceGroupName The name of the resource group
|
3125
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2511
3126
|
* @param registryName The name of the container registry.
|
2512
3127
|
* @param options The options parameters.
|
2513
3128
|
*/
|
2514
3129
|
listPrivateLinkResources(resourceGroupName: string, registryName: string, options?: RegistriesListPrivateLinkResourcesOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
2515
3130
|
/**
|
2516
3131
|
* Copies an image to this container registry from the specified container registry.
|
2517
|
-
* @param resourceGroupName The name of the resource group
|
3132
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2518
3133
|
* @param registryName The name of the container registry.
|
2519
3134
|
* @param parameters The parameters specifying the image to copy and the source container registry.
|
2520
3135
|
* @param options The options parameters.
|
2521
3136
|
*/
|
2522
|
-
beginImportImage(resourceGroupName: string, registryName: string, parameters: ImportImageParameters, options?: RegistriesImportImageOptionalParams): Promise<
|
3137
|
+
beginImportImage(resourceGroupName: string, registryName: string, parameters: ImportImageParameters, options?: RegistriesImportImageOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
2523
3138
|
/**
|
2524
3139
|
* Copies an image to this container registry from the specified container registry.
|
2525
|
-
* @param resourceGroupName The name of the resource group
|
3140
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2526
3141
|
* @param registryName The name of the container registry.
|
2527
3142
|
* @param parameters The parameters specifying the image to copy and the source container registry.
|
2528
3143
|
* @param options The options parameters.
|
@@ -2537,22 +3152,22 @@ export declare interface Registries {
|
|
2537
3152
|
checkNameAvailability(registryNameCheckRequest: RegistryNameCheckRequest, options?: RegistriesCheckNameAvailabilityOptionalParams): Promise<RegistriesCheckNameAvailabilityResponse>;
|
2538
3153
|
/**
|
2539
3154
|
* Gets the properties of the specified container registry.
|
2540
|
-
* @param resourceGroupName The name of the resource group
|
3155
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2541
3156
|
* @param registryName The name of the container registry.
|
2542
3157
|
* @param options The options parameters.
|
2543
3158
|
*/
|
2544
3159
|
get(resourceGroupName: string, registryName: string, options?: RegistriesGetOptionalParams): Promise<RegistriesGetResponse>;
|
2545
3160
|
/**
|
2546
3161
|
* Creates a container registry with the specified parameters.
|
2547
|
-
* @param resourceGroupName The name of the resource group
|
3162
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2548
3163
|
* @param registryName The name of the container registry.
|
2549
3164
|
* @param registry The parameters for creating a container registry.
|
2550
3165
|
* @param options The options parameters.
|
2551
3166
|
*/
|
2552
|
-
beginCreate(resourceGroupName: string, registryName: string, registry: Registry, options?: RegistriesCreateOptionalParams): Promise<
|
3167
|
+
beginCreate(resourceGroupName: string, registryName: string, registry: Registry, options?: RegistriesCreateOptionalParams): Promise<SimplePollerLike<OperationState<RegistriesCreateResponse>, RegistriesCreateResponse>>;
|
2553
3168
|
/**
|
2554
3169
|
* Creates a container registry with the specified parameters.
|
2555
|
-
* @param resourceGroupName The name of the resource group
|
3170
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2556
3171
|
* @param registryName The name of the container registry.
|
2557
3172
|
* @param registry The parameters for creating a container registry.
|
2558
3173
|
* @param options The options parameters.
|
@@ -2560,29 +3175,29 @@ export declare interface Registries {
|
|
2560
3175
|
beginCreateAndWait(resourceGroupName: string, registryName: string, registry: Registry, options?: RegistriesCreateOptionalParams): Promise<RegistriesCreateResponse>;
|
2561
3176
|
/**
|
2562
3177
|
* Deletes a container registry.
|
2563
|
-
* @param resourceGroupName The name of the resource group
|
3178
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2564
3179
|
* @param registryName The name of the container registry.
|
2565
3180
|
* @param options The options parameters.
|
2566
3181
|
*/
|
2567
|
-
beginDelete(resourceGroupName: string, registryName: string, options?: RegistriesDeleteOptionalParams): Promise<
|
3182
|
+
beginDelete(resourceGroupName: string, registryName: string, options?: RegistriesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
2568
3183
|
/**
|
2569
3184
|
* Deletes a container registry.
|
2570
|
-
* @param resourceGroupName The name of the resource group
|
3185
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2571
3186
|
* @param registryName The name of the container registry.
|
2572
3187
|
* @param options The options parameters.
|
2573
3188
|
*/
|
2574
3189
|
beginDeleteAndWait(resourceGroupName: string, registryName: string, options?: RegistriesDeleteOptionalParams): Promise<void>;
|
2575
3190
|
/**
|
2576
3191
|
* Updates a container registry with the specified parameters.
|
2577
|
-
* @param resourceGroupName The name of the resource group
|
3192
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2578
3193
|
* @param registryName The name of the container registry.
|
2579
3194
|
* @param registryUpdateParameters The parameters for updating a container registry.
|
2580
3195
|
* @param options The options parameters.
|
2581
3196
|
*/
|
2582
|
-
beginUpdate(resourceGroupName: string, registryName: string, registryUpdateParameters: RegistryUpdateParameters, options?: RegistriesUpdateOptionalParams): Promise<
|
3197
|
+
beginUpdate(resourceGroupName: string, registryName: string, registryUpdateParameters: RegistryUpdateParameters, options?: RegistriesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<RegistriesUpdateResponse>, RegistriesUpdateResponse>>;
|
2583
3198
|
/**
|
2584
3199
|
* Updates a container registry with the specified parameters.
|
2585
|
-
* @param resourceGroupName The name of the resource group
|
3200
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2586
3201
|
* @param registryName The name of the container registry.
|
2587
3202
|
* @param registryUpdateParameters The parameters for updating a container registry.
|
2588
3203
|
* @param options The options parameters.
|
@@ -2590,14 +3205,14 @@ export declare interface Registries {
|
|
2590
3205
|
beginUpdateAndWait(resourceGroupName: string, registryName: string, registryUpdateParameters: RegistryUpdateParameters, options?: RegistriesUpdateOptionalParams): Promise<RegistriesUpdateResponse>;
|
2591
3206
|
/**
|
2592
3207
|
* Gets the quota usages for the specified container registry.
|
2593
|
-
* @param resourceGroupName The name of the resource group
|
3208
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2594
3209
|
* @param registryName The name of the container registry.
|
2595
3210
|
* @param options The options parameters.
|
2596
3211
|
*/
|
2597
3212
|
listUsages(resourceGroupName: string, registryName: string, options?: RegistriesListUsagesOptionalParams): Promise<RegistriesListUsagesResponse>;
|
2598
3213
|
/**
|
2599
3214
|
* Gets a private link resource by a specified group name for a container registry.
|
2600
|
-
* @param resourceGroupName The name of the resource group
|
3215
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2601
3216
|
* @param registryName The name of the container registry.
|
2602
3217
|
* @param groupName The name of the private link resource.
|
2603
3218
|
* @param options The options parameters.
|
@@ -2605,14 +3220,14 @@ export declare interface Registries {
|
|
2605
3220
|
getPrivateLinkResource(resourceGroupName: string, registryName: string, groupName: string, options?: RegistriesGetPrivateLinkResourceOptionalParams): Promise<RegistriesGetPrivateLinkResourceResponse>;
|
2606
3221
|
/**
|
2607
3222
|
* Lists the login credentials for the specified container registry.
|
2608
|
-
* @param resourceGroupName The name of the resource group
|
3223
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2609
3224
|
* @param registryName The name of the container registry.
|
2610
3225
|
* @param options The options parameters.
|
2611
3226
|
*/
|
2612
3227
|
listCredentials(resourceGroupName: string, registryName: string, options?: RegistriesListCredentialsOptionalParams): Promise<RegistriesListCredentialsResponse>;
|
2613
3228
|
/**
|
2614
3229
|
* Regenerates one of the login credentials for the specified container registry.
|
2615
|
-
* @param resourceGroupName The name of the resource group
|
3230
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2616
3231
|
* @param registryName The name of the container registry.
|
2617
3232
|
* @param regenerateCredentialParameters Specifies name of the password which should be regenerated --
|
2618
3233
|
* password or password2.
|
@@ -2621,15 +3236,15 @@ export declare interface Registries {
|
|
2621
3236
|
regenerateCredential(resourceGroupName: string, registryName: string, regenerateCredentialParameters: RegenerateCredentialParameters, options?: RegistriesRegenerateCredentialOptionalParams): Promise<RegistriesRegenerateCredentialResponse>;
|
2622
3237
|
/**
|
2623
3238
|
* Generate keys for a token of a specified container registry.
|
2624
|
-
* @param resourceGroupName The name of the resource group
|
3239
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2625
3240
|
* @param registryName The name of the container registry.
|
2626
3241
|
* @param generateCredentialsParameters The parameters for generating credentials.
|
2627
3242
|
* @param options The options parameters.
|
2628
3243
|
*/
|
2629
|
-
beginGenerateCredentials(resourceGroupName: string, registryName: string, generateCredentialsParameters: GenerateCredentialsParameters, options?: RegistriesGenerateCredentialsOptionalParams): Promise<
|
3244
|
+
beginGenerateCredentials(resourceGroupName: string, registryName: string, generateCredentialsParameters: GenerateCredentialsParameters, options?: RegistriesGenerateCredentialsOptionalParams): Promise<SimplePollerLike<OperationState<RegistriesGenerateCredentialsResponse>, RegistriesGenerateCredentialsResponse>>;
|
2630
3245
|
/**
|
2631
3246
|
* Generate keys for a token of a specified container registry.
|
2632
|
-
* @param resourceGroupName The name of the resource group
|
3247
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2633
3248
|
* @param registryName The name of the container registry.
|
2634
3249
|
* @param generateCredentialsParameters The parameters for generating credentials.
|
2635
3250
|
* @param options The options parameters.
|
@@ -2642,7 +3257,7 @@ export declare interface Registries {
|
|
2642
3257
|
* @param runRequest The parameters of a run that needs to scheduled.
|
2643
3258
|
* @param options The options parameters.
|
2644
3259
|
*/
|
2645
|
-
beginScheduleRun(resourceGroupName: string, registryName: string, runRequest: RunRequestUnion, options?: RegistriesScheduleRunOptionalParams): Promise<
|
3260
|
+
beginScheduleRun(resourceGroupName: string, registryName: string, runRequest: RunRequestUnion, options?: RegistriesScheduleRunOptionalParams): Promise<SimplePollerLike<OperationState<RegistriesScheduleRunResponse>, RegistriesScheduleRunResponse>>;
|
2646
3261
|
/**
|
2647
3262
|
* Schedules a new run based on the request parameters and add it to the run queue.
|
2648
3263
|
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
@@ -2667,6 +3282,11 @@ export declare interface RegistriesCheckNameAvailabilityOptionalParams extends c
|
|
2667
3282
|
/** Contains response data for the checkNameAvailability operation. */
|
2668
3283
|
export declare type RegistriesCheckNameAvailabilityResponse = RegistryNameStatus;
|
2669
3284
|
|
3285
|
+
/** Defines headers for Registries_create operation. */
|
3286
|
+
export declare interface RegistriesCreateHeaders {
|
3287
|
+
azureAsyncOperation?: string;
|
3288
|
+
}
|
3289
|
+
|
2670
3290
|
/** Optional parameters. */
|
2671
3291
|
export declare interface RegistriesCreateOptionalParams extends coreClient.OperationOptions {
|
2672
3292
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -2678,6 +3298,11 @@ export declare interface RegistriesCreateOptionalParams extends coreClient.Opera
|
|
2678
3298
|
/** Contains response data for the create operation. */
|
2679
3299
|
export declare type RegistriesCreateResponse = Registry;
|
2680
3300
|
|
3301
|
+
/** Defines headers for Registries_delete operation. */
|
3302
|
+
export declare interface RegistriesDeleteHeaders {
|
3303
|
+
location?: string;
|
3304
|
+
}
|
3305
|
+
|
2681
3306
|
/** Optional parameters. */
|
2682
3307
|
export declare interface RegistriesDeleteOptionalParams extends coreClient.OperationOptions {
|
2683
3308
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -2686,6 +3311,11 @@ export declare interface RegistriesDeleteOptionalParams extends coreClient.Opera
|
|
2686
3311
|
resumeFrom?: string;
|
2687
3312
|
}
|
2688
3313
|
|
3314
|
+
/** Defines headers for Registries_generateCredentials operation. */
|
3315
|
+
export declare interface RegistriesGenerateCredentialsHeaders {
|
3316
|
+
location?: string;
|
3317
|
+
}
|
3318
|
+
|
2689
3319
|
/** Optional parameters. */
|
2690
3320
|
export declare interface RegistriesGenerateCredentialsOptionalParams extends coreClient.OperationOptions {
|
2691
3321
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -2718,6 +3348,11 @@ export declare type RegistriesGetPrivateLinkResourceResponse = PrivateLinkResour
|
|
2718
3348
|
/** Contains response data for the get operation. */
|
2719
3349
|
export declare type RegistriesGetResponse = Registry;
|
2720
3350
|
|
3351
|
+
/** Defines headers for Registries_importImage operation. */
|
3352
|
+
export declare interface RegistriesImportImageHeaders {
|
3353
|
+
location?: string;
|
3354
|
+
}
|
3355
|
+
|
2721
3356
|
/** Optional parameters. */
|
2722
3357
|
export declare interface RegistriesImportImageOptionalParams extends coreClient.OperationOptions {
|
2723
3358
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -2800,6 +3435,11 @@ export declare interface RegistriesScheduleRunOptionalParams extends coreClient.
|
|
2800
3435
|
/** Contains response data for the scheduleRun operation. */
|
2801
3436
|
export declare type RegistriesScheduleRunResponse = Run;
|
2802
3437
|
|
3438
|
+
/** Defines headers for Registries_update operation. */
|
3439
|
+
export declare interface RegistriesUpdateHeaders {
|
3440
|
+
azureAsyncOperation?: string;
|
3441
|
+
}
|
3442
|
+
|
2803
3443
|
/** Optional parameters. */
|
2804
3444
|
export declare interface RegistriesUpdateOptionalParams extends coreClient.OperationOptions {
|
2805
3445
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -2812,7 +3452,7 @@ export declare interface RegistriesUpdateOptionalParams extends coreClient.Opera
|
|
2812
3452
|
export declare type RegistriesUpdateResponse = Registry;
|
2813
3453
|
|
2814
3454
|
/** An object that represents a container registry. */
|
2815
|
-
export declare
|
3455
|
+
export declare interface Registry extends Resource {
|
2816
3456
|
/** The SKU of the container registry. */
|
2817
3457
|
sku: Sku;
|
2818
3458
|
/** The identity of the container registry. */
|
@@ -2865,7 +3505,7 @@ export declare type Registry = Resource & {
|
|
2865
3505
|
zoneRedundancy?: ZoneRedundancy;
|
2866
3506
|
/** Enables registry-wide pull from unauthenticated clients. */
|
2867
3507
|
anonymousPullEnabled?: boolean;
|
2868
|
-
}
|
3508
|
+
}
|
2869
3509
|
|
2870
3510
|
/** The response from the ListCredentials operation. */
|
2871
3511
|
export declare interface RegistryListCredentialsResult {
|
@@ -2966,7 +3606,7 @@ export declare interface RegistryUsageListResult {
|
|
2966
3606
|
export declare type RegistryUsageUnit = string;
|
2967
3607
|
|
2968
3608
|
/** An object that represents a replication for a container registry. */
|
2969
|
-
export declare
|
3609
|
+
export declare interface Replication extends Resource {
|
2970
3610
|
/**
|
2971
3611
|
* The provisioning state of the replication at the time the operation was called.
|
2972
3612
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
@@ -2981,7 +3621,7 @@ export declare type Replication = Resource & {
|
|
2981
3621
|
regionEndpointEnabled?: boolean;
|
2982
3622
|
/** Whether or not zone redundancy is enabled for this container registry replication */
|
2983
3623
|
zoneRedundancy?: ZoneRedundancy;
|
2984
|
-
}
|
3624
|
+
}
|
2985
3625
|
|
2986
3626
|
/** The result of a request to list replications for a container registry. */
|
2987
3627
|
export declare interface ReplicationListResult {
|
@@ -2995,14 +3635,14 @@ export declare interface ReplicationListResult {
|
|
2995
3635
|
export declare interface Replications {
|
2996
3636
|
/**
|
2997
3637
|
* Lists all the replications for the specified container registry.
|
2998
|
-
* @param resourceGroupName The name of the resource group
|
3638
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
2999
3639
|
* @param registryName The name of the container registry.
|
3000
3640
|
* @param options The options parameters.
|
3001
3641
|
*/
|
3002
3642
|
list(resourceGroupName: string, registryName: string, options?: ReplicationsListOptionalParams): PagedAsyncIterableIterator<Replication>;
|
3003
3643
|
/**
|
3004
3644
|
* Gets the properties of the specified replication.
|
3005
|
-
* @param resourceGroupName The name of the resource group
|
3645
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
3006
3646
|
* @param registryName The name of the container registry.
|
3007
3647
|
* @param replicationName The name of the replication.
|
3008
3648
|
* @param options The options parameters.
|
@@ -3010,16 +3650,16 @@ export declare interface Replications {
|
|
3010
3650
|
get(resourceGroupName: string, registryName: string, replicationName: string, options?: ReplicationsGetOptionalParams): Promise<ReplicationsGetResponse>;
|
3011
3651
|
/**
|
3012
3652
|
* Creates a replication for a container registry with the specified parameters.
|
3013
|
-
* @param resourceGroupName The name of the resource group
|
3653
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
3014
3654
|
* @param registryName The name of the container registry.
|
3015
3655
|
* @param replicationName The name of the replication.
|
3016
3656
|
* @param replication The parameters for creating a replication.
|
3017
3657
|
* @param options The options parameters.
|
3018
3658
|
*/
|
3019
|
-
beginCreate(resourceGroupName: string, registryName: string, replicationName: string, replication: Replication, options?: ReplicationsCreateOptionalParams): Promise<
|
3659
|
+
beginCreate(resourceGroupName: string, registryName: string, replicationName: string, replication: Replication, options?: ReplicationsCreateOptionalParams): Promise<SimplePollerLike<OperationState<ReplicationsCreateResponse>, ReplicationsCreateResponse>>;
|
3020
3660
|
/**
|
3021
3661
|
* Creates a replication for a container registry with the specified parameters.
|
3022
|
-
* @param resourceGroupName The name of the resource group
|
3662
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
3023
3663
|
* @param registryName The name of the container registry.
|
3024
3664
|
* @param replicationName The name of the replication.
|
3025
3665
|
* @param replication The parameters for creating a replication.
|
@@ -3028,15 +3668,15 @@ export declare interface Replications {
|
|
3028
3668
|
beginCreateAndWait(resourceGroupName: string, registryName: string, replicationName: string, replication: Replication, options?: ReplicationsCreateOptionalParams): Promise<ReplicationsCreateResponse>;
|
3029
3669
|
/**
|
3030
3670
|
* Deletes a replication from a container registry.
|
3031
|
-
* @param resourceGroupName The name of the resource group
|
3671
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
3032
3672
|
* @param registryName The name of the container registry.
|
3033
3673
|
* @param replicationName The name of the replication.
|
3034
3674
|
* @param options The options parameters.
|
3035
3675
|
*/
|
3036
|
-
beginDelete(resourceGroupName: string, registryName: string, replicationName: string, options?: ReplicationsDeleteOptionalParams): Promise<
|
3676
|
+
beginDelete(resourceGroupName: string, registryName: string, replicationName: string, options?: ReplicationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
3037
3677
|
/**
|
3038
3678
|
* Deletes a replication from a container registry.
|
3039
|
-
* @param resourceGroupName The name of the resource group
|
3679
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
3040
3680
|
* @param registryName The name of the container registry.
|
3041
3681
|
* @param replicationName The name of the replication.
|
3042
3682
|
* @param options The options parameters.
|
@@ -3044,16 +3684,16 @@ export declare interface Replications {
|
|
3044
3684
|
beginDeleteAndWait(resourceGroupName: string, registryName: string, replicationName: string, options?: ReplicationsDeleteOptionalParams): Promise<void>;
|
3045
3685
|
/**
|
3046
3686
|
* Updates a replication for a container registry with the specified parameters.
|
3047
|
-
* @param resourceGroupName The name of the resource group
|
3687
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
3048
3688
|
* @param registryName The name of the container registry.
|
3049
3689
|
* @param replicationName The name of the replication.
|
3050
3690
|
* @param replicationUpdateParameters The parameters for updating a replication.
|
3051
3691
|
* @param options The options parameters.
|
3052
3692
|
*/
|
3053
|
-
beginUpdate(resourceGroupName: string, registryName: string, replicationName: string, replicationUpdateParameters: ReplicationUpdateParameters, options?: ReplicationsUpdateOptionalParams): Promise<
|
3693
|
+
beginUpdate(resourceGroupName: string, registryName: string, replicationName: string, replicationUpdateParameters: ReplicationUpdateParameters, options?: ReplicationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ReplicationsUpdateResponse>, ReplicationsUpdateResponse>>;
|
3054
3694
|
/**
|
3055
3695
|
* Updates a replication for a container registry with the specified parameters.
|
3056
|
-
* @param resourceGroupName The name of the resource group
|
3696
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
3057
3697
|
* @param registryName The name of the container registry.
|
3058
3698
|
* @param replicationName The name of the replication.
|
3059
3699
|
* @param replicationUpdateParameters The parameters for updating a replication.
|
@@ -3062,6 +3702,11 @@ export declare interface Replications {
|
|
3062
3702
|
beginUpdateAndWait(resourceGroupName: string, registryName: string, replicationName: string, replicationUpdateParameters: ReplicationUpdateParameters, options?: ReplicationsUpdateOptionalParams): Promise<ReplicationsUpdateResponse>;
|
3063
3703
|
}
|
3064
3704
|
|
3705
|
+
/** Defines headers for Replications_create operation. */
|
3706
|
+
export declare interface ReplicationsCreateHeaders {
|
3707
|
+
azureAsyncOperation?: string;
|
3708
|
+
}
|
3709
|
+
|
3065
3710
|
/** Optional parameters. */
|
3066
3711
|
export declare interface ReplicationsCreateOptionalParams extends coreClient.OperationOptions {
|
3067
3712
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -3073,6 +3718,11 @@ export declare interface ReplicationsCreateOptionalParams extends coreClient.Ope
|
|
3073
3718
|
/** Contains response data for the create operation. */
|
3074
3719
|
export declare type ReplicationsCreateResponse = Replication;
|
3075
3720
|
|
3721
|
+
/** Defines headers for Replications_delete operation. */
|
3722
|
+
export declare interface ReplicationsDeleteHeaders {
|
3723
|
+
location?: string;
|
3724
|
+
}
|
3725
|
+
|
3076
3726
|
/** Optional parameters. */
|
3077
3727
|
export declare interface ReplicationsDeleteOptionalParams extends coreClient.OperationOptions {
|
3078
3728
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -3102,6 +3752,11 @@ export declare interface ReplicationsListOptionalParams extends coreClient.Opera
|
|
3102
3752
|
/** Contains response data for the list operation. */
|
3103
3753
|
export declare type ReplicationsListResponse = ReplicationListResult;
|
3104
3754
|
|
3755
|
+
/** Defines headers for Replications_update operation. */
|
3756
|
+
export declare interface ReplicationsUpdateHeaders {
|
3757
|
+
azureAsyncOperation?: string;
|
3758
|
+
}
|
3759
|
+
|
3105
3760
|
/** Optional parameters. */
|
3106
3761
|
export declare interface ReplicationsUpdateOptionalParams extends coreClient.OperationOptions {
|
3107
3762
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -3185,7 +3840,7 @@ export declare interface RetentionPolicy {
|
|
3185
3840
|
}
|
3186
3841
|
|
3187
3842
|
/** Run resource properties */
|
3188
|
-
export declare
|
3843
|
+
export declare interface Run extends ProxyResource {
|
3189
3844
|
/** The unique identifier for the run. */
|
3190
3845
|
runId?: string;
|
3191
3846
|
/** The current status of the run. */
|
@@ -3236,7 +3891,7 @@ export declare type Run = ProxyResource & {
|
|
3236
3891
|
provisioningState?: ProvisioningState;
|
3237
3892
|
/** The value that indicates whether archiving is enabled or not. */
|
3238
3893
|
isArchiveEnabled?: boolean;
|
3239
|
-
}
|
3894
|
+
}
|
3240
3895
|
|
3241
3896
|
/** Properties that are enabled for Odata querying on runs. */
|
3242
3897
|
export declare interface RunFilter {
|
@@ -3318,7 +3973,7 @@ export declare interface Runs {
|
|
3318
3973
|
* @param runUpdateParameters The run update properties.
|
3319
3974
|
* @param options The options parameters.
|
3320
3975
|
*/
|
3321
|
-
beginUpdate(resourceGroupName: string, registryName: string, runId: string, runUpdateParameters: RunUpdateParameters, options?: RunsUpdateOptionalParams): Promise<
|
3976
|
+
beginUpdate(resourceGroupName: string, registryName: string, runId: string, runUpdateParameters: RunUpdateParameters, options?: RunsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<RunsUpdateResponse>, RunsUpdateResponse>>;
|
3322
3977
|
/**
|
3323
3978
|
* Patch the run properties.
|
3324
3979
|
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
@@ -3343,7 +3998,7 @@ export declare interface Runs {
|
|
3343
3998
|
* @param runId The run ID.
|
3344
3999
|
* @param options The options parameters.
|
3345
4000
|
*/
|
3346
|
-
beginCancel(resourceGroupName: string, registryName: string, runId: string, options?: RunsCancelOptionalParams): Promise<
|
4001
|
+
beginCancel(resourceGroupName: string, registryName: string, runId: string, options?: RunsCancelOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
3347
4002
|
/**
|
3348
4003
|
* Cancel an existing run.
|
3349
4004
|
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
@@ -3378,10 +4033,6 @@ export declare type RunsGetResponse = Run;
|
|
3378
4033
|
|
3379
4034
|
/** Optional parameters. */
|
3380
4035
|
export declare interface RunsListNextOptionalParams extends coreClient.OperationOptions {
|
3381
|
-
/** The runs filter to apply on the operation. Arithmetic operators are not supported. The allowed string function is 'contains'. All logical operators except 'Not', 'Has', 'All' are allowed. */
|
3382
|
-
filter?: string;
|
3383
|
-
/** $top is supported for get list of runs, which limits the maximum number of runs to return. */
|
3384
|
-
top?: number;
|
3385
4036
|
}
|
3386
4037
|
|
3387
4038
|
/** Contains response data for the listNext operation. */
|
@@ -3444,7 +4095,7 @@ export declare interface RunUpdateParameters {
|
|
3444
4095
|
}
|
3445
4096
|
|
3446
4097
|
/** An object that represents a scope map for a container registry. */
|
3447
|
-
export declare
|
4098
|
+
export declare interface ScopeMap extends ProxyResource {
|
3448
4099
|
/** The user friendly description of the scope map. */
|
3449
4100
|
description?: string;
|
3450
4101
|
/**
|
@@ -3468,7 +4119,7 @@ export declare type ScopeMap = ProxyResource & {
|
|
3468
4119
|
* repositories/repository-name/metadata/write
|
3469
4120
|
*/
|
3470
4121
|
actions?: string[];
|
3471
|
-
}
|
4122
|
+
}
|
3472
4123
|
|
3473
4124
|
/** The result of a request to list scope maps for a container registry. */
|
3474
4125
|
export declare interface ScopeMapListResult {
|
@@ -3482,14 +4133,14 @@ export declare interface ScopeMapListResult {
|
|
3482
4133
|
export declare interface ScopeMaps {
|
3483
4134
|
/**
|
3484
4135
|
* Lists all the scope maps for the specified container registry.
|
3485
|
-
* @param resourceGroupName The name of the resource group
|
4136
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
3486
4137
|
* @param registryName The name of the container registry.
|
3487
4138
|
* @param options The options parameters.
|
3488
4139
|
*/
|
3489
4140
|
list(resourceGroupName: string, registryName: string, options?: ScopeMapsListOptionalParams): PagedAsyncIterableIterator<ScopeMap>;
|
3490
4141
|
/**
|
3491
4142
|
* Gets the properties of the specified scope map.
|
3492
|
-
* @param resourceGroupName The name of the resource group
|
4143
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
3493
4144
|
* @param registryName The name of the container registry.
|
3494
4145
|
* @param scopeMapName The name of the scope map.
|
3495
4146
|
* @param options The options parameters.
|
@@ -3497,16 +4148,16 @@ export declare interface ScopeMaps {
|
|
3497
4148
|
get(resourceGroupName: string, registryName: string, scopeMapName: string, options?: ScopeMapsGetOptionalParams): Promise<ScopeMapsGetResponse>;
|
3498
4149
|
/**
|
3499
4150
|
* Creates a scope map for a container registry with the specified parameters.
|
3500
|
-
* @param resourceGroupName The name of the resource group
|
4151
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
3501
4152
|
* @param registryName The name of the container registry.
|
3502
4153
|
* @param scopeMapName The name of the scope map.
|
3503
4154
|
* @param scopeMapCreateParameters The parameters for creating a scope map.
|
3504
4155
|
* @param options The options parameters.
|
3505
4156
|
*/
|
3506
|
-
beginCreate(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapCreateParameters: ScopeMap, options?: ScopeMapsCreateOptionalParams): Promise<
|
4157
|
+
beginCreate(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapCreateParameters: ScopeMap, options?: ScopeMapsCreateOptionalParams): Promise<SimplePollerLike<OperationState<ScopeMapsCreateResponse>, ScopeMapsCreateResponse>>;
|
3507
4158
|
/**
|
3508
4159
|
* Creates a scope map for a container registry with the specified parameters.
|
3509
|
-
* @param resourceGroupName The name of the resource group
|
4160
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
3510
4161
|
* @param registryName The name of the container registry.
|
3511
4162
|
* @param scopeMapName The name of the scope map.
|
3512
4163
|
* @param scopeMapCreateParameters The parameters for creating a scope map.
|
@@ -3515,15 +4166,15 @@ export declare interface ScopeMaps {
|
|
3515
4166
|
beginCreateAndWait(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapCreateParameters: ScopeMap, options?: ScopeMapsCreateOptionalParams): Promise<ScopeMapsCreateResponse>;
|
3516
4167
|
/**
|
3517
4168
|
* Deletes a scope map from a container registry.
|
3518
|
-
* @param resourceGroupName The name of the resource group
|
4169
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
3519
4170
|
* @param registryName The name of the container registry.
|
3520
4171
|
* @param scopeMapName The name of the scope map.
|
3521
4172
|
* @param options The options parameters.
|
3522
4173
|
*/
|
3523
|
-
beginDelete(resourceGroupName: string, registryName: string, scopeMapName: string, options?: ScopeMapsDeleteOptionalParams): Promise<
|
4174
|
+
beginDelete(resourceGroupName: string, registryName: string, scopeMapName: string, options?: ScopeMapsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
3524
4175
|
/**
|
3525
4176
|
* Deletes a scope map from a container registry.
|
3526
|
-
* @param resourceGroupName The name of the resource group
|
4177
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
3527
4178
|
* @param registryName The name of the container registry.
|
3528
4179
|
* @param scopeMapName The name of the scope map.
|
3529
4180
|
* @param options The options parameters.
|
@@ -3531,16 +4182,16 @@ export declare interface ScopeMaps {
|
|
3531
4182
|
beginDeleteAndWait(resourceGroupName: string, registryName: string, scopeMapName: string, options?: ScopeMapsDeleteOptionalParams): Promise<void>;
|
3532
4183
|
/**
|
3533
4184
|
* Updates a scope map with the specified parameters.
|
3534
|
-
* @param resourceGroupName The name of the resource group
|
4185
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
3535
4186
|
* @param registryName The name of the container registry.
|
3536
4187
|
* @param scopeMapName The name of the scope map.
|
3537
4188
|
* @param scopeMapUpdateParameters The parameters for updating a scope map.
|
3538
4189
|
* @param options The options parameters.
|
3539
4190
|
*/
|
3540
|
-
beginUpdate(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapUpdateParameters: ScopeMapUpdateParameters, options?: ScopeMapsUpdateOptionalParams): Promise<
|
4191
|
+
beginUpdate(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapUpdateParameters: ScopeMapUpdateParameters, options?: ScopeMapsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ScopeMapsUpdateResponse>, ScopeMapsUpdateResponse>>;
|
3541
4192
|
/**
|
3542
4193
|
* Updates a scope map with the specified parameters.
|
3543
|
-
* @param resourceGroupName The name of the resource group
|
4194
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
3544
4195
|
* @param registryName The name of the container registry.
|
3545
4196
|
* @param scopeMapName The name of the scope map.
|
3546
4197
|
* @param scopeMapUpdateParameters The parameters for updating a scope map.
|
@@ -3549,6 +4200,11 @@ export declare interface ScopeMaps {
|
|
3549
4200
|
beginUpdateAndWait(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapUpdateParameters: ScopeMapUpdateParameters, options?: ScopeMapsUpdateOptionalParams): Promise<ScopeMapsUpdateResponse>;
|
3550
4201
|
}
|
3551
4202
|
|
4203
|
+
/** Defines headers for ScopeMaps_create operation. */
|
4204
|
+
export declare interface ScopeMapsCreateHeaders {
|
4205
|
+
azureAsyncOperation?: string;
|
4206
|
+
}
|
4207
|
+
|
3552
4208
|
/** Optional parameters. */
|
3553
4209
|
export declare interface ScopeMapsCreateOptionalParams extends coreClient.OperationOptions {
|
3554
4210
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -3560,6 +4216,11 @@ export declare interface ScopeMapsCreateOptionalParams extends coreClient.Operat
|
|
3560
4216
|
/** Contains response data for the create operation. */
|
3561
4217
|
export declare type ScopeMapsCreateResponse = ScopeMap;
|
3562
4218
|
|
4219
|
+
/** Defines headers for ScopeMaps_delete operation. */
|
4220
|
+
export declare interface ScopeMapsDeleteHeaders {
|
4221
|
+
location?: string;
|
4222
|
+
}
|
4223
|
+
|
3563
4224
|
/** Optional parameters. */
|
3564
4225
|
export declare interface ScopeMapsDeleteOptionalParams extends coreClient.OperationOptions {
|
3565
4226
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -3589,6 +4250,11 @@ export declare interface ScopeMapsListOptionalParams extends coreClient.Operatio
|
|
3589
4250
|
/** Contains response data for the list operation. */
|
3590
4251
|
export declare type ScopeMapsListResponse = ScopeMapListResult;
|
3591
4252
|
|
4253
|
+
/** Defines headers for ScopeMaps_update operation. */
|
4254
|
+
export declare interface ScopeMapsUpdateHeaders {
|
4255
|
+
azureAsyncOperation?: string;
|
4256
|
+
}
|
4257
|
+
|
3592
4258
|
/** Optional parameters. */
|
3593
4259
|
export declare interface ScopeMapsUpdateOptionalParams extends coreClient.OperationOptions {
|
3594
4260
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -3962,7 +4628,7 @@ export declare interface Target {
|
|
3962
4628
|
* The task that has the ARM resource and task properties.
|
3963
4629
|
* The task will have all information to schedule a run against it.
|
3964
4630
|
*/
|
3965
|
-
export declare
|
4631
|
+
export declare interface Task extends Resource {
|
3966
4632
|
/** Identity for the resource. */
|
3967
4633
|
identity?: IdentityProperties;
|
3968
4634
|
/**
|
@@ -3995,7 +4661,7 @@ export declare type Task = Resource & {
|
|
3995
4661
|
logTemplate?: string;
|
3996
4662
|
/** The value of this property indicates whether the task resource is system task or not. */
|
3997
4663
|
isSystemTask?: boolean;
|
3998
|
-
}
|
4664
|
+
}
|
3999
4665
|
|
4000
4666
|
/** The collection of tasks. */
|
4001
4667
|
export declare interface TaskListResult {
|
@@ -4009,7 +4675,7 @@ export declare interface TaskListResult {
|
|
4009
4675
|
* The task run that has the ARM resource and properties.
|
4010
4676
|
* The task run will have the information of request and result of a run.
|
4011
4677
|
*/
|
4012
|
-
export declare
|
4678
|
+
export declare interface TaskRun extends ProxyResource {
|
4013
4679
|
/** Identity for the resource. */
|
4014
4680
|
identity?: IdentityProperties;
|
4015
4681
|
/** The location of the resource */
|
@@ -4028,7 +4694,7 @@ export declare type TaskRun = ProxyResource & {
|
|
4028
4694
|
readonly runResult?: Run;
|
4029
4695
|
/** How the run should be forced to rerun even if the run request configuration has not changed */
|
4030
4696
|
forceUpdateTag?: string;
|
4031
|
-
}
|
4697
|
+
}
|
4032
4698
|
|
4033
4699
|
/** The collection of task runs. */
|
4034
4700
|
export declare interface TaskRunListResult {
|
@@ -4039,14 +4705,14 @@ export declare interface TaskRunListResult {
|
|
4039
4705
|
}
|
4040
4706
|
|
4041
4707
|
/** The parameters for a task run request. */
|
4042
|
-
export declare
|
4708
|
+
export declare interface TaskRunRequest extends RunRequest {
|
4043
4709
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
4044
4710
|
type: "TaskRunRequest";
|
4045
4711
|
/** The resource ID of task against which run has to be queued. */
|
4046
4712
|
taskId: string;
|
4047
4713
|
/** Set of overridable parameters that can be passed when running a Task. */
|
4048
4714
|
overrideTaskStepProperties?: OverrideTaskStepProperties;
|
4049
|
-
}
|
4715
|
+
}
|
4050
4716
|
|
4051
4717
|
/** Interface representing a TaskRuns. */
|
4052
4718
|
export declare interface TaskRuns {
|
@@ -4073,7 +4739,7 @@ export declare interface TaskRuns {
|
|
4073
4739
|
* @param taskRun The parameters of a run that needs to scheduled.
|
4074
4740
|
* @param options The options parameters.
|
4075
4741
|
*/
|
4076
|
-
beginCreate(resourceGroupName: string, registryName: string, taskRunName: string, taskRun: TaskRun, options?: TaskRunsCreateOptionalParams): Promise<
|
4742
|
+
beginCreate(resourceGroupName: string, registryName: string, taskRunName: string, taskRun: TaskRun, options?: TaskRunsCreateOptionalParams): Promise<SimplePollerLike<OperationState<TaskRunsCreateResponse>, TaskRunsCreateResponse>>;
|
4077
4743
|
/**
|
4078
4744
|
* Creates a task run for a container registry with the specified parameters.
|
4079
4745
|
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
@@ -4090,7 +4756,7 @@ export declare interface TaskRuns {
|
|
4090
4756
|
* @param taskRunName The name of the task run.
|
4091
4757
|
* @param options The options parameters.
|
4092
4758
|
*/
|
4093
|
-
beginDelete(resourceGroupName: string, registryName: string, taskRunName: string, options?: TaskRunsDeleteOptionalParams): Promise<
|
4759
|
+
beginDelete(resourceGroupName: string, registryName: string, taskRunName: string, options?: TaskRunsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
4094
4760
|
/**
|
4095
4761
|
* Deletes a specified task run resource.
|
4096
4762
|
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
@@ -4107,7 +4773,7 @@ export declare interface TaskRuns {
|
|
4107
4773
|
* @param updateParameters The parameters for updating a task run.
|
4108
4774
|
* @param options The options parameters.
|
4109
4775
|
*/
|
4110
|
-
beginUpdate(resourceGroupName: string, registryName: string, taskRunName: string, updateParameters: TaskRunUpdateParameters, options?: TaskRunsUpdateOptionalParams): Promise<
|
4776
|
+
beginUpdate(resourceGroupName: string, registryName: string, taskRunName: string, updateParameters: TaskRunUpdateParameters, options?: TaskRunsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TaskRunsUpdateResponse>, TaskRunsUpdateResponse>>;
|
4111
4777
|
/**
|
4112
4778
|
* Updates a task run with the specified parameters.
|
4113
4779
|
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
@@ -4226,7 +4892,7 @@ export declare interface Tasks {
|
|
4226
4892
|
* @param taskCreateParameters The parameters for creating a task.
|
4227
4893
|
* @param options The options parameters.
|
4228
4894
|
*/
|
4229
|
-
beginCreate(resourceGroupName: string, registryName: string, taskName: string, taskCreateParameters: Task, options?: TasksCreateOptionalParams): Promise<
|
4895
|
+
beginCreate(resourceGroupName: string, registryName: string, taskName: string, taskCreateParameters: Task, options?: TasksCreateOptionalParams): Promise<SimplePollerLike<OperationState<TasksCreateResponse>, TasksCreateResponse>>;
|
4230
4896
|
/**
|
4231
4897
|
* Creates a task for a container registry with the specified parameters.
|
4232
4898
|
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
@@ -4243,7 +4909,7 @@ export declare interface Tasks {
|
|
4243
4909
|
* @param taskName The name of the container registry task.
|
4244
4910
|
* @param options The options parameters.
|
4245
4911
|
*/
|
4246
|
-
beginDelete(resourceGroupName: string, registryName: string, taskName: string, options?: TasksDeleteOptionalParams): Promise<
|
4912
|
+
beginDelete(resourceGroupName: string, registryName: string, taskName: string, options?: TasksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
4247
4913
|
/**
|
4248
4914
|
* Deletes a specified task.
|
4249
4915
|
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
@@ -4260,7 +4926,7 @@ export declare interface Tasks {
|
|
4260
4926
|
* @param taskUpdateParameters The parameters for updating a task.
|
4261
4927
|
* @param options The options parameters.
|
4262
4928
|
*/
|
4263
|
-
beginUpdate(resourceGroupName: string, registryName: string, taskName: string, taskUpdateParameters: TaskUpdateParameters, options?: TasksUpdateOptionalParams): Promise<
|
4929
|
+
beginUpdate(resourceGroupName: string, registryName: string, taskName: string, taskUpdateParameters: TaskUpdateParameters, options?: TasksUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TasksUpdateResponse>, TasksUpdateResponse>>;
|
4264
4930
|
/**
|
4265
4931
|
* Updates a task with the specified parameters.
|
4266
4932
|
* @param resourceGroupName The name of the resource group to which the container registry belongs.
|
@@ -4471,7 +5137,7 @@ export declare interface TlsProperties {
|
|
4471
5137
|
export declare type TlsStatus = string;
|
4472
5138
|
|
4473
5139
|
/** An object that represents a token for a container registry. */
|
4474
|
-
export declare
|
5140
|
+
export declare interface Token extends ProxyResource {
|
4475
5141
|
/**
|
4476
5142
|
* The creation date of scope map.
|
4477
5143
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
@@ -4488,7 +5154,7 @@ export declare type Token = ProxyResource & {
|
|
4488
5154
|
credentials?: TokenCredentialsProperties;
|
4489
5155
|
/** The status of the token example enabled or disabled. */
|
4490
5156
|
status?: TokenStatus;
|
4491
|
-
}
|
5157
|
+
}
|
4492
5158
|
|
4493
5159
|
/** The properties of a certificate used for authenticating a token. */
|
4494
5160
|
export declare interface TokenCertificate {
|
@@ -4554,14 +5220,14 @@ export declare type TokenPasswordName = string;
|
|
4554
5220
|
export declare interface Tokens {
|
4555
5221
|
/**
|
4556
5222
|
* Lists all the tokens for the specified container registry.
|
4557
|
-
* @param resourceGroupName The name of the resource group
|
5223
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
4558
5224
|
* @param registryName The name of the container registry.
|
4559
5225
|
* @param options The options parameters.
|
4560
5226
|
*/
|
4561
5227
|
list(resourceGroupName: string, registryName: string, options?: TokensListOptionalParams): PagedAsyncIterableIterator<Token>;
|
4562
5228
|
/**
|
4563
5229
|
* Gets the properties of the specified token.
|
4564
|
-
* @param resourceGroupName The name of the resource group
|
5230
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
4565
5231
|
* @param registryName The name of the container registry.
|
4566
5232
|
* @param tokenName The name of the token.
|
4567
5233
|
* @param options The options parameters.
|
@@ -4569,16 +5235,16 @@ export declare interface Tokens {
|
|
4569
5235
|
get(resourceGroupName: string, registryName: string, tokenName: string, options?: TokensGetOptionalParams): Promise<TokensGetResponse>;
|
4570
5236
|
/**
|
4571
5237
|
* Creates a token for a container registry with the specified parameters.
|
4572
|
-
* @param resourceGroupName The name of the resource group
|
5238
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
4573
5239
|
* @param registryName The name of the container registry.
|
4574
5240
|
* @param tokenName The name of the token.
|
4575
5241
|
* @param tokenCreateParameters The parameters for creating a token.
|
4576
5242
|
* @param options The options parameters.
|
4577
5243
|
*/
|
4578
|
-
beginCreate(resourceGroupName: string, registryName: string, tokenName: string, tokenCreateParameters: Token, options?: TokensCreateOptionalParams): Promise<
|
5244
|
+
beginCreate(resourceGroupName: string, registryName: string, tokenName: string, tokenCreateParameters: Token, options?: TokensCreateOptionalParams): Promise<SimplePollerLike<OperationState<TokensCreateResponse>, TokensCreateResponse>>;
|
4579
5245
|
/**
|
4580
5246
|
* Creates a token for a container registry with the specified parameters.
|
4581
|
-
* @param resourceGroupName The name of the resource group
|
5247
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
4582
5248
|
* @param registryName The name of the container registry.
|
4583
5249
|
* @param tokenName The name of the token.
|
4584
5250
|
* @param tokenCreateParameters The parameters for creating a token.
|
@@ -4587,15 +5253,15 @@ export declare interface Tokens {
|
|
4587
5253
|
beginCreateAndWait(resourceGroupName: string, registryName: string, tokenName: string, tokenCreateParameters: Token, options?: TokensCreateOptionalParams): Promise<TokensCreateResponse>;
|
4588
5254
|
/**
|
4589
5255
|
* Deletes a token from a container registry.
|
4590
|
-
* @param resourceGroupName The name of the resource group
|
5256
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
4591
5257
|
* @param registryName The name of the container registry.
|
4592
5258
|
* @param tokenName The name of the token.
|
4593
5259
|
* @param options The options parameters.
|
4594
5260
|
*/
|
4595
|
-
beginDelete(resourceGroupName: string, registryName: string, tokenName: string, options?: TokensDeleteOptionalParams): Promise<
|
5261
|
+
beginDelete(resourceGroupName: string, registryName: string, tokenName: string, options?: TokensDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
4596
5262
|
/**
|
4597
5263
|
* Deletes a token from a container registry.
|
4598
|
-
* @param resourceGroupName The name of the resource group
|
5264
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
4599
5265
|
* @param registryName The name of the container registry.
|
4600
5266
|
* @param tokenName The name of the token.
|
4601
5267
|
* @param options The options parameters.
|
@@ -4603,16 +5269,16 @@ export declare interface Tokens {
|
|
4603
5269
|
beginDeleteAndWait(resourceGroupName: string, registryName: string, tokenName: string, options?: TokensDeleteOptionalParams): Promise<void>;
|
4604
5270
|
/**
|
4605
5271
|
* Updates a token with the specified parameters.
|
4606
|
-
* @param resourceGroupName The name of the resource group
|
5272
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
4607
5273
|
* @param registryName The name of the container registry.
|
4608
5274
|
* @param tokenName The name of the token.
|
4609
5275
|
* @param tokenUpdateParameters The parameters for updating a token.
|
4610
5276
|
* @param options The options parameters.
|
4611
5277
|
*/
|
4612
|
-
beginUpdate(resourceGroupName: string, registryName: string, tokenName: string, tokenUpdateParameters: TokenUpdateParameters, options?: TokensUpdateOptionalParams): Promise<
|
5278
|
+
beginUpdate(resourceGroupName: string, registryName: string, tokenName: string, tokenUpdateParameters: TokenUpdateParameters, options?: TokensUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TokensUpdateResponse>, TokensUpdateResponse>>;
|
4613
5279
|
/**
|
4614
5280
|
* Updates a token with the specified parameters.
|
4615
|
-
* @param resourceGroupName The name of the resource group
|
5281
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
4616
5282
|
* @param registryName The name of the container registry.
|
4617
5283
|
* @param tokenName The name of the token.
|
4618
5284
|
* @param tokenUpdateParameters The parameters for updating a token.
|
@@ -4621,6 +5287,11 @@ export declare interface Tokens {
|
|
4621
5287
|
beginUpdateAndWait(resourceGroupName: string, registryName: string, tokenName: string, tokenUpdateParameters: TokenUpdateParameters, options?: TokensUpdateOptionalParams): Promise<TokensUpdateResponse>;
|
4622
5288
|
}
|
4623
5289
|
|
5290
|
+
/** Defines headers for Tokens_create operation. */
|
5291
|
+
export declare interface TokensCreateHeaders {
|
5292
|
+
azureAsyncOperation?: string;
|
5293
|
+
}
|
5294
|
+
|
4624
5295
|
/** Optional parameters. */
|
4625
5296
|
export declare interface TokensCreateOptionalParams extends coreClient.OperationOptions {
|
4626
5297
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -4632,6 +5303,11 @@ export declare interface TokensCreateOptionalParams extends coreClient.Operation
|
|
4632
5303
|
/** Contains response data for the create operation. */
|
4633
5304
|
export declare type TokensCreateResponse = Token;
|
4634
5305
|
|
5306
|
+
/** Defines headers for Tokens_delete operation. */
|
5307
|
+
export declare interface TokensDeleteHeaders {
|
5308
|
+
location?: string;
|
5309
|
+
}
|
5310
|
+
|
4635
5311
|
/** Optional parameters. */
|
4636
5312
|
export declare interface TokensDeleteOptionalParams extends coreClient.OperationOptions {
|
4637
5313
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -4671,6 +5347,11 @@ export declare type TokensListResponse = TokenListResult;
|
|
4671
5347
|
*/
|
4672
5348
|
export declare type TokenStatus = string;
|
4673
5349
|
|
5350
|
+
/** Defines headers for Tokens_update operation. */
|
5351
|
+
export declare interface TokensUpdateHeaders {
|
5352
|
+
azureAsyncOperation?: string;
|
5353
|
+
}
|
5354
|
+
|
4674
5355
|
/** Optional parameters. */
|
4675
5356
|
export declare interface TokensUpdateOptionalParams extends coreClient.OperationOptions {
|
4676
5357
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -4778,7 +5459,7 @@ export declare interface UserIdentityProperties {
|
|
4778
5459
|
export declare type Variant = string;
|
4779
5460
|
|
4780
5461
|
/** An object that represents a webhook for a container registry. */
|
4781
|
-
export declare
|
5462
|
+
export declare interface Webhook extends Resource {
|
4782
5463
|
/** The status of the webhook at the time the operation was called. */
|
4783
5464
|
status?: WebhookStatus;
|
4784
5465
|
/** The scope of repositories where the event can be triggered. For example, 'foo:*' means events for all tags under repository 'foo'. 'foo:bar' means events for 'foo:bar' only. 'foo' is equivalent to 'foo:latest'. Empty means all events. */
|
@@ -4790,7 +5471,7 @@ export declare type Webhook = Resource & {
|
|
4790
5471
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
4791
5472
|
*/
|
4792
5473
|
readonly provisioningState?: ProvisioningState;
|
4793
|
-
}
|
5474
|
+
}
|
4794
5475
|
|
4795
5476
|
/**
|
4796
5477
|
* Defines values for WebhookAction. \
|
@@ -4839,14 +5520,14 @@ export declare interface WebhookListResult {
|
|
4839
5520
|
export declare interface Webhooks {
|
4840
5521
|
/**
|
4841
5522
|
* Lists all the webhooks for the specified container registry.
|
4842
|
-
* @param resourceGroupName The name of the resource group
|
5523
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
4843
5524
|
* @param registryName The name of the container registry.
|
4844
5525
|
* @param options The options parameters.
|
4845
5526
|
*/
|
4846
5527
|
list(resourceGroupName: string, registryName: string, options?: WebhooksListOptionalParams): PagedAsyncIterableIterator<Webhook>;
|
4847
5528
|
/**
|
4848
5529
|
* Lists recent events for the specified webhook.
|
4849
|
-
* @param resourceGroupName The name of the resource group
|
5530
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
4850
5531
|
* @param registryName The name of the container registry.
|
4851
5532
|
* @param webhookName The name of the webhook.
|
4852
5533
|
* @param options The options parameters.
|
@@ -4854,7 +5535,7 @@ export declare interface Webhooks {
|
|
4854
5535
|
listEvents(resourceGroupName: string, registryName: string, webhookName: string, options?: WebhooksListEventsOptionalParams): PagedAsyncIterableIterator<Event_2>;
|
4855
5536
|
/**
|
4856
5537
|
* Gets the properties of the specified webhook.
|
4857
|
-
* @param resourceGroupName The name of the resource group
|
5538
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
4858
5539
|
* @param registryName The name of the container registry.
|
4859
5540
|
* @param webhookName The name of the webhook.
|
4860
5541
|
* @param options The options parameters.
|
@@ -4862,16 +5543,16 @@ export declare interface Webhooks {
|
|
4862
5543
|
get(resourceGroupName: string, registryName: string, webhookName: string, options?: WebhooksGetOptionalParams): Promise<WebhooksGetResponse>;
|
4863
5544
|
/**
|
4864
5545
|
* Creates a webhook for a container registry with the specified parameters.
|
4865
|
-
* @param resourceGroupName The name of the resource group
|
5546
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
4866
5547
|
* @param registryName The name of the container registry.
|
4867
5548
|
* @param webhookName The name of the webhook.
|
4868
5549
|
* @param webhookCreateParameters The parameters for creating a webhook.
|
4869
5550
|
* @param options The options parameters.
|
4870
5551
|
*/
|
4871
|
-
beginCreate(resourceGroupName: string, registryName: string, webhookName: string, webhookCreateParameters: WebhookCreateParameters, options?: WebhooksCreateOptionalParams): Promise<
|
5552
|
+
beginCreate(resourceGroupName: string, registryName: string, webhookName: string, webhookCreateParameters: WebhookCreateParameters, options?: WebhooksCreateOptionalParams): Promise<SimplePollerLike<OperationState<WebhooksCreateResponse>, WebhooksCreateResponse>>;
|
4872
5553
|
/**
|
4873
5554
|
* Creates a webhook for a container registry with the specified parameters.
|
4874
|
-
* @param resourceGroupName The name of the resource group
|
5555
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
4875
5556
|
* @param registryName The name of the container registry.
|
4876
5557
|
* @param webhookName The name of the webhook.
|
4877
5558
|
* @param webhookCreateParameters The parameters for creating a webhook.
|
@@ -4880,15 +5561,15 @@ export declare interface Webhooks {
|
|
4880
5561
|
beginCreateAndWait(resourceGroupName: string, registryName: string, webhookName: string, webhookCreateParameters: WebhookCreateParameters, options?: WebhooksCreateOptionalParams): Promise<WebhooksCreateResponse>;
|
4881
5562
|
/**
|
4882
5563
|
* Deletes a webhook from a container registry.
|
4883
|
-
* @param resourceGroupName The name of the resource group
|
5564
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
4884
5565
|
* @param registryName The name of the container registry.
|
4885
5566
|
* @param webhookName The name of the webhook.
|
4886
5567
|
* @param options The options parameters.
|
4887
5568
|
*/
|
4888
|
-
beginDelete(resourceGroupName: string, registryName: string, webhookName: string, options?: WebhooksDeleteOptionalParams): Promise<
|
5569
|
+
beginDelete(resourceGroupName: string, registryName: string, webhookName: string, options?: WebhooksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
4889
5570
|
/**
|
4890
5571
|
* Deletes a webhook from a container registry.
|
4891
|
-
* @param resourceGroupName The name of the resource group
|
5572
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
4892
5573
|
* @param registryName The name of the container registry.
|
4893
5574
|
* @param webhookName The name of the webhook.
|
4894
5575
|
* @param options The options parameters.
|
@@ -4896,16 +5577,16 @@ export declare interface Webhooks {
|
|
4896
5577
|
beginDeleteAndWait(resourceGroupName: string, registryName: string, webhookName: string, options?: WebhooksDeleteOptionalParams): Promise<void>;
|
4897
5578
|
/**
|
4898
5579
|
* Updates a webhook with the specified parameters.
|
4899
|
-
* @param resourceGroupName The name of the resource group
|
5580
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
4900
5581
|
* @param registryName The name of the container registry.
|
4901
5582
|
* @param webhookName The name of the webhook.
|
4902
5583
|
* @param webhookUpdateParameters The parameters for updating a webhook.
|
4903
5584
|
* @param options The options parameters.
|
4904
5585
|
*/
|
4905
|
-
beginUpdate(resourceGroupName: string, registryName: string, webhookName: string, webhookUpdateParameters: WebhookUpdateParameters, options?: WebhooksUpdateOptionalParams): Promise<
|
5586
|
+
beginUpdate(resourceGroupName: string, registryName: string, webhookName: string, webhookUpdateParameters: WebhookUpdateParameters, options?: WebhooksUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WebhooksUpdateResponse>, WebhooksUpdateResponse>>;
|
4906
5587
|
/**
|
4907
5588
|
* Updates a webhook with the specified parameters.
|
4908
|
-
* @param resourceGroupName The name of the resource group
|
5589
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
4909
5590
|
* @param registryName The name of the container registry.
|
4910
5591
|
* @param webhookName The name of the webhook.
|
4911
5592
|
* @param webhookUpdateParameters The parameters for updating a webhook.
|
@@ -4914,7 +5595,7 @@ export declare interface Webhooks {
|
|
4914
5595
|
beginUpdateAndWait(resourceGroupName: string, registryName: string, webhookName: string, webhookUpdateParameters: WebhookUpdateParameters, options?: WebhooksUpdateOptionalParams): Promise<WebhooksUpdateResponse>;
|
4915
5596
|
/**
|
4916
5597
|
* Triggers a ping event to be sent to the webhook.
|
4917
|
-
* @param resourceGroupName The name of the resource group
|
5598
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
4918
5599
|
* @param registryName The name of the container registry.
|
4919
5600
|
* @param webhookName The name of the webhook.
|
4920
5601
|
* @param options The options parameters.
|
@@ -4922,7 +5603,7 @@ export declare interface Webhooks {
|
|
4922
5603
|
ping(resourceGroupName: string, registryName: string, webhookName: string, options?: WebhooksPingOptionalParams): Promise<WebhooksPingResponse>;
|
4923
5604
|
/**
|
4924
5605
|
* Gets the configuration of service URI and custom headers for the webhook.
|
4925
|
-
* @param resourceGroupName The name of the resource group
|
5606
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
4926
5607
|
* @param registryName The name of the container registry.
|
4927
5608
|
* @param webhookName The name of the webhook.
|
4928
5609
|
* @param options The options parameters.
|
@@ -4930,6 +5611,11 @@ export declare interface Webhooks {
|
|
4930
5611
|
getCallbackConfig(resourceGroupName: string, registryName: string, webhookName: string, options?: WebhooksGetCallbackConfigOptionalParams): Promise<WebhooksGetCallbackConfigResponse>;
|
4931
5612
|
}
|
4932
5613
|
|
5614
|
+
/** Defines headers for Webhooks_create operation. */
|
5615
|
+
export declare interface WebhooksCreateHeaders {
|
5616
|
+
azureAsyncOperation?: string;
|
5617
|
+
}
|
5618
|
+
|
4933
5619
|
/** Optional parameters. */
|
4934
5620
|
export declare interface WebhooksCreateOptionalParams extends coreClient.OperationOptions {
|
4935
5621
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -4941,6 +5627,11 @@ export declare interface WebhooksCreateOptionalParams extends coreClient.Operati
|
|
4941
5627
|
/** Contains response data for the create operation. */
|
4942
5628
|
export declare type WebhooksCreateResponse = Webhook;
|
4943
5629
|
|
5630
|
+
/** Defines headers for Webhooks_delete operation. */
|
5631
|
+
export declare interface WebhooksDeleteHeaders {
|
5632
|
+
location?: string;
|
5633
|
+
}
|
5634
|
+
|
4944
5635
|
/** Optional parameters. */
|
4945
5636
|
export declare interface WebhooksDeleteOptionalParams extends coreClient.OperationOptions {
|
4946
5637
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -5008,6 +5699,11 @@ export declare type WebhooksPingResponse = EventInfo;
|
|
5008
5699
|
*/
|
5009
5700
|
export declare type WebhookStatus = string;
|
5010
5701
|
|
5702
|
+
/** Defines headers for Webhooks_update operation. */
|
5703
|
+
export declare interface WebhooksUpdateHeaders {
|
5704
|
+
azureAsyncOperation?: string;
|
5705
|
+
}
|
5706
|
+
|
5011
5707
|
/** Optional parameters. */
|
5012
5708
|
export declare interface WebhooksUpdateOptionalParams extends coreClient.OperationOptions {
|
5013
5709
|
/** Delay to wait until next poll, in milliseconds. */
|