@azure/arm-containerregistry 12.0.0 → 12.1.0-beta.2
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/README.md +1 -1
- package/dist/browser/api/archiveVersions/index.d.ts +3 -0
- package/dist/browser/api/archiveVersions/index.js +4 -0
- package/dist/browser/api/archiveVersions/index.js.map +1 -0
- package/dist/browser/api/archiveVersions/operations.d.ts +23 -0
- package/dist/browser/api/archiveVersions/operations.js +149 -0
- package/dist/browser/api/archiveVersions/operations.js.map +1 -0
- package/dist/browser/api/archiveVersions/options.d.ts +18 -0
- package/dist/browser/api/archiveVersions/options.js.map +1 -0
- package/dist/browser/api/archives/index.d.ts +3 -0
- package/dist/browser/api/archives/index.js.map +1 -0
- package/dist/browser/api/archives/operations.d.ts +27 -0
- package/dist/{react-native/api/replications → browser/api/archives}/operations.js +71 -59
- package/dist/browser/api/archives/operations.js.map +1 -0
- package/dist/browser/api/archives/options.d.ts +21 -0
- package/dist/browser/api/archives/options.js.map +1 -0
- package/dist/browser/api/cacheRules/index.d.ts +1 -1
- package/dist/browser/api/cacheRules/index.js.map +1 -1
- package/dist/browser/api/cacheRules/operations.d.ts +0 -5
- package/dist/browser/api/cacheRules/operations.js +30 -18
- package/dist/browser/api/cacheRules/operations.js.map +1 -1
- package/dist/browser/api/connectedRegistries/index.d.ts +2 -2
- package/dist/browser/api/connectedRegistries/index.js +1 -1
- package/dist/browser/api/connectedRegistries/index.js.map +1 -1
- package/dist/browser/api/connectedRegistries/operations.d.ts +5 -6
- package/dist/browser/api/connectedRegistries/operations.js +66 -20
- package/dist/browser/api/connectedRegistries/operations.js.map +1 -1
- package/dist/browser/api/connectedRegistries/options.d.ts +3 -0
- package/dist/browser/api/connectedRegistries/options.js.map +1 -1
- package/dist/browser/api/containerRegistryManagementContext.d.ts +3 -5
- package/dist/browser/api/containerRegistryManagementContext.js +5 -17
- package/dist/browser/api/containerRegistryManagementContext.js.map +1 -1
- package/dist/browser/api/credentialSets/index.d.ts +1 -1
- package/dist/browser/api/credentialSets/index.js.map +1 -1
- package/dist/browser/api/credentialSets/operations.d.ts +0 -5
- package/dist/browser/api/credentialSets/operations.js +30 -18
- package/dist/browser/api/credentialSets/operations.js.map +1 -1
- package/dist/browser/api/exportPipelines/index.d.ts +3 -0
- package/dist/browser/api/exportPipelines/index.js +4 -0
- package/dist/browser/api/exportPipelines/index.js.map +1 -0
- package/dist/browser/api/exportPipelines/operations.d.ts +23 -0
- package/dist/{react-native/api/scopeMaps → browser/api/exportPipelines}/operations.js +50 -76
- package/dist/browser/api/exportPipelines/operations.js.map +1 -0
- package/dist/browser/api/exportPipelines/options.d.ts +18 -0
- package/dist/browser/api/exportPipelines/options.js.map +1 -0
- package/dist/browser/api/importPipelines/index.d.ts +3 -0
- package/dist/browser/api/importPipelines/index.js +4 -0
- package/dist/browser/api/importPipelines/index.js.map +1 -0
- package/dist/browser/api/importPipelines/operations.d.ts +23 -0
- package/dist/browser/api/importPipelines/operations.js +143 -0
- package/dist/browser/api/importPipelines/operations.js.map +1 -0
- package/dist/browser/api/importPipelines/options.d.ts +18 -0
- package/dist/browser/api/importPipelines/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +2 -1
- package/dist/browser/api/index.js +1 -1
- package/dist/browser/api/index.js.map +1 -1
- package/dist/browser/api/operations/index.d.ts +1 -1
- package/dist/browser/api/operations/index.js.map +1 -1
- package/dist/browser/api/operations/operations.js +9 -3
- package/dist/browser/api/operations/operations.js.map +1 -1
- package/dist/browser/api/pipelineRuns/index.d.ts +3 -0
- package/dist/browser/api/pipelineRuns/index.js +4 -0
- package/dist/browser/api/pipelineRuns/index.js.map +1 -0
- package/dist/browser/api/pipelineRuns/operations.d.ts +23 -0
- package/dist/{react-native/api/privateEndpointConnections → browser/api/pipelineRuns}/operations.js +52 -43
- package/dist/browser/api/pipelineRuns/operations.js.map +1 -0
- package/dist/browser/api/pipelineRuns/options.d.ts +18 -0
- package/dist/{react-native/api/replications → browser/api/pipelineRuns}/options.js.map +1 -1
- package/dist/browser/api/privateEndpointConnections/index.d.ts +1 -1
- package/dist/browser/api/privateEndpointConnections/index.js.map +1 -1
- package/dist/browser/api/privateEndpointConnections/operations.d.ts +0 -5
- package/dist/browser/api/privateEndpointConnections/operations.js +25 -16
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/browser/api/registries/index.d.ts +1 -1
- package/dist/browser/api/registries/index.js.map +1 -1
- package/dist/browser/api/registries/operations.d.ts +0 -5
- package/dist/browser/api/registries/operations.js +80 -40
- package/dist/browser/api/registries/operations.js.map +1 -1
- package/dist/browser/api/replications/index.d.ts +1 -1
- package/dist/browser/api/replications/index.js.map +1 -1
- package/dist/browser/api/replications/operations.d.ts +0 -5
- package/dist/browser/api/replications/operations.js +30 -18
- package/dist/browser/api/replications/operations.js.map +1 -1
- package/dist/browser/api/scopeMaps/index.d.ts +1 -1
- package/dist/browser/api/scopeMaps/index.js.map +1 -1
- package/dist/browser/api/scopeMaps/operations.d.ts +0 -5
- package/dist/browser/api/scopeMaps/operations.js +30 -18
- package/dist/browser/api/scopeMaps/operations.js.map +1 -1
- package/dist/browser/api/tokens/index.d.ts +1 -1
- package/dist/browser/api/tokens/index.js.map +1 -1
- package/dist/browser/api/tokens/operations.d.ts +0 -5
- package/dist/browser/api/tokens/operations.js +30 -18
- package/dist/browser/api/tokens/operations.js.map +1 -1
- package/dist/browser/api/webhooks/index.d.ts +1 -1
- package/dist/browser/api/webhooks/index.js.map +1 -1
- package/dist/browser/api/webhooks/operations.d.ts +0 -5
- package/dist/browser/api/webhooks/operations.js +47 -25
- package/dist/browser/api/webhooks/operations.js.map +1 -1
- package/dist/browser/classic/archiveVersions/index.d.ts +27 -0
- package/dist/browser/classic/archiveVersions/index.js +34 -0
- package/dist/browser/classic/archiveVersions/index.js.map +1 -0
- package/dist/browser/classic/archives/index.d.ts +29 -0
- package/dist/browser/classic/archives/index.js +35 -0
- package/dist/browser/classic/archives/index.js.map +1 -0
- package/dist/browser/classic/cacheRules/index.d.ts +0 -5
- package/dist/browser/classic/cacheRules/index.js.map +1 -1
- package/dist/browser/classic/connectedRegistries/index.d.ts +3 -6
- package/dist/browser/classic/connectedRegistries/index.js +2 -1
- package/dist/browser/classic/connectedRegistries/index.js.map +1 -1
- package/dist/browser/classic/credentialSets/index.d.ts +0 -5
- package/dist/browser/classic/credentialSets/index.js.map +1 -1
- package/dist/browser/classic/exportPipelines/index.d.ts +27 -0
- package/dist/browser/classic/exportPipelines/index.js +34 -0
- package/dist/browser/classic/exportPipelines/index.js.map +1 -0
- package/dist/browser/classic/importPipelines/index.d.ts +27 -0
- package/dist/browser/classic/importPipelines/index.js +34 -0
- package/dist/browser/classic/importPipelines/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +15 -10
- package/dist/browser/classic/index.js.map +1 -1
- package/dist/browser/classic/pipelineRuns/index.d.ts +27 -0
- package/dist/browser/classic/pipelineRuns/index.js +34 -0
- package/dist/browser/classic/pipelineRuns/index.js.map +1 -0
- package/dist/browser/classic/privateEndpointConnections/index.d.ts +0 -5
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -1
- package/dist/browser/classic/registries/index.d.ts +0 -5
- package/dist/browser/classic/registries/index.js.map +1 -1
- package/dist/browser/classic/replications/index.d.ts +0 -5
- package/dist/browser/classic/replications/index.js.map +1 -1
- package/dist/browser/classic/scopeMaps/index.d.ts +0 -5
- package/dist/browser/classic/scopeMaps/index.js.map +1 -1
- package/dist/browser/classic/tokens/index.d.ts +0 -5
- package/dist/browser/classic/tokens/index.js.map +1 -1
- package/dist/browser/classic/webhooks/index.d.ts +0 -5
- package/dist/browser/classic/webhooks/index.js.map +1 -1
- package/dist/browser/containerRegistryManagementClient.d.ts +16 -1
- package/dist/browser/containerRegistryManagementClient.js +20 -1
- package/dist/browser/containerRegistryManagementClient.js.map +1 -1
- package/dist/browser/index.d.ts +29 -19
- package/dist/browser/index.js +2 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/index.d.ts +2 -1
- package/dist/browser/models/index.js +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +758 -14
- package/dist/browser/models/models.js +906 -18
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/restorePollerHelpers.js +31 -16
- package/dist/browser/restorePollerHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pagingHelpers.d.ts +1 -0
- package/dist/browser/static-helpers/pagingHelpers.js +27 -5
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pollingHelpers.d.ts +5 -1
- package/dist/browser/static-helpers/pollingHelpers.js +18 -2
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +1 -1
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -1
- package/dist/browser/static-helpers/urlTemplate.js +5 -5
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -1
- package/dist/commonjs/api/archiveVersions/index.d.ts +3 -0
- package/dist/commonjs/api/archiveVersions/index.js +34 -0
- package/dist/commonjs/api/archiveVersions/index.js.map +7 -0
- package/dist/commonjs/api/archiveVersions/operations.d.ts +23 -0
- package/dist/commonjs/api/archiveVersions/operations.js +237 -0
- package/dist/commonjs/api/archiveVersions/operations.js.map +7 -0
- package/dist/commonjs/api/archiveVersions/options.d.ts +18 -0
- package/dist/commonjs/api/archiveVersions/options.js +16 -0
- package/dist/commonjs/api/archiveVersions/options.js.map +7 -0
- package/dist/commonjs/api/archives/index.d.ts +3 -0
- package/dist/commonjs/api/archives/index.js +36 -0
- package/dist/commonjs/api/archives/index.js.map +7 -0
- package/dist/commonjs/api/archives/operations.d.ts +27 -0
- package/dist/commonjs/api/archives/operations.js +277 -0
- package/dist/commonjs/api/archives/operations.js.map +7 -0
- package/dist/commonjs/api/archives/options.d.ts +21 -0
- package/dist/commonjs/api/archives/options.js +16 -0
- package/dist/commonjs/api/archives/options.js.map +7 -0
- package/dist/commonjs/api/cacheRules/index.d.ts +1 -1
- package/dist/commonjs/api/cacheRules/index.js +1 -0
- package/dist/commonjs/api/cacheRules/index.js.map +2 -2
- package/dist/commonjs/api/cacheRules/operations.d.ts +0 -5
- package/dist/commonjs/api/cacheRules/operations.js +34 -16
- package/dist/commonjs/api/cacheRules/operations.js.map +3 -3
- package/dist/commonjs/api/cacheRules/options.js +1 -0
- package/dist/commonjs/api/cacheRules/options.js.map +1 -1
- package/dist/commonjs/api/connectedRegistries/index.d.ts +2 -2
- package/dist/commonjs/api/connectedRegistries/index.js +3 -0
- package/dist/commonjs/api/connectedRegistries/index.js.map +3 -3
- package/dist/commonjs/api/connectedRegistries/operations.d.ts +5 -6
- package/dist/commonjs/api/connectedRegistries/operations.js +86 -19
- package/dist/commonjs/api/connectedRegistries/operations.js.map +3 -3
- package/dist/commonjs/api/connectedRegistries/options.d.ts +3 -0
- package/dist/commonjs/api/connectedRegistries/options.js +1 -0
- package/dist/commonjs/api/connectedRegistries/options.js.map +2 -2
- package/dist/commonjs/api/containerRegistryManagementContext.d.ts +3 -5
- package/dist/commonjs/api/containerRegistryManagementContext.js +6 -14
- package/dist/commonjs/api/containerRegistryManagementContext.js.map +3 -3
- package/dist/commonjs/api/credentialSets/index.d.ts +1 -1
- package/dist/commonjs/api/credentialSets/index.js +1 -0
- package/dist/commonjs/api/credentialSets/index.js.map +2 -2
- package/dist/commonjs/api/credentialSets/operations.d.ts +0 -5
- package/dist/commonjs/api/credentialSets/operations.js +34 -16
- package/dist/commonjs/api/credentialSets/operations.js.map +3 -3
- package/dist/commonjs/api/credentialSets/options.js +1 -0
- package/dist/commonjs/api/credentialSets/options.js.map +1 -1
- package/dist/commonjs/api/exportPipelines/index.d.ts +3 -0
- package/dist/commonjs/api/exportPipelines/index.js +34 -0
- package/dist/commonjs/api/exportPipelines/index.js.map +7 -0
- package/dist/commonjs/api/exportPipelines/operations.d.ts +23 -0
- package/dist/commonjs/api/exportPipelines/operations.js +220 -0
- package/dist/commonjs/api/exportPipelines/operations.js.map +7 -0
- package/dist/commonjs/api/exportPipelines/options.d.ts +18 -0
- package/dist/commonjs/api/exportPipelines/options.js +16 -0
- package/dist/commonjs/api/exportPipelines/options.js.map +7 -0
- package/dist/commonjs/api/importPipelines/index.d.ts +3 -0
- package/dist/commonjs/api/importPipelines/index.js +34 -0
- package/dist/commonjs/api/importPipelines/index.js.map +7 -0
- package/dist/commonjs/api/importPipelines/operations.d.ts +23 -0
- package/dist/commonjs/api/importPipelines/operations.js +220 -0
- package/dist/commonjs/api/importPipelines/operations.js.map +7 -0
- package/dist/commonjs/api/importPipelines/options.d.ts +18 -0
- package/dist/commonjs/api/importPipelines/options.js +16 -0
- package/dist/commonjs/api/importPipelines/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +2 -1
- package/dist/commonjs/api/index.js +1 -0
- package/dist/commonjs/api/index.js.map +3 -3
- package/dist/commonjs/api/operations/index.d.ts +1 -1
- package/dist/commonjs/api/operations/index.js +1 -0
- package/dist/commonjs/api/operations/index.js.map +2 -2
- package/dist/commonjs/api/operations/operations.js +10 -3
- package/dist/commonjs/api/operations/operations.js.map +3 -3
- package/dist/commonjs/api/operations/options.js +1 -0
- package/dist/commonjs/api/operations/options.js.map +1 -1
- package/dist/commonjs/api/pipelineRuns/index.d.ts +3 -0
- package/dist/commonjs/api/pipelineRuns/index.js +34 -0
- package/dist/commonjs/api/pipelineRuns/index.js.map +7 -0
- package/dist/commonjs/api/pipelineRuns/operations.d.ts +23 -0
- package/dist/commonjs/api/pipelineRuns/operations.js +214 -0
- package/dist/commonjs/api/pipelineRuns/operations.js.map +7 -0
- package/dist/commonjs/api/pipelineRuns/options.d.ts +18 -0
- package/dist/commonjs/api/pipelineRuns/options.js +16 -0
- package/dist/commonjs/api/pipelineRuns/options.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/index.d.ts +1 -1
- package/dist/commonjs/api/privateEndpointConnections/index.js +1 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +2 -2
- package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +0 -5
- package/dist/commonjs/api/privateEndpointConnections/operations.js +28 -13
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +3 -3
- package/dist/commonjs/api/privateEndpointConnections/options.js +1 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js.map +1 -1
- package/dist/commonjs/api/registries/index.d.ts +1 -1
- package/dist/commonjs/api/registries/index.js +1 -0
- package/dist/commonjs/api/registries/index.js.map +2 -2
- package/dist/commonjs/api/registries/operations.d.ts +0 -5
- package/dist/commonjs/api/registries/operations.js +86 -40
- package/dist/commonjs/api/registries/operations.js.map +3 -3
- package/dist/commonjs/api/registries/options.js +1 -0
- package/dist/commonjs/api/registries/options.js.map +1 -1
- package/dist/commonjs/api/replications/index.d.ts +1 -1
- package/dist/commonjs/api/replications/index.js +1 -0
- package/dist/commonjs/api/replications/index.js.map +2 -2
- package/dist/commonjs/api/replications/operations.d.ts +0 -5
- package/dist/commonjs/api/replications/operations.js +34 -16
- package/dist/commonjs/api/replications/operations.js.map +3 -3
- package/dist/commonjs/api/replications/options.js +1 -0
- package/dist/commonjs/api/replications/options.js.map +1 -1
- package/dist/commonjs/api/scopeMaps/index.d.ts +1 -1
- package/dist/commonjs/api/scopeMaps/index.js +1 -0
- package/dist/commonjs/api/scopeMaps/index.js.map +2 -2
- package/dist/commonjs/api/scopeMaps/operations.d.ts +0 -5
- package/dist/commonjs/api/scopeMaps/operations.js +34 -16
- package/dist/commonjs/api/scopeMaps/operations.js.map +3 -3
- package/dist/commonjs/api/scopeMaps/options.js +1 -0
- package/dist/commonjs/api/scopeMaps/options.js.map +1 -1
- package/dist/commonjs/api/tokens/index.d.ts +1 -1
- package/dist/commonjs/api/tokens/index.js +1 -0
- package/dist/commonjs/api/tokens/index.js.map +2 -2
- package/dist/commonjs/api/tokens/operations.d.ts +0 -5
- package/dist/commonjs/api/tokens/operations.js +34 -16
- package/dist/commonjs/api/tokens/operations.js.map +3 -3
- package/dist/commonjs/api/tokens/options.js +1 -0
- package/dist/commonjs/api/tokens/options.js.map +1 -1
- package/dist/commonjs/api/webhooks/index.d.ts +1 -1
- package/dist/commonjs/api/webhooks/index.js +1 -0
- package/dist/commonjs/api/webhooks/index.js.map +2 -2
- package/dist/commonjs/api/webhooks/operations.d.ts +0 -5
- package/dist/commonjs/api/webhooks/operations.js +51 -23
- package/dist/commonjs/api/webhooks/operations.js.map +3 -3
- package/dist/commonjs/api/webhooks/options.js +1 -0
- package/dist/commonjs/api/webhooks/options.js.map +1 -1
- package/dist/commonjs/classic/archiveVersions/index.d.ts +27 -0
- package/dist/commonjs/classic/archiveVersions/index.js +114 -0
- package/dist/commonjs/classic/archiveVersions/index.js.map +7 -0
- package/dist/commonjs/classic/archives/index.d.ts +29 -0
- package/dist/commonjs/classic/archives/index.js +105 -0
- package/dist/commonjs/classic/archives/index.js.map +7 -0
- package/dist/commonjs/classic/cacheRules/index.d.ts +0 -5
- package/dist/commonjs/classic/cacheRules/index.js +1 -0
- package/dist/commonjs/classic/cacheRules/index.js.map +3 -3
- package/dist/commonjs/classic/connectedRegistries/index.d.ts +3 -6
- package/dist/commonjs/classic/connectedRegistries/index.js +2 -0
- package/dist/commonjs/classic/connectedRegistries/index.js.map +3 -3
- package/dist/commonjs/classic/credentialSets/index.d.ts +0 -5
- package/dist/commonjs/classic/credentialSets/index.js +1 -0
- package/dist/commonjs/classic/credentialSets/index.js.map +3 -3
- package/dist/commonjs/classic/exportPipelines/index.d.ts +27 -0
- package/dist/commonjs/classic/exportPipelines/index.js +79 -0
- package/dist/commonjs/classic/exportPipelines/index.js.map +7 -0
- package/dist/commonjs/classic/importPipelines/index.d.ts +27 -0
- package/dist/commonjs/classic/importPipelines/index.js +79 -0
- package/dist/commonjs/classic/importPipelines/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +15 -10
- package/dist/commonjs/classic/index.js +1 -0
- package/dist/commonjs/classic/index.js.map +2 -2
- package/dist/commonjs/classic/operations/index.js +1 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -1
- package/dist/commonjs/classic/pipelineRuns/index.d.ts +27 -0
- package/dist/commonjs/classic/pipelineRuns/index.js +79 -0
- package/dist/commonjs/classic/pipelineRuns/index.js.map +7 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +0 -5
- package/dist/commonjs/classic/privateEndpointConnections/index.js +1 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +3 -3
- package/dist/commonjs/classic/registries/index.d.ts +0 -5
- package/dist/commonjs/classic/registries/index.js +1 -0
- package/dist/commonjs/classic/registries/index.js.map +3 -3
- package/dist/commonjs/classic/replications/index.d.ts +0 -5
- package/dist/commonjs/classic/replications/index.js +1 -0
- package/dist/commonjs/classic/replications/index.js.map +3 -3
- package/dist/commonjs/classic/scopeMaps/index.d.ts +0 -5
- package/dist/commonjs/classic/scopeMaps/index.js +1 -0
- package/dist/commonjs/classic/scopeMaps/index.js.map +3 -3
- package/dist/commonjs/classic/tokens/index.d.ts +0 -5
- package/dist/commonjs/classic/tokens/index.js +1 -0
- package/dist/commonjs/classic/tokens/index.js.map +3 -3
- package/dist/commonjs/classic/webhooks/index.d.ts +0 -5
- package/dist/commonjs/classic/webhooks/index.js +1 -0
- package/dist/commonjs/classic/webhooks/index.js.map +3 -3
- package/dist/commonjs/containerRegistryManagementClient.d.ts +16 -1
- package/dist/commonjs/containerRegistryManagementClient.js +21 -1
- package/dist/commonjs/containerRegistryManagementClient.js.map +3 -3
- package/dist/commonjs/index.d.ts +29 -19
- package/dist/commonjs/index.js +36 -0
- package/dist/commonjs/index.js.map +3 -3
- package/dist/commonjs/logger.js +1 -0
- package/dist/commonjs/logger.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +2 -1
- package/dist/commonjs/models/index.js +31 -0
- package/dist/commonjs/models/index.js.map +3 -3
- package/dist/commonjs/models/models.d.ts +758 -14
- package/dist/commonjs/models/models.js +906 -25
- package/dist/commonjs/models/models.js.map +4 -4
- package/dist/commonjs/restorePollerHelpers.js +60 -44
- package/dist/commonjs/restorePollerHelpers.js.map +4 -4
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +1 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +16 -1
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +3 -3
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +5 -1
- package/dist/commonjs/static-helpers/pollingHelpers.js +11 -2
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +3 -3
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +1 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +1 -1
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +1 -1
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +1 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +2 -2
- package/dist/commonjs/static-helpers/urlTemplate.js +6 -5
- package/dist/commonjs/static-helpers/urlTemplate.js.map +4 -4
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/archiveVersions/index.d.ts +3 -0
- package/dist/esm/api/archiveVersions/index.js +4 -0
- package/dist/esm/api/archiveVersions/index.js.map +1 -0
- package/dist/esm/api/archiveVersions/operations.d.ts +23 -0
- package/dist/esm/api/archiveVersions/operations.js +149 -0
- package/dist/esm/api/archiveVersions/operations.js.map +1 -0
- package/dist/esm/api/archiveVersions/options.d.ts +18 -0
- package/dist/esm/api/archiveVersions/options.js.map +1 -0
- package/dist/esm/api/archives/index.d.ts +3 -0
- package/dist/esm/api/archives/index.js.map +1 -0
- package/dist/esm/api/archives/operations.d.ts +27 -0
- package/dist/{react-native/api/tokens → esm/api/archives}/operations.js +71 -59
- package/dist/esm/api/archives/operations.js.map +1 -0
- package/dist/esm/api/archives/options.d.ts +21 -0
- package/dist/esm/api/archives/options.js.map +1 -0
- package/dist/esm/api/cacheRules/index.d.ts +1 -1
- package/dist/esm/api/cacheRules/index.js +4 -8
- package/dist/esm/api/cacheRules/index.js.map +1 -7
- package/dist/esm/api/cacheRules/operations.d.ts +0 -5
- package/dist/esm/api/cacheRules/operations.js +158 -196
- package/dist/esm/api/cacheRules/operations.js.map +1 -7
- package/dist/esm/api/cacheRules/options.js +4 -0
- package/dist/esm/api/cacheRules/options.js.map +1 -7
- package/dist/esm/api/connectedRegistries/index.d.ts +2 -2
- package/dist/esm/api/connectedRegistries/index.js +4 -9
- package/dist/esm/api/connectedRegistries/index.js.map +1 -7
- package/dist/esm/api/connectedRegistries/operations.d.ts +5 -6
- package/dist/esm/api/connectedRegistries/operations.js +234 -250
- package/dist/esm/api/connectedRegistries/operations.js.map +1 -7
- package/dist/esm/api/connectedRegistries/options.d.ts +3 -0
- package/dist/esm/api/connectedRegistries/options.js +4 -0
- package/dist/esm/api/connectedRegistries/options.js.map +1 -7
- package/dist/esm/api/containerRegistryManagementContext.d.ts +3 -5
- package/dist/esm/api/containerRegistryManagementContext.js +21 -28
- package/dist/esm/api/containerRegistryManagementContext.js.map +1 -7
- package/dist/esm/api/credentialSets/index.d.ts +1 -1
- package/dist/esm/api/credentialSets/index.js +4 -8
- package/dist/esm/api/credentialSets/index.js.map +1 -7
- package/dist/esm/api/credentialSets/operations.d.ts +0 -5
- package/dist/esm/api/credentialSets/operations.js +158 -202
- package/dist/esm/api/credentialSets/operations.js.map +1 -7
- package/dist/esm/api/credentialSets/options.js +4 -0
- package/dist/esm/api/credentialSets/options.js.map +1 -7
- package/dist/esm/api/exportPipelines/index.d.ts +3 -0
- package/dist/esm/api/exportPipelines/index.js +4 -0
- package/dist/esm/api/exportPipelines/index.js.map +1 -0
- package/dist/esm/api/exportPipelines/operations.d.ts +23 -0
- package/dist/esm/api/exportPipelines/operations.js +143 -0
- package/dist/esm/api/exportPipelines/operations.js.map +1 -0
- package/dist/esm/api/exportPipelines/options.d.ts +18 -0
- package/dist/esm/api/exportPipelines/options.js.map +1 -0
- package/dist/esm/api/importPipelines/index.d.ts +3 -0
- package/dist/esm/api/importPipelines/index.js +4 -0
- package/dist/esm/api/importPipelines/index.js.map +1 -0
- package/dist/esm/api/importPipelines/operations.d.ts +23 -0
- package/dist/esm/api/importPipelines/operations.js +143 -0
- package/dist/esm/api/importPipelines/operations.js.map +1 -0
- package/dist/esm/api/importPipelines/options.d.ts +18 -0
- package/dist/esm/api/importPipelines/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +2 -1
- package/dist/esm/api/index.js +4 -6
- package/dist/esm/api/index.js.map +1 -7
- package/dist/esm/api/operations/index.d.ts +1 -1
- package/dist/esm/api/operations/index.js +4 -4
- package/dist/esm/api/operations/index.js.map +1 -7
- package/dist/esm/api/operations/operations.js +31 -39
- package/dist/esm/api/operations/operations.js.map +1 -7
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -7
- package/dist/esm/api/pipelineRuns/index.d.ts +3 -0
- package/dist/esm/api/pipelineRuns/index.js +4 -0
- package/dist/esm/api/pipelineRuns/index.js.map +1 -0
- package/dist/esm/api/pipelineRuns/operations.d.ts +23 -0
- package/dist/esm/api/pipelineRuns/operations.js +143 -0
- package/dist/esm/api/pipelineRuns/operations.js.map +1 -0
- package/dist/esm/api/pipelineRuns/options.d.ts +18 -0
- package/dist/esm/api/pipelineRuns/options.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/index.d.ts +1 -1
- package/dist/esm/api/privateEndpointConnections/index.js +4 -7
- package/dist/esm/api/privateEndpointConnections/index.js.map +1 -7
- package/dist/esm/api/privateEndpointConnections/operations.d.ts +0 -5
- package/dist/esm/api/privateEndpointConnections/operations.js +124 -163
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -7
- package/dist/esm/api/privateEndpointConnections/options.js +4 -0
- package/dist/esm/api/privateEndpointConnections/options.js.map +1 -7
- package/dist/esm/api/registries/index.d.ts +1 -1
- package/dist/esm/api/registries/index.js +4 -32
- package/dist/esm/api/registries/index.js.map +1 -7
- package/dist/esm/api/registries/operations.d.ts +0 -5
- package/dist/esm/api/registries/operations.js +448 -538
- package/dist/esm/api/registries/operations.js.map +1 -7
- package/dist/esm/api/registries/options.js +4 -0
- package/dist/esm/api/registries/options.js.map +1 -7
- package/dist/esm/api/replications/index.d.ts +1 -1
- package/dist/esm/api/replications/index.js +4 -8
- package/dist/esm/api/replications/index.js.map +1 -7
- package/dist/esm/api/replications/operations.d.ts +0 -5
- package/dist/esm/api/replications/operations.js +158 -189
- package/dist/esm/api/replications/operations.js.map +1 -7
- package/dist/esm/api/replications/options.js +4 -0
- package/dist/esm/api/replications/options.js.map +1 -7
- package/dist/esm/api/scopeMaps/index.d.ts +1 -1
- package/dist/esm/api/scopeMaps/index.js +4 -8
- package/dist/esm/api/scopeMaps/index.js.map +1 -7
- package/dist/esm/api/scopeMaps/operations.d.ts +0 -5
- package/dist/esm/api/scopeMaps/operations.js +158 -196
- package/dist/esm/api/scopeMaps/operations.js.map +1 -7
- package/dist/esm/api/scopeMaps/options.js +4 -0
- package/dist/esm/api/scopeMaps/options.js.map +1 -7
- package/dist/esm/api/tokens/index.d.ts +1 -1
- package/dist/esm/api/tokens/index.js +4 -8
- package/dist/esm/api/tokens/index.js.map +1 -7
- package/dist/esm/api/tokens/operations.d.ts +0 -5
- package/dist/esm/api/tokens/operations.js +158 -196
- package/dist/esm/api/tokens/operations.js.map +1 -7
- package/dist/esm/api/tokens/options.js +4 -0
- package/dist/esm/api/tokens/options.js.map +1 -7
- package/dist/esm/api/webhooks/index.d.ts +1 -1
- package/dist/esm/api/webhooks/index.js +4 -20
- package/dist/esm/api/webhooks/index.js.map +1 -7
- package/dist/esm/api/webhooks/operations.d.ts +0 -5
- package/dist/esm/api/webhooks/operations.js +242 -303
- package/dist/esm/api/webhooks/operations.js.map +1 -7
- package/dist/esm/api/webhooks/options.js +4 -0
- package/dist/esm/api/webhooks/options.js.map +1 -7
- package/dist/esm/classic/archiveVersions/index.d.ts +27 -0
- package/dist/esm/classic/archiveVersions/index.js +34 -0
- package/dist/esm/classic/archiveVersions/index.js.map +1 -0
- package/dist/esm/classic/archives/index.d.ts +29 -0
- package/dist/esm/classic/archives/index.js +35 -0
- package/dist/esm/classic/archives/index.js.map +1 -0
- package/dist/esm/classic/cacheRules/index.d.ts +0 -5
- package/dist/esm/classic/cacheRules/index.js +38 -80
- package/dist/esm/classic/cacheRules/index.js.map +1 -7
- package/dist/esm/classic/connectedRegistries/index.d.ts +3 -6
- package/dist/esm/classic/connectedRegistries/index.js +49 -121
- package/dist/esm/classic/connectedRegistries/index.js.map +1 -7
- package/dist/esm/classic/credentialSets/index.d.ts +0 -5
- package/dist/esm/classic/credentialSets/index.js +38 -80
- package/dist/esm/classic/credentialSets/index.js.map +1 -7
- package/dist/esm/classic/exportPipelines/index.d.ts +27 -0
- package/dist/esm/classic/exportPipelines/index.js +34 -0
- package/dist/esm/classic/exportPipelines/index.js.map +1 -0
- package/dist/esm/classic/importPipelines/index.d.ts +27 -0
- package/dist/esm/classic/importPipelines/index.js +34 -0
- package/dist/esm/classic/importPipelines/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +15 -10
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -7
- package/dist/esm/classic/operations/index.js +10 -10
- package/dist/esm/classic/operations/index.js.map +1 -7
- package/dist/esm/classic/pipelineRuns/index.d.ts +27 -0
- package/dist/esm/classic/pipelineRuns/index.js +34 -0
- package/dist/esm/classic/pipelineRuns/index.js.map +1 -0
- package/dist/esm/classic/privateEndpointConnections/index.d.ts +0 -5
- package/dist/esm/classic/privateEndpointConnections/index.js +30 -68
- package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -7
- package/dist/esm/classic/registries/index.d.ts +0 -5
- package/dist/esm/classic/registries/index.js +64 -115
- package/dist/esm/classic/registries/index.js.map +1 -7
- package/dist/esm/classic/replications/index.d.ts +0 -5
- package/dist/esm/classic/replications/index.js +38 -73
- package/dist/esm/classic/replications/index.js.map +1 -7
- package/dist/esm/classic/scopeMaps/index.d.ts +0 -5
- package/dist/esm/classic/scopeMaps/index.js +38 -80
- package/dist/esm/classic/scopeMaps/index.js.map +1 -7
- package/dist/esm/classic/tokens/index.d.ts +0 -5
- package/dist/esm/classic/tokens/index.js +38 -66
- package/dist/esm/classic/tokens/index.js.map +1 -7
- package/dist/esm/classic/webhooks/index.d.ts +0 -5
- package/dist/esm/classic/webhooks/index.js +42 -93
- package/dist/esm/classic/webhooks/index.js.map +1 -7
- package/dist/esm/containerRegistryManagementClient.d.ts +16 -1
- package/dist/esm/containerRegistryManagementClient.js +75 -53
- package/dist/esm/containerRegistryManagementClient.js.map +1 -7
- package/dist/esm/index.d.ts +29 -19
- package/dist/esm/index.js +8 -77
- package/dist/esm/index.js.map +1 -7
- package/dist/esm/logger.js +4 -4
- package/dist/esm/logger.js.map +1 -7
- package/dist/esm/models/index.d.ts +2 -1
- package/dist/esm/models/index.js +4 -72
- package/dist/esm/models/index.js.map +1 -7
- package/dist/esm/models/models.d.ts +758 -14
- package/dist/esm/models/models.js +3137 -2062
- package/dist/esm/models/models.js.map +1 -7
- package/dist/esm/restorePollerHelpers.js +145 -157
- package/dist/esm/restorePollerHelpers.js.map +1 -7
- package/dist/esm/static-helpers/cloudSettingHelpers.js +37 -26
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -7
- package/dist/esm/static-helpers/pagingHelpers.d.ts +1 -0
- package/dist/esm/static-helpers/pagingHelpers.js +124 -86
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -7
- package/dist/esm/static-helpers/pollingHelpers.d.ts +5 -1
- package/dist/esm/static-helpers/pollingHelpers.js +88 -62
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -7
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +15 -9
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -7
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +1 -1
- package/dist/esm/static-helpers/simplePollerHelpers.js +43 -42
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -7
- package/dist/esm/static-helpers/urlTemplate.js +169 -142
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -7
- package/package.json +95 -69
- package/dist/react-native/api/cacheRules/index.d.ts +0 -3
- package/dist/react-native/api/cacheRules/index.js.map +0 -1
- package/dist/react-native/api/cacheRules/operations.d.ts +0 -32
- package/dist/react-native/api/cacheRules/operations.js +0 -169
- package/dist/react-native/api/cacheRules/operations.js.map +0 -1
- package/dist/react-native/api/cacheRules/options.d.ts +0 -23
- package/dist/react-native/api/cacheRules/options.js.map +0 -1
- package/dist/react-native/api/connectedRegistries/index.d.ts +0 -3
- package/dist/react-native/api/connectedRegistries/index.js +0 -4
- package/dist/react-native/api/connectedRegistries/index.js.map +0 -1
- package/dist/react-native/api/connectedRegistries/operations.d.ts +0 -36
- package/dist/react-native/api/connectedRegistries/operations.js +0 -200
- package/dist/react-native/api/connectedRegistries/operations.js.map +0 -1
- package/dist/react-native/api/connectedRegistries/options.d.ts +0 -30
- package/dist/react-native/api/connectedRegistries/options.js.map +0 -1
- package/dist/react-native/api/containerRegistryManagementContext.d.ts +0 -22
- package/dist/react-native/api/containerRegistryManagementContext.js +0 -37
- package/dist/react-native/api/containerRegistryManagementContext.js.map +0 -1
- package/dist/react-native/api/credentialSets/index.d.ts +0 -3
- package/dist/react-native/api/credentialSets/index.js.map +0 -1
- package/dist/react-native/api/credentialSets/operations.d.ts +0 -32
- package/dist/react-native/api/credentialSets/operations.js +0 -169
- package/dist/react-native/api/credentialSets/operations.js.map +0 -1
- package/dist/react-native/api/credentialSets/options.d.ts +0 -23
- package/dist/react-native/api/credentialSets/options.js.map +0 -1
- package/dist/react-native/api/index.d.ts +0 -2
- package/dist/react-native/api/index.js +0 -4
- package/dist/react-native/api/index.js.map +0 -1
- package/dist/react-native/api/operations/index.d.ts +0 -3
- package/dist/react-native/api/operations/index.js +0 -4
- package/dist/react-native/api/operations/index.js.map +0 -1
- package/dist/react-native/api/operations/operations.d.ts +0 -10
- package/dist/react-native/api/operations/operations.js +0 -31
- package/dist/react-native/api/operations/operations.js.map +0 -1
- package/dist/react-native/api/operations/options.d.ts +0 -5
- package/dist/react-native/api/operations/options.js.map +0 -1
- package/dist/react-native/api/privateEndpointConnections/index.d.ts +0 -3
- package/dist/react-native/api/privateEndpointConnections/index.js +0 -4
- package/dist/react-native/api/privateEndpointConnections/index.js.map +0 -1
- package/dist/react-native/api/privateEndpointConnections/operations.d.ts +0 -28
- package/dist/react-native/api/privateEndpointConnections/operations.js.map +0 -1
- package/dist/react-native/api/privateEndpointConnections/options.d.ts +0 -18
- package/dist/react-native/api/privateEndpointConnections/options.js.map +0 -1
- package/dist/react-native/api/registries/index.d.ts +0 -3
- package/dist/react-native/api/registries/index.js +0 -4
- package/dist/react-native/api/registries/index.js.map +0 -1
- package/dist/react-native/api/registries/operations.d.ts +0 -68
- package/dist/react-native/api/registries/operations.js +0 -426
- package/dist/react-native/api/registries/operations.js.map +0 -1
- package/dist/react-native/api/registries/options.d.ts +0 -54
- package/dist/react-native/api/registries/options.js.map +0 -1
- package/dist/react-native/api/replications/index.d.ts +0 -3
- package/dist/react-native/api/replications/index.js +0 -4
- package/dist/react-native/api/replications/index.js.map +0 -1
- package/dist/react-native/api/replications/operations.d.ts +0 -32
- package/dist/react-native/api/replications/operations.js.map +0 -1
- package/dist/react-native/api/replications/options.d.ts +0 -23
- package/dist/react-native/api/scopeMaps/index.d.ts +0 -3
- package/dist/react-native/api/scopeMaps/index.js +0 -4
- package/dist/react-native/api/scopeMaps/index.js.map +0 -1
- package/dist/react-native/api/scopeMaps/operations.d.ts +0 -32
- package/dist/react-native/api/scopeMaps/operations.js.map +0 -1
- package/dist/react-native/api/scopeMaps/options.d.ts +0 -23
- package/dist/react-native/api/scopeMaps/options.js.map +0 -1
- package/dist/react-native/api/tokens/index.d.ts +0 -3
- package/dist/react-native/api/tokens/index.js +0 -4
- package/dist/react-native/api/tokens/index.js.map +0 -1
- package/dist/react-native/api/tokens/operations.d.ts +0 -32
- package/dist/react-native/api/tokens/operations.js.map +0 -1
- package/dist/react-native/api/tokens/options.d.ts +0 -23
- package/dist/react-native/api/tokens/options.js.map +0 -1
- package/dist/react-native/api/webhooks/index.d.ts +0 -3
- package/dist/react-native/api/webhooks/index.js +0 -4
- package/dist/react-native/api/webhooks/index.js.map +0 -1
- package/dist/react-native/api/webhooks/operations.d.ts +0 -44
- package/dist/react-native/api/webhooks/operations.js +0 -255
- package/dist/react-native/api/webhooks/operations.js.map +0 -1
- package/dist/react-native/api/webhooks/options.d.ts +0 -32
- package/dist/react-native/api/webhooks/options.js.map +0 -1
- package/dist/react-native/classic/cacheRules/index.d.ts +0 -38
- package/dist/react-native/classic/cacheRules/index.js +0 -43
- package/dist/react-native/classic/cacheRules/index.js.map +0 -1
- package/dist/react-native/classic/connectedRegistries/index.d.ts +0 -44
- package/dist/react-native/classic/connectedRegistries/index.js +0 -52
- package/dist/react-native/classic/connectedRegistries/index.js.map +0 -1
- package/dist/react-native/classic/credentialSets/index.d.ts +0 -38
- package/dist/react-native/classic/credentialSets/index.js +0 -43
- package/dist/react-native/classic/credentialSets/index.js.map +0 -1
- package/dist/react-native/classic/index.d.ts +0 -11
- package/dist/react-native/classic/index.js +0 -4
- package/dist/react-native/classic/index.js.map +0 -1
- package/dist/react-native/classic/operations/index.d.ts +0 -11
- package/dist/react-native/classic/operations/index.js +0 -14
- package/dist/react-native/classic/operations/index.js.map +0 -1
- package/dist/react-native/classic/privateEndpointConnections/index.d.ts +0 -32
- package/dist/react-native/classic/privateEndpointConnections/index.js +0 -34
- package/dist/react-native/classic/privateEndpointConnections/index.js.map +0 -1
- package/dist/react-native/classic/registries/index.d.ts +0 -64
- package/dist/react-native/classic/registries/index.js +0 -68
- package/dist/react-native/classic/registries/index.js.map +0 -1
- package/dist/react-native/classic/replications/index.d.ts +0 -38
- package/dist/react-native/classic/replications/index.js +0 -43
- package/dist/react-native/classic/replications/index.js.map +0 -1
- package/dist/react-native/classic/scopeMaps/index.d.ts +0 -38
- package/dist/react-native/classic/scopeMaps/index.js +0 -43
- package/dist/react-native/classic/scopeMaps/index.js.map +0 -1
- package/dist/react-native/classic/tokens/index.d.ts +0 -38
- package/dist/react-native/classic/tokens/index.js +0 -43
- package/dist/react-native/classic/tokens/index.js.map +0 -1
- package/dist/react-native/classic/webhooks/index.d.ts +0 -44
- package/dist/react-native/classic/webhooks/index.js +0 -46
- package/dist/react-native/classic/webhooks/index.js.map +0 -1
- package/dist/react-native/containerRegistryManagementClient.d.ts +0 -42
- package/dist/react-native/containerRegistryManagementClient.js +0 -69
- package/dist/react-native/containerRegistryManagementClient.js.map +0 -1
- package/dist/react-native/index.d.ts +0 -21
- package/dist/react-native/index.js +0 -8
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/logger.d.ts +0 -2
- package/dist/react-native/logger.js +0 -5
- package/dist/react-native/logger.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -2
- package/dist/react-native/models/index.js +0 -4
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/models.d.ts +0 -2103
- package/dist/react-native/models/models.js +0 -2250
- package/dist/react-native/models/models.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/dist/react-native/restorePollerHelpers.d.ts +0 -21
- package/dist/react-native/restorePollerHelpers.js +0 -142
- package/dist/react-native/restorePollerHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +0 -22
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +0 -38
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +0 -73
- package/dist/react-native/static-helpers/pagingHelpers.js +0 -121
- package/dist/react-native/static-helpers/pagingHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +0 -30
- package/dist/react-native/static-helpers/pollingHelpers.js +0 -79
- package/dist/react-native/static-helpers/pollingHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +0 -8
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +0 -17
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +0 -1
- package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +0 -73
- package/dist/react-native/static-helpers/simplePollerHelpers.js +0 -44
- package/dist/react-native/static-helpers/simplePollerHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/urlTemplate.d.ts +0 -5
- package/dist/react-native/static-helpers/urlTemplate.js +0 -200
- package/dist/react-native/static-helpers/urlTemplate.js.map +0 -1
- /package/dist/{react-native/api/cacheRules → browser/api/archiveVersions}/options.js +0 -0
- /package/dist/{react-native/api/cacheRules → browser/api/archives}/index.js +0 -0
- /package/dist/{react-native/api/connectedRegistries → browser/api/archives}/options.js +0 -0
- /package/dist/{react-native/api/credentialSets → browser/api/exportPipelines}/options.js +0 -0
- /package/dist/{react-native/api/operations → browser/api/importPipelines}/options.js +0 -0
- /package/dist/{react-native/api/privateEndpointConnections → browser/api/pipelineRuns}/options.js +0 -0
- /package/dist/{react-native/api/registries → esm/api/archiveVersions}/options.js +0 -0
- /package/dist/{react-native/api/credentialSets → esm/api/archives}/index.js +0 -0
- /package/dist/{react-native/api/replications → esm/api/archives}/options.js +0 -0
- /package/dist/{react-native/api/scopeMaps → esm/api/exportPipelines}/options.js +0 -0
- /package/dist/{react-native/api/tokens → esm/api/importPipelines}/options.js +0 -0
- /package/dist/{react-native/api/webhooks → esm/api/pipelineRuns}/options.js +0 -0
|
@@ -138,6 +138,12 @@ export interface Registry extends TrackedResource {
|
|
|
138
138
|
dataEndpointEnabled?: boolean;
|
|
139
139
|
/** List of host names that will serve data when dataEndpointEnabled is true. */
|
|
140
140
|
readonly dataEndpointHostNames?: string[];
|
|
141
|
+
/** Enable per-region endpoints for accessing registry. */
|
|
142
|
+
regionalEndpoints?: RegionalEndpoints;
|
|
143
|
+
/** List of host names that will serve registry when RegionalEndpoints is enabled. */
|
|
144
|
+
readonly regionalEndpointHostNames?: string[];
|
|
145
|
+
/** The connectivity protocol for the registry, such as IPv4 or dual stack (IPv4 and IPv6). */
|
|
146
|
+
endpointProtocol?: EndpointProtocol;
|
|
141
147
|
/** List of private endpoint connections for a container registry. */
|
|
142
148
|
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
143
149
|
/** Whether or not public network access is allowed for the container registry. */
|
|
@@ -150,6 +156,12 @@ export interface Registry extends TrackedResource {
|
|
|
150
156
|
zoneRedundancy?: ZoneRedundancy;
|
|
151
157
|
/** Enables registry-wide pull from unauthenticated clients. */
|
|
152
158
|
anonymousPullEnabled?: boolean;
|
|
159
|
+
/** Determines whether registry artifacts are indexed for metadata search. */
|
|
160
|
+
metadataSearch?: MetadataSearch;
|
|
161
|
+
/** Determines the domain name label reuse scope. */
|
|
162
|
+
autoGeneratedDomainNameLabelScope?: AutoGeneratedDomainNameLabelScope;
|
|
163
|
+
/** Whether to allow cache operations that write to repositories in this registry. */
|
|
164
|
+
writableCacheRepos?: WritableCacheRepos;
|
|
153
165
|
/** Determines registry role assignment mode. */
|
|
154
166
|
roleAssignmentMode?: RoleAssignmentMode;
|
|
155
167
|
}
|
|
@@ -177,6 +189,12 @@ export interface RegistryProperties {
|
|
|
177
189
|
dataEndpointEnabled?: boolean;
|
|
178
190
|
/** List of host names that will serve data when dataEndpointEnabled is true. */
|
|
179
191
|
readonly dataEndpointHostNames?: string[];
|
|
192
|
+
/** Enable per-region endpoints for accessing registry. */
|
|
193
|
+
regionalEndpoints?: RegionalEndpoints;
|
|
194
|
+
/** List of host names that will serve registry when RegionalEndpoints is enabled. */
|
|
195
|
+
readonly regionalEndpointHostNames?: string[];
|
|
196
|
+
/** The connectivity protocol for the registry, such as IPv4 or dual stack (IPv4 and IPv6). */
|
|
197
|
+
endpointProtocol?: EndpointProtocol;
|
|
180
198
|
/** List of private endpoint connections for a container registry. */
|
|
181
199
|
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
182
200
|
/** Whether or not public network access is allowed for the container registry. */
|
|
@@ -189,6 +207,12 @@ export interface RegistryProperties {
|
|
|
189
207
|
zoneRedundancy?: ZoneRedundancy;
|
|
190
208
|
/** Enables registry-wide pull from unauthenticated clients. */
|
|
191
209
|
anonymousPullEnabled?: boolean;
|
|
210
|
+
/** Determines whether registry artifacts are indexed for metadata search. */
|
|
211
|
+
metadataSearch?: MetadataSearch;
|
|
212
|
+
/** Determines the domain name label reuse scope. */
|
|
213
|
+
autoGeneratedDomainNameLabelScope?: AutoGeneratedDomainNameLabelScope;
|
|
214
|
+
/** Whether to allow cache operations that write to repositories in this registry. */
|
|
215
|
+
writableCacheRepos?: WritableCacheRepos;
|
|
192
216
|
/** Determines registry role assignment mode. */
|
|
193
217
|
roleAssignmentMode?: RoleAssignmentMode;
|
|
194
218
|
}
|
|
@@ -236,6 +260,8 @@ export declare function statusDeserializer(item: any): Status;
|
|
|
236
260
|
export interface NetworkRuleSet {
|
|
237
261
|
/** The default action of allow or deny when no other rules match. */
|
|
238
262
|
defaultAction: DefaultAction;
|
|
263
|
+
/** The virtual network rules. */
|
|
264
|
+
virtualNetworkRules?: VirtualNetworkRule[];
|
|
239
265
|
/** The IP ACL rules. */
|
|
240
266
|
ipRules?: IPRule[];
|
|
241
267
|
}
|
|
@@ -257,17 +283,17 @@ export declare enum KnownDefaultAction {
|
|
|
257
283
|
* **Deny**
|
|
258
284
|
*/
|
|
259
285
|
export type DefaultAction = string;
|
|
260
|
-
export declare function
|
|
261
|
-
export declare function
|
|
262
|
-
/**
|
|
263
|
-
export interface
|
|
264
|
-
/** The action of
|
|
286
|
+
export declare function virtualNetworkRuleArraySerializer(result: Array<VirtualNetworkRule>): any[];
|
|
287
|
+
export declare function virtualNetworkRuleArrayDeserializer(result: Array<VirtualNetworkRule>): any[];
|
|
288
|
+
/** Virtual network rule. */
|
|
289
|
+
export interface VirtualNetworkRule {
|
|
290
|
+
/** The action of virtual network rule. */
|
|
265
291
|
action?: Action;
|
|
266
|
-
/**
|
|
267
|
-
|
|
292
|
+
/** Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}. */
|
|
293
|
+
virtualNetworkSubnetResourceId: string;
|
|
268
294
|
}
|
|
269
|
-
export declare function
|
|
270
|
-
export declare function
|
|
295
|
+
export declare function virtualNetworkRuleSerializer(item: VirtualNetworkRule): any;
|
|
296
|
+
export declare function virtualNetworkRuleDeserializer(item: any): VirtualNetworkRule;
|
|
271
297
|
/** The action of IP ACL rule. */
|
|
272
298
|
export declare enum KnownAction {
|
|
273
299
|
/** Allow */
|
|
@@ -281,6 +307,17 @@ export declare enum KnownAction {
|
|
|
281
307
|
* **Allow**
|
|
282
308
|
*/
|
|
283
309
|
export type Action = string;
|
|
310
|
+
export declare function ipRuleArraySerializer(result: Array<IPRule>): any[];
|
|
311
|
+
export declare function ipRuleArrayDeserializer(result: Array<IPRule>): any[];
|
|
312
|
+
/** IP rule with specific IP or IP range in CIDR format. */
|
|
313
|
+
export interface IPRule {
|
|
314
|
+
/** The action of IP ACL rule. */
|
|
315
|
+
action?: Action;
|
|
316
|
+
/** Specifies the IP or IP range in CIDR format. Only IPV4 address is allowed. */
|
|
317
|
+
iPAddressOrRange: string;
|
|
318
|
+
}
|
|
319
|
+
export declare function ipRuleSerializer(item: IPRule): any;
|
|
320
|
+
export declare function ipRuleDeserializer(item: any): IPRule;
|
|
284
321
|
/** The policies for a container registry. */
|
|
285
322
|
export interface Policies {
|
|
286
323
|
/** The quarantine policy for a container registry. */
|
|
@@ -293,6 +330,8 @@ export interface Policies {
|
|
|
293
330
|
exportPolicy?: ExportPolicy;
|
|
294
331
|
/** The policy for using Azure Resource Manager audience token for a container registry. */
|
|
295
332
|
azureADAuthenticationAsArmPolicy?: AzureADAuthenticationAsArmPolicy;
|
|
333
|
+
/** The soft delete policy for a container registry. */
|
|
334
|
+
softDeletePolicy?: SoftDeletePolicy;
|
|
296
335
|
}
|
|
297
336
|
export declare function policiesSerializer(item: Policies): any;
|
|
298
337
|
export declare function policiesDeserializer(item: any): Policies;
|
|
@@ -398,6 +437,17 @@ export declare enum KnownAzureADAuthenticationAsArmPolicyStatus {
|
|
|
398
437
|
* **disabled**
|
|
399
438
|
*/
|
|
400
439
|
export type AzureADAuthenticationAsArmPolicyStatus = string;
|
|
440
|
+
/** The soft delete policy for a container registry */
|
|
441
|
+
export interface SoftDeletePolicy {
|
|
442
|
+
/** The number of days after which a soft-deleted item is permanently deleted. */
|
|
443
|
+
retentionDays?: number;
|
|
444
|
+
/** The timestamp when the policy was last updated. */
|
|
445
|
+
readonly lastUpdatedTime?: Date;
|
|
446
|
+
/** The value that indicates whether the policy is enabled or not. */
|
|
447
|
+
status?: PolicyStatus;
|
|
448
|
+
}
|
|
449
|
+
export declare function softDeletePolicySerializer(item: SoftDeletePolicy): any;
|
|
450
|
+
export declare function softDeletePolicyDeserializer(item: any): SoftDeletePolicy;
|
|
401
451
|
/** model interface EncryptionProperty */
|
|
402
452
|
export interface EncryptionProperty {
|
|
403
453
|
/** Indicates whether or not the encryption is enabled for container registry. */
|
|
@@ -438,6 +488,38 @@ export interface KeyVaultProperties {
|
|
|
438
488
|
}
|
|
439
489
|
export declare function keyVaultPropertiesSerializer(item: KeyVaultProperties): any;
|
|
440
490
|
export declare function keyVaultPropertiesDeserializer(item: any): KeyVaultProperties;
|
|
491
|
+
/** Whether or not per-region endpoints are enabled for accessing the registry. */
|
|
492
|
+
export declare enum KnownRegionalEndpoints {
|
|
493
|
+
/** Regional endpoints are enabled. */
|
|
494
|
+
Enabled = "Enabled",
|
|
495
|
+
/** Regional endpoints are disabled. */
|
|
496
|
+
Disabled = "Disabled"
|
|
497
|
+
}
|
|
498
|
+
/**
|
|
499
|
+
* Whether or not per-region endpoints are enabled for accessing the registry. \
|
|
500
|
+
* {@link KnownRegionalEndpoints} can be used interchangeably with RegionalEndpoints,
|
|
501
|
+
* this enum contains the known values that the service supports.
|
|
502
|
+
* ### Known values supported by the service
|
|
503
|
+
* **Enabled**: Regional endpoints are enabled. \
|
|
504
|
+
* **Disabled**: Regional endpoints are disabled.
|
|
505
|
+
*/
|
|
506
|
+
export type RegionalEndpoints = string;
|
|
507
|
+
/** The connectivity protocol for the registry. */
|
|
508
|
+
export declare enum KnownEndpointProtocol {
|
|
509
|
+
/** IPv4 connectivity only */
|
|
510
|
+
IPv4 = "IPv4",
|
|
511
|
+
/** IPv4 and IPv6 (dual stack) connectivity */
|
|
512
|
+
IPv4AndIPv6 = "IPv4AndIPv6"
|
|
513
|
+
}
|
|
514
|
+
/**
|
|
515
|
+
* The connectivity protocol for the registry. \
|
|
516
|
+
* {@link KnownEndpointProtocol} can be used interchangeably with EndpointProtocol,
|
|
517
|
+
* this enum contains the known values that the service supports.
|
|
518
|
+
* ### Known values supported by the service
|
|
519
|
+
* **IPv4**: IPv4 connectivity only \
|
|
520
|
+
* **IPv4AndIPv6**: IPv4 and IPv6 (dual stack) connectivity
|
|
521
|
+
*/
|
|
522
|
+
export type EndpointProtocol = string;
|
|
441
523
|
export declare function privateEndpointConnectionArraySerializer(result: Array<PrivateEndpointConnection>): any[];
|
|
442
524
|
export declare function privateEndpointConnectionArrayDeserializer(result: Array<PrivateEndpointConnection>): any[];
|
|
443
525
|
/** An object that represents a private endpoint connection for a container registry. */
|
|
@@ -566,6 +648,63 @@ export declare enum KnownZoneRedundancy {
|
|
|
566
648
|
* **Disabled**
|
|
567
649
|
*/
|
|
568
650
|
export type ZoneRedundancy = string;
|
|
651
|
+
/** Determines whether registry artifacts are indexed for metadata search. */
|
|
652
|
+
export declare enum KnownMetadataSearch {
|
|
653
|
+
/** Enabled */
|
|
654
|
+
Enabled = "Enabled",
|
|
655
|
+
/** Disabled */
|
|
656
|
+
Disabled = "Disabled"
|
|
657
|
+
}
|
|
658
|
+
/**
|
|
659
|
+
* Determines whether registry artifacts are indexed for metadata search. \
|
|
660
|
+
* {@link KnownMetadataSearch} can be used interchangeably with MetadataSearch,
|
|
661
|
+
* this enum contains the known values that the service supports.
|
|
662
|
+
* ### Known values supported by the service
|
|
663
|
+
* **Enabled** \
|
|
664
|
+
* **Disabled**
|
|
665
|
+
*/
|
|
666
|
+
export type MetadataSearch = string;
|
|
667
|
+
/** The auto generated domain name label of the container registry. This value defaults to "Unsecure". */
|
|
668
|
+
export declare enum KnownAutoGeneratedDomainNameLabelScope {
|
|
669
|
+
/** Unsecure */
|
|
670
|
+
Unsecure = "Unsecure",
|
|
671
|
+
/** TenantReuse */
|
|
672
|
+
TenantReuse = "TenantReuse",
|
|
673
|
+
/** SubscriptionReuse */
|
|
674
|
+
SubscriptionReuse = "SubscriptionReuse",
|
|
675
|
+
/** ResourceGroupReuse */
|
|
676
|
+
ResourceGroupReuse = "ResourceGroupReuse",
|
|
677
|
+
/** NoReuse */
|
|
678
|
+
NoReuse = "NoReuse"
|
|
679
|
+
}
|
|
680
|
+
/**
|
|
681
|
+
* The auto generated domain name label of the container registry. This value defaults to "Unsecure". \
|
|
682
|
+
* {@link KnownAutoGeneratedDomainNameLabelScope} can be used interchangeably with AutoGeneratedDomainNameLabelScope,
|
|
683
|
+
* this enum contains the known values that the service supports.
|
|
684
|
+
* ### Known values supported by the service
|
|
685
|
+
* **Unsecure** \
|
|
686
|
+
* **TenantReuse** \
|
|
687
|
+
* **SubscriptionReuse** \
|
|
688
|
+
* **ResourceGroupReuse** \
|
|
689
|
+
* **NoReuse**
|
|
690
|
+
*/
|
|
691
|
+
export type AutoGeneratedDomainNameLabelScope = string;
|
|
692
|
+
/** Whether to allow cache operations that write to repositories in this registry. */
|
|
693
|
+
export declare enum KnownWritableCacheRepos {
|
|
694
|
+
/** Cache write operations are enabled. */
|
|
695
|
+
Enabled = "Enabled",
|
|
696
|
+
/** Cache write operations are disabled. */
|
|
697
|
+
Disabled = "Disabled"
|
|
698
|
+
}
|
|
699
|
+
/**
|
|
700
|
+
* Whether to allow cache operations that write to repositories in this registry. \
|
|
701
|
+
* {@link KnownWritableCacheRepos} can be used interchangeably with WritableCacheRepos,
|
|
702
|
+
* this enum contains the known values that the service supports.
|
|
703
|
+
* ### Known values supported by the service
|
|
704
|
+
* **Enabled**: Cache write operations are enabled. \
|
|
705
|
+
* **Disabled**: Cache write operations are disabled.
|
|
706
|
+
*/
|
|
707
|
+
export type WritableCacheRepos = string;
|
|
569
708
|
/** Determines registry role assignment mode. */
|
|
570
709
|
export declare enum KnownRoleAssignmentMode {
|
|
571
710
|
/** AbacRepositoryPermissions */
|
|
@@ -664,12 +803,12 @@ export interface UserIdentityProperties {
|
|
|
664
803
|
/** The client id of user assigned identity. */
|
|
665
804
|
readonly clientId?: string;
|
|
666
805
|
}
|
|
667
|
-
export declare function userIdentityPropertiesSerializer(
|
|
806
|
+
export declare function userIdentityPropertiesSerializer(_item: UserIdentityProperties): any;
|
|
668
807
|
export declare function userIdentityPropertiesDeserializer(item: any): UserIdentityProperties;
|
|
669
808
|
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
670
809
|
export interface ProxyResource extends Resource {
|
|
671
810
|
}
|
|
672
|
-
export declare function proxyResourceSerializer(
|
|
811
|
+
export declare function proxyResourceSerializer(_item: ProxyResource): any;
|
|
673
812
|
export declare function proxyResourceDeserializer(item: any): ProxyResource;
|
|
674
813
|
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
675
814
|
export interface Resource {
|
|
@@ -682,7 +821,7 @@ export interface Resource {
|
|
|
682
821
|
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
683
822
|
readonly systemData?: SystemData;
|
|
684
823
|
}
|
|
685
|
-
export declare function resourceSerializer(
|
|
824
|
+
export declare function resourceSerializer(_item: Resource): any;
|
|
686
825
|
export declare function resourceDeserializer(item: any): Resource;
|
|
687
826
|
/** Metadata pertaining to creation and last modification of the resource. */
|
|
688
827
|
export interface SystemData {
|
|
@@ -749,6 +888,10 @@ export interface RegistryUpdateParameters {
|
|
|
749
888
|
encryption?: EncryptionProperty;
|
|
750
889
|
/** Enable a single data endpoint per region for serving data. */
|
|
751
890
|
dataEndpointEnabled?: boolean;
|
|
891
|
+
/** Enable per-region endpoints for accessing registry. */
|
|
892
|
+
regionalEndpoints?: RegionalEndpoints;
|
|
893
|
+
/** The connectivity protocol for the registry, such as IPv4 or dual stack (IPv4 and IPv6). */
|
|
894
|
+
endpointProtocol?: EndpointProtocol;
|
|
752
895
|
/** Whether or not public network access is allowed for the container registry. */
|
|
753
896
|
publicNetworkAccess?: PublicNetworkAccess;
|
|
754
897
|
/** Whether to allow trusted Azure services to access a network restricted registry. */
|
|
@@ -757,6 +900,10 @@ export interface RegistryUpdateParameters {
|
|
|
757
900
|
networkRuleBypassAllowedForTasks?: boolean;
|
|
758
901
|
/** Enables registry-wide pull from unauthenticated clients. */
|
|
759
902
|
anonymousPullEnabled?: boolean;
|
|
903
|
+
/** Determines whether registry artifacts are indexed for metadata search. */
|
|
904
|
+
metadataSearch?: MetadataSearch;
|
|
905
|
+
/** Whether to allow cache operations that write to repositories in this registry. */
|
|
906
|
+
writableCacheRepos?: WritableCacheRepos;
|
|
760
907
|
/** Determines registry role assignment mode. */
|
|
761
908
|
roleAssignmentMode?: RoleAssignmentMode;
|
|
762
909
|
}
|
|
@@ -773,6 +920,10 @@ export interface RegistryPropertiesUpdateParameters {
|
|
|
773
920
|
encryption?: EncryptionProperty;
|
|
774
921
|
/** Enable a single data endpoint per region for serving data. */
|
|
775
922
|
dataEndpointEnabled?: boolean;
|
|
923
|
+
/** Enable per-region endpoints for accessing registry. */
|
|
924
|
+
regionalEndpoints?: RegionalEndpoints;
|
|
925
|
+
/** The connectivity protocol for the registry, such as IPv4 or dual stack (IPv4 and IPv6). */
|
|
926
|
+
endpointProtocol?: EndpointProtocol;
|
|
776
927
|
/** Whether or not public network access is allowed for the container registry. */
|
|
777
928
|
publicNetworkAccess?: PublicNetworkAccess;
|
|
778
929
|
/** Whether to allow trusted Azure services to access a network restricted registry. */
|
|
@@ -781,6 +932,10 @@ export interface RegistryPropertiesUpdateParameters {
|
|
|
781
932
|
networkRuleBypassAllowedForTasks?: boolean;
|
|
782
933
|
/** Enables registry-wide pull from unauthenticated clients. */
|
|
783
934
|
anonymousPullEnabled?: boolean;
|
|
935
|
+
/** Determines whether registry artifacts are indexed for metadata search. */
|
|
936
|
+
metadataSearch?: MetadataSearch;
|
|
937
|
+
/** Whether to allow cache operations that write to repositories in this registry. */
|
|
938
|
+
writableCacheRepos?: WritableCacheRepos;
|
|
784
939
|
/** Determines registry role assignment mode. */
|
|
785
940
|
roleAssignmentMode?: RoleAssignmentMode;
|
|
786
941
|
}
|
|
@@ -963,12 +1118,18 @@ export interface RegistryNameCheckRequest {
|
|
|
963
1118
|
name: string;
|
|
964
1119
|
/** The resource type of the container registry. This field must be set to 'Microsoft.ContainerRegistry/registries'. */
|
|
965
1120
|
type: ContainerRegistryResourceType;
|
|
1121
|
+
/** The resource group name of the container registry. */
|
|
1122
|
+
resourceGroupName?: string;
|
|
1123
|
+
/** The auto generated domain name label of the container registry. This value defaults to "Unsecure". */
|
|
1124
|
+
autoGeneratedDomainNameLabelScope?: AutoGeneratedDomainNameLabelScope;
|
|
966
1125
|
}
|
|
967
1126
|
export declare function registryNameCheckRequestSerializer(item: RegistryNameCheckRequest): any;
|
|
968
1127
|
/** The resource type for Container Registry. */
|
|
969
1128
|
export type ContainerRegistryResourceType = "Microsoft.ContainerRegistry/registries";
|
|
970
1129
|
/** The result of a request to check the availability of a container registry name. */
|
|
971
1130
|
export interface RegistryNameStatus {
|
|
1131
|
+
/** The complete login server name with domain name label (DNL) hash, if available */
|
|
1132
|
+
availableLoginServerName?: string;
|
|
972
1133
|
/** The value that indicates whether the name is available. */
|
|
973
1134
|
nameAvailable?: boolean;
|
|
974
1135
|
/** If any, the reason that the name is not available. */
|
|
@@ -1002,10 +1163,109 @@ export interface _PrivateLinkResourceListResult {
|
|
|
1002
1163
|
}
|
|
1003
1164
|
export declare function _privateLinkResourceListResultDeserializer(item: any): _PrivateLinkResourceListResult;
|
|
1004
1165
|
export declare function privateLinkResourceArrayDeserializer(result: Array<PrivateLinkResource>): any[];
|
|
1166
|
+
/** An object that represents a archive for a container registry. */
|
|
1167
|
+
export interface Archive extends ProxyResource {
|
|
1168
|
+
/** The package source of the archive. */
|
|
1169
|
+
packageSource?: ArchivePackageSourceProperties;
|
|
1170
|
+
/** The published version of the archive. */
|
|
1171
|
+
publishedVersion?: string;
|
|
1172
|
+
repositoryEndpointPrefix?: string;
|
|
1173
|
+
readonly repositoryEndpoint?: string;
|
|
1174
|
+
/** The provisioning state of the archive at the time the operation was called. */
|
|
1175
|
+
readonly provisioningState?: ProvisioningState;
|
|
1176
|
+
}
|
|
1177
|
+
export declare function archiveSerializer(item: Archive): any;
|
|
1178
|
+
export declare function archiveDeserializer(item: any): Archive;
|
|
1179
|
+
/** The properties of a archive. */
|
|
1180
|
+
export interface ArchiveProperties {
|
|
1181
|
+
/** The package source of the archive. */
|
|
1182
|
+
packageSource?: ArchivePackageSourceProperties;
|
|
1183
|
+
/** The published version of the archive. */
|
|
1184
|
+
publishedVersion?: string;
|
|
1185
|
+
repositoryEndpointPrefix?: string;
|
|
1186
|
+
readonly repositoryEndpoint?: string;
|
|
1187
|
+
/** The provisioning state of the archive at the time the operation was called. */
|
|
1188
|
+
readonly provisioningState?: ProvisioningState;
|
|
1189
|
+
}
|
|
1190
|
+
export declare function archivePropertiesSerializer(item: ArchiveProperties): any;
|
|
1191
|
+
export declare function archivePropertiesDeserializer(item: any): ArchiveProperties;
|
|
1192
|
+
/** The properties of the archive package source. */
|
|
1193
|
+
export interface ArchivePackageSourceProperties {
|
|
1194
|
+
/** The type of package source for a archive. */
|
|
1195
|
+
type?: PackageSourceType;
|
|
1196
|
+
/** The external repository url. */
|
|
1197
|
+
url?: string;
|
|
1198
|
+
}
|
|
1199
|
+
export declare function archivePackageSourcePropertiesSerializer(item: ArchivePackageSourceProperties): any;
|
|
1200
|
+
export declare function archivePackageSourcePropertiesDeserializer(item: any): ArchivePackageSourceProperties;
|
|
1201
|
+
/** The type of package source for a archive. */
|
|
1202
|
+
export declare enum KnownPackageSourceType {
|
|
1203
|
+
/** remote */
|
|
1204
|
+
Remote = "remote"
|
|
1205
|
+
}
|
|
1206
|
+
/**
|
|
1207
|
+
* The type of package source for a archive. \
|
|
1208
|
+
* {@link KnownPackageSourceType} can be used interchangeably with PackageSourceType,
|
|
1209
|
+
* this enum contains the known values that the service supports.
|
|
1210
|
+
* ### Known values supported by the service
|
|
1211
|
+
* **remote**
|
|
1212
|
+
*/
|
|
1213
|
+
export type PackageSourceType = string;
|
|
1214
|
+
/** The parameters for updating a archive. */
|
|
1215
|
+
export interface ArchiveUpdateParameters {
|
|
1216
|
+
/** The published version of the archive. */
|
|
1217
|
+
publishedVersion?: string;
|
|
1218
|
+
}
|
|
1219
|
+
export declare function archiveUpdateParametersSerializer(item: ArchiveUpdateParameters): any;
|
|
1220
|
+
/** The properties of a archive. */
|
|
1221
|
+
export interface ArchiveUpdateProperties {
|
|
1222
|
+
/** The published version of the archive. */
|
|
1223
|
+
publishedVersion?: string;
|
|
1224
|
+
}
|
|
1225
|
+
export declare function archiveUpdatePropertiesSerializer(item: ArchiveUpdateProperties): any;
|
|
1226
|
+
/** The result of a request to list archives for a container registry. */
|
|
1227
|
+
export interface _ArchiveListResult {
|
|
1228
|
+
/** The list of archives. Since this list may be incomplete, the nextLink field should be used to request the next list of archives. */
|
|
1229
|
+
value?: Archive[];
|
|
1230
|
+
/** The URI that can be used to request the next list of archives. */
|
|
1231
|
+
nextLink?: string;
|
|
1232
|
+
}
|
|
1233
|
+
export declare function _archiveListResultDeserializer(item: any): _ArchiveListResult;
|
|
1234
|
+
export declare function archiveArraySerializer(result: Array<Archive>): any[];
|
|
1235
|
+
export declare function archiveArrayDeserializer(result: Array<Archive>): any[];
|
|
1236
|
+
/** An object that represents an export pipeline for a container registry. */
|
|
1237
|
+
export interface ArchiveVersion extends ProxyResource {
|
|
1238
|
+
/** The provisioning state of the archive at the time the operation was called. */
|
|
1239
|
+
readonly provisioningState?: ProvisioningState;
|
|
1240
|
+
/** The detailed error message for the archive version in the case of failure. */
|
|
1241
|
+
archiveVersionErrorMessage?: string;
|
|
1242
|
+
}
|
|
1243
|
+
export declare function archiveVersionDeserializer(item: any): ArchiveVersion;
|
|
1244
|
+
/** The properties of an archive version. */
|
|
1245
|
+
export interface ArchiveVersionProperties {
|
|
1246
|
+
/** The provisioning state of the archive at the time the operation was called. */
|
|
1247
|
+
readonly provisioningState?: ProvisioningState;
|
|
1248
|
+
/** The detailed error message for the archive version in the case of failure. */
|
|
1249
|
+
archiveVersionErrorMessage?: string;
|
|
1250
|
+
}
|
|
1251
|
+
export declare function archiveVersionPropertiesDeserializer(item: any): ArchiveVersionProperties;
|
|
1252
|
+
/** The result of a request to list archive versions for a container registry. */
|
|
1253
|
+
export interface _ArchiveVersionListResult {
|
|
1254
|
+
/** The list of archive versions. Since this list may be incomplete, the nextLink field should be used to request the next list of archive versions. */
|
|
1255
|
+
value?: ArchiveVersion[];
|
|
1256
|
+
/** The URI that can be used to request the next list of archive versions. */
|
|
1257
|
+
nextLink?: string;
|
|
1258
|
+
}
|
|
1259
|
+
export declare function _archiveVersionListResultDeserializer(item: any): _ArchiveVersionListResult;
|
|
1260
|
+
export declare function archiveVersionArrayDeserializer(result: Array<ArchiveVersion>): any[];
|
|
1005
1261
|
/** An object that represents a cache rule for a container registry. */
|
|
1006
1262
|
export interface CacheRule extends ProxyResource {
|
|
1263
|
+
/** The identity of the cache rule. */
|
|
1264
|
+
identity?: IdentityProperties;
|
|
1007
1265
|
/** The ARM resource ID of the credential store which is associated with the cache rule. */
|
|
1008
1266
|
credentialSetResourceId?: string;
|
|
1267
|
+
/** Authentication configuration used by the cache rule to access the upstream source repository. */
|
|
1268
|
+
additionalAuthenticationProperties?: AdditionalAuthenticationPropertiesUnion;
|
|
1009
1269
|
/** Source repository pulled from upstream. */
|
|
1010
1270
|
sourceRepository?: string;
|
|
1011
1271
|
/**
|
|
@@ -1024,6 +1284,8 @@ export declare function cacheRuleDeserializer(item: any): CacheRule;
|
|
|
1024
1284
|
export interface CacheRuleProperties {
|
|
1025
1285
|
/** The ARM resource ID of the credential store which is associated with the cache rule. */
|
|
1026
1286
|
credentialSetResourceId?: string;
|
|
1287
|
+
/** Authentication configuration used by the cache rule to access the upstream source repository. */
|
|
1288
|
+
additionalAuthenticationProperties?: AdditionalAuthenticationPropertiesUnion;
|
|
1027
1289
|
/** Source repository pulled from upstream. */
|
|
1028
1290
|
sourceRepository?: string;
|
|
1029
1291
|
/**
|
|
@@ -1038,16 +1300,62 @@ export interface CacheRuleProperties {
|
|
|
1038
1300
|
}
|
|
1039
1301
|
export declare function cacheRulePropertiesSerializer(item: CacheRuleProperties): any;
|
|
1040
1302
|
export declare function cacheRulePropertiesDeserializer(item: any): CacheRuleProperties;
|
|
1303
|
+
/** Authentication configuration used by a cache rule to access an upstream registry. */
|
|
1304
|
+
export interface AdditionalAuthenticationProperties {
|
|
1305
|
+
/** Authentication type discriminator. */
|
|
1306
|
+
/** The discriminator possible values: GoogleArtifactRegistry */
|
|
1307
|
+
authenticationType: AdditionalAuthenticationType;
|
|
1308
|
+
}
|
|
1309
|
+
export declare function additionalAuthenticationPropertiesSerializer(item: AdditionalAuthenticationProperties): any;
|
|
1310
|
+
export declare function additionalAuthenticationPropertiesDeserializer(item: any): AdditionalAuthenticationProperties;
|
|
1311
|
+
/** Alias for AdditionalAuthenticationPropertiesUnion */
|
|
1312
|
+
export type AdditionalAuthenticationPropertiesUnion = GarAuthenticationProperties | AdditionalAuthenticationProperties;
|
|
1313
|
+
export declare function additionalAuthenticationPropertiesUnionSerializer(item: AdditionalAuthenticationPropertiesUnion): any;
|
|
1314
|
+
export declare function additionalAuthenticationPropertiesUnionDeserializer(item: any): AdditionalAuthenticationPropertiesUnion;
|
|
1315
|
+
/** The type of authentication configuration used by a cache rule to access an upstream registry. */
|
|
1316
|
+
export declare enum KnownAdditionalAuthenticationType {
|
|
1317
|
+
/** Google Artifact Registry (GAR) authentication via workload identity federation. */
|
|
1318
|
+
GoogleArtifactRegistry = "GoogleArtifactRegistry"
|
|
1319
|
+
}
|
|
1320
|
+
/**
|
|
1321
|
+
* The type of authentication configuration used by a cache rule to access an upstream registry. \
|
|
1322
|
+
* {@link KnownAdditionalAuthenticationType} can be used interchangeably with AdditionalAuthenticationType,
|
|
1323
|
+
* this enum contains the known values that the service supports.
|
|
1324
|
+
* ### Known values supported by the service
|
|
1325
|
+
* **GoogleArtifactRegistry**: Google Artifact Registry (GAR) authentication via workload identity federation.
|
|
1326
|
+
*/
|
|
1327
|
+
export type AdditionalAuthenticationType = string;
|
|
1328
|
+
/** Google Artifact Registry (GAR) authentication configuration. */
|
|
1329
|
+
export interface GarAuthenticationProperties extends AdditionalAuthenticationProperties {
|
|
1330
|
+
authenticationType: "GoogleArtifactRegistry";
|
|
1331
|
+
/**
|
|
1332
|
+
* The Google Cloud Platform project that is configured for authentication
|
|
1333
|
+
* Permissions should be granted to principal://iam.googleapis.com/projects/{ProjectNumber}/locations/global/workloadIdentityPools/{WorkloadIdentityPool}/providers/{WorkloadIdentityProvider}/subject/{ManagedIdentityPrincipal}
|
|
1334
|
+
*/
|
|
1335
|
+
projectNumber: string;
|
|
1336
|
+
/** The Google Cloud platform workload identity pool used for authentication. */
|
|
1337
|
+
workloadIdentityPool: string;
|
|
1338
|
+
/** The Google Cloud Platform workload identity provider used for authentication. */
|
|
1339
|
+
workloadIdentityProvider: string;
|
|
1340
|
+
}
|
|
1341
|
+
export declare function garAuthenticationPropertiesSerializer(item: GarAuthenticationProperties): any;
|
|
1342
|
+
export declare function garAuthenticationPropertiesDeserializer(item: any): GarAuthenticationProperties;
|
|
1041
1343
|
/** The parameters for updating a cache rule. */
|
|
1042
1344
|
export interface CacheRuleUpdateParameters {
|
|
1345
|
+
/** The identity of the cache rule. */
|
|
1346
|
+
identity?: IdentityProperties;
|
|
1043
1347
|
/** The ARM resource ID of the credential store which is associated with the Cache rule. */
|
|
1044
1348
|
credentialSetResourceId?: string;
|
|
1349
|
+
/** Authentication configuration used by the cache rule to access the upstream source repository. */
|
|
1350
|
+
additionalAuthenticationProperties?: AdditionalAuthenticationPropertiesUnion;
|
|
1045
1351
|
}
|
|
1046
1352
|
export declare function cacheRuleUpdateParametersSerializer(item: CacheRuleUpdateParameters): any;
|
|
1047
1353
|
/** The parameters for updating cache rule properties. */
|
|
1048
1354
|
export interface CacheRuleUpdateProperties {
|
|
1049
1355
|
/** The ARM resource ID of the credential store which is associated with the Cache rule. */
|
|
1050
1356
|
credentialSetResourceId?: string;
|
|
1357
|
+
/** Authentication configuration used by the cache rule to access the upstream source repository. */
|
|
1358
|
+
additionalAuthenticationProperties?: AdditionalAuthenticationPropertiesUnion;
|
|
1051
1359
|
}
|
|
1052
1360
|
export declare function cacheRuleUpdatePropertiesSerializer(item: CacheRuleUpdateProperties): any;
|
|
1053
1361
|
/** The result of a request to list cache rules for a container registry. */
|
|
@@ -1206,6 +1514,8 @@ export interface ConnectedRegistry extends ProxyResource {
|
|
|
1206
1514
|
notificationsList?: string[];
|
|
1207
1515
|
/** The garbage collection properties of the connected registry. */
|
|
1208
1516
|
garbageCollection?: GarbageCollectionProperties;
|
|
1517
|
+
/** The result of the connected registry's most recent sync with its parent. */
|
|
1518
|
+
registrySyncResult?: RegistrySyncResult;
|
|
1209
1519
|
}
|
|
1210
1520
|
export declare function connectedRegistrySerializer(item: ConnectedRegistry): any;
|
|
1211
1521
|
export declare function connectedRegistryDeserializer(item: any): ConnectedRegistry;
|
|
@@ -1237,6 +1547,8 @@ export interface ConnectedRegistryProperties {
|
|
|
1237
1547
|
notificationsList?: string[];
|
|
1238
1548
|
/** The garbage collection properties of the connected registry. */
|
|
1239
1549
|
garbageCollection?: GarbageCollectionProperties;
|
|
1550
|
+
/** The result of the connected registry's most recent sync with its parent. */
|
|
1551
|
+
registrySyncResult?: RegistrySyncResult;
|
|
1240
1552
|
}
|
|
1241
1553
|
export declare function connectedRegistryPropertiesSerializer(item: ConnectedRegistryProperties): any;
|
|
1242
1554
|
export declare function connectedRegistryPropertiesDeserializer(item: any): ConnectedRegistryProperties;
|
|
@@ -1339,7 +1651,7 @@ export interface LoginServerProperties {
|
|
|
1339
1651
|
/** The TLS properties of the connected registry login server. */
|
|
1340
1652
|
readonly tls?: TlsProperties;
|
|
1341
1653
|
}
|
|
1342
|
-
export declare function loginServerPropertiesSerializer(
|
|
1654
|
+
export declare function loginServerPropertiesSerializer(_item: LoginServerProperties): any;
|
|
1343
1655
|
export declare function loginServerPropertiesDeserializer(item: any): LoginServerProperties;
|
|
1344
1656
|
/** The TLS properties of the connected registry login server. */
|
|
1345
1657
|
export interface TlsProperties {
|
|
@@ -1460,6 +1772,71 @@ export interface GarbageCollectionProperties {
|
|
|
1460
1772
|
}
|
|
1461
1773
|
export declare function garbageCollectionPropertiesSerializer(item: GarbageCollectionProperties): any;
|
|
1462
1774
|
export declare function garbageCollectionPropertiesDeserializer(item: any): GarbageCollectionProperties;
|
|
1775
|
+
/** The registry sync result of the connected registry. */
|
|
1776
|
+
export interface RegistrySyncResult {
|
|
1777
|
+
/** The action that triggered the most recent registry sync. */
|
|
1778
|
+
readonly syncTrigger: SyncTrigger;
|
|
1779
|
+
/** The status of the connected registry's most recent sync. */
|
|
1780
|
+
readonly syncState: SyncState;
|
|
1781
|
+
/** The time that the connected registry's most recent sync started. */
|
|
1782
|
+
lastSyncStartTime?: Date;
|
|
1783
|
+
/** The time that the connected registry's most recent sync ended. */
|
|
1784
|
+
lastSyncEndTime?: Date;
|
|
1785
|
+
/** The time that the connected registry's most recent successful sync ended. */
|
|
1786
|
+
lastSuccessfulSyncEndTime?: Date;
|
|
1787
|
+
}
|
|
1788
|
+
export declare function registrySyncResultSerializer(item: RegistrySyncResult): any;
|
|
1789
|
+
export declare function registrySyncResultDeserializer(item: any): RegistrySyncResult;
|
|
1790
|
+
/** The status of the connected registry's most recent sync. */
|
|
1791
|
+
export declare enum KnownSyncTrigger {
|
|
1792
|
+
/** Connected Registry sync was triggered by a sync token update */
|
|
1793
|
+
SyncTokenUpdate = "SyncTokenUpdate",
|
|
1794
|
+
/** Connected Registry sync was triggered by an initial sync during activation */
|
|
1795
|
+
InitialSync = "InitialSync",
|
|
1796
|
+
/** Connected Registry sync was triggered by a manual resync request */
|
|
1797
|
+
ManualResync = "ManualResync",
|
|
1798
|
+
/** Connected Registry sync was triggered by the Connected Registry's recovery service */
|
|
1799
|
+
RecoveryService = "RecoveryService"
|
|
1800
|
+
}
|
|
1801
|
+
/**
|
|
1802
|
+
* The status of the connected registry's most recent sync. \
|
|
1803
|
+
* {@link KnownSyncTrigger} can be used interchangeably with SyncTrigger,
|
|
1804
|
+
* this enum contains the known values that the service supports.
|
|
1805
|
+
* ### Known values supported by the service
|
|
1806
|
+
* **SyncTokenUpdate**: Connected Registry sync was triggered by a sync token update \
|
|
1807
|
+
* **InitialSync**: Connected Registry sync was triggered by an initial sync during activation \
|
|
1808
|
+
* **ManualResync**: Connected Registry sync was triggered by a manual resync request \
|
|
1809
|
+
* **RecoveryService**: Connected Registry sync was triggered by the Connected Registry's recovery service
|
|
1810
|
+
*/
|
|
1811
|
+
export type SyncTrigger = string;
|
|
1812
|
+
/** The action that triggered the most recent registry sync. */
|
|
1813
|
+
export declare enum KnownSyncState {
|
|
1814
|
+
/** Connected Registry is not activated */
|
|
1815
|
+
NotActivated = "NotActivated",
|
|
1816
|
+
/** Connected Registry is syncing */
|
|
1817
|
+
Syncing = "Syncing",
|
|
1818
|
+
/** Connected Registry sync failed */
|
|
1819
|
+
Failed = "Failed",
|
|
1820
|
+
/** Connected Registry sync succeeded */
|
|
1821
|
+
Succeeded = "Succeeded",
|
|
1822
|
+
/** Connected Registry sync timed out */
|
|
1823
|
+
TimedOut = "TimedOut",
|
|
1824
|
+
/** Connected Registry sync is pending */
|
|
1825
|
+
Pending = "Pending"
|
|
1826
|
+
}
|
|
1827
|
+
/**
|
|
1828
|
+
* The action that triggered the most recent registry sync. \
|
|
1829
|
+
* {@link KnownSyncState} can be used interchangeably with SyncState,
|
|
1830
|
+
* this enum contains the known values that the service supports.
|
|
1831
|
+
* ### Known values supported by the service
|
|
1832
|
+
* **NotActivated**: Connected Registry is not activated \
|
|
1833
|
+
* **Syncing**: Connected Registry is syncing \
|
|
1834
|
+
* **Failed**: Connected Registry sync failed \
|
|
1835
|
+
* **Succeeded**: Connected Registry sync succeeded \
|
|
1836
|
+
* **TimedOut**: Connected Registry sync timed out \
|
|
1837
|
+
* **Pending**: Connected Registry sync is pending
|
|
1838
|
+
*/
|
|
1839
|
+
export type SyncState = string;
|
|
1463
1840
|
/** The parameters for updating a connected registry. */
|
|
1464
1841
|
export interface ConnectedRegistryUpdateParameters {
|
|
1465
1842
|
/** The sync properties of the connected registry with its parent. */
|
|
@@ -1744,6 +2121,330 @@ export interface _TokenListResult {
|
|
|
1744
2121
|
export declare function _tokenListResultDeserializer(item: any): _TokenListResult;
|
|
1745
2122
|
export declare function tokenArraySerializer(result: Array<Token>): any[];
|
|
1746
2123
|
export declare function tokenArrayDeserializer(result: Array<Token>): any[];
|
|
2124
|
+
/** An object that represents an export pipeline for a container registry. */
|
|
2125
|
+
export interface ExportPipeline extends ProxyResource {
|
|
2126
|
+
/** The location of the export pipeline. */
|
|
2127
|
+
location?: string;
|
|
2128
|
+
/** The identity of the export pipeline. */
|
|
2129
|
+
identity?: IdentityProperties;
|
|
2130
|
+
/** The target properties of the export pipeline. */
|
|
2131
|
+
target?: ExportPipelineTargetProperties;
|
|
2132
|
+
/** The list of all options configured for the pipeline. */
|
|
2133
|
+
options?: PipelineOptions[];
|
|
2134
|
+
/** The provisioning state of the pipeline at the time the operation was called. */
|
|
2135
|
+
readonly provisioningState?: ProvisioningState;
|
|
2136
|
+
}
|
|
2137
|
+
export declare function exportPipelineSerializer(item: ExportPipeline): any;
|
|
2138
|
+
export declare function exportPipelineDeserializer(item: any): ExportPipeline;
|
|
2139
|
+
/** The properties of an export pipeline. */
|
|
2140
|
+
export interface ExportPipelineProperties {
|
|
2141
|
+
/** The target properties of the export pipeline. */
|
|
2142
|
+
target: ExportPipelineTargetProperties;
|
|
2143
|
+
/** The list of all options configured for the pipeline. */
|
|
2144
|
+
options?: PipelineOptions[];
|
|
2145
|
+
/** The provisioning state of the pipeline at the time the operation was called. */
|
|
2146
|
+
readonly provisioningState?: ProvisioningState;
|
|
2147
|
+
}
|
|
2148
|
+
export declare function exportPipelinePropertiesSerializer(item: ExportPipelineProperties): any;
|
|
2149
|
+
export declare function exportPipelinePropertiesDeserializer(item: any): ExportPipelineProperties;
|
|
2150
|
+
/** The properties of the export pipeline target. */
|
|
2151
|
+
export interface ExportPipelineTargetProperties {
|
|
2152
|
+
/** The type of target for the export pipeline. */
|
|
2153
|
+
type?: string;
|
|
2154
|
+
/**
|
|
2155
|
+
* The target uri of the export pipeline.
|
|
2156
|
+
* When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
|
|
2157
|
+
* When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
|
|
2158
|
+
*/
|
|
2159
|
+
uri?: string;
|
|
2160
|
+
/** They key vault secret uri to obtain the target storage SAS token. */
|
|
2161
|
+
keyVaultUri?: string;
|
|
2162
|
+
/** The storage access mode used for the customer storage account. */
|
|
2163
|
+
storageAccessMode?: StorageAccessMode;
|
|
2164
|
+
}
|
|
2165
|
+
export declare function exportPipelineTargetPropertiesSerializer(item: ExportPipelineTargetProperties): any;
|
|
2166
|
+
export declare function exportPipelineTargetPropertiesDeserializer(item: any): ExportPipelineTargetProperties;
|
|
2167
|
+
/** The storage access mode used for the customer storage account. */
|
|
2168
|
+
export declare enum KnownStorageAccessMode {
|
|
2169
|
+
/** Managed Identity access mode */
|
|
2170
|
+
ManagedIdentity = "ManagedIdentity",
|
|
2171
|
+
/** SAS Token access mode */
|
|
2172
|
+
SasToken = "SasToken"
|
|
2173
|
+
}
|
|
2174
|
+
/**
|
|
2175
|
+
* The storage access mode used for the customer storage account. \
|
|
2176
|
+
* {@link KnownStorageAccessMode} can be used interchangeably with StorageAccessMode,
|
|
2177
|
+
* this enum contains the known values that the service supports.
|
|
2178
|
+
* ### Known values supported by the service
|
|
2179
|
+
* **ManagedIdentity**: Managed Identity access mode \
|
|
2180
|
+
* **SasToken**: SAS Token access mode
|
|
2181
|
+
*/
|
|
2182
|
+
export type StorageAccessMode = string;
|
|
2183
|
+
/** Known values of {@link PipelineOptions} that the service accepts. */
|
|
2184
|
+
export declare enum KnownPipelineOptions {
|
|
2185
|
+
/** OverwriteTags */
|
|
2186
|
+
OverwriteTags = "OverwriteTags",
|
|
2187
|
+
/** OverwriteBlobs */
|
|
2188
|
+
OverwriteBlobs = "OverwriteBlobs",
|
|
2189
|
+
/** DeleteSourceBlobOnSuccess */
|
|
2190
|
+
DeleteSourceBlobOnSuccess = "DeleteSourceBlobOnSuccess",
|
|
2191
|
+
/** ContinueOnErrors */
|
|
2192
|
+
ContinueOnErrors = "ContinueOnErrors"
|
|
2193
|
+
}
|
|
2194
|
+
/** Type of PipelineOptions */
|
|
2195
|
+
export type PipelineOptions = string;
|
|
2196
|
+
/** The result of a request to list export pipelines for a container registry. */
|
|
2197
|
+
export interface _ExportPipelineListResult {
|
|
2198
|
+
/** The list of export pipelines. Since this list may be incomplete, the nextLink field should be used to request the next list of export pipelines. */
|
|
2199
|
+
value?: ExportPipeline[];
|
|
2200
|
+
/** The URI that can be used to request the next list of export pipelines. */
|
|
2201
|
+
nextLink?: string;
|
|
2202
|
+
}
|
|
2203
|
+
export declare function _exportPipelineListResultDeserializer(item: any): _ExportPipelineListResult;
|
|
2204
|
+
export declare function exportPipelineArraySerializer(result: Array<ExportPipeline>): any[];
|
|
2205
|
+
export declare function exportPipelineArrayDeserializer(result: Array<ExportPipeline>): any[];
|
|
2206
|
+
/** An object that represents an import pipeline for a container registry. */
|
|
2207
|
+
export interface ImportPipeline extends ProxyResource {
|
|
2208
|
+
/** The location of the import pipeline. */
|
|
2209
|
+
location?: string;
|
|
2210
|
+
/** The identity of the import pipeline. */
|
|
2211
|
+
identity?: IdentityProperties;
|
|
2212
|
+
/** The source properties of the import pipeline. */
|
|
2213
|
+
source?: ImportPipelineSourceProperties;
|
|
2214
|
+
/** The properties that describe the trigger of the import pipeline. */
|
|
2215
|
+
trigger?: PipelineTriggerProperties;
|
|
2216
|
+
/** The list of all options configured for the pipeline. */
|
|
2217
|
+
options?: PipelineOptions[];
|
|
2218
|
+
/** The provisioning state of the pipeline at the time the operation was called. */
|
|
2219
|
+
readonly provisioningState?: ProvisioningState;
|
|
2220
|
+
}
|
|
2221
|
+
export declare function importPipelineSerializer(item: ImportPipeline): any;
|
|
2222
|
+
export declare function importPipelineDeserializer(item: any): ImportPipeline;
|
|
2223
|
+
/** The properties of an import pipeline. */
|
|
2224
|
+
export interface ImportPipelineProperties {
|
|
2225
|
+
/** The source properties of the import pipeline. */
|
|
2226
|
+
source: ImportPipelineSourceProperties;
|
|
2227
|
+
/** The properties that describe the trigger of the import pipeline. */
|
|
2228
|
+
trigger?: PipelineTriggerProperties;
|
|
2229
|
+
/** The list of all options configured for the pipeline. */
|
|
2230
|
+
options?: PipelineOptions[];
|
|
2231
|
+
/** The provisioning state of the pipeline at the time the operation was called. */
|
|
2232
|
+
readonly provisioningState?: ProvisioningState;
|
|
2233
|
+
}
|
|
2234
|
+
export declare function importPipelinePropertiesSerializer(item: ImportPipelineProperties): any;
|
|
2235
|
+
export declare function importPipelinePropertiesDeserializer(item: any): ImportPipelineProperties;
|
|
2236
|
+
/** The properties of the import pipeline source. */
|
|
2237
|
+
export interface ImportPipelineSourceProperties {
|
|
2238
|
+
/** The type of source for the import pipeline. */
|
|
2239
|
+
type?: PipelineSourceType;
|
|
2240
|
+
/**
|
|
2241
|
+
* The source uri of the import pipeline.
|
|
2242
|
+
* When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
|
|
2243
|
+
* When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
|
|
2244
|
+
*/
|
|
2245
|
+
uri?: string;
|
|
2246
|
+
/** They key vault secret uri to obtain the source storage SAS token. */
|
|
2247
|
+
keyVaultUri?: string;
|
|
2248
|
+
/** The storage access mode used for the customer storage account. */
|
|
2249
|
+
storageAccessMode?: StorageAccessMode;
|
|
2250
|
+
}
|
|
2251
|
+
export declare function importPipelineSourcePropertiesSerializer(item: ImportPipelineSourceProperties): any;
|
|
2252
|
+
export declare function importPipelineSourcePropertiesDeserializer(item: any): ImportPipelineSourceProperties;
|
|
2253
|
+
/** The type of source for the import pipeline. */
|
|
2254
|
+
export declare enum KnownPipelineSourceType {
|
|
2255
|
+
/** AzureStorageBlobContainer */
|
|
2256
|
+
AzureStorageBlobContainer = "AzureStorageBlobContainer"
|
|
2257
|
+
}
|
|
2258
|
+
/**
|
|
2259
|
+
* The type of source for the import pipeline. \
|
|
2260
|
+
* {@link KnownPipelineSourceType} can be used interchangeably with PipelineSourceType,
|
|
2261
|
+
* this enum contains the known values that the service supports.
|
|
2262
|
+
* ### Known values supported by the service
|
|
2263
|
+
* **AzureStorageBlobContainer**
|
|
2264
|
+
*/
|
|
2265
|
+
export type PipelineSourceType = string;
|
|
2266
|
+
/** The trigger properties of the import pipeline */
|
|
2267
|
+
export interface PipelineTriggerProperties {
|
|
2268
|
+
/** The source trigger properties of the pipeline. */
|
|
2269
|
+
sourceTrigger?: PipelineSourceTriggerProperties;
|
|
2270
|
+
}
|
|
2271
|
+
export declare function pipelineTriggerPropertiesSerializer(item: PipelineTriggerProperties): any;
|
|
2272
|
+
export declare function pipelineTriggerPropertiesDeserializer(item: any): PipelineTriggerProperties;
|
|
2273
|
+
/** The source trigger properties of the import pipeline */
|
|
2274
|
+
export interface PipelineSourceTriggerProperties {
|
|
2275
|
+
/** The current status of the source trigger. */
|
|
2276
|
+
status: TriggerStatus;
|
|
2277
|
+
}
|
|
2278
|
+
export declare function pipelineSourceTriggerPropertiesSerializer(item: PipelineSourceTriggerProperties): any;
|
|
2279
|
+
export declare function pipelineSourceTriggerPropertiesDeserializer(item: any): PipelineSourceTriggerProperties;
|
|
2280
|
+
/** The current status of the source trigger. */
|
|
2281
|
+
export declare enum KnownTriggerStatus {
|
|
2282
|
+
/** Enabled */
|
|
2283
|
+
Enabled = "Enabled",
|
|
2284
|
+
/** Disabled */
|
|
2285
|
+
Disabled = "Disabled"
|
|
2286
|
+
}
|
|
2287
|
+
/**
|
|
2288
|
+
* The current status of the source trigger. \
|
|
2289
|
+
* {@link KnownTriggerStatus} can be used interchangeably with TriggerStatus,
|
|
2290
|
+
* this enum contains the known values that the service supports.
|
|
2291
|
+
* ### Known values supported by the service
|
|
2292
|
+
* **Enabled** \
|
|
2293
|
+
* **Disabled**
|
|
2294
|
+
*/
|
|
2295
|
+
export type TriggerStatus = string;
|
|
2296
|
+
/** The result of a request to list import pipelines for a container registry. */
|
|
2297
|
+
export interface _ImportPipelineListResult {
|
|
2298
|
+
/** The list of import pipelines. Since this list may be incomplete, the nextLink field should be used to request the next list of import pipelines. */
|
|
2299
|
+
value?: ImportPipeline[];
|
|
2300
|
+
/** The URI that can be used to request the next list of import pipelines. */
|
|
2301
|
+
nextLink?: string;
|
|
2302
|
+
}
|
|
2303
|
+
export declare function _importPipelineListResultDeserializer(item: any): _ImportPipelineListResult;
|
|
2304
|
+
export declare function importPipelineArraySerializer(result: Array<ImportPipeline>): any[];
|
|
2305
|
+
export declare function importPipelineArrayDeserializer(result: Array<ImportPipeline>): any[];
|
|
2306
|
+
/** An object that represents a pipeline run for a container registry. */
|
|
2307
|
+
export interface PipelineRun extends ProxyResource {
|
|
2308
|
+
/** The provisioning state of a pipeline run. */
|
|
2309
|
+
readonly provisioningState?: ProvisioningState;
|
|
2310
|
+
/** The request parameters for a pipeline run. */
|
|
2311
|
+
request?: PipelineRunRequest;
|
|
2312
|
+
/** The response of a pipeline run. */
|
|
2313
|
+
readonly response?: PipelineRunResponse;
|
|
2314
|
+
/** How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed. */
|
|
2315
|
+
forceUpdateTag?: string;
|
|
2316
|
+
}
|
|
2317
|
+
export declare function pipelineRunSerializer(item: PipelineRun): any;
|
|
2318
|
+
export declare function pipelineRunDeserializer(item: any): PipelineRun;
|
|
2319
|
+
/** The properties of a pipeline run. */
|
|
2320
|
+
export interface PipelineRunProperties {
|
|
2321
|
+
/** The provisioning state of a pipeline run. */
|
|
2322
|
+
readonly provisioningState?: ProvisioningState;
|
|
2323
|
+
/** The request parameters for a pipeline run. */
|
|
2324
|
+
request?: PipelineRunRequest;
|
|
2325
|
+
/** The response of a pipeline run. */
|
|
2326
|
+
readonly response?: PipelineRunResponse;
|
|
2327
|
+
/** How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed. */
|
|
2328
|
+
forceUpdateTag?: string;
|
|
2329
|
+
}
|
|
2330
|
+
export declare function pipelineRunPropertiesSerializer(item: PipelineRunProperties): any;
|
|
2331
|
+
export declare function pipelineRunPropertiesDeserializer(item: any): PipelineRunProperties;
|
|
2332
|
+
/** The request properties provided for a pipeline run. */
|
|
2333
|
+
export interface PipelineRunRequest {
|
|
2334
|
+
/** The resource ID of the pipeline to run. */
|
|
2335
|
+
pipelineResourceId?: string;
|
|
2336
|
+
/**
|
|
2337
|
+
* List of source artifacts to be transferred by the pipeline.
|
|
2338
|
+
* Specify an image by repository ('hello-world'). This will use the 'latest' tag.
|
|
2339
|
+
* Specify an image by tag ('hello-world:latest').
|
|
2340
|
+
* Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123').
|
|
2341
|
+
*/
|
|
2342
|
+
artifacts?: string[];
|
|
2343
|
+
/** The source properties of the pipeline run. */
|
|
2344
|
+
source?: PipelineRunSourceProperties;
|
|
2345
|
+
/** The target properties of the pipeline run. */
|
|
2346
|
+
target?: PipelineRunTargetProperties;
|
|
2347
|
+
/** The digest of the tar used to transfer the artifacts. */
|
|
2348
|
+
catalogDigest?: string;
|
|
2349
|
+
}
|
|
2350
|
+
export declare function pipelineRunRequestSerializer(item: PipelineRunRequest): any;
|
|
2351
|
+
export declare function pipelineRunRequestDeserializer(item: any): PipelineRunRequest;
|
|
2352
|
+
/** The pipeline run source properties */
|
|
2353
|
+
export interface PipelineRunSourceProperties {
|
|
2354
|
+
/** The type of the source. */
|
|
2355
|
+
type?: PipelineRunSourceType;
|
|
2356
|
+
/** The name of the source. */
|
|
2357
|
+
name?: string;
|
|
2358
|
+
}
|
|
2359
|
+
export declare function pipelineRunSourcePropertiesSerializer(item: PipelineRunSourceProperties): any;
|
|
2360
|
+
export declare function pipelineRunSourcePropertiesDeserializer(item: any): PipelineRunSourceProperties;
|
|
2361
|
+
/** The type of the source. */
|
|
2362
|
+
export declare enum KnownPipelineRunSourceType {
|
|
2363
|
+
/** AzureStorageBlob */
|
|
2364
|
+
AzureStorageBlob = "AzureStorageBlob"
|
|
2365
|
+
}
|
|
2366
|
+
/**
|
|
2367
|
+
* The type of the source. \
|
|
2368
|
+
* {@link KnownPipelineRunSourceType} can be used interchangeably with PipelineRunSourceType,
|
|
2369
|
+
* this enum contains the known values that the service supports.
|
|
2370
|
+
* ### Known values supported by the service
|
|
2371
|
+
* **AzureStorageBlob**
|
|
2372
|
+
*/
|
|
2373
|
+
export type PipelineRunSourceType = string;
|
|
2374
|
+
/** The pipeline run target properties */
|
|
2375
|
+
export interface PipelineRunTargetProperties {
|
|
2376
|
+
/** The type of the target. */
|
|
2377
|
+
type?: PipelineRunTargetType;
|
|
2378
|
+
/** The name of the target. */
|
|
2379
|
+
name?: string;
|
|
2380
|
+
}
|
|
2381
|
+
export declare function pipelineRunTargetPropertiesSerializer(item: PipelineRunTargetProperties): any;
|
|
2382
|
+
export declare function pipelineRunTargetPropertiesDeserializer(item: any): PipelineRunTargetProperties;
|
|
2383
|
+
/** The type of the target. */
|
|
2384
|
+
export declare enum KnownPipelineRunTargetType {
|
|
2385
|
+
/** AzureStorageBlob */
|
|
2386
|
+
AzureStorageBlob = "AzureStorageBlob"
|
|
2387
|
+
}
|
|
2388
|
+
/**
|
|
2389
|
+
* The type of the target. \
|
|
2390
|
+
* {@link KnownPipelineRunTargetType} can be used interchangeably with PipelineRunTargetType,
|
|
2391
|
+
* this enum contains the known values that the service supports.
|
|
2392
|
+
* ### Known values supported by the service
|
|
2393
|
+
* **AzureStorageBlob**
|
|
2394
|
+
*/
|
|
2395
|
+
export type PipelineRunTargetType = string;
|
|
2396
|
+
/** The response properties returned for a pipeline run. */
|
|
2397
|
+
export interface PipelineRunResponse {
|
|
2398
|
+
/** The current status of the pipeline run. */
|
|
2399
|
+
status?: string;
|
|
2400
|
+
/** The artifacts imported in the pipeline run. */
|
|
2401
|
+
importedArtifacts?: string[];
|
|
2402
|
+
/** The current progress of the copy operation. */
|
|
2403
|
+
progress?: ProgressProperties;
|
|
2404
|
+
/** The time the pipeline run started. */
|
|
2405
|
+
startTime?: Date;
|
|
2406
|
+
/** The time the pipeline run finished. */
|
|
2407
|
+
finishTime?: Date;
|
|
2408
|
+
/** The source of the pipeline run. */
|
|
2409
|
+
source?: ImportPipelineSourceProperties;
|
|
2410
|
+
/** The target of the pipeline run. */
|
|
2411
|
+
target?: ExportPipelineTargetProperties;
|
|
2412
|
+
/** The digest of the tar used to transfer the artifacts. */
|
|
2413
|
+
catalogDigest?: string;
|
|
2414
|
+
/** The trigger that caused the pipeline run. */
|
|
2415
|
+
trigger?: PipelineTriggerDescriptor;
|
|
2416
|
+
/** The detailed error message for the pipeline run in the case of failure. */
|
|
2417
|
+
pipelineRunErrorMessage?: string;
|
|
2418
|
+
}
|
|
2419
|
+
export declare function pipelineRunResponseDeserializer(item: any): PipelineRunResponse;
|
|
2420
|
+
/** The progress properties. */
|
|
2421
|
+
export interface ProgressProperties {
|
|
2422
|
+
/** The percentage complete of the copy operation. */
|
|
2423
|
+
percentage?: string;
|
|
2424
|
+
}
|
|
2425
|
+
export declare function progressPropertiesDeserializer(item: any): ProgressProperties;
|
|
2426
|
+
/** The pipeline trigger descriptor */
|
|
2427
|
+
export interface PipelineTriggerDescriptor {
|
|
2428
|
+
/** The source trigger that caused the pipeline run. */
|
|
2429
|
+
sourceTrigger?: PipelineSourceTriggerDescriptor;
|
|
2430
|
+
}
|
|
2431
|
+
export declare function pipelineTriggerDescriptorDeserializer(item: any): PipelineTriggerDescriptor;
|
|
2432
|
+
/** The pipeline source trigger descriptor. */
|
|
2433
|
+
export interface PipelineSourceTriggerDescriptor {
|
|
2434
|
+
/** The timestamp when the source update happened. */
|
|
2435
|
+
timestamp?: Date;
|
|
2436
|
+
}
|
|
2437
|
+
export declare function pipelineSourceTriggerDescriptorDeserializer(item: any): PipelineSourceTriggerDescriptor;
|
|
2438
|
+
/** The result of a request to list pipeline runs for a container registry. */
|
|
2439
|
+
export interface _PipelineRunListResult {
|
|
2440
|
+
/** The list of pipeline runs. Since this list may be incomplete, the nextLink field should be used to request the next list of pipeline runs. */
|
|
2441
|
+
value?: PipelineRun[];
|
|
2442
|
+
/** The URI that can be used to request the next list of pipeline runs. */
|
|
2443
|
+
nextLink?: string;
|
|
2444
|
+
}
|
|
2445
|
+
export declare function _pipelineRunListResultDeserializer(item: any): _PipelineRunListResult;
|
|
2446
|
+
export declare function pipelineRunArraySerializer(result: Array<PipelineRun>): any[];
|
|
2447
|
+
export declare function pipelineRunArrayDeserializer(result: Array<PipelineRun>): any[];
|
|
1747
2448
|
/** An object that represents a webhook for a container registry. */
|
|
1748
2449
|
export interface Webhook extends TrackedResource {
|
|
1749
2450
|
/** The status of the webhook at the time the operation was called. */
|
|
@@ -2000,7 +2701,9 @@ export declare function callbackConfigDeserializer(item: any): CallbackConfig;
|
|
|
2000
2701
|
/** The available API versions. */
|
|
2001
2702
|
export declare enum KnownVersions {
|
|
2002
2703
|
/** The 2025-11-01 API version. */
|
|
2003
|
-
V20251101 = "2025-11-01"
|
|
2704
|
+
V20251101 = "2025-11-01",
|
|
2705
|
+
/** The latest preview API version. */
|
|
2706
|
+
VLatestPreview = "2026-03-01-preview"
|
|
2004
2707
|
}
|
|
2005
2708
|
export declare function _operationDefinitionPropertiesDeserializer(item: any): {
|
|
2006
2709
|
serviceSpecification: any;
|
|
@@ -2023,18 +2726,38 @@ export declare function _registryPropertiesDeserializer(item: any): {
|
|
|
2023
2726
|
encryption: any;
|
|
2024
2727
|
dataEndpointEnabled: any;
|
|
2025
2728
|
dataEndpointHostNames: any;
|
|
2729
|
+
regionalEndpoints: any;
|
|
2730
|
+
regionalEndpointHostNames: any;
|
|
2731
|
+
endpointProtocol: any;
|
|
2026
2732
|
privateEndpointConnections: any;
|
|
2027
2733
|
publicNetworkAccess: any;
|
|
2028
2734
|
networkRuleBypassOptions: any;
|
|
2029
2735
|
networkRuleBypassAllowedForTasks: any;
|
|
2030
2736
|
zoneRedundancy: any;
|
|
2031
2737
|
anonymousPullEnabled: any;
|
|
2738
|
+
metadataSearch: any;
|
|
2739
|
+
autoGeneratedDomainNameLabelScope: any;
|
|
2740
|
+
writableCacheRepos: any;
|
|
2032
2741
|
roleAssignmentMode: any;
|
|
2033
2742
|
};
|
|
2034
2743
|
export declare function _registryUpdateParametersPropertiesSerializer(item: RegistryUpdateParameters): any;
|
|
2744
|
+
export declare function _archivePropertiesSerializer(item: Archive): any;
|
|
2745
|
+
export declare function _archivePropertiesDeserializer(item: any): {
|
|
2746
|
+
packageSource: any;
|
|
2747
|
+
publishedVersion: any;
|
|
2748
|
+
repositoryEndpointPrefix: any;
|
|
2749
|
+
repositoryEndpoint: any;
|
|
2750
|
+
provisioningState: any;
|
|
2751
|
+
};
|
|
2752
|
+
export declare function _archiveUpdateParametersPropertiesSerializer(item: ArchiveUpdateParameters): any;
|
|
2753
|
+
export declare function _archiveVersionPropertiesDeserializer(item: any): {
|
|
2754
|
+
provisioningState: any;
|
|
2755
|
+
archiveVersionErrorMessage: any;
|
|
2756
|
+
};
|
|
2035
2757
|
export declare function _cacheRulePropertiesSerializer(item: CacheRule): any;
|
|
2036
2758
|
export declare function _cacheRulePropertiesDeserializer(item: any): {
|
|
2037
2759
|
credentialSetResourceId: any;
|
|
2760
|
+
additionalAuthenticationProperties: any;
|
|
2038
2761
|
sourceRepository: any;
|
|
2039
2762
|
targetRepository: any;
|
|
2040
2763
|
creationDate: any;
|
|
@@ -2064,6 +2787,7 @@ export declare function _connectedRegistryPropertiesDeserializer(item: any): {
|
|
|
2064
2787
|
statusDetails: any;
|
|
2065
2788
|
notificationsList: any;
|
|
2066
2789
|
garbageCollection: any;
|
|
2790
|
+
registrySyncResult: any;
|
|
2067
2791
|
};
|
|
2068
2792
|
export declare function _connectedRegistryUpdateParametersPropertiesSerializer(item: ConnectedRegistryUpdateParameters): any;
|
|
2069
2793
|
export declare function _replicationPropertiesSerializer(item: Replication): any;
|
|
@@ -2092,6 +2816,26 @@ export declare function _tokenPropertiesDeserializer(item: any): {
|
|
|
2092
2816
|
status: any;
|
|
2093
2817
|
};
|
|
2094
2818
|
export declare function _tokenUpdateParametersPropertiesSerializer(item: TokenUpdateParameters): any;
|
|
2819
|
+
export declare function _exportPipelinePropertiesSerializer(item: ExportPipeline): any;
|
|
2820
|
+
export declare function _exportPipelinePropertiesDeserializer(item: any): {
|
|
2821
|
+
target: any;
|
|
2822
|
+
options: any;
|
|
2823
|
+
provisioningState: any;
|
|
2824
|
+
};
|
|
2825
|
+
export declare function _importPipelinePropertiesSerializer(item: ImportPipeline): any;
|
|
2826
|
+
export declare function _importPipelinePropertiesDeserializer(item: any): {
|
|
2827
|
+
source: any;
|
|
2828
|
+
trigger: any;
|
|
2829
|
+
options: any;
|
|
2830
|
+
provisioningState: any;
|
|
2831
|
+
};
|
|
2832
|
+
export declare function _pipelineRunPropertiesSerializer(item: PipelineRun): any;
|
|
2833
|
+
export declare function _pipelineRunPropertiesDeserializer(item: any): {
|
|
2834
|
+
provisioningState: any;
|
|
2835
|
+
request: any;
|
|
2836
|
+
response: any;
|
|
2837
|
+
forceUpdateTag: any;
|
|
2838
|
+
};
|
|
2095
2839
|
export declare function _webhookPropertiesDeserializer(item: any): {
|
|
2096
2840
|
status: any;
|
|
2097
2841
|
scope: any;
|