@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
@@ -8,340 +8,489 @@
|
|
8
8
|
/** Known values of {@link ProvisioningState} that the service accepts. */
|
9
9
|
export var KnownProvisioningState;
|
10
10
|
(function (KnownProvisioningState) {
|
11
|
+
/** Creating */
|
11
12
|
KnownProvisioningState["Creating"] = "Creating";
|
13
|
+
/** Updating */
|
12
14
|
KnownProvisioningState["Updating"] = "Updating";
|
15
|
+
/** Deleting */
|
13
16
|
KnownProvisioningState["Deleting"] = "Deleting";
|
17
|
+
/** Succeeded */
|
14
18
|
KnownProvisioningState["Succeeded"] = "Succeeded";
|
19
|
+
/** Failed */
|
15
20
|
KnownProvisioningState["Failed"] = "Failed";
|
21
|
+
/** Canceled */
|
16
22
|
KnownProvisioningState["Canceled"] = "Canceled";
|
17
23
|
})(KnownProvisioningState || (KnownProvisioningState = {}));
|
24
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
25
|
+
export var KnownCreatedByType;
|
26
|
+
(function (KnownCreatedByType) {
|
27
|
+
/** User */
|
28
|
+
KnownCreatedByType["User"] = "User";
|
29
|
+
/** Application */
|
30
|
+
KnownCreatedByType["Application"] = "Application";
|
31
|
+
/** ManagedIdentity */
|
32
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
33
|
+
/** Key */
|
34
|
+
KnownCreatedByType["Key"] = "Key";
|
35
|
+
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
36
|
+
/** Known values of {@link LastModifiedByType} that the service accepts. */
|
37
|
+
export var KnownLastModifiedByType;
|
38
|
+
(function (KnownLastModifiedByType) {
|
39
|
+
/** User */
|
40
|
+
KnownLastModifiedByType["User"] = "User";
|
41
|
+
/** Application */
|
42
|
+
KnownLastModifiedByType["Application"] = "Application";
|
43
|
+
/** ManagedIdentity */
|
44
|
+
KnownLastModifiedByType["ManagedIdentity"] = "ManagedIdentity";
|
45
|
+
/** Key */
|
46
|
+
KnownLastModifiedByType["Key"] = "Key";
|
47
|
+
})(KnownLastModifiedByType || (KnownLastModifiedByType = {}));
|
18
48
|
/** Known values of {@link ConnectedRegistryMode} that the service accepts. */
|
19
49
|
export var KnownConnectedRegistryMode;
|
20
50
|
(function (KnownConnectedRegistryMode) {
|
51
|
+
/** ReadWrite */
|
21
52
|
KnownConnectedRegistryMode["ReadWrite"] = "ReadWrite";
|
53
|
+
/** ReadOnly */
|
22
54
|
KnownConnectedRegistryMode["ReadOnly"] = "ReadOnly";
|
55
|
+
/** Registry */
|
23
56
|
KnownConnectedRegistryMode["Registry"] = "Registry";
|
57
|
+
/** Mirror */
|
24
58
|
KnownConnectedRegistryMode["Mirror"] = "Mirror";
|
25
59
|
})(KnownConnectedRegistryMode || (KnownConnectedRegistryMode = {}));
|
26
60
|
/** Known values of {@link ConnectionState} that the service accepts. */
|
27
61
|
export var KnownConnectionState;
|
28
62
|
(function (KnownConnectionState) {
|
63
|
+
/** Online */
|
29
64
|
KnownConnectionState["Online"] = "Online";
|
65
|
+
/** Offline */
|
30
66
|
KnownConnectionState["Offline"] = "Offline";
|
67
|
+
/** Syncing */
|
31
68
|
KnownConnectionState["Syncing"] = "Syncing";
|
69
|
+
/** Unhealthy */
|
32
70
|
KnownConnectionState["Unhealthy"] = "Unhealthy";
|
33
71
|
})(KnownConnectionState || (KnownConnectionState = {}));
|
34
72
|
/** Known values of {@link ActivationStatus} that the service accepts. */
|
35
73
|
export var KnownActivationStatus;
|
36
74
|
(function (KnownActivationStatus) {
|
75
|
+
/** Active */
|
37
76
|
KnownActivationStatus["Active"] = "Active";
|
77
|
+
/** Inactive */
|
38
78
|
KnownActivationStatus["Inactive"] = "Inactive";
|
39
79
|
})(KnownActivationStatus || (KnownActivationStatus = {}));
|
40
80
|
/** Known values of {@link TlsStatus} that the service accepts. */
|
41
81
|
export var KnownTlsStatus;
|
42
82
|
(function (KnownTlsStatus) {
|
83
|
+
/** Enabled */
|
43
84
|
KnownTlsStatus["Enabled"] = "Enabled";
|
85
|
+
/** Disabled */
|
44
86
|
KnownTlsStatus["Disabled"] = "Disabled";
|
45
87
|
})(KnownTlsStatus || (KnownTlsStatus = {}));
|
46
88
|
/** Known values of {@link CertificateType} that the service accepts. */
|
47
89
|
export var KnownCertificateType;
|
48
90
|
(function (KnownCertificateType) {
|
91
|
+
/** LocalDirectory */
|
49
92
|
KnownCertificateType["LocalDirectory"] = "LocalDirectory";
|
50
93
|
})(KnownCertificateType || (KnownCertificateType = {}));
|
51
94
|
/** Known values of {@link LogLevel} that the service accepts. */
|
52
95
|
export var KnownLogLevel;
|
53
96
|
(function (KnownLogLevel) {
|
97
|
+
/** Debug */
|
54
98
|
KnownLogLevel["Debug"] = "Debug";
|
99
|
+
/** Information */
|
55
100
|
KnownLogLevel["Information"] = "Information";
|
101
|
+
/** Warning */
|
56
102
|
KnownLogLevel["Warning"] = "Warning";
|
103
|
+
/** Error */
|
57
104
|
KnownLogLevel["Error"] = "Error";
|
105
|
+
/** None */
|
58
106
|
KnownLogLevel["None"] = "None";
|
59
107
|
})(KnownLogLevel || (KnownLogLevel = {}));
|
60
108
|
/** Known values of {@link AuditLogStatus} that the service accepts. */
|
61
109
|
export var KnownAuditLogStatus;
|
62
110
|
(function (KnownAuditLogStatus) {
|
111
|
+
/** Enabled */
|
63
112
|
KnownAuditLogStatus["Enabled"] = "Enabled";
|
113
|
+
/** Disabled */
|
64
114
|
KnownAuditLogStatus["Disabled"] = "Disabled";
|
65
115
|
})(KnownAuditLogStatus || (KnownAuditLogStatus = {}));
|
66
|
-
/** Known values of {@link
|
67
|
-
export var
|
68
|
-
(function (
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
KnownLastModifiedByType["Key"] = "Key";
|
81
|
-
})(KnownLastModifiedByType || (KnownLastModifiedByType = {}));
|
116
|
+
/** Known values of {@link CredentialName} that the service accepts. */
|
117
|
+
export var KnownCredentialName;
|
118
|
+
(function (KnownCredentialName) {
|
119
|
+
/** Credential1 */
|
120
|
+
KnownCredentialName["Credential1"] = "Credential1";
|
121
|
+
})(KnownCredentialName || (KnownCredentialName = {}));
|
122
|
+
/** Known values of {@link CredentialHealthStatus} that the service accepts. */
|
123
|
+
export var KnownCredentialHealthStatus;
|
124
|
+
(function (KnownCredentialHealthStatus) {
|
125
|
+
/** Healthy */
|
126
|
+
KnownCredentialHealthStatus["Healthy"] = "Healthy";
|
127
|
+
/** Unhealthy */
|
128
|
+
KnownCredentialHealthStatus["Unhealthy"] = "Unhealthy";
|
129
|
+
})(KnownCredentialHealthStatus || (KnownCredentialHealthStatus = {}));
|
82
130
|
/** Known values of {@link PipelineOptions} that the service accepts. */
|
83
131
|
export var KnownPipelineOptions;
|
84
132
|
(function (KnownPipelineOptions) {
|
133
|
+
/** OverwriteTags */
|
85
134
|
KnownPipelineOptions["OverwriteTags"] = "OverwriteTags";
|
135
|
+
/** OverwriteBlobs */
|
86
136
|
KnownPipelineOptions["OverwriteBlobs"] = "OverwriteBlobs";
|
137
|
+
/** DeleteSourceBlobOnSuccess */
|
87
138
|
KnownPipelineOptions["DeleteSourceBlobOnSuccess"] = "DeleteSourceBlobOnSuccess";
|
139
|
+
/** ContinueOnErrors */
|
88
140
|
KnownPipelineOptions["ContinueOnErrors"] = "ContinueOnErrors";
|
89
141
|
})(KnownPipelineOptions || (KnownPipelineOptions = {}));
|
90
142
|
/** Known values of {@link ImportMode} that the service accepts. */
|
91
143
|
export var KnownImportMode;
|
92
144
|
(function (KnownImportMode) {
|
145
|
+
/** NoForce */
|
93
146
|
KnownImportMode["NoForce"] = "NoForce";
|
147
|
+
/** Force */
|
94
148
|
KnownImportMode["Force"] = "Force";
|
95
149
|
})(KnownImportMode || (KnownImportMode = {}));
|
96
150
|
/** Known values of {@link PipelineSourceType} that the service accepts. */
|
97
151
|
export var KnownPipelineSourceType;
|
98
152
|
(function (KnownPipelineSourceType) {
|
153
|
+
/** AzureStorageBlobContainer */
|
99
154
|
KnownPipelineSourceType["AzureStorageBlobContainer"] = "AzureStorageBlobContainer";
|
100
155
|
})(KnownPipelineSourceType || (KnownPipelineSourceType = {}));
|
101
156
|
/** Known values of {@link TriggerStatus} that the service accepts. */
|
102
157
|
export var KnownTriggerStatus;
|
103
158
|
(function (KnownTriggerStatus) {
|
159
|
+
/** Disabled */
|
104
160
|
KnownTriggerStatus["Disabled"] = "Disabled";
|
161
|
+
/** Enabled */
|
105
162
|
KnownTriggerStatus["Enabled"] = "Enabled";
|
106
163
|
})(KnownTriggerStatus || (KnownTriggerStatus = {}));
|
107
164
|
/** Known values of {@link PipelineRunSourceType} that the service accepts. */
|
108
165
|
export var KnownPipelineRunSourceType;
|
109
166
|
(function (KnownPipelineRunSourceType) {
|
167
|
+
/** AzureStorageBlob */
|
110
168
|
KnownPipelineRunSourceType["AzureStorageBlob"] = "AzureStorageBlob";
|
111
169
|
})(KnownPipelineRunSourceType || (KnownPipelineRunSourceType = {}));
|
112
170
|
/** Known values of {@link PipelineRunTargetType} that the service accepts. */
|
113
171
|
export var KnownPipelineRunTargetType;
|
114
172
|
(function (KnownPipelineRunTargetType) {
|
173
|
+
/** AzureStorageBlob */
|
115
174
|
KnownPipelineRunTargetType["AzureStorageBlob"] = "AzureStorageBlob";
|
116
175
|
})(KnownPipelineRunTargetType || (KnownPipelineRunTargetType = {}));
|
117
176
|
/** Known values of {@link ConnectionStatus} that the service accepts. */
|
118
177
|
export var KnownConnectionStatus;
|
119
178
|
(function (KnownConnectionStatus) {
|
179
|
+
/** Approved */
|
120
180
|
KnownConnectionStatus["Approved"] = "Approved";
|
181
|
+
/** Pending */
|
121
182
|
KnownConnectionStatus["Pending"] = "Pending";
|
183
|
+
/** Rejected */
|
122
184
|
KnownConnectionStatus["Rejected"] = "Rejected";
|
185
|
+
/** Disconnected */
|
123
186
|
KnownConnectionStatus["Disconnected"] = "Disconnected";
|
124
187
|
})(KnownConnectionStatus || (KnownConnectionStatus = {}));
|
125
188
|
/** Known values of {@link ActionsRequired} that the service accepts. */
|
126
189
|
export var KnownActionsRequired;
|
127
190
|
(function (KnownActionsRequired) {
|
191
|
+
/** None */
|
128
192
|
KnownActionsRequired["None"] = "None";
|
193
|
+
/** Recreate */
|
129
194
|
KnownActionsRequired["Recreate"] = "Recreate";
|
130
195
|
})(KnownActionsRequired || (KnownActionsRequired = {}));
|
131
196
|
/** Known values of {@link SkuName} that the service accepts. */
|
132
197
|
export var KnownSkuName;
|
133
198
|
(function (KnownSkuName) {
|
199
|
+
/** Classic */
|
134
200
|
KnownSkuName["Classic"] = "Classic";
|
201
|
+
/** Basic */
|
135
202
|
KnownSkuName["Basic"] = "Basic";
|
203
|
+
/** Standard */
|
136
204
|
KnownSkuName["Standard"] = "Standard";
|
205
|
+
/** Premium */
|
137
206
|
KnownSkuName["Premium"] = "Premium";
|
138
207
|
})(KnownSkuName || (KnownSkuName = {}));
|
139
208
|
/** Known values of {@link SkuTier} that the service accepts. */
|
140
209
|
export var KnownSkuTier;
|
141
210
|
(function (KnownSkuTier) {
|
211
|
+
/** Classic */
|
142
212
|
KnownSkuTier["Classic"] = "Classic";
|
213
|
+
/** Basic */
|
143
214
|
KnownSkuTier["Basic"] = "Basic";
|
215
|
+
/** Standard */
|
144
216
|
KnownSkuTier["Standard"] = "Standard";
|
217
|
+
/** Premium */
|
145
218
|
KnownSkuTier["Premium"] = "Premium";
|
146
219
|
})(KnownSkuTier || (KnownSkuTier = {}));
|
147
220
|
/** Known values of {@link DefaultAction} that the service accepts. */
|
148
221
|
export var KnownDefaultAction;
|
149
222
|
(function (KnownDefaultAction) {
|
223
|
+
/** Allow */
|
150
224
|
KnownDefaultAction["Allow"] = "Allow";
|
225
|
+
/** Deny */
|
151
226
|
KnownDefaultAction["Deny"] = "Deny";
|
152
227
|
})(KnownDefaultAction || (KnownDefaultAction = {}));
|
153
228
|
/** Known values of {@link Action} that the service accepts. */
|
154
229
|
export var KnownAction;
|
155
230
|
(function (KnownAction) {
|
231
|
+
/** Allow */
|
156
232
|
KnownAction["Allow"] = "Allow";
|
157
233
|
})(KnownAction || (KnownAction = {}));
|
158
234
|
/** Known values of {@link PolicyStatus} that the service accepts. */
|
159
235
|
export var KnownPolicyStatus;
|
160
236
|
(function (KnownPolicyStatus) {
|
237
|
+
/** Enabled */
|
161
238
|
KnownPolicyStatus["Enabled"] = "enabled";
|
239
|
+
/** Disabled */
|
162
240
|
KnownPolicyStatus["Disabled"] = "disabled";
|
163
241
|
})(KnownPolicyStatus || (KnownPolicyStatus = {}));
|
164
242
|
/** Known values of {@link TrustPolicyType} that the service accepts. */
|
165
243
|
export var KnownTrustPolicyType;
|
166
244
|
(function (KnownTrustPolicyType) {
|
245
|
+
/** Notary */
|
167
246
|
KnownTrustPolicyType["Notary"] = "Notary";
|
168
247
|
})(KnownTrustPolicyType || (KnownTrustPolicyType = {}));
|
169
248
|
/** Known values of {@link ExportPolicyStatus} that the service accepts. */
|
170
249
|
export var KnownExportPolicyStatus;
|
171
250
|
(function (KnownExportPolicyStatus) {
|
251
|
+
/** Enabled */
|
172
252
|
KnownExportPolicyStatus["Enabled"] = "enabled";
|
253
|
+
/** Disabled */
|
173
254
|
KnownExportPolicyStatus["Disabled"] = "disabled";
|
174
255
|
})(KnownExportPolicyStatus || (KnownExportPolicyStatus = {}));
|
175
256
|
/** Known values of {@link AzureADAuthenticationAsArmPolicyStatus} that the service accepts. */
|
176
257
|
export var KnownAzureADAuthenticationAsArmPolicyStatus;
|
177
258
|
(function (KnownAzureADAuthenticationAsArmPolicyStatus) {
|
259
|
+
/** Enabled */
|
178
260
|
KnownAzureADAuthenticationAsArmPolicyStatus["Enabled"] = "enabled";
|
261
|
+
/** Disabled */
|
179
262
|
KnownAzureADAuthenticationAsArmPolicyStatus["Disabled"] = "disabled";
|
180
263
|
})(KnownAzureADAuthenticationAsArmPolicyStatus || (KnownAzureADAuthenticationAsArmPolicyStatus = {}));
|
181
264
|
/** Known values of {@link EncryptionStatus} that the service accepts. */
|
182
265
|
export var KnownEncryptionStatus;
|
183
266
|
(function (KnownEncryptionStatus) {
|
267
|
+
/** Enabled */
|
184
268
|
KnownEncryptionStatus["Enabled"] = "enabled";
|
269
|
+
/** Disabled */
|
185
270
|
KnownEncryptionStatus["Disabled"] = "disabled";
|
186
271
|
})(KnownEncryptionStatus || (KnownEncryptionStatus = {}));
|
187
272
|
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
188
273
|
export var KnownPublicNetworkAccess;
|
189
274
|
(function (KnownPublicNetworkAccess) {
|
275
|
+
/** Enabled */
|
190
276
|
KnownPublicNetworkAccess["Enabled"] = "Enabled";
|
277
|
+
/** Disabled */
|
191
278
|
KnownPublicNetworkAccess["Disabled"] = "Disabled";
|
192
279
|
})(KnownPublicNetworkAccess || (KnownPublicNetworkAccess = {}));
|
193
280
|
/** Known values of {@link NetworkRuleBypassOptions} that the service accepts. */
|
194
281
|
export var KnownNetworkRuleBypassOptions;
|
195
282
|
(function (KnownNetworkRuleBypassOptions) {
|
283
|
+
/** AzureServices */
|
196
284
|
KnownNetworkRuleBypassOptions["AzureServices"] = "AzureServices";
|
285
|
+
/** None */
|
197
286
|
KnownNetworkRuleBypassOptions["None"] = "None";
|
198
287
|
})(KnownNetworkRuleBypassOptions || (KnownNetworkRuleBypassOptions = {}));
|
199
288
|
/** Known values of {@link ZoneRedundancy} that the service accepts. */
|
200
289
|
export var KnownZoneRedundancy;
|
201
290
|
(function (KnownZoneRedundancy) {
|
291
|
+
/** Enabled */
|
202
292
|
KnownZoneRedundancy["Enabled"] = "Enabled";
|
293
|
+
/** Disabled */
|
203
294
|
KnownZoneRedundancy["Disabled"] = "Disabled";
|
204
295
|
})(KnownZoneRedundancy || (KnownZoneRedundancy = {}));
|
205
296
|
/** Known values of {@link RegistryUsageUnit} that the service accepts. */
|
206
297
|
export var KnownRegistryUsageUnit;
|
207
298
|
(function (KnownRegistryUsageUnit) {
|
299
|
+
/** Count */
|
208
300
|
KnownRegistryUsageUnit["Count"] = "Count";
|
301
|
+
/** Bytes */
|
209
302
|
KnownRegistryUsageUnit["Bytes"] = "Bytes";
|
210
303
|
})(KnownRegistryUsageUnit || (KnownRegistryUsageUnit = {}));
|
211
304
|
/** Known values of {@link TokenCertificateName} that the service accepts. */
|
212
305
|
export var KnownTokenCertificateName;
|
213
306
|
(function (KnownTokenCertificateName) {
|
307
|
+
/** Certificate1 */
|
214
308
|
KnownTokenCertificateName["Certificate1"] = "certificate1";
|
309
|
+
/** Certificate2 */
|
215
310
|
KnownTokenCertificateName["Certificate2"] = "certificate2";
|
216
311
|
})(KnownTokenCertificateName || (KnownTokenCertificateName = {}));
|
217
312
|
/** Known values of {@link TokenPasswordName} that the service accepts. */
|
218
313
|
export var KnownTokenPasswordName;
|
219
314
|
(function (KnownTokenPasswordName) {
|
315
|
+
/** Password1 */
|
220
316
|
KnownTokenPasswordName["Password1"] = "password1";
|
317
|
+
/** Password2 */
|
221
318
|
KnownTokenPasswordName["Password2"] = "password2";
|
222
319
|
})(KnownTokenPasswordName || (KnownTokenPasswordName = {}));
|
223
320
|
/** Known values of {@link TokenStatus} that the service accepts. */
|
224
321
|
export var KnownTokenStatus;
|
225
322
|
(function (KnownTokenStatus) {
|
323
|
+
/** Enabled */
|
226
324
|
KnownTokenStatus["Enabled"] = "enabled";
|
325
|
+
/** Disabled */
|
227
326
|
KnownTokenStatus["Disabled"] = "disabled";
|
228
327
|
})(KnownTokenStatus || (KnownTokenStatus = {}));
|
229
328
|
/** Known values of {@link WebhookStatus} that the service accepts. */
|
230
329
|
export var KnownWebhookStatus;
|
231
330
|
(function (KnownWebhookStatus) {
|
331
|
+
/** Enabled */
|
232
332
|
KnownWebhookStatus["Enabled"] = "enabled";
|
333
|
+
/** Disabled */
|
233
334
|
KnownWebhookStatus["Disabled"] = "disabled";
|
234
335
|
})(KnownWebhookStatus || (KnownWebhookStatus = {}));
|
235
336
|
/** Known values of {@link WebhookAction} that the service accepts. */
|
236
337
|
export var KnownWebhookAction;
|
237
338
|
(function (KnownWebhookAction) {
|
339
|
+
/** Push */
|
238
340
|
KnownWebhookAction["Push"] = "push";
|
341
|
+
/** Delete */
|
239
342
|
KnownWebhookAction["Delete"] = "delete";
|
343
|
+
/** Quarantine */
|
240
344
|
KnownWebhookAction["Quarantine"] = "quarantine";
|
345
|
+
/** ChartPush */
|
241
346
|
KnownWebhookAction["ChartPush"] = "chart_push";
|
347
|
+
/** ChartDelete */
|
242
348
|
KnownWebhookAction["ChartDelete"] = "chart_delete";
|
243
349
|
})(KnownWebhookAction || (KnownWebhookAction = {}));
|
244
350
|
/** Known values of {@link OS} that the service accepts. */
|
245
351
|
export var KnownOS;
|
246
352
|
(function (KnownOS) {
|
353
|
+
/** Windows */
|
247
354
|
KnownOS["Windows"] = "Windows";
|
355
|
+
/** Linux */
|
248
356
|
KnownOS["Linux"] = "Linux";
|
249
357
|
})(KnownOS || (KnownOS = {}));
|
250
358
|
/** Known values of {@link RunStatus} that the service accepts. */
|
251
359
|
export var KnownRunStatus;
|
252
360
|
(function (KnownRunStatus) {
|
361
|
+
/** Queued */
|
253
362
|
KnownRunStatus["Queued"] = "Queued";
|
363
|
+
/** Started */
|
254
364
|
KnownRunStatus["Started"] = "Started";
|
365
|
+
/** Running */
|
255
366
|
KnownRunStatus["Running"] = "Running";
|
367
|
+
/** Succeeded */
|
256
368
|
KnownRunStatus["Succeeded"] = "Succeeded";
|
369
|
+
/** Failed */
|
257
370
|
KnownRunStatus["Failed"] = "Failed";
|
371
|
+
/** Canceled */
|
258
372
|
KnownRunStatus["Canceled"] = "Canceled";
|
373
|
+
/** Error */
|
259
374
|
KnownRunStatus["Error"] = "Error";
|
375
|
+
/** Timeout */
|
260
376
|
KnownRunStatus["Timeout"] = "Timeout";
|
261
377
|
})(KnownRunStatus || (KnownRunStatus = {}));
|
262
378
|
/** Known values of {@link RunType} that the service accepts. */
|
263
379
|
export var KnownRunType;
|
264
380
|
(function (KnownRunType) {
|
381
|
+
/** QuickBuild */
|
265
382
|
KnownRunType["QuickBuild"] = "QuickBuild";
|
383
|
+
/** QuickRun */
|
266
384
|
KnownRunType["QuickRun"] = "QuickRun";
|
385
|
+
/** AutoBuild */
|
267
386
|
KnownRunType["AutoBuild"] = "AutoBuild";
|
387
|
+
/** AutoRun */
|
268
388
|
KnownRunType["AutoRun"] = "AutoRun";
|
269
389
|
})(KnownRunType || (KnownRunType = {}));
|
270
390
|
/** Known values of {@link Architecture} that the service accepts. */
|
271
391
|
export var KnownArchitecture;
|
272
392
|
(function (KnownArchitecture) {
|
393
|
+
/** Amd64 */
|
273
394
|
KnownArchitecture["Amd64"] = "amd64";
|
395
|
+
/** X86 */
|
274
396
|
KnownArchitecture["X86"] = "x86";
|
397
|
+
/** ThreeHundredEightySix */
|
275
398
|
KnownArchitecture["ThreeHundredEightySix"] = "386";
|
399
|
+
/** Arm */
|
276
400
|
KnownArchitecture["Arm"] = "arm";
|
401
|
+
/** Arm64 */
|
277
402
|
KnownArchitecture["Arm64"] = "arm64";
|
278
403
|
})(KnownArchitecture || (KnownArchitecture = {}));
|
279
404
|
/** Known values of {@link Variant} that the service accepts. */
|
280
405
|
export var KnownVariant;
|
281
406
|
(function (KnownVariant) {
|
407
|
+
/** V6 */
|
282
408
|
KnownVariant["V6"] = "v6";
|
409
|
+
/** V7 */
|
283
410
|
KnownVariant["V7"] = "v7";
|
411
|
+
/** V8 */
|
284
412
|
KnownVariant["V8"] = "v8";
|
285
413
|
})(KnownVariant || (KnownVariant = {}));
|
286
414
|
/** Known values of {@link TaskStatus} that the service accepts. */
|
287
415
|
export var KnownTaskStatus;
|
288
416
|
(function (KnownTaskStatus) {
|
417
|
+
/** Disabled */
|
289
418
|
KnownTaskStatus["Disabled"] = "Disabled";
|
419
|
+
/** Enabled */
|
290
420
|
KnownTaskStatus["Enabled"] = "Enabled";
|
291
421
|
})(KnownTaskStatus || (KnownTaskStatus = {}));
|
292
422
|
/** Known values of {@link StepType} that the service accepts. */
|
293
423
|
export var KnownStepType;
|
294
424
|
(function (KnownStepType) {
|
425
|
+
/** Docker */
|
295
426
|
KnownStepType["Docker"] = "Docker";
|
427
|
+
/** FileTask */
|
296
428
|
KnownStepType["FileTask"] = "FileTask";
|
429
|
+
/** EncodedTask */
|
297
430
|
KnownStepType["EncodedTask"] = "EncodedTask";
|
298
431
|
})(KnownStepType || (KnownStepType = {}));
|
299
432
|
/** Known values of {@link BaseImageDependencyType} that the service accepts. */
|
300
433
|
export var KnownBaseImageDependencyType;
|
301
434
|
(function (KnownBaseImageDependencyType) {
|
435
|
+
/** BuildTime */
|
302
436
|
KnownBaseImageDependencyType["BuildTime"] = "BuildTime";
|
437
|
+
/** RunTime */
|
303
438
|
KnownBaseImageDependencyType["RunTime"] = "RunTime";
|
304
439
|
})(KnownBaseImageDependencyType || (KnownBaseImageDependencyType = {}));
|
305
440
|
/** Known values of {@link SourceControlType} that the service accepts. */
|
306
441
|
export var KnownSourceControlType;
|
307
442
|
(function (KnownSourceControlType) {
|
443
|
+
/** Github */
|
308
444
|
KnownSourceControlType["Github"] = "Github";
|
445
|
+
/** VisualStudioTeamService */
|
309
446
|
KnownSourceControlType["VisualStudioTeamService"] = "VisualStudioTeamService";
|
310
447
|
})(KnownSourceControlType || (KnownSourceControlType = {}));
|
311
448
|
/** Known values of {@link TokenType} that the service accepts. */
|
312
449
|
export var KnownTokenType;
|
313
450
|
(function (KnownTokenType) {
|
451
|
+
/** PAT */
|
314
452
|
KnownTokenType["PAT"] = "PAT";
|
453
|
+
/** OAuth */
|
315
454
|
KnownTokenType["OAuth"] = "OAuth";
|
316
455
|
})(KnownTokenType || (KnownTokenType = {}));
|
317
456
|
/** Known values of {@link SourceTriggerEvent} that the service accepts. */
|
318
457
|
export var KnownSourceTriggerEvent;
|
319
458
|
(function (KnownSourceTriggerEvent) {
|
459
|
+
/** Commit */
|
320
460
|
KnownSourceTriggerEvent["Commit"] = "commit";
|
461
|
+
/** Pullrequest */
|
321
462
|
KnownSourceTriggerEvent["Pullrequest"] = "pullrequest";
|
322
463
|
})(KnownSourceTriggerEvent || (KnownSourceTriggerEvent = {}));
|
323
464
|
/** Known values of {@link BaseImageTriggerType} that the service accepts. */
|
324
465
|
export var KnownBaseImageTriggerType;
|
325
466
|
(function (KnownBaseImageTriggerType) {
|
467
|
+
/** All */
|
326
468
|
KnownBaseImageTriggerType["All"] = "All";
|
469
|
+
/** Runtime */
|
327
470
|
KnownBaseImageTriggerType["Runtime"] = "Runtime";
|
328
471
|
})(KnownBaseImageTriggerType || (KnownBaseImageTriggerType = {}));
|
329
472
|
/** Known values of {@link UpdateTriggerPayloadType} that the service accepts. */
|
330
473
|
export var KnownUpdateTriggerPayloadType;
|
331
474
|
(function (KnownUpdateTriggerPayloadType) {
|
475
|
+
/** Default */
|
332
476
|
KnownUpdateTriggerPayloadType["Default"] = "Default";
|
477
|
+
/** Token */
|
333
478
|
KnownUpdateTriggerPayloadType["Token"] = "Token";
|
334
479
|
})(KnownUpdateTriggerPayloadType || (KnownUpdateTriggerPayloadType = {}));
|
335
480
|
/** Known values of {@link SourceRegistryLoginMode} that the service accepts. */
|
336
481
|
export var KnownSourceRegistryLoginMode;
|
337
482
|
(function (KnownSourceRegistryLoginMode) {
|
483
|
+
/** None */
|
338
484
|
KnownSourceRegistryLoginMode["None"] = "None";
|
485
|
+
/** Default */
|
339
486
|
KnownSourceRegistryLoginMode["Default"] = "Default";
|
340
487
|
})(KnownSourceRegistryLoginMode || (KnownSourceRegistryLoginMode = {}));
|
341
488
|
/** Known values of {@link SecretObjectType} that the service accepts. */
|
342
489
|
export var KnownSecretObjectType;
|
343
490
|
(function (KnownSecretObjectType) {
|
491
|
+
/** Opaque */
|
344
492
|
KnownSecretObjectType["Opaque"] = "Opaque";
|
493
|
+
/** Vaultsecret */
|
345
494
|
KnownSecretObjectType["Vaultsecret"] = "Vaultsecret";
|
346
495
|
})(KnownSecretObjectType || (KnownSecretObjectType = {}));
|
347
496
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
@@ -1,4 +1,11 @@
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
2
|
+
export declare const CacheRulesListResult: coreClient.CompositeMapper;
|
3
|
+
export declare const ProxyResource: coreClient.CompositeMapper;
|
4
|
+
export declare const SystemData: coreClient.CompositeMapper;
|
5
|
+
export declare const ErrorResponse: coreClient.CompositeMapper;
|
6
|
+
export declare const ErrorResponseBody: coreClient.CompositeMapper;
|
7
|
+
export declare const InnerErrorDescription: coreClient.CompositeMapper;
|
8
|
+
export declare const CacheRuleUpdateParameters: coreClient.CompositeMapper;
|
2
9
|
export declare const ConnectedRegistryListResult: coreClient.CompositeMapper;
|
3
10
|
export declare const ActivationProperties: coreClient.CompositeMapper;
|
4
11
|
export declare const ParentProperties: coreClient.CompositeMapper;
|
@@ -8,16 +15,15 @@ export declare const TlsProperties: coreClient.CompositeMapper;
|
|
8
15
|
export declare const TlsCertificateProperties: coreClient.CompositeMapper;
|
9
16
|
export declare const LoggingProperties: coreClient.CompositeMapper;
|
10
17
|
export declare const StatusDetailProperties: coreClient.CompositeMapper;
|
11
|
-
export declare const ProxyResource: coreClient.CompositeMapper;
|
12
|
-
export declare const SystemData: coreClient.CompositeMapper;
|
13
|
-
export declare const ErrorResponse: coreClient.CompositeMapper;
|
14
|
-
export declare const ErrorResponseBody: coreClient.CompositeMapper;
|
15
|
-
export declare const InnerErrorDescription: coreClient.CompositeMapper;
|
16
18
|
export declare const ConnectedRegistryUpdateParameters: coreClient.CompositeMapper;
|
17
19
|
export declare const SyncUpdateProperties: coreClient.CompositeMapper;
|
18
|
-
export declare const
|
20
|
+
export declare const CredentialSetListResult: coreClient.CompositeMapper;
|
19
21
|
export declare const IdentityProperties: coreClient.CompositeMapper;
|
20
22
|
export declare const UserIdentityProperties: coreClient.CompositeMapper;
|
23
|
+
export declare const AuthCredential: coreClient.CompositeMapper;
|
24
|
+
export declare const CredentialHealth: coreClient.CompositeMapper;
|
25
|
+
export declare const CredentialSetUpdateParameters: coreClient.CompositeMapper;
|
26
|
+
export declare const ExportPipelineListResult: coreClient.CompositeMapper;
|
21
27
|
export declare const ExportPipelineTargetProperties: coreClient.CompositeMapper;
|
22
28
|
export declare const ImportImageParameters: coreClient.CompositeMapper;
|
23
29
|
export declare const ImportSource: coreClient.CompositeMapper;
|
@@ -137,7 +143,9 @@ export declare const RunFilter: coreClient.CompositeMapper;
|
|
137
143
|
export declare const Argument: coreClient.CompositeMapper;
|
138
144
|
export declare const SetValue: coreClient.CompositeMapper;
|
139
145
|
export declare const OverrideTaskStepProperties: coreClient.CompositeMapper;
|
146
|
+
export declare const CacheRule: coreClient.CompositeMapper;
|
140
147
|
export declare const ConnectedRegistry: coreClient.CompositeMapper;
|
148
|
+
export declare const CredentialSet: coreClient.CompositeMapper;
|
141
149
|
export declare const ExportPipeline: coreClient.CompositeMapper;
|
142
150
|
export declare const ImportPipeline: coreClient.CompositeMapper;
|
143
151
|
export declare const PipelineRun: coreClient.CompositeMapper;
|
@@ -162,6 +170,41 @@ export declare const EncodedTaskStep: coreClient.CompositeMapper;
|
|
162
170
|
export declare const DockerBuildStepUpdateParameters: coreClient.CompositeMapper;
|
163
171
|
export declare const FileTaskStepUpdateParameters: coreClient.CompositeMapper;
|
164
172
|
export declare const EncodedTaskStepUpdateParameters: coreClient.CompositeMapper;
|
173
|
+
export declare const CacheRulesCreateHeaders: coreClient.CompositeMapper;
|
174
|
+
export declare const CacheRulesDeleteHeaders: coreClient.CompositeMapper;
|
175
|
+
export declare const CacheRulesUpdateHeaders: coreClient.CompositeMapper;
|
176
|
+
export declare const ConnectedRegistriesCreateHeaders: coreClient.CompositeMapper;
|
177
|
+
export declare const ConnectedRegistriesDeleteHeaders: coreClient.CompositeMapper;
|
178
|
+
export declare const ConnectedRegistriesUpdateHeaders: coreClient.CompositeMapper;
|
179
|
+
export declare const ConnectedRegistriesDeactivateHeaders: coreClient.CompositeMapper;
|
180
|
+
export declare const CredentialSetsCreateHeaders: coreClient.CompositeMapper;
|
181
|
+
export declare const CredentialSetsDeleteHeaders: coreClient.CompositeMapper;
|
182
|
+
export declare const CredentialSetsUpdateHeaders: coreClient.CompositeMapper;
|
183
|
+
export declare const ExportPipelinesCreateHeaders: coreClient.CompositeMapper;
|
184
|
+
export declare const ExportPipelinesDeleteHeaders: coreClient.CompositeMapper;
|
185
|
+
export declare const RegistriesImportImageHeaders: coreClient.CompositeMapper;
|
186
|
+
export declare const RegistriesCreateHeaders: coreClient.CompositeMapper;
|
187
|
+
export declare const RegistriesDeleteHeaders: coreClient.CompositeMapper;
|
188
|
+
export declare const RegistriesUpdateHeaders: coreClient.CompositeMapper;
|
189
|
+
export declare const RegistriesGenerateCredentialsHeaders: coreClient.CompositeMapper;
|
190
|
+
export declare const ImportPipelinesCreateHeaders: coreClient.CompositeMapper;
|
191
|
+
export declare const ImportPipelinesDeleteHeaders: coreClient.CompositeMapper;
|
192
|
+
export declare const PipelineRunsCreateHeaders: coreClient.CompositeMapper;
|
193
|
+
export declare const PipelineRunsDeleteHeaders: coreClient.CompositeMapper;
|
194
|
+
export declare const PrivateEndpointConnectionsCreateOrUpdateHeaders: coreClient.CompositeMapper;
|
195
|
+
export declare const PrivateEndpointConnectionsDeleteHeaders: coreClient.CompositeMapper;
|
196
|
+
export declare const ReplicationsCreateHeaders: coreClient.CompositeMapper;
|
197
|
+
export declare const ReplicationsDeleteHeaders: coreClient.CompositeMapper;
|
198
|
+
export declare const ReplicationsUpdateHeaders: coreClient.CompositeMapper;
|
199
|
+
export declare const ScopeMapsCreateHeaders: coreClient.CompositeMapper;
|
200
|
+
export declare const ScopeMapsDeleteHeaders: coreClient.CompositeMapper;
|
201
|
+
export declare const ScopeMapsUpdateHeaders: coreClient.CompositeMapper;
|
202
|
+
export declare const TokensCreateHeaders: coreClient.CompositeMapper;
|
203
|
+
export declare const TokensDeleteHeaders: coreClient.CompositeMapper;
|
204
|
+
export declare const TokensUpdateHeaders: coreClient.CompositeMapper;
|
205
|
+
export declare const WebhooksCreateHeaders: coreClient.CompositeMapper;
|
206
|
+
export declare const WebhooksDeleteHeaders: coreClient.CompositeMapper;
|
207
|
+
export declare const WebhooksUpdateHeaders: coreClient.CompositeMapper;
|
165
208
|
export declare let discriminators: {
|
166
209
|
RunRequest: coreClient.CompositeMapper;
|
167
210
|
TaskStepProperties: coreClient.CompositeMapper;
|