@azure/arm-machinelearningexperimentation 2.0.0-beta.4 → 2.0.0-beta.5
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 +12 -2
- package/LICENSE +4 -4
- package/README.md +25 -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-esm/src → dist/browser}/mLTeamAccountManagementClient.d.ts +2 -2
- package/dist/browser/mLTeamAccountManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/mLTeamAccountManagementClient.js +33 -24
- package/dist/browser/mLTeamAccountManagementClient.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +19 -19
- package/{dist-esm/src → dist/browser}/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +57 -27
- 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-esm/src → dist/browser}/operations/accounts.d.ts +3 -3
- package/dist/browser/operations/accounts.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/accounts.js +48 -78
- package/dist/browser/operations/accounts.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/operationsInterfaces → 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 +12 -27
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/projects.d.ts +3 -3
- package/dist/browser/operations/projects.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/projects.js +26 -41
- package/dist/browser/operations/projects.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/workspaces.d.ts +3 -3
- package/dist/browser/operations/workspaces.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/workspaces.js +26 -41
- package/dist/browser/operations/workspaces.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.d.ts +1 -1
- package/dist/browser/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accounts.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/operations → 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/projects.d.ts +1 -1
- package/dist/browser/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/projects.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaces.d.ts +1 -1
- package/dist/browser/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workspaces.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
- 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/mLTeamAccountManagementClient.d.ts +23 -0
- package/dist/commonjs/mLTeamAccountManagementClient.d.ts.map +1 -0
- package/dist/commonjs/mLTeamAccountManagementClient.js +117 -0
- package/dist/commonjs/mLTeamAccountManagementClient.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +329 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +10 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +17 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +554 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +18 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +156 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/accounts.d.ts +90 -0
- package/dist/commonjs/operations/accounts.d.ts.map +1 -0
- package/dist/commonjs/operations/accounts.js +362 -0
- package/dist/commonjs/operations/accounts.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 +26 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +84 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/projects.d.ts +86 -0
- package/dist/commonjs/operations/projects.d.ts.map +1 -0
- package/dist/commonjs/operations/projects.js +308 -0
- package/dist/commonjs/operations/projects.js.map +1 -0
- package/dist/commonjs/operations/workspaces.d.ts +79 -0
- package/dist/commonjs/operations/workspaces.d.ts.map +1 -0
- package/dist/commonjs/operations/workspaces.js +281 -0
- package/dist/commonjs/operations/workspaces.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accounts.d.ts +52 -0
- package/dist/commonjs/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accounts.js +10 -0
- package/dist/commonjs/operationsInterfaces/accounts.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/projects.d.ts +57 -0
- package/dist/commonjs/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/projects.js +10 -0
- package/dist/commonjs/operationsInterfaces/projects.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaces.d.ts +52 -0
- package/dist/commonjs/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaces.js +10 -0
- package/dist/commonjs/operationsInterfaces/workspaces.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 +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- 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/mLTeamAccountManagementClient.d.ts +23 -0
- package/dist/esm/mLTeamAccountManagementClient.d.ts.map +1 -0
- package/dist/esm/mLTeamAccountManagementClient.js +112 -0
- package/dist/esm/mLTeamAccountManagementClient.js.map +1 -0
- package/dist/esm/models/index.d.ts +329 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +9 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +17 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +551 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +18 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +153 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/accounts.d.ts +90 -0
- package/dist/esm/operations/accounts.d.ts.map +1 -0
- package/dist/esm/operations/accounts.js +357 -0
- package/dist/esm/operations/accounts.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 +26 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +79 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/projects.d.ts +86 -0
- package/dist/esm/operations/projects.d.ts.map +1 -0
- package/dist/esm/operations/projects.js +303 -0
- package/dist/esm/operations/projects.js.map +1 -0
- package/dist/esm/operations/workspaces.d.ts +79 -0
- package/dist/esm/operations/workspaces.d.ts.map +1 -0
- package/dist/esm/operations/workspaces.js +276 -0
- package/dist/esm/operations/workspaces.js.map +1 -0
- package/dist/esm/operationsInterfaces/accounts.d.ts +52 -0
- package/dist/esm/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accounts.js +9 -0
- package/dist/esm/operationsInterfaces/accounts.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/projects.d.ts +57 -0
- package/dist/esm/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/projects.js +9 -0
- package/dist/esm/operationsInterfaces/projects.js.map +1 -0
- package/dist/esm/operationsInterfaces/workspaces.d.ts +52 -0
- package/dist/esm/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workspaces.js +9 -0
- package/dist/esm/operationsInterfaces/workspaces.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 +30 -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/mLTeamAccountManagementClient.d.ts +23 -0
- package/dist/react-native/mLTeamAccountManagementClient.d.ts.map +1 -0
- package/dist/react-native/mLTeamAccountManagementClient.js +112 -0
- package/dist/react-native/mLTeamAccountManagementClient.js.map +1 -0
- package/dist/react-native/models/index.d.ts +329 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +9 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +17 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +551 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +18 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +153 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/accounts.d.ts +90 -0
- package/dist/react-native/operations/accounts.d.ts.map +1 -0
- package/dist/react-native/operations/accounts.js +357 -0
- package/dist/react-native/operations/accounts.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 +26 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +79 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/projects.d.ts +86 -0
- package/dist/react-native/operations/projects.d.ts.map +1 -0
- package/dist/react-native/operations/projects.js +303 -0
- package/dist/react-native/operations/projects.js.map +1 -0
- package/dist/react-native/operations/workspaces.d.ts +79 -0
- package/dist/react-native/operations/workspaces.d.ts.map +1 -0
- package/dist/react-native/operations/workspaces.js +276 -0
- package/dist/react-native/operations/workspaces.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accounts.d.ts +52 -0
- package/dist/react-native/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accounts.js +9 -0
- package/dist/react-native/operationsInterfaces/accounts.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/projects.d.ts +57 -0
- package/dist/react-native/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/projects.js +9 -0
- package/dist/react-native/operationsInterfaces/projects.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaces.d.ts +52 -0
- package/dist/react-native/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaces.js +9 -0
- package/dist/react-native/operationsInterfaces/workspaces.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 +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +85 -76
- package/dist/index.js +0 -1926
- 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/accountsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsCreateOrUpdateSample.js +0 -50
- package/dist-esm/samples-dev/accountsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/accountsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsGetSample.js +0 -40
- package/dist-esm/samples-dev/accountsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.js +0 -53
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsListSample.js +0 -51
- package/dist-esm/samples-dev/accountsListSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsUpdateSample.js +0 -44
- package/dist-esm/samples-dev/accountsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/projectsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js +0 -48
- package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/projectsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsDeleteSample.js +0 -42
- package/dist-esm/samples-dev/projectsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/projectsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsGetSample.js +0 -42
- package/dist-esm/samples-dev/projectsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/projectsListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectsListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsListByWorkspaceSample.js +0 -54
- package/dist-esm/samples-dev/projectsListByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/projectsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsUpdateSample.js +0 -46
- package/dist-esm/samples-dev/projectsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesDeleteSample.js +0 -41
- package/dist-esm/samples-dev/workspacesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesGetSample.js +0 -41
- package/dist-esm/samples-dev/workspacesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesListByAccountsSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesListByAccountsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesListByAccountsSample.js +0 -54
- package/dist-esm/samples-dev/workspacesListByAccountsSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesUpdateSample.js +0 -42
- package/dist-esm/samples-dev/workspacesUpdateSample.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/mLTeamAccountManagementClient.d.ts.map +0 -1
- package/dist-esm/src/mLTeamAccountManagementClient.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/accounts.d.ts.map +0 -1
- package/dist-esm/src/operations/accounts.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/projects.d.ts.map +0 -1
- package/dist-esm/src/operations/projects.js.map +0 -1
- package/dist-esm/src/operations/workspaces.d.ts.map +0 -1
- package/dist-esm/src/operations/workspaces.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/accounts.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/projects.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/projects.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspaces.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -38
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/rollup.config.js +0 -122
- package/src/mLTeamAccountManagementClient.ts +0 -156
- package/src/models/index.ts +0 -390
- package/src/models/mappers.ts +0 -567
- package/src/models/parameters.ts +0 -181
- package/src/operations/accounts.ts +0 -481
- package/src/operations/index.ts +0 -12
- package/src/operations/operations.ts +0 -103
- package/src/operations/projects.ts +0 -436
- package/src/operations/workspaces.ts +0 -395
- package/src/operationsInterfaces/accounts.ts +0 -96
- package/src/operationsInterfaces/index.ts +0 -12
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/projects.ts +0 -108
- package/src/operationsInterfaces/workspaces.ts +0 -98
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-machinelearningexperimentation.d.ts +0 -580
- /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/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/accounts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/projects.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaces.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/review/{arm-machinelearningexperimentation.api.md → arm-machinelearningexperimentation-node.api.md} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAEH,4CAA4C;AAC5C,qDAAyD;AAAhD,uHAAA,oBAAoB,OAAA;AAC7B,4DAAkC;AAClC,uFAAmF;AAA1E,iJAAA,6BAA6B,OAAA;AACtC,0EAAgD","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 { MLTeamAccountManagementClient } from \"./mLTeamAccountManagementClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
import * as coreAuth from "@azure/core-auth";
|
|
3
|
+
import { Operations, Accounts, Workspaces, Projects } from "./operationsInterfaces/index.js";
|
|
4
|
+
import { MLTeamAccountManagementClientOptionalParams } from "./models/index.js";
|
|
5
|
+
export declare class MLTeamAccountManagementClient extends coreClient.ServiceClient {
|
|
6
|
+
$host: string;
|
|
7
|
+
apiVersion: string;
|
|
8
|
+
subscriptionId: string;
|
|
9
|
+
/**
|
|
10
|
+
* Initializes a new instance of the MLTeamAccountManagementClient class.
|
|
11
|
+
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
12
|
+
* @param subscriptionId The Microsoft Azure subscription ID.
|
|
13
|
+
* @param options The parameter options
|
|
14
|
+
*/
|
|
15
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: MLTeamAccountManagementClientOptionalParams);
|
|
16
|
+
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
17
|
+
private addCustomApiVersionPolicy;
|
|
18
|
+
operations: Operations;
|
|
19
|
+
accounts: Accounts;
|
|
20
|
+
workspaces: Workspaces;
|
|
21
|
+
projects: Projects;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=mLTeamAccountManagementClient.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mLTeamAccountManagementClient.d.ts","sourceRoot":"","sources":["../../src/mLTeamAccountManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAO7C,OAAO,EACL,UAAU,EACV,QAAQ,EACR,UAAU,EACV,QAAQ,EACT,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,2CAA2C,EAAE,MAAM,mBAAmB,CAAC;AAEhF,qBAAa,6BAA8B,SAAQ,UAAU,CAAC,aAAa;IACzE,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,2CAA2C;IA+EvD,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,UAAU,EAAE,UAAU,CAAC;IACvB,QAAQ,EAAE,QAAQ,CAAC;IACnB,UAAU,EAAE,UAAU,CAAC;IACvB,QAAQ,EAAE,QAAQ,CAAC;CACpB"}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.MLTeamAccountManagementClient = void 0;
|
|
11
|
+
const tslib_1 = require("tslib");
|
|
12
|
+
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
13
|
+
const coreRestPipeline = tslib_1.__importStar(require("@azure/core-rest-pipeline"));
|
|
14
|
+
const index_js_1 = require("./operations/index.js");
|
|
15
|
+
class MLTeamAccountManagementClient extends coreClient.ServiceClient {
|
|
16
|
+
$host;
|
|
17
|
+
apiVersion;
|
|
18
|
+
subscriptionId;
|
|
19
|
+
/**
|
|
20
|
+
* Initializes a new instance of the MLTeamAccountManagementClient class.
|
|
21
|
+
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
22
|
+
* @param subscriptionId The Microsoft Azure subscription ID.
|
|
23
|
+
* @param options The parameter options
|
|
24
|
+
*/
|
|
25
|
+
constructor(credentials, subscriptionId, options) {
|
|
26
|
+
if (credentials === undefined) {
|
|
27
|
+
throw new Error("'credentials' cannot be null");
|
|
28
|
+
}
|
|
29
|
+
if (subscriptionId === undefined) {
|
|
30
|
+
throw new Error("'subscriptionId' cannot be null");
|
|
31
|
+
}
|
|
32
|
+
// Initializing default values for options
|
|
33
|
+
if (!options) {
|
|
34
|
+
options = {};
|
|
35
|
+
}
|
|
36
|
+
const defaults = {
|
|
37
|
+
requestContentType: "application/json; charset=utf-8",
|
|
38
|
+
credential: credentials
|
|
39
|
+
};
|
|
40
|
+
const packageDetails = `azsdk-js-arm-machinelearningexperimentation/2.0.0-beta.5`;
|
|
41
|
+
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
42
|
+
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
43
|
+
: `${packageDetails}`;
|
|
44
|
+
const optionsWithDefaults = {
|
|
45
|
+
...defaults,
|
|
46
|
+
...options,
|
|
47
|
+
userAgentOptions: {
|
|
48
|
+
userAgentPrefix
|
|
49
|
+
},
|
|
50
|
+
endpoint: options.endpoint ?? options.baseUri ?? "https://management.azure.com"
|
|
51
|
+
};
|
|
52
|
+
super(optionsWithDefaults);
|
|
53
|
+
let bearerTokenAuthenticationPolicyFound = false;
|
|
54
|
+
if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {
|
|
55
|
+
const pipelinePolicies = options.pipeline.getOrderedPolicies();
|
|
56
|
+
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
|
|
57
|
+
coreRestPipeline.bearerTokenAuthenticationPolicyName);
|
|
58
|
+
}
|
|
59
|
+
if (!options ||
|
|
60
|
+
!options.pipeline ||
|
|
61
|
+
options.pipeline.getOrderedPolicies().length == 0 ||
|
|
62
|
+
!bearerTokenAuthenticationPolicyFound) {
|
|
63
|
+
this.pipeline.removePolicy({
|
|
64
|
+
name: coreRestPipeline.bearerTokenAuthenticationPolicyName
|
|
65
|
+
});
|
|
66
|
+
this.pipeline.addPolicy(coreRestPipeline.bearerTokenAuthenticationPolicy({
|
|
67
|
+
credential: credentials,
|
|
68
|
+
scopes: optionsWithDefaults.credentialScopes ??
|
|
69
|
+
`${optionsWithDefaults.endpoint}/.default`,
|
|
70
|
+
challengeCallbacks: {
|
|
71
|
+
authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge
|
|
72
|
+
}
|
|
73
|
+
}));
|
|
74
|
+
}
|
|
75
|
+
// Parameter assignments
|
|
76
|
+
this.subscriptionId = subscriptionId;
|
|
77
|
+
// Assigning values to Constant parameters
|
|
78
|
+
this.$host = options.$host || "https://management.azure.com";
|
|
79
|
+
this.apiVersion = options.apiVersion || "2017-05-01-preview";
|
|
80
|
+
this.operations = new index_js_1.OperationsImpl(this);
|
|
81
|
+
this.accounts = new index_js_1.AccountsImpl(this);
|
|
82
|
+
this.workspaces = new index_js_1.WorkspacesImpl(this);
|
|
83
|
+
this.projects = new index_js_1.ProjectsImpl(this);
|
|
84
|
+
this.addCustomApiVersionPolicy(options.apiVersion);
|
|
85
|
+
}
|
|
86
|
+
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
87
|
+
addCustomApiVersionPolicy(apiVersion) {
|
|
88
|
+
if (!apiVersion) {
|
|
89
|
+
return;
|
|
90
|
+
}
|
|
91
|
+
const apiVersionPolicy = {
|
|
92
|
+
name: "CustomApiVersionPolicy",
|
|
93
|
+
async sendRequest(request, next) {
|
|
94
|
+
const param = request.url.split("?");
|
|
95
|
+
if (param.length > 1) {
|
|
96
|
+
const newParams = param[1].split("&").map((item) => {
|
|
97
|
+
if (item.indexOf("api-version") > -1) {
|
|
98
|
+
return "api-version=" + apiVersion;
|
|
99
|
+
}
|
|
100
|
+
else {
|
|
101
|
+
return item;
|
|
102
|
+
}
|
|
103
|
+
});
|
|
104
|
+
request.url = param[0] + "?" + newParams.join("&");
|
|
105
|
+
}
|
|
106
|
+
return next(request);
|
|
107
|
+
}
|
|
108
|
+
};
|
|
109
|
+
this.pipeline.addPolicy(apiVersionPolicy);
|
|
110
|
+
}
|
|
111
|
+
operations;
|
|
112
|
+
accounts;
|
|
113
|
+
workspaces;
|
|
114
|
+
projects;
|
|
115
|
+
}
|
|
116
|
+
exports.MLTeamAccountManagementClient = MLTeamAccountManagementClient;
|
|
117
|
+
//# sourceMappingURL=mLTeamAccountManagementClient.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mLTeamAccountManagementClient.js","sourceRoot":"","sources":["../../src/mLTeamAccountManagementClient.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\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n OperationsImpl,\n AccountsImpl,\n WorkspacesImpl,\n ProjectsImpl\n} from \"./operations/index.js\";\nimport {\n Operations,\n Accounts,\n Workspaces,\n Projects\n} from \"./operationsInterfaces/index.js\";\nimport { MLTeamAccountManagementClientOptionalParams } from \"./models/index.js\";\n\nexport class MLTeamAccountManagementClient extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the MLTeamAccountManagementClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId The Microsoft Azure subscription ID.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: MLTeamAccountManagementClientOptionalParams\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: MLTeamAccountManagementClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials\n };\n\n const packageDetails = `azsdk-js-arm-machinelearningexperimentation/2.0.0-beta.5`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\"\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] = options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge\n }\n })\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2017-05-01-preview\";\n this.operations = new OperationsImpl(this);\n this.accounts = new AccountsImpl(this);\n this.workspaces = new WorkspacesImpl(this);\n this.projects = new ProjectsImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n }\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n operations: Operations;\n accounts: Accounts;\n workspaces: Workspaces;\n projects: Projects;\n}\n"]}
|
|
@@ -0,0 +1,329 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** An array of operations supported by the resource provider. */
|
|
3
|
+
export interface OperationListResult {
|
|
4
|
+
/** List of AML team account operations supported by the AML team account resource provider. */
|
|
5
|
+
value?: Operation[];
|
|
6
|
+
}
|
|
7
|
+
/** Azure Machine Learning team account REST API operation */
|
|
8
|
+
export interface Operation {
|
|
9
|
+
/** Operation name: {provider}/{resource}/{operation} */
|
|
10
|
+
name?: string;
|
|
11
|
+
/** Display name of operation */
|
|
12
|
+
display?: OperationDisplay;
|
|
13
|
+
}
|
|
14
|
+
/** Display name of operation */
|
|
15
|
+
export interface OperationDisplay {
|
|
16
|
+
/** The resource provider name: Microsoft.MachineLearningExperimentation */
|
|
17
|
+
provider?: string;
|
|
18
|
+
/** The resource on which the operation is performed. */
|
|
19
|
+
resource?: string;
|
|
20
|
+
/** The operation that users can perform. */
|
|
21
|
+
operation?: string;
|
|
22
|
+
/** The description for the operation. */
|
|
23
|
+
description?: string;
|
|
24
|
+
}
|
|
25
|
+
/** The error response send when an operation fails. */
|
|
26
|
+
export interface ErrorResponse {
|
|
27
|
+
/** error code */
|
|
28
|
+
code: string;
|
|
29
|
+
/** error message */
|
|
30
|
+
message: string;
|
|
31
|
+
}
|
|
32
|
+
/** The properties of a storage account for a machine learning team account. */
|
|
33
|
+
export interface StorageAccountProperties {
|
|
34
|
+
/** The fully qualified arm Id of the storage account. */
|
|
35
|
+
storageAccountId: string;
|
|
36
|
+
/** The access key to the storage account. */
|
|
37
|
+
accessKey: string;
|
|
38
|
+
}
|
|
39
|
+
/** An Azure resource. */
|
|
40
|
+
export interface Resource {
|
|
41
|
+
/**
|
|
42
|
+
* The resource ID.
|
|
43
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
44
|
+
*/
|
|
45
|
+
readonly id?: string;
|
|
46
|
+
/**
|
|
47
|
+
* The name of the resource.
|
|
48
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
49
|
+
*/
|
|
50
|
+
readonly name?: string;
|
|
51
|
+
/**
|
|
52
|
+
* The type of the resource.
|
|
53
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
54
|
+
*/
|
|
55
|
+
readonly type?: string;
|
|
56
|
+
/** The location of the resource. This cannot be changed after the resource is created. */
|
|
57
|
+
location: string;
|
|
58
|
+
/** The tags of the resource. */
|
|
59
|
+
tags?: {
|
|
60
|
+
[propertyName: string]: string;
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
/** The parameters for updating a machine learning team account. */
|
|
64
|
+
export interface AccountUpdateParameters {
|
|
65
|
+
/** The resource tags for the machine learning team account. */
|
|
66
|
+
tags?: {
|
|
67
|
+
[propertyName: string]: string;
|
|
68
|
+
};
|
|
69
|
+
/** The description of this workspace. */
|
|
70
|
+
description?: string;
|
|
71
|
+
/** The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created */
|
|
72
|
+
friendlyName?: string;
|
|
73
|
+
/** The no of users/seats who can access this team account. This property defines the charge on the team account. */
|
|
74
|
+
seats?: string;
|
|
75
|
+
/** The key for storage account associated with this team account */
|
|
76
|
+
storageAccountKey?: string;
|
|
77
|
+
}
|
|
78
|
+
/** The result of a request to list machine learning team accounts. */
|
|
79
|
+
export interface AccountListResult {
|
|
80
|
+
/** The list of machine learning team accounts. Since this list may be incomplete, the nextLink field should be used to request the next list of machine learning team accounts. */
|
|
81
|
+
value?: Account[];
|
|
82
|
+
/** The URI that can be used to request the next list of machine learning team accounts. */
|
|
83
|
+
nextLink?: string;
|
|
84
|
+
}
|
|
85
|
+
/** The parameters for updating a machine learning team account workspace. */
|
|
86
|
+
export interface WorkspaceUpdateParameters {
|
|
87
|
+
/** The resource tags for the machine learning team account workspace. */
|
|
88
|
+
tags?: {
|
|
89
|
+
[propertyName: string]: string;
|
|
90
|
+
};
|
|
91
|
+
/** Friendly name of this workspace. */
|
|
92
|
+
friendlyName?: string;
|
|
93
|
+
/** Description for this workspace. */
|
|
94
|
+
description?: string;
|
|
95
|
+
}
|
|
96
|
+
/** The result of a request to list machine learning team account workspaces. */
|
|
97
|
+
export interface WorkspaceListResult {
|
|
98
|
+
/** The list of machine learning team account workspaces. Since this list may be incomplete, the nextLink field should be used to request the next list of machine learning team accounts. */
|
|
99
|
+
value?: Workspace[];
|
|
100
|
+
/** The URI that can be used to request the next list of machine learning workspaces. */
|
|
101
|
+
nextLink?: string;
|
|
102
|
+
}
|
|
103
|
+
/** The parameters for updating a machine learning project. */
|
|
104
|
+
export interface ProjectUpdateParameters {
|
|
105
|
+
/** The resource tags for the machine learning project. */
|
|
106
|
+
tags?: {
|
|
107
|
+
[propertyName: string]: string;
|
|
108
|
+
};
|
|
109
|
+
/** The friendly name for this project. */
|
|
110
|
+
friendlyName?: string;
|
|
111
|
+
/** The description of this project. */
|
|
112
|
+
description?: string;
|
|
113
|
+
/** The reference to git repo for this project. */
|
|
114
|
+
gitrepo?: string;
|
|
115
|
+
}
|
|
116
|
+
/** The result of a request to list projects. */
|
|
117
|
+
export interface ProjectListResult {
|
|
118
|
+
/** The list of projects. Since this list may be incomplete, the nextLink field should be used to request the next list of projects. */
|
|
119
|
+
value?: Project[];
|
|
120
|
+
/** The URI that can be used to request the next list of projects. */
|
|
121
|
+
nextLink?: string;
|
|
122
|
+
}
|
|
123
|
+
/** An object that represents a machine learning team account. */
|
|
124
|
+
export interface Account extends Resource {
|
|
125
|
+
/** The fully qualified arm id of the vso account to be used for this team account. */
|
|
126
|
+
vsoAccountId?: string;
|
|
127
|
+
/**
|
|
128
|
+
* The immutable id associated with this team account.
|
|
129
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
130
|
+
*/
|
|
131
|
+
readonly accountId?: string;
|
|
132
|
+
/** The description of this workspace. */
|
|
133
|
+
description?: string;
|
|
134
|
+
/** The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created */
|
|
135
|
+
friendlyName?: string;
|
|
136
|
+
/** The fully qualified arm id of the user key vault. */
|
|
137
|
+
keyVaultId?: string;
|
|
138
|
+
/** The no of users/seats who can access this team account. This property defines the charge on the team account. */
|
|
139
|
+
seats?: string;
|
|
140
|
+
/**
|
|
141
|
+
* The uri for this machine learning team account.
|
|
142
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
143
|
+
*/
|
|
144
|
+
readonly discoveryUri?: string;
|
|
145
|
+
/**
|
|
146
|
+
* The creation date of the machine learning team account in ISO8601 format.
|
|
147
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
148
|
+
*/
|
|
149
|
+
readonly creationDate?: Date;
|
|
150
|
+
/** The properties of the storage account for the machine learning team account. */
|
|
151
|
+
storageAccount?: StorageAccountProperties;
|
|
152
|
+
/**
|
|
153
|
+
* The current deployment state of team account resource. The provisioningState is to indicate states for resource provisioning.
|
|
154
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
155
|
+
*/
|
|
156
|
+
readonly provisioningState?: ProvisioningState;
|
|
157
|
+
}
|
|
158
|
+
/** An object that represents a machine learning team account workspace. */
|
|
159
|
+
export interface Workspace extends Resource {
|
|
160
|
+
/** The description of this workspace. */
|
|
161
|
+
description?: string;
|
|
162
|
+
/**
|
|
163
|
+
* The immutable id of the team account which contains this workspace.
|
|
164
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
165
|
+
*/
|
|
166
|
+
readonly accountId?: string;
|
|
167
|
+
/**
|
|
168
|
+
* The immutable id of this workspace.
|
|
169
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
170
|
+
*/
|
|
171
|
+
readonly workspaceId?: string;
|
|
172
|
+
/** The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created */
|
|
173
|
+
friendlyName?: string;
|
|
174
|
+
/**
|
|
175
|
+
* The creation date of the machine learning workspace in ISO8601 format.
|
|
176
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
177
|
+
*/
|
|
178
|
+
readonly creationDate?: Date;
|
|
179
|
+
/**
|
|
180
|
+
* The current deployment state of team account workspace resource. The provisioningState is to indicate states for resource provisioning.
|
|
181
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
182
|
+
*/
|
|
183
|
+
readonly provisioningState?: ProvisioningState;
|
|
184
|
+
}
|
|
185
|
+
/** An object that represents a machine learning project. */
|
|
186
|
+
export interface Project extends Resource {
|
|
187
|
+
/** The description of this project. */
|
|
188
|
+
description?: string;
|
|
189
|
+
/**
|
|
190
|
+
* The immutable id of the team account which contains this project.
|
|
191
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
192
|
+
*/
|
|
193
|
+
readonly accountId?: string;
|
|
194
|
+
/**
|
|
195
|
+
* The immutable id of the workspace which contains this project.
|
|
196
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
197
|
+
*/
|
|
198
|
+
readonly workspaceId?: string;
|
|
199
|
+
/**
|
|
200
|
+
* The immutable id of this project.
|
|
201
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
202
|
+
*/
|
|
203
|
+
readonly projectId?: string;
|
|
204
|
+
/** The reference to git repo for this project. */
|
|
205
|
+
gitrepo?: string;
|
|
206
|
+
/** The friendly name for this project. */
|
|
207
|
+
friendlyName?: string;
|
|
208
|
+
/**
|
|
209
|
+
* The creation date of the project in ISO8601 format.
|
|
210
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
211
|
+
*/
|
|
212
|
+
readonly creationDate?: Date;
|
|
213
|
+
/**
|
|
214
|
+
* The current deployment state of project resource. The provisioningState is to indicate states for resource provisioning.
|
|
215
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
216
|
+
*/
|
|
217
|
+
readonly provisioningState?: ProvisioningState;
|
|
218
|
+
}
|
|
219
|
+
/** Defines values for ProvisioningState. */
|
|
220
|
+
export type ProvisioningState = "Creating" | "Succeeded" | "Updating" | "Deleting" | "Failed";
|
|
221
|
+
/** Optional parameters. */
|
|
222
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
223
|
+
}
|
|
224
|
+
/** Contains response data for the list operation. */
|
|
225
|
+
export type OperationsListResponse = OperationListResult;
|
|
226
|
+
/** Optional parameters. */
|
|
227
|
+
export interface AccountsGetOptionalParams extends coreClient.OperationOptions {
|
|
228
|
+
}
|
|
229
|
+
/** Contains response data for the get operation. */
|
|
230
|
+
export type AccountsGetResponse = Account;
|
|
231
|
+
/** Optional parameters. */
|
|
232
|
+
export interface AccountsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
233
|
+
}
|
|
234
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
235
|
+
export type AccountsCreateOrUpdateResponse = Account;
|
|
236
|
+
/** Optional parameters. */
|
|
237
|
+
export interface AccountsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
238
|
+
}
|
|
239
|
+
/** Optional parameters. */
|
|
240
|
+
export interface AccountsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
241
|
+
}
|
|
242
|
+
/** Contains response data for the update operation. */
|
|
243
|
+
export type AccountsUpdateResponse = Account;
|
|
244
|
+
/** Optional parameters. */
|
|
245
|
+
export interface AccountsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
246
|
+
}
|
|
247
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
248
|
+
export type AccountsListByResourceGroupResponse = AccountListResult;
|
|
249
|
+
/** Optional parameters. */
|
|
250
|
+
export interface AccountsListOptionalParams extends coreClient.OperationOptions {
|
|
251
|
+
}
|
|
252
|
+
/** Contains response data for the list operation. */
|
|
253
|
+
export type AccountsListResponse = AccountListResult;
|
|
254
|
+
/** Optional parameters. */
|
|
255
|
+
export interface AccountsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
256
|
+
}
|
|
257
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
258
|
+
export type AccountsListByResourceGroupNextResponse = AccountListResult;
|
|
259
|
+
/** Optional parameters. */
|
|
260
|
+
export interface AccountsListNextOptionalParams extends coreClient.OperationOptions {
|
|
261
|
+
}
|
|
262
|
+
/** Contains response data for the listNext operation. */
|
|
263
|
+
export type AccountsListNextResponse = AccountListResult;
|
|
264
|
+
/** Optional parameters. */
|
|
265
|
+
export interface WorkspacesGetOptionalParams extends coreClient.OperationOptions {
|
|
266
|
+
}
|
|
267
|
+
/** Contains response data for the get operation. */
|
|
268
|
+
export type WorkspacesGetResponse = Workspace;
|
|
269
|
+
/** Optional parameters. */
|
|
270
|
+
export interface WorkspacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
271
|
+
}
|
|
272
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
273
|
+
export type WorkspacesCreateOrUpdateResponse = Workspace;
|
|
274
|
+
/** Optional parameters. */
|
|
275
|
+
export interface WorkspacesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
276
|
+
}
|
|
277
|
+
/** Optional parameters. */
|
|
278
|
+
export interface WorkspacesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
279
|
+
}
|
|
280
|
+
/** Contains response data for the update operation. */
|
|
281
|
+
export type WorkspacesUpdateResponse = Workspace;
|
|
282
|
+
/** Optional parameters. */
|
|
283
|
+
export interface WorkspacesListByAccountsOptionalParams extends coreClient.OperationOptions {
|
|
284
|
+
}
|
|
285
|
+
/** Contains response data for the listByAccounts operation. */
|
|
286
|
+
export type WorkspacesListByAccountsResponse = WorkspaceListResult;
|
|
287
|
+
/** Optional parameters. */
|
|
288
|
+
export interface WorkspacesListByAccountsNextOptionalParams extends coreClient.OperationOptions {
|
|
289
|
+
}
|
|
290
|
+
/** Contains response data for the listByAccountsNext operation. */
|
|
291
|
+
export type WorkspacesListByAccountsNextResponse = WorkspaceListResult;
|
|
292
|
+
/** Optional parameters. */
|
|
293
|
+
export interface ProjectsGetOptionalParams extends coreClient.OperationOptions {
|
|
294
|
+
}
|
|
295
|
+
/** Contains response data for the get operation. */
|
|
296
|
+
export type ProjectsGetResponse = Project;
|
|
297
|
+
/** Optional parameters. */
|
|
298
|
+
export interface ProjectsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
299
|
+
}
|
|
300
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
301
|
+
export type ProjectsCreateOrUpdateResponse = Project;
|
|
302
|
+
/** Optional parameters. */
|
|
303
|
+
export interface ProjectsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
304
|
+
}
|
|
305
|
+
/** Optional parameters. */
|
|
306
|
+
export interface ProjectsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
307
|
+
}
|
|
308
|
+
/** Contains response data for the update operation. */
|
|
309
|
+
export type ProjectsUpdateResponse = Project;
|
|
310
|
+
/** Optional parameters. */
|
|
311
|
+
export interface ProjectsListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
312
|
+
}
|
|
313
|
+
/** Contains response data for the listByWorkspace operation. */
|
|
314
|
+
export type ProjectsListByWorkspaceResponse = ProjectListResult;
|
|
315
|
+
/** Optional parameters. */
|
|
316
|
+
export interface ProjectsListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
|
|
317
|
+
}
|
|
318
|
+
/** Contains response data for the listByWorkspaceNext operation. */
|
|
319
|
+
export type ProjectsListByWorkspaceNextResponse = ProjectListResult;
|
|
320
|
+
/** Optional parameters. */
|
|
321
|
+
export interface MLTeamAccountManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
322
|
+
/** server parameter */
|
|
323
|
+
$host?: string;
|
|
324
|
+
/** Api Version */
|
|
325
|
+
apiVersion?: string;
|
|
326
|
+
/** Overrides client endpoint. */
|
|
327
|
+
endpoint?: string;
|
|
328
|
+
}
|
|
329
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.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 * as coreClient from \"@azure/core-client\";\n\n/** An array of operations supported by the resource provider. */\nexport interface OperationListResult {\n /** List of AML team account operations supported by the AML team account resource provider. */\n value?: Operation[];\n}\n\n/** Azure Machine Learning team account REST API operation */\nexport interface Operation {\n /** Operation name: {provider}/{resource}/{operation} */\n name?: string;\n /** Display name of operation */\n display?: OperationDisplay;\n}\n\n/** Display name of operation */\nexport interface OperationDisplay {\n /** The resource provider name: Microsoft.MachineLearningExperimentation */\n provider?: string;\n /** The resource on which the operation is performed. */\n resource?: string;\n /** The operation that users can perform. */\n operation?: string;\n /** The description for the operation. */\n description?: string;\n}\n\n/** The error response send when an operation fails. */\nexport interface ErrorResponse {\n /** error code */\n code: string;\n /** error message */\n message: string;\n}\n\n/** The properties of a storage account for a machine learning team account. */\nexport interface StorageAccountProperties {\n /** The fully qualified arm Id of the storage account. */\n storageAccountId: string;\n /** The access key to the storage account. */\n accessKey: string;\n}\n\n/** An Azure resource. */\nexport interface Resource {\n /**\n * The resource ID.\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.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The location of the resource. This cannot be changed after the resource is created. */\n location: string;\n /** The tags of the resource. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The parameters for updating a machine learning team account. */\nexport interface AccountUpdateParameters {\n /** The resource tags for the machine learning team account. */\n tags?: { [propertyName: string]: string };\n /** The description of this workspace. */\n description?: string;\n /** The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created */\n friendlyName?: string;\n /** The no of users/seats who can access this team account. This property defines the charge on the team account. */\n seats?: string;\n /** The key for storage account associated with this team account */\n storageAccountKey?: string;\n}\n\n/** The result of a request to list machine learning team accounts. */\nexport interface AccountListResult {\n /** The list of machine learning team accounts. Since this list may be incomplete, the nextLink field should be used to request the next list of machine learning team accounts. */\n value?: Account[];\n /** The URI that can be used to request the next list of machine learning team accounts. */\n nextLink?: string;\n}\n\n/** The parameters for updating a machine learning team account workspace. */\nexport interface WorkspaceUpdateParameters {\n /** The resource tags for the machine learning team account workspace. */\n tags?: { [propertyName: string]: string };\n /** Friendly name of this workspace. */\n friendlyName?: string;\n /** Description for this workspace. */\n description?: string;\n}\n\n/** The result of a request to list machine learning team account workspaces. */\nexport interface WorkspaceListResult {\n /** The list of machine learning team account workspaces. Since this list may be incomplete, the nextLink field should be used to request the next list of machine learning team accounts. */\n value?: Workspace[];\n /** The URI that can be used to request the next list of machine learning workspaces. */\n nextLink?: string;\n}\n\n/** The parameters for updating a machine learning project. */\nexport interface ProjectUpdateParameters {\n /** The resource tags for the machine learning project. */\n tags?: { [propertyName: string]: string };\n /** The friendly name for this project. */\n friendlyName?: string;\n /** The description of this project. */\n description?: string;\n /** The reference to git repo for this project. */\n gitrepo?: string;\n}\n\n/** The result of a request to list projects. */\nexport interface ProjectListResult {\n /** The list of projects. Since this list may be incomplete, the nextLink field should be used to request the next list of projects. */\n value?: Project[];\n /** The URI that can be used to request the next list of projects. */\n nextLink?: string;\n}\n\n/** An object that represents a machine learning team account. */\nexport interface Account extends Resource {\n /** The fully qualified arm id of the vso account to be used for this team account. */\n vsoAccountId?: string;\n /**\n * The immutable id associated with this team account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accountId?: string;\n /** The description of this workspace. */\n description?: string;\n /** The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created */\n friendlyName?: string;\n /** The fully qualified arm id of the user key vault. */\n keyVaultId?: string;\n /** The no of users/seats who can access this team account. This property defines the charge on the team account. */\n seats?: string;\n /**\n * The uri for this machine learning team account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly discoveryUri?: string;\n /**\n * The creation date of the machine learning team account in ISO8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationDate?: Date;\n /** The properties of the storage account for the machine learning team account. */\n storageAccount?: StorageAccountProperties;\n /**\n * The current deployment state of team account resource. The provisioningState is to indicate states for resource provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** An object that represents a machine learning team account workspace. */\nexport interface Workspace extends Resource {\n /** The description of this workspace. */\n description?: string;\n /**\n * The immutable id of the team account which contains this workspace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accountId?: string;\n /**\n * The immutable id of this workspace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly workspaceId?: string;\n /** The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created */\n friendlyName?: string;\n /**\n * The creation date of the machine learning workspace in ISO8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationDate?: Date;\n /**\n * The current deployment state of team account workspace resource. The provisioningState is to indicate states for resource provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** An object that represents a machine learning project. */\nexport interface Project extends Resource {\n /** The description of this project. */\n description?: string;\n /**\n * The immutable id of the team account which contains this project.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accountId?: string;\n /**\n * The immutable id of the workspace which contains this project.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly workspaceId?: string;\n /**\n * The immutable id of this project.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly projectId?: string;\n /** The reference to git repo for this project. */\n gitrepo?: string;\n /** The friendly name for this project. */\n friendlyName?: string;\n /**\n * The creation date of the project in ISO8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationDate?: Date;\n /**\n * The current deployment state of project resource. The provisioningState is to indicate states for resource provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Defines values for ProvisioningState. */\nexport type ProvisioningState =\n | \"Creating\"\n | \"Succeeded\"\n | \"Updating\"\n | \"Deleting\"\n | \"Failed\";\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 AccountsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AccountsGetResponse = Account;\n\n/** Optional parameters. */\nexport interface AccountsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AccountsCreateOrUpdateResponse = Account;\n\n/** Optional parameters. */\nexport interface AccountsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AccountsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type AccountsUpdateResponse = Account;\n\n/** Optional parameters. */\nexport interface AccountsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AccountsListByResourceGroupResponse = AccountListResult;\n\n/** Optional parameters. */\nexport interface AccountsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AccountsListResponse = AccountListResult;\n\n/** Optional parameters. */\nexport interface AccountsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type AccountsListByResourceGroupNextResponse = AccountListResult;\n\n/** Optional parameters. */\nexport interface AccountsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AccountsListNextResponse = AccountListResult;\n\n/** Optional parameters. */\nexport interface WorkspacesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WorkspacesGetResponse = Workspace;\n\n/** Optional parameters. */\nexport interface WorkspacesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type WorkspacesCreateOrUpdateResponse = Workspace;\n\n/** Optional parameters. */\nexport interface WorkspacesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WorkspacesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type WorkspacesUpdateResponse = Workspace;\n\n/** Optional parameters. */\nexport interface WorkspacesListByAccountsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAccounts operation. */\nexport type WorkspacesListByAccountsResponse = WorkspaceListResult;\n\n/** Optional parameters. */\nexport interface WorkspacesListByAccountsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAccountsNext operation. */\nexport type WorkspacesListByAccountsNextResponse = WorkspaceListResult;\n\n/** Optional parameters. */\nexport interface ProjectsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ProjectsGetResponse = Project;\n\n/** Optional parameters. */\nexport interface ProjectsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ProjectsCreateOrUpdateResponse = Project;\n\n/** Optional parameters. */\nexport interface ProjectsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ProjectsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ProjectsUpdateResponse = Project;\n\n/** Optional parameters. */\nexport interface ProjectsListByWorkspaceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByWorkspace operation. */\nexport type ProjectsListByWorkspaceResponse = ProjectListResult;\n\n/** Optional parameters. */\nexport interface ProjectsListByWorkspaceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByWorkspaceNext operation. */\nexport type ProjectsListByWorkspaceNextResponse = ProjectListResult;\n\n/** Optional parameters. */\nexport interface MLTeamAccountManagementClientOptionalParams\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"]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare const OperationListResult: coreClient.CompositeMapper;
|
|
3
|
+
export declare const Operation: coreClient.CompositeMapper;
|
|
4
|
+
export declare const OperationDisplay: coreClient.CompositeMapper;
|
|
5
|
+
export declare const ErrorResponse: coreClient.CompositeMapper;
|
|
6
|
+
export declare const StorageAccountProperties: coreClient.CompositeMapper;
|
|
7
|
+
export declare const Resource: coreClient.CompositeMapper;
|
|
8
|
+
export declare const AccountUpdateParameters: coreClient.CompositeMapper;
|
|
9
|
+
export declare const AccountListResult: coreClient.CompositeMapper;
|
|
10
|
+
export declare const WorkspaceUpdateParameters: coreClient.CompositeMapper;
|
|
11
|
+
export declare const WorkspaceListResult: coreClient.CompositeMapper;
|
|
12
|
+
export declare const ProjectUpdateParameters: coreClient.CompositeMapper;
|
|
13
|
+
export declare const ProjectListResult: coreClient.CompositeMapper;
|
|
14
|
+
export declare const Account: coreClient.CompositeMapper;
|
|
15
|
+
export declare const Workspace: coreClient.CompositeMapper;
|
|
16
|
+
export declare const Project: coreClient.CompositeMapper;
|
|
17
|
+
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -0,0 +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,eAmB5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAoBlC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eA+BzC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAqBtC,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eAqBjD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eA0CjC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eAsChD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAyB1C,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eA0BlD,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAyB5C,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eAgChD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAyB1C,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,UAAU,CAAC,eAgFhC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAuDlC,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,UAAU,CAAC,eAoEhC,CAAC"}
|