@azure/arm-informaticadatamanagement 1.0.1-alpha.20250207.1 → 1.0.1-alpha.20250210.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +23 -16
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/informaticaDataManagement.d.ts +2 -2
- package/dist/browser/informaticaDataManagement.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/informaticaDataManagement.js +15 -18
- package/dist/browser/informaticaDataManagement.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/index.d.ts +4 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operations/index.js +3 -3
- 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/organizations.d.ts +3 -3
- package/dist/browser/operations/organizations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/organizations.js +79 -87
- package/dist/browser/operations/organizations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/serverlessRuntimes.d.ts +3 -3
- package/dist/browser/operations/serverlessRuntimes.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/serverlessRuntimes.js +88 -96
- package/dist/browser/operations/serverlessRuntimes.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +4 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +3 -3
- 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/organizations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/organizations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/organizations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/serverlessRuntimes.d.ts +1 -1
- package/dist/browser/operationsInterfaces/serverlessRuntimes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/serverlessRuntimes.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.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/informaticaDataManagement.d.ts +22 -0
- package/dist/commonjs/informaticaDataManagement.d.ts.map +1 -0
- package/dist/commonjs/informaticaDataManagement.js +104 -0
- package/dist/commonjs/informaticaDataManagement.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 +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-informaticadatamanagement.d.ts → dist/commonjs/models/index.d.ts} +908 -1221
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +81 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +58 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1938 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +15 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +136 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +4 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +14 -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/organizations.d.ts +113 -0
- package/dist/commonjs/operations/organizations.d.ts.map +1 -0
- package/dist/commonjs/operations/organizations.js +553 -0
- package/dist/commonjs/operations/organizations.js.map +1 -0
- package/dist/commonjs/operations/serverlessRuntimes.d.ts +115 -0
- package/dist/commonjs/operations/serverlessRuntimes.d.ts.map +1 -0
- package/dist/commonjs/operations/serverlessRuntimes.js +509 -0
- package/dist/commonjs/operations/serverlessRuntimes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +14 -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/organizations.d.ts +77 -0
- package/dist/commonjs/operationsInterfaces/organizations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/organizations.js +10 -0
- package/dist/commonjs/operationsInterfaces/organizations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/serverlessRuntimes.d.ts +89 -0
- package/dist/commonjs/operationsInterfaces/serverlessRuntimes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/serverlessRuntimes.js +10 -0
- package/dist/commonjs/operationsInterfaces/serverlessRuntimes.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/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/informaticaDataManagement.d.ts +22 -0
- package/dist/esm/informaticaDataManagement.d.ts.map +1 -0
- package/dist/esm/informaticaDataManagement.js +99 -0
- package/dist/esm/informaticaDataManagement.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 +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +908 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +78 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +58 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1934 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +15 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +133 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +4 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +11 -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/organizations.d.ts +113 -0
- package/dist/esm/operations/organizations.d.ts.map +1 -0
- package/dist/esm/operations/organizations.js +549 -0
- package/dist/esm/operations/organizations.js.map +1 -0
- package/dist/esm/operations/serverlessRuntimes.d.ts +115 -0
- package/dist/esm/operations/serverlessRuntimes.d.ts.map +1 -0
- package/dist/esm/operations/serverlessRuntimes.js +505 -0
- package/dist/esm/operations/serverlessRuntimes.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +4 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +11 -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/{src/operations/index.ts → dist/esm/operationsInterfaces/operations.js} +2 -4
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/organizations.d.ts +77 -0
- package/dist/esm/operationsInterfaces/organizations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/organizations.js +9 -0
- package/dist/esm/operationsInterfaces/organizations.js.map +1 -0
- package/dist/esm/operationsInterfaces/serverlessRuntimes.d.ts +89 -0
- package/dist/esm/operationsInterfaces/serverlessRuntimes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/serverlessRuntimes.js +9 -0
- package/dist/esm/operationsInterfaces/serverlessRuntimes.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/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/informaticaDataManagement.d.ts +22 -0
- package/dist/react-native/informaticaDataManagement.d.ts.map +1 -0
- package/dist/react-native/informaticaDataManagement.js +99 -0
- package/dist/react-native/informaticaDataManagement.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 +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +908 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +78 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +58 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1934 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +15 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +133 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +4 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +11 -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/organizations.d.ts +113 -0
- package/dist/react-native/operations/organizations.d.ts.map +1 -0
- package/dist/react-native/operations/organizations.js +549 -0
- package/dist/react-native/operations/organizations.js.map +1 -0
- package/dist/react-native/operations/serverlessRuntimes.d.ts +115 -0
- package/dist/react-native/operations/serverlessRuntimes.d.ts.map +1 -0
- package/dist/react-native/operations/serverlessRuntimes.js +505 -0
- package/dist/react-native/operations/serverlessRuntimes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +11 -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/organizations.d.ts +77 -0
- package/dist/react-native/operationsInterfaces/organizations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/organizations.js +9 -0
- package/dist/react-native/operationsInterfaces/organizations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/serverlessRuntimes.d.ts +89 -0
- package/dist/react-native/operationsInterfaces/serverlessRuntimes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/serverlessRuntimes.js +9 -0
- package/dist/react-native/operationsInterfaces/serverlessRuntimes.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/package.json +70 -42
- package/dist/index.js +0 -3563
- 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 -82
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationsCreateOrUpdateSample.js +0 -90
- package/dist-esm/samples-dev/organizationsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationsDeleteSample.js +0 -54
- package/dist-esm/samples-dev/organizationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationsGetAllServerlessRuntimesSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationsGetAllServerlessRuntimesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationsGetAllServerlessRuntimesSample.js +0 -54
- package/dist-esm/samples-dev/organizationsGetAllServerlessRuntimesSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationsGetSample.js +0 -54
- package/dist-esm/samples-dev/organizationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationsGetServerlessMetadataSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationsGetServerlessMetadataSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationsGetServerlessMetadataSample.js +0 -54
- package/dist-esm/samples-dev/organizationsGetServerlessMetadataSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationsListByResourceGroupSample.js +0 -84
- package/dist-esm/samples-dev/organizationsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationsListBySubscriptionSample.js +0 -82
- package/dist-esm/samples-dev/organizationsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationsUpdateSample.js +0 -80
- package/dist-esm/samples-dev/organizationsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesCheckDependenciesSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverlessRuntimesCheckDependenciesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesCheckDependenciesSample.js +0 -56
- package/dist-esm/samples-dev/serverlessRuntimesCheckDependenciesSample.js.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverlessRuntimesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesCreateOrUpdateSample.js +0 -106
- package/dist-esm/samples-dev/serverlessRuntimesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverlessRuntimesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/serverlessRuntimesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverlessRuntimesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesGetSample.js +0 -56
- package/dist-esm/samples-dev/serverlessRuntimesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesListByInformaticaOrganizationResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverlessRuntimesListByInformaticaOrganizationResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesListByInformaticaOrganizationResourceSample.js +0 -52
- package/dist-esm/samples-dev/serverlessRuntimesListByInformaticaOrganizationResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesServerlessResourceByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverlessRuntimesServerlessResourceByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesServerlessResourceByIdSample.js +0 -37
- package/dist-esm/samples-dev/serverlessRuntimesServerlessResourceByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesStartFailedServerlessRuntimeSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverlessRuntimesStartFailedServerlessRuntimeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesStartFailedServerlessRuntimeSample.js +0 -37
- package/dist-esm/samples-dev/serverlessRuntimesStartFailedServerlessRuntimeSample.js.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverlessRuntimesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverlessRuntimesUpdateSample.js +0 -107
- package/dist-esm/samples-dev/serverlessRuntimesUpdateSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/informaticaDataManagement.d.ts.map +0 -1
- package/dist-esm/src/informaticaDataManagement.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 -4
- 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/organizations.d.ts.map +0 -1
- package/dist-esm/src/operations/organizations.js.map +0 -1
- package/dist-esm/src/operations/serverlessRuntimes.d.ts.map +0 -1
- package/dist-esm/src/operations/serverlessRuntimes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
- 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/organizations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/organizations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/serverlessRuntimes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/serverlessRuntimes.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/informaticadatamanagement_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/informaticadatamanagement_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/informaticadatamanagement_operations_test.spec.js +0 -74
- package/dist-esm/test/informaticadatamanagement_operations_test.spec.js.map +0 -1
- package/src/informaticaDataManagement.ts +0 -153
- package/src/lroImpl.ts +0 -38
- package/src/models/index.ts +0 -1041
- package/src/models/mappers.ts +0 -2020
- package/src/models/parameters.ts +0 -156
- package/src/operations/operations.ts +0 -149
- package/src/operations/organizations.ts +0 -723
- package/src/operations/serverlessRuntimes.ts +0 -707
- package/src/operationsInterfaces/index.ts +0 -11
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/organizations.ts +0 -153
- package/src/operationsInterfaces/serverlessRuntimes.ts +0 -177
- package/src/pagingHelper.ts +0 -39
- 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/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +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/organizations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/serverlessRuntimes.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/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { InformaticaOrganizationResource, OrganizationsListBySubscriptionOptionalParams, OrganizationsListByResourceGroupOptionalParams, OrganizationsGetOptionalParams, OrganizationsGetResponse, OrganizationsCreateOrUpdateOptionalParams, OrganizationsCreateOrUpdateResponse, InformaticaOrganizationResourceUpdate, OrganizationsUpdateOptionalParams, OrganizationsUpdateResponse, OrganizationsDeleteOptionalParams, OrganizationsDeleteResponse, OrganizationsGetAllServerlessRuntimesOptionalParams, OrganizationsGetAllServerlessRuntimesResponse, OrganizationsGetServerlessMetadataOptionalParams, OrganizationsGetServerlessMetadataResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a Organizations. */
|
|
5
|
+
export interface Organizations {
|
|
6
|
+
/**
|
|
7
|
+
* List InformaticaOrganizationResource resources by subscription ID
|
|
8
|
+
* @param options The options parameters.
|
|
9
|
+
*/
|
|
10
|
+
listBySubscription(options?: OrganizationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<InformaticaOrganizationResource>;
|
|
11
|
+
/**
|
|
12
|
+
* List InformaticaOrganizationResource resources by resource group
|
|
13
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
14
|
+
* @param options The options parameters.
|
|
15
|
+
*/
|
|
16
|
+
listByResourceGroup(resourceGroupName: string, options?: OrganizationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<InformaticaOrganizationResource>;
|
|
17
|
+
/**
|
|
18
|
+
* Get a InformaticaOrganizationResource
|
|
19
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
20
|
+
* @param organizationName Name of the Organizations resource
|
|
21
|
+
* @param options The options parameters.
|
|
22
|
+
*/
|
|
23
|
+
get(resourceGroupName: string, organizationName: string, options?: OrganizationsGetOptionalParams): Promise<OrganizationsGetResponse>;
|
|
24
|
+
/**
|
|
25
|
+
* Create a InformaticaOrganizationResource
|
|
26
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
27
|
+
* @param organizationName Name of the Organizations resource
|
|
28
|
+
* @param resource Resource create parameters.
|
|
29
|
+
* @param options The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
beginCreateOrUpdate(resourceGroupName: string, organizationName: string, resource: InformaticaOrganizationResource, options?: OrganizationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<OrganizationsCreateOrUpdateResponse>, OrganizationsCreateOrUpdateResponse>>;
|
|
32
|
+
/**
|
|
33
|
+
* Create a InformaticaOrganizationResource
|
|
34
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
35
|
+
* @param organizationName Name of the Organizations resource
|
|
36
|
+
* @param resource Resource create parameters.
|
|
37
|
+
* @param options The options parameters.
|
|
38
|
+
*/
|
|
39
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, organizationName: string, resource: InformaticaOrganizationResource, options?: OrganizationsCreateOrUpdateOptionalParams): Promise<OrganizationsCreateOrUpdateResponse>;
|
|
40
|
+
/**
|
|
41
|
+
* Update a InformaticaOrganizationResource
|
|
42
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
43
|
+
* @param organizationName Name of the Organizations resource
|
|
44
|
+
* @param properties The resource properties to be updated.
|
|
45
|
+
* @param options The options parameters.
|
|
46
|
+
*/
|
|
47
|
+
update(resourceGroupName: string, organizationName: string, properties: InformaticaOrganizationResourceUpdate, options?: OrganizationsUpdateOptionalParams): Promise<OrganizationsUpdateResponse>;
|
|
48
|
+
/**
|
|
49
|
+
* Delete a InformaticaOrganizationResource
|
|
50
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
51
|
+
* @param organizationName Name of the Organizations resource
|
|
52
|
+
* @param options The options parameters.
|
|
53
|
+
*/
|
|
54
|
+
beginDelete(resourceGroupName: string, organizationName: string, options?: OrganizationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<OrganizationsDeleteResponse>, OrganizationsDeleteResponse>>;
|
|
55
|
+
/**
|
|
56
|
+
* Delete a InformaticaOrganizationResource
|
|
57
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
58
|
+
* @param organizationName Name of the Organizations resource
|
|
59
|
+
* @param options The options parameters.
|
|
60
|
+
*/
|
|
61
|
+
beginDeleteAndWait(resourceGroupName: string, organizationName: string, options?: OrganizationsDeleteOptionalParams): Promise<OrganizationsDeleteResponse>;
|
|
62
|
+
/**
|
|
63
|
+
* Gets all serverless runtime resources in a given informatica organization resource.
|
|
64
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
65
|
+
* @param organizationName Name of the Organizations resource
|
|
66
|
+
* @param options The options parameters.
|
|
67
|
+
*/
|
|
68
|
+
getAllServerlessRuntimes(resourceGroupName: string, organizationName: string, options?: OrganizationsGetAllServerlessRuntimesOptionalParams): Promise<OrganizationsGetAllServerlessRuntimesResponse>;
|
|
69
|
+
/**
|
|
70
|
+
* Gets Metadata of the serverless runtime environment.
|
|
71
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
72
|
+
* @param organizationName Name of the Organizations resource
|
|
73
|
+
* @param options The options parameters.
|
|
74
|
+
*/
|
|
75
|
+
getServerlessMetadata(resourceGroupName: string, organizationName: string, options?: OrganizationsGetServerlessMetadataOptionalParams): Promise<OrganizationsGetServerlessMetadataResponse>;
|
|
76
|
+
}
|
|
77
|
+
//# sourceMappingURL=organizations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"organizations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/organizations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,+BAA+B,EAC/B,6CAA6C,EAC7C,8CAA8C,EAC9C,8BAA8B,EAC9B,wBAAwB,EACxB,yCAAyC,EACzC,mCAAmC,EACnC,qCAAqC,EACrC,iCAAiC,EACjC,2BAA2B,EAC3B,iCAAiC,EACjC,2BAA2B,EAC3B,mDAAmD,EACnD,6CAA6C,EAC7C,gDAAgD,EAChD,0CAA0C,EAC3C,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,MAAM,WAAW,aAAa;IAC5B;;;OAGG;IACH,kBAAkB,CAChB,OAAO,CAAC,EAAE,6CAA6C,GACtD,0BAA0B,CAAC,+BAA+B,CAAC,CAAC;IAC/D;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,8CAA8C,GACvD,0BAA0B,CAAC,+BAA+B,CAAC,CAAC;IAC/D;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;IACrC;;;;;;OAMG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,QAAQ,EAAE,+BAA+B,EACzC,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,mCAAmC,CAAC,EACnD,mCAAmC,CACpC,CACF,CAAC;IACF;;;;;;OAMG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,QAAQ,EAAE,+BAA+B,EACzC,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,mCAAmC,CAAC,CAAC;IAChD;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,UAAU,EAAE,qCAAqC,EACjD,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;OAKG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,2BAA2B,CAAC,EAC3C,2BAA2B,CAC5B,CACF,CAAC;IACF;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;OAKG;IACH,wBAAwB,CACtB,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CAAC,6CAA6C,CAAC,CAAC;IAC1D;;;;;OAKG;IACH,qBAAqB,CACnB,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC,CAAC;CACxD"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=organizations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"organizations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/organizations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n InformaticaOrganizationResource,\n OrganizationsListBySubscriptionOptionalParams,\n OrganizationsListByResourceGroupOptionalParams,\n OrganizationsGetOptionalParams,\n OrganizationsGetResponse,\n OrganizationsCreateOrUpdateOptionalParams,\n OrganizationsCreateOrUpdateResponse,\n InformaticaOrganizationResourceUpdate,\n OrganizationsUpdateOptionalParams,\n OrganizationsUpdateResponse,\n OrganizationsDeleteOptionalParams,\n OrganizationsDeleteResponse,\n OrganizationsGetAllServerlessRuntimesOptionalParams,\n OrganizationsGetAllServerlessRuntimesResponse,\n OrganizationsGetServerlessMetadataOptionalParams,\n OrganizationsGetServerlessMetadataResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Organizations. */\nexport interface Organizations {\n /**\n * List InformaticaOrganizationResource resources by subscription ID\n * @param options The options parameters.\n */\n listBySubscription(\n options?: OrganizationsListBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<InformaticaOrganizationResource>;\n /**\n * List InformaticaOrganizationResource resources by resource group\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: OrganizationsListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<InformaticaOrganizationResource>;\n /**\n * Get a InformaticaOrganizationResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n organizationName: string,\n options?: OrganizationsGetOptionalParams,\n ): Promise<OrganizationsGetResponse>;\n /**\n * Create a InformaticaOrganizationResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n organizationName: string,\n resource: InformaticaOrganizationResource,\n options?: OrganizationsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<OrganizationsCreateOrUpdateResponse>,\n OrganizationsCreateOrUpdateResponse\n >\n >;\n /**\n * Create a InformaticaOrganizationResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n organizationName: string,\n resource: InformaticaOrganizationResource,\n options?: OrganizationsCreateOrUpdateOptionalParams,\n ): Promise<OrganizationsCreateOrUpdateResponse>;\n /**\n * Update a InformaticaOrganizationResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param properties The resource properties to be updated.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n organizationName: string,\n properties: InformaticaOrganizationResourceUpdate,\n options?: OrganizationsUpdateOptionalParams,\n ): Promise<OrganizationsUpdateResponse>;\n /**\n * Delete a InformaticaOrganizationResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n organizationName: string,\n options?: OrganizationsDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<OrganizationsDeleteResponse>,\n OrganizationsDeleteResponse\n >\n >;\n /**\n * Delete a InformaticaOrganizationResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n organizationName: string,\n options?: OrganizationsDeleteOptionalParams,\n ): Promise<OrganizationsDeleteResponse>;\n /**\n * Gets all serverless runtime resources in a given informatica organization resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param options The options parameters.\n */\n getAllServerlessRuntimes(\n resourceGroupName: string,\n organizationName: string,\n options?: OrganizationsGetAllServerlessRuntimesOptionalParams,\n ): Promise<OrganizationsGetAllServerlessRuntimesResponse>;\n /**\n * Gets Metadata of the serverless runtime environment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param options The options parameters.\n */\n getServerlessMetadata(\n resourceGroupName: string,\n organizationName: string,\n options?: OrganizationsGetServerlessMetadataOptionalParams,\n ): Promise<OrganizationsGetServerlessMetadataResponse>;\n}\n"]}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { InformaticaServerlessRuntimeResource, ServerlessRuntimesListByInformaticaOrganizationResourceOptionalParams, ServerlessRuntimesGetOptionalParams, ServerlessRuntimesGetResponse, ServerlessRuntimesCreateOrUpdateOptionalParams, ServerlessRuntimesCreateOrUpdateResponse, InformaticaServerlessRuntimeResourceUpdate, ServerlessRuntimesUpdateOptionalParams, ServerlessRuntimesUpdateResponse, ServerlessRuntimesDeleteOptionalParams, ServerlessRuntimesDeleteResponse, ServerlessRuntimesCheckDependenciesOptionalParams, ServerlessRuntimesCheckDependenciesResponse, ServerlessRuntimesServerlessResourceByIdOptionalParams, ServerlessRuntimesServerlessResourceByIdResponse, ServerlessRuntimesStartFailedServerlessRuntimeOptionalParams } from "../models/index.js";
|
|
4
|
+
/** Interface representing a ServerlessRuntimes. */
|
|
5
|
+
export interface ServerlessRuntimes {
|
|
6
|
+
/**
|
|
7
|
+
* List InformaticaServerlessRuntimeResource resources by InformaticaOrganizationResource
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param organizationName Name of the Organizations resource
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
listByInformaticaOrganizationResource(resourceGroupName: string, organizationName: string, options?: ServerlessRuntimesListByInformaticaOrganizationResourceOptionalParams): PagedAsyncIterableIterator<InformaticaServerlessRuntimeResource>;
|
|
13
|
+
/**
|
|
14
|
+
* Get a InformaticaServerlessRuntimeResource
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param organizationName Name of the Organizations resource
|
|
17
|
+
* @param serverlessRuntimeName Name of the Serverless Runtime resource
|
|
18
|
+
* @param options The options parameters.
|
|
19
|
+
*/
|
|
20
|
+
get(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesGetOptionalParams): Promise<ServerlessRuntimesGetResponse>;
|
|
21
|
+
/**
|
|
22
|
+
* Create a InformaticaServerlessRuntimeResource
|
|
23
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
24
|
+
* @param organizationName Name of the Organizations resource
|
|
25
|
+
* @param serverlessRuntimeName Name of the Serverless Runtime resource
|
|
26
|
+
* @param resource Resource create parameters.
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
beginCreateOrUpdate(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, resource: InformaticaServerlessRuntimeResource, options?: ServerlessRuntimesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServerlessRuntimesCreateOrUpdateResponse>, ServerlessRuntimesCreateOrUpdateResponse>>;
|
|
30
|
+
/**
|
|
31
|
+
* Create a InformaticaServerlessRuntimeResource
|
|
32
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
33
|
+
* @param organizationName Name of the Organizations resource
|
|
34
|
+
* @param serverlessRuntimeName Name of the Serverless Runtime resource
|
|
35
|
+
* @param resource Resource create parameters.
|
|
36
|
+
* @param options The options parameters.
|
|
37
|
+
*/
|
|
38
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, resource: InformaticaServerlessRuntimeResource, options?: ServerlessRuntimesCreateOrUpdateOptionalParams): Promise<ServerlessRuntimesCreateOrUpdateResponse>;
|
|
39
|
+
/**
|
|
40
|
+
* Update a InformaticaServerlessRuntimeResource
|
|
41
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
42
|
+
* @param organizationName Name of the Organizations resource
|
|
43
|
+
* @param serverlessRuntimeName Name of the Serverless Runtime resource
|
|
44
|
+
* @param properties The resource properties to be updated.
|
|
45
|
+
* @param options The options parameters.
|
|
46
|
+
*/
|
|
47
|
+
update(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, properties: InformaticaServerlessRuntimeResourceUpdate, options?: ServerlessRuntimesUpdateOptionalParams): Promise<ServerlessRuntimesUpdateResponse>;
|
|
48
|
+
/**
|
|
49
|
+
* Delete a InformaticaServerlessRuntimeResource
|
|
50
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
51
|
+
* @param organizationName Name of the Organizations resource
|
|
52
|
+
* @param serverlessRuntimeName Name of the Serverless Runtime resource
|
|
53
|
+
* @param options The options parameters.
|
|
54
|
+
*/
|
|
55
|
+
beginDelete(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ServerlessRuntimesDeleteResponse>, ServerlessRuntimesDeleteResponse>>;
|
|
56
|
+
/**
|
|
57
|
+
* Delete a InformaticaServerlessRuntimeResource
|
|
58
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
59
|
+
* @param organizationName Name of the Organizations resource
|
|
60
|
+
* @param serverlessRuntimeName Name of the Serverless Runtime resource
|
|
61
|
+
* @param options The options parameters.
|
|
62
|
+
*/
|
|
63
|
+
beginDeleteAndWait(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesDeleteOptionalParams): Promise<ServerlessRuntimesDeleteResponse>;
|
|
64
|
+
/**
|
|
65
|
+
* Checks all dependencies for a serverless runtime resource
|
|
66
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
67
|
+
* @param organizationName Name of the Organizations resource
|
|
68
|
+
* @param serverlessRuntimeName Name of the Serverless Runtime resource
|
|
69
|
+
* @param options The options parameters.
|
|
70
|
+
*/
|
|
71
|
+
checkDependencies(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesCheckDependenciesOptionalParams): Promise<ServerlessRuntimesCheckDependenciesResponse>;
|
|
72
|
+
/**
|
|
73
|
+
* Returns a serverless runtime resource by ID
|
|
74
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
75
|
+
* @param organizationName Name of the Organizations resource
|
|
76
|
+
* @param serverlessRuntimeName Name of the Serverless Runtime resource
|
|
77
|
+
* @param options The options parameters.
|
|
78
|
+
*/
|
|
79
|
+
serverlessResourceById(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesServerlessResourceByIdOptionalParams): Promise<ServerlessRuntimesServerlessResourceByIdResponse>;
|
|
80
|
+
/**
|
|
81
|
+
* Starts a failed runtime resource
|
|
82
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
83
|
+
* @param organizationName Name of the Organizations resource
|
|
84
|
+
* @param serverlessRuntimeName Name of the Serverless Runtime resource
|
|
85
|
+
* @param options The options parameters.
|
|
86
|
+
*/
|
|
87
|
+
startFailedServerlessRuntime(resourceGroupName: string, organizationName: string, serverlessRuntimeName: string, options?: ServerlessRuntimesStartFailedServerlessRuntimeOptionalParams): Promise<void>;
|
|
88
|
+
}
|
|
89
|
+
//# sourceMappingURL=serverlessRuntimes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"serverlessRuntimes.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/serverlessRuntimes.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,oCAAoC,EACpC,qEAAqE,EACrE,mCAAmC,EACnC,6BAA6B,EAC7B,8CAA8C,EAC9C,wCAAwC,EACxC,0CAA0C,EAC1C,sCAAsC,EACtC,gCAAgC,EAChC,sCAAsC,EACtC,gCAAgC,EAChC,iDAAiD,EACjD,2CAA2C,EAC3C,sDAAsD,EACtD,gDAAgD,EAChD,4DAA4D,EAC7D,MAAM,oBAAoB,CAAC;AAG5B,mDAAmD;AACnD,MAAM,WAAW,kBAAkB;IACjC;;;;;OAKG;IACH,qCAAqC,CACnC,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,qEAAqE,GAC9E,0BAA0B,CAAC,oCAAoC,CAAC,CAAC;IACpE;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC,CAAC;IAC1C;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,qBAAqB,EAAE,MAAM,EAC7B,QAAQ,EAAE,oCAAoC,EAC9C,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,wCAAwC,CAAC,EACxD,wCAAwC,CACzC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,qBAAqB,EAAE,MAAM,EAC7B,QAAQ,EAAE,oCAAoC,EAC9C,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,wCAAwC,CAAC,CAAC;IACrD;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,qBAAqB,EAAE,MAAM,EAC7B,UAAU,EAAE,0CAA0C,EACtD,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC,CAAC;IAC7C;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,gCAAgC,CAAC,EAChD,gCAAgC,CACjC,CACF,CAAC;IACF;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC,CAAC;IAC7C;;;;;;OAMG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,iDAAiD,GAC1D,OAAO,CAAC,2CAA2C,CAAC,CAAC;IACxD;;;;;;OAMG;IACH,sBAAsB,CACpB,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC,CAAC;IAC7D;;;;;;OAMG;IACH,4BAA4B,CAC1B,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,4DAA4D,GACrE,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=serverlessRuntimes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"serverlessRuntimes.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/serverlessRuntimes.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n InformaticaServerlessRuntimeResource,\n ServerlessRuntimesListByInformaticaOrganizationResourceOptionalParams,\n ServerlessRuntimesGetOptionalParams,\n ServerlessRuntimesGetResponse,\n ServerlessRuntimesCreateOrUpdateOptionalParams,\n ServerlessRuntimesCreateOrUpdateResponse,\n InformaticaServerlessRuntimeResourceUpdate,\n ServerlessRuntimesUpdateOptionalParams,\n ServerlessRuntimesUpdateResponse,\n ServerlessRuntimesDeleteOptionalParams,\n ServerlessRuntimesDeleteResponse,\n ServerlessRuntimesCheckDependenciesOptionalParams,\n ServerlessRuntimesCheckDependenciesResponse,\n ServerlessRuntimesServerlessResourceByIdOptionalParams,\n ServerlessRuntimesServerlessResourceByIdResponse,\n ServerlessRuntimesStartFailedServerlessRuntimeOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ServerlessRuntimes. */\nexport interface ServerlessRuntimes {\n /**\n * List InformaticaServerlessRuntimeResource resources by InformaticaOrganizationResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param options The options parameters.\n */\n listByInformaticaOrganizationResource(\n resourceGroupName: string,\n organizationName: string,\n options?: ServerlessRuntimesListByInformaticaOrganizationResourceOptionalParams,\n ): PagedAsyncIterableIterator<InformaticaServerlessRuntimeResource>;\n /**\n * Get a InformaticaServerlessRuntimeResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param serverlessRuntimeName Name of the Serverless Runtime resource\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n organizationName: string,\n serverlessRuntimeName: string,\n options?: ServerlessRuntimesGetOptionalParams,\n ): Promise<ServerlessRuntimesGetResponse>;\n /**\n * Create a InformaticaServerlessRuntimeResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param serverlessRuntimeName Name of the Serverless Runtime resource\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n organizationName: string,\n serverlessRuntimeName: string,\n resource: InformaticaServerlessRuntimeResource,\n options?: ServerlessRuntimesCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ServerlessRuntimesCreateOrUpdateResponse>,\n ServerlessRuntimesCreateOrUpdateResponse\n >\n >;\n /**\n * Create a InformaticaServerlessRuntimeResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param serverlessRuntimeName Name of the Serverless Runtime resource\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n organizationName: string,\n serverlessRuntimeName: string,\n resource: InformaticaServerlessRuntimeResource,\n options?: ServerlessRuntimesCreateOrUpdateOptionalParams,\n ): Promise<ServerlessRuntimesCreateOrUpdateResponse>;\n /**\n * Update a InformaticaServerlessRuntimeResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param serverlessRuntimeName Name of the Serverless Runtime resource\n * @param properties The resource properties to be updated.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n organizationName: string,\n serverlessRuntimeName: string,\n properties: InformaticaServerlessRuntimeResourceUpdate,\n options?: ServerlessRuntimesUpdateOptionalParams,\n ): Promise<ServerlessRuntimesUpdateResponse>;\n /**\n * Delete a InformaticaServerlessRuntimeResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param serverlessRuntimeName Name of the Serverless Runtime resource\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n organizationName: string,\n serverlessRuntimeName: string,\n options?: ServerlessRuntimesDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ServerlessRuntimesDeleteResponse>,\n ServerlessRuntimesDeleteResponse\n >\n >;\n /**\n * Delete a InformaticaServerlessRuntimeResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param serverlessRuntimeName Name of the Serverless Runtime resource\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n organizationName: string,\n serverlessRuntimeName: string,\n options?: ServerlessRuntimesDeleteOptionalParams,\n ): Promise<ServerlessRuntimesDeleteResponse>;\n /**\n * Checks all dependencies for a serverless runtime resource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param serverlessRuntimeName Name of the Serverless Runtime resource\n * @param options The options parameters.\n */\n checkDependencies(\n resourceGroupName: string,\n organizationName: string,\n serverlessRuntimeName: string,\n options?: ServerlessRuntimesCheckDependenciesOptionalParams,\n ): Promise<ServerlessRuntimesCheckDependenciesResponse>;\n /**\n * Returns a serverless runtime resource by ID\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param serverlessRuntimeName Name of the Serverless Runtime resource\n * @param options The options parameters.\n */\n serverlessResourceById(\n resourceGroupName: string,\n organizationName: string,\n serverlessRuntimeName: string,\n options?: ServerlessRuntimesServerlessResourceByIdOptionalParams,\n ): Promise<ServerlessRuntimesServerlessResourceByIdResponse>;\n /**\n * Starts a failed runtime resource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Name of the Organizations resource\n * @param serverlessRuntimeName Name of the Serverless Runtime resource\n * @param options The options parameters.\n */\n startFailedServerlessRuntime(\n resourceGroupName: string,\n organizationName: string,\n serverlessRuntimeName: string,\n options?: ServerlessRuntimesStartFailedServerlessRuntimeOptionalParams,\n ): Promise<void>;\n}\n"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface PageInfo {
|
|
2
|
+
continuationToken?: string;
|
|
3
|
+
}
|
|
4
|
+
/**
|
|
5
|
+
* Given the last `.value` produced by the `byPage` iterator,
|
|
6
|
+
* returns a continuation token that can be used to begin paging from
|
|
7
|
+
* that point later.
|
|
8
|
+
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
9
|
+
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
10
|
+
*/
|
|
11
|
+
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
12
|
+
export declare function setContinuationToken(page: unknown, continuationToken: string | undefined): void;
|
|
13
|
+
//# sourceMappingURL=pagingHelper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pagingHelper.d.ts","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,QAAQ;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAID;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAKtE;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,OAAO,EACb,iBAAiB,EAAE,MAAM,GAAG,SAAS,GACpC,IAAI,CAON"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
const pageMap = new WeakMap();
|
|
9
|
+
/**
|
|
10
|
+
* Given the last `.value` produced by the `byPage` iterator,
|
|
11
|
+
* returns a continuation token that can be used to begin paging from
|
|
12
|
+
* that point later.
|
|
13
|
+
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
14
|
+
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
15
|
+
*/
|
|
16
|
+
export function getContinuationToken(page) {
|
|
17
|
+
var _a;
|
|
18
|
+
if (typeof page !== "object" || page === null) {
|
|
19
|
+
return undefined;
|
|
20
|
+
}
|
|
21
|
+
return (_a = pageMap.get(page)) === null || _a === void 0 ? void 0 : _a.continuationToken;
|
|
22
|
+
}
|
|
23
|
+
export function setContinuationToken(page, continuationToken) {
|
|
24
|
+
var _a;
|
|
25
|
+
if (typeof page !== "object" || page === null || !continuationToken) {
|
|
26
|
+
return;
|
|
27
|
+
}
|
|
28
|
+
const pageInfo = (_a = pageMap.get(page)) !== null && _a !== void 0 ? _a : {};
|
|
29
|
+
pageInfo.continuationToken = continuationToken;
|
|
30
|
+
pageMap.set(page, pageInfo);
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=pagingHelper.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAMH,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,UAAU,oBAAoB,CAAC,IAAa;;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,0CAAE,iBAAiB,CAAC;AAC9C,CAAC;AAED,MAAM,UAAU,oBAAoB,CAClC,IAAa,EACb,iBAAqC;;IAErC,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACpE,OAAO;IACT,CAAC;IACD,MAAM,QAAQ,GAAG,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,mCAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,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\nexport interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined,\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n"]}
|
package/package.json
CHANGED
|
@@ -3,71 +3,59 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for InformaticaDataManagement.",
|
|
6
|
-
"version": "1.0.1-alpha.
|
|
6
|
+
"version": "1.0.1-alpha.20250210.2",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=18.0.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@azure/abort-controller": "^1.
|
|
12
|
-
"@azure/core-auth": "^1.
|
|
13
|
-
"@azure/core-client": "^1.
|
|
11
|
+
"@azure/abort-controller": "^2.1.2",
|
|
12
|
+
"@azure/core-auth": "^1.9.0",
|
|
13
|
+
"@azure/core-client": "^1.9.2",
|
|
14
14
|
"@azure/core-lro": "^2.5.4",
|
|
15
|
-
"@azure/core-paging": "^1.2
|
|
16
|
-
"@azure/core-rest-pipeline": "^1.
|
|
17
|
-
"tslib": "^2.
|
|
15
|
+
"@azure/core-paging": "^1.6.2",
|
|
16
|
+
"@azure/core-rest-pipeline": "^1.19.0",
|
|
17
|
+
"tslib": "^2.8.1"
|
|
18
18
|
},
|
|
19
19
|
"keywords": [
|
|
20
20
|
"node",
|
|
21
21
|
"azure",
|
|
22
22
|
"typescript",
|
|
23
23
|
"browser",
|
|
24
|
-
"isomorphic"
|
|
24
|
+
"isomorphic",
|
|
25
|
+
"cloud"
|
|
25
26
|
],
|
|
26
27
|
"license": "MIT",
|
|
27
|
-
"main": "./dist/index.js",
|
|
28
|
-
"module": "./dist
|
|
29
|
-
"types": "./
|
|
28
|
+
"main": "./dist/commonjs/index.js",
|
|
29
|
+
"module": "./dist/esm/index.js",
|
|
30
|
+
"types": "./dist/commonjs/index.d.ts",
|
|
30
31
|
"devDependencies": {
|
|
31
|
-
"@azure-tools/test-credential": "^
|
|
32
|
-
"@azure-tools/test-recorder": "
|
|
32
|
+
"@azure-tools/test-credential": "^2.0.0",
|
|
33
|
+
"@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
|
|
34
|
+
"@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
|
|
33
35
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
34
|
-
"@azure/identity": "^4.0
|
|
35
|
-
"@
|
|
36
|
-
"@types/mocha": "^10.0.0",
|
|
36
|
+
"@azure/identity": "^4.6.0",
|
|
37
|
+
"@azure/logger": "^1.1.4",
|
|
37
38
|
"@types/node": "^18.0.0",
|
|
38
|
-
"
|
|
39
|
+
"@vitest/browser": "^3.0.3",
|
|
40
|
+
"@vitest/coverage-istanbul": "^3.0.3",
|
|
39
41
|
"dotenv": "^16.0.0",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"typescript": "~5.7.2"
|
|
44
|
-
},
|
|
45
|
-
"repository": {
|
|
46
|
-
"type": "git",
|
|
47
|
-
"url": "https://github.com/Azure/azure-sdk-for-js.git"
|
|
42
|
+
"playwright": "^1.50.1",
|
|
43
|
+
"typescript": "~5.7.2",
|
|
44
|
+
"vitest": "^3.0.3"
|
|
48
45
|
},
|
|
46
|
+
"repository": "github:Azure/azure-sdk-for-js",
|
|
49
47
|
"bugs": {
|
|
50
48
|
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
|
|
51
49
|
},
|
|
52
50
|
"files": [
|
|
53
|
-
"dist
|
|
54
|
-
"dist/**/*.js.map",
|
|
55
|
-
"dist/**/*.d.ts",
|
|
56
|
-
"dist/**/*.d.ts.map",
|
|
57
|
-
"dist-esm/**/*.js",
|
|
58
|
-
"dist-esm/**/*.js.map",
|
|
59
|
-
"dist-esm/**/*.d.ts",
|
|
60
|
-
"dist-esm/**/*.d.ts.map",
|
|
61
|
-
"src/**/*.ts",
|
|
51
|
+
"dist/",
|
|
62
52
|
"README.md",
|
|
63
53
|
"LICENSE",
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"CHANGELOG.md",
|
|
67
|
-
"types/*"
|
|
54
|
+
"review/",
|
|
55
|
+
"CHANGELOG.md"
|
|
68
56
|
],
|
|
69
57
|
"scripts": {
|
|
70
|
-
"build": "npm run clean &&
|
|
58
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
71
59
|
"build:browser": "echo skipped",
|
|
72
60
|
"build:node": "echo skipped",
|
|
73
61
|
"build:samples": "echo skipped.",
|
|
@@ -79,7 +67,7 @@
|
|
|
79
67
|
"format": "echo skipped",
|
|
80
68
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
81
69
|
"integration-test:browser": "echo skipped",
|
|
82
|
-
"integration-test:node": "dev-tool run test:
|
|
70
|
+
"integration-test:node": "dev-tool run test:vitest --esm",
|
|
83
71
|
"lint": "echo skipped",
|
|
84
72
|
"minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
|
|
85
73
|
"pack": "npm pack 2>&1",
|
|
@@ -89,8 +77,8 @@
|
|
|
89
77
|
"test:node": "echo skipped",
|
|
90
78
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
|
91
79
|
"unit-test:browser": "echo skipped",
|
|
92
|
-
"unit-test:node": "dev-tool run
|
|
93
|
-
"update-snippets": "
|
|
80
|
+
"unit-test:node": "dev-tool run test:vitest",
|
|
81
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
94
82
|
},
|
|
95
83
|
"sideEffects": false,
|
|
96
84
|
"//metadata": {
|
|
@@ -110,5 +98,45 @@
|
|
|
110
98
|
],
|
|
111
99
|
"disableDocsMs": true,
|
|
112
100
|
"apiRefLink": "https://learn.microsoft.com/javascript/api/@azure/arm-informaticadatamanagement?view=azure-node-preview"
|
|
101
|
+
},
|
|
102
|
+
"type": "module",
|
|
103
|
+
"tshy": {
|
|
104
|
+
"project": "./tsconfig.src.json",
|
|
105
|
+
"exports": {
|
|
106
|
+
"./package.json": "./package.json",
|
|
107
|
+
".": "./src/index.ts"
|
|
108
|
+
},
|
|
109
|
+
"dialects": [
|
|
110
|
+
"esm",
|
|
111
|
+
"commonjs"
|
|
112
|
+
],
|
|
113
|
+
"esmDialects": [
|
|
114
|
+
"browser",
|
|
115
|
+
"react-native"
|
|
116
|
+
],
|
|
117
|
+
"selfLink": false
|
|
118
|
+
},
|
|
119
|
+
"browser": "./dist/browser/index.js",
|
|
120
|
+
"react-native": "./dist/react-native/index.js",
|
|
121
|
+
"exports": {
|
|
122
|
+
"./package.json": "./package.json",
|
|
123
|
+
".": {
|
|
124
|
+
"browser": {
|
|
125
|
+
"types": "./dist/browser/index.d.ts",
|
|
126
|
+
"default": "./dist/browser/index.js"
|
|
127
|
+
},
|
|
128
|
+
"react-native": {
|
|
129
|
+
"types": "./dist/react-native/index.d.ts",
|
|
130
|
+
"default": "./dist/react-native/index.js"
|
|
131
|
+
},
|
|
132
|
+
"import": {
|
|
133
|
+
"types": "./dist/esm/index.d.ts",
|
|
134
|
+
"default": "./dist/esm/index.js"
|
|
135
|
+
},
|
|
136
|
+
"require": {
|
|
137
|
+
"types": "./dist/commonjs/index.d.ts",
|
|
138
|
+
"default": "./dist/commonjs/index.js"
|
|
139
|
+
}
|
|
140
|
+
}
|
|
113
141
|
}
|
|
114
142
|
}
|