@azure/arm-storageactions 1.0.0-beta.1 → 1.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/LICENSE +3 -3
- package/README.md +24 -18
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +82 -24
- package/{dist-esm/src → dist/browser}/models/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/models/index.js +32 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/models/mappers.js +1 -14
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +2 -2
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operations/index.js +4 -4
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/storageTaskAssignmentOperations.d.ts +5 -5
- package/dist/browser/operations/storageTaskAssignmentOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/storageTaskAssignmentOperations.js +5 -5
- package/dist/browser/operations/storageTaskAssignmentOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/storageTasks.d.ts +3 -3
- package/dist/browser/operations/storageTasks.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/storageTasks.js +116 -128
- package/dist/browser/operations/storageTasks.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/storageTasksReport.d.ts +3 -3
- package/dist/browser/operations/storageTasksReport.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/storageTasksReport.js +3 -3
- package/dist/browser/operations/storageTasksReport.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +4 -4
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/storageTaskAssignmentOperations.d.ts +2 -2
- package/{dist-esm/src → dist/browser}/operationsInterfaces/storageTaskAssignmentOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/storageTaskAssignmentOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/storageTasks.d.ts +1 -1
- package/dist/browser/operationsInterfaces/storageTasks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/storageTasks.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/storageTasksReport.d.ts +1 -1
- package/dist/browser/operationsInterfaces/storageTasksReport.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/storageTasksReport.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/storageActionsManagementClient.d.ts +2 -2
- package/dist/browser/storageActionsManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/storageActionsManagementClient.js +16 -19
- package/dist/browser/storageActionsManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-storageactions.d.ts → dist/commonjs/models/index.d.ts} +778 -967
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +127 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +37 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1033 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +16 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +146 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +5 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +15 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/storageTaskAssignmentOperations.d.ts +44 -0
- package/dist/commonjs/operations/storageTaskAssignmentOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/storageTaskAssignmentOperations.js +160 -0
- package/dist/commonjs/operations/storageTaskAssignmentOperations.js.map +1 -0
- package/dist/commonjs/operations/storageTasks.d.ts +135 -0
- package/dist/commonjs/operations/storageTasks.d.ts.map +1 -0
- package/dist/commonjs/operations/storageTasks.js +598 -0
- package/dist/commonjs/operations/storageTasks.js.map +1 -0
- package/dist/commonjs/operations/storageTasksReport.d.ts +44 -0
- package/dist/commonjs/operations/storageTasksReport.d.ts.map +1 -0
- package/dist/commonjs/operations/storageTasksReport.js +164 -0
- package/dist/commonjs/operations/storageTasksReport.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +15 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentOperations.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageTasks.d.ts +99 -0
- package/dist/commonjs/operationsInterfaces/storageTasks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageTasks.js +10 -0
- package/dist/commonjs/operationsInterfaces/storageTasks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageTasksReport.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/storageTasksReport.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageTasksReport.js +10 -0
- package/dist/commonjs/operationsInterfaces/storageTasksReport.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/storageActionsManagementClient.d.ts +23 -0
- package/dist/commonjs/storageActionsManagementClient.d.ts.map +1 -0
- package/dist/commonjs/storageActionsManagementClient.js +106 -0
- package/dist/commonjs/storageActionsManagementClient.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +778 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +124 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +37 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1030 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +16 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +143 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +5 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +12 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/storageTaskAssignmentOperations.d.ts +44 -0
- package/dist/esm/operations/storageTaskAssignmentOperations.d.ts.map +1 -0
- package/dist/esm/operations/storageTaskAssignmentOperations.js +156 -0
- package/dist/esm/operations/storageTaskAssignmentOperations.js.map +1 -0
- package/dist/esm/operations/storageTasks.d.ts +135 -0
- package/dist/esm/operations/storageTasks.d.ts.map +1 -0
- package/dist/esm/operations/storageTasks.js +594 -0
- package/dist/esm/operations/storageTasks.js.map +1 -0
- package/dist/esm/operations/storageTasksReport.d.ts +44 -0
- package/dist/esm/operations/storageTasksReport.d.ts.map +1 -0
- package/dist/esm/operations/storageTasksReport.js +160 -0
- package/dist/esm/operations/storageTasksReport.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +5 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +12 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignmentOperations.d.ts +15 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignmentOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignmentOperations.js +9 -0
- package/dist/esm/operationsInterfaces/storageTaskAssignmentOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/storageTasks.d.ts +99 -0
- package/dist/esm/operationsInterfaces/storageTasks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/storageTasks.js +9 -0
- package/dist/esm/operationsInterfaces/storageTasks.js.map +1 -0
- package/dist/esm/operationsInterfaces/storageTasksReport.d.ts +15 -0
- package/dist/esm/operationsInterfaces/storageTasksReport.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/storageTasksReport.js +9 -0
- package/dist/esm/operationsInterfaces/storageTasksReport.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/storageActionsManagementClient.d.ts +23 -0
- package/dist/esm/storageActionsManagementClient.d.ts.map +1 -0
- package/dist/esm/storageActionsManagementClient.js +101 -0
- package/dist/esm/storageActionsManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +778 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +124 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +37 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1030 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +16 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +143 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +5 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +12 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/storageTaskAssignmentOperations.d.ts +44 -0
- package/dist/react-native/operations/storageTaskAssignmentOperations.d.ts.map +1 -0
- package/dist/react-native/operations/storageTaskAssignmentOperations.js +156 -0
- package/dist/react-native/operations/storageTaskAssignmentOperations.js.map +1 -0
- package/dist/react-native/operations/storageTasks.d.ts +135 -0
- package/dist/react-native/operations/storageTasks.d.ts.map +1 -0
- package/dist/react-native/operations/storageTasks.js +594 -0
- package/dist/react-native/operations/storageTasks.js.map +1 -0
- package/dist/react-native/operations/storageTasksReport.d.ts +44 -0
- package/dist/react-native/operations/storageTasksReport.d.ts.map +1 -0
- package/dist/react-native/operations/storageTasksReport.js +160 -0
- package/dist/react-native/operations/storageTasksReport.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +12 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentOperations.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/storageTasks.d.ts +99 -0
- package/dist/react-native/operationsInterfaces/storageTasks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/storageTasks.js +9 -0
- package/dist/react-native/operationsInterfaces/storageTasks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/storageTasksReport.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/storageTasksReport.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/storageTasksReport.js +9 -0
- package/dist/react-native/operationsInterfaces/storageTasksReport.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/storageActionsManagementClient.d.ts +23 -0
- package/dist/react-native/storageActionsManagementClient.d.ts.map +1 -0
- package/dist/react-native/storageActionsManagementClient.js +101 -0
- package/dist/react-native/storageActionsManagementClient.js.map +1 -0
- package/package.json +80 -54
- package/review/arm-storageactions.api.md +35 -7
- package/dist/index.js +0 -2533
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentListSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTaskAssignmentListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTaskAssignmentListSample.js +0 -55
- package/dist-esm/samples-dev/storageTaskAssignmentListSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTasksCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTasksCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTasksCreateSample.js +0 -64
- package/dist-esm/samples-dev/storageTasksCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTasksDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTasksDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTasksDeleteSample.js +0 -39
- package/dist-esm/samples-dev/storageTasksDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTasksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTasksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTasksGetSample.js +0 -39
- package/dist-esm/samples-dev/storageTasksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTasksListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTasksListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTasksListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/storageTasksListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTasksListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTasksListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTasksListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/storageTasksListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTasksPreviewActionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTasksPreviewActionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTasksPreviewActionsSample.js +0 -87
- package/dist-esm/samples-dev/storageTasksPreviewActionsSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTasksReportListSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTasksReportListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTasksReportListSample.js +0 -55
- package/dist-esm/samples-dev/storageTasksReportListSample.js.map +0 -1
- package/dist-esm/samples-dev/storageTasksUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageTasksUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageTasksUpdateSample.js +0 -63
- package/dist-esm/samples-dev/storageTasksUpdateSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -5
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/storageTaskAssignmentOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/storageTaskAssignmentOperations.js.map +0 -1
- package/dist-esm/src/operations/storageTasks.d.ts.map +0 -1
- package/dist-esm/src/operations/storageTasks.js.map +0 -1
- package/dist-esm/src/operations/storageTasksReport.d.ts.map +0 -1
- package/dist-esm/src/operations/storageTasksReport.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageTaskAssignmentOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageTasks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageTasks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageTasksReport.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageTasksReport.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/storageActionsManagementClient.d.ts.map +0 -1
- package/dist-esm/src/storageActionsManagementClient.js.map +0 -1
- package/dist-esm/test/storageactions_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/storageactions_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/storageactions_operations_test.spec.js +0 -135
- package/dist-esm/test/storageactions_operations_test.spec.js.map +0 -1
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -818
- package/src/models/mappers.ts +0 -1094
- package/src/models/parameters.ts +0 -166
- package/src/operations/index.ts +0 -12
- package/src/operations/operations.ts +0 -149
- package/src/operations/storageTaskAssignmentOperations.ts +0 -205
- package/src/operations/storageTasks.ts +0 -791
- package/src/operations/storageTasksReport.ts +0 -207
- package/src/operationsInterfaces/index.ts +0 -12
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/storageTaskAssignmentOperations.ts +0 -31
- package/src/operationsInterfaces/storageTasks.ts +0 -180
- package/src/operationsInterfaces/storageTasksReport.ts +0 -31
- package/src/pagingHelper.ts +0 -39
- package/src/storageActionsManagementClient.ts +0 -158
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/storageTaskAssignmentOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/storageTasks.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/storageTasksReport.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
+
## 1.0.0-beta.2 (2025-04-18)
|
|
4
|
+
Compared with version 1.0.0-beta.1
|
|
5
|
+
|
|
6
|
+
### Features Added
|
|
7
|
+
|
|
8
|
+
- Added Type Alias OnFailure
|
|
9
|
+
- Added Type Alias OnSuccess
|
|
10
|
+
- Added Enum KnownOnFailure
|
|
11
|
+
- Added Enum KnownOnSuccess
|
|
12
|
+
- Added Enum KnownProvisioningState
|
|
13
|
+
|
|
14
|
+
### Breaking Changes
|
|
15
|
+
|
|
16
|
+
- Parameter identity of interface StorageTask is now required
|
|
17
|
+
- Parameter properties of interface StorageTask is now required
|
|
18
|
+
- Type of parameter maxpagesize of interface StorageTaskAssignmentListOptionalParams is changed from string to number
|
|
19
|
+
- Type of parameter onFailure of interface StorageTaskOperation is changed from "break" to OnFailure
|
|
20
|
+
- Type of parameter onSuccess of interface StorageTaskOperation is changed from "continue" to OnSuccess
|
|
21
|
+
- Type of parameter maxpagesize of interface StorageTasksReportListOptionalParams is changed from string to number
|
|
22
|
+
|
|
23
|
+
|
|
3
24
|
## 1.0.0-beta.1 (2024-03-07)
|
|
4
25
|
|
|
5
26
|
The package of @azure/arm-storageactions is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ).
|
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
Copyright (c) Microsoft Corporation.
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
MIT License
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -12,7 +12,7 @@ furnished to do so, subject to the following conditions:
|
|
|
12
12
|
The above copyright notice and this permission notice shall be included in all
|
|
13
13
|
copies or substantial portions of the Software.
|
|
14
14
|
|
|
15
|
-
THE SOFTWARE IS PROVIDED
|
|
15
|
+
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
16
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
17
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ The Azure Storage Actions Management API.
|
|
|
6
6
|
|
|
7
7
|
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storageactions/arm-storageactions) |
|
|
8
8
|
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-storageactions) |
|
|
9
|
-
[API reference documentation](https://
|
|
9
|
+
[API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-storageactions?view=azure-node-preview) |
|
|
10
10
|
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
|
|
11
11
|
|
|
12
12
|
## Getting started
|
|
@@ -44,26 +44,32 @@ npm install @azure/identity
|
|
|
44
44
|
```
|
|
45
45
|
|
|
46
46
|
You will also need to **register a new AAD application and grant access to Azure StorageActionsManagement** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
|
|
47
|
-
Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.
|
|
48
47
|
|
|
49
|
-
For more information about how to create an Azure AD Application check out [this guide](https://
|
|
48
|
+
For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
|
|
50
49
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
50
|
+
Using Node.js and Node-like environments, you can use the `DefaultAzureCredential` class to authenticate the client.
|
|
51
|
+
|
|
52
|
+
```ts snippet:ReadmeSampleCreateClient_Node
|
|
53
|
+
import { StorageActionsManagementClient } from "@azure/arm-storageactions";
|
|
54
|
+
import { DefaultAzureCredential } from "@azure/identity";
|
|
55
55
|
|
|
56
56
|
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
57
57
|
const client = new StorageActionsManagementClient(new DefaultAzureCredential(), subscriptionId);
|
|
58
|
-
|
|
59
|
-
// For client-side applications running in the browser, use this code instead:
|
|
60
|
-
// const credential = new InteractiveBrowserCredential({
|
|
61
|
-
// tenantId: "<YOUR_TENANT_ID>",
|
|
62
|
-
// clientId: "<YOUR_CLIENT_ID>"
|
|
63
|
-
// });
|
|
64
|
-
// const client = new StorageActionsManagementClient(credential, subscriptionId);
|
|
65
58
|
```
|
|
66
59
|
|
|
60
|
+
For browser environments, use the `InteractiveBrowserCredential` from the `@azure/identity` package to authenticate.
|
|
61
|
+
|
|
62
|
+
```ts snippet:ReadmeSampleCreateClient_Browser
|
|
63
|
+
import { InteractiveBrowserCredential } from "@azure/identity";
|
|
64
|
+
import { StorageActionsManagementClient } from "@azure/arm-storageactions";
|
|
65
|
+
|
|
66
|
+
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
67
|
+
const credential = new InteractiveBrowserCredential({
|
|
68
|
+
tenantId: "<YOUR_TENANT_ID>",
|
|
69
|
+
clientId: "<YOUR_CLIENT_ID>"
|
|
70
|
+
});
|
|
71
|
+
const client = new StorageActionsManagementClient(credential, subscriptionId);
|
|
72
|
+
```
|
|
67
73
|
|
|
68
74
|
### JavaScript Bundle
|
|
69
75
|
To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
|
|
@@ -80,8 +86,9 @@ To use this client library in the browser, first you need to use a bundler. For
|
|
|
80
86
|
|
|
81
87
|
Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
|
|
82
88
|
|
|
83
|
-
```
|
|
84
|
-
|
|
89
|
+
```ts snippet:SetLogLevel
|
|
90
|
+
import { setLogLevel } from "@azure/logger";
|
|
91
|
+
|
|
85
92
|
setLogLevel("info");
|
|
86
93
|
```
|
|
87
94
|
|
|
@@ -99,9 +106,8 @@ If you'd like to contribute to this library, please read the [contributing guide
|
|
|
99
106
|
|
|
100
107
|
- [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
|
|
101
108
|
|
|
102
|
-

|
|
103
109
|
|
|
104
|
-
[azure_cli]: https://
|
|
110
|
+
[azure_cli]: https://learn.microsoft.com/cli/azure
|
|
105
111
|
[azure_sub]: https://azure.microsoft.com/free/
|
|
106
112
|
[azure_sub]: https://azure.microsoft.com/free/
|
|
107
113
|
[azure_portal]: https://portal.azure.com
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AACrF,cAAc,iCAAiC,CAAC"}
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
/// <reference lib="esnext.asynciterable" />
|
|
9
|
-
export { getContinuationToken } from "./pagingHelper";
|
|
10
|
-
export * from "./models";
|
|
11
|
-
export { StorageActionsManagementClient } from "./storageActionsManagementClient";
|
|
12
|
-
export * from "./operationsInterfaces";
|
|
9
|
+
export { getContinuationToken } from "./pagingHelper.js";
|
|
10
|
+
export * from "./models/index.js";
|
|
11
|
+
export { StorageActionsManagementClient } from "./storageActionsManagementClient.js";
|
|
12
|
+
export * from "./operationsInterfaces/index.js";
|
|
13
13
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AACrF,cAAc,iCAAiC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { StorageActionsManagementClient } from \"./storageActionsManagementClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAQH,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,KAAkB,IAAI,EAAjB,QAAQ,UAAK,IAAI,EAAnC,eAA4B,CAAO,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,kCACtB,QAAQ,KACX,UAAU,EAAE,KAAK,EACjB,IAAI,EACJ,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,IACjC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike },\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal,\n });\n },\n };\n}\n"]}
|
|
@@ -171,7 +171,7 @@ export interface StorageTaskAction {
|
|
|
171
171
|
}
|
|
172
172
|
/** The if block of storage task operation */
|
|
173
173
|
export interface IfCondition {
|
|
174
|
-
/**
|
|
174
|
+
/** Condition predicate to evaluate each object. See https://aka.ms/storagetaskconditions for valid properties and operators. */
|
|
175
175
|
condition: string;
|
|
176
176
|
/** List of operations to execute when the condition predicate satisfies. */
|
|
177
177
|
operations: StorageTaskOperation[];
|
|
@@ -185,9 +185,9 @@ export interface StorageTaskOperation {
|
|
|
185
185
|
[propertyName: string]: string;
|
|
186
186
|
};
|
|
187
187
|
/** Action to be taken when the operation is successful for a object. */
|
|
188
|
-
onSuccess?:
|
|
188
|
+
onSuccess?: OnSuccess;
|
|
189
189
|
/** Action to be taken when the operation fails for a object. */
|
|
190
|
-
onFailure?:
|
|
190
|
+
onFailure?: OnFailure;
|
|
191
191
|
}
|
|
192
192
|
/** The else block of storage task operation */
|
|
193
193
|
export interface ElseCondition {
|
|
@@ -243,7 +243,7 @@ export interface StorageTaskUpdateParameters {
|
|
|
243
243
|
/** Properties of the storage task. */
|
|
244
244
|
properties?: StorageTaskProperties;
|
|
245
245
|
}
|
|
246
|
-
/** The response from the List Storage
|
|
246
|
+
/** The response from the List Storage Task operation. */
|
|
247
247
|
export interface StorageTasksListResult {
|
|
248
248
|
/**
|
|
249
249
|
* Gets the list of storage tasks and their properties.
|
|
@@ -259,20 +259,20 @@ export interface StorageTasksListResult {
|
|
|
259
259
|
/** The response from the List Storage Tasks operation. */
|
|
260
260
|
export interface StorageTaskAssignmentsListResult {
|
|
261
261
|
/**
|
|
262
|
-
*
|
|
262
|
+
* List of Storage Task Assignment Resource IDs associated with this Storage Task.
|
|
263
263
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
264
264
|
*/
|
|
265
265
|
readonly value?: StorageTaskAssignment[];
|
|
266
266
|
/**
|
|
267
|
-
* Request URL that can be used to query next page of
|
|
267
|
+
* Request URL that can be used to query next page of Resource IDs. Returned when total number of requested Resource IDs exceed maximum page size.
|
|
268
268
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
269
269
|
*/
|
|
270
270
|
readonly nextLink?: string;
|
|
271
271
|
}
|
|
272
|
-
/**
|
|
272
|
+
/** Storage Task Assignment associated with this Storage Task. */
|
|
273
273
|
export interface StorageTaskAssignment {
|
|
274
274
|
/**
|
|
275
|
-
*
|
|
275
|
+
* Resource ID of the Storage Task Assignment.
|
|
276
276
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
277
277
|
*/
|
|
278
278
|
readonly id?: string;
|
|
@@ -293,12 +293,12 @@ export interface StorageTaskReportSummary {
|
|
|
293
293
|
/** Storage task execution report for a run instance. */
|
|
294
294
|
export interface StorageTaskReportProperties {
|
|
295
295
|
/**
|
|
296
|
-
*
|
|
296
|
+
* Resource ID of the Storage Task Assignment associated with this reported run.
|
|
297
297
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
298
298
|
*/
|
|
299
299
|
readonly taskAssignmentId?: string;
|
|
300
300
|
/**
|
|
301
|
-
*
|
|
301
|
+
* Resource ID of the Storage Account where this reported run executed.
|
|
302
302
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
303
303
|
*/
|
|
304
304
|
readonly storageAccountId?: string;
|
|
@@ -348,7 +348,7 @@ export interface StorageTaskReportProperties {
|
|
|
348
348
|
*/
|
|
349
349
|
readonly summaryReportPath?: string;
|
|
350
350
|
/**
|
|
351
|
-
* Storage Task
|
|
351
|
+
* Resource ID of the Storage Task applied during this run.
|
|
352
352
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
353
353
|
*/
|
|
354
354
|
readonly taskId?: string;
|
|
@@ -370,16 +370,16 @@ export interface StorageTaskPreviewAction {
|
|
|
370
370
|
}
|
|
371
371
|
/** Storage task preview action properties. */
|
|
372
372
|
export interface StorageTaskPreviewActionProperties {
|
|
373
|
-
/**
|
|
373
|
+
/** Properties of a sample container to test for a match with the preview action. */
|
|
374
374
|
container: StorageTaskPreviewContainerProperties;
|
|
375
|
-
/**
|
|
375
|
+
/** Properties of some sample blobs in the container to test for matches with the preview action. */
|
|
376
376
|
blobs: StorageTaskPreviewBlobProperties[];
|
|
377
|
-
/** Preview action
|
|
377
|
+
/** Preview action to test */
|
|
378
378
|
action: StorageTaskPreviewActionCondition;
|
|
379
379
|
}
|
|
380
380
|
/** Storage task preview container properties */
|
|
381
381
|
export interface StorageTaskPreviewContainerProperties {
|
|
382
|
-
/**
|
|
382
|
+
/** Name of test container */
|
|
383
383
|
name?: string;
|
|
384
384
|
/** metadata key value pairs to be tested for a match against the provided condition. */
|
|
385
385
|
metadata?: StorageTaskPreviewKeyValueProperties[];
|
|
@@ -393,7 +393,7 @@ export interface StorageTaskPreviewKeyValueProperties {
|
|
|
393
393
|
}
|
|
394
394
|
/** Storage task preview container properties */
|
|
395
395
|
export interface StorageTaskPreviewBlobProperties {
|
|
396
|
-
/**
|
|
396
|
+
/** Name of test blob */
|
|
397
397
|
name?: string;
|
|
398
398
|
/** properties key value pairs to be tested for a match against the provided condition. */
|
|
399
399
|
properties?: StorageTaskPreviewKeyValueProperties[];
|
|
@@ -434,9 +434,9 @@ export interface ProxyResource extends Resource {
|
|
|
434
434
|
/** Represents Storage Task. */
|
|
435
435
|
export interface StorageTask extends TrackedResource {
|
|
436
436
|
/** The managed service identity of the resource. */
|
|
437
|
-
identity
|
|
437
|
+
identity: ManagedServiceIdentity;
|
|
438
438
|
/** Properties of the storage task. */
|
|
439
|
-
properties
|
|
439
|
+
properties: StorageTaskProperties;
|
|
440
440
|
}
|
|
441
441
|
/** Storage Tasks run report instance */
|
|
442
442
|
export interface StorageTaskReportInstance extends ProxyResource {
|
|
@@ -540,6 +540,66 @@ export declare enum KnownStorageTaskOperationName {
|
|
|
540
540
|
* **UndeleteBlob**
|
|
541
541
|
*/
|
|
542
542
|
export type StorageTaskOperationName = string;
|
|
543
|
+
/** Known values of {@link OnSuccess} that the service accepts. */
|
|
544
|
+
export declare enum KnownOnSuccess {
|
|
545
|
+
/** Continue */
|
|
546
|
+
Continue = "continue"
|
|
547
|
+
}
|
|
548
|
+
/**
|
|
549
|
+
* Defines values for OnSuccess. \
|
|
550
|
+
* {@link KnownOnSuccess} can be used interchangeably with OnSuccess,
|
|
551
|
+
* this enum contains the known values that the service supports.
|
|
552
|
+
* ### Known values supported by the service
|
|
553
|
+
* **continue**
|
|
554
|
+
*/
|
|
555
|
+
export type OnSuccess = string;
|
|
556
|
+
/** Known values of {@link OnFailure} that the service accepts. */
|
|
557
|
+
export declare enum KnownOnFailure {
|
|
558
|
+
/** Break */
|
|
559
|
+
Break = "break"
|
|
560
|
+
}
|
|
561
|
+
/**
|
|
562
|
+
* Defines values for OnFailure. \
|
|
563
|
+
* {@link KnownOnFailure} can be used interchangeably with OnFailure,
|
|
564
|
+
* this enum contains the known values that the service supports.
|
|
565
|
+
* ### Known values supported by the service
|
|
566
|
+
* **break**
|
|
567
|
+
*/
|
|
568
|
+
export type OnFailure = string;
|
|
569
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
570
|
+
export declare enum KnownProvisioningState {
|
|
571
|
+
/** ValidateSubscriptionQuotaBegin */
|
|
572
|
+
ValidateSubscriptionQuotaBegin = "ValidateSubscriptionQuotaBegin",
|
|
573
|
+
/** ValidateSubscriptionQuotaEnd */
|
|
574
|
+
ValidateSubscriptionQuotaEnd = "ValidateSubscriptionQuotaEnd",
|
|
575
|
+
/** Accepted */
|
|
576
|
+
Accepted = "Accepted",
|
|
577
|
+
/** Creating */
|
|
578
|
+
Creating = "Creating",
|
|
579
|
+
/** Succeeded */
|
|
580
|
+
Succeeded = "Succeeded",
|
|
581
|
+
/** Deleting */
|
|
582
|
+
Deleting = "Deleting",
|
|
583
|
+
/** Canceled */
|
|
584
|
+
Canceled = "Canceled",
|
|
585
|
+
/** Failed */
|
|
586
|
+
Failed = "Failed"
|
|
587
|
+
}
|
|
588
|
+
/**
|
|
589
|
+
* Defines values for ProvisioningState. \
|
|
590
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
591
|
+
* this enum contains the known values that the service supports.
|
|
592
|
+
* ### Known values supported by the service
|
|
593
|
+
* **ValidateSubscriptionQuotaBegin** \
|
|
594
|
+
* **ValidateSubscriptionQuotaEnd** \
|
|
595
|
+
* **Accepted** \
|
|
596
|
+
* **Creating** \
|
|
597
|
+
* **Succeeded** \
|
|
598
|
+
* **Deleting** \
|
|
599
|
+
* **Canceled** \
|
|
600
|
+
* **Failed**
|
|
601
|
+
*/
|
|
602
|
+
export type ProvisioningState = string;
|
|
543
603
|
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
544
604
|
export declare enum KnownCreatedByType {
|
|
545
605
|
/** User */
|
|
@@ -613,8 +673,6 @@ export declare enum KnownMatchedBlockName {
|
|
|
613
673
|
* **None**
|
|
614
674
|
*/
|
|
615
675
|
export type MatchedBlockName = string;
|
|
616
|
-
/** Defines values for ProvisioningState. */
|
|
617
|
-
export type ProvisioningState = "ValidateSubscriptionQuotaBegin" | "ValidateSubscriptionQuotaEnd" | "Creating" | "Succeeded" | "Deleting" | "Canceled" | "Failed";
|
|
618
676
|
/** Optional parameters. */
|
|
619
677
|
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
620
678
|
}
|
|
@@ -684,8 +742,8 @@ export interface StorageTasksListByResourceGroupNextOptionalParams extends coreC
|
|
|
684
742
|
export type StorageTasksListByResourceGroupNextResponse = StorageTasksListResult;
|
|
685
743
|
/** Optional parameters. */
|
|
686
744
|
export interface StorageTaskAssignmentListOptionalParams extends coreClient.OperationOptions {
|
|
687
|
-
/** Optional, specifies the maximum number of
|
|
688
|
-
maxpagesize?:
|
|
745
|
+
/** Optional, specifies the maximum number of Storage Task Assignment Resource IDs to be included in the list response. */
|
|
746
|
+
maxpagesize?: number;
|
|
689
747
|
}
|
|
690
748
|
/** Contains response data for the list operation. */
|
|
691
749
|
export type StorageTaskAssignmentListResponse = StorageTaskAssignmentsListResult;
|
|
@@ -696,8 +754,8 @@ export interface StorageTaskAssignmentListNextOptionalParams extends coreClient.
|
|
|
696
754
|
export type StorageTaskAssignmentListNextResponse = StorageTaskAssignmentsListResult;
|
|
697
755
|
/** Optional parameters. */
|
|
698
756
|
export interface StorageTasksReportListOptionalParams extends coreClient.OperationOptions {
|
|
699
|
-
/** Optional, specifies the maximum number of
|
|
700
|
-
maxpagesize?:
|
|
757
|
+
/** Optional, specifies the maximum number of Storage Task Assignment Resource IDs to be included in the list response. */
|
|
758
|
+
maxpagesize?: number;
|
|
701
759
|
/** Optional. When specified, it can be used to query using reporting properties. */
|
|
702
760
|
filter?: string;
|
|
703
761
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -51,6 +51,38 @@ export var KnownStorageTaskOperationName;
|
|
|
51
51
|
/** UndeleteBlob */
|
|
52
52
|
KnownStorageTaskOperationName["UndeleteBlob"] = "UndeleteBlob";
|
|
53
53
|
})(KnownStorageTaskOperationName || (KnownStorageTaskOperationName = {}));
|
|
54
|
+
/** Known values of {@link OnSuccess} that the service accepts. */
|
|
55
|
+
export var KnownOnSuccess;
|
|
56
|
+
(function (KnownOnSuccess) {
|
|
57
|
+
/** Continue */
|
|
58
|
+
KnownOnSuccess["Continue"] = "continue";
|
|
59
|
+
})(KnownOnSuccess || (KnownOnSuccess = {}));
|
|
60
|
+
/** Known values of {@link OnFailure} that the service accepts. */
|
|
61
|
+
export var KnownOnFailure;
|
|
62
|
+
(function (KnownOnFailure) {
|
|
63
|
+
/** Break */
|
|
64
|
+
KnownOnFailure["Break"] = "break";
|
|
65
|
+
})(KnownOnFailure || (KnownOnFailure = {}));
|
|
66
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
67
|
+
export var KnownProvisioningState;
|
|
68
|
+
(function (KnownProvisioningState) {
|
|
69
|
+
/** ValidateSubscriptionQuotaBegin */
|
|
70
|
+
KnownProvisioningState["ValidateSubscriptionQuotaBegin"] = "ValidateSubscriptionQuotaBegin";
|
|
71
|
+
/** ValidateSubscriptionQuotaEnd */
|
|
72
|
+
KnownProvisioningState["ValidateSubscriptionQuotaEnd"] = "ValidateSubscriptionQuotaEnd";
|
|
73
|
+
/** Accepted */
|
|
74
|
+
KnownProvisioningState["Accepted"] = "Accepted";
|
|
75
|
+
/** Creating */
|
|
76
|
+
KnownProvisioningState["Creating"] = "Creating";
|
|
77
|
+
/** Succeeded */
|
|
78
|
+
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
79
|
+
/** Deleting */
|
|
80
|
+
KnownProvisioningState["Deleting"] = "Deleting";
|
|
81
|
+
/** Canceled */
|
|
82
|
+
KnownProvisioningState["Canceled"] = "Canceled";
|
|
83
|
+
/** Failed */
|
|
84
|
+
KnownProvisioningState["Failed"] = "Failed";
|
|
85
|
+
})(KnownProvisioningState || (KnownProvisioningState = {}));
|
|
54
86
|
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
55
87
|
export var KnownCreatedByType;
|
|
56
88
|
(function (KnownCreatedByType) {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /**\n * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\n type: ManagedServiceIdentityType;\n /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */\n userAssignedIdentities?: {\n [propertyName: string]: UserAssignedIdentity | null;\n };\n}\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /**\n * The principal ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** Properties of the storage task. */\nexport interface StorageTaskProperties {\n /**\n * Storage task version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly taskVersion?: number;\n /** Storage Task is enabled when set to true and disabled when set to false */\n enabled: boolean;\n /** Text that describes the purpose of the storage task */\n description: string;\n /** The storage task action that is executed */\n action: StorageTaskAction;\n /**\n * Represents the provisioning state of the storage task.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The creation date and time of the storage task in UTC.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTimeInUtc?: Date;\n}\n\n/** The storage task action represents conditional statements and operations to be performed on target objects. */\nexport interface StorageTaskAction {\n /** The if block of storage task operation */\n if: IfCondition;\n /** The else block of storage task operation */\n else?: ElseCondition;\n}\n\n/** The if block of storage task operation */\nexport interface IfCondition {\n /** Condition predicate to evaluate each object. See https://aka.ms/storagetaskconditions for valid properties and operators. */\n condition: string;\n /** List of operations to execute when the condition predicate satisfies. */\n operations: StorageTaskOperation[];\n}\n\n/** Represents an operation to be performed on the object */\nexport interface StorageTaskOperation {\n /** The operation to be performed on the object. */\n name: StorageTaskOperationName;\n /** Key-value parameters for the operation. */\n parameters?: { [propertyName: string]: string };\n /** Action to be taken when the operation is successful for a object. */\n onSuccess?: OnSuccess;\n /** Action to be taken when the operation fails for a object. */\n onFailure?: OnFailure;\n}\n\n/** The else block of storage task operation */\nexport interface ElseCondition {\n /** List of operations to execute in the else block */\n operations: StorageTaskOperation[];\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Parameters of the storage task update request */\nexport interface StorageTaskUpdateParameters {\n /** The identity of the resource. */\n identity?: ManagedServiceIdentity;\n /** Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters. */\n tags?: { [propertyName: string]: string };\n /** Properties of the storage task. */\n properties?: StorageTaskProperties;\n}\n\n/** The response from the List Storage Task operation. */\nexport interface StorageTasksListResult {\n /**\n * Gets the list of storage tasks and their properties.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: StorageTask[];\n /**\n * Request URL that can be used to query next page of storage tasks. Returned when total number of requested storage tasks exceed maximum page size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The response from the List Storage Tasks operation. */\nexport interface StorageTaskAssignmentsListResult {\n /**\n * List of Storage Task Assignment Resource IDs associated with this Storage Task.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: StorageTaskAssignment[];\n /**\n * Request URL that can be used to query next page of Resource IDs. Returned when total number of requested Resource IDs exceed maximum page size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Storage Task Assignment associated with this Storage Task. */\nexport interface StorageTaskAssignment {\n /**\n * Resource ID of the Storage Task Assignment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** Fetch Storage Tasks Run Summary. */\nexport interface StorageTaskReportSummary {\n /**\n * Gets storage tasks run result summary.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: StorageTaskReportInstance[];\n /**\n * Request URL that can be used to query next page of storage task run results summary. Returned when the number of run instances and summary reports exceed maximum page size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Storage task execution report for a run instance. */\nexport interface StorageTaskReportProperties {\n /**\n * Resource ID of the Storage Task Assignment associated with this reported run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly taskAssignmentId?: string;\n /**\n * Resource ID of the Storage Account where this reported run executed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageAccountId?: string;\n /**\n * Start time of the run instance. Filter options such as startTime gt '2023-06-26T20:51:24.4494016Z' and other comparison operators can be used as described for DateTime properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: string;\n /**\n * End time of the run instance. Filter options such as startTime gt '2023-06-26T20:51:24.4494016Z' and other comparison operators can be used as described for DateTime properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly finishTime?: string;\n /**\n * Total number of objects that meet the condition as defined in the storage task assignment execution context. Filter options such as objectsTargetedCount gt 50 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly objectsTargetedCount?: string;\n /**\n * Total number of objects that meet the storage tasks condition and were operated upon. Filter options such as objectsOperatedOnCount ge 100 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly objectsOperatedOnCount?: string;\n /**\n * Total number of objects where task operation failed when was attempted. Filter options such as objectFailedCount eq 0 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly objectFailedCount?: string;\n /**\n * Total number of objects where task operation succeeded when was attempted.Filter options such as objectsSucceededCount gt 150 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly objectsSucceededCount?: string;\n /**\n * Well known Azure Storage error code that represents the error encountered during execution of the run instance.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runStatusError?: string;\n /**\n * Represents the status of the execution.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runStatusEnum?: RunStatusEnum;\n /**\n * Full path to the verbose report stored in the reporting container as specified in the assignment execution context for the storage account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly summaryReportPath?: string;\n /**\n * Resource ID of the Storage Task applied during this run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly taskId?: string;\n /**\n * Storage Task Version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly taskVersion?: string;\n /**\n * Represents the overall result of the execution for the run instance\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runResult?: RunResult;\n}\n\n/** Storage Task Preview Action. */\nexport interface StorageTaskPreviewAction {\n /** Properties of the storage task preview. */\n properties: StorageTaskPreviewActionProperties;\n}\n\n/** Storage task preview action properties. */\nexport interface StorageTaskPreviewActionProperties {\n /** Properties of a sample container to test for a match with the preview action. */\n container: StorageTaskPreviewContainerProperties;\n /** Properties of some sample blobs in the container to test for matches with the preview action. */\n blobs: StorageTaskPreviewBlobProperties[];\n /** Preview action to test */\n action: StorageTaskPreviewActionCondition;\n}\n\n/** Storage task preview container properties */\nexport interface StorageTaskPreviewContainerProperties {\n /** Name of test container */\n name?: string;\n /** metadata key value pairs to be tested for a match against the provided condition. */\n metadata?: StorageTaskPreviewKeyValueProperties[];\n}\n\n/** Storage task preview object key value pair properties. */\nexport interface StorageTaskPreviewKeyValueProperties {\n /** Represents the key property of the pair. */\n key?: string;\n /** Represents the value property of the pair. */\n value?: string;\n}\n\n/** Storage task preview container properties */\nexport interface StorageTaskPreviewBlobProperties {\n /** Name of test blob */\n name?: string;\n /** properties key value pairs to be tested for a match against the provided condition. */\n properties?: StorageTaskPreviewKeyValueProperties[];\n /** metadata key value pairs to be tested for a match against the provided condition. */\n metadata?: StorageTaskPreviewKeyValueProperties[];\n /** tags key value pairs to be tested for a match against the provided condition. */\n tags?: StorageTaskPreviewKeyValueProperties[];\n /**\n * Represents the condition block name that matched blob properties.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly matchedBlock?: MatchedBlockName;\n}\n\n/** Represents the storage task conditions to be tested for a match with container and blob properties. */\nexport interface StorageTaskPreviewActionCondition {\n /** The condition to be tested for a match with container and blob properties. */\n if: StorageTaskPreviewActionIfCondition;\n /** Specify whether the else block is present in the condition. */\n elseBlockExists: boolean;\n}\n\n/** Represents storage task preview action condition. */\nexport interface StorageTaskPreviewActionIfCondition {\n /** Storage task condition to bes tested for a match. */\n condition?: string;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** Represents Storage Task. */\nexport interface StorageTask extends TrackedResource {\n /** The managed service identity of the resource. */\n identity: ManagedServiceIdentity;\n /** Properties of the storage task. */\n properties: StorageTaskProperties;\n}\n\n/** Storage Tasks run report instance */\nexport interface StorageTaskReportInstance extends ProxyResource {\n /** Storage task execution report for a run instance. */\n properties?: StorageTaskReportProperties;\n}\n\n/** Defines headers for StorageTasks_create operation. */\nexport interface StorageTasksCreateHeaders {\n location?: string;\n}\n\n/** Defines headers for StorageTasks_delete operation. */\nexport interface StorageTasksDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for StorageTasks_update operation. */\nexport interface StorageTasksUpdateHeaders {\n location?: string;\n}\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\",\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\",\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n\n/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */\nexport enum KnownManagedServiceIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssignedUserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * Defines values for ManagedServiceIdentityType. \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned,UserAssigned**\n */\nexport type ManagedServiceIdentityType = string;\n\n/** Known values of {@link StorageTaskOperationName} that the service accepts. */\nexport enum KnownStorageTaskOperationName {\n /** SetBlobTier */\n SetBlobTier = \"SetBlobTier\",\n /** SetBlobTags */\n SetBlobTags = \"SetBlobTags\",\n /** SetBlobImmutabilityPolicy */\n SetBlobImmutabilityPolicy = \"SetBlobImmutabilityPolicy\",\n /** SetBlobLegalHold */\n SetBlobLegalHold = \"SetBlobLegalHold\",\n /** SetBlobExpiry */\n SetBlobExpiry = \"SetBlobExpiry\",\n /** DeleteBlob */\n DeleteBlob = \"DeleteBlob\",\n /** UndeleteBlob */\n UndeleteBlob = \"UndeleteBlob\",\n}\n\n/**\n * Defines values for StorageTaskOperationName. \\\n * {@link KnownStorageTaskOperationName} can be used interchangeably with StorageTaskOperationName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SetBlobTier** \\\n * **SetBlobTags** \\\n * **SetBlobImmutabilityPolicy** \\\n * **SetBlobLegalHold** \\\n * **SetBlobExpiry** \\\n * **DeleteBlob** \\\n * **UndeleteBlob**\n */\nexport type StorageTaskOperationName = string;\n\n/** Known values of {@link OnSuccess} that the service accepts. */\nexport enum KnownOnSuccess {\n /** Continue */\n Continue = \"continue\",\n}\n\n/**\n * Defines values for OnSuccess. \\\n * {@link KnownOnSuccess} can be used interchangeably with OnSuccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **continue**\n */\nexport type OnSuccess = string;\n\n/** Known values of {@link OnFailure} that the service accepts. */\nexport enum KnownOnFailure {\n /** Break */\n Break = \"break\",\n}\n\n/**\n * Defines values for OnFailure. \\\n * {@link KnownOnFailure} can be used interchangeably with OnFailure,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **break**\n */\nexport type OnFailure = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** ValidateSubscriptionQuotaBegin */\n ValidateSubscriptionQuotaBegin = \"ValidateSubscriptionQuotaBegin\",\n /** ValidateSubscriptionQuotaEnd */\n ValidateSubscriptionQuotaEnd = \"ValidateSubscriptionQuotaEnd\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Creating */\n Creating = \"Creating\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ValidateSubscriptionQuotaBegin** \\\n * **ValidateSubscriptionQuotaEnd** \\\n * **Accepted** \\\n * **Creating** \\\n * **Succeeded** \\\n * **Deleting** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link RunStatusEnum} that the service accepts. */\nexport enum KnownRunStatusEnum {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Finished */\n Finished = \"Finished\",\n}\n\n/**\n * Defines values for RunStatusEnum. \\\n * {@link KnownRunStatusEnum} can be used interchangeably with RunStatusEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Finished**\n */\nexport type RunStatusEnum = string;\n\n/** Known values of {@link RunResult} that the service accepts. */\nexport enum KnownRunResult {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for RunResult. \\\n * {@link KnownRunResult} can be used interchangeably with RunResult,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed**\n */\nexport type RunResult = string;\n\n/** Known values of {@link MatchedBlockName} that the service accepts. */\nexport enum KnownMatchedBlockName {\n /** If */\n If = \"If\",\n /** Else */\n Else = \"Else\",\n /** None */\n None = \"None\",\n}\n\n/**\n * Defines values for MatchedBlockName. \\\n * {@link KnownMatchedBlockName} can be used interchangeably with MatchedBlockName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **If** \\\n * **Else** \\\n * **None**\n */\nexport type MatchedBlockName = string;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface StorageTasksCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type StorageTasksCreateResponse = StorageTask;\n\n/** Optional parameters. */\nexport interface StorageTasksDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type StorageTasksDeleteResponse = StorageTasksDeleteHeaders;\n\n/** Optional parameters. */\nexport interface StorageTasksGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type StorageTasksGetResponse = StorageTask;\n\n/** Optional parameters. */\nexport interface StorageTasksUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type StorageTasksUpdateResponse = StorageTask;\n\n/** Optional parameters. */\nexport interface StorageTasksListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type StorageTasksListBySubscriptionResponse = StorageTasksListResult;\n\n/** Optional parameters. */\nexport interface StorageTasksListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type StorageTasksListByResourceGroupResponse = StorageTasksListResult;\n\n/** Optional parameters. */\nexport interface StorageTasksPreviewActionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the previewActions operation. */\nexport type StorageTasksPreviewActionsResponse = StorageTaskPreviewAction;\n\n/** Optional parameters. */\nexport interface StorageTasksListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type StorageTasksListBySubscriptionNextResponse = StorageTasksListResult;\n\n/** Optional parameters. */\nexport interface StorageTasksListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type StorageTasksListByResourceGroupNextResponse =\n StorageTasksListResult;\n\n/** Optional parameters. */\nexport interface StorageTaskAssignmentListOptionalParams\n extends coreClient.OperationOptions {\n /** Optional, specifies the maximum number of Storage Task Assignment Resource IDs to be included in the list response. */\n maxpagesize?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type StorageTaskAssignmentListResponse =\n StorageTaskAssignmentsListResult;\n\n/** Optional parameters. */\nexport interface StorageTaskAssignmentListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type StorageTaskAssignmentListNextResponse =\n StorageTaskAssignmentsListResult;\n\n/** Optional parameters. */\nexport interface StorageTasksReportListOptionalParams\n extends coreClient.OperationOptions {\n /** Optional, specifies the maximum number of Storage Task Assignment Resource IDs to be included in the list response. */\n maxpagesize?: number;\n /** Optional. When specified, it can be used to query using reporting properties. */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type StorageTasksReportListResponse = StorageTaskReportSummary;\n\n/** Optional parameters. */\nexport interface StorageTasksReportListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type StorageTasksReportListNextResponse = StorageTaskReportSummary;\n\n/** Optional parameters. */\nexport interface StorageActionsManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eA2B5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eA0ClC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAmCzC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAsDpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsB5C,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAqC/C,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAqB7C,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eA2B5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eA0ClC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAmCzC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAsDpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsB5C,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAqC/C,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAqB7C,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAqD9C,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAqB1C,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eA2BpC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAiC7C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAoBtC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAmCjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eA4BpD,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eA2B/C,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eA2BzD,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAc9C,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eA2BjD,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eAyGpD,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eAcjD,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,UAAU,CAAC,eAkC3D,CAAC;AAEF,eAAO,MAAM,qCAAqC,EAAE,UAAU,CAAC,eA0B5D,CAAC;AAEJ,eAAO,MAAM,oCAAoC,EAAE,UAAU,CAAC,eAoB3D,CAAC;AAEJ,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eAwDzD,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,UAAU,CAAC,eAqB1D,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eAa5D,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAsBxC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAQtC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAsBpC,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAelD,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAalD,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAalD,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAalD,CAAC"}
|
|
@@ -306,16 +306,7 @@ export const StorageTaskProperties = {
|
|
|
306
306
|
serializedName: "provisioningState",
|
|
307
307
|
readOnly: true,
|
|
308
308
|
type: {
|
|
309
|
-
name: "
|
|
310
|
-
allowedValues: [
|
|
311
|
-
"ValidateSubscriptionQuotaBegin",
|
|
312
|
-
"ValidateSubscriptionQuotaEnd",
|
|
313
|
-
"Creating",
|
|
314
|
-
"Succeeded",
|
|
315
|
-
"Deleting",
|
|
316
|
-
"Canceled",
|
|
317
|
-
"Failed",
|
|
318
|
-
],
|
|
309
|
+
name: "String",
|
|
319
310
|
},
|
|
320
311
|
},
|
|
321
312
|
creationTimeInUtc: {
|
|
@@ -398,16 +389,12 @@ export const StorageTaskOperation = {
|
|
|
398
389
|
},
|
|
399
390
|
},
|
|
400
391
|
onSuccess: {
|
|
401
|
-
defaultValue: "continue",
|
|
402
|
-
isConstant: true,
|
|
403
392
|
serializedName: "onSuccess",
|
|
404
393
|
type: {
|
|
405
394
|
name: "String",
|
|
406
395
|
},
|
|
407
396
|
},
|
|
408
397
|
onFailure: {
|
|
409
|
-
defaultValue: "break",
|
|
410
|
-
isConstant: true,
|
|
411
398
|
serializedName: "onFailure",
|
|
412
399
|
type: {
|
|
413
400
|
name: "String",
|