@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
|
@@ -119,11 +119,16 @@ export function registrySerializer(item) {
|
|
|
119
119
|
"policies",
|
|
120
120
|
"encryption",
|
|
121
121
|
"dataEndpointEnabled",
|
|
122
|
+
"regionalEndpoints",
|
|
123
|
+
"endpointProtocol",
|
|
122
124
|
"publicNetworkAccess",
|
|
123
125
|
"networkRuleBypassOptions",
|
|
124
126
|
"networkRuleBypassAllowedForTasks",
|
|
125
127
|
"zoneRedundancy",
|
|
126
128
|
"anonymousPullEnabled",
|
|
129
|
+
"metadataSearch",
|
|
130
|
+
"autoGeneratedDomainNameLabelScope",
|
|
131
|
+
"writableCacheRepos",
|
|
127
132
|
"roleAssignmentMode",
|
|
128
133
|
])
|
|
129
134
|
? undefined
|
|
@@ -164,11 +169,16 @@ export function registryPropertiesSerializer(item) {
|
|
|
164
169
|
? item["encryption"]
|
|
165
170
|
: encryptionPropertySerializer(item["encryption"]),
|
|
166
171
|
dataEndpointEnabled: item["dataEndpointEnabled"],
|
|
172
|
+
regionalEndpoints: item["regionalEndpoints"],
|
|
173
|
+
endpointProtocol: item["endpointProtocol"],
|
|
167
174
|
publicNetworkAccess: item["publicNetworkAccess"],
|
|
168
175
|
networkRuleBypassOptions: item["networkRuleBypassOptions"],
|
|
169
176
|
networkRuleBypassAllowedForTasks: item["networkRuleBypassAllowedForTasks"],
|
|
170
177
|
zoneRedundancy: item["zoneRedundancy"],
|
|
171
178
|
anonymousPullEnabled: item["anonymousPullEnabled"],
|
|
179
|
+
metadataSearch: item["metadataSearch"],
|
|
180
|
+
autoGeneratedDomainNameLabelScope: item["autoGeneratedDomainNameLabelScope"],
|
|
181
|
+
writableCacheRepos: item["writableCacheRepos"],
|
|
172
182
|
roleAssignmentMode: item["roleAssignmentMode"],
|
|
173
183
|
};
|
|
174
184
|
}
|
|
@@ -192,6 +202,13 @@ export function registryPropertiesDeserializer(item) {
|
|
|
192
202
|
: item["dataEndpointHostNames"].map((p) => {
|
|
193
203
|
return p;
|
|
194
204
|
}),
|
|
205
|
+
regionalEndpoints: item["regionalEndpoints"],
|
|
206
|
+
regionalEndpointHostNames: !item["regionalEndpointHostNames"]
|
|
207
|
+
? item["regionalEndpointHostNames"]
|
|
208
|
+
: item["regionalEndpointHostNames"].map((p) => {
|
|
209
|
+
return p;
|
|
210
|
+
}),
|
|
211
|
+
endpointProtocol: item["endpointProtocol"],
|
|
195
212
|
privateEndpointConnections: !item["privateEndpointConnections"]
|
|
196
213
|
? item["privateEndpointConnections"]
|
|
197
214
|
: privateEndpointConnectionArrayDeserializer(item["privateEndpointConnections"]),
|
|
@@ -200,6 +217,9 @@ export function registryPropertiesDeserializer(item) {
|
|
|
200
217
|
networkRuleBypassAllowedForTasks: item["networkRuleBypassAllowedForTasks"],
|
|
201
218
|
zoneRedundancy: item["zoneRedundancy"],
|
|
202
219
|
anonymousPullEnabled: item["anonymousPullEnabled"],
|
|
220
|
+
metadataSearch: item["metadataSearch"],
|
|
221
|
+
autoGeneratedDomainNameLabelScope: item["autoGeneratedDomainNameLabelScope"],
|
|
222
|
+
writableCacheRepos: item["writableCacheRepos"],
|
|
203
223
|
roleAssignmentMode: item["roleAssignmentMode"],
|
|
204
224
|
};
|
|
205
225
|
}
|
|
@@ -229,12 +249,18 @@ export function statusDeserializer(item) {
|
|
|
229
249
|
export function networkRuleSetSerializer(item) {
|
|
230
250
|
return {
|
|
231
251
|
defaultAction: item["defaultAction"],
|
|
252
|
+
virtualNetworkRules: !item["virtualNetworkRules"]
|
|
253
|
+
? item["virtualNetworkRules"]
|
|
254
|
+
: virtualNetworkRuleArraySerializer(item["virtualNetworkRules"]),
|
|
232
255
|
ipRules: !item["ipRules"] ? item["ipRules"] : ipRuleArraySerializer(item["ipRules"]),
|
|
233
256
|
};
|
|
234
257
|
}
|
|
235
258
|
export function networkRuleSetDeserializer(item) {
|
|
236
259
|
return {
|
|
237
260
|
defaultAction: item["defaultAction"],
|
|
261
|
+
virtualNetworkRules: !item["virtualNetworkRules"]
|
|
262
|
+
? item["virtualNetworkRules"]
|
|
263
|
+
: virtualNetworkRuleArrayDeserializer(item["virtualNetworkRules"]),
|
|
238
264
|
ipRules: !item["ipRules"] ? item["ipRules"] : ipRuleArrayDeserializer(item["ipRules"]),
|
|
239
265
|
};
|
|
240
266
|
}
|
|
@@ -246,6 +272,34 @@ export var KnownDefaultAction;
|
|
|
246
272
|
/** Deny */
|
|
247
273
|
KnownDefaultAction["Deny"] = "Deny";
|
|
248
274
|
})(KnownDefaultAction || (KnownDefaultAction = {}));
|
|
275
|
+
export function virtualNetworkRuleArraySerializer(result) {
|
|
276
|
+
return result.map((item) => {
|
|
277
|
+
return virtualNetworkRuleSerializer(item);
|
|
278
|
+
});
|
|
279
|
+
}
|
|
280
|
+
export function virtualNetworkRuleArrayDeserializer(result) {
|
|
281
|
+
return result.map((item) => {
|
|
282
|
+
return virtualNetworkRuleDeserializer(item);
|
|
283
|
+
});
|
|
284
|
+
}
|
|
285
|
+
export function virtualNetworkRuleSerializer(item) {
|
|
286
|
+
return {
|
|
287
|
+
action: item["action"],
|
|
288
|
+
virtualNetworkSubnetResourceId: item["virtualNetworkSubnetResourceId"],
|
|
289
|
+
};
|
|
290
|
+
}
|
|
291
|
+
export function virtualNetworkRuleDeserializer(item) {
|
|
292
|
+
return {
|
|
293
|
+
action: item["action"],
|
|
294
|
+
virtualNetworkSubnetResourceId: item["virtualNetworkSubnetResourceId"],
|
|
295
|
+
};
|
|
296
|
+
}
|
|
297
|
+
/** The action of IP ACL rule. */
|
|
298
|
+
export var KnownAction;
|
|
299
|
+
(function (KnownAction) {
|
|
300
|
+
/** Allow */
|
|
301
|
+
KnownAction["Allow"] = "Allow";
|
|
302
|
+
})(KnownAction || (KnownAction = {}));
|
|
249
303
|
export function ipRuleArraySerializer(result) {
|
|
250
304
|
return result.map((item) => {
|
|
251
305
|
return ipRuleSerializer(item);
|
|
@@ -265,12 +319,6 @@ export function ipRuleDeserializer(item) {
|
|
|
265
319
|
iPAddressOrRange: item["value"],
|
|
266
320
|
};
|
|
267
321
|
}
|
|
268
|
-
/** The action of IP ACL rule. */
|
|
269
|
-
export var KnownAction;
|
|
270
|
-
(function (KnownAction) {
|
|
271
|
-
/** Allow */
|
|
272
|
-
KnownAction["Allow"] = "Allow";
|
|
273
|
-
})(KnownAction || (KnownAction = {}));
|
|
274
322
|
export function policiesSerializer(item) {
|
|
275
323
|
return {
|
|
276
324
|
quarantinePolicy: !item["quarantinePolicy"]
|
|
@@ -288,6 +336,9 @@ export function policiesSerializer(item) {
|
|
|
288
336
|
azureADAuthenticationAsArmPolicy: !item["azureADAuthenticationAsArmPolicy"]
|
|
289
337
|
? item["azureADAuthenticationAsArmPolicy"]
|
|
290
338
|
: azureADAuthenticationAsArmPolicySerializer(item["azureADAuthenticationAsArmPolicy"]),
|
|
339
|
+
softDeletePolicy: !item["softDeletePolicy"]
|
|
340
|
+
? item["softDeletePolicy"]
|
|
341
|
+
: softDeletePolicySerializer(item["softDeletePolicy"]),
|
|
291
342
|
};
|
|
292
343
|
}
|
|
293
344
|
export function policiesDeserializer(item) {
|
|
@@ -307,6 +358,9 @@ export function policiesDeserializer(item) {
|
|
|
307
358
|
azureADAuthenticationAsArmPolicy: !item["azureADAuthenticationAsArmPolicy"]
|
|
308
359
|
? item["azureADAuthenticationAsArmPolicy"]
|
|
309
360
|
: azureADAuthenticationAsArmPolicyDeserializer(item["azureADAuthenticationAsArmPolicy"]),
|
|
361
|
+
softDeletePolicy: !item["softDeletePolicy"]
|
|
362
|
+
? item["softDeletePolicy"]
|
|
363
|
+
: softDeletePolicyDeserializer(item["softDeletePolicy"]),
|
|
310
364
|
};
|
|
311
365
|
}
|
|
312
366
|
export function quarantinePolicySerializer(item) {
|
|
@@ -384,6 +438,18 @@ export var KnownAzureADAuthenticationAsArmPolicyStatus;
|
|
|
384
438
|
/** disabled */
|
|
385
439
|
KnownAzureADAuthenticationAsArmPolicyStatus["Disabled"] = "disabled";
|
|
386
440
|
})(KnownAzureADAuthenticationAsArmPolicyStatus || (KnownAzureADAuthenticationAsArmPolicyStatus = {}));
|
|
441
|
+
export function softDeletePolicySerializer(item) {
|
|
442
|
+
return { retentionDays: item["retentionDays"], status: item["status"] };
|
|
443
|
+
}
|
|
444
|
+
export function softDeletePolicyDeserializer(item) {
|
|
445
|
+
return {
|
|
446
|
+
retentionDays: item["retentionDays"],
|
|
447
|
+
lastUpdatedTime: !item["lastUpdatedTime"]
|
|
448
|
+
? item["lastUpdatedTime"]
|
|
449
|
+
: new Date(item["lastUpdatedTime"]),
|
|
450
|
+
status: item["status"],
|
|
451
|
+
};
|
|
452
|
+
}
|
|
387
453
|
export function encryptionPropertySerializer(item) {
|
|
388
454
|
return {
|
|
389
455
|
status: item["status"],
|
|
@@ -422,6 +488,22 @@ export function keyVaultPropertiesDeserializer(item) {
|
|
|
422
488
|
: new Date(item["lastKeyRotationTimestamp"]),
|
|
423
489
|
};
|
|
424
490
|
}
|
|
491
|
+
/** Whether or not per-region endpoints are enabled for accessing the registry. */
|
|
492
|
+
export var KnownRegionalEndpoints;
|
|
493
|
+
(function (KnownRegionalEndpoints) {
|
|
494
|
+
/** Regional endpoints are enabled. */
|
|
495
|
+
KnownRegionalEndpoints["Enabled"] = "Enabled";
|
|
496
|
+
/** Regional endpoints are disabled. */
|
|
497
|
+
KnownRegionalEndpoints["Disabled"] = "Disabled";
|
|
498
|
+
})(KnownRegionalEndpoints || (KnownRegionalEndpoints = {}));
|
|
499
|
+
/** The connectivity protocol for the registry. */
|
|
500
|
+
export var KnownEndpointProtocol;
|
|
501
|
+
(function (KnownEndpointProtocol) {
|
|
502
|
+
/** IPv4 connectivity only */
|
|
503
|
+
KnownEndpointProtocol["IPv4"] = "IPv4";
|
|
504
|
+
/** IPv4 and IPv6 (dual stack) connectivity */
|
|
505
|
+
KnownEndpointProtocol["IPv4AndIPv6"] = "IPv4AndIPv6";
|
|
506
|
+
})(KnownEndpointProtocol || (KnownEndpointProtocol = {}));
|
|
425
507
|
export function privateEndpointConnectionArraySerializer(result) {
|
|
426
508
|
return result.map((item) => {
|
|
427
509
|
return privateEndpointConnectionSerializer(item);
|
|
@@ -539,6 +621,36 @@ export var KnownZoneRedundancy;
|
|
|
539
621
|
/** Disabled */
|
|
540
622
|
KnownZoneRedundancy["Disabled"] = "Disabled";
|
|
541
623
|
})(KnownZoneRedundancy || (KnownZoneRedundancy = {}));
|
|
624
|
+
/** Determines whether registry artifacts are indexed for metadata search. */
|
|
625
|
+
export var KnownMetadataSearch;
|
|
626
|
+
(function (KnownMetadataSearch) {
|
|
627
|
+
/** Enabled */
|
|
628
|
+
KnownMetadataSearch["Enabled"] = "Enabled";
|
|
629
|
+
/** Disabled */
|
|
630
|
+
KnownMetadataSearch["Disabled"] = "Disabled";
|
|
631
|
+
})(KnownMetadataSearch || (KnownMetadataSearch = {}));
|
|
632
|
+
/** The auto generated domain name label of the container registry. This value defaults to "Unsecure". */
|
|
633
|
+
export var KnownAutoGeneratedDomainNameLabelScope;
|
|
634
|
+
(function (KnownAutoGeneratedDomainNameLabelScope) {
|
|
635
|
+
/** Unsecure */
|
|
636
|
+
KnownAutoGeneratedDomainNameLabelScope["Unsecure"] = "Unsecure";
|
|
637
|
+
/** TenantReuse */
|
|
638
|
+
KnownAutoGeneratedDomainNameLabelScope["TenantReuse"] = "TenantReuse";
|
|
639
|
+
/** SubscriptionReuse */
|
|
640
|
+
KnownAutoGeneratedDomainNameLabelScope["SubscriptionReuse"] = "SubscriptionReuse";
|
|
641
|
+
/** ResourceGroupReuse */
|
|
642
|
+
KnownAutoGeneratedDomainNameLabelScope["ResourceGroupReuse"] = "ResourceGroupReuse";
|
|
643
|
+
/** NoReuse */
|
|
644
|
+
KnownAutoGeneratedDomainNameLabelScope["NoReuse"] = "NoReuse";
|
|
645
|
+
})(KnownAutoGeneratedDomainNameLabelScope || (KnownAutoGeneratedDomainNameLabelScope = {}));
|
|
646
|
+
/** Whether to allow cache operations that write to repositories in this registry. */
|
|
647
|
+
export var KnownWritableCacheRepos;
|
|
648
|
+
(function (KnownWritableCacheRepos) {
|
|
649
|
+
/** Cache write operations are enabled. */
|
|
650
|
+
KnownWritableCacheRepos["Enabled"] = "Enabled";
|
|
651
|
+
/** Cache write operations are disabled. */
|
|
652
|
+
KnownWritableCacheRepos["Disabled"] = "Disabled";
|
|
653
|
+
})(KnownWritableCacheRepos || (KnownWritableCacheRepos = {}));
|
|
542
654
|
/** Determines registry role assignment mode. */
|
|
543
655
|
export var KnownRoleAssignmentMode;
|
|
544
656
|
(function (KnownRoleAssignmentMode) {
|
|
@@ -612,8 +724,8 @@ export function userIdentityPropertiesRecordDeserializer(item) {
|
|
|
612
724
|
});
|
|
613
725
|
return result;
|
|
614
726
|
}
|
|
615
|
-
export function userIdentityPropertiesSerializer(
|
|
616
|
-
return
|
|
727
|
+
export function userIdentityPropertiesSerializer(_item) {
|
|
728
|
+
return {};
|
|
617
729
|
}
|
|
618
730
|
export function userIdentityPropertiesDeserializer(item) {
|
|
619
731
|
return {
|
|
@@ -621,8 +733,8 @@ export function userIdentityPropertiesDeserializer(item) {
|
|
|
621
733
|
clientId: item["clientId"],
|
|
622
734
|
};
|
|
623
735
|
}
|
|
624
|
-
export function proxyResourceSerializer(
|
|
625
|
-
return
|
|
736
|
+
export function proxyResourceSerializer(_item) {
|
|
737
|
+
return {};
|
|
626
738
|
}
|
|
627
739
|
export function proxyResourceDeserializer(item) {
|
|
628
740
|
return {
|
|
@@ -634,8 +746,8 @@ export function proxyResourceDeserializer(item) {
|
|
|
634
746
|
: systemDataDeserializer(item["systemData"]),
|
|
635
747
|
};
|
|
636
748
|
}
|
|
637
|
-
export function resourceSerializer(
|
|
638
|
-
return
|
|
749
|
+
export function resourceSerializer(_item) {
|
|
750
|
+
return {};
|
|
639
751
|
}
|
|
640
752
|
export function resourceDeserializer(item) {
|
|
641
753
|
return {
|
|
@@ -699,10 +811,14 @@ export function registryUpdateParametersSerializer(item) {
|
|
|
699
811
|
"policies",
|
|
700
812
|
"encryption",
|
|
701
813
|
"dataEndpointEnabled",
|
|
814
|
+
"regionalEndpoints",
|
|
815
|
+
"endpointProtocol",
|
|
702
816
|
"publicNetworkAccess",
|
|
703
817
|
"networkRuleBypassOptions",
|
|
704
818
|
"networkRuleBypassAllowedForTasks",
|
|
705
819
|
"anonymousPullEnabled",
|
|
820
|
+
"metadataSearch",
|
|
821
|
+
"writableCacheRepos",
|
|
706
822
|
"roleAssignmentMode",
|
|
707
823
|
])
|
|
708
824
|
? undefined
|
|
@@ -720,10 +836,14 @@ export function registryPropertiesUpdateParametersSerializer(item) {
|
|
|
720
836
|
? item["encryption"]
|
|
721
837
|
: encryptionPropertySerializer(item["encryption"]),
|
|
722
838
|
dataEndpointEnabled: item["dataEndpointEnabled"],
|
|
839
|
+
regionalEndpoints: item["regionalEndpoints"],
|
|
840
|
+
endpointProtocol: item["endpointProtocol"],
|
|
723
841
|
publicNetworkAccess: item["publicNetworkAccess"],
|
|
724
842
|
networkRuleBypassOptions: item["networkRuleBypassOptions"],
|
|
725
843
|
networkRuleBypassAllowedForTasks: item["networkRuleBypassAllowedForTasks"],
|
|
726
844
|
anonymousPullEnabled: item["anonymousPullEnabled"],
|
|
845
|
+
metadataSearch: item["metadataSearch"],
|
|
846
|
+
writableCacheRepos: item["writableCacheRepos"],
|
|
727
847
|
roleAssignmentMode: item["roleAssignmentMode"],
|
|
728
848
|
};
|
|
729
849
|
}
|
|
@@ -877,10 +997,16 @@ export function tokenPasswordDeserializer(item) {
|
|
|
877
997
|
};
|
|
878
998
|
}
|
|
879
999
|
export function registryNameCheckRequestSerializer(item) {
|
|
880
|
-
return {
|
|
1000
|
+
return {
|
|
1001
|
+
name: item["name"],
|
|
1002
|
+
type: item["type"],
|
|
1003
|
+
resourceGroupName: item["resourceGroupName"],
|
|
1004
|
+
autoGeneratedDomainNameLabelScope: item["autoGeneratedDomainNameLabelScope"],
|
|
1005
|
+
};
|
|
881
1006
|
}
|
|
882
1007
|
export function registryNameStatusDeserializer(item) {
|
|
883
1008
|
return {
|
|
1009
|
+
availableLoginServerName: item["availableLoginServerName"],
|
|
884
1010
|
nameAvailable: item["nameAvailable"],
|
|
885
1011
|
reason: item["reason"],
|
|
886
1012
|
message: item["message"],
|
|
@@ -925,15 +1051,132 @@ export function privateLinkResourceArrayDeserializer(result) {
|
|
|
925
1051
|
return privateLinkResourceDeserializer(item);
|
|
926
1052
|
});
|
|
927
1053
|
}
|
|
1054
|
+
export function archiveSerializer(item) {
|
|
1055
|
+
return {
|
|
1056
|
+
properties: areAllPropsUndefined(item, [
|
|
1057
|
+
"packageSource",
|
|
1058
|
+
"publishedVersion",
|
|
1059
|
+
"repositoryEndpointPrefix",
|
|
1060
|
+
])
|
|
1061
|
+
? undefined
|
|
1062
|
+
: _archivePropertiesSerializer(item),
|
|
1063
|
+
};
|
|
1064
|
+
}
|
|
1065
|
+
export function archiveDeserializer(item) {
|
|
1066
|
+
return {
|
|
1067
|
+
id: item["id"],
|
|
1068
|
+
name: item["name"],
|
|
1069
|
+
type: item["type"],
|
|
1070
|
+
systemData: !item["systemData"]
|
|
1071
|
+
? item["systemData"]
|
|
1072
|
+
: systemDataDeserializer(item["systemData"]),
|
|
1073
|
+
...(!item["properties"]
|
|
1074
|
+
? item["properties"]
|
|
1075
|
+
: _archivePropertiesDeserializer(item["properties"])),
|
|
1076
|
+
};
|
|
1077
|
+
}
|
|
1078
|
+
export function archivePropertiesSerializer(item) {
|
|
1079
|
+
return {
|
|
1080
|
+
packageSource: !item["packageSource"]
|
|
1081
|
+
? item["packageSource"]
|
|
1082
|
+
: archivePackageSourcePropertiesSerializer(item["packageSource"]),
|
|
1083
|
+
publishedVersion: item["publishedVersion"],
|
|
1084
|
+
repositoryEndpointPrefix: item["repositoryEndpointPrefix"],
|
|
1085
|
+
};
|
|
1086
|
+
}
|
|
1087
|
+
export function archivePropertiesDeserializer(item) {
|
|
1088
|
+
return {
|
|
1089
|
+
packageSource: !item["packageSource"]
|
|
1090
|
+
? item["packageSource"]
|
|
1091
|
+
: archivePackageSourcePropertiesDeserializer(item["packageSource"]),
|
|
1092
|
+
publishedVersion: item["publishedVersion"],
|
|
1093
|
+
repositoryEndpointPrefix: item["repositoryEndpointPrefix"],
|
|
1094
|
+
repositoryEndpoint: item["repositoryEndpoint"],
|
|
1095
|
+
provisioningState: item["provisioningState"],
|
|
1096
|
+
};
|
|
1097
|
+
}
|
|
1098
|
+
export function archivePackageSourcePropertiesSerializer(item) {
|
|
1099
|
+
return { type: item["type"], url: item["url"] };
|
|
1100
|
+
}
|
|
1101
|
+
export function archivePackageSourcePropertiesDeserializer(item) {
|
|
1102
|
+
return {
|
|
1103
|
+
type: item["type"],
|
|
1104
|
+
url: item["url"],
|
|
1105
|
+
};
|
|
1106
|
+
}
|
|
1107
|
+
/** The type of package source for a archive. */
|
|
1108
|
+
export var KnownPackageSourceType;
|
|
1109
|
+
(function (KnownPackageSourceType) {
|
|
1110
|
+
/** remote */
|
|
1111
|
+
KnownPackageSourceType["Remote"] = "remote";
|
|
1112
|
+
})(KnownPackageSourceType || (KnownPackageSourceType = {}));
|
|
1113
|
+
export function archiveUpdateParametersSerializer(item) {
|
|
1114
|
+
return {
|
|
1115
|
+
properties: areAllPropsUndefined(item, ["publishedVersion"])
|
|
1116
|
+
? undefined
|
|
1117
|
+
: _archiveUpdateParametersPropertiesSerializer(item),
|
|
1118
|
+
};
|
|
1119
|
+
}
|
|
1120
|
+
export function archiveUpdatePropertiesSerializer(item) {
|
|
1121
|
+
return { publishedVersion: item["publishedVersion"] };
|
|
1122
|
+
}
|
|
1123
|
+
export function _archiveListResultDeserializer(item) {
|
|
1124
|
+
return {
|
|
1125
|
+
value: !item["value"] ? item["value"] : archiveArrayDeserializer(item["value"]),
|
|
1126
|
+
nextLink: item["nextLink"],
|
|
1127
|
+
};
|
|
1128
|
+
}
|
|
1129
|
+
export function archiveArraySerializer(result) {
|
|
1130
|
+
return result.map((item) => {
|
|
1131
|
+
return archiveSerializer(item);
|
|
1132
|
+
});
|
|
1133
|
+
}
|
|
1134
|
+
export function archiveArrayDeserializer(result) {
|
|
1135
|
+
return result.map((item) => {
|
|
1136
|
+
return archiveDeserializer(item);
|
|
1137
|
+
});
|
|
1138
|
+
}
|
|
1139
|
+
export function archiveVersionDeserializer(item) {
|
|
1140
|
+
return {
|
|
1141
|
+
id: item["id"],
|
|
1142
|
+
name: item["name"],
|
|
1143
|
+
type: item["type"],
|
|
1144
|
+
systemData: !item["systemData"]
|
|
1145
|
+
? item["systemData"]
|
|
1146
|
+
: systemDataDeserializer(item["systemData"]),
|
|
1147
|
+
...(!item["properties"]
|
|
1148
|
+
? item["properties"]
|
|
1149
|
+
: _archiveVersionPropertiesDeserializer(item["properties"])),
|
|
1150
|
+
};
|
|
1151
|
+
}
|
|
1152
|
+
export function archiveVersionPropertiesDeserializer(item) {
|
|
1153
|
+
return {
|
|
1154
|
+
provisioningState: item["provisioningState"],
|
|
1155
|
+
archiveVersionErrorMessage: item["archiveVersionErrorMessage"],
|
|
1156
|
+
};
|
|
1157
|
+
}
|
|
1158
|
+
export function _archiveVersionListResultDeserializer(item) {
|
|
1159
|
+
return {
|
|
1160
|
+
value: !item["value"] ? item["value"] : archiveVersionArrayDeserializer(item["value"]),
|
|
1161
|
+
nextLink: item["nextLink"],
|
|
1162
|
+
};
|
|
1163
|
+
}
|
|
1164
|
+
export function archiveVersionArrayDeserializer(result) {
|
|
1165
|
+
return result.map((item) => {
|
|
1166
|
+
return archiveVersionDeserializer(item);
|
|
1167
|
+
});
|
|
1168
|
+
}
|
|
928
1169
|
export function cacheRuleSerializer(item) {
|
|
929
1170
|
return {
|
|
930
1171
|
properties: areAllPropsUndefined(item, [
|
|
931
1172
|
"credentialSetResourceId",
|
|
1173
|
+
"additionalAuthenticationProperties",
|
|
932
1174
|
"sourceRepository",
|
|
933
1175
|
"targetRepository",
|
|
934
1176
|
])
|
|
935
1177
|
? undefined
|
|
936
1178
|
: _cacheRulePropertiesSerializer(item),
|
|
1179
|
+
identity: !item["identity"] ? item["identity"] : identityPropertiesSerializer(item["identity"]),
|
|
937
1180
|
};
|
|
938
1181
|
}
|
|
939
1182
|
export function cacheRuleDeserializer(item) {
|
|
@@ -947,11 +1190,17 @@ export function cacheRuleDeserializer(item) {
|
|
|
947
1190
|
...(!item["properties"]
|
|
948
1191
|
? item["properties"]
|
|
949
1192
|
: _cacheRulePropertiesDeserializer(item["properties"])),
|
|
1193
|
+
identity: !item["identity"]
|
|
1194
|
+
? item["identity"]
|
|
1195
|
+
: identityPropertiesDeserializer(item["identity"]),
|
|
950
1196
|
};
|
|
951
1197
|
}
|
|
952
1198
|
export function cacheRulePropertiesSerializer(item) {
|
|
953
1199
|
return {
|
|
954
1200
|
credentialSetResourceId: item["credentialSetResourceId"],
|
|
1201
|
+
additionalAuthenticationProperties: !item["additionalAuthenticationProperties"]
|
|
1202
|
+
? item["additionalAuthenticationProperties"]
|
|
1203
|
+
: additionalAuthenticationPropertiesUnionSerializer(item["additionalAuthenticationProperties"]),
|
|
955
1204
|
sourceRepository: item["sourceRepository"],
|
|
956
1205
|
targetRepository: item["targetRepository"],
|
|
957
1206
|
};
|
|
@@ -959,21 +1208,79 @@ export function cacheRulePropertiesSerializer(item) {
|
|
|
959
1208
|
export function cacheRulePropertiesDeserializer(item) {
|
|
960
1209
|
return {
|
|
961
1210
|
credentialSetResourceId: item["credentialSetResourceId"],
|
|
1211
|
+
additionalAuthenticationProperties: !item["additionalAuthenticationProperties"]
|
|
1212
|
+
? item["additionalAuthenticationProperties"]
|
|
1213
|
+
: additionalAuthenticationPropertiesUnionDeserializer(item["additionalAuthenticationProperties"]),
|
|
962
1214
|
sourceRepository: item["sourceRepository"],
|
|
963
1215
|
targetRepository: item["targetRepository"],
|
|
964
1216
|
creationDate: !item["creationDate"] ? item["creationDate"] : new Date(item["creationDate"]),
|
|
965
1217
|
provisioningState: item["provisioningState"],
|
|
966
1218
|
};
|
|
967
1219
|
}
|
|
1220
|
+
export function additionalAuthenticationPropertiesSerializer(item) {
|
|
1221
|
+
return { authenticationType: item["authenticationType"] };
|
|
1222
|
+
}
|
|
1223
|
+
export function additionalAuthenticationPropertiesDeserializer(item) {
|
|
1224
|
+
return {
|
|
1225
|
+
authenticationType: item["authenticationType"],
|
|
1226
|
+
};
|
|
1227
|
+
}
|
|
1228
|
+
export function additionalAuthenticationPropertiesUnionSerializer(item) {
|
|
1229
|
+
switch (item.authenticationType) {
|
|
1230
|
+
case "GoogleArtifactRegistry":
|
|
1231
|
+
return garAuthenticationPropertiesSerializer(item);
|
|
1232
|
+
default:
|
|
1233
|
+
return additionalAuthenticationPropertiesSerializer(item);
|
|
1234
|
+
}
|
|
1235
|
+
}
|
|
1236
|
+
export function additionalAuthenticationPropertiesUnionDeserializer(item) {
|
|
1237
|
+
switch (item["authenticationType"]) {
|
|
1238
|
+
case "GoogleArtifactRegistry":
|
|
1239
|
+
return garAuthenticationPropertiesDeserializer(item);
|
|
1240
|
+
default:
|
|
1241
|
+
return additionalAuthenticationPropertiesDeserializer(item);
|
|
1242
|
+
}
|
|
1243
|
+
}
|
|
1244
|
+
/** The type of authentication configuration used by a cache rule to access an upstream registry. */
|
|
1245
|
+
export var KnownAdditionalAuthenticationType;
|
|
1246
|
+
(function (KnownAdditionalAuthenticationType) {
|
|
1247
|
+
/** Google Artifact Registry (GAR) authentication via workload identity federation. */
|
|
1248
|
+
KnownAdditionalAuthenticationType["GoogleArtifactRegistry"] = "GoogleArtifactRegistry";
|
|
1249
|
+
})(KnownAdditionalAuthenticationType || (KnownAdditionalAuthenticationType = {}));
|
|
1250
|
+
export function garAuthenticationPropertiesSerializer(item) {
|
|
1251
|
+
return {
|
|
1252
|
+
authenticationType: item["authenticationType"],
|
|
1253
|
+
projectNumber: item["projectNumber"],
|
|
1254
|
+
workloadIdentityPool: item["workloadIdentityPool"],
|
|
1255
|
+
workloadIdentityProvider: item["workloadIdentityProvider"],
|
|
1256
|
+
};
|
|
1257
|
+
}
|
|
1258
|
+
export function garAuthenticationPropertiesDeserializer(item) {
|
|
1259
|
+
return {
|
|
1260
|
+
authenticationType: item["authenticationType"],
|
|
1261
|
+
projectNumber: item["projectNumber"],
|
|
1262
|
+
workloadIdentityPool: item["workloadIdentityPool"],
|
|
1263
|
+
workloadIdentityProvider: item["workloadIdentityProvider"],
|
|
1264
|
+
};
|
|
1265
|
+
}
|
|
968
1266
|
export function cacheRuleUpdateParametersSerializer(item) {
|
|
969
1267
|
return {
|
|
970
|
-
properties: areAllPropsUndefined(item, [
|
|
1268
|
+
properties: areAllPropsUndefined(item, [
|
|
1269
|
+
"credentialSetResourceId",
|
|
1270
|
+
"additionalAuthenticationProperties",
|
|
1271
|
+
])
|
|
971
1272
|
? undefined
|
|
972
1273
|
: _cacheRuleUpdateParametersPropertiesSerializer(item),
|
|
1274
|
+
identity: !item["identity"] ? item["identity"] : identityPropertiesSerializer(item["identity"]),
|
|
973
1275
|
};
|
|
974
1276
|
}
|
|
975
1277
|
export function cacheRuleUpdatePropertiesSerializer(item) {
|
|
976
|
-
return {
|
|
1278
|
+
return {
|
|
1279
|
+
credentialSetResourceId: item["credentialSetResourceId"],
|
|
1280
|
+
additionalAuthenticationProperties: !item["additionalAuthenticationProperties"]
|
|
1281
|
+
? item["additionalAuthenticationProperties"]
|
|
1282
|
+
: additionalAuthenticationPropertiesUnionSerializer(item["additionalAuthenticationProperties"]),
|
|
1283
|
+
};
|
|
977
1284
|
}
|
|
978
1285
|
export function _cacheRulesListResultDeserializer(item) {
|
|
979
1286
|
return {
|
|
@@ -1122,6 +1429,7 @@ export function connectedRegistrySerializer(item) {
|
|
|
1122
1429
|
"logging",
|
|
1123
1430
|
"notificationsList",
|
|
1124
1431
|
"garbageCollection",
|
|
1432
|
+
"registrySyncResult",
|
|
1125
1433
|
])
|
|
1126
1434
|
? undefined
|
|
1127
1435
|
: _connectedRegistryPropertiesSerializer(item),
|
|
@@ -1161,6 +1469,9 @@ export function connectedRegistryPropertiesSerializer(item) {
|
|
|
1161
1469
|
garbageCollection: !item["garbageCollection"]
|
|
1162
1470
|
? item["garbageCollection"]
|
|
1163
1471
|
: garbageCollectionPropertiesSerializer(item["garbageCollection"]),
|
|
1472
|
+
registrySyncResult: !item["registrySyncResult"]
|
|
1473
|
+
? item["registrySyncResult"]
|
|
1474
|
+
: registrySyncResultSerializer(item["registrySyncResult"]),
|
|
1164
1475
|
};
|
|
1165
1476
|
}
|
|
1166
1477
|
export function connectedRegistryPropertiesDeserializer(item) {
|
|
@@ -1196,6 +1507,9 @@ export function connectedRegistryPropertiesDeserializer(item) {
|
|
|
1196
1507
|
garbageCollection: !item["garbageCollection"]
|
|
1197
1508
|
? item["garbageCollection"]
|
|
1198
1509
|
: garbageCollectionPropertiesDeserializer(item["garbageCollection"]),
|
|
1510
|
+
registrySyncResult: !item["registrySyncResult"]
|
|
1511
|
+
? item["registrySyncResult"]
|
|
1512
|
+
: registrySyncResultDeserializer(item["registrySyncResult"]),
|
|
1199
1513
|
};
|
|
1200
1514
|
}
|
|
1201
1515
|
/** The mode of the connected registry resource that indicates the permissions of the registry. */
|
|
@@ -1262,8 +1576,8 @@ export function syncPropertiesDeserializer(item) {
|
|
|
1262
1576
|
gatewayEndpoint: item["gatewayEndpoint"],
|
|
1263
1577
|
};
|
|
1264
1578
|
}
|
|
1265
|
-
export function loginServerPropertiesSerializer(
|
|
1266
|
-
return
|
|
1579
|
+
export function loginServerPropertiesSerializer(_item) {
|
|
1580
|
+
return {};
|
|
1267
1581
|
}
|
|
1268
1582
|
export function loginServerPropertiesDeserializer(item) {
|
|
1269
1583
|
return {
|
|
@@ -1353,6 +1667,62 @@ export function garbageCollectionPropertiesDeserializer(item) {
|
|
|
1353
1667
|
schedule: item["schedule"],
|
|
1354
1668
|
};
|
|
1355
1669
|
}
|
|
1670
|
+
export function registrySyncResultSerializer(item) {
|
|
1671
|
+
return {
|
|
1672
|
+
lastSyncStartTime: !item["lastSyncStartTime"]
|
|
1673
|
+
? item["lastSyncStartTime"]
|
|
1674
|
+
: item["lastSyncStartTime"].toISOString(),
|
|
1675
|
+
lastSyncEndTime: !item["lastSyncEndTime"]
|
|
1676
|
+
? item["lastSyncEndTime"]
|
|
1677
|
+
: item["lastSyncEndTime"].toISOString(),
|
|
1678
|
+
lastSuccessfulSyncEndTime: !item["lastSuccessfulSyncEndTime"]
|
|
1679
|
+
? item["lastSuccessfulSyncEndTime"]
|
|
1680
|
+
: item["lastSuccessfulSyncEndTime"].toISOString(),
|
|
1681
|
+
};
|
|
1682
|
+
}
|
|
1683
|
+
export function registrySyncResultDeserializer(item) {
|
|
1684
|
+
return {
|
|
1685
|
+
syncTrigger: item["syncTrigger"],
|
|
1686
|
+
syncState: item["syncState"],
|
|
1687
|
+
lastSyncStartTime: !item["lastSyncStartTime"]
|
|
1688
|
+
? item["lastSyncStartTime"]
|
|
1689
|
+
: new Date(item["lastSyncStartTime"]),
|
|
1690
|
+
lastSyncEndTime: !item["lastSyncEndTime"]
|
|
1691
|
+
? item["lastSyncEndTime"]
|
|
1692
|
+
: new Date(item["lastSyncEndTime"]),
|
|
1693
|
+
lastSuccessfulSyncEndTime: !item["lastSuccessfulSyncEndTime"]
|
|
1694
|
+
? item["lastSuccessfulSyncEndTime"]
|
|
1695
|
+
: new Date(item["lastSuccessfulSyncEndTime"]),
|
|
1696
|
+
};
|
|
1697
|
+
}
|
|
1698
|
+
/** The status of the connected registry's most recent sync. */
|
|
1699
|
+
export var KnownSyncTrigger;
|
|
1700
|
+
(function (KnownSyncTrigger) {
|
|
1701
|
+
/** Connected Registry sync was triggered by a sync token update */
|
|
1702
|
+
KnownSyncTrigger["SyncTokenUpdate"] = "SyncTokenUpdate";
|
|
1703
|
+
/** Connected Registry sync was triggered by an initial sync during activation */
|
|
1704
|
+
KnownSyncTrigger["InitialSync"] = "InitialSync";
|
|
1705
|
+
/** Connected Registry sync was triggered by a manual resync request */
|
|
1706
|
+
KnownSyncTrigger["ManualResync"] = "ManualResync";
|
|
1707
|
+
/** Connected Registry sync was triggered by the Connected Registry's recovery service */
|
|
1708
|
+
KnownSyncTrigger["RecoveryService"] = "RecoveryService";
|
|
1709
|
+
})(KnownSyncTrigger || (KnownSyncTrigger = {}));
|
|
1710
|
+
/** The action that triggered the most recent registry sync. */
|
|
1711
|
+
export var KnownSyncState;
|
|
1712
|
+
(function (KnownSyncState) {
|
|
1713
|
+
/** Connected Registry is not activated */
|
|
1714
|
+
KnownSyncState["NotActivated"] = "NotActivated";
|
|
1715
|
+
/** Connected Registry is syncing */
|
|
1716
|
+
KnownSyncState["Syncing"] = "Syncing";
|
|
1717
|
+
/** Connected Registry sync failed */
|
|
1718
|
+
KnownSyncState["Failed"] = "Failed";
|
|
1719
|
+
/** Connected Registry sync succeeded */
|
|
1720
|
+
KnownSyncState["Succeeded"] = "Succeeded";
|
|
1721
|
+
/** Connected Registry sync timed out */
|
|
1722
|
+
KnownSyncState["TimedOut"] = "TimedOut";
|
|
1723
|
+
/** Connected Registry sync is pending */
|
|
1724
|
+
KnownSyncState["Pending"] = "Pending";
|
|
1725
|
+
})(KnownSyncState || (KnownSyncState = {}));
|
|
1356
1726
|
export function connectedRegistryUpdateParametersSerializer(item) {
|
|
1357
1727
|
return {
|
|
1358
1728
|
properties: areAllPropsUndefined(item, [
|
|
@@ -1691,6 +2061,385 @@ export function tokenArrayDeserializer(result) {
|
|
|
1691
2061
|
return tokenDeserializer(item);
|
|
1692
2062
|
});
|
|
1693
2063
|
}
|
|
2064
|
+
export function exportPipelineSerializer(item) {
|
|
2065
|
+
return {
|
|
2066
|
+
properties: areAllPropsUndefined(item, ["target", "options"])
|
|
2067
|
+
? undefined
|
|
2068
|
+
: _exportPipelinePropertiesSerializer(item),
|
|
2069
|
+
location: item["location"],
|
|
2070
|
+
identity: !item["identity"] ? item["identity"] : identityPropertiesSerializer(item["identity"]),
|
|
2071
|
+
};
|
|
2072
|
+
}
|
|
2073
|
+
export function exportPipelineDeserializer(item) {
|
|
2074
|
+
return {
|
|
2075
|
+
id: item["id"],
|
|
2076
|
+
name: item["name"],
|
|
2077
|
+
type: item["type"],
|
|
2078
|
+
systemData: !item["systemData"]
|
|
2079
|
+
? item["systemData"]
|
|
2080
|
+
: systemDataDeserializer(item["systemData"]),
|
|
2081
|
+
...(!item["properties"]
|
|
2082
|
+
? item["properties"]
|
|
2083
|
+
: _exportPipelinePropertiesDeserializer(item["properties"])),
|
|
2084
|
+
location: item["location"],
|
|
2085
|
+
identity: !item["identity"]
|
|
2086
|
+
? item["identity"]
|
|
2087
|
+
: identityPropertiesDeserializer(item["identity"]),
|
|
2088
|
+
};
|
|
2089
|
+
}
|
|
2090
|
+
export function exportPipelinePropertiesSerializer(item) {
|
|
2091
|
+
return {
|
|
2092
|
+
target: exportPipelineTargetPropertiesSerializer(item["target"]),
|
|
2093
|
+
options: !item["options"]
|
|
2094
|
+
? item["options"]
|
|
2095
|
+
: item["options"].map((p) => {
|
|
2096
|
+
return p;
|
|
2097
|
+
}),
|
|
2098
|
+
};
|
|
2099
|
+
}
|
|
2100
|
+
export function exportPipelinePropertiesDeserializer(item) {
|
|
2101
|
+
return {
|
|
2102
|
+
target: exportPipelineTargetPropertiesDeserializer(item["target"]),
|
|
2103
|
+
options: !item["options"]
|
|
2104
|
+
? item["options"]
|
|
2105
|
+
: item["options"].map((p) => {
|
|
2106
|
+
return p;
|
|
2107
|
+
}),
|
|
2108
|
+
provisioningState: item["provisioningState"],
|
|
2109
|
+
};
|
|
2110
|
+
}
|
|
2111
|
+
export function exportPipelineTargetPropertiesSerializer(item) {
|
|
2112
|
+
return {
|
|
2113
|
+
type: item["type"],
|
|
2114
|
+
uri: item["uri"],
|
|
2115
|
+
keyVaultUri: item["keyVaultUri"],
|
|
2116
|
+
storageAccessMode: item["storageAccessMode"],
|
|
2117
|
+
};
|
|
2118
|
+
}
|
|
2119
|
+
export function exportPipelineTargetPropertiesDeserializer(item) {
|
|
2120
|
+
return {
|
|
2121
|
+
type: item["type"],
|
|
2122
|
+
uri: item["uri"],
|
|
2123
|
+
keyVaultUri: item["keyVaultUri"],
|
|
2124
|
+
storageAccessMode: item["storageAccessMode"],
|
|
2125
|
+
};
|
|
2126
|
+
}
|
|
2127
|
+
/** The storage access mode used for the customer storage account. */
|
|
2128
|
+
export var KnownStorageAccessMode;
|
|
2129
|
+
(function (KnownStorageAccessMode) {
|
|
2130
|
+
/** Managed Identity access mode */
|
|
2131
|
+
KnownStorageAccessMode["ManagedIdentity"] = "ManagedIdentity";
|
|
2132
|
+
/** SAS Token access mode */
|
|
2133
|
+
KnownStorageAccessMode["SasToken"] = "SasToken";
|
|
2134
|
+
})(KnownStorageAccessMode || (KnownStorageAccessMode = {}));
|
|
2135
|
+
/** Known values of {@link PipelineOptions} that the service accepts. */
|
|
2136
|
+
export var KnownPipelineOptions;
|
|
2137
|
+
(function (KnownPipelineOptions) {
|
|
2138
|
+
/** OverwriteTags */
|
|
2139
|
+
KnownPipelineOptions["OverwriteTags"] = "OverwriteTags";
|
|
2140
|
+
/** OverwriteBlobs */
|
|
2141
|
+
KnownPipelineOptions["OverwriteBlobs"] = "OverwriteBlobs";
|
|
2142
|
+
/** DeleteSourceBlobOnSuccess */
|
|
2143
|
+
KnownPipelineOptions["DeleteSourceBlobOnSuccess"] = "DeleteSourceBlobOnSuccess";
|
|
2144
|
+
/** ContinueOnErrors */
|
|
2145
|
+
KnownPipelineOptions["ContinueOnErrors"] = "ContinueOnErrors";
|
|
2146
|
+
})(KnownPipelineOptions || (KnownPipelineOptions = {}));
|
|
2147
|
+
export function _exportPipelineListResultDeserializer(item) {
|
|
2148
|
+
return {
|
|
2149
|
+
value: !item["value"] ? item["value"] : exportPipelineArrayDeserializer(item["value"]),
|
|
2150
|
+
nextLink: item["nextLink"],
|
|
2151
|
+
};
|
|
2152
|
+
}
|
|
2153
|
+
export function exportPipelineArraySerializer(result) {
|
|
2154
|
+
return result.map((item) => {
|
|
2155
|
+
return exportPipelineSerializer(item);
|
|
2156
|
+
});
|
|
2157
|
+
}
|
|
2158
|
+
export function exportPipelineArrayDeserializer(result) {
|
|
2159
|
+
return result.map((item) => {
|
|
2160
|
+
return exportPipelineDeserializer(item);
|
|
2161
|
+
});
|
|
2162
|
+
}
|
|
2163
|
+
export function importPipelineSerializer(item) {
|
|
2164
|
+
return {
|
|
2165
|
+
properties: areAllPropsUndefined(item, ["source", "trigger", "options"])
|
|
2166
|
+
? undefined
|
|
2167
|
+
: _importPipelinePropertiesSerializer(item),
|
|
2168
|
+
location: item["location"],
|
|
2169
|
+
identity: !item["identity"] ? item["identity"] : identityPropertiesSerializer(item["identity"]),
|
|
2170
|
+
};
|
|
2171
|
+
}
|
|
2172
|
+
export function importPipelineDeserializer(item) {
|
|
2173
|
+
return {
|
|
2174
|
+
id: item["id"],
|
|
2175
|
+
name: item["name"],
|
|
2176
|
+
type: item["type"],
|
|
2177
|
+
systemData: !item["systemData"]
|
|
2178
|
+
? item["systemData"]
|
|
2179
|
+
: systemDataDeserializer(item["systemData"]),
|
|
2180
|
+
...(!item["properties"]
|
|
2181
|
+
? item["properties"]
|
|
2182
|
+
: _importPipelinePropertiesDeserializer(item["properties"])),
|
|
2183
|
+
location: item["location"],
|
|
2184
|
+
identity: !item["identity"]
|
|
2185
|
+
? item["identity"]
|
|
2186
|
+
: identityPropertiesDeserializer(item["identity"]),
|
|
2187
|
+
};
|
|
2188
|
+
}
|
|
2189
|
+
export function importPipelinePropertiesSerializer(item) {
|
|
2190
|
+
return {
|
|
2191
|
+
source: importPipelineSourcePropertiesSerializer(item["source"]),
|
|
2192
|
+
trigger: !item["trigger"]
|
|
2193
|
+
? item["trigger"]
|
|
2194
|
+
: pipelineTriggerPropertiesSerializer(item["trigger"]),
|
|
2195
|
+
options: !item["options"]
|
|
2196
|
+
? item["options"]
|
|
2197
|
+
: item["options"].map((p) => {
|
|
2198
|
+
return p;
|
|
2199
|
+
}),
|
|
2200
|
+
};
|
|
2201
|
+
}
|
|
2202
|
+
export function importPipelinePropertiesDeserializer(item) {
|
|
2203
|
+
return {
|
|
2204
|
+
source: importPipelineSourcePropertiesDeserializer(item["source"]),
|
|
2205
|
+
trigger: !item["trigger"]
|
|
2206
|
+
? item["trigger"]
|
|
2207
|
+
: pipelineTriggerPropertiesDeserializer(item["trigger"]),
|
|
2208
|
+
options: !item["options"]
|
|
2209
|
+
? item["options"]
|
|
2210
|
+
: item["options"].map((p) => {
|
|
2211
|
+
return p;
|
|
2212
|
+
}),
|
|
2213
|
+
provisioningState: item["provisioningState"],
|
|
2214
|
+
};
|
|
2215
|
+
}
|
|
2216
|
+
export function importPipelineSourcePropertiesSerializer(item) {
|
|
2217
|
+
return {
|
|
2218
|
+
type: item["type"],
|
|
2219
|
+
uri: item["uri"],
|
|
2220
|
+
keyVaultUri: item["keyVaultUri"],
|
|
2221
|
+
storageAccessMode: item["storageAccessMode"],
|
|
2222
|
+
};
|
|
2223
|
+
}
|
|
2224
|
+
export function importPipelineSourcePropertiesDeserializer(item) {
|
|
2225
|
+
return {
|
|
2226
|
+
type: item["type"],
|
|
2227
|
+
uri: item["uri"],
|
|
2228
|
+
keyVaultUri: item["keyVaultUri"],
|
|
2229
|
+
storageAccessMode: item["storageAccessMode"],
|
|
2230
|
+
};
|
|
2231
|
+
}
|
|
2232
|
+
/** The type of source for the import pipeline. */
|
|
2233
|
+
export var KnownPipelineSourceType;
|
|
2234
|
+
(function (KnownPipelineSourceType) {
|
|
2235
|
+
/** AzureStorageBlobContainer */
|
|
2236
|
+
KnownPipelineSourceType["AzureStorageBlobContainer"] = "AzureStorageBlobContainer";
|
|
2237
|
+
})(KnownPipelineSourceType || (KnownPipelineSourceType = {}));
|
|
2238
|
+
export function pipelineTriggerPropertiesSerializer(item) {
|
|
2239
|
+
return {
|
|
2240
|
+
sourceTrigger: !item["sourceTrigger"]
|
|
2241
|
+
? item["sourceTrigger"]
|
|
2242
|
+
: pipelineSourceTriggerPropertiesSerializer(item["sourceTrigger"]),
|
|
2243
|
+
};
|
|
2244
|
+
}
|
|
2245
|
+
export function pipelineTriggerPropertiesDeserializer(item) {
|
|
2246
|
+
return {
|
|
2247
|
+
sourceTrigger: !item["sourceTrigger"]
|
|
2248
|
+
? item["sourceTrigger"]
|
|
2249
|
+
: pipelineSourceTriggerPropertiesDeserializer(item["sourceTrigger"]),
|
|
2250
|
+
};
|
|
2251
|
+
}
|
|
2252
|
+
export function pipelineSourceTriggerPropertiesSerializer(item) {
|
|
2253
|
+
return { status: item["status"] };
|
|
2254
|
+
}
|
|
2255
|
+
export function pipelineSourceTriggerPropertiesDeserializer(item) {
|
|
2256
|
+
return {
|
|
2257
|
+
status: item["status"],
|
|
2258
|
+
};
|
|
2259
|
+
}
|
|
2260
|
+
/** The current status of the source trigger. */
|
|
2261
|
+
export var KnownTriggerStatus;
|
|
2262
|
+
(function (KnownTriggerStatus) {
|
|
2263
|
+
/** Enabled */
|
|
2264
|
+
KnownTriggerStatus["Enabled"] = "Enabled";
|
|
2265
|
+
/** Disabled */
|
|
2266
|
+
KnownTriggerStatus["Disabled"] = "Disabled";
|
|
2267
|
+
})(KnownTriggerStatus || (KnownTriggerStatus = {}));
|
|
2268
|
+
export function _importPipelineListResultDeserializer(item) {
|
|
2269
|
+
return {
|
|
2270
|
+
value: !item["value"] ? item["value"] : importPipelineArrayDeserializer(item["value"]),
|
|
2271
|
+
nextLink: item["nextLink"],
|
|
2272
|
+
};
|
|
2273
|
+
}
|
|
2274
|
+
export function importPipelineArraySerializer(result) {
|
|
2275
|
+
return result.map((item) => {
|
|
2276
|
+
return importPipelineSerializer(item);
|
|
2277
|
+
});
|
|
2278
|
+
}
|
|
2279
|
+
export function importPipelineArrayDeserializer(result) {
|
|
2280
|
+
return result.map((item) => {
|
|
2281
|
+
return importPipelineDeserializer(item);
|
|
2282
|
+
});
|
|
2283
|
+
}
|
|
2284
|
+
export function pipelineRunSerializer(item) {
|
|
2285
|
+
return {
|
|
2286
|
+
properties: areAllPropsUndefined(item, ["request", "forceUpdateTag"])
|
|
2287
|
+
? undefined
|
|
2288
|
+
: _pipelineRunPropertiesSerializer(item),
|
|
2289
|
+
};
|
|
2290
|
+
}
|
|
2291
|
+
export function pipelineRunDeserializer(item) {
|
|
2292
|
+
return {
|
|
2293
|
+
id: item["id"],
|
|
2294
|
+
name: item["name"],
|
|
2295
|
+
type: item["type"],
|
|
2296
|
+
systemData: !item["systemData"]
|
|
2297
|
+
? item["systemData"]
|
|
2298
|
+
: systemDataDeserializer(item["systemData"]),
|
|
2299
|
+
...(!item["properties"]
|
|
2300
|
+
? item["properties"]
|
|
2301
|
+
: _pipelineRunPropertiesDeserializer(item["properties"])),
|
|
2302
|
+
};
|
|
2303
|
+
}
|
|
2304
|
+
export function pipelineRunPropertiesSerializer(item) {
|
|
2305
|
+
return {
|
|
2306
|
+
request: !item["request"] ? item["request"] : pipelineRunRequestSerializer(item["request"]),
|
|
2307
|
+
forceUpdateTag: item["forceUpdateTag"],
|
|
2308
|
+
};
|
|
2309
|
+
}
|
|
2310
|
+
export function pipelineRunPropertiesDeserializer(item) {
|
|
2311
|
+
return {
|
|
2312
|
+
provisioningState: item["provisioningState"],
|
|
2313
|
+
request: !item["request"] ? item["request"] : pipelineRunRequestDeserializer(item["request"]),
|
|
2314
|
+
response: !item["response"]
|
|
2315
|
+
? item["response"]
|
|
2316
|
+
: pipelineRunResponseDeserializer(item["response"]),
|
|
2317
|
+
forceUpdateTag: item["forceUpdateTag"],
|
|
2318
|
+
};
|
|
2319
|
+
}
|
|
2320
|
+
export function pipelineRunRequestSerializer(item) {
|
|
2321
|
+
return {
|
|
2322
|
+
pipelineResourceId: item["pipelineResourceId"],
|
|
2323
|
+
artifacts: !item["artifacts"]
|
|
2324
|
+
? item["artifacts"]
|
|
2325
|
+
: item["artifacts"].map((p) => {
|
|
2326
|
+
return p;
|
|
2327
|
+
}),
|
|
2328
|
+
source: !item["source"]
|
|
2329
|
+
? item["source"]
|
|
2330
|
+
: pipelineRunSourcePropertiesSerializer(item["source"]),
|
|
2331
|
+
target: !item["target"]
|
|
2332
|
+
? item["target"]
|
|
2333
|
+
: pipelineRunTargetPropertiesSerializer(item["target"]),
|
|
2334
|
+
catalogDigest: item["catalogDigest"],
|
|
2335
|
+
};
|
|
2336
|
+
}
|
|
2337
|
+
export function pipelineRunRequestDeserializer(item) {
|
|
2338
|
+
return {
|
|
2339
|
+
pipelineResourceId: item["pipelineResourceId"],
|
|
2340
|
+
artifacts: !item["artifacts"]
|
|
2341
|
+
? item["artifacts"]
|
|
2342
|
+
: item["artifacts"].map((p) => {
|
|
2343
|
+
return p;
|
|
2344
|
+
}),
|
|
2345
|
+
source: !item["source"]
|
|
2346
|
+
? item["source"]
|
|
2347
|
+
: pipelineRunSourcePropertiesDeserializer(item["source"]),
|
|
2348
|
+
target: !item["target"]
|
|
2349
|
+
? item["target"]
|
|
2350
|
+
: pipelineRunTargetPropertiesDeserializer(item["target"]),
|
|
2351
|
+
catalogDigest: item["catalogDigest"],
|
|
2352
|
+
};
|
|
2353
|
+
}
|
|
2354
|
+
export function pipelineRunSourcePropertiesSerializer(item) {
|
|
2355
|
+
return { type: item["type"], name: item["name"] };
|
|
2356
|
+
}
|
|
2357
|
+
export function pipelineRunSourcePropertiesDeserializer(item) {
|
|
2358
|
+
return {
|
|
2359
|
+
type: item["type"],
|
|
2360
|
+
name: item["name"],
|
|
2361
|
+
};
|
|
2362
|
+
}
|
|
2363
|
+
/** The type of the source. */
|
|
2364
|
+
export var KnownPipelineRunSourceType;
|
|
2365
|
+
(function (KnownPipelineRunSourceType) {
|
|
2366
|
+
/** AzureStorageBlob */
|
|
2367
|
+
KnownPipelineRunSourceType["AzureStorageBlob"] = "AzureStorageBlob";
|
|
2368
|
+
})(KnownPipelineRunSourceType || (KnownPipelineRunSourceType = {}));
|
|
2369
|
+
export function pipelineRunTargetPropertiesSerializer(item) {
|
|
2370
|
+
return { type: item["type"], name: item["name"] };
|
|
2371
|
+
}
|
|
2372
|
+
export function pipelineRunTargetPropertiesDeserializer(item) {
|
|
2373
|
+
return {
|
|
2374
|
+
type: item["type"],
|
|
2375
|
+
name: item["name"],
|
|
2376
|
+
};
|
|
2377
|
+
}
|
|
2378
|
+
/** The type of the target. */
|
|
2379
|
+
export var KnownPipelineRunTargetType;
|
|
2380
|
+
(function (KnownPipelineRunTargetType) {
|
|
2381
|
+
/** AzureStorageBlob */
|
|
2382
|
+
KnownPipelineRunTargetType["AzureStorageBlob"] = "AzureStorageBlob";
|
|
2383
|
+
})(KnownPipelineRunTargetType || (KnownPipelineRunTargetType = {}));
|
|
2384
|
+
export function pipelineRunResponseDeserializer(item) {
|
|
2385
|
+
return {
|
|
2386
|
+
status: item["status"],
|
|
2387
|
+
importedArtifacts: !item["importedArtifacts"]
|
|
2388
|
+
? item["importedArtifacts"]
|
|
2389
|
+
: item["importedArtifacts"].map((p) => {
|
|
2390
|
+
return p;
|
|
2391
|
+
}),
|
|
2392
|
+
progress: !item["progress"]
|
|
2393
|
+
? item["progress"]
|
|
2394
|
+
: progressPropertiesDeserializer(item["progress"]),
|
|
2395
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
2396
|
+
finishTime: !item["finishTime"] ? item["finishTime"] : new Date(item["finishTime"]),
|
|
2397
|
+
source: !item["source"]
|
|
2398
|
+
? item["source"]
|
|
2399
|
+
: importPipelineSourcePropertiesDeserializer(item["source"]),
|
|
2400
|
+
target: !item["target"]
|
|
2401
|
+
? item["target"]
|
|
2402
|
+
: exportPipelineTargetPropertiesDeserializer(item["target"]),
|
|
2403
|
+
catalogDigest: item["catalogDigest"],
|
|
2404
|
+
trigger: !item["trigger"]
|
|
2405
|
+
? item["trigger"]
|
|
2406
|
+
: pipelineTriggerDescriptorDeserializer(item["trigger"]),
|
|
2407
|
+
pipelineRunErrorMessage: item["pipelineRunErrorMessage"],
|
|
2408
|
+
};
|
|
2409
|
+
}
|
|
2410
|
+
export function progressPropertiesDeserializer(item) {
|
|
2411
|
+
return {
|
|
2412
|
+
percentage: item["percentage"],
|
|
2413
|
+
};
|
|
2414
|
+
}
|
|
2415
|
+
export function pipelineTriggerDescriptorDeserializer(item) {
|
|
2416
|
+
return {
|
|
2417
|
+
sourceTrigger: !item["sourceTrigger"]
|
|
2418
|
+
? item["sourceTrigger"]
|
|
2419
|
+
: pipelineSourceTriggerDescriptorDeserializer(item["sourceTrigger"]),
|
|
2420
|
+
};
|
|
2421
|
+
}
|
|
2422
|
+
export function pipelineSourceTriggerDescriptorDeserializer(item) {
|
|
2423
|
+
return {
|
|
2424
|
+
timestamp: !item["timestamp"] ? item["timestamp"] : new Date(item["timestamp"]),
|
|
2425
|
+
};
|
|
2426
|
+
}
|
|
2427
|
+
export function _pipelineRunListResultDeserializer(item) {
|
|
2428
|
+
return {
|
|
2429
|
+
value: !item["value"] ? item["value"] : pipelineRunArrayDeserializer(item["value"]),
|
|
2430
|
+
nextLink: item["nextLink"],
|
|
2431
|
+
};
|
|
2432
|
+
}
|
|
2433
|
+
export function pipelineRunArraySerializer(result) {
|
|
2434
|
+
return result.map((item) => {
|
|
2435
|
+
return pipelineRunSerializer(item);
|
|
2436
|
+
});
|
|
2437
|
+
}
|
|
2438
|
+
export function pipelineRunArrayDeserializer(result) {
|
|
2439
|
+
return result.map((item) => {
|
|
2440
|
+
return pipelineRunDeserializer(item);
|
|
2441
|
+
});
|
|
2442
|
+
}
|
|
1694
2443
|
export function webhookDeserializer(item) {
|
|
1695
2444
|
return {
|
|
1696
2445
|
tags: !item["tags"]
|
|
@@ -1910,6 +2659,8 @@ export var KnownVersions;
|
|
|
1910
2659
|
(function (KnownVersions) {
|
|
1911
2660
|
/** The 2025-11-01 API version. */
|
|
1912
2661
|
KnownVersions["V20251101"] = "2025-11-01";
|
|
2662
|
+
/** The latest preview API version. */
|
|
2663
|
+
KnownVersions["VLatestPreview"] = "2026-03-01-preview";
|
|
1913
2664
|
})(KnownVersions || (KnownVersions = {}));
|
|
1914
2665
|
export function _operationDefinitionPropertiesDeserializer(item) {
|
|
1915
2666
|
return {
|
|
@@ -1950,11 +2701,16 @@ export function _registryPropertiesSerializer(item) {
|
|
|
1950
2701
|
? item["encryption"]
|
|
1951
2702
|
: encryptionPropertySerializer(item["encryption"]),
|
|
1952
2703
|
dataEndpointEnabled: item["dataEndpointEnabled"],
|
|
2704
|
+
regionalEndpoints: item["regionalEndpoints"],
|
|
2705
|
+
endpointProtocol: item["endpointProtocol"],
|
|
1953
2706
|
publicNetworkAccess: item["publicNetworkAccess"],
|
|
1954
2707
|
networkRuleBypassOptions: item["networkRuleBypassOptions"],
|
|
1955
2708
|
networkRuleBypassAllowedForTasks: item["networkRuleBypassAllowedForTasks"],
|
|
1956
2709
|
zoneRedundancy: item["zoneRedundancy"],
|
|
1957
2710
|
anonymousPullEnabled: item["anonymousPullEnabled"],
|
|
2711
|
+
metadataSearch: item["metadataSearch"],
|
|
2712
|
+
autoGeneratedDomainNameLabelScope: item["autoGeneratedDomainNameLabelScope"],
|
|
2713
|
+
writableCacheRepos: item["writableCacheRepos"],
|
|
1958
2714
|
roleAssignmentMode: item["roleAssignmentMode"],
|
|
1959
2715
|
};
|
|
1960
2716
|
}
|
|
@@ -1978,6 +2734,13 @@ export function _registryPropertiesDeserializer(item) {
|
|
|
1978
2734
|
: item["dataEndpointHostNames"].map((p) => {
|
|
1979
2735
|
return p;
|
|
1980
2736
|
}),
|
|
2737
|
+
regionalEndpoints: item["regionalEndpoints"],
|
|
2738
|
+
regionalEndpointHostNames: !item["regionalEndpointHostNames"]
|
|
2739
|
+
? item["regionalEndpointHostNames"]
|
|
2740
|
+
: item["regionalEndpointHostNames"].map((p) => {
|
|
2741
|
+
return p;
|
|
2742
|
+
}),
|
|
2743
|
+
endpointProtocol: item["endpointProtocol"],
|
|
1981
2744
|
privateEndpointConnections: !item["privateEndpointConnections"]
|
|
1982
2745
|
? item["privateEndpointConnections"]
|
|
1983
2746
|
: privateEndpointConnectionArrayDeserializer(item["privateEndpointConnections"]),
|
|
@@ -1986,6 +2749,9 @@ export function _registryPropertiesDeserializer(item) {
|
|
|
1986
2749
|
networkRuleBypassAllowedForTasks: item["networkRuleBypassAllowedForTasks"],
|
|
1987
2750
|
zoneRedundancy: item["zoneRedundancy"],
|
|
1988
2751
|
anonymousPullEnabled: item["anonymousPullEnabled"],
|
|
2752
|
+
metadataSearch: item["metadataSearch"],
|
|
2753
|
+
autoGeneratedDomainNameLabelScope: item["autoGeneratedDomainNameLabelScope"],
|
|
2754
|
+
writableCacheRepos: item["writableCacheRepos"],
|
|
1989
2755
|
roleAssignmentMode: item["roleAssignmentMode"],
|
|
1990
2756
|
};
|
|
1991
2757
|
}
|
|
@@ -2000,16 +2766,52 @@ export function _registryUpdateParametersPropertiesSerializer(item) {
|
|
|
2000
2766
|
? item["encryption"]
|
|
2001
2767
|
: encryptionPropertySerializer(item["encryption"]),
|
|
2002
2768
|
dataEndpointEnabled: item["dataEndpointEnabled"],
|
|
2769
|
+
regionalEndpoints: item["regionalEndpoints"],
|
|
2770
|
+
endpointProtocol: item["endpointProtocol"],
|
|
2003
2771
|
publicNetworkAccess: item["publicNetworkAccess"],
|
|
2004
2772
|
networkRuleBypassOptions: item["networkRuleBypassOptions"],
|
|
2005
2773
|
networkRuleBypassAllowedForTasks: item["networkRuleBypassAllowedForTasks"],
|
|
2006
2774
|
anonymousPullEnabled: item["anonymousPullEnabled"],
|
|
2775
|
+
metadataSearch: item["metadataSearch"],
|
|
2776
|
+
writableCacheRepos: item["writableCacheRepos"],
|
|
2007
2777
|
roleAssignmentMode: item["roleAssignmentMode"],
|
|
2008
2778
|
};
|
|
2009
2779
|
}
|
|
2780
|
+
export function _archivePropertiesSerializer(item) {
|
|
2781
|
+
return {
|
|
2782
|
+
packageSource: !item["packageSource"]
|
|
2783
|
+
? item["packageSource"]
|
|
2784
|
+
: archivePackageSourcePropertiesSerializer(item["packageSource"]),
|
|
2785
|
+
publishedVersion: item["publishedVersion"],
|
|
2786
|
+
repositoryEndpointPrefix: item["repositoryEndpointPrefix"],
|
|
2787
|
+
};
|
|
2788
|
+
}
|
|
2789
|
+
export function _archivePropertiesDeserializer(item) {
|
|
2790
|
+
return {
|
|
2791
|
+
packageSource: !item["packageSource"]
|
|
2792
|
+
? item["packageSource"]
|
|
2793
|
+
: archivePackageSourcePropertiesDeserializer(item["packageSource"]),
|
|
2794
|
+
publishedVersion: item["publishedVersion"],
|
|
2795
|
+
repositoryEndpointPrefix: item["repositoryEndpointPrefix"],
|
|
2796
|
+
repositoryEndpoint: item["repositoryEndpoint"],
|
|
2797
|
+
provisioningState: item["provisioningState"],
|
|
2798
|
+
};
|
|
2799
|
+
}
|
|
2800
|
+
export function _archiveUpdateParametersPropertiesSerializer(item) {
|
|
2801
|
+
return { publishedVersion: item["publishedVersion"] };
|
|
2802
|
+
}
|
|
2803
|
+
export function _archiveVersionPropertiesDeserializer(item) {
|
|
2804
|
+
return {
|
|
2805
|
+
provisioningState: item["provisioningState"],
|
|
2806
|
+
archiveVersionErrorMessage: item["archiveVersionErrorMessage"],
|
|
2807
|
+
};
|
|
2808
|
+
}
|
|
2010
2809
|
export function _cacheRulePropertiesSerializer(item) {
|
|
2011
2810
|
return {
|
|
2012
2811
|
credentialSetResourceId: item["credentialSetResourceId"],
|
|
2812
|
+
additionalAuthenticationProperties: !item["additionalAuthenticationProperties"]
|
|
2813
|
+
? item["additionalAuthenticationProperties"]
|
|
2814
|
+
: additionalAuthenticationPropertiesUnionSerializer(item["additionalAuthenticationProperties"]),
|
|
2013
2815
|
sourceRepository: item["sourceRepository"],
|
|
2014
2816
|
targetRepository: item["targetRepository"],
|
|
2015
2817
|
};
|
|
@@ -2017,6 +2819,9 @@ export function _cacheRulePropertiesSerializer(item) {
|
|
|
2017
2819
|
export function _cacheRulePropertiesDeserializer(item) {
|
|
2018
2820
|
return {
|
|
2019
2821
|
credentialSetResourceId: item["credentialSetResourceId"],
|
|
2822
|
+
additionalAuthenticationProperties: !item["additionalAuthenticationProperties"]
|
|
2823
|
+
? item["additionalAuthenticationProperties"]
|
|
2824
|
+
: additionalAuthenticationPropertiesUnionDeserializer(item["additionalAuthenticationProperties"]),
|
|
2020
2825
|
sourceRepository: item["sourceRepository"],
|
|
2021
2826
|
targetRepository: item["targetRepository"],
|
|
2022
2827
|
creationDate: !item["creationDate"] ? item["creationDate"] : new Date(item["creationDate"]),
|
|
@@ -2024,7 +2829,12 @@ export function _cacheRulePropertiesDeserializer(item) {
|
|
|
2024
2829
|
};
|
|
2025
2830
|
}
|
|
2026
2831
|
export function _cacheRuleUpdateParametersPropertiesSerializer(item) {
|
|
2027
|
-
return {
|
|
2832
|
+
return {
|
|
2833
|
+
credentialSetResourceId: item["credentialSetResourceId"],
|
|
2834
|
+
additionalAuthenticationProperties: !item["additionalAuthenticationProperties"]
|
|
2835
|
+
? item["additionalAuthenticationProperties"]
|
|
2836
|
+
: additionalAuthenticationPropertiesUnionSerializer(item["additionalAuthenticationProperties"]),
|
|
2837
|
+
};
|
|
2028
2838
|
}
|
|
2029
2839
|
export function _credentialSetPropertiesSerializer(item) {
|
|
2030
2840
|
return {
|
|
@@ -2072,6 +2882,9 @@ export function _connectedRegistryPropertiesSerializer(item) {
|
|
|
2072
2882
|
garbageCollection: !item["garbageCollection"]
|
|
2073
2883
|
? item["garbageCollection"]
|
|
2074
2884
|
: garbageCollectionPropertiesSerializer(item["garbageCollection"]),
|
|
2885
|
+
registrySyncResult: !item["registrySyncResult"]
|
|
2886
|
+
? item["registrySyncResult"]
|
|
2887
|
+
: registrySyncResultSerializer(item["registrySyncResult"]),
|
|
2075
2888
|
};
|
|
2076
2889
|
}
|
|
2077
2890
|
export function _connectedRegistryPropertiesDeserializer(item) {
|
|
@@ -2107,6 +2920,9 @@ export function _connectedRegistryPropertiesDeserializer(item) {
|
|
|
2107
2920
|
garbageCollection: !item["garbageCollection"]
|
|
2108
2921
|
? item["garbageCollection"]
|
|
2109
2922
|
: garbageCollectionPropertiesDeserializer(item["garbageCollection"]),
|
|
2923
|
+
registrySyncResult: !item["registrySyncResult"]
|
|
2924
|
+
? item["registrySyncResult"]
|
|
2925
|
+
: registrySyncResultDeserializer(item["registrySyncResult"]),
|
|
2110
2926
|
};
|
|
2111
2927
|
}
|
|
2112
2928
|
export function _connectedRegistryUpdateParametersPropertiesSerializer(item) {
|
|
@@ -2209,6 +3025,78 @@ export function _tokenUpdateParametersPropertiesSerializer(item) {
|
|
|
2209
3025
|
: tokenCredentialsPropertiesSerializer(item["credentials"]),
|
|
2210
3026
|
};
|
|
2211
3027
|
}
|
|
3028
|
+
export function _exportPipelinePropertiesSerializer(item) {
|
|
3029
|
+
return {
|
|
3030
|
+
target: !item["target"]
|
|
3031
|
+
? item["target"]
|
|
3032
|
+
: exportPipelineTargetPropertiesSerializer(item["target"]),
|
|
3033
|
+
options: !item["options"]
|
|
3034
|
+
? item["options"]
|
|
3035
|
+
: item["options"].map((p) => {
|
|
3036
|
+
return p;
|
|
3037
|
+
}),
|
|
3038
|
+
};
|
|
3039
|
+
}
|
|
3040
|
+
export function _exportPipelinePropertiesDeserializer(item) {
|
|
3041
|
+
return {
|
|
3042
|
+
target: !item["target"]
|
|
3043
|
+
? item["target"]
|
|
3044
|
+
: exportPipelineTargetPropertiesDeserializer(item["target"]),
|
|
3045
|
+
options: !item["options"]
|
|
3046
|
+
? item["options"]
|
|
3047
|
+
: item["options"].map((p) => {
|
|
3048
|
+
return p;
|
|
3049
|
+
}),
|
|
3050
|
+
provisioningState: item["provisioningState"],
|
|
3051
|
+
};
|
|
3052
|
+
}
|
|
3053
|
+
export function _importPipelinePropertiesSerializer(item) {
|
|
3054
|
+
return {
|
|
3055
|
+
source: !item["source"]
|
|
3056
|
+
? item["source"]
|
|
3057
|
+
: importPipelineSourcePropertiesSerializer(item["source"]),
|
|
3058
|
+
trigger: !item["trigger"]
|
|
3059
|
+
? item["trigger"]
|
|
3060
|
+
: pipelineTriggerPropertiesSerializer(item["trigger"]),
|
|
3061
|
+
options: !item["options"]
|
|
3062
|
+
? item["options"]
|
|
3063
|
+
: item["options"].map((p) => {
|
|
3064
|
+
return p;
|
|
3065
|
+
}),
|
|
3066
|
+
};
|
|
3067
|
+
}
|
|
3068
|
+
export function _importPipelinePropertiesDeserializer(item) {
|
|
3069
|
+
return {
|
|
3070
|
+
source: !item["source"]
|
|
3071
|
+
? item["source"]
|
|
3072
|
+
: importPipelineSourcePropertiesDeserializer(item["source"]),
|
|
3073
|
+
trigger: !item["trigger"]
|
|
3074
|
+
? item["trigger"]
|
|
3075
|
+
: pipelineTriggerPropertiesDeserializer(item["trigger"]),
|
|
3076
|
+
options: !item["options"]
|
|
3077
|
+
? item["options"]
|
|
3078
|
+
: item["options"].map((p) => {
|
|
3079
|
+
return p;
|
|
3080
|
+
}),
|
|
3081
|
+
provisioningState: item["provisioningState"],
|
|
3082
|
+
};
|
|
3083
|
+
}
|
|
3084
|
+
export function _pipelineRunPropertiesSerializer(item) {
|
|
3085
|
+
return {
|
|
3086
|
+
request: !item["request"] ? item["request"] : pipelineRunRequestSerializer(item["request"]),
|
|
3087
|
+
forceUpdateTag: item["forceUpdateTag"],
|
|
3088
|
+
};
|
|
3089
|
+
}
|
|
3090
|
+
export function _pipelineRunPropertiesDeserializer(item) {
|
|
3091
|
+
return {
|
|
3092
|
+
provisioningState: item["provisioningState"],
|
|
3093
|
+
request: !item["request"] ? item["request"] : pipelineRunRequestDeserializer(item["request"]),
|
|
3094
|
+
response: !item["response"]
|
|
3095
|
+
? item["response"]
|
|
3096
|
+
: pipelineRunResponseDeserializer(item["response"]),
|
|
3097
|
+
forceUpdateTag: item["forceUpdateTag"],
|
|
3098
|
+
};
|
|
3099
|
+
}
|
|
2212
3100
|
export function _webhookPropertiesDeserializer(item) {
|
|
2213
3101
|
return {
|
|
2214
3102
|
status: item["status"],
|