@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
@@ -2,6 +2,81 @@ import * as coreClient from "@azure/core-client";
|
|
2
2
|
export declare type RunRequestUnion = RunRequest | DockerBuildRequest | FileTaskRunRequest | TaskRunRequest | EncodedTaskRunRequest;
|
3
3
|
export declare type TaskStepPropertiesUnion = TaskStepProperties | DockerBuildStep | FileTaskStep | EncodedTaskStep;
|
4
4
|
export declare type TaskStepUpdateParametersUnion = TaskStepUpdateParameters | DockerBuildStepUpdateParameters | FileTaskStepUpdateParameters | EncodedTaskStepUpdateParameters;
|
5
|
+
/** The result of a request to list cache rules for a container registry. */
|
6
|
+
export interface CacheRulesListResult {
|
7
|
+
/** The list of cache rules. */
|
8
|
+
value?: CacheRule[];
|
9
|
+
/** If provided, client must use NextLink URI to request next list of cache rules. */
|
10
|
+
nextLink?: string;
|
11
|
+
}
|
12
|
+
/** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags. */
|
13
|
+
export interface ProxyResource {
|
14
|
+
/**
|
15
|
+
* The resource ID.
|
16
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
17
|
+
*/
|
18
|
+
readonly id?: string;
|
19
|
+
/**
|
20
|
+
* The name of the resource.
|
21
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
22
|
+
*/
|
23
|
+
readonly name?: string;
|
24
|
+
/**
|
25
|
+
* The type of the resource.
|
26
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
27
|
+
*/
|
28
|
+
readonly type?: string;
|
29
|
+
/**
|
30
|
+
* Metadata pertaining to creation and last modification of the resource.
|
31
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
32
|
+
*/
|
33
|
+
readonly systemData?: SystemData;
|
34
|
+
}
|
35
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
36
|
+
export interface SystemData {
|
37
|
+
/** The identity that created the resource. */
|
38
|
+
createdBy?: string;
|
39
|
+
/** The type of identity that created the resource. */
|
40
|
+
createdByType?: CreatedByType;
|
41
|
+
/** The timestamp of resource creation (UTC). */
|
42
|
+
createdAt?: Date;
|
43
|
+
/** The identity that last modified the resource. */
|
44
|
+
lastModifiedBy?: string;
|
45
|
+
/** The type of identity that last modified the resource. */
|
46
|
+
lastModifiedByType?: LastModifiedByType;
|
47
|
+
/** The timestamp of resource modification (UTC). */
|
48
|
+
lastModifiedAt?: Date;
|
49
|
+
}
|
50
|
+
/** An error response from the Azure Container Registry service. */
|
51
|
+
export interface ErrorResponse {
|
52
|
+
/** Azure container registry build API error body. */
|
53
|
+
error?: ErrorResponseBody;
|
54
|
+
}
|
55
|
+
/** An error response from the Azure Container Registry service. */
|
56
|
+
export interface ErrorResponseBody {
|
57
|
+
/** error code. */
|
58
|
+
code: string;
|
59
|
+
/** error message. */
|
60
|
+
message: string;
|
61
|
+
/** target of the particular error. */
|
62
|
+
target?: string;
|
63
|
+
/** an array of additional nested error response info objects, as described by this contract. */
|
64
|
+
details?: InnerErrorDescription[];
|
65
|
+
}
|
66
|
+
/** inner error. */
|
67
|
+
export interface InnerErrorDescription {
|
68
|
+
/** error code. */
|
69
|
+
code: string;
|
70
|
+
/** error message. */
|
71
|
+
message: string;
|
72
|
+
/** target of the particular error. */
|
73
|
+
target?: string;
|
74
|
+
}
|
75
|
+
/** The parameters for updating a cache rule. */
|
76
|
+
export interface CacheRuleUpdateParameters {
|
77
|
+
/** The ARM resource ID of the credential store which is associated with the Cache rule. */
|
78
|
+
credentialSetResourceId?: string;
|
79
|
+
}
|
5
80
|
/** The result of a request to list connected registries for a container registry. */
|
6
81
|
export interface ConnectedRegistryListResult {
|
7
82
|
/** The list of connected registries. Since this list may be incomplete, the nextLink field should be used to request the next list of connected registries. */
|
@@ -119,69 +194,6 @@ export interface StatusDetailProperties {
|
|
119
194
|
*/
|
120
195
|
readonly correlationId?: string;
|
121
196
|
}
|
122
|
-
/** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags. */
|
123
|
-
export interface ProxyResource {
|
124
|
-
/**
|
125
|
-
* The resource ID.
|
126
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
127
|
-
*/
|
128
|
-
readonly id?: string;
|
129
|
-
/**
|
130
|
-
* The name of the resource.
|
131
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
132
|
-
*/
|
133
|
-
readonly name?: string;
|
134
|
-
/**
|
135
|
-
* The type of the resource.
|
136
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
137
|
-
*/
|
138
|
-
readonly type?: string;
|
139
|
-
/**
|
140
|
-
* Metadata pertaining to creation and last modification of the resource.
|
141
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
142
|
-
*/
|
143
|
-
readonly systemData?: SystemData;
|
144
|
-
}
|
145
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
146
|
-
export interface SystemData {
|
147
|
-
/** The identity that created the resource. */
|
148
|
-
createdBy?: string;
|
149
|
-
/** The type of identity that created the resource. */
|
150
|
-
createdByType?: CreatedByType;
|
151
|
-
/** The timestamp of resource creation (UTC). */
|
152
|
-
createdAt?: Date;
|
153
|
-
/** The identity that last modified the resource. */
|
154
|
-
lastModifiedBy?: string;
|
155
|
-
/** The type of identity that last modified the resource. */
|
156
|
-
lastModifiedByType?: LastModifiedByType;
|
157
|
-
/** The timestamp of resource modification (UTC). */
|
158
|
-
lastModifiedAt?: Date;
|
159
|
-
}
|
160
|
-
/** An error response from the Azure Container Registry service. */
|
161
|
-
export interface ErrorResponse {
|
162
|
-
/** Azure container registry build API error body. */
|
163
|
-
error?: ErrorResponseBody;
|
164
|
-
}
|
165
|
-
/** An error response from the Azure Container Registry service. */
|
166
|
-
export interface ErrorResponseBody {
|
167
|
-
/** error code. */
|
168
|
-
code: string;
|
169
|
-
/** error message. */
|
170
|
-
message: string;
|
171
|
-
/** target of the particular error. */
|
172
|
-
target?: string;
|
173
|
-
/** an array of additional nested error response info objects, as described by this contract. */
|
174
|
-
details?: InnerErrorDescription[];
|
175
|
-
}
|
176
|
-
/** inner error. */
|
177
|
-
export interface InnerErrorDescription {
|
178
|
-
/** error code. */
|
179
|
-
code: string;
|
180
|
-
/** error message. */
|
181
|
-
message: string;
|
182
|
-
/** target of the particular error. */
|
183
|
-
target?: string;
|
184
|
-
}
|
185
197
|
/** The parameters for updating a connected registry. */
|
186
198
|
export interface ConnectedRegistryUpdateParameters {
|
187
199
|
/** The sync properties of the connected registry with its parent. */
|
@@ -202,11 +214,11 @@ export interface SyncUpdateProperties {
|
|
202
214
|
/** The period of time for which a message is available to sync before it is expired. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601. */
|
203
215
|
messageTtl?: string;
|
204
216
|
}
|
205
|
-
/** The result of a request to list
|
206
|
-
export interface
|
207
|
-
/** The list of
|
208
|
-
value?:
|
209
|
-
/** The URI that can be used to request the next list of
|
217
|
+
/** The result of a request to list credential sets for a container registry. */
|
218
|
+
export interface CredentialSetListResult {
|
219
|
+
/** 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. */
|
220
|
+
value?: CredentialSet[];
|
221
|
+
/** The URI that can be used to request the next list of credential sets. */
|
210
222
|
nextLink?: string;
|
211
223
|
}
|
212
224
|
/** Managed identity for the resource. */
|
@@ -233,6 +245,46 @@ export interface UserIdentityProperties {
|
|
233
245
|
/** The client id of user assigned identity. */
|
234
246
|
clientId?: string;
|
235
247
|
}
|
248
|
+
/** Authentication credential stored for an upstream. */
|
249
|
+
export interface AuthCredential {
|
250
|
+
/** The name of the credential. */
|
251
|
+
name?: CredentialName;
|
252
|
+
/** KeyVault Secret URI for accessing the username. */
|
253
|
+
usernameSecretIdentifier?: string;
|
254
|
+
/** KeyVault Secret URI for accessing the password. */
|
255
|
+
passwordSecretIdentifier?: string;
|
256
|
+
/**
|
257
|
+
* This provides data pertaining to the health of the auth credential.
|
258
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
259
|
+
*/
|
260
|
+
readonly credentialHealth?: CredentialHealth;
|
261
|
+
}
|
262
|
+
/** The health of the auth credential. */
|
263
|
+
export interface CredentialHealth {
|
264
|
+
/** The health status of credential. */
|
265
|
+
status?: CredentialHealthStatus;
|
266
|
+
/** Error code representing the health check error. */
|
267
|
+
errorCode?: string;
|
268
|
+
/** Descriptive message representing the health check error. */
|
269
|
+
errorMessage?: string;
|
270
|
+
}
|
271
|
+
/** The parameters for updating a credential set */
|
272
|
+
export interface CredentialSetUpdateParameters {
|
273
|
+
/** Identities associated with the resource. This is used to access the KeyVault secrets. */
|
274
|
+
identity?: IdentityProperties;
|
275
|
+
/**
|
276
|
+
* List of authentication credentials stored for an upstream.
|
277
|
+
* Usually consists of a primary and an optional secondary credential.
|
278
|
+
*/
|
279
|
+
authCredentials?: AuthCredential[];
|
280
|
+
}
|
281
|
+
/** The result of a request to list export pipelines for a container registry. */
|
282
|
+
export interface ExportPipelineListResult {
|
283
|
+
/** The list of export pipelines. Since this list may be incomplete, the nextLink field should be used to request the next list of export pipelines. */
|
284
|
+
value?: ExportPipeline[];
|
285
|
+
/** The URI that can be used to request the next list of pipeline runs. */
|
286
|
+
nextLink?: string;
|
287
|
+
}
|
236
288
|
/** The properties of the export pipeline target. */
|
237
289
|
export interface ExportPipelineTargetProperties {
|
238
290
|
/** The type of target for the export pipeline. */
|
@@ -1477,8 +1529,30 @@ export interface OverrideTaskStepProperties {
|
|
1477
1529
|
/** Base64 encoded update trigger token that will be attached with the base image trigger webhook. */
|
1478
1530
|
updateTriggerToken?: string;
|
1479
1531
|
}
|
1532
|
+
/** An object that represents a cache rule for a container registry. */
|
1533
|
+
export interface CacheRule extends ProxyResource {
|
1534
|
+
/** The ARM resource ID of the credential store which is associated with the cache rule. */
|
1535
|
+
credentialSetResourceId?: string;
|
1536
|
+
/** Source repository pulled from upstream. */
|
1537
|
+
sourceRepository?: string;
|
1538
|
+
/**
|
1539
|
+
* Target repository specified in docker pull command.
|
1540
|
+
* Eg: docker pull myregistry.azurecr.io/{targetRepository}:{tag}
|
1541
|
+
*/
|
1542
|
+
targetRepository?: string;
|
1543
|
+
/**
|
1544
|
+
* The creation date of the cache rule.
|
1545
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1546
|
+
*/
|
1547
|
+
readonly creationDate?: Date;
|
1548
|
+
/**
|
1549
|
+
* Provisioning state of the resource.
|
1550
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1551
|
+
*/
|
1552
|
+
readonly provisioningState?: ProvisioningState;
|
1553
|
+
}
|
1480
1554
|
/** An object that represents a connected registry for a container registry. */
|
1481
|
-
export
|
1555
|
+
export interface ConnectedRegistry extends ProxyResource {
|
1482
1556
|
/**
|
1483
1557
|
* Provisioning state of the resource.
|
1484
1558
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
@@ -1521,9 +1595,31 @@ export declare type ConnectedRegistry = ProxyResource & {
|
|
1521
1595
|
readonly statusDetails?: StatusDetailProperties[];
|
1522
1596
|
/** The list of notifications subscription information for the connected registry. */
|
1523
1597
|
notificationsList?: string[];
|
1524
|
-
}
|
1598
|
+
}
|
1599
|
+
/** An object that represents a credential set resource for a container registry. */
|
1600
|
+
export interface CredentialSet extends ProxyResource {
|
1601
|
+
/** Identities associated with the resource. This is used to access the KeyVault secrets. */
|
1602
|
+
identity?: IdentityProperties;
|
1603
|
+
/** The credentials are stored for this upstream or login server. */
|
1604
|
+
loginServer?: string;
|
1605
|
+
/**
|
1606
|
+
* List of authentication credentials stored for an upstream.
|
1607
|
+
* Usually consists of a primary and an optional secondary credential.
|
1608
|
+
*/
|
1609
|
+
authCredentials?: AuthCredential[];
|
1610
|
+
/**
|
1611
|
+
* The creation date of credential store resource.
|
1612
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1613
|
+
*/
|
1614
|
+
readonly creationDate?: Date;
|
1615
|
+
/**
|
1616
|
+
* Provisioning state of the resource.
|
1617
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1618
|
+
*/
|
1619
|
+
readonly provisioningState?: ProvisioningState;
|
1620
|
+
}
|
1525
1621
|
/** An object that represents an export pipeline for a container registry. */
|
1526
|
-
export
|
1622
|
+
export interface ExportPipeline extends ProxyResource {
|
1527
1623
|
/** The location of the export pipeline. */
|
1528
1624
|
location?: string;
|
1529
1625
|
/** The identity of the export pipeline. */
|
@@ -1537,9 +1633,9 @@ export declare type ExportPipeline = ProxyResource & {
|
|
1537
1633
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1538
1634
|
*/
|
1539
1635
|
readonly provisioningState?: ProvisioningState;
|
1540
|
-
}
|
1636
|
+
}
|
1541
1637
|
/** An object that represents an import pipeline for a container registry. */
|
1542
|
-
export
|
1638
|
+
export interface ImportPipeline extends ProxyResource {
|
1543
1639
|
/** The location of the import pipeline. */
|
1544
1640
|
location?: string;
|
1545
1641
|
/** The identity of the import pipeline. */
|
@@ -1555,9 +1651,9 @@ export declare type ImportPipeline = ProxyResource & {
|
|
1555
1651
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1556
1652
|
*/
|
1557
1653
|
readonly provisioningState?: ProvisioningState;
|
1558
|
-
}
|
1654
|
+
}
|
1559
1655
|
/** An object that represents a pipeline run for a container registry. */
|
1560
|
-
export
|
1656
|
+
export interface PipelineRun extends ProxyResource {
|
1561
1657
|
/**
|
1562
1658
|
* The provisioning state of a pipeline run.
|
1563
1659
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
@@ -1572,9 +1668,9 @@ export declare type PipelineRun = ProxyResource & {
|
|
1572
1668
|
readonly response?: PipelineRunResponse;
|
1573
1669
|
/** How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed. */
|
1574
1670
|
forceUpdateTag?: string;
|
1575
|
-
}
|
1671
|
+
}
|
1576
1672
|
/** An object that represents a private endpoint connection for a container registry. */
|
1577
|
-
export
|
1673
|
+
export interface PrivateEndpointConnection extends ProxyResource {
|
1578
1674
|
/** The resource of private endpoint. */
|
1579
1675
|
privateEndpoint?: PrivateEndpoint;
|
1580
1676
|
/** A collection of information about the state of the connection between service consumer and provider. */
|
@@ -1584,9 +1680,9 @@ export declare type PrivateEndpointConnection = ProxyResource & {
|
|
1584
1680
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1585
1681
|
*/
|
1586
1682
|
readonly provisioningState?: ProvisioningState;
|
1587
|
-
}
|
1683
|
+
}
|
1588
1684
|
/** An object that represents a scope map for a container registry. */
|
1589
|
-
export
|
1685
|
+
export interface ScopeMap extends ProxyResource {
|
1590
1686
|
/** The user friendly description of the scope map. */
|
1591
1687
|
description?: string;
|
1592
1688
|
/**
|
@@ -1610,9 +1706,9 @@ export declare type ScopeMap = ProxyResource & {
|
|
1610
1706
|
* repositories/repository-name/metadata/write
|
1611
1707
|
*/
|
1612
1708
|
actions?: string[];
|
1613
|
-
}
|
1709
|
+
}
|
1614
1710
|
/** An object that represents a token for a container registry. */
|
1615
|
-
export
|
1711
|
+
export interface Token extends ProxyResource {
|
1616
1712
|
/**
|
1617
1713
|
* The creation date of scope map.
|
1618
1714
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
@@ -1629,9 +1725,9 @@ export declare type Token = ProxyResource & {
|
|
1629
1725
|
credentials?: TokenCredentialsProperties;
|
1630
1726
|
/** The status of the token example enabled or disabled. */
|
1631
1727
|
status?: TokenStatus;
|
1632
|
-
}
|
1728
|
+
}
|
1633
1729
|
/** Run resource properties */
|
1634
|
-
export
|
1730
|
+
export interface Run extends ProxyResource {
|
1635
1731
|
/** The unique identifier for the run. */
|
1636
1732
|
runId?: string;
|
1637
1733
|
/** The current status of the run. */
|
@@ -1682,12 +1778,12 @@ export declare type Run = ProxyResource & {
|
|
1682
1778
|
provisioningState?: ProvisioningState;
|
1683
1779
|
/** The value that indicates whether archiving is enabled or not. */
|
1684
1780
|
isArchiveEnabled?: boolean;
|
1685
|
-
}
|
1781
|
+
}
|
1686
1782
|
/**
|
1687
1783
|
* The task run that has the ARM resource and properties.
|
1688
1784
|
* The task run will have the information of request and result of a run.
|
1689
1785
|
*/
|
1690
|
-
export
|
1786
|
+
export interface TaskRun extends ProxyResource {
|
1691
1787
|
/** Identity for the resource. */
|
1692
1788
|
identity?: IdentityProperties;
|
1693
1789
|
/** The location of the resource */
|
@@ -1706,9 +1802,9 @@ export declare type TaskRun = ProxyResource & {
|
|
1706
1802
|
readonly runResult?: Run;
|
1707
1803
|
/** How the run should be forced to rerun even if the run request configuration has not changed */
|
1708
1804
|
forceUpdateTag?: string;
|
1709
|
-
}
|
1805
|
+
}
|
1710
1806
|
/** An object that represents a container registry. */
|
1711
|
-
export
|
1807
|
+
export interface Registry extends Resource {
|
1712
1808
|
/** The SKU of the container registry. */
|
1713
1809
|
sku: Sku;
|
1714
1810
|
/** The identity of the container registry. */
|
@@ -1761,9 +1857,9 @@ export declare type Registry = Resource & {
|
|
1761
1857
|
zoneRedundancy?: ZoneRedundancy;
|
1762
1858
|
/** Enables registry-wide pull from unauthenticated clients. */
|
1763
1859
|
anonymousPullEnabled?: boolean;
|
1764
|
-
}
|
1860
|
+
}
|
1765
1861
|
/** An object that represents a replication for a container registry. */
|
1766
|
-
export
|
1862
|
+
export interface Replication extends Resource {
|
1767
1863
|
/**
|
1768
1864
|
* The provisioning state of the replication at the time the operation was called.
|
1769
1865
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
@@ -1778,9 +1874,9 @@ export declare type Replication = Resource & {
|
|
1778
1874
|
regionEndpointEnabled?: boolean;
|
1779
1875
|
/** Whether or not zone redundancy is enabled for this container registry replication */
|
1780
1876
|
zoneRedundancy?: ZoneRedundancy;
|
1781
|
-
}
|
1877
|
+
}
|
1782
1878
|
/** An object that represents a webhook for a container registry. */
|
1783
|
-
export
|
1879
|
+
export interface Webhook extends Resource {
|
1784
1880
|
/** The status of the webhook at the time the operation was called. */
|
1785
1881
|
status?: WebhookStatus;
|
1786
1882
|
/** 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. */
|
@@ -1792,12 +1888,12 @@ export declare type Webhook = Resource & {
|
|
1792
1888
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1793
1889
|
*/
|
1794
1890
|
readonly provisioningState?: ProvisioningState;
|
1795
|
-
}
|
1891
|
+
}
|
1796
1892
|
/**
|
1797
1893
|
* The agentpool that has the ARM resource and properties.
|
1798
1894
|
* The agentpool will have all information to create an agent pool.
|
1799
1895
|
*/
|
1800
|
-
export
|
1896
|
+
export interface AgentPool extends Resource {
|
1801
1897
|
/** The count of agent machine */
|
1802
1898
|
count?: number;
|
1803
1899
|
/** The Tier of agent machine */
|
@@ -1811,12 +1907,12 @@ export declare type AgentPool = Resource & {
|
|
1811
1907
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1812
1908
|
*/
|
1813
1909
|
readonly provisioningState?: ProvisioningState;
|
1814
|
-
}
|
1910
|
+
}
|
1815
1911
|
/**
|
1816
1912
|
* The task that has the ARM resource and task properties.
|
1817
1913
|
* The task will have all information to schedule a run against it.
|
1818
1914
|
*/
|
1819
|
-
export
|
1915
|
+
export interface Task extends Resource {
|
1820
1916
|
/** Identity for the resource. */
|
1821
1917
|
identity?: IdentityProperties;
|
1822
1918
|
/**
|
@@ -1849,16 +1945,16 @@ export declare type Task = Resource & {
|
|
1849
1945
|
logTemplate?: string;
|
1850
1946
|
/** The value of this property indicates whether the task resource is system task or not. */
|
1851
1947
|
isSystemTask?: boolean;
|
1852
|
-
}
|
1948
|
+
}
|
1853
1949
|
/** The event for a webhook. */
|
1854
|
-
export
|
1950
|
+
export interface Event extends EventInfo {
|
1855
1951
|
/** The event request message sent to the service URI. */
|
1856
1952
|
eventRequestMessage?: EventRequestMessage;
|
1857
1953
|
/** The event response message received from the service URI. */
|
1858
1954
|
eventResponseMessage?: EventResponseMessage;
|
1859
|
-
}
|
1955
|
+
}
|
1860
1956
|
/** The parameters for a docker quick build. */
|
1861
|
-
export
|
1957
|
+
export interface DockerBuildRequest extends RunRequest {
|
1862
1958
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1863
1959
|
type: "DockerBuildRequest";
|
1864
1960
|
/** The fully qualified image names including the repository and tag. */
|
@@ -1886,9 +1982,9 @@ export declare type DockerBuildRequest = RunRequest & {
|
|
1886
1982
|
sourceLocation?: string;
|
1887
1983
|
/** The properties that describes a set of credentials that will be used when this run is invoked. */
|
1888
1984
|
credentials?: Credentials;
|
1889
|
-
}
|
1985
|
+
}
|
1890
1986
|
/** The request parameters for a scheduling run against a task file. */
|
1891
|
-
export
|
1987
|
+
export interface FileTaskRunRequest extends RunRequest {
|
1892
1988
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1893
1989
|
type: "FileTaskRunRequest";
|
1894
1990
|
/** The template/definition file path relative to the source. */
|
@@ -1910,18 +2006,18 @@ export declare type FileTaskRunRequest = RunRequest & {
|
|
1910
2006
|
sourceLocation?: string;
|
1911
2007
|
/** The properties that describes a set of credentials that will be used when this run is invoked. */
|
1912
2008
|
credentials?: Credentials;
|
1913
|
-
}
|
2009
|
+
}
|
1914
2010
|
/** The parameters for a task run request. */
|
1915
|
-
export
|
2011
|
+
export interface TaskRunRequest extends RunRequest {
|
1916
2012
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1917
2013
|
type: "TaskRunRequest";
|
1918
2014
|
/** The resource ID of task against which run has to be queued. */
|
1919
2015
|
taskId: string;
|
1920
2016
|
/** Set of overridable parameters that can be passed when running a Task. */
|
1921
2017
|
overrideTaskStepProperties?: OverrideTaskStepProperties;
|
1922
|
-
}
|
2018
|
+
}
|
1923
2019
|
/** The parameters for a quick task run request. */
|
1924
|
-
export
|
2020
|
+
export interface EncodedTaskRunRequest extends RunRequest {
|
1925
2021
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1926
2022
|
type: "EncodedTaskRunRequest";
|
1927
2023
|
/** Base64 encoded value of the template/definition file content. */
|
@@ -1943,9 +2039,9 @@ export declare type EncodedTaskRunRequest = RunRequest & {
|
|
1943
2039
|
sourceLocation?: string;
|
1944
2040
|
/** The properties that describes a set of credentials that will be used when this run is invoked. */
|
1945
2041
|
credentials?: Credentials;
|
1946
|
-
}
|
2042
|
+
}
|
1947
2043
|
/** The Docker build step. */
|
1948
|
-
export
|
2044
|
+
export interface DockerBuildStep extends TaskStepProperties {
|
1949
2045
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1950
2046
|
type: "Docker";
|
1951
2047
|
/** The fully qualified image names including the repository and tag. */
|
@@ -1960,9 +2056,9 @@ export declare type DockerBuildStep = TaskStepProperties & {
|
|
1960
2056
|
target?: string;
|
1961
2057
|
/** The collection of override arguments to be used when executing this build step. */
|
1962
2058
|
arguments?: Argument[];
|
1963
|
-
}
|
2059
|
+
}
|
1964
2060
|
/** The properties of a task step. */
|
1965
|
-
export
|
2061
|
+
export interface FileTaskStep extends TaskStepProperties {
|
1966
2062
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1967
2063
|
type: "FileTask";
|
1968
2064
|
/** The task template/definition file path relative to the source context. */
|
@@ -1971,9 +2067,9 @@ export declare type FileTaskStep = TaskStepProperties & {
|
|
1971
2067
|
valuesFilePath?: string;
|
1972
2068
|
/** The collection of overridable values that can be passed when running a task. */
|
1973
2069
|
values?: SetValue[];
|
1974
|
-
}
|
2070
|
+
}
|
1975
2071
|
/** The properties of a encoded task step. */
|
1976
|
-
export
|
2072
|
+
export interface EncodedTaskStep extends TaskStepProperties {
|
1977
2073
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1978
2074
|
type: "EncodedTask";
|
1979
2075
|
/** Base64 encoded value of the template/definition file content. */
|
@@ -1982,9 +2078,9 @@ export declare type EncodedTaskStep = TaskStepProperties & {
|
|
1982
2078
|
encodedValuesContent?: string;
|
1983
2079
|
/** The collection of overridable values that can be passed when running a task. */
|
1984
2080
|
values?: SetValue[];
|
1985
|
-
}
|
2081
|
+
}
|
1986
2082
|
/** The properties for updating a docker build step. */
|
1987
|
-
export
|
2083
|
+
export interface DockerBuildStepUpdateParameters extends TaskStepUpdateParameters {
|
1988
2084
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
1989
2085
|
type: "Docker";
|
1990
2086
|
/** The fully qualified image names including the repository and tag. */
|
@@ -1999,9 +2095,9 @@ export declare type DockerBuildStepUpdateParameters = TaskStepUpdateParameters &
|
|
1999
2095
|
arguments?: Argument[];
|
2000
2096
|
/** The name of the target build stage for the docker build. */
|
2001
2097
|
target?: string;
|
2002
|
-
}
|
2098
|
+
}
|
2003
2099
|
/** The properties of updating a task step. */
|
2004
|
-
export
|
2100
|
+
export interface FileTaskStepUpdateParameters extends TaskStepUpdateParameters {
|
2005
2101
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
2006
2102
|
type: "FileTask";
|
2007
2103
|
/** The task template/definition file path relative to the source context. */
|
@@ -2010,9 +2106,9 @@ export declare type FileTaskStepUpdateParameters = TaskStepUpdateParameters & {
|
|
2010
2106
|
valuesFilePath?: string;
|
2011
2107
|
/** The collection of overridable values that can be passed when running a task. */
|
2012
2108
|
values?: SetValue[];
|
2013
|
-
}
|
2109
|
+
}
|
2014
2110
|
/** The properties for updating encoded task step. */
|
2015
|
-
export
|
2111
|
+
export interface EncodedTaskStepUpdateParameters extends TaskStepUpdateParameters {
|
2016
2112
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
2017
2113
|
type: "EncodedTask";
|
2018
2114
|
/** Base64 encoded value of the template/definition file content. */
|
@@ -2021,14 +2117,160 @@ export declare type EncodedTaskStepUpdateParameters = TaskStepUpdateParameters &
|
|
2021
2117
|
encodedValuesContent?: string;
|
2022
2118
|
/** The collection of overridable values that can be passed when running a task. */
|
2023
2119
|
values?: SetValue[];
|
2024
|
-
}
|
2120
|
+
}
|
2121
|
+
/** Defines headers for CacheRules_create operation. */
|
2122
|
+
export interface CacheRulesCreateHeaders {
|
2123
|
+
azureAsyncOperation?: string;
|
2124
|
+
}
|
2125
|
+
/** Defines headers for CacheRules_delete operation. */
|
2126
|
+
export interface CacheRulesDeleteHeaders {
|
2127
|
+
location?: string;
|
2128
|
+
}
|
2129
|
+
/** Defines headers for CacheRules_update operation. */
|
2130
|
+
export interface CacheRulesUpdateHeaders {
|
2131
|
+
azureAsyncOperation?: string;
|
2132
|
+
}
|
2133
|
+
/** Defines headers for ConnectedRegistries_create operation. */
|
2134
|
+
export interface ConnectedRegistriesCreateHeaders {
|
2135
|
+
azureAsyncOperation?: string;
|
2136
|
+
}
|
2137
|
+
/** Defines headers for ConnectedRegistries_delete operation. */
|
2138
|
+
export interface ConnectedRegistriesDeleteHeaders {
|
2139
|
+
location?: string;
|
2140
|
+
}
|
2141
|
+
/** Defines headers for ConnectedRegistries_update operation. */
|
2142
|
+
export interface ConnectedRegistriesUpdateHeaders {
|
2143
|
+
azureAsyncOperation?: string;
|
2144
|
+
}
|
2145
|
+
/** Defines headers for ConnectedRegistries_deactivate operation. */
|
2146
|
+
export interface ConnectedRegistriesDeactivateHeaders {
|
2147
|
+
location?: string;
|
2148
|
+
}
|
2149
|
+
/** Defines headers for CredentialSets_create operation. */
|
2150
|
+
export interface CredentialSetsCreateHeaders {
|
2151
|
+
azureAsyncOperation?: string;
|
2152
|
+
}
|
2153
|
+
/** Defines headers for CredentialSets_delete operation. */
|
2154
|
+
export interface CredentialSetsDeleteHeaders {
|
2155
|
+
location?: string;
|
2156
|
+
}
|
2157
|
+
/** Defines headers for CredentialSets_update operation. */
|
2158
|
+
export interface CredentialSetsUpdateHeaders {
|
2159
|
+
azureAsyncOperation?: string;
|
2160
|
+
}
|
2161
|
+
/** Defines headers for ExportPipelines_create operation. */
|
2162
|
+
export interface ExportPipelinesCreateHeaders {
|
2163
|
+
azureAsyncOperation?: string;
|
2164
|
+
}
|
2165
|
+
/** Defines headers for ExportPipelines_delete operation. */
|
2166
|
+
export interface ExportPipelinesDeleteHeaders {
|
2167
|
+
location?: string;
|
2168
|
+
}
|
2169
|
+
/** Defines headers for Registries_importImage operation. */
|
2170
|
+
export interface RegistriesImportImageHeaders {
|
2171
|
+
location?: string;
|
2172
|
+
}
|
2173
|
+
/** Defines headers for Registries_create operation. */
|
2174
|
+
export interface RegistriesCreateHeaders {
|
2175
|
+
azureAsyncOperation?: string;
|
2176
|
+
}
|
2177
|
+
/** Defines headers for Registries_delete operation. */
|
2178
|
+
export interface RegistriesDeleteHeaders {
|
2179
|
+
location?: string;
|
2180
|
+
}
|
2181
|
+
/** Defines headers for Registries_update operation. */
|
2182
|
+
export interface RegistriesUpdateHeaders {
|
2183
|
+
azureAsyncOperation?: string;
|
2184
|
+
}
|
2185
|
+
/** Defines headers for Registries_generateCredentials operation. */
|
2186
|
+
export interface RegistriesGenerateCredentialsHeaders {
|
2187
|
+
location?: string;
|
2188
|
+
}
|
2189
|
+
/** Defines headers for ImportPipelines_create operation. */
|
2190
|
+
export interface ImportPipelinesCreateHeaders {
|
2191
|
+
azureAsyncOperation?: string;
|
2192
|
+
}
|
2193
|
+
/** Defines headers for ImportPipelines_delete operation. */
|
2194
|
+
export interface ImportPipelinesDeleteHeaders {
|
2195
|
+
location?: string;
|
2196
|
+
}
|
2197
|
+
/** Defines headers for PipelineRuns_create operation. */
|
2198
|
+
export interface PipelineRunsCreateHeaders {
|
2199
|
+
azureAsyncOperation?: string;
|
2200
|
+
}
|
2201
|
+
/** Defines headers for PipelineRuns_delete operation. */
|
2202
|
+
export interface PipelineRunsDeleteHeaders {
|
2203
|
+
location?: string;
|
2204
|
+
}
|
2205
|
+
/** Defines headers for PrivateEndpointConnections_createOrUpdate operation. */
|
2206
|
+
export interface PrivateEndpointConnectionsCreateOrUpdateHeaders {
|
2207
|
+
azureAsyncOperation?: string;
|
2208
|
+
}
|
2209
|
+
/** Defines headers for PrivateEndpointConnections_delete operation. */
|
2210
|
+
export interface PrivateEndpointConnectionsDeleteHeaders {
|
2211
|
+
location?: string;
|
2212
|
+
}
|
2213
|
+
/** Defines headers for Replications_create operation. */
|
2214
|
+
export interface ReplicationsCreateHeaders {
|
2215
|
+
azureAsyncOperation?: string;
|
2216
|
+
}
|
2217
|
+
/** Defines headers for Replications_delete operation. */
|
2218
|
+
export interface ReplicationsDeleteHeaders {
|
2219
|
+
location?: string;
|
2220
|
+
}
|
2221
|
+
/** Defines headers for Replications_update operation. */
|
2222
|
+
export interface ReplicationsUpdateHeaders {
|
2223
|
+
azureAsyncOperation?: string;
|
2224
|
+
}
|
2225
|
+
/** Defines headers for ScopeMaps_create operation. */
|
2226
|
+
export interface ScopeMapsCreateHeaders {
|
2227
|
+
azureAsyncOperation?: string;
|
2228
|
+
}
|
2229
|
+
/** Defines headers for ScopeMaps_delete operation. */
|
2230
|
+
export interface ScopeMapsDeleteHeaders {
|
2231
|
+
location?: string;
|
2232
|
+
}
|
2233
|
+
/** Defines headers for ScopeMaps_update operation. */
|
2234
|
+
export interface ScopeMapsUpdateHeaders {
|
2235
|
+
azureAsyncOperation?: string;
|
2236
|
+
}
|
2237
|
+
/** Defines headers for Tokens_create operation. */
|
2238
|
+
export interface TokensCreateHeaders {
|
2239
|
+
azureAsyncOperation?: string;
|
2240
|
+
}
|
2241
|
+
/** Defines headers for Tokens_delete operation. */
|
2242
|
+
export interface TokensDeleteHeaders {
|
2243
|
+
location?: string;
|
2244
|
+
}
|
2245
|
+
/** Defines headers for Tokens_update operation. */
|
2246
|
+
export interface TokensUpdateHeaders {
|
2247
|
+
azureAsyncOperation?: string;
|
2248
|
+
}
|
2249
|
+
/** Defines headers for Webhooks_create operation. */
|
2250
|
+
export interface WebhooksCreateHeaders {
|
2251
|
+
azureAsyncOperation?: string;
|
2252
|
+
}
|
2253
|
+
/** Defines headers for Webhooks_delete operation. */
|
2254
|
+
export interface WebhooksDeleteHeaders {
|
2255
|
+
location?: string;
|
2256
|
+
}
|
2257
|
+
/** Defines headers for Webhooks_update operation. */
|
2258
|
+
export interface WebhooksUpdateHeaders {
|
2259
|
+
azureAsyncOperation?: string;
|
2260
|
+
}
|
2025
2261
|
/** Known values of {@link ProvisioningState} that the service accepts. */
|
2026
2262
|
export declare enum KnownProvisioningState {
|
2263
|
+
/** Creating */
|
2027
2264
|
Creating = "Creating",
|
2265
|
+
/** Updating */
|
2028
2266
|
Updating = "Updating",
|
2267
|
+
/** Deleting */
|
2029
2268
|
Deleting = "Deleting",
|
2269
|
+
/** Succeeded */
|
2030
2270
|
Succeeded = "Succeeded",
|
2271
|
+
/** Failed */
|
2031
2272
|
Failed = "Failed",
|
2273
|
+
/** Canceled */
|
2032
2274
|
Canceled = "Canceled"
|
2033
2275
|
}
|
2034
2276
|
/**
|
@@ -2044,11 +2286,59 @@ export declare enum KnownProvisioningState {
|
|
2044
2286
|
* **Canceled**
|
2045
2287
|
*/
|
2046
2288
|
export declare type ProvisioningState = string;
|
2289
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
2290
|
+
export declare enum KnownCreatedByType {
|
2291
|
+
/** User */
|
2292
|
+
User = "User",
|
2293
|
+
/** Application */
|
2294
|
+
Application = "Application",
|
2295
|
+
/** ManagedIdentity */
|
2296
|
+
ManagedIdentity = "ManagedIdentity",
|
2297
|
+
/** Key */
|
2298
|
+
Key = "Key"
|
2299
|
+
}
|
2300
|
+
/**
|
2301
|
+
* Defines values for CreatedByType. \
|
2302
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
2303
|
+
* this enum contains the known values that the service supports.
|
2304
|
+
* ### Known values supported by the service
|
2305
|
+
* **User** \
|
2306
|
+
* **Application** \
|
2307
|
+
* **ManagedIdentity** \
|
2308
|
+
* **Key**
|
2309
|
+
*/
|
2310
|
+
export declare type CreatedByType = string;
|
2311
|
+
/** Known values of {@link LastModifiedByType} that the service accepts. */
|
2312
|
+
export declare enum KnownLastModifiedByType {
|
2313
|
+
/** User */
|
2314
|
+
User = "User",
|
2315
|
+
/** Application */
|
2316
|
+
Application = "Application",
|
2317
|
+
/** ManagedIdentity */
|
2318
|
+
ManagedIdentity = "ManagedIdentity",
|
2319
|
+
/** Key */
|
2320
|
+
Key = "Key"
|
2321
|
+
}
|
2322
|
+
/**
|
2323
|
+
* Defines values for LastModifiedByType. \
|
2324
|
+
* {@link KnownLastModifiedByType} can be used interchangeably with LastModifiedByType,
|
2325
|
+
* this enum contains the known values that the service supports.
|
2326
|
+
* ### Known values supported by the service
|
2327
|
+
* **User** \
|
2328
|
+
* **Application** \
|
2329
|
+
* **ManagedIdentity** \
|
2330
|
+
* **Key**
|
2331
|
+
*/
|
2332
|
+
export declare type LastModifiedByType = string;
|
2047
2333
|
/** Known values of {@link ConnectedRegistryMode} that the service accepts. */
|
2048
2334
|
export declare enum KnownConnectedRegistryMode {
|
2335
|
+
/** ReadWrite */
|
2049
2336
|
ReadWrite = "ReadWrite",
|
2337
|
+
/** ReadOnly */
|
2050
2338
|
ReadOnly = "ReadOnly",
|
2339
|
+
/** Registry */
|
2051
2340
|
Registry = "Registry",
|
2341
|
+
/** Mirror */
|
2052
2342
|
Mirror = "Mirror"
|
2053
2343
|
}
|
2054
2344
|
/**
|
@@ -2064,9 +2354,13 @@ export declare enum KnownConnectedRegistryMode {
|
|
2064
2354
|
export declare type ConnectedRegistryMode = string;
|
2065
2355
|
/** Known values of {@link ConnectionState} that the service accepts. */
|
2066
2356
|
export declare enum KnownConnectionState {
|
2357
|
+
/** Online */
|
2067
2358
|
Online = "Online",
|
2359
|
+
/** Offline */
|
2068
2360
|
Offline = "Offline",
|
2361
|
+
/** Syncing */
|
2069
2362
|
Syncing = "Syncing",
|
2363
|
+
/** Unhealthy */
|
2070
2364
|
Unhealthy = "Unhealthy"
|
2071
2365
|
}
|
2072
2366
|
/**
|
@@ -2082,7 +2376,9 @@ export declare enum KnownConnectionState {
|
|
2082
2376
|
export declare type ConnectionState = string;
|
2083
2377
|
/** Known values of {@link ActivationStatus} that the service accepts. */
|
2084
2378
|
export declare enum KnownActivationStatus {
|
2379
|
+
/** Active */
|
2085
2380
|
Active = "Active",
|
2381
|
+
/** Inactive */
|
2086
2382
|
Inactive = "Inactive"
|
2087
2383
|
}
|
2088
2384
|
/**
|
@@ -2096,7 +2392,9 @@ export declare enum KnownActivationStatus {
|
|
2096
2392
|
export declare type ActivationStatus = string;
|
2097
2393
|
/** Known values of {@link TlsStatus} that the service accepts. */
|
2098
2394
|
export declare enum KnownTlsStatus {
|
2395
|
+
/** Enabled */
|
2099
2396
|
Enabled = "Enabled",
|
2397
|
+
/** Disabled */
|
2100
2398
|
Disabled = "Disabled"
|
2101
2399
|
}
|
2102
2400
|
/**
|
@@ -2110,6 +2408,7 @@ export declare enum KnownTlsStatus {
|
|
2110
2408
|
export declare type TlsStatus = string;
|
2111
2409
|
/** Known values of {@link CertificateType} that the service accepts. */
|
2112
2410
|
export declare enum KnownCertificateType {
|
2411
|
+
/** LocalDirectory */
|
2113
2412
|
LocalDirectory = "LocalDirectory"
|
2114
2413
|
}
|
2115
2414
|
/**
|
@@ -2122,10 +2421,15 @@ export declare enum KnownCertificateType {
|
|
2122
2421
|
export declare type CertificateType = string;
|
2123
2422
|
/** Known values of {@link LogLevel} that the service accepts. */
|
2124
2423
|
export declare enum KnownLogLevel {
|
2424
|
+
/** Debug */
|
2125
2425
|
Debug = "Debug",
|
2426
|
+
/** Information */
|
2126
2427
|
Information = "Information",
|
2428
|
+
/** Warning */
|
2127
2429
|
Warning = "Warning",
|
2430
|
+
/** Error */
|
2128
2431
|
Error = "Error",
|
2432
|
+
/** None */
|
2129
2433
|
None = "None"
|
2130
2434
|
}
|
2131
2435
|
/**
|
@@ -2142,7 +2446,9 @@ export declare enum KnownLogLevel {
|
|
2142
2446
|
export declare type LogLevel = string;
|
2143
2447
|
/** Known values of {@link AuditLogStatus} that the service accepts. */
|
2144
2448
|
export declare enum KnownAuditLogStatus {
|
2449
|
+
/** Enabled */
|
2145
2450
|
Enabled = "Enabled",
|
2451
|
+
/** Disabled */
|
2146
2452
|
Disabled = "Disabled"
|
2147
2453
|
}
|
2148
2454
|
/**
|
@@ -2154,47 +2460,44 @@ export declare enum KnownAuditLogStatus {
|
|
2154
2460
|
* **Disabled**
|
2155
2461
|
*/
|
2156
2462
|
export declare type AuditLogStatus = string;
|
2157
|
-
/** Known values of {@link
|
2158
|
-
export declare enum
|
2159
|
-
|
2160
|
-
|
2161
|
-
ManagedIdentity = "ManagedIdentity",
|
2162
|
-
Key = "Key"
|
2463
|
+
/** Known values of {@link CredentialName} that the service accepts. */
|
2464
|
+
export declare enum KnownCredentialName {
|
2465
|
+
/** Credential1 */
|
2466
|
+
Credential1 = "Credential1"
|
2163
2467
|
}
|
2164
2468
|
/**
|
2165
|
-
* Defines values for
|
2166
|
-
* {@link
|
2469
|
+
* Defines values for CredentialName. \
|
2470
|
+
* {@link KnownCredentialName} can be used interchangeably with CredentialName,
|
2167
2471
|
* this enum contains the known values that the service supports.
|
2168
2472
|
* ### Known values supported by the service
|
2169
|
-
* **
|
2170
|
-
* **Application** \
|
2171
|
-
* **ManagedIdentity** \
|
2172
|
-
* **Key**
|
2473
|
+
* **Credential1**
|
2173
2474
|
*/
|
2174
|
-
export declare type
|
2175
|
-
/** Known values of {@link
|
2176
|
-
export declare enum
|
2177
|
-
|
2178
|
-
|
2179
|
-
|
2180
|
-
|
2475
|
+
export declare type CredentialName = string;
|
2476
|
+
/** Known values of {@link CredentialHealthStatus} that the service accepts. */
|
2477
|
+
export declare enum KnownCredentialHealthStatus {
|
2478
|
+
/** Healthy */
|
2479
|
+
Healthy = "Healthy",
|
2480
|
+
/** Unhealthy */
|
2481
|
+
Unhealthy = "Unhealthy"
|
2181
2482
|
}
|
2182
2483
|
/**
|
2183
|
-
* Defines values for
|
2184
|
-
* {@link
|
2484
|
+
* Defines values for CredentialHealthStatus. \
|
2485
|
+
* {@link KnownCredentialHealthStatus} can be used interchangeably with CredentialHealthStatus,
|
2185
2486
|
* this enum contains the known values that the service supports.
|
2186
2487
|
* ### Known values supported by the service
|
2187
|
-
* **
|
2188
|
-
* **
|
2189
|
-
* **ManagedIdentity** \
|
2190
|
-
* **Key**
|
2488
|
+
* **Healthy** \
|
2489
|
+
* **Unhealthy**
|
2191
2490
|
*/
|
2192
|
-
export declare type
|
2491
|
+
export declare type CredentialHealthStatus = string;
|
2193
2492
|
/** Known values of {@link PipelineOptions} that the service accepts. */
|
2194
2493
|
export declare enum KnownPipelineOptions {
|
2494
|
+
/** OverwriteTags */
|
2195
2495
|
OverwriteTags = "OverwriteTags",
|
2496
|
+
/** OverwriteBlobs */
|
2196
2497
|
OverwriteBlobs = "OverwriteBlobs",
|
2498
|
+
/** DeleteSourceBlobOnSuccess */
|
2197
2499
|
DeleteSourceBlobOnSuccess = "DeleteSourceBlobOnSuccess",
|
2500
|
+
/** ContinueOnErrors */
|
2198
2501
|
ContinueOnErrors = "ContinueOnErrors"
|
2199
2502
|
}
|
2200
2503
|
/**
|
@@ -2210,7 +2513,9 @@ export declare enum KnownPipelineOptions {
|
|
2210
2513
|
export declare type PipelineOptions = string;
|
2211
2514
|
/** Known values of {@link ImportMode} that the service accepts. */
|
2212
2515
|
export declare enum KnownImportMode {
|
2516
|
+
/** NoForce */
|
2213
2517
|
NoForce = "NoForce",
|
2518
|
+
/** Force */
|
2214
2519
|
Force = "Force"
|
2215
2520
|
}
|
2216
2521
|
/**
|
@@ -2224,6 +2529,7 @@ export declare enum KnownImportMode {
|
|
2224
2529
|
export declare type ImportMode = string;
|
2225
2530
|
/** Known values of {@link PipelineSourceType} that the service accepts. */
|
2226
2531
|
export declare enum KnownPipelineSourceType {
|
2532
|
+
/** AzureStorageBlobContainer */
|
2227
2533
|
AzureStorageBlobContainer = "AzureStorageBlobContainer"
|
2228
2534
|
}
|
2229
2535
|
/**
|
@@ -2236,7 +2542,9 @@ export declare enum KnownPipelineSourceType {
|
|
2236
2542
|
export declare type PipelineSourceType = string;
|
2237
2543
|
/** Known values of {@link TriggerStatus} that the service accepts. */
|
2238
2544
|
export declare enum KnownTriggerStatus {
|
2545
|
+
/** Disabled */
|
2239
2546
|
Disabled = "Disabled",
|
2547
|
+
/** Enabled */
|
2240
2548
|
Enabled = "Enabled"
|
2241
2549
|
}
|
2242
2550
|
/**
|
@@ -2250,6 +2558,7 @@ export declare enum KnownTriggerStatus {
|
|
2250
2558
|
export declare type TriggerStatus = string;
|
2251
2559
|
/** Known values of {@link PipelineRunSourceType} that the service accepts. */
|
2252
2560
|
export declare enum KnownPipelineRunSourceType {
|
2561
|
+
/** AzureStorageBlob */
|
2253
2562
|
AzureStorageBlob = "AzureStorageBlob"
|
2254
2563
|
}
|
2255
2564
|
/**
|
@@ -2262,6 +2571,7 @@ export declare enum KnownPipelineRunSourceType {
|
|
2262
2571
|
export declare type PipelineRunSourceType = string;
|
2263
2572
|
/** Known values of {@link PipelineRunTargetType} that the service accepts. */
|
2264
2573
|
export declare enum KnownPipelineRunTargetType {
|
2574
|
+
/** AzureStorageBlob */
|
2265
2575
|
AzureStorageBlob = "AzureStorageBlob"
|
2266
2576
|
}
|
2267
2577
|
/**
|
@@ -2274,9 +2584,13 @@ export declare enum KnownPipelineRunTargetType {
|
|
2274
2584
|
export declare type PipelineRunTargetType = string;
|
2275
2585
|
/** Known values of {@link ConnectionStatus} that the service accepts. */
|
2276
2586
|
export declare enum KnownConnectionStatus {
|
2587
|
+
/** Approved */
|
2277
2588
|
Approved = "Approved",
|
2589
|
+
/** Pending */
|
2278
2590
|
Pending = "Pending",
|
2591
|
+
/** Rejected */
|
2279
2592
|
Rejected = "Rejected",
|
2593
|
+
/** Disconnected */
|
2280
2594
|
Disconnected = "Disconnected"
|
2281
2595
|
}
|
2282
2596
|
/**
|
@@ -2292,7 +2606,9 @@ export declare enum KnownConnectionStatus {
|
|
2292
2606
|
export declare type ConnectionStatus = string;
|
2293
2607
|
/** Known values of {@link ActionsRequired} that the service accepts. */
|
2294
2608
|
export declare enum KnownActionsRequired {
|
2609
|
+
/** None */
|
2295
2610
|
None = "None",
|
2611
|
+
/** Recreate */
|
2296
2612
|
Recreate = "Recreate"
|
2297
2613
|
}
|
2298
2614
|
/**
|
@@ -2306,9 +2622,13 @@ export declare enum KnownActionsRequired {
|
|
2306
2622
|
export declare type ActionsRequired = string;
|
2307
2623
|
/** Known values of {@link SkuName} that the service accepts. */
|
2308
2624
|
export declare enum KnownSkuName {
|
2625
|
+
/** Classic */
|
2309
2626
|
Classic = "Classic",
|
2627
|
+
/** Basic */
|
2310
2628
|
Basic = "Basic",
|
2629
|
+
/** Standard */
|
2311
2630
|
Standard = "Standard",
|
2631
|
+
/** Premium */
|
2312
2632
|
Premium = "Premium"
|
2313
2633
|
}
|
2314
2634
|
/**
|
@@ -2324,9 +2644,13 @@ export declare enum KnownSkuName {
|
|
2324
2644
|
export declare type SkuName = string;
|
2325
2645
|
/** Known values of {@link SkuTier} that the service accepts. */
|
2326
2646
|
export declare enum KnownSkuTier {
|
2647
|
+
/** Classic */
|
2327
2648
|
Classic = "Classic",
|
2649
|
+
/** Basic */
|
2328
2650
|
Basic = "Basic",
|
2651
|
+
/** Standard */
|
2329
2652
|
Standard = "Standard",
|
2653
|
+
/** Premium */
|
2330
2654
|
Premium = "Premium"
|
2331
2655
|
}
|
2332
2656
|
/**
|
@@ -2342,7 +2666,9 @@ export declare enum KnownSkuTier {
|
|
2342
2666
|
export declare type SkuTier = string;
|
2343
2667
|
/** Known values of {@link DefaultAction} that the service accepts. */
|
2344
2668
|
export declare enum KnownDefaultAction {
|
2669
|
+
/** Allow */
|
2345
2670
|
Allow = "Allow",
|
2671
|
+
/** Deny */
|
2346
2672
|
Deny = "Deny"
|
2347
2673
|
}
|
2348
2674
|
/**
|
@@ -2356,6 +2682,7 @@ export declare enum KnownDefaultAction {
|
|
2356
2682
|
export declare type DefaultAction = string;
|
2357
2683
|
/** Known values of {@link Action} that the service accepts. */
|
2358
2684
|
export declare enum KnownAction {
|
2685
|
+
/** Allow */
|
2359
2686
|
Allow = "Allow"
|
2360
2687
|
}
|
2361
2688
|
/**
|
@@ -2368,7 +2695,9 @@ export declare enum KnownAction {
|
|
2368
2695
|
export declare type Action = string;
|
2369
2696
|
/** Known values of {@link PolicyStatus} that the service accepts. */
|
2370
2697
|
export declare enum KnownPolicyStatus {
|
2698
|
+
/** Enabled */
|
2371
2699
|
Enabled = "enabled",
|
2700
|
+
/** Disabled */
|
2372
2701
|
Disabled = "disabled"
|
2373
2702
|
}
|
2374
2703
|
/**
|
@@ -2382,6 +2711,7 @@ export declare enum KnownPolicyStatus {
|
|
2382
2711
|
export declare type PolicyStatus = string;
|
2383
2712
|
/** Known values of {@link TrustPolicyType} that the service accepts. */
|
2384
2713
|
export declare enum KnownTrustPolicyType {
|
2714
|
+
/** Notary */
|
2385
2715
|
Notary = "Notary"
|
2386
2716
|
}
|
2387
2717
|
/**
|
@@ -2394,7 +2724,9 @@ export declare enum KnownTrustPolicyType {
|
|
2394
2724
|
export declare type TrustPolicyType = string;
|
2395
2725
|
/** Known values of {@link ExportPolicyStatus} that the service accepts. */
|
2396
2726
|
export declare enum KnownExportPolicyStatus {
|
2727
|
+
/** Enabled */
|
2397
2728
|
Enabled = "enabled",
|
2729
|
+
/** Disabled */
|
2398
2730
|
Disabled = "disabled"
|
2399
2731
|
}
|
2400
2732
|
/**
|
@@ -2408,7 +2740,9 @@ export declare enum KnownExportPolicyStatus {
|
|
2408
2740
|
export declare type ExportPolicyStatus = string;
|
2409
2741
|
/** Known values of {@link AzureADAuthenticationAsArmPolicyStatus} that the service accepts. */
|
2410
2742
|
export declare enum KnownAzureADAuthenticationAsArmPolicyStatus {
|
2743
|
+
/** Enabled */
|
2411
2744
|
Enabled = "enabled",
|
2745
|
+
/** Disabled */
|
2412
2746
|
Disabled = "disabled"
|
2413
2747
|
}
|
2414
2748
|
/**
|
@@ -2422,7 +2756,9 @@ export declare enum KnownAzureADAuthenticationAsArmPolicyStatus {
|
|
2422
2756
|
export declare type AzureADAuthenticationAsArmPolicyStatus = string;
|
2423
2757
|
/** Known values of {@link EncryptionStatus} that the service accepts. */
|
2424
2758
|
export declare enum KnownEncryptionStatus {
|
2759
|
+
/** Enabled */
|
2425
2760
|
Enabled = "enabled",
|
2761
|
+
/** Disabled */
|
2426
2762
|
Disabled = "disabled"
|
2427
2763
|
}
|
2428
2764
|
/**
|
@@ -2436,7 +2772,9 @@ export declare enum KnownEncryptionStatus {
|
|
2436
2772
|
export declare type EncryptionStatus = string;
|
2437
2773
|
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
2438
2774
|
export declare enum KnownPublicNetworkAccess {
|
2775
|
+
/** Enabled */
|
2439
2776
|
Enabled = "Enabled",
|
2777
|
+
/** Disabled */
|
2440
2778
|
Disabled = "Disabled"
|
2441
2779
|
}
|
2442
2780
|
/**
|
@@ -2450,7 +2788,9 @@ export declare enum KnownPublicNetworkAccess {
|
|
2450
2788
|
export declare type PublicNetworkAccess = string;
|
2451
2789
|
/** Known values of {@link NetworkRuleBypassOptions} that the service accepts. */
|
2452
2790
|
export declare enum KnownNetworkRuleBypassOptions {
|
2791
|
+
/** AzureServices */
|
2453
2792
|
AzureServices = "AzureServices",
|
2793
|
+
/** None */
|
2454
2794
|
None = "None"
|
2455
2795
|
}
|
2456
2796
|
/**
|
@@ -2464,7 +2804,9 @@ export declare enum KnownNetworkRuleBypassOptions {
|
|
2464
2804
|
export declare type NetworkRuleBypassOptions = string;
|
2465
2805
|
/** Known values of {@link ZoneRedundancy} that the service accepts. */
|
2466
2806
|
export declare enum KnownZoneRedundancy {
|
2807
|
+
/** Enabled */
|
2467
2808
|
Enabled = "Enabled",
|
2809
|
+
/** Disabled */
|
2468
2810
|
Disabled = "Disabled"
|
2469
2811
|
}
|
2470
2812
|
/**
|
@@ -2478,7 +2820,9 @@ export declare enum KnownZoneRedundancy {
|
|
2478
2820
|
export declare type ZoneRedundancy = string;
|
2479
2821
|
/** Known values of {@link RegistryUsageUnit} that the service accepts. */
|
2480
2822
|
export declare enum KnownRegistryUsageUnit {
|
2823
|
+
/** Count */
|
2481
2824
|
Count = "Count",
|
2825
|
+
/** Bytes */
|
2482
2826
|
Bytes = "Bytes"
|
2483
2827
|
}
|
2484
2828
|
/**
|
@@ -2492,7 +2836,9 @@ export declare enum KnownRegistryUsageUnit {
|
|
2492
2836
|
export declare type RegistryUsageUnit = string;
|
2493
2837
|
/** Known values of {@link TokenCertificateName} that the service accepts. */
|
2494
2838
|
export declare enum KnownTokenCertificateName {
|
2839
|
+
/** Certificate1 */
|
2495
2840
|
Certificate1 = "certificate1",
|
2841
|
+
/** Certificate2 */
|
2496
2842
|
Certificate2 = "certificate2"
|
2497
2843
|
}
|
2498
2844
|
/**
|
@@ -2506,7 +2852,9 @@ export declare enum KnownTokenCertificateName {
|
|
2506
2852
|
export declare type TokenCertificateName = string;
|
2507
2853
|
/** Known values of {@link TokenPasswordName} that the service accepts. */
|
2508
2854
|
export declare enum KnownTokenPasswordName {
|
2855
|
+
/** Password1 */
|
2509
2856
|
Password1 = "password1",
|
2857
|
+
/** Password2 */
|
2510
2858
|
Password2 = "password2"
|
2511
2859
|
}
|
2512
2860
|
/**
|
@@ -2520,7 +2868,9 @@ export declare enum KnownTokenPasswordName {
|
|
2520
2868
|
export declare type TokenPasswordName = string;
|
2521
2869
|
/** Known values of {@link TokenStatus} that the service accepts. */
|
2522
2870
|
export declare enum KnownTokenStatus {
|
2871
|
+
/** Enabled */
|
2523
2872
|
Enabled = "enabled",
|
2873
|
+
/** Disabled */
|
2524
2874
|
Disabled = "disabled"
|
2525
2875
|
}
|
2526
2876
|
/**
|
@@ -2534,7 +2884,9 @@ export declare enum KnownTokenStatus {
|
|
2534
2884
|
export declare type TokenStatus = string;
|
2535
2885
|
/** Known values of {@link WebhookStatus} that the service accepts. */
|
2536
2886
|
export declare enum KnownWebhookStatus {
|
2887
|
+
/** Enabled */
|
2537
2888
|
Enabled = "enabled",
|
2889
|
+
/** Disabled */
|
2538
2890
|
Disabled = "disabled"
|
2539
2891
|
}
|
2540
2892
|
/**
|
@@ -2548,10 +2900,15 @@ export declare enum KnownWebhookStatus {
|
|
2548
2900
|
export declare type WebhookStatus = string;
|
2549
2901
|
/** Known values of {@link WebhookAction} that the service accepts. */
|
2550
2902
|
export declare enum KnownWebhookAction {
|
2903
|
+
/** Push */
|
2551
2904
|
Push = "push",
|
2905
|
+
/** Delete */
|
2552
2906
|
Delete = "delete",
|
2907
|
+
/** Quarantine */
|
2553
2908
|
Quarantine = "quarantine",
|
2909
|
+
/** ChartPush */
|
2554
2910
|
ChartPush = "chart_push",
|
2911
|
+
/** ChartDelete */
|
2555
2912
|
ChartDelete = "chart_delete"
|
2556
2913
|
}
|
2557
2914
|
/**
|
@@ -2568,7 +2925,9 @@ export declare enum KnownWebhookAction {
|
|
2568
2925
|
export declare type WebhookAction = string;
|
2569
2926
|
/** Known values of {@link OS} that the service accepts. */
|
2570
2927
|
export declare enum KnownOS {
|
2928
|
+
/** Windows */
|
2571
2929
|
Windows = "Windows",
|
2930
|
+
/** Linux */
|
2572
2931
|
Linux = "Linux"
|
2573
2932
|
}
|
2574
2933
|
/**
|
@@ -2582,13 +2941,21 @@ export declare enum KnownOS {
|
|
2582
2941
|
export declare type OS = string;
|
2583
2942
|
/** Known values of {@link RunStatus} that the service accepts. */
|
2584
2943
|
export declare enum KnownRunStatus {
|
2944
|
+
/** Queued */
|
2585
2945
|
Queued = "Queued",
|
2946
|
+
/** Started */
|
2586
2947
|
Started = "Started",
|
2948
|
+
/** Running */
|
2587
2949
|
Running = "Running",
|
2950
|
+
/** Succeeded */
|
2588
2951
|
Succeeded = "Succeeded",
|
2952
|
+
/** Failed */
|
2589
2953
|
Failed = "Failed",
|
2954
|
+
/** Canceled */
|
2590
2955
|
Canceled = "Canceled",
|
2956
|
+
/** Error */
|
2591
2957
|
Error = "Error",
|
2958
|
+
/** Timeout */
|
2592
2959
|
Timeout = "Timeout"
|
2593
2960
|
}
|
2594
2961
|
/**
|
@@ -2608,9 +2975,13 @@ export declare enum KnownRunStatus {
|
|
2608
2975
|
export declare type RunStatus = string;
|
2609
2976
|
/** Known values of {@link RunType} that the service accepts. */
|
2610
2977
|
export declare enum KnownRunType {
|
2978
|
+
/** QuickBuild */
|
2611
2979
|
QuickBuild = "QuickBuild",
|
2980
|
+
/** QuickRun */
|
2612
2981
|
QuickRun = "QuickRun",
|
2982
|
+
/** AutoBuild */
|
2613
2983
|
AutoBuild = "AutoBuild",
|
2984
|
+
/** AutoRun */
|
2614
2985
|
AutoRun = "AutoRun"
|
2615
2986
|
}
|
2616
2987
|
/**
|
@@ -2626,10 +2997,15 @@ export declare enum KnownRunType {
|
|
2626
2997
|
export declare type RunType = string;
|
2627
2998
|
/** Known values of {@link Architecture} that the service accepts. */
|
2628
2999
|
export declare enum KnownArchitecture {
|
3000
|
+
/** Amd64 */
|
2629
3001
|
Amd64 = "amd64",
|
3002
|
+
/** X86 */
|
2630
3003
|
X86 = "x86",
|
3004
|
+
/** ThreeHundredEightySix */
|
2631
3005
|
ThreeHundredEightySix = "386",
|
3006
|
+
/** Arm */
|
2632
3007
|
Arm = "arm",
|
3008
|
+
/** Arm64 */
|
2633
3009
|
Arm64 = "arm64"
|
2634
3010
|
}
|
2635
3011
|
/**
|
@@ -2646,8 +3022,11 @@ export declare enum KnownArchitecture {
|
|
2646
3022
|
export declare type Architecture = string;
|
2647
3023
|
/** Known values of {@link Variant} that the service accepts. */
|
2648
3024
|
export declare enum KnownVariant {
|
3025
|
+
/** V6 */
|
2649
3026
|
V6 = "v6",
|
3027
|
+
/** V7 */
|
2650
3028
|
V7 = "v7",
|
3029
|
+
/** V8 */
|
2651
3030
|
V8 = "v8"
|
2652
3031
|
}
|
2653
3032
|
/**
|
@@ -2662,7 +3041,9 @@ export declare enum KnownVariant {
|
|
2662
3041
|
export declare type Variant = string;
|
2663
3042
|
/** Known values of {@link TaskStatus} that the service accepts. */
|
2664
3043
|
export declare enum KnownTaskStatus {
|
3044
|
+
/** Disabled */
|
2665
3045
|
Disabled = "Disabled",
|
3046
|
+
/** Enabled */
|
2666
3047
|
Enabled = "Enabled"
|
2667
3048
|
}
|
2668
3049
|
/**
|
@@ -2676,8 +3057,11 @@ export declare enum KnownTaskStatus {
|
|
2676
3057
|
export declare type TaskStatus = string;
|
2677
3058
|
/** Known values of {@link StepType} that the service accepts. */
|
2678
3059
|
export declare enum KnownStepType {
|
3060
|
+
/** Docker */
|
2679
3061
|
Docker = "Docker",
|
3062
|
+
/** FileTask */
|
2680
3063
|
FileTask = "FileTask",
|
3064
|
+
/** EncodedTask */
|
2681
3065
|
EncodedTask = "EncodedTask"
|
2682
3066
|
}
|
2683
3067
|
/**
|
@@ -2692,7 +3076,9 @@ export declare enum KnownStepType {
|
|
2692
3076
|
export declare type StepType = string;
|
2693
3077
|
/** Known values of {@link BaseImageDependencyType} that the service accepts. */
|
2694
3078
|
export declare enum KnownBaseImageDependencyType {
|
3079
|
+
/** BuildTime */
|
2695
3080
|
BuildTime = "BuildTime",
|
3081
|
+
/** RunTime */
|
2696
3082
|
RunTime = "RunTime"
|
2697
3083
|
}
|
2698
3084
|
/**
|
@@ -2706,7 +3092,9 @@ export declare enum KnownBaseImageDependencyType {
|
|
2706
3092
|
export declare type BaseImageDependencyType = string;
|
2707
3093
|
/** Known values of {@link SourceControlType} that the service accepts. */
|
2708
3094
|
export declare enum KnownSourceControlType {
|
3095
|
+
/** Github */
|
2709
3096
|
Github = "Github",
|
3097
|
+
/** VisualStudioTeamService */
|
2710
3098
|
VisualStudioTeamService = "VisualStudioTeamService"
|
2711
3099
|
}
|
2712
3100
|
/**
|
@@ -2720,7 +3108,9 @@ export declare enum KnownSourceControlType {
|
|
2720
3108
|
export declare type SourceControlType = string;
|
2721
3109
|
/** Known values of {@link TokenType} that the service accepts. */
|
2722
3110
|
export declare enum KnownTokenType {
|
3111
|
+
/** PAT */
|
2723
3112
|
PAT = "PAT",
|
3113
|
+
/** OAuth */
|
2724
3114
|
OAuth = "OAuth"
|
2725
3115
|
}
|
2726
3116
|
/**
|
@@ -2734,7 +3124,9 @@ export declare enum KnownTokenType {
|
|
2734
3124
|
export declare type TokenType = string;
|
2735
3125
|
/** Known values of {@link SourceTriggerEvent} that the service accepts. */
|
2736
3126
|
export declare enum KnownSourceTriggerEvent {
|
3127
|
+
/** Commit */
|
2737
3128
|
Commit = "commit",
|
3129
|
+
/** Pullrequest */
|
2738
3130
|
Pullrequest = "pullrequest"
|
2739
3131
|
}
|
2740
3132
|
/**
|
@@ -2748,7 +3140,9 @@ export declare enum KnownSourceTriggerEvent {
|
|
2748
3140
|
export declare type SourceTriggerEvent = string;
|
2749
3141
|
/** Known values of {@link BaseImageTriggerType} that the service accepts. */
|
2750
3142
|
export declare enum KnownBaseImageTriggerType {
|
3143
|
+
/** All */
|
2751
3144
|
All = "All",
|
3145
|
+
/** Runtime */
|
2752
3146
|
Runtime = "Runtime"
|
2753
3147
|
}
|
2754
3148
|
/**
|
@@ -2762,7 +3156,9 @@ export declare enum KnownBaseImageTriggerType {
|
|
2762
3156
|
export declare type BaseImageTriggerType = string;
|
2763
3157
|
/** Known values of {@link UpdateTriggerPayloadType} that the service accepts. */
|
2764
3158
|
export declare enum KnownUpdateTriggerPayloadType {
|
3159
|
+
/** Default */
|
2765
3160
|
Default = "Default",
|
3161
|
+
/** Token */
|
2766
3162
|
Token = "Token"
|
2767
3163
|
}
|
2768
3164
|
/**
|
@@ -2776,7 +3172,9 @@ export declare enum KnownUpdateTriggerPayloadType {
|
|
2776
3172
|
export declare type UpdateTriggerPayloadType = string;
|
2777
3173
|
/** Known values of {@link SourceRegistryLoginMode} that the service accepts. */
|
2778
3174
|
export declare enum KnownSourceRegistryLoginMode {
|
3175
|
+
/** None */
|
2779
3176
|
None = "None",
|
3177
|
+
/** Default */
|
2780
3178
|
Default = "Default"
|
2781
3179
|
}
|
2782
3180
|
/**
|
@@ -2790,7 +3188,9 @@ export declare enum KnownSourceRegistryLoginMode {
|
|
2790
3188
|
export declare type SourceRegistryLoginMode = string;
|
2791
3189
|
/** Known values of {@link SecretObjectType} that the service accepts. */
|
2792
3190
|
export declare enum KnownSecretObjectType {
|
3191
|
+
/** Opaque */
|
2793
3192
|
Opaque = "Opaque",
|
3193
|
+
/** Vaultsecret */
|
2794
3194
|
Vaultsecret = "Vaultsecret"
|
2795
3195
|
}
|
2796
3196
|
/**
|
@@ -2807,6 +3207,46 @@ export declare type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "
|
|
2807
3207
|
/** Defines values for PasswordName. */
|
2808
3208
|
export declare type PasswordName = "password" | "password2";
|
2809
3209
|
/** Optional parameters. */
|
3210
|
+
export interface CacheRulesListOptionalParams extends coreClient.OperationOptions {
|
3211
|
+
}
|
3212
|
+
/** Contains response data for the list operation. */
|
3213
|
+
export declare type CacheRulesListResponse = CacheRulesListResult;
|
3214
|
+
/** Optional parameters. */
|
3215
|
+
export interface CacheRulesGetOptionalParams extends coreClient.OperationOptions {
|
3216
|
+
}
|
3217
|
+
/** Contains response data for the get operation. */
|
3218
|
+
export declare type CacheRulesGetResponse = CacheRule;
|
3219
|
+
/** Optional parameters. */
|
3220
|
+
export interface CacheRulesCreateOptionalParams extends coreClient.OperationOptions {
|
3221
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3222
|
+
updateIntervalInMs?: number;
|
3223
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3224
|
+
resumeFrom?: string;
|
3225
|
+
}
|
3226
|
+
/** Contains response data for the create operation. */
|
3227
|
+
export declare type CacheRulesCreateResponse = CacheRule;
|
3228
|
+
/** Optional parameters. */
|
3229
|
+
export interface CacheRulesDeleteOptionalParams extends coreClient.OperationOptions {
|
3230
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3231
|
+
updateIntervalInMs?: number;
|
3232
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3233
|
+
resumeFrom?: string;
|
3234
|
+
}
|
3235
|
+
/** Optional parameters. */
|
3236
|
+
export interface CacheRulesUpdateOptionalParams extends coreClient.OperationOptions {
|
3237
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3238
|
+
updateIntervalInMs?: number;
|
3239
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3240
|
+
resumeFrom?: string;
|
3241
|
+
}
|
3242
|
+
/** Contains response data for the update operation. */
|
3243
|
+
export declare type CacheRulesUpdateResponse = CacheRule;
|
3244
|
+
/** Optional parameters. */
|
3245
|
+
export interface CacheRulesListNextOptionalParams extends coreClient.OperationOptions {
|
3246
|
+
}
|
3247
|
+
/** Contains response data for the listNext operation. */
|
3248
|
+
export declare type CacheRulesListNextResponse = CacheRulesListResult;
|
3249
|
+
/** Optional parameters. */
|
2810
3250
|
export interface ConnectedRegistriesListOptionalParams extends coreClient.OperationOptions {
|
2811
3251
|
/** 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. */
|
2812
3252
|
filter?: string;
|
@@ -2852,12 +3292,50 @@ export interface ConnectedRegistriesDeactivateOptionalParams extends coreClient.
|
|
2852
3292
|
}
|
2853
3293
|
/** Optional parameters. */
|
2854
3294
|
export interface ConnectedRegistriesListNextOptionalParams extends coreClient.OperationOptions {
|
2855
|
-
/** 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. */
|
2856
|
-
filter?: string;
|
2857
3295
|
}
|
2858
3296
|
/** Contains response data for the listNext operation. */
|
2859
3297
|
export declare type ConnectedRegistriesListNextResponse = ConnectedRegistryListResult;
|
2860
3298
|
/** Optional parameters. */
|
3299
|
+
export interface CredentialSetsListOptionalParams extends coreClient.OperationOptions {
|
3300
|
+
}
|
3301
|
+
/** Contains response data for the list operation. */
|
3302
|
+
export declare type CredentialSetsListResponse = CredentialSetListResult;
|
3303
|
+
/** Optional parameters. */
|
3304
|
+
export interface CredentialSetsGetOptionalParams extends coreClient.OperationOptions {
|
3305
|
+
}
|
3306
|
+
/** Contains response data for the get operation. */
|
3307
|
+
export declare type CredentialSetsGetResponse = CredentialSet;
|
3308
|
+
/** Optional parameters. */
|
3309
|
+
export interface CredentialSetsCreateOptionalParams extends coreClient.OperationOptions {
|
3310
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3311
|
+
updateIntervalInMs?: number;
|
3312
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3313
|
+
resumeFrom?: string;
|
3314
|
+
}
|
3315
|
+
/** Contains response data for the create operation. */
|
3316
|
+
export declare type CredentialSetsCreateResponse = CredentialSet;
|
3317
|
+
/** Optional parameters. */
|
3318
|
+
export interface CredentialSetsDeleteOptionalParams extends coreClient.OperationOptions {
|
3319
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3320
|
+
updateIntervalInMs?: number;
|
3321
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3322
|
+
resumeFrom?: string;
|
3323
|
+
}
|
3324
|
+
/** Optional parameters. */
|
3325
|
+
export interface CredentialSetsUpdateOptionalParams extends coreClient.OperationOptions {
|
3326
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3327
|
+
updateIntervalInMs?: number;
|
3328
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3329
|
+
resumeFrom?: string;
|
3330
|
+
}
|
3331
|
+
/** Contains response data for the update operation. */
|
3332
|
+
export declare type CredentialSetsUpdateResponse = CredentialSet;
|
3333
|
+
/** Optional parameters. */
|
3334
|
+
export interface CredentialSetsListNextOptionalParams extends coreClient.OperationOptions {
|
3335
|
+
}
|
3336
|
+
/** Contains response data for the listNext operation. */
|
3337
|
+
export declare type CredentialSetsListNextResponse = CredentialSetListResult;
|
3338
|
+
/** Optional parameters. */
|
2861
3339
|
export interface ExportPipelinesListOptionalParams extends coreClient.OperationOptions {
|
2862
3340
|
}
|
2863
3341
|
/** Contains response data for the list operation. */
|
@@ -3368,10 +3846,6 @@ export interface RunsCancelOptionalParams extends coreClient.OperationOptions {
|
|
3368
3846
|
}
|
3369
3847
|
/** Optional parameters. */
|
3370
3848
|
export interface RunsListNextOptionalParams extends coreClient.OperationOptions {
|
3371
|
-
/** 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. */
|
3372
|
-
filter?: string;
|
3373
|
-
/** $top is supported for get list of runs, which limits the maximum number of runs to return. */
|
3374
|
-
top?: number;
|
3375
3849
|
}
|
3376
3850
|
/** Contains response data for the listNext operation. */
|
3377
3851
|
export declare type RunsListNextResponse = RunListResult;
|