@azure/arm-chaos 2.0.0 → 2.1.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +145 -0
- package/dist/browser/api/actionVersions/index.d.ts +3 -0
- package/dist/browser/api/actionVersions/index.js.map +1 -0
- package/dist/browser/api/actionVersions/operations.d.ts +14 -0
- package/dist/browser/api/actionVersions/operations.js +68 -0
- package/dist/browser/api/actionVersions/operations.js.map +1 -0
- package/dist/browser/api/actionVersions/options.d.ts +10 -0
- package/dist/browser/api/actionVersions/options.js.map +1 -0
- package/dist/browser/api/actions/index.d.ts +3 -0
- package/dist/browser/api/actions/index.js.map +1 -0
- package/dist/browser/api/actions/operations.d.ts +14 -0
- package/dist/browser/api/actions/operations.js +66 -0
- package/dist/browser/api/actions/operations.js.map +1 -0
- package/dist/browser/api/actions/options.d.ts +10 -0
- package/dist/browser/api/actions/options.js.map +1 -0
- package/dist/browser/api/capabilities/index.d.ts +1 -1
- package/dist/browser/api/capabilities/index.js.map +1 -1
- package/dist/browser/api/capabilities/operations.d.ts +5 -10
- package/dist/browser/api/capabilities/operations.js +32 -26
- package/dist/browser/api/capabilities/operations.js.map +1 -1
- package/dist/browser/api/capabilities/options.d.ts +1 -1
- package/dist/browser/api/capabilities/options.js.map +1 -1
- package/dist/browser/api/capabilityTypes/index.d.ts +1 -1
- package/dist/browser/api/capabilityTypes/index.js.map +1 -1
- package/dist/browser/api/capabilityTypes/operations.d.ts +5 -5
- package/dist/browser/api/capabilityTypes/operations.js +20 -12
- package/dist/browser/api/capabilityTypes/operations.js.map +1 -1
- package/dist/browser/api/capabilityTypes/options.d.ts +1 -1
- package/dist/browser/api/capabilityTypes/options.js.map +1 -1
- package/dist/browser/api/chaosManagementContext.d.ts +10 -5
- package/dist/browser/api/chaosManagementContext.js +13 -24
- package/dist/browser/api/chaosManagementContext.js.map +1 -1
- package/dist/browser/api/discoveredResources/index.d.ts +3 -0
- package/dist/browser/api/discoveredResources/index.js +4 -0
- package/dist/browser/api/discoveredResources/index.js.map +1 -0
- package/dist/browser/api/discoveredResources/operations.d.ts +14 -0
- package/dist/browser/api/discoveredResources/operations.js +67 -0
- package/dist/browser/api/discoveredResources/operations.js.map +1 -0
- package/dist/browser/api/discoveredResources/options.d.ts +8 -0
- package/dist/browser/api/discoveredResources/options.js.map +1 -0
- package/dist/browser/api/experiments/index.d.ts +1 -1
- package/dist/browser/api/experiments/index.js.map +1 -1
- package/dist/browser/api/experiments/operations.d.ts +6 -11
- package/dist/browser/api/experiments/operations.js +108 -79
- package/dist/browser/api/experiments/operations.js.map +1 -1
- package/dist/browser/api/experiments/options.d.ts +1 -1
- package/dist/browser/api/experiments/options.js.map +1 -1
- 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/operationStatuses/index.d.ts +1 -1
- package/dist/browser/api/operationStatuses/index.js.map +1 -1
- package/dist/browser/api/operationStatuses/operations.d.ts +4 -4
- package/dist/browser/api/operationStatuses/operations.js +7 -5
- package/dist/browser/api/operationStatuses/operations.js.map +1 -1
- package/dist/browser/api/operationStatuses/options.d.ts +1 -1
- package/dist/browser/api/operationStatuses/options.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.d.ts +5 -5
- package/dist/browser/api/operations/operations.js +13 -7
- package/dist/browser/api/operations/operations.js.map +1 -1
- package/dist/browser/api/operations/options.d.ts +1 -1
- package/dist/browser/api/operations/options.js.map +1 -1
- package/dist/browser/api/privateAccesses/index.d.ts +3 -0
- package/dist/browser/api/privateAccesses/index.js +4 -0
- package/dist/browser/api/privateAccesses/index.js.map +1 -0
- package/dist/browser/api/privateAccesses/operations.d.ts +47 -0
- package/dist/browser/api/privateAccesses/operations.js +316 -0
- package/dist/browser/api/privateAccesses/operations.js.map +1 -0
- package/dist/browser/api/privateAccesses/options.d.ts +44 -0
- package/dist/browser/api/privateAccesses/options.js.map +1 -0
- package/dist/browser/api/scenarioConfigurations/index.d.ts +3 -0
- package/dist/browser/api/scenarioConfigurations/index.js +4 -0
- package/dist/browser/api/scenarioConfigurations/index.js.map +1 -0
- package/dist/browser/api/scenarioConfigurations/operations.d.ts +35 -0
- package/dist/browser/api/scenarioConfigurations/operations.js +236 -0
- package/dist/browser/api/scenarioConfigurations/operations.js.map +1 -0
- package/dist/browser/api/scenarioConfigurations/options.d.ts +33 -0
- package/dist/browser/api/scenarioConfigurations/options.js.map +1 -0
- package/dist/browser/api/scenarioRuns/index.d.ts +3 -0
- package/dist/browser/api/scenarioRuns/index.js +4 -0
- package/dist/browser/api/scenarioRuns/index.js.map +1 -0
- package/dist/browser/api/scenarioRuns/operations.d.ts +18 -0
- package/dist/browser/api/scenarioRuns/operations.js +96 -0
- package/dist/browser/api/scenarioRuns/operations.js.map +1 -0
- package/dist/browser/api/scenarioRuns/options.d.ts +11 -0
- package/dist/browser/api/scenarioRuns/options.js.map +1 -0
- package/dist/browser/api/scenarios/index.d.ts +3 -0
- package/dist/browser/api/scenarios/index.js +4 -0
- package/dist/browser/api/scenarios/index.js.map +1 -0
- package/dist/browser/api/scenarios/operations.d.ts +22 -0
- package/dist/browser/api/scenarios/operations.js +124 -0
- package/dist/browser/api/scenarios/operations.js.map +1 -0
- package/dist/browser/api/scenarios/options.d.ts +14 -0
- package/dist/browser/api/scenarios/options.js.map +1 -0
- package/dist/browser/api/targetTypes/index.d.ts +1 -1
- package/dist/browser/api/targetTypes/index.js.map +1 -1
- package/dist/browser/api/targetTypes/operations.d.ts +5 -5
- package/dist/browser/api/targetTypes/operations.js +20 -12
- package/dist/browser/api/targetTypes/operations.js.map +1 -1
- package/dist/browser/api/targetTypes/options.d.ts +1 -1
- package/dist/browser/api/targetTypes/options.js.map +1 -1
- package/dist/browser/api/targets/index.d.ts +1 -1
- package/dist/browser/api/targets/index.js.map +1 -1
- package/dist/browser/api/targets/operations.d.ts +5 -10
- package/dist/browser/api/targets/operations.js +31 -25
- package/dist/browser/api/targets/operations.js.map +1 -1
- package/dist/browser/api/targets/options.d.ts +1 -1
- package/dist/browser/api/targets/options.js.map +1 -1
- package/dist/browser/api/workspaces/index.d.ts +3 -0
- package/dist/browser/api/workspaces/index.js +4 -0
- package/dist/browser/api/workspaces/index.js.map +1 -0
- package/dist/browser/api/workspaces/operations.d.ts +35 -0
- package/dist/browser/api/workspaces/operations.js +227 -0
- package/dist/browser/api/workspaces/operations.js.map +1 -0
- package/dist/browser/api/workspaces/options.d.ts +35 -0
- package/dist/browser/api/workspaces/options.js +4 -0
- package/dist/browser/api/workspaces/options.js.map +1 -0
- package/dist/browser/chaosManagementClient.d.ts +42 -17
- package/dist/browser/chaosManagementClient.js +64 -12
- package/dist/browser/chaosManagementClient.js.map +1 -1
- package/dist/browser/classic/actionVersions/index.d.ts +13 -0
- package/dist/browser/classic/actionVersions/index.js +15 -0
- package/dist/browser/classic/actionVersions/index.js.map +1 -0
- package/dist/browser/classic/actions/index.d.ts +13 -0
- package/dist/browser/classic/actions/index.js +15 -0
- package/dist/browser/classic/actions/index.js.map +1 -0
- package/dist/browser/classic/capabilities/index.d.ts +4 -9
- package/dist/browser/classic/capabilities/index.js +3 -1
- package/dist/browser/classic/capabilities/index.js.map +1 -1
- package/dist/browser/classic/capabilityTypes/index.d.ts +4 -4
- package/dist/browser/classic/capabilityTypes/index.js +3 -1
- package/dist/browser/classic/capabilityTypes/index.js.map +1 -1
- package/dist/browser/classic/discoveredResources/index.d.ts +13 -0
- package/dist/browser/classic/discoveredResources/index.js +15 -0
- package/dist/browser/classic/discoveredResources/index.js.map +1 -0
- package/dist/browser/classic/experiments/index.d.ts +5 -10
- package/dist/browser/classic/experiments/index.js +3 -1
- package/dist/browser/classic/experiments/index.js.map +1 -1
- package/dist/browser/classic/index.d.ts +15 -7
- package/dist/browser/classic/index.js.map +1 -1
- package/dist/browser/classic/operationStatuses/index.d.ts +3 -3
- package/dist/browser/classic/operationStatuses/index.js +3 -1
- package/dist/browser/classic/operationStatuses/index.js.map +1 -1
- package/dist/browser/classic/operations/index.d.ts +4 -4
- package/dist/browser/classic/operations/index.js +3 -1
- package/dist/browser/classic/operations/index.js.map +1 -1
- package/dist/browser/classic/privateAccesses/index.d.ts +30 -0
- package/dist/browser/classic/privateAccesses/index.js +23 -0
- package/dist/browser/classic/privateAccesses/index.js.map +1 -0
- package/dist/browser/classic/scenarioConfigurations/index.d.ts +24 -0
- package/dist/browser/classic/scenarioConfigurations/index.js +20 -0
- package/dist/browser/classic/scenarioConfigurations/index.js.map +1 -0
- package/dist/browser/classic/scenarioRuns/index.d.ts +15 -0
- package/dist/browser/classic/scenarioRuns/index.js +16 -0
- package/dist/browser/classic/scenarioRuns/index.js.map +1 -0
- package/dist/browser/classic/scenarios/index.d.ts +17 -0
- package/dist/browser/classic/scenarios/index.js +17 -0
- package/dist/browser/classic/scenarios/index.js.map +1 -0
- package/dist/browser/classic/targetTypes/index.d.ts +4 -4
- package/dist/browser/classic/targetTypes/index.js +3 -1
- package/dist/browser/classic/targetTypes/index.js.map +1 -1
- package/dist/browser/classic/targets/index.d.ts +4 -9
- package/dist/browser/classic/targets/index.js +3 -1
- package/dist/browser/classic/targets/index.js.map +1 -1
- package/dist/browser/classic/workspaces/index.d.ts +24 -0
- package/dist/browser/classic/workspaces/index.js +20 -0
- package/dist/browser/classic/workspaces/index.js.map +1 -0
- package/dist/browser/index.d.ts +27 -13
- package/dist/browser/index.js +3 -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 +1456 -286
- package/dist/browser/models/models.js +1770 -600
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/restorePollerHelpers.d.ts +4 -4
- package/dist/browser/restorePollerHelpers.js +44 -22
- package/dist/browser/restorePollerHelpers.js.map +1 -1
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +3 -1
- package/dist/browser/static-helpers/pagingHelpers.js +59 -53
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pollingHelpers.d.ts +7 -3
- package/dist/browser/static-helpers/pollingHelpers.js +33 -14
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/urlTemplate.js +43 -12
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -1
- package/dist/commonjs/api/actionVersions/index.d.ts +3 -0
- package/dist/commonjs/api/actionVersions/index.js +30 -0
- package/dist/commonjs/api/actionVersions/index.js.map +7 -0
- package/dist/commonjs/api/actionVersions/operations.d.ts +14 -0
- package/dist/commonjs/api/actionVersions/operations.js +114 -0
- package/dist/commonjs/api/actionVersions/operations.js.map +7 -0
- package/dist/commonjs/api/actionVersions/options.d.ts +10 -0
- package/dist/commonjs/api/actionVersions/options.js +16 -0
- package/dist/commonjs/api/actionVersions/options.js.map +7 -0
- package/dist/commonjs/api/actions/index.d.ts +3 -0
- package/dist/commonjs/api/actions/index.js +30 -0
- package/dist/commonjs/api/actions/index.js.map +7 -0
- package/dist/commonjs/api/actions/operations.d.ts +14 -0
- package/dist/commonjs/api/actions/operations.js +112 -0
- package/dist/commonjs/api/actions/operations.js.map +7 -0
- package/dist/commonjs/api/actions/options.d.ts +10 -0
- package/dist/commonjs/api/actions/options.js +16 -0
- package/dist/commonjs/api/actions/options.js.map +7 -0
- package/dist/commonjs/api/capabilities/index.d.ts +1 -1
- package/dist/commonjs/api/capabilities/index.js +34 -11
- package/dist/commonjs/api/capabilities/index.js.map +7 -1
- package/dist/commonjs/api/capabilities/operations.d.ts +5 -10
- package/dist/commonjs/api/capabilities/operations.js +213 -121
- package/dist/commonjs/api/capabilities/operations.js.map +7 -1
- package/dist/commonjs/api/capabilities/options.d.ts +1 -1
- package/dist/commonjs/api/capabilities/options.js +16 -5
- package/dist/commonjs/api/capabilities/options.js.map +7 -1
- package/dist/commonjs/api/capabilityTypes/index.d.ts +1 -1
- package/dist/commonjs/api/capabilityTypes/index.js +30 -9
- package/dist/commonjs/api/capabilityTypes/index.js.map +7 -1
- package/dist/commonjs/api/capabilityTypes/operations.d.ts +5 -5
- package/dist/commonjs/api/capabilityTypes/operations.js +102 -56
- package/dist/commonjs/api/capabilityTypes/operations.js.map +7 -1
- package/dist/commonjs/api/capabilityTypes/options.d.ts +1 -1
- package/dist/commonjs/api/capabilityTypes/options.js +16 -5
- package/dist/commonjs/api/capabilityTypes/options.js.map +7 -1
- package/dist/commonjs/api/chaosManagementContext.d.ts +10 -5
- package/dist/commonjs/api/chaosManagementContext.js +43 -36
- package/dist/commonjs/api/chaosManagementContext.js.map +7 -1
- package/dist/commonjs/api/discoveredResources/index.d.ts +3 -0
- package/dist/commonjs/api/discoveredResources/index.js +30 -0
- package/dist/commonjs/api/discoveredResources/index.js.map +7 -0
- package/dist/commonjs/api/discoveredResources/operations.d.ts +14 -0
- package/dist/commonjs/api/discoveredResources/operations.js +119 -0
- package/dist/commonjs/api/discoveredResources/operations.js.map +7 -0
- package/dist/commonjs/api/discoveredResources/options.d.ts +8 -0
- package/dist/commonjs/api/discoveredResources/options.js +16 -0
- package/dist/commonjs/api/discoveredResources/options.js.map +7 -0
- package/dist/commonjs/api/experiments/index.d.ts +1 -1
- package/dist/commonjs/api/experiments/index.js +48 -18
- package/dist/commonjs/api/experiments/index.js.map +7 -1
- package/dist/commonjs/api/experiments/operations.d.ts +6 -11
- package/dist/commonjs/api/experiments/operations.js +435 -290
- package/dist/commonjs/api/experiments/operations.js.map +7 -1
- package/dist/commonjs/api/experiments/options.d.ts +1 -1
- package/dist/commonjs/api/experiments/options.js +16 -5
- package/dist/commonjs/api/experiments/options.js.map +7 -1
- package/dist/commonjs/api/index.d.ts +2 -1
- package/dist/commonjs/api/index.js +28 -8
- package/dist/commonjs/api/index.js.map +7 -1
- package/dist/commonjs/api/operationStatuses/index.d.ts +1 -1
- package/dist/commonjs/api/operationStatuses/index.js +28 -8
- package/dist/commonjs/api/operationStatuses/index.js.map +7 -1
- package/dist/commonjs/api/operationStatuses/operations.d.ts +4 -4
- package/dist/commonjs/api/operationStatuses/operations.js +59 -31
- package/dist/commonjs/api/operationStatuses/operations.js.map +7 -1
- package/dist/commonjs/api/operationStatuses/options.d.ts +1 -1
- package/dist/commonjs/api/operationStatuses/options.js +16 -5
- package/dist/commonjs/api/operationStatuses/options.js.map +7 -1
- package/dist/commonjs/api/operations/index.d.ts +1 -1
- package/dist/commonjs/api/operations/index.js +28 -8
- package/dist/commonjs/api/operations/index.js.map +7 -1
- package/dist/commonjs/api/operations/operations.d.ts +5 -5
- package/dist/commonjs/api/operations/operations.js +66 -28
- package/dist/commonjs/api/operations/operations.js.map +7 -1
- package/dist/commonjs/api/operations/options.d.ts +1 -1
- package/dist/commonjs/api/operations/options.js +16 -5
- package/dist/commonjs/api/operations/options.js.map +7 -1
- package/dist/commonjs/api/privateAccesses/index.d.ts +3 -0
- package/dist/commonjs/api/privateAccesses/index.js +46 -0
- package/dist/commonjs/api/privateAccesses/index.js.map +7 -0
- package/dist/commonjs/api/privateAccesses/operations.d.ts +47 -0
- package/dist/commonjs/api/privateAccesses/operations.js +468 -0
- package/dist/commonjs/api/privateAccesses/operations.js.map +7 -0
- package/dist/commonjs/api/privateAccesses/options.d.ts +44 -0
- package/dist/commonjs/api/privateAccesses/options.js +16 -0
- package/dist/commonjs/api/privateAccesses/options.js.map +7 -0
- package/dist/commonjs/api/scenarioConfigurations/index.d.ts +3 -0
- package/dist/commonjs/api/scenarioConfigurations/index.js +40 -0
- package/dist/commonjs/api/scenarioConfigurations/index.js.map +7 -0
- package/dist/commonjs/api/scenarioConfigurations/operations.d.ts +35 -0
- package/dist/commonjs/api/scenarioConfigurations/operations.js +368 -0
- package/dist/commonjs/api/scenarioConfigurations/operations.js.map +7 -0
- package/dist/commonjs/api/scenarioConfigurations/options.d.ts +33 -0
- package/dist/commonjs/api/scenarioConfigurations/options.js +16 -0
- package/dist/commonjs/api/scenarioConfigurations/options.js.map +7 -0
- package/dist/commonjs/api/scenarioRuns/index.d.ts +3 -0
- package/dist/commonjs/api/scenarioRuns/index.js +32 -0
- package/dist/commonjs/api/scenarioRuns/index.js.map +7 -0
- package/dist/commonjs/api/scenarioRuns/operations.d.ts +18 -0
- package/dist/commonjs/api/scenarioRuns/operations.js +165 -0
- package/dist/commonjs/api/scenarioRuns/operations.js.map +7 -0
- package/dist/commonjs/api/scenarioRuns/options.d.ts +11 -0
- package/dist/commonjs/api/scenarioRuns/options.js +16 -0
- package/dist/commonjs/api/scenarioRuns/options.js.map +7 -0
- package/dist/commonjs/api/scenarios/index.d.ts +3 -0
- package/dist/commonjs/api/scenarios/index.js +34 -0
- package/dist/commonjs/api/scenarios/index.js.map +7 -0
- package/dist/commonjs/api/scenarios/operations.d.ts +22 -0
- package/dist/commonjs/api/scenarios/operations.js +201 -0
- package/dist/commonjs/api/scenarios/operations.js.map +7 -0
- package/dist/commonjs/api/scenarios/options.d.ts +14 -0
- package/dist/commonjs/api/scenarios/options.js +16 -0
- package/dist/commonjs/api/scenarios/options.js.map +7 -0
- package/dist/commonjs/api/targetTypes/index.d.ts +1 -1
- package/dist/commonjs/api/targetTypes/index.js +30 -9
- package/dist/commonjs/api/targetTypes/index.js.map +7 -1
- package/dist/commonjs/api/targetTypes/operations.d.ts +5 -5
- package/dist/commonjs/api/targetTypes/operations.js +100 -54
- package/dist/commonjs/api/targetTypes/operations.js.map +7 -1
- package/dist/commonjs/api/targetTypes/options.d.ts +1 -1
- package/dist/commonjs/api/targetTypes/options.js +16 -5
- package/dist/commonjs/api/targetTypes/options.js.map +7 -1
- package/dist/commonjs/api/targets/index.d.ts +1 -1
- package/dist/commonjs/api/targets/index.js +34 -11
- package/dist/commonjs/api/targets/index.js.map +7 -1
- package/dist/commonjs/api/targets/operations.d.ts +5 -10
- package/dist/commonjs/api/targets/operations.js +205 -117
- package/dist/commonjs/api/targets/operations.js.map +7 -1
- package/dist/commonjs/api/targets/options.d.ts +1 -1
- package/dist/commonjs/api/targets/options.js +16 -5
- package/dist/commonjs/api/targets/options.js.map +7 -1
- package/dist/commonjs/api/workspaces/index.d.ts +3 -0
- package/dist/commonjs/api/workspaces/index.js +40 -0
- package/dist/commonjs/api/workspaces/index.js.map +7 -0
- package/dist/commonjs/api/workspaces/operations.d.ts +35 -0
- package/dist/commonjs/api/workspaces/operations.js +324 -0
- package/dist/commonjs/api/workspaces/operations.js.map +7 -0
- package/dist/commonjs/api/workspaces/options.d.ts +35 -0
- package/dist/commonjs/api/workspaces/options.js +16 -0
- package/dist/commonjs/api/workspaces/options.js.map +7 -0
- package/dist/commonjs/chaosManagementClient.d.ts +42 -17
- package/dist/commonjs/chaosManagementClient.js +101 -31
- package/dist/commonjs/chaosManagementClient.js.map +7 -1
- package/dist/commonjs/classic/actionVersions/index.d.ts +13 -0
- package/dist/commonjs/classic/actionVersions/index.js +39 -0
- package/dist/commonjs/classic/actionVersions/index.js.map +7 -0
- package/dist/commonjs/classic/actions/index.d.ts +13 -0
- package/dist/commonjs/classic/actions/index.js +39 -0
- package/dist/commonjs/classic/actions/index.js.map +7 -0
- package/dist/commonjs/classic/capabilities/index.d.ts +4 -9
- package/dist/commonjs/classic/capabilities/index.js +73 -14
- package/dist/commonjs/classic/capabilities/index.js.map +7 -1
- package/dist/commonjs/classic/capabilityTypes/index.d.ts +4 -4
- package/dist/commonjs/classic/capabilityTypes/index.js +35 -12
- package/dist/commonjs/classic/capabilityTypes/index.js.map +7 -1
- package/dist/commonjs/classic/discoveredResources/index.d.ts +13 -0
- package/dist/commonjs/classic/discoveredResources/index.js +39 -0
- package/dist/commonjs/classic/discoveredResources/index.js.map +7 -0
- package/dist/commonjs/classic/experiments/index.d.ts +5 -10
- package/dist/commonjs/classic/experiments/index.js +44 -21
- package/dist/commonjs/classic/experiments/index.js.map +7 -1
- package/dist/commonjs/classic/index.d.ts +15 -7
- package/dist/commonjs/classic/index.js +16 -5
- package/dist/commonjs/classic/index.js.map +7 -1
- package/dist/commonjs/classic/operationStatuses/index.d.ts +3 -3
- package/dist/commonjs/classic/operationStatuses/index.js +34 -11
- package/dist/commonjs/classic/operationStatuses/index.js.map +7 -1
- package/dist/commonjs/classic/operations/index.d.ts +4 -4
- package/dist/commonjs/classic/operations/index.js +34 -11
- package/dist/commonjs/classic/operations/index.js.map +7 -1
- package/dist/commonjs/classic/privateAccesses/index.d.ts +30 -0
- package/dist/commonjs/classic/privateAccesses/index.js +59 -0
- package/dist/commonjs/classic/privateAccesses/index.js.map +7 -0
- package/dist/commonjs/classic/scenarioConfigurations/index.d.ts +24 -0
- package/dist/commonjs/classic/scenarioConfigurations/index.js +87 -0
- package/dist/commonjs/classic/scenarioConfigurations/index.js.map +7 -0
- package/dist/commonjs/classic/scenarioRuns/index.d.ts +15 -0
- package/dist/commonjs/classic/scenarioRuns/index.js +40 -0
- package/dist/commonjs/classic/scenarioRuns/index.js.map +7 -0
- package/dist/commonjs/classic/scenarios/index.d.ts +17 -0
- package/dist/commonjs/classic/scenarios/index.js +41 -0
- package/dist/commonjs/classic/scenarios/index.js.map +7 -0
- package/dist/commonjs/classic/targetTypes/index.d.ts +4 -4
- package/dist/commonjs/classic/targetTypes/index.js +35 -12
- package/dist/commonjs/classic/targetTypes/index.js.map +7 -1
- package/dist/commonjs/classic/targets/index.d.ts +4 -9
- package/dist/commonjs/classic/targets/index.js +69 -14
- package/dist/commonjs/classic/targets/index.js.map +7 -1
- package/dist/commonjs/classic/workspaces/index.d.ts +24 -0
- package/dist/commonjs/classic/workspaces/index.js +44 -0
- package/dist/commonjs/classic/workspaces/index.js.map +7 -0
- package/dist/commonjs/index.d.ts +27 -13
- package/dist/commonjs/index.js +85 -21
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.js +29 -8
- package/dist/commonjs/logger.js.map +7 -1
- package/dist/commonjs/models/index.d.ts +2 -1
- package/dist/commonjs/models/index.js +76 -17
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +1456 -286
- package/dist/commonjs/models/models.js +2122 -888
- package/dist/commonjs/models/models.js.map +7 -1
- package/dist/commonjs/restorePollerHelpers.d.ts +4 -4
- package/dist/commonjs/restorePollerHelpers.js +124 -92
- package/dist/commonjs/restorePollerHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +3 -1
- package/dist/commonjs/static-helpers/pagingHelpers.js +131 -128
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +7 -3
- package/dist/commonjs/static-helpers/pollingHelpers.js +95 -73
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -1
- package/dist/commonjs/static-helpers/urlTemplate.js +167 -142
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/api/actionVersions/index.d.ts +3 -0
- package/dist/esm/api/actionVersions/index.js +4 -0
- package/dist/esm/api/actionVersions/index.js.map +1 -0
- package/dist/esm/api/actionVersions/operations.d.ts +14 -0
- package/dist/esm/api/actionVersions/operations.js +68 -0
- package/dist/esm/api/actionVersions/operations.js.map +1 -0
- package/dist/esm/api/actionVersions/options.d.ts +10 -0
- package/dist/esm/api/actionVersions/options.js +4 -0
- package/dist/esm/api/actionVersions/options.js.map +1 -0
- package/dist/esm/api/actions/index.d.ts +3 -0
- package/dist/esm/api/actions/index.js +4 -0
- package/dist/esm/api/actions/index.js.map +1 -0
- package/dist/esm/api/actions/operations.d.ts +14 -0
- package/dist/esm/api/actions/operations.js +66 -0
- package/dist/esm/api/actions/operations.js.map +1 -0
- package/dist/esm/api/actions/options.d.ts +10 -0
- package/dist/esm/api/actions/options.js +4 -0
- package/dist/esm/api/actions/options.js.map +1 -0
- package/dist/esm/api/capabilities/index.d.ts +1 -1
- package/dist/esm/api/capabilities/index.js.map +1 -1
- package/dist/esm/api/capabilities/operations.d.ts +5 -10
- package/dist/esm/api/capabilities/operations.js +32 -26
- package/dist/esm/api/capabilities/operations.js.map +1 -1
- package/dist/esm/api/capabilities/options.d.ts +1 -1
- package/dist/esm/api/capabilities/options.js.map +1 -1
- package/dist/esm/api/capabilityTypes/index.d.ts +1 -1
- package/dist/esm/api/capabilityTypes/index.js.map +1 -1
- package/dist/esm/api/capabilityTypes/operations.d.ts +5 -5
- package/dist/esm/api/capabilityTypes/operations.js +20 -12
- package/dist/esm/api/capabilityTypes/operations.js.map +1 -1
- package/dist/esm/api/capabilityTypes/options.d.ts +1 -1
- package/dist/esm/api/capabilityTypes/options.js.map +1 -1
- package/dist/esm/api/chaosManagementContext.d.ts +10 -5
- package/dist/esm/api/chaosManagementContext.js +13 -24
- package/dist/esm/api/chaosManagementContext.js.map +1 -1
- package/dist/esm/api/discoveredResources/index.d.ts +3 -0
- package/dist/esm/api/discoveredResources/index.js +4 -0
- package/dist/esm/api/discoveredResources/index.js.map +1 -0
- package/dist/esm/api/discoveredResources/operations.d.ts +14 -0
- package/dist/esm/api/discoveredResources/operations.js +67 -0
- package/dist/esm/api/discoveredResources/operations.js.map +1 -0
- package/dist/esm/api/discoveredResources/options.d.ts +8 -0
- package/dist/esm/api/discoveredResources/options.js +4 -0
- package/dist/esm/api/discoveredResources/options.js.map +1 -0
- package/dist/esm/api/experiments/index.d.ts +1 -1
- package/dist/esm/api/experiments/index.js.map +1 -1
- package/dist/esm/api/experiments/operations.d.ts +6 -11
- package/dist/esm/api/experiments/operations.js +108 -79
- package/dist/esm/api/experiments/operations.js.map +1 -1
- package/dist/esm/api/experiments/options.d.ts +1 -1
- package/dist/esm/api/experiments/options.js.map +1 -1
- package/dist/esm/api/index.d.ts +2 -1
- package/dist/esm/api/index.js +1 -1
- package/dist/esm/api/index.js.map +1 -1
- package/dist/esm/api/operationStatuses/index.d.ts +1 -1
- package/dist/esm/api/operationStatuses/index.js.map +1 -1
- package/dist/esm/api/operationStatuses/operations.d.ts +4 -4
- package/dist/esm/api/operationStatuses/operations.js +7 -5
- package/dist/esm/api/operationStatuses/operations.js.map +1 -1
- package/dist/esm/api/operationStatuses/options.d.ts +1 -1
- package/dist/esm/api/operationStatuses/options.js.map +1 -1
- package/dist/esm/api/operations/index.d.ts +1 -1
- package/dist/esm/api/operations/index.js.map +1 -1
- package/dist/esm/api/operations/operations.d.ts +5 -5
- package/dist/esm/api/operations/operations.js +13 -7
- package/dist/esm/api/operations/operations.js.map +1 -1
- package/dist/esm/api/operations/options.d.ts +1 -1
- package/dist/esm/api/operations/options.js.map +1 -1
- package/dist/esm/api/privateAccesses/index.d.ts +3 -0
- package/dist/esm/api/privateAccesses/index.js +4 -0
- package/dist/esm/api/privateAccesses/index.js.map +1 -0
- package/dist/esm/api/privateAccesses/operations.d.ts +47 -0
- package/dist/esm/api/privateAccesses/operations.js +316 -0
- package/dist/esm/api/privateAccesses/operations.js.map +1 -0
- package/dist/esm/api/privateAccesses/options.d.ts +44 -0
- package/dist/esm/api/privateAccesses/options.js +4 -0
- package/dist/esm/api/privateAccesses/options.js.map +1 -0
- package/dist/esm/api/scenarioConfigurations/index.d.ts +3 -0
- package/dist/esm/api/scenarioConfigurations/index.js +4 -0
- package/dist/esm/api/scenarioConfigurations/index.js.map +1 -0
- package/dist/esm/api/scenarioConfigurations/operations.d.ts +35 -0
- package/dist/esm/api/scenarioConfigurations/operations.js +236 -0
- package/dist/esm/api/scenarioConfigurations/operations.js.map +1 -0
- package/dist/esm/api/scenarioConfigurations/options.d.ts +33 -0
- package/dist/esm/api/scenarioConfigurations/options.js +4 -0
- package/dist/esm/api/scenarioConfigurations/options.js.map +1 -0
- package/dist/esm/api/scenarioRuns/index.d.ts +3 -0
- package/dist/esm/api/scenarioRuns/index.js +4 -0
- package/dist/esm/api/scenarioRuns/index.js.map +1 -0
- package/dist/esm/api/scenarioRuns/operations.d.ts +18 -0
- package/dist/esm/api/scenarioRuns/operations.js +96 -0
- package/dist/esm/api/scenarioRuns/operations.js.map +1 -0
- package/dist/esm/api/scenarioRuns/options.d.ts +11 -0
- package/dist/esm/api/scenarioRuns/options.js +4 -0
- package/dist/esm/api/scenarioRuns/options.js.map +1 -0
- package/dist/esm/api/scenarios/index.d.ts +3 -0
- package/dist/esm/api/scenarios/index.js +4 -0
- package/dist/esm/api/scenarios/index.js.map +1 -0
- package/dist/esm/api/scenarios/operations.d.ts +22 -0
- package/dist/esm/api/scenarios/operations.js +124 -0
- package/dist/esm/api/scenarios/operations.js.map +1 -0
- package/dist/esm/api/scenarios/options.d.ts +14 -0
- package/dist/esm/api/scenarios/options.js +4 -0
- package/dist/esm/api/scenarios/options.js.map +1 -0
- package/dist/esm/api/targetTypes/index.d.ts +1 -1
- package/dist/esm/api/targetTypes/index.js.map +1 -1
- package/dist/esm/api/targetTypes/operations.d.ts +5 -5
- package/dist/esm/api/targetTypes/operations.js +20 -12
- package/dist/esm/api/targetTypes/operations.js.map +1 -1
- package/dist/esm/api/targetTypes/options.d.ts +1 -1
- package/dist/esm/api/targetTypes/options.js.map +1 -1
- package/dist/esm/api/targets/index.d.ts +1 -1
- package/dist/esm/api/targets/index.js.map +1 -1
- package/dist/esm/api/targets/operations.d.ts +5 -10
- package/dist/esm/api/targets/operations.js +31 -25
- package/dist/esm/api/targets/operations.js.map +1 -1
- package/dist/esm/api/targets/options.d.ts +1 -1
- package/dist/esm/api/targets/options.js.map +1 -1
- package/dist/esm/api/workspaces/index.d.ts +3 -0
- package/dist/esm/api/workspaces/index.js +4 -0
- package/dist/esm/api/workspaces/index.js.map +1 -0
- package/dist/esm/api/workspaces/operations.d.ts +35 -0
- package/dist/esm/api/workspaces/operations.js +227 -0
- package/dist/esm/api/workspaces/operations.js.map +1 -0
- package/dist/esm/api/workspaces/options.d.ts +35 -0
- package/dist/esm/api/workspaces/options.js +4 -0
- package/dist/esm/api/workspaces/options.js.map +1 -0
- package/dist/esm/chaosManagementClient.d.ts +42 -17
- package/dist/esm/chaosManagementClient.js +64 -12
- package/dist/esm/chaosManagementClient.js.map +1 -1
- package/dist/esm/classic/actionVersions/index.d.ts +13 -0
- package/dist/esm/classic/actionVersions/index.js +15 -0
- package/dist/esm/classic/actionVersions/index.js.map +1 -0
- package/dist/esm/classic/actions/index.d.ts +13 -0
- package/dist/esm/classic/actions/index.js +15 -0
- package/dist/esm/classic/actions/index.js.map +1 -0
- package/dist/esm/classic/capabilities/index.d.ts +4 -9
- package/dist/esm/classic/capabilities/index.js +3 -1
- package/dist/esm/classic/capabilities/index.js.map +1 -1
- package/dist/esm/classic/capabilityTypes/index.d.ts +4 -4
- package/dist/esm/classic/capabilityTypes/index.js +3 -1
- package/dist/esm/classic/capabilityTypes/index.js.map +1 -1
- package/dist/esm/classic/discoveredResources/index.d.ts +13 -0
- package/dist/esm/classic/discoveredResources/index.js +15 -0
- package/dist/esm/classic/discoveredResources/index.js.map +1 -0
- package/dist/esm/classic/experiments/index.d.ts +5 -10
- package/dist/esm/classic/experiments/index.js +3 -1
- package/dist/esm/classic/experiments/index.js.map +1 -1
- package/dist/esm/classic/index.d.ts +15 -7
- package/dist/esm/classic/index.js.map +1 -1
- package/dist/esm/classic/operationStatuses/index.d.ts +3 -3
- package/dist/esm/classic/operationStatuses/index.js +3 -1
- package/dist/esm/classic/operationStatuses/index.js.map +1 -1
- package/dist/esm/classic/operations/index.d.ts +4 -4
- package/dist/esm/classic/operations/index.js +3 -1
- package/dist/esm/classic/operations/index.js.map +1 -1
- package/dist/esm/classic/privateAccesses/index.d.ts +30 -0
- package/dist/esm/classic/privateAccesses/index.js +23 -0
- package/dist/esm/classic/privateAccesses/index.js.map +1 -0
- package/dist/esm/classic/scenarioConfigurations/index.d.ts +24 -0
- package/dist/esm/classic/scenarioConfigurations/index.js +20 -0
- package/dist/esm/classic/scenarioConfigurations/index.js.map +1 -0
- package/dist/esm/classic/scenarioRuns/index.d.ts +15 -0
- package/dist/esm/classic/scenarioRuns/index.js +16 -0
- package/dist/esm/classic/scenarioRuns/index.js.map +1 -0
- package/dist/esm/classic/scenarios/index.d.ts +17 -0
- package/dist/esm/classic/scenarios/index.js +17 -0
- package/dist/esm/classic/scenarios/index.js.map +1 -0
- package/dist/esm/classic/targetTypes/index.d.ts +4 -4
- package/dist/esm/classic/targetTypes/index.js +3 -1
- package/dist/esm/classic/targetTypes/index.js.map +1 -1
- package/dist/esm/classic/targets/index.d.ts +4 -9
- package/dist/esm/classic/targets/index.js +3 -1
- package/dist/esm/classic/targets/index.js.map +1 -1
- package/dist/esm/classic/workspaces/index.d.ts +24 -0
- package/dist/esm/classic/workspaces/index.js +20 -0
- package/dist/esm/classic/workspaces/index.js.map +1 -0
- package/dist/esm/index.d.ts +27 -13
- package/dist/esm/index.js +3 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/models/index.d.ts +2 -1
- package/dist/esm/models/index.js +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +1456 -286
- package/dist/esm/models/models.js +1770 -600
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/restorePollerHelpers.d.ts +4 -4
- package/dist/esm/restorePollerHelpers.js +44 -22
- package/dist/esm/restorePollerHelpers.js.map +1 -1
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +3 -1
- package/dist/esm/static-helpers/pagingHelpers.js +59 -53
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/esm/static-helpers/pollingHelpers.d.ts +7 -3
- package/dist/esm/static-helpers/pollingHelpers.js +33 -14
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/esm/static-helpers/urlTemplate.js +43 -12
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -1
- package/package.json +193 -135
- package/review/arm-chaos-node.api.md +1508 -0
- package/dist/react-native/api/capabilities/index.d.ts +0 -3
- package/dist/react-native/api/capabilities/index.js +0 -4
- package/dist/react-native/api/capabilities/index.js.map +0 -1
- package/dist/react-native/api/capabilities/operations.d.ts +0 -27
- package/dist/react-native/api/capabilities/operations.js +0 -131
- package/dist/react-native/api/capabilities/operations.js.map +0 -1
- package/dist/react-native/api/capabilities/options.d.ts +0 -16
- package/dist/react-native/api/capabilities/options.js.map +0 -1
- package/dist/react-native/api/capabilityTypes/index.d.ts +0 -3
- package/dist/react-native/api/capabilityTypes/index.js.map +0 -1
- package/dist/react-native/api/capabilityTypes/operations.d.ts +0 -14
- package/dist/react-native/api/capabilityTypes/operations.js +0 -60
- package/dist/react-native/api/capabilityTypes/operations.js.map +0 -1
- package/dist/react-native/api/capabilityTypes/options.d.ts +0 -10
- package/dist/react-native/api/capabilityTypes/options.js.map +0 -1
- package/dist/react-native/api/chaosManagementContext.d.ts +0 -17
- package/dist/react-native/api/chaosManagementContext.js +0 -35
- package/dist/react-native/api/chaosManagementContext.js.map +0 -1
- package/dist/react-native/api/experiments/index.d.ts +0 -3
- package/dist/react-native/api/experiments/index.js +0 -4
- package/dist/react-native/api/experiments/index.js.map +0 -1
- package/dist/react-native/api/experiments/operations.d.ts +0 -56
- package/dist/react-native/api/experiments/operations.js +0 -319
- package/dist/react-native/api/experiments/operations.js.map +0 -1
- package/dist/react-native/api/experiments/options.d.ts +0 -53
- package/dist/react-native/api/experiments/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/operationStatuses/index.d.ts +0 -3
- package/dist/react-native/api/operationStatuses/index.js +0 -4
- package/dist/react-native/api/operationStatuses/index.js.map +0 -1
- package/dist/react-native/api/operationStatuses/operations.d.ts +0 -9
- package/dist/react-native/api/operationStatuses/operations.js +0 -32
- package/dist/react-native/api/operationStatuses/operations.js.map +0 -1
- package/dist/react-native/api/operationStatuses/options.d.ts +0 -5
- package/dist/react-native/api/operationStatuses/options.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 -29
- 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/targetTypes/index.d.ts +0 -3
- package/dist/react-native/api/targetTypes/index.js.map +0 -1
- package/dist/react-native/api/targetTypes/operations.d.ts +0 -14
- package/dist/react-native/api/targetTypes/operations.js +0 -58
- package/dist/react-native/api/targetTypes/operations.js.map +0 -1
- package/dist/react-native/api/targetTypes/options.d.ts +0 -10
- package/dist/react-native/api/targetTypes/options.js.map +0 -1
- package/dist/react-native/api/targets/index.d.ts +0 -3
- package/dist/react-native/api/targets/index.js +0 -4
- package/dist/react-native/api/targets/index.js.map +0 -1
- package/dist/react-native/api/targets/operations.d.ts +0 -27
- package/dist/react-native/api/targets/operations.js +0 -127
- package/dist/react-native/api/targets/operations.js.map +0 -1
- package/dist/react-native/api/targets/options.d.ts +0 -16
- package/dist/react-native/api/targets/options.js.map +0 -1
- package/dist/react-native/chaosManagementClient.d.ts +0 -32
- package/dist/react-native/chaosManagementClient.js +0 -29
- package/dist/react-native/chaosManagementClient.js.map +0 -1
- package/dist/react-native/classic/capabilities/index.d.ts +0 -22
- package/dist/react-native/classic/capabilities/index.js +0 -15
- package/dist/react-native/classic/capabilities/index.js.map +0 -1
- package/dist/react-native/classic/capabilityTypes/index.d.ts +0 -13
- package/dist/react-native/classic/capabilityTypes/index.js +0 -13
- package/dist/react-native/classic/capabilityTypes/index.js.map +0 -1
- package/dist/react-native/classic/experiments/index.d.ts +0 -37
- package/dist/react-native/classic/experiments/index.js +0 -22
- package/dist/react-native/classic/experiments/index.js.map +0 -1
- package/dist/react-native/classic/index.d.ts +0 -8
- package/dist/react-native/classic/index.js +0 -4
- package/dist/react-native/classic/index.js.map +0 -1
- package/dist/react-native/classic/operationStatuses/index.d.ts +0 -10
- package/dist/react-native/classic/operationStatuses/index.js +0 -12
- package/dist/react-native/classic/operationStatuses/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 -12
- package/dist/react-native/classic/operations/index.js.map +0 -1
- package/dist/react-native/classic/targetTypes/index.d.ts +0 -13
- package/dist/react-native/classic/targetTypes/index.js +0 -13
- package/dist/react-native/classic/targetTypes/index.js.map +0 -1
- package/dist/react-native/classic/targets/index.d.ts +0 -22
- package/dist/react-native/classic/targets/index.js +0 -15
- package/dist/react-native/classic/targets/index.js.map +0 -1
- package/dist/react-native/index.d.ts +0 -15
- package/dist/react-native/index.js +0 -6
- 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 -772
- package/dist/react-native/models/models.js +0 -923
- 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 -100
- package/dist/react-native/restorePollerHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +0 -72
- package/dist/react-native/static-helpers/pagingHelpers.js +0 -137
- 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 -76
- package/dist/react-native/static-helpers/pollingHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/urlTemplate.d.ts +0 -5
- package/dist/react-native/static-helpers/urlTemplate.js +0 -169
- package/dist/react-native/static-helpers/urlTemplate.js.map +0 -1
- package/review/arm-chaos-api-capabilities.api.md +0 -41
- package/review/arm-chaos-api-capabilityTypes.api.md +0 -27
- package/review/arm-chaos-api-experiments.api.md +0 -100
- package/review/arm-chaos-api-operationStatuses.api.md +0 -19
- package/review/arm-chaos-api-operations.api.md +0 -19
- package/review/arm-chaos-api-targetTypes.api.md +0 -27
- package/review/arm-chaos-api-targets.api.md +0 -41
- package/review/arm-chaos-api.api.md +0 -27
- package/review/arm-chaos-models.api.md +0 -446
- package/review/arm-chaos.api.md +0 -666
- /package/dist/{react-native/api/capabilityTypes → browser/api/actionVersions}/index.js +0 -0
- /package/dist/{react-native/api/capabilities → browser/api/actionVersions}/options.js +0 -0
- /package/dist/{react-native/api/targetTypes → browser/api/actions}/index.js +0 -0
- /package/dist/{react-native/api/capabilityTypes → browser/api/actions}/options.js +0 -0
- /package/dist/{react-native/api/experiments → browser/api/discoveredResources}/options.js +0 -0
- /package/dist/{react-native/api/operationStatuses → browser/api/privateAccesses}/options.js +0 -0
- /package/dist/{react-native/api/operations → browser/api/scenarioConfigurations}/options.js +0 -0
- /package/dist/{react-native/api/targetTypes → browser/api/scenarioRuns}/options.js +0 -0
- /package/dist/{react-native/api/targets → browser/api/scenarios}/options.js +0 -0
|
@@ -1,1040 +1,2274 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var models_exports = {};
|
|
19
|
+
__export(models_exports, {
|
|
20
|
+
KnownActionDependencyType: () => KnownActionDependencyType,
|
|
21
|
+
KnownActionKind: () => KnownActionKind,
|
|
22
|
+
KnownActionLifecycle: () => KnownActionLifecycle,
|
|
23
|
+
KnownActionType: () => KnownActionType,
|
|
24
|
+
KnownCreatedByType: () => KnownCreatedByType,
|
|
25
|
+
KnownExperimentActionType: () => KnownExperimentActionType,
|
|
26
|
+
KnownFilterType: () => KnownFilterType,
|
|
27
|
+
KnownManagedServiceIdentityType: () => KnownManagedServiceIdentityType,
|
|
28
|
+
KnownOrigin: () => KnownOrigin,
|
|
29
|
+
KnownParameterType: () => KnownParameterType,
|
|
30
|
+
KnownPermissionsFixState: () => KnownPermissionsFixState,
|
|
31
|
+
KnownPrivateEndpointServiceConnectionStatus: () => KnownPrivateEndpointServiceConnectionStatus,
|
|
32
|
+
KnownProvisioningState: () => KnownProvisioningState,
|
|
33
|
+
KnownPublicNetworkAccessOption: () => KnownPublicNetworkAccessOption,
|
|
34
|
+
KnownRecommendationStatus: () => KnownRecommendationStatus,
|
|
35
|
+
KnownRoleAssignmentStatus: () => KnownRoleAssignmentStatus,
|
|
36
|
+
KnownRunAfterBehavior: () => KnownRunAfterBehavior,
|
|
37
|
+
KnownScenarioRunState: () => KnownScenarioRunState,
|
|
38
|
+
KnownScenarioSummaryState: () => KnownScenarioSummaryState,
|
|
39
|
+
KnownScenarioValidationState: () => KnownScenarioValidationState,
|
|
40
|
+
KnownSelectorType: () => KnownSelectorType,
|
|
41
|
+
KnownTargetReferenceType: () => KnownTargetReferenceType,
|
|
42
|
+
KnownVersions: () => KnownVersions,
|
|
43
|
+
KnownWorkspaceEvaluationStatus: () => KnownWorkspaceEvaluationStatus,
|
|
44
|
+
KnownZoneResolutionMode: () => KnownZoneResolutionMode,
|
|
45
|
+
_actionListResultDeserializer: () => _actionListResultDeserializer,
|
|
46
|
+
_actionPropertiesParametersSchemaDeserializer: () => _actionPropertiesParametersSchemaDeserializer,
|
|
47
|
+
_actionVersionListResultDeserializer: () => _actionVersionListResultDeserializer,
|
|
48
|
+
_capabilityListResultDeserializer: () => _capabilityListResultDeserializer,
|
|
49
|
+
_capabilityTypeListResultDeserializer: () => _capabilityTypeListResultDeserializer,
|
|
50
|
+
_discoveredResourceListResultDeserializer: () => _discoveredResourceListResultDeserializer,
|
|
51
|
+
_experimentExecutionListResultDeserializer: () => _experimentExecutionListResultDeserializer,
|
|
52
|
+
_experimentListResultDeserializer: () => _experimentListResultDeserializer,
|
|
53
|
+
_operationListResultDeserializer: () => _operationListResultDeserializer,
|
|
54
|
+
_privateAccessListResultDeserializer: () => _privateAccessListResultDeserializer,
|
|
55
|
+
_privateEndpointConnectionListResultDeserializer: () => _privateEndpointConnectionListResultDeserializer,
|
|
56
|
+
_scenarioConfigurationListResultDeserializer: () => _scenarioConfigurationListResultDeserializer,
|
|
57
|
+
_scenarioListResultDeserializer: () => _scenarioListResultDeserializer,
|
|
58
|
+
_scenarioRunListResultDeserializer: () => _scenarioRunListResultDeserializer,
|
|
59
|
+
_targetListResultDeserializer: () => _targetListResultDeserializer,
|
|
60
|
+
_targetTypeListResultDeserializer: () => _targetTypeListResultDeserializer,
|
|
61
|
+
_workspaceListResultDeserializer: () => _workspaceListResultDeserializer,
|
|
62
|
+
actionArrayDeserializer: () => actionArrayDeserializer,
|
|
63
|
+
actionDependencyArrayDeserializer: () => actionDependencyArrayDeserializer,
|
|
64
|
+
actionDependencyArraySerializer: () => actionDependencyArraySerializer,
|
|
65
|
+
actionDependencyDeserializer: () => actionDependencyDeserializer,
|
|
66
|
+
actionDependencySerializer: () => actionDependencySerializer,
|
|
67
|
+
actionDeserializer: () => actionDeserializer,
|
|
68
|
+
actionPropertiesDeserializer: () => actionPropertiesDeserializer,
|
|
69
|
+
actionStatusArrayDeserializer: () => actionStatusArrayDeserializer,
|
|
70
|
+
actionStatusDeserializer: () => actionStatusDeserializer,
|
|
71
|
+
actionSupportedTargetTypeArrayDeserializer: () => actionSupportedTargetTypeArrayDeserializer,
|
|
72
|
+
actionSupportedTargetTypeDeserializer: () => actionSupportedTargetTypeDeserializer,
|
|
73
|
+
actionVersionArrayDeserializer: () => actionVersionArrayDeserializer,
|
|
74
|
+
actionVersionDeserializer: () => actionVersionDeserializer,
|
|
75
|
+
branchStatusArrayDeserializer: () => branchStatusArrayDeserializer,
|
|
76
|
+
branchStatusDeserializer: () => branchStatusDeserializer,
|
|
77
|
+
capabilityArrayDeserializer: () => capabilityArrayDeserializer,
|
|
78
|
+
capabilityArraySerializer: () => capabilityArraySerializer,
|
|
79
|
+
capabilityDeserializer: () => capabilityDeserializer,
|
|
80
|
+
capabilityPropertiesDeserializer: () => capabilityPropertiesDeserializer,
|
|
81
|
+
capabilityPropertiesSerializer: () => capabilityPropertiesSerializer,
|
|
82
|
+
capabilitySerializer: () => capabilitySerializer,
|
|
83
|
+
capabilityTypeArrayDeserializer: () => capabilityTypeArrayDeserializer,
|
|
84
|
+
capabilityTypeDeserializer: () => capabilityTypeDeserializer,
|
|
85
|
+
capabilityTypePropertiesDeserializer: () => capabilityTypePropertiesDeserializer,
|
|
86
|
+
capabilityTypePropertiesRuntimePropertiesDeserializer: () => capabilityTypePropertiesRuntimePropertiesDeserializer,
|
|
87
|
+
chaosExperimentActionDeserializer: () => chaosExperimentActionDeserializer,
|
|
88
|
+
chaosExperimentActionSerializer: () => chaosExperimentActionSerializer,
|
|
89
|
+
chaosExperimentActionUnionArrayDeserializer: () => chaosExperimentActionUnionArrayDeserializer,
|
|
90
|
+
chaosExperimentActionUnionArraySerializer: () => chaosExperimentActionUnionArraySerializer,
|
|
91
|
+
chaosExperimentActionUnionDeserializer: () => chaosExperimentActionUnionDeserializer,
|
|
92
|
+
chaosExperimentActionUnionSerializer: () => chaosExperimentActionUnionSerializer,
|
|
93
|
+
chaosExperimentBranchArrayDeserializer: () => chaosExperimentBranchArrayDeserializer,
|
|
94
|
+
chaosExperimentBranchArraySerializer: () => chaosExperimentBranchArraySerializer,
|
|
95
|
+
chaosExperimentBranchDeserializer: () => chaosExperimentBranchDeserializer,
|
|
96
|
+
chaosExperimentBranchSerializer: () => chaosExperimentBranchSerializer,
|
|
97
|
+
chaosExperimentStepArrayDeserializer: () => chaosExperimentStepArrayDeserializer,
|
|
98
|
+
chaosExperimentStepArraySerializer: () => chaosExperimentStepArraySerializer,
|
|
99
|
+
chaosExperimentStepDeserializer: () => chaosExperimentStepDeserializer,
|
|
100
|
+
chaosExperimentStepSerializer: () => chaosExperimentStepSerializer,
|
|
101
|
+
chaosTargetFilterDeserializer: () => chaosTargetFilterDeserializer,
|
|
102
|
+
chaosTargetFilterSerializer: () => chaosTargetFilterSerializer,
|
|
103
|
+
chaosTargetFilterUnionDeserializer: () => chaosTargetFilterUnionDeserializer,
|
|
104
|
+
chaosTargetFilterUnionSerializer: () => chaosTargetFilterUnionSerializer,
|
|
105
|
+
chaosTargetListSelectorDeserializer: () => chaosTargetListSelectorDeserializer,
|
|
106
|
+
chaosTargetListSelectorSerializer: () => chaosTargetListSelectorSerializer,
|
|
107
|
+
chaosTargetQuerySelectorDeserializer: () => chaosTargetQuerySelectorDeserializer,
|
|
108
|
+
chaosTargetQuerySelectorSerializer: () => chaosTargetQuerySelectorSerializer,
|
|
109
|
+
chaosTargetSelectorDeserializer: () => chaosTargetSelectorDeserializer,
|
|
110
|
+
chaosTargetSelectorSerializer: () => chaosTargetSelectorSerializer,
|
|
111
|
+
chaosTargetSelectorUnionArrayDeserializer: () => chaosTargetSelectorUnionArrayDeserializer,
|
|
112
|
+
chaosTargetSelectorUnionArraySerializer: () => chaosTargetSelectorUnionArraySerializer,
|
|
113
|
+
chaosTargetSelectorUnionDeserializer: () => chaosTargetSelectorUnionDeserializer,
|
|
114
|
+
chaosTargetSelectorUnionSerializer: () => chaosTargetSelectorUnionSerializer,
|
|
115
|
+
chaosTargetSimpleFilterDeserializer: () => chaosTargetSimpleFilterDeserializer,
|
|
116
|
+
chaosTargetSimpleFilterParametersDeserializer: () => chaosTargetSimpleFilterParametersDeserializer,
|
|
117
|
+
chaosTargetSimpleFilterParametersSerializer: () => chaosTargetSimpleFilterParametersSerializer,
|
|
118
|
+
chaosTargetSimpleFilterSerializer: () => chaosTargetSimpleFilterSerializer,
|
|
119
|
+
configurationExclusionsDeserializer: () => configurationExclusionsDeserializer,
|
|
120
|
+
configurationExclusionsSerializer: () => configurationExclusionsSerializer,
|
|
121
|
+
configurationFiltersDeserializer: () => configurationFiltersDeserializer,
|
|
122
|
+
configurationFiltersSerializer: () => configurationFiltersSerializer,
|
|
123
|
+
continuousActionDeserializer: () => continuousActionDeserializer,
|
|
124
|
+
continuousActionSerializer: () => continuousActionSerializer,
|
|
125
|
+
customerDataStoragePropertiesDeserializer: () => customerDataStoragePropertiesDeserializer,
|
|
126
|
+
customerDataStoragePropertiesSerializer: () => customerDataStoragePropertiesSerializer,
|
|
127
|
+
delayActionDeserializer: () => delayActionDeserializer,
|
|
128
|
+
delayActionSerializer: () => delayActionSerializer,
|
|
129
|
+
discoveredResourceArrayDeserializer: () => discoveredResourceArrayDeserializer,
|
|
130
|
+
discoveredResourceDeserializer: () => discoveredResourceDeserializer,
|
|
131
|
+
discoveredResourcePropertiesDeserializer: () => discoveredResourcePropertiesDeserializer,
|
|
132
|
+
discreteActionDeserializer: () => discreteActionDeserializer,
|
|
133
|
+
discreteActionSerializer: () => discreteActionSerializer,
|
|
134
|
+
entraIdentityDeserializer: () => entraIdentityDeserializer,
|
|
135
|
+
errorAdditionalInfoArrayDeserializer: () => errorAdditionalInfoArrayDeserializer,
|
|
136
|
+
errorAdditionalInfoDeserializer: () => errorAdditionalInfoDeserializer,
|
|
137
|
+
errorDetailArrayDeserializer: () => errorDetailArrayDeserializer,
|
|
138
|
+
errorDetailDeserializer: () => errorDetailDeserializer,
|
|
139
|
+
errorResponseDeserializer: () => errorResponseDeserializer,
|
|
140
|
+
experimentArrayDeserializer: () => experimentArrayDeserializer,
|
|
141
|
+
experimentArraySerializer: () => experimentArraySerializer,
|
|
142
|
+
experimentDeserializer: () => experimentDeserializer,
|
|
143
|
+
experimentExecutionActionTargetDetailsErrorDeserializer: () => experimentExecutionActionTargetDetailsErrorDeserializer,
|
|
144
|
+
experimentExecutionActionTargetDetailsPropertiesArrayDeserializer: () => experimentExecutionActionTargetDetailsPropertiesArrayDeserializer,
|
|
145
|
+
experimentExecutionActionTargetDetailsPropertiesDeserializer: () => experimentExecutionActionTargetDetailsPropertiesDeserializer,
|
|
146
|
+
experimentExecutionArrayDeserializer: () => experimentExecutionArrayDeserializer,
|
|
147
|
+
experimentExecutionDeserializer: () => experimentExecutionDeserializer,
|
|
148
|
+
experimentExecutionDetailsDeserializer: () => experimentExecutionDetailsDeserializer,
|
|
149
|
+
experimentExecutionDetailsPropertiesDeserializer: () => experimentExecutionDetailsPropertiesDeserializer,
|
|
150
|
+
experimentExecutionDetailsPropertiesRunInformationDeserializer: () => experimentExecutionDetailsPropertiesRunInformationDeserializer,
|
|
151
|
+
experimentExecutionPropertiesDeserializer: () => experimentExecutionPropertiesDeserializer,
|
|
152
|
+
experimentPropertiesDeserializer: () => experimentPropertiesDeserializer,
|
|
153
|
+
experimentPropertiesSerializer: () => experimentPropertiesSerializer,
|
|
154
|
+
experimentSerializer: () => experimentSerializer,
|
|
155
|
+
experimentUpdateSerializer: () => experimentUpdateSerializer,
|
|
156
|
+
externalResourceDeserializer: () => externalResourceDeserializer,
|
|
157
|
+
externalResourceSerializer: () => externalResourceSerializer,
|
|
158
|
+
fixResourcePermissionsRequestSerializer: () => fixResourcePermissionsRequestSerializer,
|
|
159
|
+
keyValuePairArrayDeserializer: () => keyValuePairArrayDeserializer,
|
|
160
|
+
keyValuePairArraySerializer: () => keyValuePairArraySerializer,
|
|
161
|
+
keyValuePairDeserializer: () => keyValuePairDeserializer,
|
|
162
|
+
keyValuePairSerializer: () => keyValuePairSerializer,
|
|
163
|
+
managedServiceIdentityDeserializer: () => managedServiceIdentityDeserializer,
|
|
164
|
+
managedServiceIdentitySerializer: () => managedServiceIdentitySerializer,
|
|
165
|
+
operationArrayDeserializer: () => operationArrayDeserializer,
|
|
166
|
+
operationDeserializer: () => operationDeserializer,
|
|
167
|
+
operationDisplayDeserializer: () => operationDisplayDeserializer,
|
|
168
|
+
operationErrorArrayDeserializer: () => operationErrorArrayDeserializer,
|
|
169
|
+
operationErrorDeserializer: () => operationErrorDeserializer,
|
|
170
|
+
operationStatusResultArrayDeserializer: () => operationStatusResultArrayDeserializer,
|
|
171
|
+
operationStatusResultDeserializer: () => operationStatusResultDeserializer,
|
|
172
|
+
permissionErrorArrayDeserializer: () => permissionErrorArrayDeserializer,
|
|
173
|
+
permissionErrorDeserializer: () => permissionErrorDeserializer,
|
|
174
|
+
permissionsFixDeserializer: () => permissionsFixDeserializer,
|
|
175
|
+
permissionsFixPropertiesDeserializer: () => permissionsFixPropertiesDeserializer,
|
|
176
|
+
permissionsFixSummaryDeserializer: () => permissionsFixSummaryDeserializer,
|
|
177
|
+
physicalToLogicalZoneMappingArrayDeserializer: () => physicalToLogicalZoneMappingArrayDeserializer,
|
|
178
|
+
physicalToLogicalZoneMappingDeserializer: () => physicalToLogicalZoneMappingDeserializer,
|
|
179
|
+
privateAccessArrayDeserializer: () => privateAccessArrayDeserializer,
|
|
180
|
+
privateAccessArraySerializer: () => privateAccessArraySerializer,
|
|
181
|
+
privateAccessDeserializer: () => privateAccessDeserializer,
|
|
182
|
+
privateAccessPatchSerializer: () => privateAccessPatchSerializer,
|
|
183
|
+
privateAccessPropertiesDeserializer: () => privateAccessPropertiesDeserializer,
|
|
184
|
+
privateAccessPropertiesSerializer: () => privateAccessPropertiesSerializer,
|
|
185
|
+
privateAccessSerializer: () => privateAccessSerializer,
|
|
186
|
+
privateEndpointConnectionArrayDeserializer: () => privateEndpointConnectionArrayDeserializer,
|
|
187
|
+
privateEndpointConnectionDeserializer: () => privateEndpointConnectionDeserializer,
|
|
188
|
+
privateEndpointConnectionPropertiesDeserializer: () => privateEndpointConnectionPropertiesDeserializer,
|
|
189
|
+
privateEndpointDeserializer: () => privateEndpointDeserializer,
|
|
190
|
+
privateLinkResourceArrayDeserializer: () => privateLinkResourceArrayDeserializer,
|
|
191
|
+
privateLinkResourceDeserializer: () => privateLinkResourceDeserializer,
|
|
192
|
+
privateLinkResourceListResultDeserializer: () => privateLinkResourceListResultDeserializer,
|
|
193
|
+
privateLinkResourcePropertiesDeserializer: () => privateLinkResourcePropertiesDeserializer,
|
|
194
|
+
privateLinkServiceConnectionStateDeserializer: () => privateLinkServiceConnectionStateDeserializer,
|
|
195
|
+
proxyResourceDeserializer: () => proxyResourceDeserializer,
|
|
196
|
+
proxyResourceSerializer: () => proxyResourceSerializer,
|
|
197
|
+
recommendationDeserializer: () => recommendationDeserializer,
|
|
198
|
+
resourceDeserializer: () => resourceDeserializer,
|
|
199
|
+
resourceSerializer: () => resourceSerializer,
|
|
200
|
+
resourceStateErrorArrayDeserializer: () => resourceStateErrorArrayDeserializer,
|
|
201
|
+
resourceStateErrorDeserializer: () => resourceStateErrorDeserializer,
|
|
202
|
+
roleAssignmentErrorDeserializer: () => roleAssignmentErrorDeserializer,
|
|
203
|
+
roleAssignmentResultArrayDeserializer: () => roleAssignmentResultArrayDeserializer,
|
|
204
|
+
roleAssignmentResultDeserializer: () => roleAssignmentResultDeserializer,
|
|
205
|
+
runAfterDeserializer: () => runAfterDeserializer,
|
|
206
|
+
runAfterSerializer: () => runAfterSerializer,
|
|
207
|
+
scenarioActionArrayDeserializer: () => scenarioActionArrayDeserializer,
|
|
208
|
+
scenarioActionArraySerializer: () => scenarioActionArraySerializer,
|
|
209
|
+
scenarioActionDeserializer: () => scenarioActionDeserializer,
|
|
210
|
+
scenarioActionSerializer: () => scenarioActionSerializer,
|
|
211
|
+
scenarioArrayDeserializer: () => scenarioArrayDeserializer,
|
|
212
|
+
scenarioArraySerializer: () => scenarioArraySerializer,
|
|
213
|
+
scenarioConfigurationArrayDeserializer: () => scenarioConfigurationArrayDeserializer,
|
|
214
|
+
scenarioConfigurationArraySerializer: () => scenarioConfigurationArraySerializer,
|
|
215
|
+
scenarioConfigurationDeserializer: () => scenarioConfigurationDeserializer,
|
|
216
|
+
scenarioConfigurationPropertiesDeserializer: () => scenarioConfigurationPropertiesDeserializer,
|
|
217
|
+
scenarioConfigurationPropertiesSerializer: () => scenarioConfigurationPropertiesSerializer,
|
|
218
|
+
scenarioConfigurationSerializer: () => scenarioConfigurationSerializer,
|
|
219
|
+
scenarioDeserializer: () => scenarioDeserializer,
|
|
220
|
+
scenarioErrorsDeserializer: () => scenarioErrorsDeserializer,
|
|
221
|
+
scenarioEvaluationResultItemArrayDeserializer: () => scenarioEvaluationResultItemArrayDeserializer,
|
|
222
|
+
scenarioEvaluationResultItemDeserializer: () => scenarioEvaluationResultItemDeserializer,
|
|
223
|
+
scenarioParameterArrayDeserializer: () => scenarioParameterArrayDeserializer,
|
|
224
|
+
scenarioParameterArraySerializer: () => scenarioParameterArraySerializer,
|
|
225
|
+
scenarioParameterDeserializer: () => scenarioParameterDeserializer,
|
|
226
|
+
scenarioParameterSerializer: () => scenarioParameterSerializer,
|
|
227
|
+
scenarioPropertiesDeserializer: () => scenarioPropertiesDeserializer,
|
|
228
|
+
scenarioPropertiesSerializer: () => scenarioPropertiesSerializer,
|
|
229
|
+
scenarioRunArrayDeserializer: () => scenarioRunArrayDeserializer,
|
|
230
|
+
scenarioRunDeserializer: () => scenarioRunDeserializer,
|
|
231
|
+
scenarioRunPropertiesDeserializer: () => scenarioRunPropertiesDeserializer,
|
|
232
|
+
scenarioRunResourceArrayDeserializer: () => scenarioRunResourceArrayDeserializer,
|
|
233
|
+
scenarioRunResourceDeserializer: () => scenarioRunResourceDeserializer,
|
|
234
|
+
scenarioRunSummaryActionArrayDeserializer: () => scenarioRunSummaryActionArrayDeserializer,
|
|
235
|
+
scenarioRunSummaryActionDeserializer: () => scenarioRunSummaryActionDeserializer,
|
|
236
|
+
scenarioSerializer: () => scenarioSerializer,
|
|
237
|
+
stepStatusArrayDeserializer: () => stepStatusArrayDeserializer,
|
|
238
|
+
stepStatusDeserializer: () => stepStatusDeserializer,
|
|
239
|
+
systemDataDeserializer: () => systemDataDeserializer,
|
|
240
|
+
targetArrayDeserializer: () => targetArrayDeserializer,
|
|
241
|
+
targetArraySerializer: () => targetArraySerializer,
|
|
242
|
+
targetDeserializer: () => targetDeserializer,
|
|
243
|
+
targetReferenceArrayDeserializer: () => targetReferenceArrayDeserializer,
|
|
244
|
+
targetReferenceArraySerializer: () => targetReferenceArraySerializer,
|
|
245
|
+
targetReferenceDeserializer: () => targetReferenceDeserializer,
|
|
246
|
+
targetReferenceSerializer: () => targetReferenceSerializer,
|
|
247
|
+
targetSerializer: () => targetSerializer,
|
|
248
|
+
targetTypeArrayDeserializer: () => targetTypeArrayDeserializer,
|
|
249
|
+
targetTypeDeserializer: () => targetTypeDeserializer,
|
|
250
|
+
targetTypePropertiesDeserializer: () => targetTypePropertiesDeserializer,
|
|
251
|
+
trackedResourceDeserializer: () => trackedResourceDeserializer,
|
|
252
|
+
trackedResourceSerializer: () => trackedResourceSerializer,
|
|
253
|
+
userAssignedIdentityDeserializer: () => userAssignedIdentityDeserializer,
|
|
254
|
+
userAssignedIdentitySerializer: () => userAssignedIdentitySerializer,
|
|
255
|
+
validationDeserializer: () => validationDeserializer,
|
|
256
|
+
validationPropertiesDeserializer: () => validationPropertiesDeserializer,
|
|
257
|
+
workspaceArrayDeserializer: () => workspaceArrayDeserializer,
|
|
258
|
+
workspaceArraySerializer: () => workspaceArraySerializer,
|
|
259
|
+
workspaceDeserializer: () => workspaceDeserializer,
|
|
260
|
+
workspaceEvaluationDeserializer: () => workspaceEvaluationDeserializer,
|
|
261
|
+
workspaceEvaluationPropertiesDeserializer: () => workspaceEvaluationPropertiesDeserializer,
|
|
262
|
+
workspacePropertiesDeserializer: () => workspacePropertiesDeserializer,
|
|
263
|
+
workspacePropertiesSerializer: () => workspacePropertiesSerializer,
|
|
264
|
+
workspaceSerializer: () => workspaceSerializer,
|
|
265
|
+
workspaceUpdateSerializer: () => workspaceUpdateSerializer,
|
|
266
|
+
zoneResolutionInfoDeserializer: () => zoneResolutionInfoDeserializer,
|
|
267
|
+
zoneResolutionMappingArrayDeserializer: () => zoneResolutionMappingArrayDeserializer,
|
|
268
|
+
zoneResolutionMappingDeserializer: () => zoneResolutionMappingDeserializer
|
|
269
|
+
});
|
|
270
|
+
module.exports = __toCommonJS(models_exports);
|
|
271
|
+
function capabilitySerializer(item) {
|
|
272
|
+
return {
|
|
273
|
+
properties: !item["properties"] ? item["properties"] : capabilityPropertiesSerializer(item["properties"])
|
|
274
|
+
};
|
|
275
|
+
}
|
|
276
|
+
function capabilityDeserializer(item) {
|
|
277
|
+
return {
|
|
278
|
+
id: item["id"],
|
|
279
|
+
name: item["name"],
|
|
280
|
+
type: item["type"],
|
|
281
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
282
|
+
properties: !item["properties"] ? item["properties"] : capabilityPropertiesDeserializer(item["properties"])
|
|
283
|
+
};
|
|
284
|
+
}
|
|
285
|
+
function capabilityPropertiesSerializer(_item) {
|
|
286
|
+
return {};
|
|
287
|
+
}
|
|
288
|
+
function capabilityPropertiesDeserializer(item) {
|
|
289
|
+
return {
|
|
290
|
+
publisher: item["publisher"],
|
|
291
|
+
targetType: item["targetType"],
|
|
292
|
+
description: item["description"],
|
|
293
|
+
parametersSchema: item["parametersSchema"],
|
|
294
|
+
urn: item["urn"],
|
|
295
|
+
provisioningState: item["provisioningState"]
|
|
296
|
+
};
|
|
297
|
+
}
|
|
298
|
+
var KnownProvisioningState = /* @__PURE__ */ ((KnownProvisioningState2) => {
|
|
299
|
+
KnownProvisioningState2["Succeeded"] = "Succeeded";
|
|
300
|
+
KnownProvisioningState2["Failed"] = "Failed";
|
|
301
|
+
KnownProvisioningState2["Canceled"] = "Canceled";
|
|
302
|
+
KnownProvisioningState2["Creating"] = "Creating";
|
|
303
|
+
KnownProvisioningState2["Updating"] = "Updating";
|
|
304
|
+
KnownProvisioningState2["Deleting"] = "Deleting";
|
|
305
|
+
KnownProvisioningState2["Running"] = "Running";
|
|
306
|
+
return KnownProvisioningState2;
|
|
307
|
+
})(KnownProvisioningState || {});
|
|
308
|
+
function proxyResourceSerializer(_item) {
|
|
309
|
+
return {};
|
|
310
|
+
}
|
|
311
|
+
function proxyResourceDeserializer(item) {
|
|
312
|
+
return {
|
|
313
|
+
id: item["id"],
|
|
314
|
+
name: item["name"],
|
|
315
|
+
type: item["type"],
|
|
316
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"])
|
|
317
|
+
};
|
|
318
|
+
}
|
|
319
|
+
function resourceSerializer(_item) {
|
|
320
|
+
return {};
|
|
321
|
+
}
|
|
322
|
+
function resourceDeserializer(item) {
|
|
323
|
+
return {
|
|
324
|
+
id: item["id"],
|
|
325
|
+
name: item["name"],
|
|
326
|
+
type: item["type"],
|
|
327
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"])
|
|
328
|
+
};
|
|
329
|
+
}
|
|
330
|
+
function systemDataDeserializer(item) {
|
|
331
|
+
return {
|
|
332
|
+
createdBy: item["createdBy"],
|
|
333
|
+
createdByType: item["createdByType"],
|
|
334
|
+
createdAt: !item["createdAt"] ? item["createdAt"] : new Date(item["createdAt"]),
|
|
335
|
+
lastModifiedBy: item["lastModifiedBy"],
|
|
336
|
+
lastModifiedByType: item["lastModifiedByType"],
|
|
337
|
+
lastModifiedAt: !item["lastModifiedAt"] ? item["lastModifiedAt"] : new Date(item["lastModifiedAt"])
|
|
338
|
+
};
|
|
339
|
+
}
|
|
340
|
+
var KnownCreatedByType = /* @__PURE__ */ ((KnownCreatedByType2) => {
|
|
341
|
+
KnownCreatedByType2["User"] = "User";
|
|
342
|
+
KnownCreatedByType2["Application"] = "Application";
|
|
343
|
+
KnownCreatedByType2["ManagedIdentity"] = "ManagedIdentity";
|
|
344
|
+
KnownCreatedByType2["Key"] = "Key";
|
|
345
|
+
return KnownCreatedByType2;
|
|
346
|
+
})(KnownCreatedByType || {});
|
|
347
|
+
function errorResponseDeserializer(item) {
|
|
348
|
+
return {
|
|
349
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"])
|
|
350
|
+
};
|
|
351
|
+
}
|
|
352
|
+
function errorDetailDeserializer(item) {
|
|
353
|
+
return {
|
|
354
|
+
code: item["code"],
|
|
355
|
+
message: item["message"],
|
|
356
|
+
target: item["target"],
|
|
357
|
+
details: !item["details"] ? item["details"] : errorDetailArrayDeserializer(item["details"]),
|
|
358
|
+
additionalInfo: !item["additionalInfo"] ? item["additionalInfo"] : errorAdditionalInfoArrayDeserializer(item["additionalInfo"])
|
|
359
|
+
};
|
|
360
|
+
}
|
|
361
|
+
function errorDetailArrayDeserializer(result) {
|
|
362
|
+
return result.map((item) => {
|
|
363
|
+
return errorDetailDeserializer(item);
|
|
364
|
+
});
|
|
365
|
+
}
|
|
366
|
+
function errorAdditionalInfoArrayDeserializer(result) {
|
|
367
|
+
return result.map((item) => {
|
|
368
|
+
return errorAdditionalInfoDeserializer(item);
|
|
369
|
+
});
|
|
370
|
+
}
|
|
371
|
+
function errorAdditionalInfoDeserializer(item) {
|
|
372
|
+
return {
|
|
373
|
+
type: item["type"],
|
|
374
|
+
info: item["info"]
|
|
375
|
+
};
|
|
376
|
+
}
|
|
377
|
+
function _capabilityListResultDeserializer(item) {
|
|
378
|
+
return {
|
|
379
|
+
value: capabilityArrayDeserializer(item["value"]),
|
|
380
|
+
nextLink: item["nextLink"]
|
|
381
|
+
};
|
|
382
|
+
}
|
|
383
|
+
function capabilityArraySerializer(result) {
|
|
384
|
+
return result.map((item) => {
|
|
385
|
+
return capabilitySerializer(item);
|
|
386
|
+
});
|
|
387
|
+
}
|
|
388
|
+
function capabilityArrayDeserializer(result) {
|
|
389
|
+
return result.map((item) => {
|
|
390
|
+
return capabilityDeserializer(item);
|
|
391
|
+
});
|
|
392
|
+
}
|
|
393
|
+
function _operationListResultDeserializer(item) {
|
|
394
|
+
return {
|
|
395
|
+
value: operationArrayDeserializer(item["value"]),
|
|
396
|
+
nextLink: item["nextLink"]
|
|
397
|
+
};
|
|
398
|
+
}
|
|
399
|
+
function operationArrayDeserializer(result) {
|
|
400
|
+
return result.map((item) => {
|
|
401
|
+
return operationDeserializer(item);
|
|
402
|
+
});
|
|
403
|
+
}
|
|
404
|
+
function operationDeserializer(item) {
|
|
405
|
+
return {
|
|
406
|
+
name: item["name"],
|
|
407
|
+
isDataAction: item["isDataAction"],
|
|
408
|
+
display: !item["display"] ? item["display"] : operationDisplayDeserializer(item["display"]),
|
|
409
|
+
origin: item["origin"],
|
|
410
|
+
actionType: item["actionType"]
|
|
411
|
+
};
|
|
412
|
+
}
|
|
413
|
+
function operationDisplayDeserializer(item) {
|
|
414
|
+
return {
|
|
415
|
+
provider: item["provider"],
|
|
416
|
+
resource: item["resource"],
|
|
417
|
+
operation: item["operation"],
|
|
418
|
+
description: item["description"]
|
|
419
|
+
};
|
|
420
|
+
}
|
|
421
|
+
var KnownOrigin = /* @__PURE__ */ ((KnownOrigin2) => {
|
|
422
|
+
KnownOrigin2["User"] = "user";
|
|
423
|
+
KnownOrigin2["System"] = "system";
|
|
424
|
+
KnownOrigin2["UserSystem"] = "user,system";
|
|
425
|
+
return KnownOrigin2;
|
|
426
|
+
})(KnownOrigin || {});
|
|
427
|
+
var KnownActionType = /* @__PURE__ */ ((KnownActionType2) => {
|
|
428
|
+
KnownActionType2["Internal"] = "Internal";
|
|
429
|
+
return KnownActionType2;
|
|
430
|
+
})(KnownActionType || {});
|
|
431
|
+
function targetSerializer(item) {
|
|
432
|
+
return { properties: item["properties"], location: item["location"] };
|
|
433
|
+
}
|
|
434
|
+
function targetDeserializer(item) {
|
|
435
|
+
return {
|
|
436
|
+
id: item["id"],
|
|
437
|
+
name: item["name"],
|
|
438
|
+
type: item["type"],
|
|
439
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
440
|
+
properties: Object.fromEntries(
|
|
441
|
+
Object.entries(item["properties"]).map(([k, p]) => [k, p])
|
|
442
|
+
),
|
|
443
|
+
location: item["location"]
|
|
444
|
+
};
|
|
445
|
+
}
|
|
446
|
+
function _targetListResultDeserializer(item) {
|
|
447
|
+
return {
|
|
448
|
+
value: targetArrayDeserializer(item["value"]),
|
|
449
|
+
nextLink: item["nextLink"]
|
|
450
|
+
};
|
|
451
|
+
}
|
|
452
|
+
function targetArraySerializer(result) {
|
|
453
|
+
return result.map((item) => {
|
|
454
|
+
return targetSerializer(item);
|
|
455
|
+
});
|
|
456
|
+
}
|
|
457
|
+
function targetArrayDeserializer(result) {
|
|
458
|
+
return result.map((item) => {
|
|
459
|
+
return targetDeserializer(item);
|
|
460
|
+
});
|
|
461
|
+
}
|
|
462
|
+
function capabilityTypeDeserializer(item) {
|
|
463
|
+
return {
|
|
464
|
+
id: item["id"],
|
|
465
|
+
name: item["name"],
|
|
466
|
+
type: item["type"],
|
|
467
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
468
|
+
properties: !item["properties"] ? item["properties"] : capabilityTypePropertiesDeserializer(item["properties"])
|
|
469
|
+
};
|
|
470
|
+
}
|
|
471
|
+
function capabilityTypePropertiesDeserializer(item) {
|
|
472
|
+
return {
|
|
473
|
+
publisher: item["publisher"],
|
|
474
|
+
targetType: item["targetType"],
|
|
475
|
+
displayName: item["displayName"],
|
|
476
|
+
description: item["description"],
|
|
477
|
+
parametersSchema: item["parametersSchema"],
|
|
478
|
+
urn: item["urn"],
|
|
479
|
+
kind: item["kind"],
|
|
480
|
+
azureRbacActions: !item["azureRbacActions"] ? item["azureRbacActions"] : item["azureRbacActions"].map((p) => {
|
|
481
|
+
return p;
|
|
482
|
+
}),
|
|
483
|
+
azureRbacDataActions: !item["azureRbacDataActions"] ? item["azureRbacDataActions"] : item["azureRbacDataActions"].map((p) => {
|
|
484
|
+
return p;
|
|
485
|
+
}),
|
|
486
|
+
requiredAzureRoleDefinitionIds: !item["requiredAzureRoleDefinitionIds"] ? item["requiredAzureRoleDefinitionIds"] : item["requiredAzureRoleDefinitionIds"].map((p) => {
|
|
487
|
+
return p;
|
|
488
|
+
}),
|
|
489
|
+
runtimeProperties: !item["runtimeProperties"] ? item["runtimeProperties"] : capabilityTypePropertiesRuntimePropertiesDeserializer(item["runtimeProperties"])
|
|
490
|
+
};
|
|
491
|
+
}
|
|
492
|
+
function capabilityTypePropertiesRuntimePropertiesDeserializer(item) {
|
|
493
|
+
return {
|
|
494
|
+
kind: item["kind"]
|
|
495
|
+
};
|
|
496
|
+
}
|
|
497
|
+
function _capabilityTypeListResultDeserializer(item) {
|
|
498
|
+
return {
|
|
499
|
+
value: capabilityTypeArrayDeserializer(item["value"]),
|
|
500
|
+
nextLink: item["nextLink"]
|
|
501
|
+
};
|
|
502
|
+
}
|
|
503
|
+
function capabilityTypeArrayDeserializer(result) {
|
|
504
|
+
return result.map((item) => {
|
|
505
|
+
return capabilityTypeDeserializer(item);
|
|
506
|
+
});
|
|
507
|
+
}
|
|
120
508
|
function experimentSerializer(item) {
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
properties: experimentPropertiesSerializer(item["properties"]),
|
|
128
|
-
};
|
|
509
|
+
return {
|
|
510
|
+
tags: item["tags"],
|
|
511
|
+
location: item["location"],
|
|
512
|
+
identity: !item["identity"] ? item["identity"] : managedServiceIdentitySerializer(item["identity"]),
|
|
513
|
+
properties: experimentPropertiesSerializer(item["properties"])
|
|
514
|
+
};
|
|
129
515
|
}
|
|
130
516
|
function experimentDeserializer(item) {
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
? item["identity"]
|
|
142
|
-
: managedServiceIdentityDeserializer(item["identity"]),
|
|
143
|
-
properties: experimentPropertiesDeserializer(item["properties"]),
|
|
144
|
-
};
|
|
517
|
+
return {
|
|
518
|
+
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
519
|
+
location: item["location"],
|
|
520
|
+
id: item["id"],
|
|
521
|
+
name: item["name"],
|
|
522
|
+
type: item["type"],
|
|
523
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
524
|
+
identity: !item["identity"] ? item["identity"] : managedServiceIdentityDeserializer(item["identity"]),
|
|
525
|
+
properties: experimentPropertiesDeserializer(item["properties"])
|
|
526
|
+
};
|
|
145
527
|
}
|
|
146
528
|
function managedServiceIdentitySerializer(item) {
|
|
147
|
-
|
|
148
|
-
type: item["type"],
|
|
149
|
-
userAssignedIdentities: item["userAssignedIdentities"],
|
|
150
|
-
};
|
|
529
|
+
return { type: item["type"], userAssignedIdentities: item["userAssignedIdentities"] };
|
|
151
530
|
}
|
|
152
531
|
function managedServiceIdentityDeserializer(item) {
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
})(KnownManagedServiceIdentityType ||
|
|
172
|
-
function userAssignedIdentitySerializer(
|
|
173
|
-
|
|
532
|
+
return {
|
|
533
|
+
principalId: item["principalId"],
|
|
534
|
+
tenantId: item["tenantId"],
|
|
535
|
+
type: item["type"],
|
|
536
|
+
userAssignedIdentities: !item["userAssignedIdentities"] ? item["userAssignedIdentities"] : Object.fromEntries(
|
|
537
|
+
Object.entries(item["userAssignedIdentities"]).map(([k, p]) => [
|
|
538
|
+
k,
|
|
539
|
+
!p ? p : userAssignedIdentityDeserializer(p)
|
|
540
|
+
])
|
|
541
|
+
)
|
|
542
|
+
};
|
|
543
|
+
}
|
|
544
|
+
var KnownManagedServiceIdentityType = /* @__PURE__ */ ((KnownManagedServiceIdentityType2) => {
|
|
545
|
+
KnownManagedServiceIdentityType2["None"] = "None";
|
|
546
|
+
KnownManagedServiceIdentityType2["SystemAssigned"] = "SystemAssigned";
|
|
547
|
+
KnownManagedServiceIdentityType2["UserAssigned"] = "UserAssigned";
|
|
548
|
+
KnownManagedServiceIdentityType2["SystemAssignedUserAssigned"] = "SystemAssigned,UserAssigned";
|
|
549
|
+
return KnownManagedServiceIdentityType2;
|
|
550
|
+
})(KnownManagedServiceIdentityType || {});
|
|
551
|
+
function userAssignedIdentitySerializer(_item) {
|
|
552
|
+
return {};
|
|
174
553
|
}
|
|
175
554
|
function userAssignedIdentityDeserializer(item) {
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
555
|
+
return {
|
|
556
|
+
principalId: item["principalId"],
|
|
557
|
+
clientId: item["clientId"]
|
|
558
|
+
};
|
|
180
559
|
}
|
|
181
560
|
function experimentPropertiesSerializer(item) {
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
561
|
+
return {
|
|
562
|
+
steps: chaosExperimentStepArraySerializer(item["steps"]),
|
|
563
|
+
selectors: chaosTargetSelectorUnionArraySerializer(item["selectors"]),
|
|
564
|
+
customerDataStorage: !item["customerDataStorage"] ? item["customerDataStorage"] : customerDataStoragePropertiesSerializer(item["customerDataStorage"])
|
|
565
|
+
};
|
|
186
566
|
}
|
|
187
567
|
function experimentPropertiesDeserializer(item) {
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
var KnownProvisioningState;
|
|
196
|
-
(function (KnownProvisioningState) {
|
|
197
|
-
/** Resource has been created. */
|
|
198
|
-
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
199
|
-
/** Resource creation failed. */
|
|
200
|
-
KnownProvisioningState["Failed"] = "Failed";
|
|
201
|
-
/** Resource creation was canceled. */
|
|
202
|
-
KnownProvisioningState["Canceled"] = "Canceled";
|
|
203
|
-
/** Initial creation in progress. */
|
|
204
|
-
KnownProvisioningState["Creating"] = "Creating";
|
|
205
|
-
/** Update in progress. */
|
|
206
|
-
KnownProvisioningState["Updating"] = "Updating";
|
|
207
|
-
/** Deletion in progress. */
|
|
208
|
-
KnownProvisioningState["Deleting"] = "Deleting";
|
|
209
|
-
})(KnownProvisioningState || (exports.KnownProvisioningState = KnownProvisioningState = {}));
|
|
568
|
+
return {
|
|
569
|
+
provisioningState: item["provisioningState"],
|
|
570
|
+
steps: chaosExperimentStepArrayDeserializer(item["steps"]),
|
|
571
|
+
selectors: chaosTargetSelectorUnionArrayDeserializer(item["selectors"]),
|
|
572
|
+
customerDataStorage: !item["customerDataStorage"] ? item["customerDataStorage"] : customerDataStoragePropertiesDeserializer(item["customerDataStorage"])
|
|
573
|
+
};
|
|
574
|
+
}
|
|
210
575
|
function chaosExperimentStepArraySerializer(result) {
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
576
|
+
return result.map((item) => {
|
|
577
|
+
return chaosExperimentStepSerializer(item);
|
|
578
|
+
});
|
|
214
579
|
}
|
|
215
580
|
function chaosExperimentStepArrayDeserializer(result) {
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
581
|
+
return result.map((item) => {
|
|
582
|
+
return chaosExperimentStepDeserializer(item);
|
|
583
|
+
});
|
|
219
584
|
}
|
|
220
585
|
function chaosExperimentStepSerializer(item) {
|
|
221
|
-
|
|
222
|
-
name: item["name"],
|
|
223
|
-
branches: chaosExperimentBranchArraySerializer(item["branches"]),
|
|
224
|
-
};
|
|
586
|
+
return { name: item["name"], branches: chaosExperimentBranchArraySerializer(item["branches"]) };
|
|
225
587
|
}
|
|
226
588
|
function chaosExperimentStepDeserializer(item) {
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
589
|
+
return {
|
|
590
|
+
name: item["name"],
|
|
591
|
+
branches: chaosExperimentBranchArrayDeserializer(item["branches"])
|
|
592
|
+
};
|
|
231
593
|
}
|
|
232
594
|
function chaosExperimentBranchArraySerializer(result) {
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
595
|
+
return result.map((item) => {
|
|
596
|
+
return chaosExperimentBranchSerializer(item);
|
|
597
|
+
});
|
|
236
598
|
}
|
|
237
599
|
function chaosExperimentBranchArrayDeserializer(result) {
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
600
|
+
return result.map((item) => {
|
|
601
|
+
return chaosExperimentBranchDeserializer(item);
|
|
602
|
+
});
|
|
241
603
|
}
|
|
242
604
|
function chaosExperimentBranchSerializer(item) {
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
605
|
+
return {
|
|
606
|
+
name: item["name"],
|
|
607
|
+
actions: chaosExperimentActionUnionArraySerializer(item["actions"])
|
|
608
|
+
};
|
|
247
609
|
}
|
|
248
610
|
function chaosExperimentBranchDeserializer(item) {
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
611
|
+
return {
|
|
612
|
+
name: item["name"],
|
|
613
|
+
actions: chaosExperimentActionUnionArrayDeserializer(item["actions"])
|
|
614
|
+
};
|
|
253
615
|
}
|
|
254
616
|
function chaosExperimentActionUnionArraySerializer(result) {
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
617
|
+
return result.map((item) => {
|
|
618
|
+
return chaosExperimentActionUnionSerializer(item);
|
|
619
|
+
});
|
|
258
620
|
}
|
|
259
621
|
function chaosExperimentActionUnionArrayDeserializer(result) {
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
622
|
+
return result.map((item) => {
|
|
623
|
+
return chaosExperimentActionUnionDeserializer(item);
|
|
624
|
+
});
|
|
263
625
|
}
|
|
264
626
|
function chaosExperimentActionSerializer(item) {
|
|
265
|
-
|
|
627
|
+
return { name: item["name"], type: item["type"] };
|
|
266
628
|
}
|
|
267
629
|
function chaosExperimentActionDeserializer(item) {
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
630
|
+
return {
|
|
631
|
+
name: item["name"],
|
|
632
|
+
type: item["type"]
|
|
633
|
+
};
|
|
272
634
|
}
|
|
273
635
|
function chaosExperimentActionUnionSerializer(item) {
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
636
|
+
switch (item.type) {
|
|
637
|
+
case "continuous":
|
|
638
|
+
return continuousActionSerializer(item);
|
|
639
|
+
case "delay":
|
|
640
|
+
return delayActionSerializer(item);
|
|
641
|
+
case "discrete":
|
|
642
|
+
return discreteActionSerializer(item);
|
|
643
|
+
default:
|
|
644
|
+
return chaosExperimentActionSerializer(item);
|
|
645
|
+
}
|
|
284
646
|
}
|
|
285
647
|
function chaosExperimentActionUnionDeserializer(item) {
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
})(KnownExperimentActionType || (exports.KnownExperimentActionType = KnownExperimentActionType = {}));
|
|
648
|
+
switch (item["type"]) {
|
|
649
|
+
case "continuous":
|
|
650
|
+
return continuousActionDeserializer(item);
|
|
651
|
+
case "delay":
|
|
652
|
+
return delayActionDeserializer(item);
|
|
653
|
+
case "discrete":
|
|
654
|
+
return discreteActionDeserializer(item);
|
|
655
|
+
default:
|
|
656
|
+
return chaosExperimentActionDeserializer(item);
|
|
657
|
+
}
|
|
658
|
+
}
|
|
659
|
+
var KnownExperimentActionType = /* @__PURE__ */ ((KnownExperimentActionType2) => {
|
|
660
|
+
KnownExperimentActionType2["Delay"] = "delay";
|
|
661
|
+
KnownExperimentActionType2["Discrete"] = "discrete";
|
|
662
|
+
KnownExperimentActionType2["Continuous"] = "continuous";
|
|
663
|
+
return KnownExperimentActionType2;
|
|
664
|
+
})(KnownExperimentActionType || {});
|
|
304
665
|
function continuousActionSerializer(item) {
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
666
|
+
return {
|
|
667
|
+
name: item["name"],
|
|
668
|
+
type: item["type"],
|
|
669
|
+
duration: item["duration"],
|
|
670
|
+
parameters: keyValuePairArraySerializer(item["parameters"]),
|
|
671
|
+
selectorId: item["selectorId"]
|
|
672
|
+
};
|
|
312
673
|
}
|
|
313
674
|
function continuousActionDeserializer(item) {
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
675
|
+
return {
|
|
676
|
+
name: item["name"],
|
|
677
|
+
type: item["type"],
|
|
678
|
+
duration: item["duration"],
|
|
679
|
+
parameters: keyValuePairArrayDeserializer(item["parameters"]),
|
|
680
|
+
selectorId: item["selectorId"]
|
|
681
|
+
};
|
|
321
682
|
}
|
|
322
683
|
function keyValuePairArraySerializer(result) {
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
684
|
+
return result.map((item) => {
|
|
685
|
+
return keyValuePairSerializer(item);
|
|
686
|
+
});
|
|
326
687
|
}
|
|
327
688
|
function keyValuePairArrayDeserializer(result) {
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
689
|
+
return result.map((item) => {
|
|
690
|
+
return keyValuePairDeserializer(item);
|
|
691
|
+
});
|
|
331
692
|
}
|
|
332
693
|
function keyValuePairSerializer(item) {
|
|
333
|
-
|
|
694
|
+
return { key: item["key"], value: item["value"] };
|
|
334
695
|
}
|
|
335
696
|
function keyValuePairDeserializer(item) {
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
697
|
+
return {
|
|
698
|
+
key: item["key"],
|
|
699
|
+
value: item["value"]
|
|
700
|
+
};
|
|
340
701
|
}
|
|
341
702
|
function delayActionSerializer(item) {
|
|
342
|
-
|
|
703
|
+
return { name: item["name"], type: item["type"], duration: item["duration"] };
|
|
343
704
|
}
|
|
344
705
|
function delayActionDeserializer(item) {
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
706
|
+
return {
|
|
707
|
+
name: item["name"],
|
|
708
|
+
type: item["type"],
|
|
709
|
+
duration: item["duration"]
|
|
710
|
+
};
|
|
350
711
|
}
|
|
351
712
|
function discreteActionSerializer(item) {
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
713
|
+
return {
|
|
714
|
+
name: item["name"],
|
|
715
|
+
type: item["type"],
|
|
716
|
+
parameters: keyValuePairArraySerializer(item["parameters"]),
|
|
717
|
+
selectorId: item["selectorId"]
|
|
718
|
+
};
|
|
358
719
|
}
|
|
359
720
|
function discreteActionDeserializer(item) {
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
721
|
+
return {
|
|
722
|
+
name: item["name"],
|
|
723
|
+
type: item["type"],
|
|
724
|
+
parameters: keyValuePairArrayDeserializer(item["parameters"]),
|
|
725
|
+
selectorId: item["selectorId"]
|
|
726
|
+
};
|
|
366
727
|
}
|
|
367
728
|
function chaosTargetSelectorUnionArraySerializer(result) {
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
729
|
+
return result.map((item) => {
|
|
730
|
+
return chaosTargetSelectorUnionSerializer(item);
|
|
731
|
+
});
|
|
371
732
|
}
|
|
372
733
|
function chaosTargetSelectorUnionArrayDeserializer(result) {
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
734
|
+
return result.map((item) => {
|
|
735
|
+
return chaosTargetSelectorUnionDeserializer(item);
|
|
736
|
+
});
|
|
376
737
|
}
|
|
377
738
|
function chaosTargetSelectorSerializer(item) {
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
739
|
+
return {
|
|
740
|
+
id: item["id"],
|
|
741
|
+
type: item["type"],
|
|
742
|
+
filter: !item["filter"] ? item["filter"] : chaosTargetFilterUnionSerializer(item["filter"])
|
|
743
|
+
};
|
|
383
744
|
}
|
|
384
745
|
function chaosTargetSelectorDeserializer(item) {
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
746
|
+
return {
|
|
747
|
+
id: item["id"],
|
|
748
|
+
type: item["type"],
|
|
749
|
+
filter: !item["filter"] ? item["filter"] : chaosTargetFilterUnionDeserializer(item["filter"])
|
|
750
|
+
};
|
|
390
751
|
}
|
|
391
752
|
function chaosTargetSelectorUnionSerializer(item) {
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
753
|
+
switch (item.type) {
|
|
754
|
+
case "List":
|
|
755
|
+
return chaosTargetListSelectorSerializer(item);
|
|
756
|
+
case "Query":
|
|
757
|
+
return chaosTargetQuerySelectorSerializer(item);
|
|
758
|
+
default:
|
|
759
|
+
return chaosTargetSelectorSerializer(item);
|
|
760
|
+
}
|
|
400
761
|
}
|
|
401
762
|
function chaosTargetSelectorUnionDeserializer(item) {
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
/** Query selector type. */
|
|
417
|
-
KnownSelectorType["Query"] = "Query";
|
|
418
|
-
})(KnownSelectorType || (exports.KnownSelectorType = KnownSelectorType = {}));
|
|
763
|
+
switch (item["type"]) {
|
|
764
|
+
case "List":
|
|
765
|
+
return chaosTargetListSelectorDeserializer(item);
|
|
766
|
+
case "Query":
|
|
767
|
+
return chaosTargetQuerySelectorDeserializer(item);
|
|
768
|
+
default:
|
|
769
|
+
return chaosTargetSelectorDeserializer(item);
|
|
770
|
+
}
|
|
771
|
+
}
|
|
772
|
+
var KnownSelectorType = /* @__PURE__ */ ((KnownSelectorType2) => {
|
|
773
|
+
KnownSelectorType2["List"] = "List";
|
|
774
|
+
KnownSelectorType2["Query"] = "Query";
|
|
775
|
+
return KnownSelectorType2;
|
|
776
|
+
})(KnownSelectorType || {});
|
|
419
777
|
function chaosTargetFilterSerializer(item) {
|
|
420
|
-
|
|
778
|
+
return { type: item["type"] };
|
|
421
779
|
}
|
|
422
780
|
function chaosTargetFilterDeserializer(item) {
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
781
|
+
return {
|
|
782
|
+
type: item["type"]
|
|
783
|
+
};
|
|
426
784
|
}
|
|
427
785
|
function chaosTargetFilterUnionSerializer(item) {
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
786
|
+
switch (item.type) {
|
|
787
|
+
case "Simple":
|
|
788
|
+
return chaosTargetSimpleFilterSerializer(item);
|
|
789
|
+
default:
|
|
790
|
+
return chaosTargetFilterSerializer(item);
|
|
791
|
+
}
|
|
434
792
|
}
|
|
435
793
|
function chaosTargetFilterUnionDeserializer(item) {
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
KnownFilterType["Simple"] = "Simple";
|
|
448
|
-
})(KnownFilterType || (exports.KnownFilterType = KnownFilterType = {}));
|
|
794
|
+
switch (item["type"]) {
|
|
795
|
+
case "Simple":
|
|
796
|
+
return chaosTargetSimpleFilterDeserializer(item);
|
|
797
|
+
default:
|
|
798
|
+
return chaosTargetFilterDeserializer(item);
|
|
799
|
+
}
|
|
800
|
+
}
|
|
801
|
+
var KnownFilterType = /* @__PURE__ */ ((KnownFilterType2) => {
|
|
802
|
+
KnownFilterType2["Simple"] = "Simple";
|
|
803
|
+
return KnownFilterType2;
|
|
804
|
+
})(KnownFilterType || {});
|
|
449
805
|
function chaosTargetSimpleFilterSerializer(item) {
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
: chaosTargetSimpleFilterParametersSerializer(item["parameters"]),
|
|
455
|
-
};
|
|
806
|
+
return {
|
|
807
|
+
type: item["type"],
|
|
808
|
+
parameters: !item["parameters"] ? item["parameters"] : chaosTargetSimpleFilterParametersSerializer(item["parameters"])
|
|
809
|
+
};
|
|
456
810
|
}
|
|
457
811
|
function chaosTargetSimpleFilterDeserializer(item) {
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
: chaosTargetSimpleFilterParametersDeserializer(item["parameters"]),
|
|
463
|
-
};
|
|
812
|
+
return {
|
|
813
|
+
type: item["type"],
|
|
814
|
+
parameters: !item["parameters"] ? item["parameters"] : chaosTargetSimpleFilterParametersDeserializer(item["parameters"])
|
|
815
|
+
};
|
|
464
816
|
}
|
|
465
817
|
function chaosTargetSimpleFilterParametersSerializer(item) {
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
}),
|
|
472
|
-
};
|
|
818
|
+
return {
|
|
819
|
+
zones: !item["zones"] ? item["zones"] : item["zones"].map((p) => {
|
|
820
|
+
return p;
|
|
821
|
+
})
|
|
822
|
+
};
|
|
473
823
|
}
|
|
474
824
|
function chaosTargetSimpleFilterParametersDeserializer(item) {
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
}),
|
|
481
|
-
};
|
|
825
|
+
return {
|
|
826
|
+
zones: !item["zones"] ? item["zones"] : item["zones"].map((p) => {
|
|
827
|
+
return p;
|
|
828
|
+
})
|
|
829
|
+
};
|
|
482
830
|
}
|
|
483
831
|
function chaosTargetListSelectorSerializer(item) {
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
832
|
+
return {
|
|
833
|
+
id: item["id"],
|
|
834
|
+
type: item["type"],
|
|
835
|
+
filter: !item["filter"] ? item["filter"] : chaosTargetFilterUnionSerializer(item["filter"]),
|
|
836
|
+
targets: targetReferenceArraySerializer(item["targets"])
|
|
837
|
+
};
|
|
490
838
|
}
|
|
491
839
|
function chaosTargetListSelectorDeserializer(item) {
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
840
|
+
return {
|
|
841
|
+
id: item["id"],
|
|
842
|
+
type: item["type"],
|
|
843
|
+
filter: !item["filter"] ? item["filter"] : chaosTargetFilterUnionDeserializer(item["filter"]),
|
|
844
|
+
targets: targetReferenceArrayDeserializer(item["targets"])
|
|
845
|
+
};
|
|
498
846
|
}
|
|
499
847
|
function targetReferenceArraySerializer(result) {
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
848
|
+
return result.map((item) => {
|
|
849
|
+
return targetReferenceSerializer(item);
|
|
850
|
+
});
|
|
503
851
|
}
|
|
504
852
|
function targetReferenceArrayDeserializer(result) {
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
853
|
+
return result.map((item) => {
|
|
854
|
+
return targetReferenceDeserializer(item);
|
|
855
|
+
});
|
|
508
856
|
}
|
|
509
857
|
function targetReferenceSerializer(item) {
|
|
510
|
-
|
|
858
|
+
return { type: item["type"], id: item["id"] };
|
|
511
859
|
}
|
|
512
860
|
function targetReferenceDeserializer(item) {
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
KnownTargetReferenceType["ChaosTarget"] = "ChaosTarget";
|
|
523
|
-
})(KnownTargetReferenceType || (exports.KnownTargetReferenceType = KnownTargetReferenceType = {}));
|
|
861
|
+
return {
|
|
862
|
+
type: item["type"],
|
|
863
|
+
id: item["id"]
|
|
864
|
+
};
|
|
865
|
+
}
|
|
866
|
+
var KnownTargetReferenceType = /* @__PURE__ */ ((KnownTargetReferenceType2) => {
|
|
867
|
+
KnownTargetReferenceType2["ChaosTarget"] = "ChaosTarget";
|
|
868
|
+
return KnownTargetReferenceType2;
|
|
869
|
+
})(KnownTargetReferenceType || {});
|
|
524
870
|
function chaosTargetQuerySelectorSerializer(item) {
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
871
|
+
return {
|
|
872
|
+
id: item["id"],
|
|
873
|
+
type: item["type"],
|
|
874
|
+
filter: !item["filter"] ? item["filter"] : chaosTargetFilterUnionSerializer(item["filter"]),
|
|
875
|
+
queryString: item["queryString"],
|
|
876
|
+
subscriptionIds: item["subscriptionIds"].map((p) => {
|
|
877
|
+
return p;
|
|
878
|
+
})
|
|
879
|
+
};
|
|
534
880
|
}
|
|
535
881
|
function chaosTargetQuerySelectorDeserializer(item) {
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
882
|
+
return {
|
|
883
|
+
id: item["id"],
|
|
884
|
+
type: item["type"],
|
|
885
|
+
filter: !item["filter"] ? item["filter"] : chaosTargetFilterUnionDeserializer(item["filter"]),
|
|
886
|
+
queryString: item["queryString"],
|
|
887
|
+
subscriptionIds: item["subscriptionIds"].map((p) => {
|
|
888
|
+
return p;
|
|
889
|
+
})
|
|
890
|
+
};
|
|
891
|
+
}
|
|
892
|
+
function customerDataStoragePropertiesSerializer(item) {
|
|
893
|
+
return {
|
|
894
|
+
storageAccountResourceId: item["storageAccountResourceId"],
|
|
895
|
+
blobContainerName: item["blobContainerName"]
|
|
896
|
+
};
|
|
897
|
+
}
|
|
898
|
+
function customerDataStoragePropertiesDeserializer(item) {
|
|
899
|
+
return {
|
|
900
|
+
storageAccountResourceId: item["storageAccountResourceId"],
|
|
901
|
+
blobContainerName: item["blobContainerName"]
|
|
902
|
+
};
|
|
545
903
|
}
|
|
546
904
|
function trackedResourceSerializer(item) {
|
|
547
|
-
|
|
905
|
+
return { tags: item["tags"], location: item["location"] };
|
|
548
906
|
}
|
|
549
907
|
function trackedResourceDeserializer(item) {
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
location: item["location"],
|
|
559
|
-
};
|
|
560
|
-
}
|
|
561
|
-
function resourceSerializer(item) {
|
|
562
|
-
return item;
|
|
563
|
-
}
|
|
564
|
-
function resourceDeserializer(item) {
|
|
565
|
-
return {
|
|
566
|
-
id: item["id"],
|
|
567
|
-
name: item["name"],
|
|
568
|
-
type: item["type"],
|
|
569
|
-
systemData: !item["systemData"]
|
|
570
|
-
? item["systemData"]
|
|
571
|
-
: systemDataDeserializer(item["systemData"]),
|
|
572
|
-
};
|
|
573
|
-
}
|
|
574
|
-
function systemDataDeserializer(item) {
|
|
575
|
-
return {
|
|
576
|
-
createdBy: item["createdBy"],
|
|
577
|
-
createdByType: item["createdByType"],
|
|
578
|
-
createdAt: !item["createdAt"] ? item["createdAt"] : new Date(item["createdAt"]),
|
|
579
|
-
lastModifiedBy: item["lastModifiedBy"],
|
|
580
|
-
lastModifiedByType: item["lastModifiedByType"],
|
|
581
|
-
lastModifiedAt: !item["lastModifiedAt"]
|
|
582
|
-
? item["lastModifiedAt"]
|
|
583
|
-
: new Date(item["lastModifiedAt"]),
|
|
584
|
-
};
|
|
585
|
-
}
|
|
586
|
-
/** The kind of entity that created the resource. */
|
|
587
|
-
var KnownCreatedByType;
|
|
588
|
-
(function (KnownCreatedByType) {
|
|
589
|
-
/** The entity was created by a user. */
|
|
590
|
-
KnownCreatedByType["User"] = "User";
|
|
591
|
-
/** The entity was created by an application. */
|
|
592
|
-
KnownCreatedByType["Application"] = "Application";
|
|
593
|
-
/** The entity was created by a managed identity. */
|
|
594
|
-
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
595
|
-
/** The entity was created by a key. */
|
|
596
|
-
KnownCreatedByType["Key"] = "Key";
|
|
597
|
-
})(KnownCreatedByType || (exports.KnownCreatedByType = KnownCreatedByType = {}));
|
|
598
|
-
function errorResponseDeserializer(item) {
|
|
599
|
-
return {
|
|
600
|
-
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
601
|
-
};
|
|
602
|
-
}
|
|
603
|
-
function errorDetailDeserializer(item) {
|
|
604
|
-
return {
|
|
605
|
-
code: item["code"],
|
|
606
|
-
message: item["message"],
|
|
607
|
-
target: item["target"],
|
|
608
|
-
details: !item["details"] ? item["details"] : errorDetailArrayDeserializer(item["details"]),
|
|
609
|
-
additionalInfo: !item["additionalInfo"]
|
|
610
|
-
? item["additionalInfo"]
|
|
611
|
-
: errorAdditionalInfoArrayDeserializer(item["additionalInfo"]),
|
|
612
|
-
};
|
|
613
|
-
}
|
|
614
|
-
function errorDetailArrayDeserializer(result) {
|
|
615
|
-
return result.map((item) => {
|
|
616
|
-
return errorDetailDeserializer(item);
|
|
617
|
-
});
|
|
618
|
-
}
|
|
619
|
-
function errorAdditionalInfoArrayDeserializer(result) {
|
|
620
|
-
return result.map((item) => {
|
|
621
|
-
return errorAdditionalInfoDeserializer(item);
|
|
622
|
-
});
|
|
623
|
-
}
|
|
624
|
-
function errorAdditionalInfoDeserializer(item) {
|
|
625
|
-
return {
|
|
626
|
-
type: item["type"],
|
|
627
|
-
info: !item["info"] ? item["info"] : _errorAdditionalInfoInfoDeserializer(item["info"]),
|
|
628
|
-
};
|
|
629
|
-
}
|
|
630
|
-
function _errorAdditionalInfoInfoDeserializer(item) {
|
|
631
|
-
return item;
|
|
908
|
+
return {
|
|
909
|
+
id: item["id"],
|
|
910
|
+
name: item["name"],
|
|
911
|
+
type: item["type"],
|
|
912
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
913
|
+
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
914
|
+
location: item["location"]
|
|
915
|
+
};
|
|
632
916
|
}
|
|
633
917
|
function experimentUpdateSerializer(item) {
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
: managedServiceIdentitySerializer(item["identity"]),
|
|
639
|
-
};
|
|
918
|
+
return {
|
|
919
|
+
tags: item["tags"],
|
|
920
|
+
identity: !item["identity"] ? item["identity"] : managedServiceIdentitySerializer(item["identity"])
|
|
921
|
+
};
|
|
640
922
|
}
|
|
641
923
|
function _experimentListResultDeserializer(item) {
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
924
|
+
return {
|
|
925
|
+
value: experimentArrayDeserializer(item["value"]),
|
|
926
|
+
nextLink: item["nextLink"]
|
|
927
|
+
};
|
|
646
928
|
}
|
|
647
929
|
function experimentArraySerializer(result) {
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
930
|
+
return result.map((item) => {
|
|
931
|
+
return experimentSerializer(item);
|
|
932
|
+
});
|
|
651
933
|
}
|
|
652
934
|
function experimentArrayDeserializer(result) {
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
935
|
+
return result.map((item) => {
|
|
936
|
+
return experimentDeserializer(item);
|
|
937
|
+
});
|
|
656
938
|
}
|
|
657
939
|
function experimentExecutionDeserializer(item) {
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
properties: !item["properties"]
|
|
666
|
-
? item["properties"]
|
|
667
|
-
: experimentExecutionPropertiesDeserializer(item["properties"]),
|
|
668
|
-
};
|
|
940
|
+
return {
|
|
941
|
+
id: item["id"],
|
|
942
|
+
name: item["name"],
|
|
943
|
+
type: item["type"],
|
|
944
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
945
|
+
properties: !item["properties"] ? item["properties"] : experimentExecutionPropertiesDeserializer(item["properties"])
|
|
946
|
+
};
|
|
669
947
|
}
|
|
670
948
|
function experimentExecutionPropertiesDeserializer(item) {
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
}
|
|
677
|
-
function proxyResourceSerializer(item) {
|
|
678
|
-
return item;
|
|
679
|
-
}
|
|
680
|
-
function proxyResourceDeserializer(item) {
|
|
681
|
-
return {
|
|
682
|
-
id: item["id"],
|
|
683
|
-
name: item["name"],
|
|
684
|
-
type: item["type"],
|
|
685
|
-
systemData: !item["systemData"]
|
|
686
|
-
? item["systemData"]
|
|
687
|
-
: systemDataDeserializer(item["systemData"]),
|
|
688
|
-
};
|
|
949
|
+
return {
|
|
950
|
+
status: item["status"],
|
|
951
|
+
startedAt: !item["startedAt"] ? item["startedAt"] : new Date(item["startedAt"]),
|
|
952
|
+
stoppedAt: !item["stoppedAt"] ? item["stoppedAt"] : new Date(item["stoppedAt"]),
|
|
953
|
+
provisioningState: item["provisioningState"]
|
|
954
|
+
};
|
|
689
955
|
}
|
|
690
956
|
function _experimentExecutionListResultDeserializer(item) {
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
957
|
+
return {
|
|
958
|
+
value: experimentExecutionArrayDeserializer(item["value"]),
|
|
959
|
+
nextLink: item["nextLink"]
|
|
960
|
+
};
|
|
695
961
|
}
|
|
696
962
|
function experimentExecutionArrayDeserializer(result) {
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
963
|
+
return result.map((item) => {
|
|
964
|
+
return experimentExecutionDeserializer(item);
|
|
965
|
+
});
|
|
700
966
|
}
|
|
701
967
|
function experimentExecutionDetailsDeserializer(item) {
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
: experimentExecutionDetailsPropertiesDeserializer(item["properties"]),
|
|
709
|
-
};
|
|
968
|
+
return {
|
|
969
|
+
type: item["type"],
|
|
970
|
+
id: item["id"],
|
|
971
|
+
name: item["name"],
|
|
972
|
+
properties: !item["properties"] ? item["properties"] : experimentExecutionDetailsPropertiesDeserializer(item["properties"])
|
|
973
|
+
};
|
|
710
974
|
}
|
|
711
975
|
function experimentExecutionDetailsPropertiesDeserializer(item) {
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
};
|
|
976
|
+
return {
|
|
977
|
+
status: item["status"],
|
|
978
|
+
startedAt: !item["startedAt"] ? item["startedAt"] : new Date(item["startedAt"]),
|
|
979
|
+
stoppedAt: !item["stoppedAt"] ? item["stoppedAt"] : new Date(item["stoppedAt"]),
|
|
980
|
+
provisioningState: item["provisioningState"],
|
|
981
|
+
failureReason: item["failureReason"],
|
|
982
|
+
lastActionAt: !item["lastActionAt"] ? item["lastActionAt"] : new Date(item["lastActionAt"]),
|
|
983
|
+
runInformation: !item["runInformation"] ? item["runInformation"] : experimentExecutionDetailsPropertiesRunInformationDeserializer(item["runInformation"])
|
|
984
|
+
};
|
|
722
985
|
}
|
|
723
986
|
function experimentExecutionDetailsPropertiesRunInformationDeserializer(item) {
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
987
|
+
return {
|
|
988
|
+
steps: !item["steps"] ? item["steps"] : stepStatusArrayDeserializer(item["steps"])
|
|
989
|
+
};
|
|
727
990
|
}
|
|
728
991
|
function stepStatusArrayDeserializer(result) {
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
992
|
+
return result.map((item) => {
|
|
993
|
+
return stepStatusDeserializer(item);
|
|
994
|
+
});
|
|
732
995
|
}
|
|
733
996
|
function stepStatusDeserializer(item) {
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
: branchStatusArrayDeserializer(item["branches"]),
|
|
741
|
-
};
|
|
997
|
+
return {
|
|
998
|
+
stepName: item["stepName"],
|
|
999
|
+
stepId: item["stepId"],
|
|
1000
|
+
status: item["status"],
|
|
1001
|
+
branches: !item["branches"] ? item["branches"] : branchStatusArrayDeserializer(item["branches"])
|
|
1002
|
+
};
|
|
742
1003
|
}
|
|
743
1004
|
function branchStatusArrayDeserializer(result) {
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
1005
|
+
return result.map((item) => {
|
|
1006
|
+
return branchStatusDeserializer(item);
|
|
1007
|
+
});
|
|
747
1008
|
}
|
|
748
1009
|
function branchStatusDeserializer(item) {
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
1010
|
+
return {
|
|
1011
|
+
branchName: item["branchName"],
|
|
1012
|
+
branchId: item["branchId"],
|
|
1013
|
+
status: item["status"],
|
|
1014
|
+
actions: !item["actions"] ? item["actions"] : actionStatusArrayDeserializer(item["actions"])
|
|
1015
|
+
};
|
|
755
1016
|
}
|
|
756
1017
|
function actionStatusArrayDeserializer(result) {
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
1018
|
+
return result.map((item) => {
|
|
1019
|
+
return actionStatusDeserializer(item);
|
|
1020
|
+
});
|
|
760
1021
|
}
|
|
761
1022
|
function actionStatusDeserializer(item) {
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
: experimentExecutionActionTargetDetailsPropertiesArrayDeserializer(item["targets"]),
|
|
771
|
-
};
|
|
1023
|
+
return {
|
|
1024
|
+
actionName: item["actionName"],
|
|
1025
|
+
actionId: item["actionId"],
|
|
1026
|
+
status: item["status"],
|
|
1027
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
1028
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
1029
|
+
targets: !item["targets"] ? item["targets"] : experimentExecutionActionTargetDetailsPropertiesArrayDeserializer(item["targets"])
|
|
1030
|
+
};
|
|
772
1031
|
}
|
|
773
1032
|
function experimentExecutionActionTargetDetailsPropertiesArrayDeserializer(result) {
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
1033
|
+
return result.map((item) => {
|
|
1034
|
+
return experimentExecutionActionTargetDetailsPropertiesDeserializer(item);
|
|
1035
|
+
});
|
|
777
1036
|
}
|
|
778
1037
|
function experimentExecutionActionTargetDetailsPropertiesDeserializer(item) {
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
? item["targetCompletedTime"]
|
|
787
|
-
: new Date(item["targetCompletedTime"]),
|
|
788
|
-
error: !item["error"]
|
|
789
|
-
? item["error"]
|
|
790
|
-
: experimentExecutionActionTargetDetailsErrorDeserializer(item["error"]),
|
|
791
|
-
};
|
|
1038
|
+
return {
|
|
1039
|
+
status: item["status"],
|
|
1040
|
+
target: item["target"],
|
|
1041
|
+
targetFailedTime: !item["targetFailedTime"] ? item["targetFailedTime"] : new Date(item["targetFailedTime"]),
|
|
1042
|
+
targetCompletedTime: !item["targetCompletedTime"] ? item["targetCompletedTime"] : new Date(item["targetCompletedTime"]),
|
|
1043
|
+
error: !item["error"] ? item["error"] : experimentExecutionActionTargetDetailsErrorDeserializer(item["error"])
|
|
1044
|
+
};
|
|
792
1045
|
}
|
|
793
1046
|
function experimentExecutionActionTargetDetailsErrorDeserializer(item) {
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
}
|
|
799
|
-
function
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
}
|
|
806
|
-
function
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
}
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
}
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
})
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
}
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
}
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
}
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
}
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
}
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
}
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
}
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
1047
|
+
return {
|
|
1048
|
+
code: item["code"],
|
|
1049
|
+
message: item["message"]
|
|
1050
|
+
};
|
|
1051
|
+
}
|
|
1052
|
+
function privateAccessSerializer(item) {
|
|
1053
|
+
return {
|
|
1054
|
+
tags: item["tags"],
|
|
1055
|
+
location: item["location"],
|
|
1056
|
+
properties: privateAccessPropertiesSerializer(item["properties"])
|
|
1057
|
+
};
|
|
1058
|
+
}
|
|
1059
|
+
function privateAccessDeserializer(item) {
|
|
1060
|
+
return {
|
|
1061
|
+
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
1062
|
+
location: item["location"],
|
|
1063
|
+
id: item["id"],
|
|
1064
|
+
name: item["name"],
|
|
1065
|
+
type: item["type"],
|
|
1066
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
1067
|
+
properties: privateAccessPropertiesDeserializer(item["properties"])
|
|
1068
|
+
};
|
|
1069
|
+
}
|
|
1070
|
+
function privateAccessPropertiesSerializer(item) {
|
|
1071
|
+
return { publicNetworkAccess: item["publicNetworkAccess"] };
|
|
1072
|
+
}
|
|
1073
|
+
function privateAccessPropertiesDeserializer(item) {
|
|
1074
|
+
return {
|
|
1075
|
+
provisioningState: item["provisioningState"],
|
|
1076
|
+
privateEndpointConnections: !item["privateEndpointConnections"] ? item["privateEndpointConnections"] : privateEndpointConnectionArrayDeserializer(item["privateEndpointConnections"]),
|
|
1077
|
+
publicNetworkAccess: item["publicNetworkAccess"]
|
|
1078
|
+
};
|
|
1079
|
+
}
|
|
1080
|
+
function privateEndpointConnectionArrayDeserializer(result) {
|
|
1081
|
+
return result.map((item) => {
|
|
1082
|
+
return privateEndpointConnectionDeserializer(item);
|
|
1083
|
+
});
|
|
1084
|
+
}
|
|
1085
|
+
function privateEndpointConnectionDeserializer(item) {
|
|
1086
|
+
return {
|
|
1087
|
+
id: item["id"],
|
|
1088
|
+
name: item["name"],
|
|
1089
|
+
type: item["type"],
|
|
1090
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
1091
|
+
properties: !item["properties"] ? item["properties"] : privateEndpointConnectionPropertiesDeserializer(item["properties"])
|
|
1092
|
+
};
|
|
1093
|
+
}
|
|
1094
|
+
function privateEndpointConnectionPropertiesDeserializer(item) {
|
|
1095
|
+
return {
|
|
1096
|
+
groupIds: !item["groupIds"] ? item["groupIds"] : item["groupIds"].map((p) => {
|
|
1097
|
+
return p;
|
|
1098
|
+
}),
|
|
1099
|
+
privateEndpoint: !item["privateEndpoint"] ? item["privateEndpoint"] : privateEndpointDeserializer(item["privateEndpoint"]),
|
|
1100
|
+
privateLinkServiceConnectionState: privateLinkServiceConnectionStateDeserializer(
|
|
1101
|
+
item["privateLinkServiceConnectionState"]
|
|
1102
|
+
),
|
|
1103
|
+
provisioningState: item["provisioningState"]
|
|
1104
|
+
};
|
|
1105
|
+
}
|
|
1106
|
+
function privateEndpointDeserializer(item) {
|
|
1107
|
+
return {
|
|
1108
|
+
id: item["id"]
|
|
1109
|
+
};
|
|
1110
|
+
}
|
|
1111
|
+
function privateLinkServiceConnectionStateDeserializer(item) {
|
|
1112
|
+
return {
|
|
1113
|
+
status: item["status"],
|
|
1114
|
+
description: item["description"],
|
|
1115
|
+
actionsRequired: item["actionsRequired"]
|
|
1116
|
+
};
|
|
1117
|
+
}
|
|
1118
|
+
var KnownPrivateEndpointServiceConnectionStatus = /* @__PURE__ */ ((KnownPrivateEndpointServiceConnectionStatus2) => {
|
|
1119
|
+
KnownPrivateEndpointServiceConnectionStatus2["Pending"] = "Pending";
|
|
1120
|
+
KnownPrivateEndpointServiceConnectionStatus2["Approved"] = "Approved";
|
|
1121
|
+
KnownPrivateEndpointServiceConnectionStatus2["Rejected"] = "Rejected";
|
|
1122
|
+
return KnownPrivateEndpointServiceConnectionStatus2;
|
|
1123
|
+
})(KnownPrivateEndpointServiceConnectionStatus || {});
|
|
1124
|
+
var KnownPublicNetworkAccessOption = /* @__PURE__ */ ((KnownPublicNetworkAccessOption2) => {
|
|
1125
|
+
KnownPublicNetworkAccessOption2["Enabled"] = "Enabled";
|
|
1126
|
+
KnownPublicNetworkAccessOption2["Disabled"] = "Disabled";
|
|
1127
|
+
return KnownPublicNetworkAccessOption2;
|
|
1128
|
+
})(KnownPublicNetworkAccessOption || {});
|
|
1129
|
+
function privateAccessPatchSerializer(item) {
|
|
1130
|
+
return { tags: item["tags"] };
|
|
1131
|
+
}
|
|
1132
|
+
function _privateAccessListResultDeserializer(item) {
|
|
1133
|
+
return {
|
|
1134
|
+
value: privateAccessArrayDeserializer(item["value"]),
|
|
1135
|
+
nextLink: item["nextLink"]
|
|
1136
|
+
};
|
|
1137
|
+
}
|
|
1138
|
+
function privateAccessArraySerializer(result) {
|
|
1139
|
+
return result.map((item) => {
|
|
1140
|
+
return privateAccessSerializer(item);
|
|
1141
|
+
});
|
|
1142
|
+
}
|
|
1143
|
+
function privateAccessArrayDeserializer(result) {
|
|
1144
|
+
return result.map((item) => {
|
|
1145
|
+
return privateAccessDeserializer(item);
|
|
1146
|
+
});
|
|
1147
|
+
}
|
|
1148
|
+
function privateLinkResourceListResultDeserializer(item) {
|
|
1149
|
+
return {
|
|
1150
|
+
value: privateLinkResourceArrayDeserializer(item["value"]),
|
|
1151
|
+
nextLink: item["nextLink"]
|
|
1152
|
+
};
|
|
1153
|
+
}
|
|
1154
|
+
function privateLinkResourceArrayDeserializer(result) {
|
|
1155
|
+
return result.map((item) => {
|
|
1156
|
+
return privateLinkResourceDeserializer(item);
|
|
1157
|
+
});
|
|
1158
|
+
}
|
|
1159
|
+
function privateLinkResourceDeserializer(item) {
|
|
1160
|
+
return {
|
|
1161
|
+
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
1162
|
+
location: item["location"],
|
|
1163
|
+
id: item["id"],
|
|
1164
|
+
name: item["name"],
|
|
1165
|
+
type: item["type"],
|
|
1166
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
1167
|
+
properties: privateLinkResourcePropertiesDeserializer(item["properties"])
|
|
1168
|
+
};
|
|
1169
|
+
}
|
|
1170
|
+
function privateLinkResourcePropertiesDeserializer(item) {
|
|
1171
|
+
return {
|
|
1172
|
+
groupId: item["groupId"],
|
|
1173
|
+
requiredMembers: !item["requiredMembers"] ? item["requiredMembers"] : item["requiredMembers"].map((p) => {
|
|
1174
|
+
return p;
|
|
1175
|
+
}),
|
|
1176
|
+
requiredZoneNames: !item["requiredZoneNames"] ? item["requiredZoneNames"] : item["requiredZoneNames"].map((p) => {
|
|
1177
|
+
return p;
|
|
1178
|
+
}),
|
|
1179
|
+
provisioningState: item["provisioningState"]
|
|
1180
|
+
};
|
|
1181
|
+
}
|
|
1182
|
+
function _privateEndpointConnectionListResultDeserializer(item) {
|
|
1183
|
+
return {
|
|
1184
|
+
value: privateEndpointConnectionArrayDeserializer(item["value"]),
|
|
1185
|
+
nextLink: item["nextLink"]
|
|
1186
|
+
};
|
|
1187
|
+
}
|
|
1188
|
+
function actionDeserializer(item) {
|
|
1189
|
+
return {
|
|
1190
|
+
id: item["id"],
|
|
1191
|
+
name: item["name"],
|
|
1192
|
+
type: item["type"],
|
|
1193
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
1194
|
+
properties: actionPropertiesDeserializer(item["properties"])
|
|
1195
|
+
};
|
|
1196
|
+
}
|
|
1197
|
+
function actionPropertiesDeserializer(item) {
|
|
1198
|
+
return {
|
|
1199
|
+
canonicalId: item["canonicalId"],
|
|
1200
|
+
displayName: item["displayName"],
|
|
1201
|
+
description: item["description"],
|
|
1202
|
+
actionName: item["actionName"],
|
|
1203
|
+
version: item["version"],
|
|
1204
|
+
actionType: item["actionType"],
|
|
1205
|
+
supportedTargetTypes: !item["supportedTargetTypes"] ? item["supportedTargetTypes"] : actionSupportedTargetTypeArrayDeserializer(item["supportedTargetTypes"]),
|
|
1206
|
+
parametersSchema: !item["parametersSchema"] ? item["parametersSchema"] : _actionPropertiesParametersSchemaDeserializer(item["parametersSchema"]),
|
|
1207
|
+
recommendedRoles: !item["recommendedRoles"] ? item["recommendedRoles"] : item["recommendedRoles"].map((p) => {
|
|
1208
|
+
return p;
|
|
1209
|
+
})
|
|
1210
|
+
};
|
|
1211
|
+
}
|
|
1212
|
+
var KnownActionKind = /* @__PURE__ */ ((KnownActionKind2) => {
|
|
1213
|
+
KnownActionKind2["Discrete"] = "Discrete";
|
|
1214
|
+
KnownActionKind2["Continuous"] = "Continuous";
|
|
1215
|
+
KnownActionKind2["Cancelable"] = "Cancelable";
|
|
1216
|
+
return KnownActionKind2;
|
|
1217
|
+
})(KnownActionKind || {});
|
|
1218
|
+
function actionSupportedTargetTypeArrayDeserializer(result) {
|
|
1219
|
+
return result.map((item) => {
|
|
1220
|
+
return actionSupportedTargetTypeDeserializer(item);
|
|
1221
|
+
});
|
|
1222
|
+
}
|
|
1223
|
+
function actionSupportedTargetTypeDeserializer(item) {
|
|
1224
|
+
return {
|
|
1225
|
+
targetType: item["targetType"],
|
|
1226
|
+
requiredPermissions: !item["requiredPermissions"] ? item["requiredPermissions"] : item["requiredPermissions"].map((p) => {
|
|
1227
|
+
return p;
|
|
1228
|
+
})
|
|
1229
|
+
};
|
|
1230
|
+
}
|
|
1231
|
+
function _actionPropertiesParametersSchemaDeserializer(item) {
|
|
1232
|
+
return item;
|
|
1233
|
+
}
|
|
1234
|
+
function _actionListResultDeserializer(item) {
|
|
1235
|
+
return {
|
|
1236
|
+
value: actionArrayDeserializer(item["value"]),
|
|
1237
|
+
nextLink: item["nextLink"]
|
|
1238
|
+
};
|
|
1239
|
+
}
|
|
1240
|
+
function actionArrayDeserializer(result) {
|
|
1241
|
+
return result.map((item) => {
|
|
1242
|
+
return actionDeserializer(item);
|
|
1243
|
+
});
|
|
1244
|
+
}
|
|
1245
|
+
function actionVersionDeserializer(item) {
|
|
1246
|
+
return {
|
|
1247
|
+
id: item["id"],
|
|
1248
|
+
name: item["name"],
|
|
1249
|
+
type: item["type"],
|
|
1250
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
1251
|
+
properties: actionPropertiesDeserializer(item["properties"])
|
|
1252
|
+
};
|
|
1253
|
+
}
|
|
1254
|
+
function _actionVersionListResultDeserializer(item) {
|
|
1255
|
+
return {
|
|
1256
|
+
value: actionVersionArrayDeserializer(item["value"]),
|
|
1257
|
+
nextLink: item["nextLink"]
|
|
1258
|
+
};
|
|
1259
|
+
}
|
|
1260
|
+
function actionVersionArrayDeserializer(result) {
|
|
1261
|
+
return result.map((item) => {
|
|
1262
|
+
return actionVersionDeserializer(item);
|
|
1263
|
+
});
|
|
999
1264
|
}
|
|
1000
1265
|
function targetTypeDeserializer(item) {
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
properties: targetTypePropertiesDeserializer(item["properties"]),
|
|
1009
|
-
};
|
|
1266
|
+
return {
|
|
1267
|
+
id: item["id"],
|
|
1268
|
+
name: item["name"],
|
|
1269
|
+
type: item["type"],
|
|
1270
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
1271
|
+
properties: targetTypePropertiesDeserializer(item["properties"])
|
|
1272
|
+
};
|
|
1010
1273
|
}
|
|
1011
1274
|
function targetTypePropertiesDeserializer(item) {
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
}),
|
|
1021
|
-
};
|
|
1275
|
+
return {
|
|
1276
|
+
displayName: item["displayName"],
|
|
1277
|
+
description: item["description"],
|
|
1278
|
+
propertiesSchema: item["propertiesSchema"],
|
|
1279
|
+
resourceTypes: !item["resourceTypes"] ? item["resourceTypes"] : item["resourceTypes"].map((p) => {
|
|
1280
|
+
return p;
|
|
1281
|
+
})
|
|
1282
|
+
};
|
|
1022
1283
|
}
|
|
1023
1284
|
function _targetTypeListResultDeserializer(item) {
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1285
|
+
return {
|
|
1286
|
+
value: targetTypeArrayDeserializer(item["value"]),
|
|
1287
|
+
nextLink: item["nextLink"]
|
|
1288
|
+
};
|
|
1028
1289
|
}
|
|
1029
1290
|
function targetTypeArrayDeserializer(result) {
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
}
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1291
|
+
return result.map((item) => {
|
|
1292
|
+
return targetTypeDeserializer(item);
|
|
1293
|
+
});
|
|
1294
|
+
}
|
|
1295
|
+
function operationStatusResultDeserializer(item) {
|
|
1296
|
+
return {
|
|
1297
|
+
id: item["id"],
|
|
1298
|
+
name: item["name"],
|
|
1299
|
+
status: item["status"],
|
|
1300
|
+
percentComplete: item["percentComplete"],
|
|
1301
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
1302
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
1303
|
+
operations: !item["operations"] ? item["operations"] : operationStatusResultArrayDeserializer(item["operations"]),
|
|
1304
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
1305
|
+
resourceId: item["resourceId"]
|
|
1306
|
+
};
|
|
1307
|
+
}
|
|
1308
|
+
function operationStatusResultArrayDeserializer(result) {
|
|
1309
|
+
return result.map((item) => {
|
|
1310
|
+
return operationStatusResultDeserializer(item);
|
|
1311
|
+
});
|
|
1312
|
+
}
|
|
1313
|
+
function workspaceSerializer(item) {
|
|
1314
|
+
return {
|
|
1315
|
+
tags: item["tags"],
|
|
1316
|
+
location: item["location"],
|
|
1317
|
+
identity: !item["identity"] ? item["identity"] : managedServiceIdentitySerializer(item["identity"]),
|
|
1318
|
+
properties: workspacePropertiesSerializer(item["properties"])
|
|
1319
|
+
};
|
|
1320
|
+
}
|
|
1321
|
+
function workspaceDeserializer(item) {
|
|
1322
|
+
return {
|
|
1323
|
+
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
1324
|
+
location: item["location"],
|
|
1325
|
+
id: item["id"],
|
|
1326
|
+
name: item["name"],
|
|
1327
|
+
type: item["type"],
|
|
1328
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
1329
|
+
identity: !item["identity"] ? item["identity"] : managedServiceIdentityDeserializer(item["identity"]),
|
|
1330
|
+
properties: workspacePropertiesDeserializer(item["properties"])
|
|
1331
|
+
};
|
|
1332
|
+
}
|
|
1333
|
+
function workspacePropertiesSerializer(item) {
|
|
1334
|
+
return {
|
|
1335
|
+
scopes: item["scopes"].map((p) => {
|
|
1336
|
+
return p;
|
|
1337
|
+
})
|
|
1338
|
+
};
|
|
1339
|
+
}
|
|
1340
|
+
function workspacePropertiesDeserializer(item) {
|
|
1341
|
+
return {
|
|
1342
|
+
provisioningState: item["provisioningState"],
|
|
1343
|
+
communicationEndpoint: item["communicationEndpoint"],
|
|
1344
|
+
scopes: item["scopes"].map((p) => {
|
|
1345
|
+
return p;
|
|
1346
|
+
})
|
|
1347
|
+
};
|
|
1348
|
+
}
|
|
1349
|
+
function workspaceUpdateSerializer(item) {
|
|
1350
|
+
return {
|
|
1351
|
+
tags: item["tags"],
|
|
1352
|
+
identity: !item["identity"] ? item["identity"] : managedServiceIdentitySerializer(item["identity"])
|
|
1353
|
+
};
|
|
1354
|
+
}
|
|
1355
|
+
function _workspaceListResultDeserializer(item) {
|
|
1356
|
+
return {
|
|
1357
|
+
value: workspaceArrayDeserializer(item["value"]),
|
|
1358
|
+
nextLink: item["nextLink"]
|
|
1359
|
+
};
|
|
1360
|
+
}
|
|
1361
|
+
function workspaceArraySerializer(result) {
|
|
1362
|
+
return result.map((item) => {
|
|
1363
|
+
return workspaceSerializer(item);
|
|
1364
|
+
});
|
|
1365
|
+
}
|
|
1366
|
+
function workspaceArrayDeserializer(result) {
|
|
1367
|
+
return result.map((item) => {
|
|
1368
|
+
return workspaceDeserializer(item);
|
|
1369
|
+
});
|
|
1370
|
+
}
|
|
1371
|
+
function workspaceEvaluationDeserializer(item) {
|
|
1372
|
+
return {
|
|
1373
|
+
id: item["id"],
|
|
1374
|
+
name: item["name"],
|
|
1375
|
+
type: item["type"],
|
|
1376
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
1377
|
+
properties: !item["properties"] ? item["properties"] : workspaceEvaluationPropertiesDeserializer(item["properties"])
|
|
1378
|
+
};
|
|
1379
|
+
}
|
|
1380
|
+
function workspaceEvaluationPropertiesDeserializer(item) {
|
|
1381
|
+
return {
|
|
1382
|
+
status: item["status"],
|
|
1383
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
1384
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
1385
|
+
errors: !item["errors"] ? item["errors"] : operationErrorArrayDeserializer(item["errors"]),
|
|
1386
|
+
workspaceId: item["workspaceId"],
|
|
1387
|
+
numScenariosToEvaluate: item["numScenariosToEvaluate"],
|
|
1388
|
+
numScenariosEvaluatedSucceeded: item["numScenariosEvaluatedSucceeded"],
|
|
1389
|
+
numScenariosEvaluatedFailed: item["numScenariosEvaluatedFailed"],
|
|
1390
|
+
numScenariosEvaluatedCancelled: item["numScenariosEvaluatedCancelled"],
|
|
1391
|
+
evaluationResult: item["evaluationResult"],
|
|
1392
|
+
results: !item["results"] ? item["results"] : scenarioEvaluationResultItemArrayDeserializer(item["results"])
|
|
1393
|
+
};
|
|
1394
|
+
}
|
|
1395
|
+
var KnownWorkspaceEvaluationStatus = /* @__PURE__ */ ((KnownWorkspaceEvaluationStatus2) => {
|
|
1396
|
+
KnownWorkspaceEvaluationStatus2["Pending"] = "Pending";
|
|
1397
|
+
KnownWorkspaceEvaluationStatus2["Queued"] = "Queued";
|
|
1398
|
+
KnownWorkspaceEvaluationStatus2["InProgress"] = "InProgress";
|
|
1399
|
+
KnownWorkspaceEvaluationStatus2["Succeeded"] = "Succeeded";
|
|
1400
|
+
KnownWorkspaceEvaluationStatus2["PartiallySucceeded"] = "PartiallySucceeded";
|
|
1401
|
+
KnownWorkspaceEvaluationStatus2["Failed"] = "Failed";
|
|
1402
|
+
KnownWorkspaceEvaluationStatus2["Canceled"] = "Canceled";
|
|
1403
|
+
return KnownWorkspaceEvaluationStatus2;
|
|
1404
|
+
})(KnownWorkspaceEvaluationStatus || {});
|
|
1405
|
+
function operationErrorArrayDeserializer(result) {
|
|
1406
|
+
return result.map((item) => {
|
|
1407
|
+
return operationErrorDeserializer(item);
|
|
1408
|
+
});
|
|
1409
|
+
}
|
|
1410
|
+
function operationErrorDeserializer(item) {
|
|
1411
|
+
return {
|
|
1412
|
+
errorCode: item["errorCode"],
|
|
1413
|
+
errorMessage: item["errorMessage"]
|
|
1414
|
+
};
|
|
1415
|
+
}
|
|
1416
|
+
var KnownRecommendationStatus = /* @__PURE__ */ ((KnownRecommendationStatus2) => {
|
|
1417
|
+
KnownRecommendationStatus2["NotEvaluated"] = "NotEvaluated";
|
|
1418
|
+
KnownRecommendationStatus2["Recommended"] = "Recommended";
|
|
1419
|
+
KnownRecommendationStatus2["NotApplicable"] = "NotApplicable";
|
|
1420
|
+
KnownRecommendationStatus2["Evaluating"] = "Evaluating";
|
|
1421
|
+
KnownRecommendationStatus2["EvaluationFailed"] = "EvaluationFailed";
|
|
1422
|
+
KnownRecommendationStatus2["EvaluationCancelled"] = "EvaluationCancelled";
|
|
1423
|
+
return KnownRecommendationStatus2;
|
|
1424
|
+
})(KnownRecommendationStatus || {});
|
|
1425
|
+
function scenarioEvaluationResultItemArrayDeserializer(result) {
|
|
1426
|
+
return result.map((item) => {
|
|
1427
|
+
return scenarioEvaluationResultItemDeserializer(item);
|
|
1428
|
+
});
|
|
1429
|
+
}
|
|
1430
|
+
function scenarioEvaluationResultItemDeserializer(item) {
|
|
1431
|
+
return {
|
|
1432
|
+
scenarioName: item["scenarioName"],
|
|
1433
|
+
evaluationResult: item["evaluationResult"]
|
|
1434
|
+
};
|
|
1435
|
+
}
|
|
1436
|
+
function discoveredResourceDeserializer(item) {
|
|
1437
|
+
return {
|
|
1438
|
+
id: item["id"],
|
|
1439
|
+
name: item["name"],
|
|
1440
|
+
type: item["type"],
|
|
1441
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
1442
|
+
properties: !item["properties"] ? item["properties"] : discoveredResourcePropertiesDeserializer(item["properties"])
|
|
1443
|
+
};
|
|
1444
|
+
}
|
|
1445
|
+
function discoveredResourcePropertiesDeserializer(item) {
|
|
1446
|
+
return {
|
|
1447
|
+
resourceNamespace: item["namespace"],
|
|
1448
|
+
resourceName: item["resourceName"],
|
|
1449
|
+
resourceType: item["resourceType"],
|
|
1450
|
+
fullyQualifiedIdentifier: item["fullyQualifiedIdentifier"],
|
|
1451
|
+
discoveredAt: new Date(item["discoveredAt"]),
|
|
1452
|
+
scope: item["scope"]
|
|
1453
|
+
};
|
|
1454
|
+
}
|
|
1455
|
+
function _discoveredResourceListResultDeserializer(item) {
|
|
1456
|
+
return {
|
|
1457
|
+
value: discoveredResourceArrayDeserializer(item["value"]),
|
|
1458
|
+
nextLink: item["nextLink"]
|
|
1459
|
+
};
|
|
1460
|
+
}
|
|
1461
|
+
function discoveredResourceArrayDeserializer(result) {
|
|
1462
|
+
return result.map((item) => {
|
|
1463
|
+
return discoveredResourceDeserializer(item);
|
|
1464
|
+
});
|
|
1465
|
+
}
|
|
1466
|
+
function scenarioSerializer(item) {
|
|
1467
|
+
return {
|
|
1468
|
+
properties: !item["properties"] ? item["properties"] : scenarioPropertiesSerializer(item["properties"])
|
|
1469
|
+
};
|
|
1470
|
+
}
|
|
1471
|
+
function scenarioDeserializer(item) {
|
|
1472
|
+
return {
|
|
1473
|
+
id: item["id"],
|
|
1474
|
+
name: item["name"],
|
|
1475
|
+
type: item["type"],
|
|
1476
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
1477
|
+
properties: !item["properties"] ? item["properties"] : scenarioPropertiesDeserializer(item["properties"])
|
|
1478
|
+
};
|
|
1479
|
+
}
|
|
1480
|
+
function scenarioPropertiesSerializer(item) {
|
|
1481
|
+
return {
|
|
1482
|
+
description: item["description"],
|
|
1483
|
+
parameters: scenarioParameterArraySerializer(item["parameters"]),
|
|
1484
|
+
actions: scenarioActionArraySerializer(item["actions"])
|
|
1485
|
+
};
|
|
1486
|
+
}
|
|
1487
|
+
function scenarioPropertiesDeserializer(item) {
|
|
1488
|
+
return {
|
|
1489
|
+
provisioningState: item["provisioningState"],
|
|
1490
|
+
createdFrom: item["createdFrom"],
|
|
1491
|
+
version: item["version"],
|
|
1492
|
+
description: item["description"],
|
|
1493
|
+
parameters: scenarioParameterArrayDeserializer(item["parameters"]),
|
|
1494
|
+
actions: scenarioActionArrayDeserializer(item["actions"]),
|
|
1495
|
+
recommendation: !item["recommendation"] ? item["recommendation"] : recommendationDeserializer(item["recommendation"])
|
|
1496
|
+
};
|
|
1497
|
+
}
|
|
1498
|
+
function scenarioParameterArraySerializer(result) {
|
|
1499
|
+
return result.map((item) => {
|
|
1500
|
+
return scenarioParameterSerializer(item);
|
|
1501
|
+
});
|
|
1502
|
+
}
|
|
1503
|
+
function scenarioParameterArrayDeserializer(result) {
|
|
1504
|
+
return result.map((item) => {
|
|
1505
|
+
return scenarioParameterDeserializer(item);
|
|
1506
|
+
});
|
|
1507
|
+
}
|
|
1508
|
+
function scenarioParameterSerializer(item) {
|
|
1509
|
+
return {
|
|
1510
|
+
name: item["name"],
|
|
1511
|
+
type: item["type"],
|
|
1512
|
+
default: item["default"],
|
|
1513
|
+
required: item["required"],
|
|
1514
|
+
description: item["description"]
|
|
1515
|
+
};
|
|
1516
|
+
}
|
|
1517
|
+
function scenarioParameterDeserializer(item) {
|
|
1518
|
+
return {
|
|
1519
|
+
name: item["name"],
|
|
1520
|
+
type: item["type"],
|
|
1521
|
+
default: item["default"],
|
|
1522
|
+
required: item["required"],
|
|
1523
|
+
description: item["description"]
|
|
1524
|
+
};
|
|
1525
|
+
}
|
|
1526
|
+
var KnownParameterType = /* @__PURE__ */ ((KnownParameterType2) => {
|
|
1527
|
+
KnownParameterType2["String"] = "string";
|
|
1528
|
+
KnownParameterType2["Number"] = "number";
|
|
1529
|
+
KnownParameterType2["Boolean"] = "boolean";
|
|
1530
|
+
KnownParameterType2["Object"] = "object";
|
|
1531
|
+
KnownParameterType2["Array"] = "array";
|
|
1532
|
+
return KnownParameterType2;
|
|
1533
|
+
})(KnownParameterType || {});
|
|
1534
|
+
function scenarioActionArraySerializer(result) {
|
|
1535
|
+
return result.map((item) => {
|
|
1536
|
+
return scenarioActionSerializer(item);
|
|
1537
|
+
});
|
|
1538
|
+
}
|
|
1539
|
+
function scenarioActionArrayDeserializer(result) {
|
|
1540
|
+
return result.map((item) => {
|
|
1541
|
+
return scenarioActionDeserializer(item);
|
|
1542
|
+
});
|
|
1543
|
+
}
|
|
1544
|
+
function scenarioActionSerializer(item) {
|
|
1545
|
+
return {
|
|
1546
|
+
name: item["name"],
|
|
1547
|
+
actionId: item["actionId"],
|
|
1548
|
+
description: item["description"],
|
|
1549
|
+
duration: item["duration"],
|
|
1550
|
+
parameters: !item["parameters"] ? item["parameters"] : keyValuePairArraySerializer(item["parameters"]),
|
|
1551
|
+
runAfter: !item["runAfter"] ? item["runAfter"] : runAfterSerializer(item["runAfter"]),
|
|
1552
|
+
waitBefore: item["waitBefore"],
|
|
1553
|
+
timeout: item["timeout"],
|
|
1554
|
+
externalResource: !item["externalResource"] ? item["externalResource"] : externalResourceSerializer(item["externalResource"])
|
|
1555
|
+
};
|
|
1556
|
+
}
|
|
1557
|
+
function scenarioActionDeserializer(item) {
|
|
1558
|
+
return {
|
|
1559
|
+
name: item["name"],
|
|
1560
|
+
actionId: item["actionId"],
|
|
1561
|
+
description: item["description"],
|
|
1562
|
+
duration: item["duration"],
|
|
1563
|
+
parameters: !item["parameters"] ? item["parameters"] : keyValuePairArrayDeserializer(item["parameters"]),
|
|
1564
|
+
runAfter: !item["runAfter"] ? item["runAfter"] : runAfterDeserializer(item["runAfter"]),
|
|
1565
|
+
waitBefore: item["waitBefore"],
|
|
1566
|
+
timeout: item["timeout"],
|
|
1567
|
+
externalResource: !item["externalResource"] ? item["externalResource"] : externalResourceDeserializer(item["externalResource"])
|
|
1568
|
+
};
|
|
1569
|
+
}
|
|
1570
|
+
function runAfterSerializer(item) {
|
|
1571
|
+
return { behavior: item["behavior"], items: actionDependencyArraySerializer(item["items"]) };
|
|
1572
|
+
}
|
|
1573
|
+
function runAfterDeserializer(item) {
|
|
1574
|
+
return {
|
|
1575
|
+
behavior: item["behavior"],
|
|
1576
|
+
items: actionDependencyArrayDeserializer(item["items"])
|
|
1577
|
+
};
|
|
1578
|
+
}
|
|
1579
|
+
var KnownRunAfterBehavior = /* @__PURE__ */ ((KnownRunAfterBehavior2) => {
|
|
1580
|
+
KnownRunAfterBehavior2["Any"] = "Any";
|
|
1581
|
+
KnownRunAfterBehavior2["All"] = "All";
|
|
1582
|
+
KnownRunAfterBehavior2["AtLeastOne"] = "AtLeastOne";
|
|
1583
|
+
return KnownRunAfterBehavior2;
|
|
1584
|
+
})(KnownRunAfterBehavior || {});
|
|
1585
|
+
function actionDependencyArraySerializer(result) {
|
|
1586
|
+
return result.map((item) => {
|
|
1587
|
+
return actionDependencySerializer(item);
|
|
1588
|
+
});
|
|
1589
|
+
}
|
|
1590
|
+
function actionDependencyArrayDeserializer(result) {
|
|
1591
|
+
return result.map((item) => {
|
|
1592
|
+
return actionDependencyDeserializer(item);
|
|
1593
|
+
});
|
|
1594
|
+
}
|
|
1595
|
+
function actionDependencySerializer(item) {
|
|
1596
|
+
return { type: item["type"], name: item["name"], onActionLifecycle: item["onActionLifecycle"] };
|
|
1597
|
+
}
|
|
1598
|
+
function actionDependencyDeserializer(item) {
|
|
1599
|
+
return {
|
|
1600
|
+
type: item["type"],
|
|
1601
|
+
name: item["name"],
|
|
1602
|
+
onActionLifecycle: item["onActionLifecycle"]
|
|
1603
|
+
};
|
|
1604
|
+
}
|
|
1605
|
+
var KnownActionDependencyType = /* @__PURE__ */ ((KnownActionDependencyType2) => {
|
|
1606
|
+
KnownActionDependencyType2["Action"] = "Action";
|
|
1607
|
+
return KnownActionDependencyType2;
|
|
1608
|
+
})(KnownActionDependencyType || {});
|
|
1609
|
+
var KnownActionLifecycle = /* @__PURE__ */ ((KnownActionLifecycle2) => {
|
|
1610
|
+
KnownActionLifecycle2["AnyTerminal"] = "AnyTerminal";
|
|
1611
|
+
KnownActionLifecycle2["Start"] = "Start";
|
|
1612
|
+
KnownActionLifecycle2["Running"] = "Running";
|
|
1613
|
+
KnownActionLifecycle2["Success"] = "Success";
|
|
1614
|
+
KnownActionLifecycle2["Failure"] = "Failure";
|
|
1615
|
+
KnownActionLifecycle2["Skipped"] = "Skipped";
|
|
1616
|
+
return KnownActionLifecycle2;
|
|
1617
|
+
})(KnownActionLifecycle || {});
|
|
1618
|
+
function externalResourceSerializer(item) {
|
|
1619
|
+
return { resourceId: item["resourceId"] };
|
|
1620
|
+
}
|
|
1621
|
+
function externalResourceDeserializer(item) {
|
|
1622
|
+
return {
|
|
1623
|
+
resourceId: item["resourceId"]
|
|
1624
|
+
};
|
|
1625
|
+
}
|
|
1626
|
+
function recommendationDeserializer(item) {
|
|
1627
|
+
return {
|
|
1628
|
+
recommendationStatus: item["recommendationStatus"],
|
|
1629
|
+
evaluationRunAt: !item["evaluationRunAt"] ? item["evaluationRunAt"] : new Date(item["evaluationRunAt"])
|
|
1630
|
+
};
|
|
1631
|
+
}
|
|
1632
|
+
function _scenarioListResultDeserializer(item) {
|
|
1633
|
+
return {
|
|
1634
|
+
value: scenarioArrayDeserializer(item["value"]),
|
|
1635
|
+
nextLink: item["nextLink"]
|
|
1636
|
+
};
|
|
1637
|
+
}
|
|
1638
|
+
function scenarioArraySerializer(result) {
|
|
1639
|
+
return result.map((item) => {
|
|
1640
|
+
return scenarioSerializer(item);
|
|
1641
|
+
});
|
|
1642
|
+
}
|
|
1643
|
+
function scenarioArrayDeserializer(result) {
|
|
1644
|
+
return result.map((item) => {
|
|
1645
|
+
return scenarioDeserializer(item);
|
|
1646
|
+
});
|
|
1647
|
+
}
|
|
1648
|
+
function scenarioRunDeserializer(item) {
|
|
1649
|
+
return {
|
|
1650
|
+
id: item["id"],
|
|
1651
|
+
name: item["name"],
|
|
1652
|
+
type: item["type"],
|
|
1653
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
1654
|
+
properties: !item["properties"] ? item["properties"] : scenarioRunPropertiesDeserializer(item["properties"])
|
|
1655
|
+
};
|
|
1656
|
+
}
|
|
1657
|
+
function scenarioRunPropertiesDeserializer(item) {
|
|
1658
|
+
return {
|
|
1659
|
+
workspaceName: item["workspaceName"],
|
|
1660
|
+
scenarioName: item["scenarioName"],
|
|
1661
|
+
scenarioConfigurationName: item["scenarioConfigurationName"],
|
|
1662
|
+
managedIdentityPrincipalId: item["managedIdentityPrincipalId"],
|
|
1663
|
+
status: item["status"],
|
|
1664
|
+
resources: scenarioRunResourceArrayDeserializer(item["resources"]),
|
|
1665
|
+
errors: !item["errors"] ? item["errors"] : operationErrorArrayDeserializer(item["errors"]),
|
|
1666
|
+
executionErrors: !item["executionErrors"] ? item["executionErrors"] : scenarioErrorsDeserializer(item["executionErrors"]),
|
|
1667
|
+
scenarioRunJson: item["scenarioRunJson"],
|
|
1668
|
+
scenarioRunSummary: !item["scenarioRunSummary"] ? item["scenarioRunSummary"] : scenarioRunSummaryActionArrayDeserializer(item["scenarioRunSummary"]),
|
|
1669
|
+
startTime: new Date(item["startTime"]),
|
|
1670
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
1671
|
+
zoneResolution: !item["zoneResolution"] ? item["zoneResolution"] : zoneResolutionInfoDeserializer(item["zoneResolution"])
|
|
1672
|
+
};
|
|
1673
|
+
}
|
|
1674
|
+
var KnownScenarioRunState = /* @__PURE__ */ ((KnownScenarioRunState2) => {
|
|
1675
|
+
KnownScenarioRunState2["Queued"] = "Queued";
|
|
1676
|
+
KnownScenarioRunState2["Resolving"] = "Resolving";
|
|
1677
|
+
KnownScenarioRunState2["Generating"] = "Generating";
|
|
1678
|
+
KnownScenarioRunState2["Validating"] = "Validating";
|
|
1679
|
+
KnownScenarioRunState2["ValidationSucceeded"] = "ValidationSucceeded";
|
|
1680
|
+
KnownScenarioRunState2["Starting"] = "Starting";
|
|
1681
|
+
KnownScenarioRunState2["Preparing"] = "Preparing";
|
|
1682
|
+
KnownScenarioRunState2["Running"] = "Running";
|
|
1683
|
+
KnownScenarioRunState2["CleaningUp"] = "CleaningUp";
|
|
1684
|
+
KnownScenarioRunState2["Canceling"] = "Canceling";
|
|
1685
|
+
KnownScenarioRunState2["Canceled"] = "Canceled";
|
|
1686
|
+
KnownScenarioRunState2["Succeeded"] = "Succeeded";
|
|
1687
|
+
KnownScenarioRunState2["Failed"] = "Failed";
|
|
1688
|
+
return KnownScenarioRunState2;
|
|
1689
|
+
})(KnownScenarioRunState || {});
|
|
1690
|
+
function scenarioRunResourceArrayDeserializer(result) {
|
|
1691
|
+
return result.map((item) => {
|
|
1692
|
+
return scenarioRunResourceDeserializer(item);
|
|
1693
|
+
});
|
|
1694
|
+
}
|
|
1695
|
+
function scenarioRunResourceDeserializer(item) {
|
|
1696
|
+
return {
|
|
1697
|
+
id: item["id"]
|
|
1698
|
+
};
|
|
1699
|
+
}
|
|
1700
|
+
function scenarioErrorsDeserializer(item) {
|
|
1701
|
+
return {
|
|
1702
|
+
errorCode: item["errorCode"],
|
|
1703
|
+
errorMessage: item["errorMessage"],
|
|
1704
|
+
permission: permissionErrorArrayDeserializer(item["permission"]),
|
|
1705
|
+
resource: resourceStateErrorArrayDeserializer(item["resource"])
|
|
1706
|
+
};
|
|
1707
|
+
}
|
|
1708
|
+
function permissionErrorArrayDeserializer(result) {
|
|
1709
|
+
return result.map((item) => {
|
|
1710
|
+
return permissionErrorDeserializer(item);
|
|
1711
|
+
});
|
|
1712
|
+
}
|
|
1713
|
+
function permissionErrorDeserializer(item) {
|
|
1714
|
+
return {
|
|
1715
|
+
resourceId: item["resourceId"],
|
|
1716
|
+
missingPermissions: item["missingPermissions"].map((p) => {
|
|
1717
|
+
return p;
|
|
1718
|
+
}),
|
|
1719
|
+
requiredPermissions: item["requiredPermissions"].map((p) => {
|
|
1720
|
+
return p;
|
|
1721
|
+
}),
|
|
1722
|
+
recommendedRoles: item["recommendedRoles"].map((p) => {
|
|
1723
|
+
return p;
|
|
1724
|
+
}),
|
|
1725
|
+
identity: !item["identity"] ? item["identity"] : entraIdentityDeserializer(item["identity"])
|
|
1726
|
+
};
|
|
1727
|
+
}
|
|
1728
|
+
function entraIdentityDeserializer(item) {
|
|
1729
|
+
return {
|
|
1730
|
+
objectId: item["objectId"],
|
|
1731
|
+
tenantId: item["tenantId"]
|
|
1732
|
+
};
|
|
1733
|
+
}
|
|
1734
|
+
function resourceStateErrorArrayDeserializer(result) {
|
|
1735
|
+
return result.map((item) => {
|
|
1736
|
+
return resourceStateErrorDeserializer(item);
|
|
1737
|
+
});
|
|
1738
|
+
}
|
|
1739
|
+
function resourceStateErrorDeserializer(item) {
|
|
1740
|
+
return {
|
|
1741
|
+
resourceId: item["resourceId"],
|
|
1742
|
+
errorCode: item["errorCode"],
|
|
1743
|
+
errorMessage: item["errorMessage"],
|
|
1744
|
+
remediationUri: item["remediationUri"]
|
|
1745
|
+
};
|
|
1746
|
+
}
|
|
1747
|
+
function scenarioRunSummaryActionArrayDeserializer(result) {
|
|
1748
|
+
return result.map((item) => {
|
|
1749
|
+
return scenarioRunSummaryActionDeserializer(item);
|
|
1750
|
+
});
|
|
1751
|
+
}
|
|
1752
|
+
function scenarioRunSummaryActionDeserializer(item) {
|
|
1753
|
+
return {
|
|
1754
|
+
resources: scenarioRunResourceArrayDeserializer(item["resources"]),
|
|
1755
|
+
actionUrn: item["actionUrn"],
|
|
1756
|
+
state: item["state"],
|
|
1757
|
+
startedAt: !item["startedAt"] ? item["startedAt"] : new Date(item["startedAt"]),
|
|
1758
|
+
completedAt: !item["completedAt"] ? item["completedAt"] : new Date(item["completedAt"])
|
|
1759
|
+
};
|
|
1760
|
+
}
|
|
1761
|
+
var KnownScenarioSummaryState = /* @__PURE__ */ ((KnownScenarioSummaryState2) => {
|
|
1762
|
+
KnownScenarioSummaryState2["Pending"] = "Pending";
|
|
1763
|
+
KnownScenarioSummaryState2["Starting"] = "Starting";
|
|
1764
|
+
KnownScenarioSummaryState2["Running"] = "Running";
|
|
1765
|
+
KnownScenarioSummaryState2["Stopping"] = "Stopping";
|
|
1766
|
+
KnownScenarioSummaryState2["Succeeded"] = "Succeeded";
|
|
1767
|
+
KnownScenarioSummaryState2["Canceling"] = "Canceling";
|
|
1768
|
+
KnownScenarioSummaryState2["Canceled"] = "Canceled";
|
|
1769
|
+
KnownScenarioSummaryState2["FailingOnError"] = "FailingOnError";
|
|
1770
|
+
KnownScenarioSummaryState2["Failed"] = "Failed";
|
|
1771
|
+
KnownScenarioSummaryState2["Skipped"] = "Skipped";
|
|
1772
|
+
return KnownScenarioSummaryState2;
|
|
1773
|
+
})(KnownScenarioSummaryState || {});
|
|
1774
|
+
function zoneResolutionInfoDeserializer(item) {
|
|
1775
|
+
return {
|
|
1776
|
+
mode: item["mode"],
|
|
1777
|
+
requestedPhysicalZones: item["requestedPhysicalZones"].map((p) => {
|
|
1778
|
+
return p;
|
|
1779
|
+
}),
|
|
1780
|
+
subscriptionZoneMappings: zoneResolutionMappingArrayDeserializer(
|
|
1781
|
+
item["subscriptionZoneMappings"]
|
|
1782
|
+
)
|
|
1783
|
+
};
|
|
1784
|
+
}
|
|
1785
|
+
var KnownZoneResolutionMode = /* @__PURE__ */ ((KnownZoneResolutionMode2) => {
|
|
1786
|
+
KnownZoneResolutionMode2["Logical"] = "logical";
|
|
1787
|
+
KnownZoneResolutionMode2["Physical"] = "physical";
|
|
1788
|
+
return KnownZoneResolutionMode2;
|
|
1789
|
+
})(KnownZoneResolutionMode || {});
|
|
1790
|
+
function zoneResolutionMappingArrayDeserializer(result) {
|
|
1791
|
+
return result.map((item) => {
|
|
1792
|
+
return zoneResolutionMappingDeserializer(item);
|
|
1793
|
+
});
|
|
1794
|
+
}
|
|
1795
|
+
function zoneResolutionMappingDeserializer(item) {
|
|
1796
|
+
return {
|
|
1797
|
+
subscriptionId: item["subscriptionId"],
|
|
1798
|
+
zoneMappings: physicalToLogicalZoneMappingArrayDeserializer(item["zoneMappings"])
|
|
1799
|
+
};
|
|
1800
|
+
}
|
|
1801
|
+
function physicalToLogicalZoneMappingArrayDeserializer(result) {
|
|
1802
|
+
return result.map((item) => {
|
|
1803
|
+
return physicalToLogicalZoneMappingDeserializer(item);
|
|
1804
|
+
});
|
|
1805
|
+
}
|
|
1806
|
+
function physicalToLogicalZoneMappingDeserializer(item) {
|
|
1807
|
+
return {
|
|
1808
|
+
physicalZone: item["physicalZone"],
|
|
1809
|
+
logicalZone: item["logicalZone"]
|
|
1810
|
+
};
|
|
1811
|
+
}
|
|
1812
|
+
function _scenarioRunListResultDeserializer(item) {
|
|
1813
|
+
return {
|
|
1814
|
+
value: scenarioRunArrayDeserializer(item["value"]),
|
|
1815
|
+
nextLink: item["nextLink"]
|
|
1816
|
+
};
|
|
1817
|
+
}
|
|
1818
|
+
function scenarioRunArrayDeserializer(result) {
|
|
1819
|
+
return result.map((item) => {
|
|
1820
|
+
return scenarioRunDeserializer(item);
|
|
1821
|
+
});
|
|
1822
|
+
}
|
|
1823
|
+
function scenarioConfigurationSerializer(item) {
|
|
1824
|
+
return {
|
|
1825
|
+
properties: !item["properties"] ? item["properties"] : scenarioConfigurationPropertiesSerializer(item["properties"])
|
|
1826
|
+
};
|
|
1827
|
+
}
|
|
1828
|
+
function scenarioConfigurationDeserializer(item) {
|
|
1829
|
+
return {
|
|
1830
|
+
id: item["id"],
|
|
1831
|
+
name: item["name"],
|
|
1832
|
+
type: item["type"],
|
|
1833
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
1834
|
+
properties: !item["properties"] ? item["properties"] : scenarioConfigurationPropertiesDeserializer(item["properties"])
|
|
1835
|
+
};
|
|
1836
|
+
}
|
|
1837
|
+
function scenarioConfigurationPropertiesSerializer(item) {
|
|
1838
|
+
return {
|
|
1839
|
+
scenarioId: item["scenarioId"],
|
|
1840
|
+
parameters: !item["parameters"] ? item["parameters"] : keyValuePairArraySerializer(item["parameters"]),
|
|
1841
|
+
exclusions: !item["exclusions"] ? item["exclusions"] : configurationExclusionsSerializer(item["exclusions"]),
|
|
1842
|
+
filters: !item["filters"] ? item["filters"] : configurationFiltersSerializer(item["filters"])
|
|
1843
|
+
};
|
|
1844
|
+
}
|
|
1845
|
+
function scenarioConfigurationPropertiesDeserializer(item) {
|
|
1846
|
+
return {
|
|
1847
|
+
scenarioId: item["scenarioId"],
|
|
1848
|
+
parameters: !item["parameters"] ? item["parameters"] : keyValuePairArrayDeserializer(item["parameters"]),
|
|
1849
|
+
exclusions: !item["exclusions"] ? item["exclusions"] : configurationExclusionsDeserializer(item["exclusions"]),
|
|
1850
|
+
provisioningState: item["provisioningState"],
|
|
1851
|
+
filters: !item["filters"] ? item["filters"] : configurationFiltersDeserializer(item["filters"])
|
|
1852
|
+
};
|
|
1853
|
+
}
|
|
1854
|
+
function configurationExclusionsSerializer(item) {
|
|
1855
|
+
return {
|
|
1856
|
+
resources: !item["resources"] ? item["resources"] : item["resources"].map((p) => {
|
|
1857
|
+
return p;
|
|
1858
|
+
}),
|
|
1859
|
+
tags: !item["tags"] ? item["tags"] : keyValuePairArraySerializer(item["tags"]),
|
|
1860
|
+
types: !item["types"] ? item["types"] : item["types"].map((p) => {
|
|
1861
|
+
return p;
|
|
1862
|
+
})
|
|
1863
|
+
};
|
|
1864
|
+
}
|
|
1865
|
+
function configurationExclusionsDeserializer(item) {
|
|
1866
|
+
return {
|
|
1867
|
+
resources: !item["resources"] ? item["resources"] : item["resources"].map((p) => {
|
|
1868
|
+
return p;
|
|
1869
|
+
}),
|
|
1870
|
+
tags: !item["tags"] ? item["tags"] : keyValuePairArrayDeserializer(item["tags"]),
|
|
1871
|
+
types: !item["types"] ? item["types"] : item["types"].map((p) => {
|
|
1872
|
+
return p;
|
|
1873
|
+
})
|
|
1874
|
+
};
|
|
1875
|
+
}
|
|
1876
|
+
function configurationFiltersSerializer(item) {
|
|
1877
|
+
return {
|
|
1878
|
+
locations: !item["locations"] ? item["locations"] : item["locations"].map((p) => {
|
|
1879
|
+
return p;
|
|
1880
|
+
}),
|
|
1881
|
+
zones: !item["zones"] ? item["zones"] : item["zones"].map((p) => {
|
|
1882
|
+
return p;
|
|
1883
|
+
}),
|
|
1884
|
+
physicalZones: !item["physicalZones"] ? item["physicalZones"] : item["physicalZones"].map((p) => {
|
|
1885
|
+
return p;
|
|
1886
|
+
})
|
|
1887
|
+
};
|
|
1888
|
+
}
|
|
1889
|
+
function configurationFiltersDeserializer(item) {
|
|
1890
|
+
return {
|
|
1891
|
+
locations: !item["locations"] ? item["locations"] : item["locations"].map((p) => {
|
|
1892
|
+
return p;
|
|
1893
|
+
}),
|
|
1894
|
+
zones: !item["zones"] ? item["zones"] : item["zones"].map((p) => {
|
|
1895
|
+
return p;
|
|
1896
|
+
}),
|
|
1897
|
+
physicalZones: !item["physicalZones"] ? item["physicalZones"] : item["physicalZones"].map((p) => {
|
|
1898
|
+
return p;
|
|
1899
|
+
})
|
|
1900
|
+
};
|
|
1901
|
+
}
|
|
1902
|
+
function _scenarioConfigurationListResultDeserializer(item) {
|
|
1903
|
+
return {
|
|
1904
|
+
value: scenarioConfigurationArrayDeserializer(item["value"]),
|
|
1905
|
+
nextLink: item["nextLink"]
|
|
1906
|
+
};
|
|
1907
|
+
}
|
|
1908
|
+
function scenarioConfigurationArraySerializer(result) {
|
|
1909
|
+
return result.map((item) => {
|
|
1910
|
+
return scenarioConfigurationSerializer(item);
|
|
1911
|
+
});
|
|
1912
|
+
}
|
|
1913
|
+
function scenarioConfigurationArrayDeserializer(result) {
|
|
1914
|
+
return result.map((item) => {
|
|
1915
|
+
return scenarioConfigurationDeserializer(item);
|
|
1916
|
+
});
|
|
1917
|
+
}
|
|
1918
|
+
function validationDeserializer(item) {
|
|
1919
|
+
return {
|
|
1920
|
+
id: item["id"],
|
|
1921
|
+
name: item["name"],
|
|
1922
|
+
type: item["type"],
|
|
1923
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
1924
|
+
properties: !item["properties"] ? item["properties"] : validationPropertiesDeserializer(item["properties"])
|
|
1925
|
+
};
|
|
1926
|
+
}
|
|
1927
|
+
function validationPropertiesDeserializer(item) {
|
|
1928
|
+
return {
|
|
1929
|
+
status: item["status"],
|
|
1930
|
+
startTime: new Date(item["startTime"]),
|
|
1931
|
+
executionPlanJson: item["executionPlanJson"],
|
|
1932
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
1933
|
+
errors: !item["errors"] ? item["errors"] : operationErrorArrayDeserializer(item["errors"]),
|
|
1934
|
+
validationErrors: !item["validationErrors"] ? item["validationErrors"] : scenarioErrorsDeserializer(item["validationErrors"])
|
|
1935
|
+
};
|
|
1936
|
+
}
|
|
1937
|
+
var KnownScenarioValidationState = /* @__PURE__ */ ((KnownScenarioValidationState2) => {
|
|
1938
|
+
KnownScenarioValidationState2["Resolving"] = "Resolving";
|
|
1939
|
+
KnownScenarioValidationState2["Generating"] = "Generating";
|
|
1940
|
+
KnownScenarioValidationState2["Validating"] = "Validating";
|
|
1941
|
+
KnownScenarioValidationState2["Accepted"] = "Accepted";
|
|
1942
|
+
KnownScenarioValidationState2["NotStarted"] = "NotStarted";
|
|
1943
|
+
KnownScenarioValidationState2["RequiresAttention"] = "RequiresAttention";
|
|
1944
|
+
KnownScenarioValidationState2["NoResolvedResources"] = "NoResolvedResources";
|
|
1945
|
+
KnownScenarioValidationState2["Succeeded"] = "Succeeded";
|
|
1946
|
+
return KnownScenarioValidationState2;
|
|
1947
|
+
})(KnownScenarioValidationState || {});
|
|
1948
|
+
function fixResourcePermissionsRequestSerializer(item) {
|
|
1949
|
+
return { whatIf: item["whatIf"] };
|
|
1950
|
+
}
|
|
1951
|
+
function permissionsFixDeserializer(item) {
|
|
1952
|
+
return {
|
|
1953
|
+
id: item["id"],
|
|
1954
|
+
name: item["name"],
|
|
1955
|
+
type: item["type"],
|
|
1956
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
1957
|
+
properties: !item["properties"] ? item["properties"] : permissionsFixPropertiesDeserializer(item["properties"])
|
|
1958
|
+
};
|
|
1959
|
+
}
|
|
1960
|
+
function permissionsFixPropertiesDeserializer(item) {
|
|
1961
|
+
return {
|
|
1962
|
+
state: item["state"],
|
|
1963
|
+
startedAt: new Date(item["startedAt"]),
|
|
1964
|
+
completedAt: !item["completedAt"] ? item["completedAt"] : new Date(item["completedAt"]),
|
|
1965
|
+
whatIfMode: item["whatIfMode"],
|
|
1966
|
+
roleAssignments: roleAssignmentResultArrayDeserializer(item["roleAssignments"]),
|
|
1967
|
+
summary: permissionsFixSummaryDeserializer(item["summary"])
|
|
1968
|
+
};
|
|
1969
|
+
}
|
|
1970
|
+
var KnownPermissionsFixState = /* @__PURE__ */ ((KnownPermissionsFixState2) => {
|
|
1971
|
+
KnownPermissionsFixState2["NotStarted"] = "NotStarted";
|
|
1972
|
+
KnownPermissionsFixState2["InProgress"] = "InProgress";
|
|
1973
|
+
KnownPermissionsFixState2["Succeeded"] = "Succeeded";
|
|
1974
|
+
KnownPermissionsFixState2["Failed"] = "Failed";
|
|
1975
|
+
KnownPermissionsFixState2["PartiallySucceeded"] = "PartiallySucceeded";
|
|
1976
|
+
KnownPermissionsFixState2["WhatIfCompleted"] = "WhatIfCompleted";
|
|
1977
|
+
return KnownPermissionsFixState2;
|
|
1978
|
+
})(KnownPermissionsFixState || {});
|
|
1979
|
+
function roleAssignmentResultArrayDeserializer(result) {
|
|
1980
|
+
return result.map((item) => {
|
|
1981
|
+
return roleAssignmentResultDeserializer(item);
|
|
1982
|
+
});
|
|
1983
|
+
}
|
|
1984
|
+
function roleAssignmentResultDeserializer(item) {
|
|
1985
|
+
return {
|
|
1986
|
+
targetResourceId: item["targetResourceId"],
|
|
1987
|
+
principalId: item["principalId"],
|
|
1988
|
+
roleDefinitionId: item["roleDefinitionId"],
|
|
1989
|
+
roleDefinitionName: item["roleDefinitionName"],
|
|
1990
|
+
scope: item["scope"],
|
|
1991
|
+
status: item["status"],
|
|
1992
|
+
roleAssignmentId: item["roleAssignmentId"],
|
|
1993
|
+
error: !item["error"] ? item["error"] : roleAssignmentErrorDeserializer(item["error"])
|
|
1994
|
+
};
|
|
1995
|
+
}
|
|
1996
|
+
var KnownRoleAssignmentStatus = /* @__PURE__ */ ((KnownRoleAssignmentStatus2) => {
|
|
1997
|
+
KnownRoleAssignmentStatus2["Succeeded"] = "Succeeded";
|
|
1998
|
+
KnownRoleAssignmentStatus2["Failed"] = "Failed";
|
|
1999
|
+
KnownRoleAssignmentStatus2["Skipped"] = "Skipped";
|
|
2000
|
+
KnownRoleAssignmentStatus2["Pending"] = "Pending";
|
|
2001
|
+
return KnownRoleAssignmentStatus2;
|
|
2002
|
+
})(KnownRoleAssignmentStatus || {});
|
|
2003
|
+
function roleAssignmentErrorDeserializer(item) {
|
|
2004
|
+
return {
|
|
2005
|
+
code: item["code"],
|
|
2006
|
+
message: item["message"]
|
|
2007
|
+
};
|
|
2008
|
+
}
|
|
2009
|
+
function permissionsFixSummaryDeserializer(item) {
|
|
2010
|
+
return {
|
|
2011
|
+
totalRequired: item["totalRequired"],
|
|
2012
|
+
succeeded: item["succeeded"],
|
|
2013
|
+
failed: item["failed"],
|
|
2014
|
+
skipped: item["skipped"]
|
|
2015
|
+
};
|
|
2016
|
+
}
|
|
2017
|
+
var KnownVersions = /* @__PURE__ */ ((KnownVersions2) => {
|
|
2018
|
+
KnownVersions2["V20250101"] = "2025-01-01";
|
|
2019
|
+
KnownVersions2["V20260501Preview"] = "2026-05-01-preview";
|
|
2020
|
+
return KnownVersions2;
|
|
2021
|
+
})(KnownVersions || {});
|
|
2022
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
2023
|
+
0 && (module.exports = {
|
|
2024
|
+
KnownActionDependencyType,
|
|
2025
|
+
KnownActionKind,
|
|
2026
|
+
KnownActionLifecycle,
|
|
2027
|
+
KnownActionType,
|
|
2028
|
+
KnownCreatedByType,
|
|
2029
|
+
KnownExperimentActionType,
|
|
2030
|
+
KnownFilterType,
|
|
2031
|
+
KnownManagedServiceIdentityType,
|
|
2032
|
+
KnownOrigin,
|
|
2033
|
+
KnownParameterType,
|
|
2034
|
+
KnownPermissionsFixState,
|
|
2035
|
+
KnownPrivateEndpointServiceConnectionStatus,
|
|
2036
|
+
KnownProvisioningState,
|
|
2037
|
+
KnownPublicNetworkAccessOption,
|
|
2038
|
+
KnownRecommendationStatus,
|
|
2039
|
+
KnownRoleAssignmentStatus,
|
|
2040
|
+
KnownRunAfterBehavior,
|
|
2041
|
+
KnownScenarioRunState,
|
|
2042
|
+
KnownScenarioSummaryState,
|
|
2043
|
+
KnownScenarioValidationState,
|
|
2044
|
+
KnownSelectorType,
|
|
2045
|
+
KnownTargetReferenceType,
|
|
2046
|
+
KnownVersions,
|
|
2047
|
+
KnownWorkspaceEvaluationStatus,
|
|
2048
|
+
KnownZoneResolutionMode,
|
|
2049
|
+
_actionListResultDeserializer,
|
|
2050
|
+
_actionPropertiesParametersSchemaDeserializer,
|
|
2051
|
+
_actionVersionListResultDeserializer,
|
|
2052
|
+
_capabilityListResultDeserializer,
|
|
2053
|
+
_capabilityTypeListResultDeserializer,
|
|
2054
|
+
_discoveredResourceListResultDeserializer,
|
|
2055
|
+
_experimentExecutionListResultDeserializer,
|
|
2056
|
+
_experimentListResultDeserializer,
|
|
2057
|
+
_operationListResultDeserializer,
|
|
2058
|
+
_privateAccessListResultDeserializer,
|
|
2059
|
+
_privateEndpointConnectionListResultDeserializer,
|
|
2060
|
+
_scenarioConfigurationListResultDeserializer,
|
|
2061
|
+
_scenarioListResultDeserializer,
|
|
2062
|
+
_scenarioRunListResultDeserializer,
|
|
2063
|
+
_targetListResultDeserializer,
|
|
2064
|
+
_targetTypeListResultDeserializer,
|
|
2065
|
+
_workspaceListResultDeserializer,
|
|
2066
|
+
actionArrayDeserializer,
|
|
2067
|
+
actionDependencyArrayDeserializer,
|
|
2068
|
+
actionDependencyArraySerializer,
|
|
2069
|
+
actionDependencyDeserializer,
|
|
2070
|
+
actionDependencySerializer,
|
|
2071
|
+
actionDeserializer,
|
|
2072
|
+
actionPropertiesDeserializer,
|
|
2073
|
+
actionStatusArrayDeserializer,
|
|
2074
|
+
actionStatusDeserializer,
|
|
2075
|
+
actionSupportedTargetTypeArrayDeserializer,
|
|
2076
|
+
actionSupportedTargetTypeDeserializer,
|
|
2077
|
+
actionVersionArrayDeserializer,
|
|
2078
|
+
actionVersionDeserializer,
|
|
2079
|
+
branchStatusArrayDeserializer,
|
|
2080
|
+
branchStatusDeserializer,
|
|
2081
|
+
capabilityArrayDeserializer,
|
|
2082
|
+
capabilityArraySerializer,
|
|
2083
|
+
capabilityDeserializer,
|
|
2084
|
+
capabilityPropertiesDeserializer,
|
|
2085
|
+
capabilityPropertiesSerializer,
|
|
2086
|
+
capabilitySerializer,
|
|
2087
|
+
capabilityTypeArrayDeserializer,
|
|
2088
|
+
capabilityTypeDeserializer,
|
|
2089
|
+
capabilityTypePropertiesDeserializer,
|
|
2090
|
+
capabilityTypePropertiesRuntimePropertiesDeserializer,
|
|
2091
|
+
chaosExperimentActionDeserializer,
|
|
2092
|
+
chaosExperimentActionSerializer,
|
|
2093
|
+
chaosExperimentActionUnionArrayDeserializer,
|
|
2094
|
+
chaosExperimentActionUnionArraySerializer,
|
|
2095
|
+
chaosExperimentActionUnionDeserializer,
|
|
2096
|
+
chaosExperimentActionUnionSerializer,
|
|
2097
|
+
chaosExperimentBranchArrayDeserializer,
|
|
2098
|
+
chaosExperimentBranchArraySerializer,
|
|
2099
|
+
chaosExperimentBranchDeserializer,
|
|
2100
|
+
chaosExperimentBranchSerializer,
|
|
2101
|
+
chaosExperimentStepArrayDeserializer,
|
|
2102
|
+
chaosExperimentStepArraySerializer,
|
|
2103
|
+
chaosExperimentStepDeserializer,
|
|
2104
|
+
chaosExperimentStepSerializer,
|
|
2105
|
+
chaosTargetFilterDeserializer,
|
|
2106
|
+
chaosTargetFilterSerializer,
|
|
2107
|
+
chaosTargetFilterUnionDeserializer,
|
|
2108
|
+
chaosTargetFilterUnionSerializer,
|
|
2109
|
+
chaosTargetListSelectorDeserializer,
|
|
2110
|
+
chaosTargetListSelectorSerializer,
|
|
2111
|
+
chaosTargetQuerySelectorDeserializer,
|
|
2112
|
+
chaosTargetQuerySelectorSerializer,
|
|
2113
|
+
chaosTargetSelectorDeserializer,
|
|
2114
|
+
chaosTargetSelectorSerializer,
|
|
2115
|
+
chaosTargetSelectorUnionArrayDeserializer,
|
|
2116
|
+
chaosTargetSelectorUnionArraySerializer,
|
|
2117
|
+
chaosTargetSelectorUnionDeserializer,
|
|
2118
|
+
chaosTargetSelectorUnionSerializer,
|
|
2119
|
+
chaosTargetSimpleFilterDeserializer,
|
|
2120
|
+
chaosTargetSimpleFilterParametersDeserializer,
|
|
2121
|
+
chaosTargetSimpleFilterParametersSerializer,
|
|
2122
|
+
chaosTargetSimpleFilterSerializer,
|
|
2123
|
+
configurationExclusionsDeserializer,
|
|
2124
|
+
configurationExclusionsSerializer,
|
|
2125
|
+
configurationFiltersDeserializer,
|
|
2126
|
+
configurationFiltersSerializer,
|
|
2127
|
+
continuousActionDeserializer,
|
|
2128
|
+
continuousActionSerializer,
|
|
2129
|
+
customerDataStoragePropertiesDeserializer,
|
|
2130
|
+
customerDataStoragePropertiesSerializer,
|
|
2131
|
+
delayActionDeserializer,
|
|
2132
|
+
delayActionSerializer,
|
|
2133
|
+
discoveredResourceArrayDeserializer,
|
|
2134
|
+
discoveredResourceDeserializer,
|
|
2135
|
+
discoveredResourcePropertiesDeserializer,
|
|
2136
|
+
discreteActionDeserializer,
|
|
2137
|
+
discreteActionSerializer,
|
|
2138
|
+
entraIdentityDeserializer,
|
|
2139
|
+
errorAdditionalInfoArrayDeserializer,
|
|
2140
|
+
errorAdditionalInfoDeserializer,
|
|
2141
|
+
errorDetailArrayDeserializer,
|
|
2142
|
+
errorDetailDeserializer,
|
|
2143
|
+
errorResponseDeserializer,
|
|
2144
|
+
experimentArrayDeserializer,
|
|
2145
|
+
experimentArraySerializer,
|
|
2146
|
+
experimentDeserializer,
|
|
2147
|
+
experimentExecutionActionTargetDetailsErrorDeserializer,
|
|
2148
|
+
experimentExecutionActionTargetDetailsPropertiesArrayDeserializer,
|
|
2149
|
+
experimentExecutionActionTargetDetailsPropertiesDeserializer,
|
|
2150
|
+
experimentExecutionArrayDeserializer,
|
|
2151
|
+
experimentExecutionDeserializer,
|
|
2152
|
+
experimentExecutionDetailsDeserializer,
|
|
2153
|
+
experimentExecutionDetailsPropertiesDeserializer,
|
|
2154
|
+
experimentExecutionDetailsPropertiesRunInformationDeserializer,
|
|
2155
|
+
experimentExecutionPropertiesDeserializer,
|
|
2156
|
+
experimentPropertiesDeserializer,
|
|
2157
|
+
experimentPropertiesSerializer,
|
|
2158
|
+
experimentSerializer,
|
|
2159
|
+
experimentUpdateSerializer,
|
|
2160
|
+
externalResourceDeserializer,
|
|
2161
|
+
externalResourceSerializer,
|
|
2162
|
+
fixResourcePermissionsRequestSerializer,
|
|
2163
|
+
keyValuePairArrayDeserializer,
|
|
2164
|
+
keyValuePairArraySerializer,
|
|
2165
|
+
keyValuePairDeserializer,
|
|
2166
|
+
keyValuePairSerializer,
|
|
2167
|
+
managedServiceIdentityDeserializer,
|
|
2168
|
+
managedServiceIdentitySerializer,
|
|
2169
|
+
operationArrayDeserializer,
|
|
2170
|
+
operationDeserializer,
|
|
2171
|
+
operationDisplayDeserializer,
|
|
2172
|
+
operationErrorArrayDeserializer,
|
|
2173
|
+
operationErrorDeserializer,
|
|
2174
|
+
operationStatusResultArrayDeserializer,
|
|
2175
|
+
operationStatusResultDeserializer,
|
|
2176
|
+
permissionErrorArrayDeserializer,
|
|
2177
|
+
permissionErrorDeserializer,
|
|
2178
|
+
permissionsFixDeserializer,
|
|
2179
|
+
permissionsFixPropertiesDeserializer,
|
|
2180
|
+
permissionsFixSummaryDeserializer,
|
|
2181
|
+
physicalToLogicalZoneMappingArrayDeserializer,
|
|
2182
|
+
physicalToLogicalZoneMappingDeserializer,
|
|
2183
|
+
privateAccessArrayDeserializer,
|
|
2184
|
+
privateAccessArraySerializer,
|
|
2185
|
+
privateAccessDeserializer,
|
|
2186
|
+
privateAccessPatchSerializer,
|
|
2187
|
+
privateAccessPropertiesDeserializer,
|
|
2188
|
+
privateAccessPropertiesSerializer,
|
|
2189
|
+
privateAccessSerializer,
|
|
2190
|
+
privateEndpointConnectionArrayDeserializer,
|
|
2191
|
+
privateEndpointConnectionDeserializer,
|
|
2192
|
+
privateEndpointConnectionPropertiesDeserializer,
|
|
2193
|
+
privateEndpointDeserializer,
|
|
2194
|
+
privateLinkResourceArrayDeserializer,
|
|
2195
|
+
privateLinkResourceDeserializer,
|
|
2196
|
+
privateLinkResourceListResultDeserializer,
|
|
2197
|
+
privateLinkResourcePropertiesDeserializer,
|
|
2198
|
+
privateLinkServiceConnectionStateDeserializer,
|
|
2199
|
+
proxyResourceDeserializer,
|
|
2200
|
+
proxyResourceSerializer,
|
|
2201
|
+
recommendationDeserializer,
|
|
2202
|
+
resourceDeserializer,
|
|
2203
|
+
resourceSerializer,
|
|
2204
|
+
resourceStateErrorArrayDeserializer,
|
|
2205
|
+
resourceStateErrorDeserializer,
|
|
2206
|
+
roleAssignmentErrorDeserializer,
|
|
2207
|
+
roleAssignmentResultArrayDeserializer,
|
|
2208
|
+
roleAssignmentResultDeserializer,
|
|
2209
|
+
runAfterDeserializer,
|
|
2210
|
+
runAfterSerializer,
|
|
2211
|
+
scenarioActionArrayDeserializer,
|
|
2212
|
+
scenarioActionArraySerializer,
|
|
2213
|
+
scenarioActionDeserializer,
|
|
2214
|
+
scenarioActionSerializer,
|
|
2215
|
+
scenarioArrayDeserializer,
|
|
2216
|
+
scenarioArraySerializer,
|
|
2217
|
+
scenarioConfigurationArrayDeserializer,
|
|
2218
|
+
scenarioConfigurationArraySerializer,
|
|
2219
|
+
scenarioConfigurationDeserializer,
|
|
2220
|
+
scenarioConfigurationPropertiesDeserializer,
|
|
2221
|
+
scenarioConfigurationPropertiesSerializer,
|
|
2222
|
+
scenarioConfigurationSerializer,
|
|
2223
|
+
scenarioDeserializer,
|
|
2224
|
+
scenarioErrorsDeserializer,
|
|
2225
|
+
scenarioEvaluationResultItemArrayDeserializer,
|
|
2226
|
+
scenarioEvaluationResultItemDeserializer,
|
|
2227
|
+
scenarioParameterArrayDeserializer,
|
|
2228
|
+
scenarioParameterArraySerializer,
|
|
2229
|
+
scenarioParameterDeserializer,
|
|
2230
|
+
scenarioParameterSerializer,
|
|
2231
|
+
scenarioPropertiesDeserializer,
|
|
2232
|
+
scenarioPropertiesSerializer,
|
|
2233
|
+
scenarioRunArrayDeserializer,
|
|
2234
|
+
scenarioRunDeserializer,
|
|
2235
|
+
scenarioRunPropertiesDeserializer,
|
|
2236
|
+
scenarioRunResourceArrayDeserializer,
|
|
2237
|
+
scenarioRunResourceDeserializer,
|
|
2238
|
+
scenarioRunSummaryActionArrayDeserializer,
|
|
2239
|
+
scenarioRunSummaryActionDeserializer,
|
|
2240
|
+
scenarioSerializer,
|
|
2241
|
+
stepStatusArrayDeserializer,
|
|
2242
|
+
stepStatusDeserializer,
|
|
2243
|
+
systemDataDeserializer,
|
|
2244
|
+
targetArrayDeserializer,
|
|
2245
|
+
targetArraySerializer,
|
|
2246
|
+
targetDeserializer,
|
|
2247
|
+
targetReferenceArrayDeserializer,
|
|
2248
|
+
targetReferenceArraySerializer,
|
|
2249
|
+
targetReferenceDeserializer,
|
|
2250
|
+
targetReferenceSerializer,
|
|
2251
|
+
targetSerializer,
|
|
2252
|
+
targetTypeArrayDeserializer,
|
|
2253
|
+
targetTypeDeserializer,
|
|
2254
|
+
targetTypePropertiesDeserializer,
|
|
2255
|
+
trackedResourceDeserializer,
|
|
2256
|
+
trackedResourceSerializer,
|
|
2257
|
+
userAssignedIdentityDeserializer,
|
|
2258
|
+
userAssignedIdentitySerializer,
|
|
2259
|
+
validationDeserializer,
|
|
2260
|
+
validationPropertiesDeserializer,
|
|
2261
|
+
workspaceArrayDeserializer,
|
|
2262
|
+
workspaceArraySerializer,
|
|
2263
|
+
workspaceDeserializer,
|
|
2264
|
+
workspaceEvaluationDeserializer,
|
|
2265
|
+
workspaceEvaluationPropertiesDeserializer,
|
|
2266
|
+
workspacePropertiesDeserializer,
|
|
2267
|
+
workspacePropertiesSerializer,
|
|
2268
|
+
workspaceSerializer,
|
|
2269
|
+
workspaceUpdateSerializer,
|
|
2270
|
+
zoneResolutionInfoDeserializer,
|
|
2271
|
+
zoneResolutionMappingArrayDeserializer,
|
|
2272
|
+
zoneResolutionMappingDeserializer
|
|
2273
|
+
});
|
|
2274
|
+
//# sourceMappingURL=models.js.map
|