@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,6 +6,7 @@
|
|
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 } 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";
|
@@ -32,20 +33,31 @@ export class OperationsImpl {
|
|
32
33
|
[Symbol.asyncIterator]() {
|
33
34
|
return this;
|
34
35
|
},
|
35
|
-
byPage: () => {
|
36
|
-
|
36
|
+
byPage: (settings) => {
|
37
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
38
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
39
|
+
}
|
40
|
+
return this.listPagingPage(options, settings);
|
37
41
|
}
|
38
42
|
};
|
39
43
|
}
|
40
|
-
listPagingPage(options) {
|
44
|
+
listPagingPage(options, settings) {
|
41
45
|
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
42
|
-
let result
|
43
|
-
|
44
|
-
|
46
|
+
let result;
|
47
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
48
|
+
if (!continuationToken) {
|
49
|
+
result = yield __await(this._list(options));
|
50
|
+
let page = result.value || [];
|
51
|
+
continuationToken = result.nextLink;
|
52
|
+
setContinuationToken(page, continuationToken);
|
53
|
+
yield yield __await(page);
|
54
|
+
}
|
45
55
|
while (continuationToken) {
|
46
56
|
result = yield __await(this._listNext(continuationToken, options));
|
47
57
|
continuationToken = result.nextLink;
|
48
|
-
|
58
|
+
let page = result.value || [];
|
59
|
+
setContinuationToken(page, continuationToken);
|
60
|
+
yield yield __await(page);
|
49
61
|
}
|
50
62
|
});
|
51
63
|
}
|
@@ -106,7 +118,6 @@ const listNextOperationSpec = {
|
|
106
118
|
bodyMapper: Mappers.OperationListResult
|
107
119
|
}
|
108
120
|
},
|
109
|
-
queryParameters: [Parameters.apiVersion],
|
110
121
|
urlParameters: [Parameters.$host, Parameters.nextLink],
|
111
122
|
headerParameters: [Parameters.accept],
|
112
123
|
serializer
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"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"}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
2
|
import { PipelineRuns } from "../operationsInterfaces";
|
3
3
|
import { ContainerRegistryManagementClient } from "../containerRegistryManagementClient";
|
4
|
-
import {
|
4
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
5
5
|
import { PipelineRun, PipelineRunsListOptionalParams, PipelineRunsGetOptionalParams, PipelineRunsGetResponse, PipelineRunsCreateOptionalParams, PipelineRunsCreateResponse, PipelineRunsDeleteOptionalParams } from "../models";
|
6
6
|
/** Class containing PipelineRuns operations. */
|
7
7
|
export declare class PipelineRunsImpl implements PipelineRuns {
|
@@ -13,7 +13,7 @@ export declare class PipelineRunsImpl implements PipelineRuns {
|
|
13
13
|
constructor(client: ContainerRegistryManagementClient);
|
14
14
|
/**
|
15
15
|
* Lists all the pipeline runs 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 PipelineRunsImpl implements PipelineRuns {
|
|
22
22
|
private listPagingAll;
|
23
23
|
/**
|
24
24
|
* Lists all the pipeline runs 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 detailed information for a given pipeline run.
|
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 pipelineRunName The name of the pipeline run.
|
35
35
|
* @param options The options parameters.
|
@@ -37,16 +37,16 @@ export declare class PipelineRunsImpl implements PipelineRuns {
|
|
37
37
|
get(resourceGroupName: string, registryName: string, pipelineRunName: string, options?: PipelineRunsGetOptionalParams): Promise<PipelineRunsGetResponse>;
|
38
38
|
/**
|
39
39
|
* Creates a pipeline run 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 pipelineRunName The name of the pipeline run.
|
43
43
|
* @param pipelineRunCreateParameters The parameters for creating a pipeline run.
|
44
44
|
* @param options The options parameters.
|
45
45
|
*/
|
46
|
-
beginCreate(resourceGroupName: string, registryName: string, pipelineRunName: string, pipelineRunCreateParameters: PipelineRun, options?: PipelineRunsCreateOptionalParams): Promise<
|
46
|
+
beginCreate(resourceGroupName: string, registryName: string, pipelineRunName: string, pipelineRunCreateParameters: PipelineRun, options?: PipelineRunsCreateOptionalParams): Promise<SimplePollerLike<OperationState<PipelineRunsCreateResponse>, PipelineRunsCreateResponse>>;
|
47
47
|
/**
|
48
48
|
* Creates a pipeline run 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 pipelineRunName The name of the pipeline run.
|
52
52
|
* @param pipelineRunCreateParameters The parameters for creating a pipeline run.
|
@@ -55,15 +55,15 @@ export declare class PipelineRunsImpl implements PipelineRuns {
|
|
55
55
|
beginCreateAndWait(resourceGroupName: string, registryName: string, pipelineRunName: string, pipelineRunCreateParameters: PipelineRun, options?: PipelineRunsCreateOptionalParams): Promise<PipelineRunsCreateResponse>;
|
56
56
|
/**
|
57
57
|
* Deletes a pipeline run 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 pipelineRunName The name of the pipeline run.
|
61
61
|
* @param options The options parameters.
|
62
62
|
*/
|
63
|
-
beginDelete(resourceGroupName: string, registryName: string, pipelineRunName: string, options?: PipelineRunsDeleteOptionalParams): Promise<
|
63
|
+
beginDelete(resourceGroupName: string, registryName: string, pipelineRunName: string, options?: PipelineRunsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
64
64
|
/**
|
65
65
|
* Deletes a pipeline run 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 pipelineRunName The name of the pipeline run.
|
69
69
|
* @param options The options parameters.
|
@@ -71,7 +71,7 @@ export declare class PipelineRunsImpl implements PipelineRuns {
|
|
71
71
|
beginDeleteAndWait(resourceGroupName: string, registryName: string, pipelineRunName: string, options?: PipelineRunsDeleteOptionalParams): 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":"pipelineRuns.d.ts","sourceRoot":"","sources":["../../../src/operations/pipelineRuns.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,
|
1
|
+
{"version":3,"file":"pipelineRuns.d.ts","sourceRoot":"","sources":["../../../src/operations/pipelineRuns.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAIvD,OAAO,EAAE,iCAAiC,EAAE,MAAM,sCAAsC,CAAC;AACzF,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,WAAW,EAEX,8BAA8B,EAE9B,6BAA6B,EAC7B,uBAAuB,EACvB,gCAAgC,EAChC,0BAA0B,EAC1B,gCAAgC,EAEjC,MAAM,WAAW,CAAC;AAGnB,gDAAgD;AAChD,qBAAa,gBAAiB,YAAW,YAAY;IACnD,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,8BAA8B,GACvC,0BAA0B,CAAC,WAAW,CAAC;YAuB3B,cAAc;YA6Bd,aAAa;IAc5B;;;;;OAKG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC;IAOnC;;;;;;;OAOG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,MAAM,EACvB,2BAA2B,EAAE,WAAW,EACxC,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,0BAA0B,CAAC,EAC1C,0BAA0B,CAC3B,CACF;IA+DD;;;;;;;OAOG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,MAAM,EACvB,2BAA2B,EAAE,WAAW,EACxC,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC;IAWtC;;;;;;OAMG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,gCAAgC,GACzC,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,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,gCAAgC,GACzC,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 PipelineRuns operations. */
|
16
17
|
export class PipelineRunsImpl {
|
@@ -23,7 +24,7 @@ export class PipelineRunsImpl {
|
|
23
24
|
}
|
24
25
|
/**
|
25
26
|
* Lists all the pipeline runs 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 PipelineRunsImpl {
|
|
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 PipelineRunsImpl {
|
|
73
85
|
}
|
74
86
|
/**
|
75
87
|
* Lists all the pipeline runs 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 PipelineRunsImpl {
|
|
82
94
|
}
|
83
95
|
/**
|
84
96
|
* Gets the detailed information for a given pipeline run.
|
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 pipelineRunName The name of the pipeline run.
|
88
100
|
* @param options The options parameters.
|
@@ -92,7 +104,7 @@ export class PipelineRunsImpl {
|
|
92
104
|
}
|
93
105
|
/**
|
94
106
|
* Creates a pipeline run 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 pipelineRunName The name of the pipeline run.
|
98
110
|
* @param pipelineRunCreateParameters The parameters for creating a pipeline run.
|
@@ -103,7 +115,7 @@ export class PipelineRunsImpl {
|
|
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 PipelineRunsImpl {
|
|
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
|
+
pipelineRunName,
|
143
|
+
pipelineRunCreateParameters,
|
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 PipelineRunsImpl {
|
|
139
156
|
}
|
140
157
|
/**
|
141
158
|
* Creates a pipeline run 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 pipelineRunName The name of the pipeline run.
|
145
162
|
* @param pipelineRunCreateParameters The parameters for creating a pipeline run.
|
@@ -153,7 +170,7 @@ export class PipelineRunsImpl {
|
|
153
170
|
}
|
154
171
|
/**
|
155
172
|
* Deletes a pipeline run 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 pipelineRunName The name of the pipeline run.
|
159
176
|
* @param options The options parameters.
|
@@ -163,7 +180,7 @@ export class PipelineRunsImpl {
|
|
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 PipelineRunsImpl {
|
|
182
199
|
}
|
183
200
|
};
|
184
201
|
});
|
185
|
-
const lro =
|
186
|
-
|
187
|
-
|
188
|
-
|
202
|
+
const lro = createLroSpec({
|
203
|
+
sendOperationFn,
|
204
|
+
args: { resourceGroupName, registryName, pipelineRunName, 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 PipelineRunsImpl {
|
|
193
215
|
}
|
194
216
|
/**
|
195
217
|
* Deletes a pipeline run 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 pipelineRunName The name of the pipeline run.
|
199
221
|
* @param options The options parameters.
|
@@ -206,7 +228,7 @@ export class PipelineRunsImpl {
|
|
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":"pipelineRuns.js","sourceRoot":"","sources":["../../../src/operations/pipelineRuns.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;
|
1
|
+
{"version":3,"file":"pipelineRuns.js","sourceRoot":"","sources":["../../../src/operations/pipelineRuns.ts"],"names":[],"mappings":"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"}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
2
|
import { PrivateEndpointConnections } from "../operationsInterfaces";
|
3
3
|
import { ContainerRegistryManagementClient } from "../containerRegistryManagementClient";
|
4
|
-
import {
|
4
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
5
5
|
import { PrivateEndpointConnection, PrivateEndpointConnectionsListOptionalParams, PrivateEndpointConnectionsGetOptionalParams, PrivateEndpointConnectionsGetResponse, PrivateEndpointConnectionsCreateOrUpdateOptionalParams, PrivateEndpointConnectionsCreateOrUpdateResponse, PrivateEndpointConnectionsDeleteOptionalParams } from "../models";
|
6
6
|
/** Class containing PrivateEndpointConnections operations. */
|
7
7
|
export declare class PrivateEndpointConnectionsImpl implements PrivateEndpointConnections {
|
@@ -13,7 +13,7 @@ export declare class PrivateEndpointConnectionsImpl implements PrivateEndpointCo
|
|
13
13
|
constructor(client: ContainerRegistryManagementClient);
|
14
14
|
/**
|
15
15
|
* List all private endpoint connections in a 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 PrivateEndpointConnectionsImpl implements PrivateEndpointCo
|
|
22
22
|
private listPagingAll;
|
23
23
|
/**
|
24
24
|
* List all private endpoint connections in a 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
|
* Get the specified private endpoint connection associated with the container registry.
|
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 privateEndpointConnectionName The name of the private endpoint connection.
|
35
35
|
* @param options The options parameters.
|
@@ -37,16 +37,16 @@ export declare class PrivateEndpointConnectionsImpl implements PrivateEndpointCo
|
|
37
37
|
get(resourceGroupName: string, registryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
38
38
|
/**
|
39
39
|
* Update the state of specified private endpoint connection associated with the container registry.
|
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 privateEndpointConnectionName The name of the private endpoint connection.
|
43
43
|
* @param privateEndpointConnection The parameters for creating a private endpoint connection.
|
44
44
|
* @param options The options parameters.
|
45
45
|
*/
|
46
|
-
beginCreateOrUpdate(resourceGroupName: string, registryName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<
|
46
|
+
beginCreateOrUpdate(resourceGroupName: string, registryName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
|
47
47
|
/**
|
48
48
|
* Update the state of specified private endpoint connection associated with the container registry.
|
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 privateEndpointConnectionName The name of the private endpoint connection.
|
52
52
|
* @param privateEndpointConnection The parameters for creating a private endpoint connection.
|
@@ -55,15 +55,15 @@ export declare class PrivateEndpointConnectionsImpl implements PrivateEndpointCo
|
|
55
55
|
beginCreateOrUpdateAndWait(resourceGroupName: string, registryName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
|
56
56
|
/**
|
57
57
|
* Deletes the specified private endpoint connection associated with the 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 privateEndpointConnectionName The name of the private endpoint connection.
|
61
61
|
* @param options The options parameters.
|
62
62
|
*/
|
63
|
-
beginDelete(resourceGroupName: string, registryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<
|
63
|
+
beginDelete(resourceGroupName: string, registryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
64
64
|
/**
|
65
65
|
* Deletes the specified private endpoint connection associated with the 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 privateEndpointConnectionName The name of the private endpoint connection.
|
69
69
|
* @param options The options parameters.
|
@@ -71,7 +71,7 @@ export declare class PrivateEndpointConnectionsImpl implements PrivateEndpointCo
|
|
71
71
|
beginDeleteAndWait(resourceGroupName: string, registryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): 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":"privateEndpointConnections.d.ts","sourceRoot":"","sources":["../../../src/operations/privateEndpointConnections.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,
|
1
|
+
{"version":3,"file":"privateEndpointConnections.d.ts","sourceRoot":"","sources":["../../../src/operations/privateEndpointConnections.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,0BAA0B,EAAE,MAAM,yBAAyB,CAAC;AAIrE,OAAO,EAAE,iCAAiC,EAAE,MAAM,sCAAsC,CAAC;AACzF,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,yBAAyB,EAEzB,4CAA4C,EAE5C,2CAA2C,EAC3C,qCAAqC,EACrC,sDAAsD,EACtD,gDAAgD,EAChD,8CAA8C,EAE/C,MAAM,WAAW,CAAC;AAGnB,8DAA8D;AAC9D,qBAAa,8BACX,YAAW,0BAA0B;IACrC,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,4CAA4C,GACrD,0BAA0B,CAAC,yBAAyB,CAAC;YAuBzC,cAAc;YA6Bd,aAAa;IAc5B;;;;;OAKG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC;IAYjD;;;;;;;OAOG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,6BAA6B,EAAE,MAAM,EACrC,yBAAyB,EAAE,yBAAyB,EACpD,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,gDAAgD,CAAC,EAChE,gDAAgD,CACjD,CACF;IA+DD;;;;;;;OAOG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,6BAA6B,EAAE,MAAM,EACrC,yBAAyB,EAAE,yBAAyB,EACpD,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC;IAW5D;;;;;;OAMG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IA2DxD;;;;;;OAMG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,IAAI,CAAC;IAUhB;;;;;;OAMG;IACH,OAAO,CAAC,SAAS;CAWlB"}
|