@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
@@ -6,11 +6,12 @@
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
7
|
*/
|
8
8
|
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await, __awaiter } from "tslib";
|
9
|
+
import { setContinuationToken } from "../pagingHelper";
|
9
10
|
import * as coreClient from "@azure/core-client";
|
10
11
|
import * as Mappers from "../models/mappers";
|
11
12
|
import * as Parameters from "../models/parameters";
|
12
|
-
import {
|
13
|
-
import {
|
13
|
+
import { createHttpPoller } from "@azure/core-lro";
|
14
|
+
import { createLroSpec } from "../lroImpl";
|
14
15
|
/// <reference lib="esnext.asynciterable" />
|
15
16
|
/** Class containing ExportPipelines operations. */
|
16
17
|
export class ExportPipelinesImpl {
|
@@ -23,7 +24,7 @@ export class ExportPipelinesImpl {
|
|
23
24
|
}
|
24
25
|
/**
|
25
26
|
* Lists all export pipelines for the specified container registry.
|
26
|
-
* @param resourceGroupName The name of the resource group
|
27
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
27
28
|
* @param registryName The name of the container registry.
|
28
29
|
* @param options The options parameters.
|
29
30
|
*/
|
@@ -36,20 +37,31 @@ export class ExportPipelinesImpl {
|
|
36
37
|
[Symbol.asyncIterator]() {
|
37
38
|
return this;
|
38
39
|
},
|
39
|
-
byPage: () => {
|
40
|
-
|
40
|
+
byPage: (settings) => {
|
41
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
42
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
43
|
+
}
|
44
|
+
return this.listPagingPage(resourceGroupName, registryName, options, settings);
|
41
45
|
}
|
42
46
|
};
|
43
47
|
}
|
44
|
-
listPagingPage(resourceGroupName, registryName, options) {
|
48
|
+
listPagingPage(resourceGroupName, registryName, options, settings) {
|
45
49
|
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
46
|
-
let result
|
47
|
-
|
48
|
-
|
50
|
+
let result;
|
51
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
52
|
+
if (!continuationToken) {
|
53
|
+
result = yield __await(this._list(resourceGroupName, registryName, options));
|
54
|
+
let page = result.value || [];
|
55
|
+
continuationToken = result.nextLink;
|
56
|
+
setContinuationToken(page, continuationToken);
|
57
|
+
yield yield __await(page);
|
58
|
+
}
|
49
59
|
while (continuationToken) {
|
50
60
|
result = yield __await(this._listNext(resourceGroupName, registryName, continuationToken, options));
|
51
61
|
continuationToken = result.nextLink;
|
52
|
-
|
62
|
+
let page = result.value || [];
|
63
|
+
setContinuationToken(page, continuationToken);
|
64
|
+
yield yield __await(page);
|
53
65
|
}
|
54
66
|
});
|
55
67
|
}
|
@@ -73,7 +85,7 @@ export class ExportPipelinesImpl {
|
|
73
85
|
}
|
74
86
|
/**
|
75
87
|
* Lists all export pipelines for the specified container registry.
|
76
|
-
* @param resourceGroupName The name of the resource group
|
88
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
77
89
|
* @param registryName The name of the container registry.
|
78
90
|
* @param options The options parameters.
|
79
91
|
*/
|
@@ -82,7 +94,7 @@ export class ExportPipelinesImpl {
|
|
82
94
|
}
|
83
95
|
/**
|
84
96
|
* Gets the properties of the export pipeline.
|
85
|
-
* @param resourceGroupName The name of the resource group
|
97
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
86
98
|
* @param registryName The name of the container registry.
|
87
99
|
* @param exportPipelineName The name of the export pipeline.
|
88
100
|
* @param options The options parameters.
|
@@ -92,7 +104,7 @@ export class ExportPipelinesImpl {
|
|
92
104
|
}
|
93
105
|
/**
|
94
106
|
* Creates an export pipeline for a container registry with the specified parameters.
|
95
|
-
* @param resourceGroupName The name of the resource group
|
107
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
96
108
|
* @param registryName The name of the container registry.
|
97
109
|
* @param exportPipelineName The name of the export pipeline.
|
98
110
|
* @param exportPipelineCreateParameters The parameters for creating an export pipeline.
|
@@ -103,7 +115,7 @@ export class ExportPipelinesImpl {
|
|
103
115
|
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
104
116
|
return this.client.sendOperationRequest(args, spec);
|
105
117
|
});
|
106
|
-
const
|
118
|
+
const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
107
119
|
var _a;
|
108
120
|
let currentRawResponse = undefined;
|
109
121
|
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
@@ -122,16 +134,21 @@ export class ExportPipelinesImpl {
|
|
122
134
|
}
|
123
135
|
};
|
124
136
|
});
|
125
|
-
const lro =
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
137
|
+
const lro = createLroSpec({
|
138
|
+
sendOperationFn,
|
139
|
+
args: {
|
140
|
+
resourceGroupName,
|
141
|
+
registryName,
|
142
|
+
exportPipelineName,
|
143
|
+
exportPipelineCreateParameters,
|
144
|
+
options
|
145
|
+
},
|
146
|
+
spec: createOperationSpec
|
147
|
+
});
|
148
|
+
const poller = yield createHttpPoller(lro, {
|
149
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
150
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
151
|
+
resourceLocationConfig: "azure-async-operation"
|
135
152
|
});
|
136
153
|
yield poller.poll();
|
137
154
|
return poller;
|
@@ -139,7 +156,7 @@ export class ExportPipelinesImpl {
|
|
139
156
|
}
|
140
157
|
/**
|
141
158
|
* Creates an export pipeline for a container registry with the specified parameters.
|
142
|
-
* @param resourceGroupName The name of the resource group
|
159
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
143
160
|
* @param registryName The name of the container registry.
|
144
161
|
* @param exportPipelineName The name of the export pipeline.
|
145
162
|
* @param exportPipelineCreateParameters The parameters for creating an export pipeline.
|
@@ -153,7 +170,7 @@ export class ExportPipelinesImpl {
|
|
153
170
|
}
|
154
171
|
/**
|
155
172
|
* Deletes an export pipeline from a container registry.
|
156
|
-
* @param resourceGroupName The name of the resource group
|
173
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
157
174
|
* @param registryName The name of the container registry.
|
158
175
|
* @param exportPipelineName The name of the export pipeline.
|
159
176
|
* @param options The options parameters.
|
@@ -163,7 +180,7 @@ export class ExportPipelinesImpl {
|
|
163
180
|
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
164
181
|
return this.client.sendOperationRequest(args, spec);
|
165
182
|
});
|
166
|
-
const
|
183
|
+
const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
167
184
|
var _a;
|
168
185
|
let currentRawResponse = undefined;
|
169
186
|
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
@@ -182,10 +199,15 @@ export class ExportPipelinesImpl {
|
|
182
199
|
}
|
183
200
|
};
|
184
201
|
});
|
185
|
-
const lro =
|
186
|
-
|
187
|
-
|
188
|
-
|
202
|
+
const lro = createLroSpec({
|
203
|
+
sendOperationFn,
|
204
|
+
args: { resourceGroupName, registryName, exportPipelineName, options },
|
205
|
+
spec: deleteOperationSpec
|
206
|
+
});
|
207
|
+
const poller = yield createHttpPoller(lro, {
|
208
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
209
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
210
|
+
resourceLocationConfig: "location"
|
189
211
|
});
|
190
212
|
yield poller.poll();
|
191
213
|
return poller;
|
@@ -193,7 +215,7 @@ export class ExportPipelinesImpl {
|
|
193
215
|
}
|
194
216
|
/**
|
195
217
|
* Deletes an export pipeline from a container registry.
|
196
|
-
* @param resourceGroupName The name of the resource group
|
218
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
197
219
|
* @param registryName The name of the container registry.
|
198
220
|
* @param exportPipelineName The name of the export pipeline.
|
199
221
|
* @param options The options parameters.
|
@@ -206,7 +228,7 @@ export class ExportPipelinesImpl {
|
|
206
228
|
}
|
207
229
|
/**
|
208
230
|
* ListNext
|
209
|
-
* @param resourceGroupName The name of the resource group
|
231
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
210
232
|
* @param registryName The name of the container registry.
|
211
233
|
* @param nextLink The nextLink from the previous successful call to the List method.
|
212
234
|
* @param options The options parameters.
|
@@ -327,7 +349,6 @@ const listNextOperationSpec = {
|
|
327
349
|
bodyMapper: Mappers.ErrorResponse
|
328
350
|
}
|
329
351
|
},
|
330
|
-
queryParameters: [Parameters.apiVersion],
|
331
352
|
urlParameters: [
|
332
353
|
Parameters.$host,
|
333
354
|
Parameters.subscriptionId,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"exportPipelines.js","sourceRoot":"","sources":["../../../src/operations/exportPipelines.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;
|
1
|
+
{"version":3,"file":"exportPipelines.js","sourceRoot":"","sources":["../../../src/operations/exportPipelines.ts"],"names":[],"mappings":"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"}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
2
|
import { ImportPipelines } from "../operationsInterfaces";
|
3
3
|
import { ContainerRegistryManagementClient } from "../containerRegistryManagementClient";
|
4
|
-
import {
|
4
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
5
5
|
import { ImportPipeline, ImportPipelinesListOptionalParams, ImportPipelinesGetOptionalParams, ImportPipelinesGetResponse, ImportPipelinesCreateOptionalParams, ImportPipelinesCreateResponse, ImportPipelinesDeleteOptionalParams } from "../models";
|
6
6
|
/** Class containing ImportPipelines operations. */
|
7
7
|
export declare class ImportPipelinesImpl implements ImportPipelines {
|
@@ -13,7 +13,7 @@ export declare class ImportPipelinesImpl implements ImportPipelines {
|
|
13
13
|
constructor(client: ContainerRegistryManagementClient);
|
14
14
|
/**
|
15
15
|
* Lists all import pipelines for the specified container registry.
|
16
|
-
* @param resourceGroupName The name of the resource group
|
16
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
17
17
|
* @param registryName The name of the container registry.
|
18
18
|
* @param options The options parameters.
|
19
19
|
*/
|
@@ -22,14 +22,14 @@ export declare class ImportPipelinesImpl implements ImportPipelines {
|
|
22
22
|
private listPagingAll;
|
23
23
|
/**
|
24
24
|
* Lists all import pipelines for the specified container registry.
|
25
|
-
* @param resourceGroupName The name of the resource group
|
25
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
26
26
|
* @param registryName The name of the container registry.
|
27
27
|
* @param options The options parameters.
|
28
28
|
*/
|
29
29
|
private _list;
|
30
30
|
/**
|
31
31
|
* Gets the properties of the import pipeline.
|
32
|
-
* @param resourceGroupName The name of the resource group
|
32
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
33
33
|
* @param registryName The name of the container registry.
|
34
34
|
* @param importPipelineName The name of the import pipeline.
|
35
35
|
* @param options The options parameters.
|
@@ -37,16 +37,16 @@ export declare class ImportPipelinesImpl implements ImportPipelines {
|
|
37
37
|
get(resourceGroupName: string, registryName: string, importPipelineName: string, options?: ImportPipelinesGetOptionalParams): Promise<ImportPipelinesGetResponse>;
|
38
38
|
/**
|
39
39
|
* Creates an import pipeline for a container registry with the specified parameters.
|
40
|
-
* @param resourceGroupName The name of the resource group
|
40
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
41
41
|
* @param registryName The name of the container registry.
|
42
42
|
* @param importPipelineName The name of the import pipeline.
|
43
43
|
* @param importPipelineCreateParameters The parameters for creating an import pipeline.
|
44
44
|
* @param options The options parameters.
|
45
45
|
*/
|
46
|
-
beginCreate(resourceGroupName: string, registryName: string, importPipelineName: string, importPipelineCreateParameters: ImportPipeline, options?: ImportPipelinesCreateOptionalParams): Promise<
|
46
|
+
beginCreate(resourceGroupName: string, registryName: string, importPipelineName: string, importPipelineCreateParameters: ImportPipeline, options?: ImportPipelinesCreateOptionalParams): Promise<SimplePollerLike<OperationState<ImportPipelinesCreateResponse>, ImportPipelinesCreateResponse>>;
|
47
47
|
/**
|
48
48
|
* Creates an import pipeline for a container registry with the specified parameters.
|
49
|
-
* @param resourceGroupName The name of the resource group
|
49
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
50
50
|
* @param registryName The name of the container registry.
|
51
51
|
* @param importPipelineName The name of the import pipeline.
|
52
52
|
* @param importPipelineCreateParameters The parameters for creating an import pipeline.
|
@@ -55,15 +55,15 @@ export declare class ImportPipelinesImpl implements ImportPipelines {
|
|
55
55
|
beginCreateAndWait(resourceGroupName: string, registryName: string, importPipelineName: string, importPipelineCreateParameters: ImportPipeline, options?: ImportPipelinesCreateOptionalParams): Promise<ImportPipelinesCreateResponse>;
|
56
56
|
/**
|
57
57
|
* Deletes an import pipeline from a container registry.
|
58
|
-
* @param resourceGroupName The name of the resource group
|
58
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
59
59
|
* @param registryName The name of the container registry.
|
60
60
|
* @param importPipelineName The name of the import pipeline.
|
61
61
|
* @param options The options parameters.
|
62
62
|
*/
|
63
|
-
beginDelete(resourceGroupName: string, registryName: string, importPipelineName: string, options?: ImportPipelinesDeleteOptionalParams): Promise<
|
63
|
+
beginDelete(resourceGroupName: string, registryName: string, importPipelineName: string, options?: ImportPipelinesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
64
64
|
/**
|
65
65
|
* Deletes an import pipeline from a container registry.
|
66
|
-
* @param resourceGroupName The name of the resource group
|
66
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
67
67
|
* @param registryName The name of the container registry.
|
68
68
|
* @param importPipelineName The name of the import pipeline.
|
69
69
|
* @param options The options parameters.
|
@@ -71,7 +71,7 @@ export declare class ImportPipelinesImpl implements ImportPipelines {
|
|
71
71
|
beginDeleteAndWait(resourceGroupName: string, registryName: string, importPipelineName: string, options?: ImportPipelinesDeleteOptionalParams): Promise<void>;
|
72
72
|
/**
|
73
73
|
* ListNext
|
74
|
-
* @param resourceGroupName The name of the resource group
|
74
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
75
75
|
* @param registryName The name of the container registry.
|
76
76
|
* @param nextLink The nextLink from the previous successful call to the List method.
|
77
77
|
* @param options The options parameters.
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"importPipelines.d.ts","sourceRoot":"","sources":["../../../src/operations/importPipelines.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,
|
1
|
+
{"version":3,"file":"importPipelines.d.ts","sourceRoot":"","sources":["../../../src/operations/importPipelines.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAI1D,OAAO,EAAE,iCAAiC,EAAE,MAAM,sCAAsC,CAAC;AACzF,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,cAAc,EAEd,iCAAiC,EAEjC,gCAAgC,EAChC,0BAA0B,EAC1B,mCAAmC,EACnC,6BAA6B,EAC7B,mCAAmC,EAEpC,MAAM,WAAW,CAAC;AAGnB,mDAAmD;AACnD,qBAAa,mBAAoB,YAAW,eAAe;IACzD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAoC;IAE3D;;;OAGG;gBACS,MAAM,EAAE,iCAAiC;IAIrD;;;;;OAKG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,0BAA0B,CAAC,cAAc,CAAC;YAuB9B,cAAc;YA6Bd,aAAa;IAc5B;;;;;OAKG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC;IAOtC;;;;;;;OAOG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,kBAAkB,EAAE,MAAM,EAC1B,8BAA8B,EAAE,cAAc,EAC9C,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,6BAA6B,CAAC,EAC7C,6BAA6B,CAC9B,CACF;IA+DD;;;;;;;OAOG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,kBAAkB,EAAE,MAAM,EAC1B,8BAA8B,EAAE,cAAc,EAC9C,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC;IAWzC;;;;;;OAMG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAsDxD;;;;;;OAMG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,IAAI,CAAC;IAUhB;;;;;;OAMG;IACH,OAAO,CAAC,SAAS;CAWlB"}
|
@@ -6,11 +6,12 @@
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
7
|
*/
|
8
8
|
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await, __awaiter } from "tslib";
|
9
|
+
import { setContinuationToken } from "../pagingHelper";
|
9
10
|
import * as coreClient from "@azure/core-client";
|
10
11
|
import * as Mappers from "../models/mappers";
|
11
12
|
import * as Parameters from "../models/parameters";
|
12
|
-
import {
|
13
|
-
import {
|
13
|
+
import { createHttpPoller } from "@azure/core-lro";
|
14
|
+
import { createLroSpec } from "../lroImpl";
|
14
15
|
/// <reference lib="esnext.asynciterable" />
|
15
16
|
/** Class containing ImportPipelines operations. */
|
16
17
|
export class ImportPipelinesImpl {
|
@@ -23,7 +24,7 @@ export class ImportPipelinesImpl {
|
|
23
24
|
}
|
24
25
|
/**
|
25
26
|
* Lists all import pipelines for the specified container registry.
|
26
|
-
* @param resourceGroupName The name of the resource group
|
27
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
27
28
|
* @param registryName The name of the container registry.
|
28
29
|
* @param options The options parameters.
|
29
30
|
*/
|
@@ -36,20 +37,31 @@ export class ImportPipelinesImpl {
|
|
36
37
|
[Symbol.asyncIterator]() {
|
37
38
|
return this;
|
38
39
|
},
|
39
|
-
byPage: () => {
|
40
|
-
|
40
|
+
byPage: (settings) => {
|
41
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
42
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
43
|
+
}
|
44
|
+
return this.listPagingPage(resourceGroupName, registryName, options, settings);
|
41
45
|
}
|
42
46
|
};
|
43
47
|
}
|
44
|
-
listPagingPage(resourceGroupName, registryName, options) {
|
48
|
+
listPagingPage(resourceGroupName, registryName, options, settings) {
|
45
49
|
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
46
|
-
let result
|
47
|
-
|
48
|
-
|
50
|
+
let result;
|
51
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
52
|
+
if (!continuationToken) {
|
53
|
+
result = yield __await(this._list(resourceGroupName, registryName, options));
|
54
|
+
let page = result.value || [];
|
55
|
+
continuationToken = result.nextLink;
|
56
|
+
setContinuationToken(page, continuationToken);
|
57
|
+
yield yield __await(page);
|
58
|
+
}
|
49
59
|
while (continuationToken) {
|
50
60
|
result = yield __await(this._listNext(resourceGroupName, registryName, continuationToken, options));
|
51
61
|
continuationToken = result.nextLink;
|
52
|
-
|
62
|
+
let page = result.value || [];
|
63
|
+
setContinuationToken(page, continuationToken);
|
64
|
+
yield yield __await(page);
|
53
65
|
}
|
54
66
|
});
|
55
67
|
}
|
@@ -73,7 +85,7 @@ export class ImportPipelinesImpl {
|
|
73
85
|
}
|
74
86
|
/**
|
75
87
|
* Lists all import pipelines for the specified container registry.
|
76
|
-
* @param resourceGroupName The name of the resource group
|
88
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
77
89
|
* @param registryName The name of the container registry.
|
78
90
|
* @param options The options parameters.
|
79
91
|
*/
|
@@ -82,7 +94,7 @@ export class ImportPipelinesImpl {
|
|
82
94
|
}
|
83
95
|
/**
|
84
96
|
* Gets the properties of the import pipeline.
|
85
|
-
* @param resourceGroupName The name of the resource group
|
97
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
86
98
|
* @param registryName The name of the container registry.
|
87
99
|
* @param importPipelineName The name of the import pipeline.
|
88
100
|
* @param options The options parameters.
|
@@ -92,7 +104,7 @@ export class ImportPipelinesImpl {
|
|
92
104
|
}
|
93
105
|
/**
|
94
106
|
* Creates an import pipeline for a container registry with the specified parameters.
|
95
|
-
* @param resourceGroupName The name of the resource group
|
107
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
96
108
|
* @param registryName The name of the container registry.
|
97
109
|
* @param importPipelineName The name of the import pipeline.
|
98
110
|
* @param importPipelineCreateParameters The parameters for creating an import pipeline.
|
@@ -103,7 +115,7 @@ export class ImportPipelinesImpl {
|
|
103
115
|
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
104
116
|
return this.client.sendOperationRequest(args, spec);
|
105
117
|
});
|
106
|
-
const
|
118
|
+
const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
107
119
|
var _a;
|
108
120
|
let currentRawResponse = undefined;
|
109
121
|
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
@@ -122,16 +134,21 @@ export class ImportPipelinesImpl {
|
|
122
134
|
}
|
123
135
|
};
|
124
136
|
});
|
125
|
-
const lro =
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
137
|
+
const lro = createLroSpec({
|
138
|
+
sendOperationFn,
|
139
|
+
args: {
|
140
|
+
resourceGroupName,
|
141
|
+
registryName,
|
142
|
+
importPipelineName,
|
143
|
+
importPipelineCreateParameters,
|
144
|
+
options
|
145
|
+
},
|
146
|
+
spec: createOperationSpec
|
147
|
+
});
|
148
|
+
const poller = yield createHttpPoller(lro, {
|
149
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
150
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
151
|
+
resourceLocationConfig: "azure-async-operation"
|
135
152
|
});
|
136
153
|
yield poller.poll();
|
137
154
|
return poller;
|
@@ -139,7 +156,7 @@ export class ImportPipelinesImpl {
|
|
139
156
|
}
|
140
157
|
/**
|
141
158
|
* Creates an import pipeline for a container registry with the specified parameters.
|
142
|
-
* @param resourceGroupName The name of the resource group
|
159
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
143
160
|
* @param registryName The name of the container registry.
|
144
161
|
* @param importPipelineName The name of the import pipeline.
|
145
162
|
* @param importPipelineCreateParameters The parameters for creating an import pipeline.
|
@@ -153,7 +170,7 @@ export class ImportPipelinesImpl {
|
|
153
170
|
}
|
154
171
|
/**
|
155
172
|
* Deletes an import pipeline from a container registry.
|
156
|
-
* @param resourceGroupName The name of the resource group
|
173
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
157
174
|
* @param registryName The name of the container registry.
|
158
175
|
* @param importPipelineName The name of the import pipeline.
|
159
176
|
* @param options The options parameters.
|
@@ -163,7 +180,7 @@ export class ImportPipelinesImpl {
|
|
163
180
|
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
164
181
|
return this.client.sendOperationRequest(args, spec);
|
165
182
|
});
|
166
|
-
const
|
183
|
+
const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
167
184
|
var _a;
|
168
185
|
let currentRawResponse = undefined;
|
169
186
|
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
@@ -182,10 +199,15 @@ export class ImportPipelinesImpl {
|
|
182
199
|
}
|
183
200
|
};
|
184
201
|
});
|
185
|
-
const lro =
|
186
|
-
|
187
|
-
|
188
|
-
|
202
|
+
const lro = createLroSpec({
|
203
|
+
sendOperationFn,
|
204
|
+
args: { resourceGroupName, registryName, importPipelineName, options },
|
205
|
+
spec: deleteOperationSpec
|
206
|
+
});
|
207
|
+
const poller = yield createHttpPoller(lro, {
|
208
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
209
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
210
|
+
resourceLocationConfig: "location"
|
189
211
|
});
|
190
212
|
yield poller.poll();
|
191
213
|
return poller;
|
@@ -193,7 +215,7 @@ export class ImportPipelinesImpl {
|
|
193
215
|
}
|
194
216
|
/**
|
195
217
|
* Deletes an import pipeline from a container registry.
|
196
|
-
* @param resourceGroupName The name of the resource group
|
218
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
197
219
|
* @param registryName The name of the container registry.
|
198
220
|
* @param importPipelineName The name of the import pipeline.
|
199
221
|
* @param options The options parameters.
|
@@ -206,7 +228,7 @@ export class ImportPipelinesImpl {
|
|
206
228
|
}
|
207
229
|
/**
|
208
230
|
* ListNext
|
209
|
-
* @param resourceGroupName The name of the resource group
|
231
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
210
232
|
* @param registryName The name of the container registry.
|
211
233
|
* @param nextLink The nextLink from the previous successful call to the List method.
|
212
234
|
* @param options The options parameters.
|
@@ -327,7 +349,6 @@ const listNextOperationSpec = {
|
|
327
349
|
bodyMapper: Mappers.ErrorResponse
|
328
350
|
}
|
329
351
|
},
|
330
|
-
queryParameters: [Parameters.apiVersion],
|
331
352
|
urlParameters: [
|
332
353
|
Parameters.$host,
|
333
354
|
Parameters.subscriptionId,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"importPipelines.js","sourceRoot":"","sources":["../../../src/operations/importPipelines.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;
|
1
|
+
{"version":3,"file":"importPipelines.js","sourceRoot":"","sources":["../../../src/operations/importPipelines.ts"],"names":[],"mappings":"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"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC"}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,cAAc,CAAC;AAC7B,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC"}
|
@@ -5,7 +5,9 @@
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
7
|
*/
|
8
|
+
export * from "./cacheRules";
|
8
9
|
export * from "./connectedRegistries";
|
10
|
+
export * from "./credentialSets";
|
9
11
|
export * from "./exportPipelines";
|
10
12
|
export * from "./registries";
|
11
13
|
export * from "./importPipelines";
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC"}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,cAAc,CAAC;AAC7B,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAIrD,OAAO,EAAE,iCAAiC,EAAE,MAAM,sCAAsC,CAAC;AACzF,OAAO,EACL,mBAAmB,EAEnB,4BAA4B,EAG7B,MAAM,WAAW,CAAC;AAGnB,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAoC;IAE3D;;;OAGG;gBACS,MAAM,EAAE,iCAAiC;IAIrD;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,mBAAmB,CAAC;YAkBnC,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
|