@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
package/src/models/index.ts
CHANGED
@@ -25,6 +25,88 @@ export type TaskStepUpdateParametersUnion =
|
|
25
25
|
| FileTaskStepUpdateParameters
|
26
26
|
| EncodedTaskStepUpdateParameters;
|
27
27
|
|
28
|
+
/** The result of a request to list cache rules for a container registry. */
|
29
|
+
export interface CacheRulesListResult {
|
30
|
+
/** The list of cache rules. */
|
31
|
+
value?: CacheRule[];
|
32
|
+
/** If provided, client must use NextLink URI to request next list of cache rules. */
|
33
|
+
nextLink?: string;
|
34
|
+
}
|
35
|
+
|
36
|
+
/** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags. */
|
37
|
+
export interface ProxyResource {
|
38
|
+
/**
|
39
|
+
* The resource ID.
|
40
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
41
|
+
*/
|
42
|
+
readonly id?: string;
|
43
|
+
/**
|
44
|
+
* The name of the resource.
|
45
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
46
|
+
*/
|
47
|
+
readonly name?: string;
|
48
|
+
/**
|
49
|
+
* The type of the resource.
|
50
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
51
|
+
*/
|
52
|
+
readonly type?: string;
|
53
|
+
/**
|
54
|
+
* Metadata pertaining to creation and last modification of the resource.
|
55
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
56
|
+
*/
|
57
|
+
readonly systemData?: SystemData;
|
58
|
+
}
|
59
|
+
|
60
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
61
|
+
export interface SystemData {
|
62
|
+
/** The identity that created the resource. */
|
63
|
+
createdBy?: string;
|
64
|
+
/** The type of identity that created the resource. */
|
65
|
+
createdByType?: CreatedByType;
|
66
|
+
/** The timestamp of resource creation (UTC). */
|
67
|
+
createdAt?: Date;
|
68
|
+
/** The identity that last modified the resource. */
|
69
|
+
lastModifiedBy?: string;
|
70
|
+
/** The type of identity that last modified the resource. */
|
71
|
+
lastModifiedByType?: LastModifiedByType;
|
72
|
+
/** The timestamp of resource modification (UTC). */
|
73
|
+
lastModifiedAt?: Date;
|
74
|
+
}
|
75
|
+
|
76
|
+
/** An error response from the Azure Container Registry service. */
|
77
|
+
export interface ErrorResponse {
|
78
|
+
/** Azure container registry build API error body. */
|
79
|
+
error?: ErrorResponseBody;
|
80
|
+
}
|
81
|
+
|
82
|
+
/** An error response from the Azure Container Registry service. */
|
83
|
+
export interface ErrorResponseBody {
|
84
|
+
/** error code. */
|
85
|
+
code: string;
|
86
|
+
/** error message. */
|
87
|
+
message: string;
|
88
|
+
/** target of the particular error. */
|
89
|
+
target?: string;
|
90
|
+
/** an array of additional nested error response info objects, as described by this contract. */
|
91
|
+
details?: InnerErrorDescription[];
|
92
|
+
}
|
93
|
+
|
94
|
+
/** inner error. */
|
95
|
+
export interface InnerErrorDescription {
|
96
|
+
/** error code. */
|
97
|
+
code: string;
|
98
|
+
/** error message. */
|
99
|
+
message: string;
|
100
|
+
/** target of the particular error. */
|
101
|
+
target?: string;
|
102
|
+
}
|
103
|
+
|
104
|
+
/** The parameters for updating a cache rule. */
|
105
|
+
export interface CacheRuleUpdateParameters {
|
106
|
+
/** The ARM resource ID of the credential store which is associated with the Cache rule. */
|
107
|
+
credentialSetResourceId?: string;
|
108
|
+
}
|
109
|
+
|
28
110
|
/** The result of a request to list connected registries for a container registry. */
|
29
111
|
export interface ConnectedRegistryListResult {
|
30
112
|
/** 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. */
|
@@ -151,74 +233,6 @@ export interface StatusDetailProperties {
|
|
151
233
|
readonly correlationId?: string;
|
152
234
|
}
|
153
235
|
|
154
|
-
/** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags. */
|
155
|
-
export interface ProxyResource {
|
156
|
-
/**
|
157
|
-
* The resource ID.
|
158
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
159
|
-
*/
|
160
|
-
readonly id?: string;
|
161
|
-
/**
|
162
|
-
* The name of the resource.
|
163
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
164
|
-
*/
|
165
|
-
readonly name?: string;
|
166
|
-
/**
|
167
|
-
* The type of the resource.
|
168
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
169
|
-
*/
|
170
|
-
readonly type?: string;
|
171
|
-
/**
|
172
|
-
* Metadata pertaining to creation and last modification of the resource.
|
173
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
174
|
-
*/
|
175
|
-
readonly systemData?: SystemData;
|
176
|
-
}
|
177
|
-
|
178
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
179
|
-
export interface SystemData {
|
180
|
-
/** The identity that created the resource. */
|
181
|
-
createdBy?: string;
|
182
|
-
/** The type of identity that created the resource. */
|
183
|
-
createdByType?: CreatedByType;
|
184
|
-
/** The timestamp of resource creation (UTC). */
|
185
|
-
createdAt?: Date;
|
186
|
-
/** The identity that last modified the resource. */
|
187
|
-
lastModifiedBy?: string;
|
188
|
-
/** The type of identity that last modified the resource. */
|
189
|
-
lastModifiedByType?: LastModifiedByType;
|
190
|
-
/** The timestamp of resource modification (UTC). */
|
191
|
-
lastModifiedAt?: Date;
|
192
|
-
}
|
193
|
-
|
194
|
-
/** An error response from the Azure Container Registry service. */
|
195
|
-
export interface ErrorResponse {
|
196
|
-
/** Azure container registry build API error body. */
|
197
|
-
error?: ErrorResponseBody;
|
198
|
-
}
|
199
|
-
|
200
|
-
/** An error response from the Azure Container Registry service. */
|
201
|
-
export interface ErrorResponseBody {
|
202
|
-
/** error code. */
|
203
|
-
code: string;
|
204
|
-
/** error message. */
|
205
|
-
message: string;
|
206
|
-
/** target of the particular error. */
|
207
|
-
target?: string;
|
208
|
-
/** an array of additional nested error response info objects, as described by this contract. */
|
209
|
-
details?: InnerErrorDescription[];
|
210
|
-
}
|
211
|
-
|
212
|
-
/** inner error. */
|
213
|
-
export interface InnerErrorDescription {
|
214
|
-
/** error code. */
|
215
|
-
code: string;
|
216
|
-
/** error message. */
|
217
|
-
message: string;
|
218
|
-
/** target of the particular error. */
|
219
|
-
target?: string;
|
220
|
-
}
|
221
|
-
|
222
236
|
/** The parameters for updating a connected registry. */
|
223
237
|
export interface ConnectedRegistryUpdateParameters {
|
224
238
|
/** The sync properties of the connected registry with its parent. */
|
@@ -241,11 +255,11 @@ export interface SyncUpdateProperties {
|
|
241
255
|
messageTtl?: string;
|
242
256
|
}
|
243
257
|
|
244
|
-
/** The result of a request to list
|
245
|
-
export interface
|
246
|
-
/** The list of
|
247
|
-
value?:
|
248
|
-
/** The URI that can be used to request the next list of
|
258
|
+
/** The result of a request to list credential sets for a container registry. */
|
259
|
+
export interface CredentialSetListResult {
|
260
|
+
/** 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. */
|
261
|
+
value?: CredentialSet[];
|
262
|
+
/** The URI that can be used to request the next list of credential sets. */
|
249
263
|
nextLink?: string;
|
250
264
|
}
|
251
265
|
|
@@ -273,6 +287,50 @@ export interface UserIdentityProperties {
|
|
273
287
|
clientId?: string;
|
274
288
|
}
|
275
289
|
|
290
|
+
/** Authentication credential stored for an upstream. */
|
291
|
+
export interface AuthCredential {
|
292
|
+
/** The name of the credential. */
|
293
|
+
name?: CredentialName;
|
294
|
+
/** KeyVault Secret URI for accessing the username. */
|
295
|
+
usernameSecretIdentifier?: string;
|
296
|
+
/** KeyVault Secret URI for accessing the password. */
|
297
|
+
passwordSecretIdentifier?: string;
|
298
|
+
/**
|
299
|
+
* This provides data pertaining to the health of the auth credential.
|
300
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
301
|
+
*/
|
302
|
+
readonly credentialHealth?: CredentialHealth;
|
303
|
+
}
|
304
|
+
|
305
|
+
/** The health of the auth credential. */
|
306
|
+
export interface CredentialHealth {
|
307
|
+
/** The health status of credential. */
|
308
|
+
status?: CredentialHealthStatus;
|
309
|
+
/** Error code representing the health check error. */
|
310
|
+
errorCode?: string;
|
311
|
+
/** Descriptive message representing the health check error. */
|
312
|
+
errorMessage?: string;
|
313
|
+
}
|
314
|
+
|
315
|
+
/** The parameters for updating a credential set */
|
316
|
+
export interface CredentialSetUpdateParameters {
|
317
|
+
/** Identities associated with the resource. This is used to access the KeyVault secrets. */
|
318
|
+
identity?: IdentityProperties;
|
319
|
+
/**
|
320
|
+
* List of authentication credentials stored for an upstream.
|
321
|
+
* Usually consists of a primary and an optional secondary credential.
|
322
|
+
*/
|
323
|
+
authCredentials?: AuthCredential[];
|
324
|
+
}
|
325
|
+
|
326
|
+
/** The result of a request to list export pipelines for a container registry. */
|
327
|
+
export interface ExportPipelineListResult {
|
328
|
+
/** 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. */
|
329
|
+
value?: ExportPipeline[];
|
330
|
+
/** The URI that can be used to request the next list of pipeline runs. */
|
331
|
+
nextLink?: string;
|
332
|
+
}
|
333
|
+
|
276
334
|
/** The properties of the export pipeline target. */
|
277
335
|
export interface ExportPipelineTargetProperties {
|
278
336
|
/** The type of target for the export pipeline. */
|
@@ -1612,8 +1670,31 @@ export interface OverrideTaskStepProperties {
|
|
1612
1670
|
updateTriggerToken?: string;
|
1613
1671
|
}
|
1614
1672
|
|
1673
|
+
/** An object that represents a cache rule for a container registry. */
|
1674
|
+
export interface CacheRule extends ProxyResource {
|
1675
|
+
/** The ARM resource ID of the credential store which is associated with the cache rule. */
|
1676
|
+
credentialSetResourceId?: string;
|
1677
|
+
/** Source repository pulled from upstream. */
|
1678
|
+
sourceRepository?: string;
|
1679
|
+
/**
|
1680
|
+
* Target repository specified in docker pull command.
|
1681
|
+
* Eg: docker pull myregistry.azurecr.io/{targetRepository}:{tag}
|
1682
|
+
*/
|
1683
|
+
targetRepository?: string;
|
1684
|
+
/**
|
1685
|
+
* The creation date of the cache rule.
|
1686
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1687
|
+
*/
|
1688
|
+
readonly creationDate?: Date;
|
1689
|
+
/**
|
1690
|
+
* Provisioning state of the resource.
|
1691
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1692
|
+
*/
|
1693
|
+
readonly provisioningState?: ProvisioningState;
|
1694
|
+
}
|
1695
|
+
|
1615
1696
|
/** An object that represents a connected registry for a container registry. */
|
1616
|
-
export
|
1697
|
+
export interface ConnectedRegistry extends ProxyResource {
|
1617
1698
|
/**
|
1618
1699
|
* Provisioning state of the resource.
|
1619
1700
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
@@ -1656,10 +1737,33 @@ export type ConnectedRegistry = ProxyResource & {
|
|
1656
1737
|
readonly statusDetails?: StatusDetailProperties[];
|
1657
1738
|
/** The list of notifications subscription information for the connected registry. */
|
1658
1739
|
notificationsList?: string[];
|
1659
|
-
}
|
1740
|
+
}
|
1741
|
+
|
1742
|
+
/** An object that represents a credential set resource for a container registry. */
|
1743
|
+
export interface CredentialSet extends ProxyResource {
|
1744
|
+
/** Identities associated with the resource. This is used to access the KeyVault secrets. */
|
1745
|
+
identity?: IdentityProperties;
|
1746
|
+
/** The credentials are stored for this upstream or login server. */
|
1747
|
+
loginServer?: string;
|
1748
|
+
/**
|
1749
|
+
* List of authentication credentials stored for an upstream.
|
1750
|
+
* Usually consists of a primary and an optional secondary credential.
|
1751
|
+
*/
|
1752
|
+
authCredentials?: AuthCredential[];
|
1753
|
+
/**
|
1754
|
+
* The creation date of credential store resource.
|
1755
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1756
|
+
*/
|
1757
|
+
readonly creationDate?: Date;
|
1758
|
+
/**
|
1759
|
+
* Provisioning state of the resource.
|
1760
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1761
|
+
*/
|
1762
|
+
readonly provisioningState?: ProvisioningState;
|
1763
|
+
}
|
1660
1764
|
|
1661
1765
|
/** An object that represents an export pipeline for a container registry. */
|
1662
|
-
export
|
1766
|
+
export interface ExportPipeline extends ProxyResource {
|
1663
1767
|
/** The location of the export pipeline. */
|
1664
1768
|
location?: string;
|
1665
1769
|
/** The identity of the export pipeline. */
|
@@ -1673,10 +1777,10 @@ export type ExportPipeline = ProxyResource & {
|
|
1673
1777
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1674
1778
|
*/
|
1675
1779
|
readonly provisioningState?: ProvisioningState;
|
1676
|
-
}
|
1780
|
+
}
|
1677
1781
|
|
1678
1782
|
/** An object that represents an import pipeline for a container registry. */
|
1679
|
-
export
|
1783
|
+
export interface ImportPipeline extends ProxyResource {
|
1680
1784
|
/** The location of the import pipeline. */
|
1681
1785
|
location?: string;
|
1682
1786
|
/** The identity of the import pipeline. */
|
@@ -1692,10 +1796,10 @@ export type ImportPipeline = ProxyResource & {
|
|
1692
1796
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1693
1797
|
*/
|
1694
1798
|
readonly provisioningState?: ProvisioningState;
|
1695
|
-
}
|
1799
|
+
}
|
1696
1800
|
|
1697
1801
|
/** An object that represents a pipeline run for a container registry. */
|
1698
|
-
export
|
1802
|
+
export interface PipelineRun extends ProxyResource {
|
1699
1803
|
/**
|
1700
1804
|
* The provisioning state of a pipeline run.
|
1701
1805
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
@@ -1710,10 +1814,10 @@ export type PipelineRun = ProxyResource & {
|
|
1710
1814
|
readonly response?: PipelineRunResponse;
|
1711
1815
|
/** How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed. */
|
1712
1816
|
forceUpdateTag?: string;
|
1713
|
-
}
|
1817
|
+
}
|
1714
1818
|
|
1715
1819
|
/** An object that represents a private endpoint connection for a container registry. */
|
1716
|
-
export
|
1820
|
+
export interface PrivateEndpointConnection extends ProxyResource {
|
1717
1821
|
/** The resource of private endpoint. */
|
1718
1822
|
privateEndpoint?: PrivateEndpoint;
|
1719
1823
|
/** A collection of information about the state of the connection between service consumer and provider. */
|
@@ -1723,10 +1827,10 @@ export type PrivateEndpointConnection = ProxyResource & {
|
|
1723
1827
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1724
1828
|
*/
|
1725
1829
|
readonly provisioningState?: ProvisioningState;
|
1726
|
-
}
|
1830
|
+
}
|
1727
1831
|
|
1728
1832
|
/** An object that represents a scope map for a container registry. */
|
1729
|
-
export
|
1833
|
+
export interface ScopeMap extends ProxyResource {
|
1730
1834
|
/** The user friendly description of the scope map. */
|
1731
1835
|
description?: string;
|
1732
1836
|
/**
|
@@ -1750,10 +1854,10 @@ export type ScopeMap = ProxyResource & {
|
|
1750
1854
|
* repositories/repository-name/metadata/write
|
1751
1855
|
*/
|
1752
1856
|
actions?: string[];
|
1753
|
-
}
|
1857
|
+
}
|
1754
1858
|
|
1755
1859
|
/** An object that represents a token for a container registry. */
|
1756
|
-
export
|
1860
|
+
export interface Token extends ProxyResource {
|
1757
1861
|
/**
|
1758
1862
|
* The creation date of scope map.
|
1759
1863
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
@@ -1770,10 +1874,10 @@ export type Token = ProxyResource & {
|
|
1770
1874
|
credentials?: TokenCredentialsProperties;
|
1771
1875
|
/** The status of the token example enabled or disabled. */
|
1772
1876
|
status?: TokenStatus;
|
1773
|
-
}
|
1877
|
+
}
|
1774
1878
|
|
1775
1879
|
/** Run resource properties */
|
1776
|
-
export
|
1880
|
+
export interface Run extends ProxyResource {
|
1777
1881
|
/** The unique identifier for the run. */
|
1778
1882
|
runId?: string;
|
1779
1883
|
/** The current status of the run. */
|
@@ -1824,13 +1928,13 @@ export type Run = ProxyResource & {
|
|
1824
1928
|
provisioningState?: ProvisioningState;
|
1825
1929
|
/** The value that indicates whether archiving is enabled or not. */
|
1826
1930
|
isArchiveEnabled?: boolean;
|
1827
|
-
}
|
1931
|
+
}
|
1828
1932
|
|
1829
1933
|
/**
|
1830
1934
|
* The task run that has the ARM resource and properties.
|
1831
1935
|
* The task run will have the information of request and result of a run.
|
1832
1936
|
*/
|
1833
|
-
export
|
1937
|
+
export interface TaskRun extends ProxyResource {
|
1834
1938
|
/** Identity for the resource. */
|
1835
1939
|
identity?: IdentityProperties;
|
1836
1940
|
/** The location of the resource */
|
@@ -1849,10 +1953,10 @@ export type TaskRun = ProxyResource & {
|
|
1849
1953
|
readonly runResult?: Run;
|
1850
1954
|
/** How the run should be forced to rerun even if the run request configuration has not changed */
|
1851
1955
|
forceUpdateTag?: string;
|
1852
|
-
}
|
1956
|
+
}
|
1853
1957
|
|
1854
1958
|
/** An object that represents a container registry. */
|
1855
|
-
export
|
1959
|
+
export interface Registry extends Resource {
|
1856
1960
|
/** The SKU of the container registry. */
|
1857
1961
|
sku: Sku;
|
1858
1962
|
/** The identity of the container registry. */
|
@@ -1905,10 +2009,10 @@ export type Registry = Resource & {
|
|
1905
2009
|
zoneRedundancy?: ZoneRedundancy;
|
1906
2010
|
/** Enables registry-wide pull from unauthenticated clients. */
|
1907
2011
|
anonymousPullEnabled?: boolean;
|
1908
|
-
}
|
2012
|
+
}
|
1909
2013
|
|
1910
2014
|
/** An object that represents a replication for a container registry. */
|
1911
|
-
export
|
2015
|
+
export interface Replication extends Resource {
|
1912
2016
|
/**
|
1913
2017
|
* The provisioning state of the replication at the time the operation was called.
|
1914
2018
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
@@ -1923,10 +2027,10 @@ export type Replication = Resource & {
|
|
1923
2027
|
regionEndpointEnabled?: boolean;
|
1924
2028
|
/** Whether or not zone redundancy is enabled for this container registry replication */
|
1925
2029
|
zoneRedundancy?: ZoneRedundancy;
|
1926
|
-
}
|
2030
|
+
}
|
1927
2031
|
|
1928
2032
|
/** An object that represents a webhook for a container registry. */
|
1929
|
-
export
|
2033
|
+
export interface Webhook extends Resource {
|
1930
2034
|
/** The status of the webhook at the time the operation was called. */
|
1931
2035
|
status?: WebhookStatus;
|
1932
2036
|
/** 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. */
|
@@ -1938,13 +2042,13 @@ export type Webhook = Resource & {
|
|
1938
2042
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1939
2043
|
*/
|
1940
2044
|
readonly provisioningState?: ProvisioningState;
|
1941
|
-
}
|
2045
|
+
}
|
1942
2046
|
|
1943
2047
|
/**
|
1944
2048
|
* The agentpool that has the ARM resource and properties.
|
1945
2049
|
* The agentpool will have all information to create an agent pool.
|
1946
2050
|
*/
|
1947
|
-
export
|
2051
|
+
export interface AgentPool extends Resource {
|
1948
2052
|
/** The count of agent machine */
|
1949
2053
|
count?: number;
|
1950
2054
|
/** The Tier of agent machine */
|
@@ -1958,13 +2062,13 @@ export type AgentPool = Resource & {
|
|
1958
2062
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1959
2063
|
*/
|
1960
2064
|
readonly provisioningState?: ProvisioningState;
|
1961
|
-
}
|
2065
|
+
}
|
1962
2066
|
|
1963
2067
|
/**
|
1964
2068
|
* The task that has the ARM resource and task properties.
|
1965
2069
|
* The task will have all information to schedule a run against it.
|
1966
2070
|
*/
|
1967
|
-
export
|
2071
|
+
export interface Task extends Resource {
|
1968
2072
|
/** Identity for the resource. */
|
1969
2073
|
identity?: IdentityProperties;
|
1970
2074
|
/**
|
@@ -1997,18 +2101,18 @@ export type Task = Resource & {
|
|
1997
2101
|
logTemplate?: string;
|
1998
2102
|
/** The value of this property indicates whether the task resource is system task or not. */
|
1999
2103
|
isSystemTask?: boolean;
|
2000
|
-
}
|
2104
|
+
}
|
2001
2105
|
|
2002
2106
|
/** The event for a webhook. */
|
2003
|
-
export
|
2107
|
+
export interface Event extends EventInfo {
|
2004
2108
|
/** The event request message sent to the service URI. */
|
2005
2109
|
eventRequestMessage?: EventRequestMessage;
|
2006
2110
|
/** The event response message received from the service URI. */
|
2007
2111
|
eventResponseMessage?: EventResponseMessage;
|
2008
|
-
}
|
2112
|
+
}
|
2009
2113
|
|
2010
2114
|
/** The parameters for a docker quick build. */
|
2011
|
-
export
|
2115
|
+
export interface DockerBuildRequest extends RunRequest {
|
2012
2116
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
2013
2117
|
type: "DockerBuildRequest";
|
2014
2118
|
/** The fully qualified image names including the repository and tag. */
|
@@ -2036,10 +2140,10 @@ export type DockerBuildRequest = RunRequest & {
|
|
2036
2140
|
sourceLocation?: string;
|
2037
2141
|
/** The properties that describes a set of credentials that will be used when this run is invoked. */
|
2038
2142
|
credentials?: Credentials;
|
2039
|
-
}
|
2143
|
+
}
|
2040
2144
|
|
2041
2145
|
/** The request parameters for a scheduling run against a task file. */
|
2042
|
-
export
|
2146
|
+
export interface FileTaskRunRequest extends RunRequest {
|
2043
2147
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
2044
2148
|
type: "FileTaskRunRequest";
|
2045
2149
|
/** The template/definition file path relative to the source. */
|
@@ -2061,20 +2165,20 @@ export type FileTaskRunRequest = RunRequest & {
|
|
2061
2165
|
sourceLocation?: string;
|
2062
2166
|
/** The properties that describes a set of credentials that will be used when this run is invoked. */
|
2063
2167
|
credentials?: Credentials;
|
2064
|
-
}
|
2168
|
+
}
|
2065
2169
|
|
2066
2170
|
/** The parameters for a task run request. */
|
2067
|
-
export
|
2171
|
+
export interface TaskRunRequest extends RunRequest {
|
2068
2172
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
2069
2173
|
type: "TaskRunRequest";
|
2070
2174
|
/** The resource ID of task against which run has to be queued. */
|
2071
2175
|
taskId: string;
|
2072
2176
|
/** Set of overridable parameters that can be passed when running a Task. */
|
2073
2177
|
overrideTaskStepProperties?: OverrideTaskStepProperties;
|
2074
|
-
}
|
2178
|
+
}
|
2075
2179
|
|
2076
2180
|
/** The parameters for a quick task run request. */
|
2077
|
-
export
|
2181
|
+
export interface EncodedTaskRunRequest extends RunRequest {
|
2078
2182
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
2079
2183
|
type: "EncodedTaskRunRequest";
|
2080
2184
|
/** Base64 encoded value of the template/definition file content. */
|
@@ -2096,10 +2200,10 @@ export type EncodedTaskRunRequest = RunRequest & {
|
|
2096
2200
|
sourceLocation?: string;
|
2097
2201
|
/** The properties that describes a set of credentials that will be used when this run is invoked. */
|
2098
2202
|
credentials?: Credentials;
|
2099
|
-
}
|
2203
|
+
}
|
2100
2204
|
|
2101
2205
|
/** The Docker build step. */
|
2102
|
-
export
|
2206
|
+
export interface DockerBuildStep extends TaskStepProperties {
|
2103
2207
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
2104
2208
|
type: "Docker";
|
2105
2209
|
/** The fully qualified image names including the repository and tag. */
|
@@ -2114,10 +2218,10 @@ export type DockerBuildStep = TaskStepProperties & {
|
|
2114
2218
|
target?: string;
|
2115
2219
|
/** The collection of override arguments to be used when executing this build step. */
|
2116
2220
|
arguments?: Argument[];
|
2117
|
-
}
|
2221
|
+
}
|
2118
2222
|
|
2119
2223
|
/** The properties of a task step. */
|
2120
|
-
export
|
2224
|
+
export interface FileTaskStep extends TaskStepProperties {
|
2121
2225
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
2122
2226
|
type: "FileTask";
|
2123
2227
|
/** The task template/definition file path relative to the source context. */
|
@@ -2126,10 +2230,10 @@ export type FileTaskStep = TaskStepProperties & {
|
|
2126
2230
|
valuesFilePath?: string;
|
2127
2231
|
/** The collection of overridable values that can be passed when running a task. */
|
2128
2232
|
values?: SetValue[];
|
2129
|
-
}
|
2233
|
+
}
|
2130
2234
|
|
2131
2235
|
/** The properties of a encoded task step. */
|
2132
|
-
export
|
2236
|
+
export interface EncodedTaskStep extends TaskStepProperties {
|
2133
2237
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
2134
2238
|
type: "EncodedTask";
|
2135
2239
|
/** Base64 encoded value of the template/definition file content. */
|
@@ -2138,10 +2242,11 @@ export type EncodedTaskStep = TaskStepProperties & {
|
|
2138
2242
|
encodedValuesContent?: string;
|
2139
2243
|
/** The collection of overridable values that can be passed when running a task. */
|
2140
2244
|
values?: SetValue[];
|
2141
|
-
}
|
2245
|
+
}
|
2142
2246
|
|
2143
2247
|
/** The properties for updating a docker build step. */
|
2144
|
-
export
|
2248
|
+
export interface DockerBuildStepUpdateParameters
|
2249
|
+
extends TaskStepUpdateParameters {
|
2145
2250
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
2146
2251
|
type: "Docker";
|
2147
2252
|
/** The fully qualified image names including the repository and tag. */
|
@@ -2156,10 +2261,10 @@ export type DockerBuildStepUpdateParameters = TaskStepUpdateParameters & {
|
|
2156
2261
|
arguments?: Argument[];
|
2157
2262
|
/** The name of the target build stage for the docker build. */
|
2158
2263
|
target?: string;
|
2159
|
-
}
|
2264
|
+
}
|
2160
2265
|
|
2161
2266
|
/** The properties of updating a task step. */
|
2162
|
-
export
|
2267
|
+
export interface FileTaskStepUpdateParameters extends TaskStepUpdateParameters {
|
2163
2268
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
2164
2269
|
type: "FileTask";
|
2165
2270
|
/** The task template/definition file path relative to the source context. */
|
@@ -2168,10 +2273,11 @@ export type FileTaskStepUpdateParameters = TaskStepUpdateParameters & {
|
|
2168
2273
|
valuesFilePath?: string;
|
2169
2274
|
/** The collection of overridable values that can be passed when running a task. */
|
2170
2275
|
values?: SetValue[];
|
2171
|
-
}
|
2276
|
+
}
|
2172
2277
|
|
2173
2278
|
/** The properties for updating encoded task step. */
|
2174
|
-
export
|
2279
|
+
export interface EncodedTaskStepUpdateParameters
|
2280
|
+
extends TaskStepUpdateParameters {
|
2175
2281
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
2176
2282
|
type: "EncodedTask";
|
2177
2283
|
/** Base64 encoded value of the template/definition file content. */
|
@@ -2180,15 +2286,196 @@ export type EncodedTaskStepUpdateParameters = TaskStepUpdateParameters & {
|
|
2180
2286
|
encodedValuesContent?: string;
|
2181
2287
|
/** The collection of overridable values that can be passed when running a task. */
|
2182
2288
|
values?: SetValue[];
|
2183
|
-
}
|
2289
|
+
}
|
2290
|
+
|
2291
|
+
/** Defines headers for CacheRules_create operation. */
|
2292
|
+
export interface CacheRulesCreateHeaders {
|
2293
|
+
azureAsyncOperation?: string;
|
2294
|
+
}
|
2295
|
+
|
2296
|
+
/** Defines headers for CacheRules_delete operation. */
|
2297
|
+
export interface CacheRulesDeleteHeaders {
|
2298
|
+
location?: string;
|
2299
|
+
}
|
2300
|
+
|
2301
|
+
/** Defines headers for CacheRules_update operation. */
|
2302
|
+
export interface CacheRulesUpdateHeaders {
|
2303
|
+
azureAsyncOperation?: string;
|
2304
|
+
}
|
2305
|
+
|
2306
|
+
/** Defines headers for ConnectedRegistries_create operation. */
|
2307
|
+
export interface ConnectedRegistriesCreateHeaders {
|
2308
|
+
azureAsyncOperation?: string;
|
2309
|
+
}
|
2310
|
+
|
2311
|
+
/** Defines headers for ConnectedRegistries_delete operation. */
|
2312
|
+
export interface ConnectedRegistriesDeleteHeaders {
|
2313
|
+
location?: string;
|
2314
|
+
}
|
2315
|
+
|
2316
|
+
/** Defines headers for ConnectedRegistries_update operation. */
|
2317
|
+
export interface ConnectedRegistriesUpdateHeaders {
|
2318
|
+
azureAsyncOperation?: string;
|
2319
|
+
}
|
2320
|
+
|
2321
|
+
/** Defines headers for ConnectedRegistries_deactivate operation. */
|
2322
|
+
export interface ConnectedRegistriesDeactivateHeaders {
|
2323
|
+
location?: string;
|
2324
|
+
}
|
2325
|
+
|
2326
|
+
/** Defines headers for CredentialSets_create operation. */
|
2327
|
+
export interface CredentialSetsCreateHeaders {
|
2328
|
+
azureAsyncOperation?: string;
|
2329
|
+
}
|
2330
|
+
|
2331
|
+
/** Defines headers for CredentialSets_delete operation. */
|
2332
|
+
export interface CredentialSetsDeleteHeaders {
|
2333
|
+
location?: string;
|
2334
|
+
}
|
2335
|
+
|
2336
|
+
/** Defines headers for CredentialSets_update operation. */
|
2337
|
+
export interface CredentialSetsUpdateHeaders {
|
2338
|
+
azureAsyncOperation?: string;
|
2339
|
+
}
|
2340
|
+
|
2341
|
+
/** Defines headers for ExportPipelines_create operation. */
|
2342
|
+
export interface ExportPipelinesCreateHeaders {
|
2343
|
+
azureAsyncOperation?: string;
|
2344
|
+
}
|
2345
|
+
|
2346
|
+
/** Defines headers for ExportPipelines_delete operation. */
|
2347
|
+
export interface ExportPipelinesDeleteHeaders {
|
2348
|
+
location?: string;
|
2349
|
+
}
|
2350
|
+
|
2351
|
+
/** Defines headers for Registries_importImage operation. */
|
2352
|
+
export interface RegistriesImportImageHeaders {
|
2353
|
+
location?: string;
|
2354
|
+
}
|
2355
|
+
|
2356
|
+
/** Defines headers for Registries_create operation. */
|
2357
|
+
export interface RegistriesCreateHeaders {
|
2358
|
+
azureAsyncOperation?: string;
|
2359
|
+
}
|
2360
|
+
|
2361
|
+
/** Defines headers for Registries_delete operation. */
|
2362
|
+
export interface RegistriesDeleteHeaders {
|
2363
|
+
location?: string;
|
2364
|
+
}
|
2365
|
+
|
2366
|
+
/** Defines headers for Registries_update operation. */
|
2367
|
+
export interface RegistriesUpdateHeaders {
|
2368
|
+
azureAsyncOperation?: string;
|
2369
|
+
}
|
2370
|
+
|
2371
|
+
/** Defines headers for Registries_generateCredentials operation. */
|
2372
|
+
export interface RegistriesGenerateCredentialsHeaders {
|
2373
|
+
location?: string;
|
2374
|
+
}
|
2375
|
+
|
2376
|
+
/** Defines headers for ImportPipelines_create operation. */
|
2377
|
+
export interface ImportPipelinesCreateHeaders {
|
2378
|
+
azureAsyncOperation?: string;
|
2379
|
+
}
|
2380
|
+
|
2381
|
+
/** Defines headers for ImportPipelines_delete operation. */
|
2382
|
+
export interface ImportPipelinesDeleteHeaders {
|
2383
|
+
location?: string;
|
2384
|
+
}
|
2385
|
+
|
2386
|
+
/** Defines headers for PipelineRuns_create operation. */
|
2387
|
+
export interface PipelineRunsCreateHeaders {
|
2388
|
+
azureAsyncOperation?: string;
|
2389
|
+
}
|
2390
|
+
|
2391
|
+
/** Defines headers for PipelineRuns_delete operation. */
|
2392
|
+
export interface PipelineRunsDeleteHeaders {
|
2393
|
+
location?: string;
|
2394
|
+
}
|
2395
|
+
|
2396
|
+
/** Defines headers for PrivateEndpointConnections_createOrUpdate operation. */
|
2397
|
+
export interface PrivateEndpointConnectionsCreateOrUpdateHeaders {
|
2398
|
+
azureAsyncOperation?: string;
|
2399
|
+
}
|
2400
|
+
|
2401
|
+
/** Defines headers for PrivateEndpointConnections_delete operation. */
|
2402
|
+
export interface PrivateEndpointConnectionsDeleteHeaders {
|
2403
|
+
location?: string;
|
2404
|
+
}
|
2405
|
+
|
2406
|
+
/** Defines headers for Replications_create operation. */
|
2407
|
+
export interface ReplicationsCreateHeaders {
|
2408
|
+
azureAsyncOperation?: string;
|
2409
|
+
}
|
2410
|
+
|
2411
|
+
/** Defines headers for Replications_delete operation. */
|
2412
|
+
export interface ReplicationsDeleteHeaders {
|
2413
|
+
location?: string;
|
2414
|
+
}
|
2415
|
+
|
2416
|
+
/** Defines headers for Replications_update operation. */
|
2417
|
+
export interface ReplicationsUpdateHeaders {
|
2418
|
+
azureAsyncOperation?: string;
|
2419
|
+
}
|
2420
|
+
|
2421
|
+
/** Defines headers for ScopeMaps_create operation. */
|
2422
|
+
export interface ScopeMapsCreateHeaders {
|
2423
|
+
azureAsyncOperation?: string;
|
2424
|
+
}
|
2425
|
+
|
2426
|
+
/** Defines headers for ScopeMaps_delete operation. */
|
2427
|
+
export interface ScopeMapsDeleteHeaders {
|
2428
|
+
location?: string;
|
2429
|
+
}
|
2430
|
+
|
2431
|
+
/** Defines headers for ScopeMaps_update operation. */
|
2432
|
+
export interface ScopeMapsUpdateHeaders {
|
2433
|
+
azureAsyncOperation?: string;
|
2434
|
+
}
|
2435
|
+
|
2436
|
+
/** Defines headers for Tokens_create operation. */
|
2437
|
+
export interface TokensCreateHeaders {
|
2438
|
+
azureAsyncOperation?: string;
|
2439
|
+
}
|
2440
|
+
|
2441
|
+
/** Defines headers for Tokens_delete operation. */
|
2442
|
+
export interface TokensDeleteHeaders {
|
2443
|
+
location?: string;
|
2444
|
+
}
|
2445
|
+
|
2446
|
+
/** Defines headers for Tokens_update operation. */
|
2447
|
+
export interface TokensUpdateHeaders {
|
2448
|
+
azureAsyncOperation?: string;
|
2449
|
+
}
|
2450
|
+
|
2451
|
+
/** Defines headers for Webhooks_create operation. */
|
2452
|
+
export interface WebhooksCreateHeaders {
|
2453
|
+
azureAsyncOperation?: string;
|
2454
|
+
}
|
2455
|
+
|
2456
|
+
/** Defines headers for Webhooks_delete operation. */
|
2457
|
+
export interface WebhooksDeleteHeaders {
|
2458
|
+
location?: string;
|
2459
|
+
}
|
2460
|
+
|
2461
|
+
/** Defines headers for Webhooks_update operation. */
|
2462
|
+
export interface WebhooksUpdateHeaders {
|
2463
|
+
azureAsyncOperation?: string;
|
2464
|
+
}
|
2184
2465
|
|
2185
2466
|
/** Known values of {@link ProvisioningState} that the service accepts. */
|
2186
2467
|
export enum KnownProvisioningState {
|
2468
|
+
/** Creating */
|
2187
2469
|
Creating = "Creating",
|
2470
|
+
/** Updating */
|
2188
2471
|
Updating = "Updating",
|
2472
|
+
/** Deleting */
|
2189
2473
|
Deleting = "Deleting",
|
2474
|
+
/** Succeeded */
|
2190
2475
|
Succeeded = "Succeeded",
|
2476
|
+
/** Failed */
|
2191
2477
|
Failed = "Failed",
|
2478
|
+
/** Canceled */
|
2192
2479
|
Canceled = "Canceled"
|
2193
2480
|
}
|
2194
2481
|
|
@@ -2206,11 +2493,63 @@ export enum KnownProvisioningState {
|
|
2206
2493
|
*/
|
2207
2494
|
export type ProvisioningState = string;
|
2208
2495
|
|
2496
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
2497
|
+
export enum KnownCreatedByType {
|
2498
|
+
/** User */
|
2499
|
+
User = "User",
|
2500
|
+
/** Application */
|
2501
|
+
Application = "Application",
|
2502
|
+
/** ManagedIdentity */
|
2503
|
+
ManagedIdentity = "ManagedIdentity",
|
2504
|
+
/** Key */
|
2505
|
+
Key = "Key"
|
2506
|
+
}
|
2507
|
+
|
2508
|
+
/**
|
2509
|
+
* Defines values for CreatedByType. \
|
2510
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
2511
|
+
* this enum contains the known values that the service supports.
|
2512
|
+
* ### Known values supported by the service
|
2513
|
+
* **User** \
|
2514
|
+
* **Application** \
|
2515
|
+
* **ManagedIdentity** \
|
2516
|
+
* **Key**
|
2517
|
+
*/
|
2518
|
+
export type CreatedByType = string;
|
2519
|
+
|
2520
|
+
/** Known values of {@link LastModifiedByType} that the service accepts. */
|
2521
|
+
export enum KnownLastModifiedByType {
|
2522
|
+
/** User */
|
2523
|
+
User = "User",
|
2524
|
+
/** Application */
|
2525
|
+
Application = "Application",
|
2526
|
+
/** ManagedIdentity */
|
2527
|
+
ManagedIdentity = "ManagedIdentity",
|
2528
|
+
/** Key */
|
2529
|
+
Key = "Key"
|
2530
|
+
}
|
2531
|
+
|
2532
|
+
/**
|
2533
|
+
* Defines values for LastModifiedByType. \
|
2534
|
+
* {@link KnownLastModifiedByType} can be used interchangeably with LastModifiedByType,
|
2535
|
+
* this enum contains the known values that the service supports.
|
2536
|
+
* ### Known values supported by the service
|
2537
|
+
* **User** \
|
2538
|
+
* **Application** \
|
2539
|
+
* **ManagedIdentity** \
|
2540
|
+
* **Key**
|
2541
|
+
*/
|
2542
|
+
export type LastModifiedByType = string;
|
2543
|
+
|
2209
2544
|
/** Known values of {@link ConnectedRegistryMode} that the service accepts. */
|
2210
2545
|
export enum KnownConnectedRegistryMode {
|
2546
|
+
/** ReadWrite */
|
2211
2547
|
ReadWrite = "ReadWrite",
|
2548
|
+
/** ReadOnly */
|
2212
2549
|
ReadOnly = "ReadOnly",
|
2550
|
+
/** Registry */
|
2213
2551
|
Registry = "Registry",
|
2552
|
+
/** Mirror */
|
2214
2553
|
Mirror = "Mirror"
|
2215
2554
|
}
|
2216
2555
|
|
@@ -2228,9 +2567,13 @@ export type ConnectedRegistryMode = string;
|
|
2228
2567
|
|
2229
2568
|
/** Known values of {@link ConnectionState} that the service accepts. */
|
2230
2569
|
export enum KnownConnectionState {
|
2570
|
+
/** Online */
|
2231
2571
|
Online = "Online",
|
2572
|
+
/** Offline */
|
2232
2573
|
Offline = "Offline",
|
2574
|
+
/** Syncing */
|
2233
2575
|
Syncing = "Syncing",
|
2576
|
+
/** Unhealthy */
|
2234
2577
|
Unhealthy = "Unhealthy"
|
2235
2578
|
}
|
2236
2579
|
|
@@ -2248,7 +2591,9 @@ export type ConnectionState = string;
|
|
2248
2591
|
|
2249
2592
|
/** Known values of {@link ActivationStatus} that the service accepts. */
|
2250
2593
|
export enum KnownActivationStatus {
|
2594
|
+
/** Active */
|
2251
2595
|
Active = "Active",
|
2596
|
+
/** Inactive */
|
2252
2597
|
Inactive = "Inactive"
|
2253
2598
|
}
|
2254
2599
|
|
@@ -2264,7 +2609,9 @@ export type ActivationStatus = string;
|
|
2264
2609
|
|
2265
2610
|
/** Known values of {@link TlsStatus} that the service accepts. */
|
2266
2611
|
export enum KnownTlsStatus {
|
2612
|
+
/** Enabled */
|
2267
2613
|
Enabled = "Enabled",
|
2614
|
+
/** Disabled */
|
2268
2615
|
Disabled = "Disabled"
|
2269
2616
|
}
|
2270
2617
|
|
@@ -2280,6 +2627,7 @@ export type TlsStatus = string;
|
|
2280
2627
|
|
2281
2628
|
/** Known values of {@link CertificateType} that the service accepts. */
|
2282
2629
|
export enum KnownCertificateType {
|
2630
|
+
/** LocalDirectory */
|
2283
2631
|
LocalDirectory = "LocalDirectory"
|
2284
2632
|
}
|
2285
2633
|
|
@@ -2294,10 +2642,15 @@ export type CertificateType = string;
|
|
2294
2642
|
|
2295
2643
|
/** Known values of {@link LogLevel} that the service accepts. */
|
2296
2644
|
export enum KnownLogLevel {
|
2645
|
+
/** Debug */
|
2297
2646
|
Debug = "Debug",
|
2647
|
+
/** Information */
|
2298
2648
|
Information = "Information",
|
2649
|
+
/** Warning */
|
2299
2650
|
Warning = "Warning",
|
2651
|
+
/** Error */
|
2300
2652
|
Error = "Error",
|
2653
|
+
/** None */
|
2301
2654
|
None = "None"
|
2302
2655
|
}
|
2303
2656
|
|
@@ -2316,7 +2669,9 @@ export type LogLevel = string;
|
|
2316
2669
|
|
2317
2670
|
/** Known values of {@link AuditLogStatus} that the service accepts. */
|
2318
2671
|
export enum KnownAuditLogStatus {
|
2672
|
+
/** Enabled */
|
2319
2673
|
Enabled = "Enabled",
|
2674
|
+
/** Disabled */
|
2320
2675
|
Disabled = "Disabled"
|
2321
2676
|
}
|
2322
2677
|
|
@@ -2330,51 +2685,48 @@ export enum KnownAuditLogStatus {
|
|
2330
2685
|
*/
|
2331
2686
|
export type AuditLogStatus = string;
|
2332
2687
|
|
2333
|
-
/** Known values of {@link
|
2334
|
-
export enum
|
2335
|
-
|
2336
|
-
|
2337
|
-
ManagedIdentity = "ManagedIdentity",
|
2338
|
-
Key = "Key"
|
2688
|
+
/** Known values of {@link CredentialName} that the service accepts. */
|
2689
|
+
export enum KnownCredentialName {
|
2690
|
+
/** Credential1 */
|
2691
|
+
Credential1 = "Credential1"
|
2339
2692
|
}
|
2340
2693
|
|
2341
2694
|
/**
|
2342
|
-
* Defines values for
|
2343
|
-
* {@link
|
2695
|
+
* Defines values for CredentialName. \
|
2696
|
+
* {@link KnownCredentialName} can be used interchangeably with CredentialName,
|
2344
2697
|
* this enum contains the known values that the service supports.
|
2345
2698
|
* ### Known values supported by the service
|
2346
|
-
* **
|
2347
|
-
* **Application** \
|
2348
|
-
* **ManagedIdentity** \
|
2349
|
-
* **Key**
|
2699
|
+
* **Credential1**
|
2350
2700
|
*/
|
2351
|
-
export type
|
2701
|
+
export type CredentialName = string;
|
2352
2702
|
|
2353
|
-
/** Known values of {@link
|
2354
|
-
export enum
|
2355
|
-
|
2356
|
-
|
2357
|
-
|
2358
|
-
|
2703
|
+
/** Known values of {@link CredentialHealthStatus} that the service accepts. */
|
2704
|
+
export enum KnownCredentialHealthStatus {
|
2705
|
+
/** Healthy */
|
2706
|
+
Healthy = "Healthy",
|
2707
|
+
/** Unhealthy */
|
2708
|
+
Unhealthy = "Unhealthy"
|
2359
2709
|
}
|
2360
2710
|
|
2361
2711
|
/**
|
2362
|
-
* Defines values for
|
2363
|
-
* {@link
|
2712
|
+
* Defines values for CredentialHealthStatus. \
|
2713
|
+
* {@link KnownCredentialHealthStatus} can be used interchangeably with CredentialHealthStatus,
|
2364
2714
|
* this enum contains the known values that the service supports.
|
2365
2715
|
* ### Known values supported by the service
|
2366
|
-
* **
|
2367
|
-
* **
|
2368
|
-
* **ManagedIdentity** \
|
2369
|
-
* **Key**
|
2716
|
+
* **Healthy** \
|
2717
|
+
* **Unhealthy**
|
2370
2718
|
*/
|
2371
|
-
export type
|
2719
|
+
export type CredentialHealthStatus = string;
|
2372
2720
|
|
2373
2721
|
/** Known values of {@link PipelineOptions} that the service accepts. */
|
2374
2722
|
export enum KnownPipelineOptions {
|
2723
|
+
/** OverwriteTags */
|
2375
2724
|
OverwriteTags = "OverwriteTags",
|
2725
|
+
/** OverwriteBlobs */
|
2376
2726
|
OverwriteBlobs = "OverwriteBlobs",
|
2727
|
+
/** DeleteSourceBlobOnSuccess */
|
2377
2728
|
DeleteSourceBlobOnSuccess = "DeleteSourceBlobOnSuccess",
|
2729
|
+
/** ContinueOnErrors */
|
2378
2730
|
ContinueOnErrors = "ContinueOnErrors"
|
2379
2731
|
}
|
2380
2732
|
|
@@ -2392,7 +2744,9 @@ export type PipelineOptions = string;
|
|
2392
2744
|
|
2393
2745
|
/** Known values of {@link ImportMode} that the service accepts. */
|
2394
2746
|
export enum KnownImportMode {
|
2747
|
+
/** NoForce */
|
2395
2748
|
NoForce = "NoForce",
|
2749
|
+
/** Force */
|
2396
2750
|
Force = "Force"
|
2397
2751
|
}
|
2398
2752
|
|
@@ -2408,6 +2762,7 @@ export type ImportMode = string;
|
|
2408
2762
|
|
2409
2763
|
/** Known values of {@link PipelineSourceType} that the service accepts. */
|
2410
2764
|
export enum KnownPipelineSourceType {
|
2765
|
+
/** AzureStorageBlobContainer */
|
2411
2766
|
AzureStorageBlobContainer = "AzureStorageBlobContainer"
|
2412
2767
|
}
|
2413
2768
|
|
@@ -2422,7 +2777,9 @@ export type PipelineSourceType = string;
|
|
2422
2777
|
|
2423
2778
|
/** Known values of {@link TriggerStatus} that the service accepts. */
|
2424
2779
|
export enum KnownTriggerStatus {
|
2780
|
+
/** Disabled */
|
2425
2781
|
Disabled = "Disabled",
|
2782
|
+
/** Enabled */
|
2426
2783
|
Enabled = "Enabled"
|
2427
2784
|
}
|
2428
2785
|
|
@@ -2438,6 +2795,7 @@ export type TriggerStatus = string;
|
|
2438
2795
|
|
2439
2796
|
/** Known values of {@link PipelineRunSourceType} that the service accepts. */
|
2440
2797
|
export enum KnownPipelineRunSourceType {
|
2798
|
+
/** AzureStorageBlob */
|
2441
2799
|
AzureStorageBlob = "AzureStorageBlob"
|
2442
2800
|
}
|
2443
2801
|
|
@@ -2452,6 +2810,7 @@ export type PipelineRunSourceType = string;
|
|
2452
2810
|
|
2453
2811
|
/** Known values of {@link PipelineRunTargetType} that the service accepts. */
|
2454
2812
|
export enum KnownPipelineRunTargetType {
|
2813
|
+
/** AzureStorageBlob */
|
2455
2814
|
AzureStorageBlob = "AzureStorageBlob"
|
2456
2815
|
}
|
2457
2816
|
|
@@ -2466,9 +2825,13 @@ export type PipelineRunTargetType = string;
|
|
2466
2825
|
|
2467
2826
|
/** Known values of {@link ConnectionStatus} that the service accepts. */
|
2468
2827
|
export enum KnownConnectionStatus {
|
2828
|
+
/** Approved */
|
2469
2829
|
Approved = "Approved",
|
2830
|
+
/** Pending */
|
2470
2831
|
Pending = "Pending",
|
2832
|
+
/** Rejected */
|
2471
2833
|
Rejected = "Rejected",
|
2834
|
+
/** Disconnected */
|
2472
2835
|
Disconnected = "Disconnected"
|
2473
2836
|
}
|
2474
2837
|
|
@@ -2486,7 +2849,9 @@ export type ConnectionStatus = string;
|
|
2486
2849
|
|
2487
2850
|
/** Known values of {@link ActionsRequired} that the service accepts. */
|
2488
2851
|
export enum KnownActionsRequired {
|
2852
|
+
/** None */
|
2489
2853
|
None = "None",
|
2854
|
+
/** Recreate */
|
2490
2855
|
Recreate = "Recreate"
|
2491
2856
|
}
|
2492
2857
|
|
@@ -2502,9 +2867,13 @@ export type ActionsRequired = string;
|
|
2502
2867
|
|
2503
2868
|
/** Known values of {@link SkuName} that the service accepts. */
|
2504
2869
|
export enum KnownSkuName {
|
2870
|
+
/** Classic */
|
2505
2871
|
Classic = "Classic",
|
2872
|
+
/** Basic */
|
2506
2873
|
Basic = "Basic",
|
2874
|
+
/** Standard */
|
2507
2875
|
Standard = "Standard",
|
2876
|
+
/** Premium */
|
2508
2877
|
Premium = "Premium"
|
2509
2878
|
}
|
2510
2879
|
|
@@ -2522,9 +2891,13 @@ export type SkuName = string;
|
|
2522
2891
|
|
2523
2892
|
/** Known values of {@link SkuTier} that the service accepts. */
|
2524
2893
|
export enum KnownSkuTier {
|
2894
|
+
/** Classic */
|
2525
2895
|
Classic = "Classic",
|
2896
|
+
/** Basic */
|
2526
2897
|
Basic = "Basic",
|
2898
|
+
/** Standard */
|
2527
2899
|
Standard = "Standard",
|
2900
|
+
/** Premium */
|
2528
2901
|
Premium = "Premium"
|
2529
2902
|
}
|
2530
2903
|
|
@@ -2542,7 +2915,9 @@ export type SkuTier = string;
|
|
2542
2915
|
|
2543
2916
|
/** Known values of {@link DefaultAction} that the service accepts. */
|
2544
2917
|
export enum KnownDefaultAction {
|
2918
|
+
/** Allow */
|
2545
2919
|
Allow = "Allow",
|
2920
|
+
/** Deny */
|
2546
2921
|
Deny = "Deny"
|
2547
2922
|
}
|
2548
2923
|
|
@@ -2558,6 +2933,7 @@ export type DefaultAction = string;
|
|
2558
2933
|
|
2559
2934
|
/** Known values of {@link Action} that the service accepts. */
|
2560
2935
|
export enum KnownAction {
|
2936
|
+
/** Allow */
|
2561
2937
|
Allow = "Allow"
|
2562
2938
|
}
|
2563
2939
|
|
@@ -2572,7 +2948,9 @@ export type Action = string;
|
|
2572
2948
|
|
2573
2949
|
/** Known values of {@link PolicyStatus} that the service accepts. */
|
2574
2950
|
export enum KnownPolicyStatus {
|
2951
|
+
/** Enabled */
|
2575
2952
|
Enabled = "enabled",
|
2953
|
+
/** Disabled */
|
2576
2954
|
Disabled = "disabled"
|
2577
2955
|
}
|
2578
2956
|
|
@@ -2588,6 +2966,7 @@ export type PolicyStatus = string;
|
|
2588
2966
|
|
2589
2967
|
/** Known values of {@link TrustPolicyType} that the service accepts. */
|
2590
2968
|
export enum KnownTrustPolicyType {
|
2969
|
+
/** Notary */
|
2591
2970
|
Notary = "Notary"
|
2592
2971
|
}
|
2593
2972
|
|
@@ -2602,7 +2981,9 @@ export type TrustPolicyType = string;
|
|
2602
2981
|
|
2603
2982
|
/** Known values of {@link ExportPolicyStatus} that the service accepts. */
|
2604
2983
|
export enum KnownExportPolicyStatus {
|
2984
|
+
/** Enabled */
|
2605
2985
|
Enabled = "enabled",
|
2986
|
+
/** Disabled */
|
2606
2987
|
Disabled = "disabled"
|
2607
2988
|
}
|
2608
2989
|
|
@@ -2618,7 +2999,9 @@ export type ExportPolicyStatus = string;
|
|
2618
2999
|
|
2619
3000
|
/** Known values of {@link AzureADAuthenticationAsArmPolicyStatus} that the service accepts. */
|
2620
3001
|
export enum KnownAzureADAuthenticationAsArmPolicyStatus {
|
3002
|
+
/** Enabled */
|
2621
3003
|
Enabled = "enabled",
|
3004
|
+
/** Disabled */
|
2622
3005
|
Disabled = "disabled"
|
2623
3006
|
}
|
2624
3007
|
|
@@ -2634,7 +3017,9 @@ export type AzureADAuthenticationAsArmPolicyStatus = string;
|
|
2634
3017
|
|
2635
3018
|
/** Known values of {@link EncryptionStatus} that the service accepts. */
|
2636
3019
|
export enum KnownEncryptionStatus {
|
3020
|
+
/** Enabled */
|
2637
3021
|
Enabled = "enabled",
|
3022
|
+
/** Disabled */
|
2638
3023
|
Disabled = "disabled"
|
2639
3024
|
}
|
2640
3025
|
|
@@ -2650,7 +3035,9 @@ export type EncryptionStatus = string;
|
|
2650
3035
|
|
2651
3036
|
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
2652
3037
|
export enum KnownPublicNetworkAccess {
|
3038
|
+
/** Enabled */
|
2653
3039
|
Enabled = "Enabled",
|
3040
|
+
/** Disabled */
|
2654
3041
|
Disabled = "Disabled"
|
2655
3042
|
}
|
2656
3043
|
|
@@ -2666,7 +3053,9 @@ export type PublicNetworkAccess = string;
|
|
2666
3053
|
|
2667
3054
|
/** Known values of {@link NetworkRuleBypassOptions} that the service accepts. */
|
2668
3055
|
export enum KnownNetworkRuleBypassOptions {
|
3056
|
+
/** AzureServices */
|
2669
3057
|
AzureServices = "AzureServices",
|
3058
|
+
/** None */
|
2670
3059
|
None = "None"
|
2671
3060
|
}
|
2672
3061
|
|
@@ -2682,7 +3071,9 @@ export type NetworkRuleBypassOptions = string;
|
|
2682
3071
|
|
2683
3072
|
/** Known values of {@link ZoneRedundancy} that the service accepts. */
|
2684
3073
|
export enum KnownZoneRedundancy {
|
3074
|
+
/** Enabled */
|
2685
3075
|
Enabled = "Enabled",
|
3076
|
+
/** Disabled */
|
2686
3077
|
Disabled = "Disabled"
|
2687
3078
|
}
|
2688
3079
|
|
@@ -2698,7 +3089,9 @@ export type ZoneRedundancy = string;
|
|
2698
3089
|
|
2699
3090
|
/** Known values of {@link RegistryUsageUnit} that the service accepts. */
|
2700
3091
|
export enum KnownRegistryUsageUnit {
|
3092
|
+
/** Count */
|
2701
3093
|
Count = "Count",
|
3094
|
+
/** Bytes */
|
2702
3095
|
Bytes = "Bytes"
|
2703
3096
|
}
|
2704
3097
|
|
@@ -2714,7 +3107,9 @@ export type RegistryUsageUnit = string;
|
|
2714
3107
|
|
2715
3108
|
/** Known values of {@link TokenCertificateName} that the service accepts. */
|
2716
3109
|
export enum KnownTokenCertificateName {
|
3110
|
+
/** Certificate1 */
|
2717
3111
|
Certificate1 = "certificate1",
|
3112
|
+
/** Certificate2 */
|
2718
3113
|
Certificate2 = "certificate2"
|
2719
3114
|
}
|
2720
3115
|
|
@@ -2730,7 +3125,9 @@ export type TokenCertificateName = string;
|
|
2730
3125
|
|
2731
3126
|
/** Known values of {@link TokenPasswordName} that the service accepts. */
|
2732
3127
|
export enum KnownTokenPasswordName {
|
3128
|
+
/** Password1 */
|
2733
3129
|
Password1 = "password1",
|
3130
|
+
/** Password2 */
|
2734
3131
|
Password2 = "password2"
|
2735
3132
|
}
|
2736
3133
|
|
@@ -2746,7 +3143,9 @@ export type TokenPasswordName = string;
|
|
2746
3143
|
|
2747
3144
|
/** Known values of {@link TokenStatus} that the service accepts. */
|
2748
3145
|
export enum KnownTokenStatus {
|
3146
|
+
/** Enabled */
|
2749
3147
|
Enabled = "enabled",
|
3148
|
+
/** Disabled */
|
2750
3149
|
Disabled = "disabled"
|
2751
3150
|
}
|
2752
3151
|
|
@@ -2762,7 +3161,9 @@ export type TokenStatus = string;
|
|
2762
3161
|
|
2763
3162
|
/** Known values of {@link WebhookStatus} that the service accepts. */
|
2764
3163
|
export enum KnownWebhookStatus {
|
3164
|
+
/** Enabled */
|
2765
3165
|
Enabled = "enabled",
|
3166
|
+
/** Disabled */
|
2766
3167
|
Disabled = "disabled"
|
2767
3168
|
}
|
2768
3169
|
|
@@ -2778,10 +3179,15 @@ export type WebhookStatus = string;
|
|
2778
3179
|
|
2779
3180
|
/** Known values of {@link WebhookAction} that the service accepts. */
|
2780
3181
|
export enum KnownWebhookAction {
|
3182
|
+
/** Push */
|
2781
3183
|
Push = "push",
|
3184
|
+
/** Delete */
|
2782
3185
|
Delete = "delete",
|
3186
|
+
/** Quarantine */
|
2783
3187
|
Quarantine = "quarantine",
|
3188
|
+
/** ChartPush */
|
2784
3189
|
ChartPush = "chart_push",
|
3190
|
+
/** ChartDelete */
|
2785
3191
|
ChartDelete = "chart_delete"
|
2786
3192
|
}
|
2787
3193
|
|
@@ -2800,7 +3206,9 @@ export type WebhookAction = string;
|
|
2800
3206
|
|
2801
3207
|
/** Known values of {@link OS} that the service accepts. */
|
2802
3208
|
export enum KnownOS {
|
3209
|
+
/** Windows */
|
2803
3210
|
Windows = "Windows",
|
3211
|
+
/** Linux */
|
2804
3212
|
Linux = "Linux"
|
2805
3213
|
}
|
2806
3214
|
|
@@ -2816,13 +3224,21 @@ export type OS = string;
|
|
2816
3224
|
|
2817
3225
|
/** Known values of {@link RunStatus} that the service accepts. */
|
2818
3226
|
export enum KnownRunStatus {
|
3227
|
+
/** Queued */
|
2819
3228
|
Queued = "Queued",
|
3229
|
+
/** Started */
|
2820
3230
|
Started = "Started",
|
3231
|
+
/** Running */
|
2821
3232
|
Running = "Running",
|
3233
|
+
/** Succeeded */
|
2822
3234
|
Succeeded = "Succeeded",
|
3235
|
+
/** Failed */
|
2823
3236
|
Failed = "Failed",
|
3237
|
+
/** Canceled */
|
2824
3238
|
Canceled = "Canceled",
|
3239
|
+
/** Error */
|
2825
3240
|
Error = "Error",
|
3241
|
+
/** Timeout */
|
2826
3242
|
Timeout = "Timeout"
|
2827
3243
|
}
|
2828
3244
|
|
@@ -2844,9 +3260,13 @@ export type RunStatus = string;
|
|
2844
3260
|
|
2845
3261
|
/** Known values of {@link RunType} that the service accepts. */
|
2846
3262
|
export enum KnownRunType {
|
3263
|
+
/** QuickBuild */
|
2847
3264
|
QuickBuild = "QuickBuild",
|
3265
|
+
/** QuickRun */
|
2848
3266
|
QuickRun = "QuickRun",
|
3267
|
+
/** AutoBuild */
|
2849
3268
|
AutoBuild = "AutoBuild",
|
3269
|
+
/** AutoRun */
|
2850
3270
|
AutoRun = "AutoRun"
|
2851
3271
|
}
|
2852
3272
|
|
@@ -2864,10 +3284,15 @@ export type RunType = string;
|
|
2864
3284
|
|
2865
3285
|
/** Known values of {@link Architecture} that the service accepts. */
|
2866
3286
|
export enum KnownArchitecture {
|
3287
|
+
/** Amd64 */
|
2867
3288
|
Amd64 = "amd64",
|
3289
|
+
/** X86 */
|
2868
3290
|
X86 = "x86",
|
3291
|
+
/** ThreeHundredEightySix */
|
2869
3292
|
ThreeHundredEightySix = "386",
|
3293
|
+
/** Arm */
|
2870
3294
|
Arm = "arm",
|
3295
|
+
/** Arm64 */
|
2871
3296
|
Arm64 = "arm64"
|
2872
3297
|
}
|
2873
3298
|
|
@@ -2886,8 +3311,11 @@ export type Architecture = string;
|
|
2886
3311
|
|
2887
3312
|
/** Known values of {@link Variant} that the service accepts. */
|
2888
3313
|
export enum KnownVariant {
|
3314
|
+
/** V6 */
|
2889
3315
|
V6 = "v6",
|
3316
|
+
/** V7 */
|
2890
3317
|
V7 = "v7",
|
3318
|
+
/** V8 */
|
2891
3319
|
V8 = "v8"
|
2892
3320
|
}
|
2893
3321
|
|
@@ -2904,7 +3332,9 @@ export type Variant = string;
|
|
2904
3332
|
|
2905
3333
|
/** Known values of {@link TaskStatus} that the service accepts. */
|
2906
3334
|
export enum KnownTaskStatus {
|
3335
|
+
/** Disabled */
|
2907
3336
|
Disabled = "Disabled",
|
3337
|
+
/** Enabled */
|
2908
3338
|
Enabled = "Enabled"
|
2909
3339
|
}
|
2910
3340
|
|
@@ -2920,8 +3350,11 @@ export type TaskStatus = string;
|
|
2920
3350
|
|
2921
3351
|
/** Known values of {@link StepType} that the service accepts. */
|
2922
3352
|
export enum KnownStepType {
|
3353
|
+
/** Docker */
|
2923
3354
|
Docker = "Docker",
|
3355
|
+
/** FileTask */
|
2924
3356
|
FileTask = "FileTask",
|
3357
|
+
/** EncodedTask */
|
2925
3358
|
EncodedTask = "EncodedTask"
|
2926
3359
|
}
|
2927
3360
|
|
@@ -2938,7 +3371,9 @@ export type StepType = string;
|
|
2938
3371
|
|
2939
3372
|
/** Known values of {@link BaseImageDependencyType} that the service accepts. */
|
2940
3373
|
export enum KnownBaseImageDependencyType {
|
3374
|
+
/** BuildTime */
|
2941
3375
|
BuildTime = "BuildTime",
|
3376
|
+
/** RunTime */
|
2942
3377
|
RunTime = "RunTime"
|
2943
3378
|
}
|
2944
3379
|
|
@@ -2954,7 +3389,9 @@ export type BaseImageDependencyType = string;
|
|
2954
3389
|
|
2955
3390
|
/** Known values of {@link SourceControlType} that the service accepts. */
|
2956
3391
|
export enum KnownSourceControlType {
|
3392
|
+
/** Github */
|
2957
3393
|
Github = "Github",
|
3394
|
+
/** VisualStudioTeamService */
|
2958
3395
|
VisualStudioTeamService = "VisualStudioTeamService"
|
2959
3396
|
}
|
2960
3397
|
|
@@ -2970,7 +3407,9 @@ export type SourceControlType = string;
|
|
2970
3407
|
|
2971
3408
|
/** Known values of {@link TokenType} that the service accepts. */
|
2972
3409
|
export enum KnownTokenType {
|
3410
|
+
/** PAT */
|
2973
3411
|
PAT = "PAT",
|
3412
|
+
/** OAuth */
|
2974
3413
|
OAuth = "OAuth"
|
2975
3414
|
}
|
2976
3415
|
|
@@ -2986,7 +3425,9 @@ export type TokenType = string;
|
|
2986
3425
|
|
2987
3426
|
/** Known values of {@link SourceTriggerEvent} that the service accepts. */
|
2988
3427
|
export enum KnownSourceTriggerEvent {
|
3428
|
+
/** Commit */
|
2989
3429
|
Commit = "commit",
|
3430
|
+
/** Pullrequest */
|
2990
3431
|
Pullrequest = "pullrequest"
|
2991
3432
|
}
|
2992
3433
|
|
@@ -3002,7 +3443,9 @@ export type SourceTriggerEvent = string;
|
|
3002
3443
|
|
3003
3444
|
/** Known values of {@link BaseImageTriggerType} that the service accepts. */
|
3004
3445
|
export enum KnownBaseImageTriggerType {
|
3446
|
+
/** All */
|
3005
3447
|
All = "All",
|
3448
|
+
/** Runtime */
|
3006
3449
|
Runtime = "Runtime"
|
3007
3450
|
}
|
3008
3451
|
|
@@ -3018,7 +3461,9 @@ export type BaseImageTriggerType = string;
|
|
3018
3461
|
|
3019
3462
|
/** Known values of {@link UpdateTriggerPayloadType} that the service accepts. */
|
3020
3463
|
export enum KnownUpdateTriggerPayloadType {
|
3464
|
+
/** Default */
|
3021
3465
|
Default = "Default",
|
3466
|
+
/** Token */
|
3022
3467
|
Token = "Token"
|
3023
3468
|
}
|
3024
3469
|
|
@@ -3034,7 +3479,9 @@ export type UpdateTriggerPayloadType = string;
|
|
3034
3479
|
|
3035
3480
|
/** Known values of {@link SourceRegistryLoginMode} that the service accepts. */
|
3036
3481
|
export enum KnownSourceRegistryLoginMode {
|
3482
|
+
/** None */
|
3037
3483
|
None = "None",
|
3484
|
+
/** Default */
|
3038
3485
|
Default = "Default"
|
3039
3486
|
}
|
3040
3487
|
|
@@ -3050,7 +3497,9 @@ export type SourceRegistryLoginMode = string;
|
|
3050
3497
|
|
3051
3498
|
/** Known values of {@link SecretObjectType} that the service accepts. */
|
3052
3499
|
export enum KnownSecretObjectType {
|
3500
|
+
/** Opaque */
|
3053
3501
|
Opaque = "Opaque",
|
3502
|
+
/** Vaultsecret */
|
3054
3503
|
Vaultsecret = "Vaultsecret"
|
3055
3504
|
}
|
3056
3505
|
|
@@ -3072,6 +3521,60 @@ export type ResourceIdentityType =
|
|
3072
3521
|
/** Defines values for PasswordName. */
|
3073
3522
|
export type PasswordName = "password" | "password2";
|
3074
3523
|
|
3524
|
+
/** Optional parameters. */
|
3525
|
+
export interface CacheRulesListOptionalParams
|
3526
|
+
extends coreClient.OperationOptions {}
|
3527
|
+
|
3528
|
+
/** Contains response data for the list operation. */
|
3529
|
+
export type CacheRulesListResponse = CacheRulesListResult;
|
3530
|
+
|
3531
|
+
/** Optional parameters. */
|
3532
|
+
export interface CacheRulesGetOptionalParams
|
3533
|
+
extends coreClient.OperationOptions {}
|
3534
|
+
|
3535
|
+
/** Contains response data for the get operation. */
|
3536
|
+
export type CacheRulesGetResponse = CacheRule;
|
3537
|
+
|
3538
|
+
/** Optional parameters. */
|
3539
|
+
export interface CacheRulesCreateOptionalParams
|
3540
|
+
extends coreClient.OperationOptions {
|
3541
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3542
|
+
updateIntervalInMs?: number;
|
3543
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3544
|
+
resumeFrom?: string;
|
3545
|
+
}
|
3546
|
+
|
3547
|
+
/** Contains response data for the create operation. */
|
3548
|
+
export type CacheRulesCreateResponse = CacheRule;
|
3549
|
+
|
3550
|
+
/** Optional parameters. */
|
3551
|
+
export interface CacheRulesDeleteOptionalParams
|
3552
|
+
extends coreClient.OperationOptions {
|
3553
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3554
|
+
updateIntervalInMs?: number;
|
3555
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3556
|
+
resumeFrom?: string;
|
3557
|
+
}
|
3558
|
+
|
3559
|
+
/** Optional parameters. */
|
3560
|
+
export interface CacheRulesUpdateOptionalParams
|
3561
|
+
extends coreClient.OperationOptions {
|
3562
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3563
|
+
updateIntervalInMs?: number;
|
3564
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3565
|
+
resumeFrom?: string;
|
3566
|
+
}
|
3567
|
+
|
3568
|
+
/** Contains response data for the update operation. */
|
3569
|
+
export type CacheRulesUpdateResponse = CacheRule;
|
3570
|
+
|
3571
|
+
/** Optional parameters. */
|
3572
|
+
export interface CacheRulesListNextOptionalParams
|
3573
|
+
extends coreClient.OperationOptions {}
|
3574
|
+
|
3575
|
+
/** Contains response data for the listNext operation. */
|
3576
|
+
export type CacheRulesListNextResponse = CacheRulesListResult;
|
3577
|
+
|
3075
3578
|
/** Optional parameters. */
|
3076
3579
|
export interface ConnectedRegistriesListOptionalParams
|
3077
3580
|
extends coreClient.OperationOptions {
|
@@ -3133,13 +3636,64 @@ export interface ConnectedRegistriesDeactivateOptionalParams
|
|
3133
3636
|
|
3134
3637
|
/** Optional parameters. */
|
3135
3638
|
export interface ConnectedRegistriesListNextOptionalParams
|
3639
|
+
extends coreClient.OperationOptions {}
|
3640
|
+
|
3641
|
+
/** Contains response data for the listNext operation. */
|
3642
|
+
export type ConnectedRegistriesListNextResponse = ConnectedRegistryListResult;
|
3643
|
+
|
3644
|
+
/** Optional parameters. */
|
3645
|
+
export interface CredentialSetsListOptionalParams
|
3646
|
+
extends coreClient.OperationOptions {}
|
3647
|
+
|
3648
|
+
/** Contains response data for the list operation. */
|
3649
|
+
export type CredentialSetsListResponse = CredentialSetListResult;
|
3650
|
+
|
3651
|
+
/** Optional parameters. */
|
3652
|
+
export interface CredentialSetsGetOptionalParams
|
3653
|
+
extends coreClient.OperationOptions {}
|
3654
|
+
|
3655
|
+
/** Contains response data for the get operation. */
|
3656
|
+
export type CredentialSetsGetResponse = CredentialSet;
|
3657
|
+
|
3658
|
+
/** Optional parameters. */
|
3659
|
+
export interface CredentialSetsCreateOptionalParams
|
3136
3660
|
extends coreClient.OperationOptions {
|
3137
|
-
/**
|
3138
|
-
|
3661
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3662
|
+
updateIntervalInMs?: number;
|
3663
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3664
|
+
resumeFrom?: string;
|
3665
|
+
}
|
3666
|
+
|
3667
|
+
/** Contains response data for the create operation. */
|
3668
|
+
export type CredentialSetsCreateResponse = CredentialSet;
|
3669
|
+
|
3670
|
+
/** Optional parameters. */
|
3671
|
+
export interface CredentialSetsDeleteOptionalParams
|
3672
|
+
extends coreClient.OperationOptions {
|
3673
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3674
|
+
updateIntervalInMs?: number;
|
3675
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3676
|
+
resumeFrom?: string;
|
3139
3677
|
}
|
3140
3678
|
|
3679
|
+
/** Optional parameters. */
|
3680
|
+
export interface CredentialSetsUpdateOptionalParams
|
3681
|
+
extends coreClient.OperationOptions {
|
3682
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3683
|
+
updateIntervalInMs?: number;
|
3684
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3685
|
+
resumeFrom?: string;
|
3686
|
+
}
|
3687
|
+
|
3688
|
+
/** Contains response data for the update operation. */
|
3689
|
+
export type CredentialSetsUpdateResponse = CredentialSet;
|
3690
|
+
|
3691
|
+
/** Optional parameters. */
|
3692
|
+
export interface CredentialSetsListNextOptionalParams
|
3693
|
+
extends coreClient.OperationOptions {}
|
3694
|
+
|
3141
3695
|
/** Contains response data for the listNext operation. */
|
3142
|
-
export type
|
3696
|
+
export type CredentialSetsListNextResponse = CredentialSetListResult;
|
3143
3697
|
|
3144
3698
|
/** Optional parameters. */
|
3145
3699
|
export interface ExportPipelinesListOptionalParams
|
@@ -3828,12 +4382,7 @@ export interface RunsCancelOptionalParams extends coreClient.OperationOptions {
|
|
3828
4382
|
|
3829
4383
|
/** Optional parameters. */
|
3830
4384
|
export interface RunsListNextOptionalParams
|
3831
|
-
extends coreClient.OperationOptions {
|
3832
|
-
/** 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. */
|
3833
|
-
filter?: string;
|
3834
|
-
/** $top is supported for get list of runs, which limits the maximum number of runs to return. */
|
3835
|
-
top?: number;
|
3836
|
-
}
|
4385
|
+
extends coreClient.OperationOptions {}
|
3837
4386
|
|
3838
4387
|
/** Contains response data for the listNext operation. */
|
3839
4388
|
export type RunsListNextResponse = RunListResult;
|