@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
package/src/models/parameters.ts
DELETED
|
@@ -1,181 +0,0 @@
|
|
|
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
|
-
|
|
9
|
-
import {
|
|
10
|
-
OperationParameter,
|
|
11
|
-
OperationURLParameter,
|
|
12
|
-
OperationQueryParameter
|
|
13
|
-
} from "@azure/core-client";
|
|
14
|
-
import {
|
|
15
|
-
Account as AccountMapper,
|
|
16
|
-
AccountUpdateParameters as AccountUpdateParametersMapper,
|
|
17
|
-
Workspace as WorkspaceMapper,
|
|
18
|
-
WorkspaceUpdateParameters as WorkspaceUpdateParametersMapper,
|
|
19
|
-
Project as ProjectMapper,
|
|
20
|
-
ProjectUpdateParameters as ProjectUpdateParametersMapper
|
|
21
|
-
} from "../models/mappers";
|
|
22
|
-
|
|
23
|
-
export const accept: OperationParameter = {
|
|
24
|
-
parameterPath: "accept",
|
|
25
|
-
mapper: {
|
|
26
|
-
defaultValue: "application/json",
|
|
27
|
-
isConstant: true,
|
|
28
|
-
serializedName: "Accept",
|
|
29
|
-
type: {
|
|
30
|
-
name: "String"
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
export const $host: OperationURLParameter = {
|
|
36
|
-
parameterPath: "$host",
|
|
37
|
-
mapper: {
|
|
38
|
-
serializedName: "$host",
|
|
39
|
-
required: true,
|
|
40
|
-
type: {
|
|
41
|
-
name: "String"
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
skipEncoding: true
|
|
45
|
-
};
|
|
46
|
-
|
|
47
|
-
export const apiVersion: OperationQueryParameter = {
|
|
48
|
-
parameterPath: "apiVersion",
|
|
49
|
-
mapper: {
|
|
50
|
-
defaultValue: "2017-05-01-preview",
|
|
51
|
-
isConstant: true,
|
|
52
|
-
serializedName: "api-version",
|
|
53
|
-
type: {
|
|
54
|
-
name: "String"
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
export const subscriptionId: OperationURLParameter = {
|
|
60
|
-
parameterPath: "subscriptionId",
|
|
61
|
-
mapper: {
|
|
62
|
-
serializedName: "subscriptionId",
|
|
63
|
-
required: true,
|
|
64
|
-
type: {
|
|
65
|
-
name: "String"
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
};
|
|
69
|
-
|
|
70
|
-
export const resourceGroupName: OperationURLParameter = {
|
|
71
|
-
parameterPath: "resourceGroupName",
|
|
72
|
-
mapper: {
|
|
73
|
-
serializedName: "resourceGroupName",
|
|
74
|
-
required: true,
|
|
75
|
-
type: {
|
|
76
|
-
name: "String"
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
};
|
|
80
|
-
|
|
81
|
-
export const accountName: OperationURLParameter = {
|
|
82
|
-
parameterPath: "accountName",
|
|
83
|
-
mapper: {
|
|
84
|
-
constraints: {
|
|
85
|
-
Pattern: new RegExp("^[a-zA-Z0-9]*$"),
|
|
86
|
-
MaxLength: 50,
|
|
87
|
-
MinLength: 5
|
|
88
|
-
},
|
|
89
|
-
serializedName: "accountName",
|
|
90
|
-
required: true,
|
|
91
|
-
type: {
|
|
92
|
-
name: "String"
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
};
|
|
96
|
-
|
|
97
|
-
export const contentType: OperationParameter = {
|
|
98
|
-
parameterPath: ["options", "contentType"],
|
|
99
|
-
mapper: {
|
|
100
|
-
defaultValue: "application/json",
|
|
101
|
-
isConstant: true,
|
|
102
|
-
serializedName: "Content-Type",
|
|
103
|
-
type: {
|
|
104
|
-
name: "String"
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
};
|
|
108
|
-
|
|
109
|
-
export const parameters: OperationParameter = {
|
|
110
|
-
parameterPath: "parameters",
|
|
111
|
-
mapper: AccountMapper
|
|
112
|
-
};
|
|
113
|
-
|
|
114
|
-
export const parameters1: OperationParameter = {
|
|
115
|
-
parameterPath: "parameters",
|
|
116
|
-
mapper: AccountUpdateParametersMapper
|
|
117
|
-
};
|
|
118
|
-
|
|
119
|
-
export const nextLink: OperationURLParameter = {
|
|
120
|
-
parameterPath: "nextLink",
|
|
121
|
-
mapper: {
|
|
122
|
-
serializedName: "nextLink",
|
|
123
|
-
required: true,
|
|
124
|
-
type: {
|
|
125
|
-
name: "String"
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
skipEncoding: true
|
|
129
|
-
};
|
|
130
|
-
|
|
131
|
-
export const workspaceName: OperationURLParameter = {
|
|
132
|
-
parameterPath: "workspaceName",
|
|
133
|
-
mapper: {
|
|
134
|
-
constraints: {
|
|
135
|
-
Pattern: new RegExp("^[a-zA-Z0-9]*$"),
|
|
136
|
-
MaxLength: 50,
|
|
137
|
-
MinLength: 5
|
|
138
|
-
},
|
|
139
|
-
serializedName: "workspaceName",
|
|
140
|
-
required: true,
|
|
141
|
-
type: {
|
|
142
|
-
name: "String"
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
};
|
|
146
|
-
|
|
147
|
-
export const parameters2: OperationParameter = {
|
|
148
|
-
parameterPath: "parameters",
|
|
149
|
-
mapper: WorkspaceMapper
|
|
150
|
-
};
|
|
151
|
-
|
|
152
|
-
export const parameters3: OperationParameter = {
|
|
153
|
-
parameterPath: "parameters",
|
|
154
|
-
mapper: WorkspaceUpdateParametersMapper
|
|
155
|
-
};
|
|
156
|
-
|
|
157
|
-
export const projectName: OperationURLParameter = {
|
|
158
|
-
parameterPath: "projectName",
|
|
159
|
-
mapper: {
|
|
160
|
-
constraints: {
|
|
161
|
-
Pattern: new RegExp("^[a-zA-Z0-9]*$"),
|
|
162
|
-
MaxLength: 50,
|
|
163
|
-
MinLength: 5
|
|
164
|
-
},
|
|
165
|
-
serializedName: "projectName",
|
|
166
|
-
required: true,
|
|
167
|
-
type: {
|
|
168
|
-
name: "String"
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
};
|
|
172
|
-
|
|
173
|
-
export const parameters4: OperationParameter = {
|
|
174
|
-
parameterPath: "parameters",
|
|
175
|
-
mapper: ProjectMapper
|
|
176
|
-
};
|
|
177
|
-
|
|
178
|
-
export const parameters5: OperationParameter = {
|
|
179
|
-
parameterPath: "parameters",
|
|
180
|
-
mapper: ProjectUpdateParametersMapper
|
|
181
|
-
};
|
|
@@ -1,481 +0,0 @@
|
|
|
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
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator, PageSettings } from "@azure/core-paging";
|
|
10
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
11
|
-
import { Accounts } from "../operationsInterfaces";
|
|
12
|
-
import * as coreClient from "@azure/core-client";
|
|
13
|
-
import * as Mappers from "../models/mappers";
|
|
14
|
-
import * as Parameters from "../models/parameters";
|
|
15
|
-
import { MLTeamAccountManagementClient } from "../mLTeamAccountManagementClient";
|
|
16
|
-
import {
|
|
17
|
-
Account,
|
|
18
|
-
AccountsListByResourceGroupNextOptionalParams,
|
|
19
|
-
AccountsListByResourceGroupOptionalParams,
|
|
20
|
-
AccountsListByResourceGroupResponse,
|
|
21
|
-
AccountsListNextOptionalParams,
|
|
22
|
-
AccountsListOptionalParams,
|
|
23
|
-
AccountsListResponse,
|
|
24
|
-
AccountsGetOptionalParams,
|
|
25
|
-
AccountsGetResponse,
|
|
26
|
-
AccountsCreateOrUpdateOptionalParams,
|
|
27
|
-
AccountsCreateOrUpdateResponse,
|
|
28
|
-
AccountsDeleteOptionalParams,
|
|
29
|
-
AccountUpdateParameters,
|
|
30
|
-
AccountsUpdateOptionalParams,
|
|
31
|
-
AccountsUpdateResponse,
|
|
32
|
-
AccountsListByResourceGroupNextResponse,
|
|
33
|
-
AccountsListNextResponse
|
|
34
|
-
} from "../models";
|
|
35
|
-
|
|
36
|
-
/// <reference lib="esnext.asynciterable" />
|
|
37
|
-
/** Class containing Accounts operations. */
|
|
38
|
-
export class AccountsImpl implements Accounts {
|
|
39
|
-
private readonly client: MLTeamAccountManagementClient;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* Initialize a new instance of the class Accounts class.
|
|
43
|
-
* @param client Reference to the service client
|
|
44
|
-
*/
|
|
45
|
-
constructor(client: MLTeamAccountManagementClient) {
|
|
46
|
-
this.client = client;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
* Lists all the available machine learning team accounts under the specified resource group.
|
|
51
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team account
|
|
52
|
-
* belongs.
|
|
53
|
-
* @param options The options parameters.
|
|
54
|
-
*/
|
|
55
|
-
public listByResourceGroup(
|
|
56
|
-
resourceGroupName: string,
|
|
57
|
-
options?: AccountsListByResourceGroupOptionalParams
|
|
58
|
-
): PagedAsyncIterableIterator<Account> {
|
|
59
|
-
const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
|
|
60
|
-
return {
|
|
61
|
-
next() {
|
|
62
|
-
return iter.next();
|
|
63
|
-
},
|
|
64
|
-
[Symbol.asyncIterator]() {
|
|
65
|
-
return this;
|
|
66
|
-
},
|
|
67
|
-
byPage: (settings?: PageSettings) => {
|
|
68
|
-
if (settings?.maxPageSize) {
|
|
69
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
70
|
-
}
|
|
71
|
-
return this.listByResourceGroupPagingPage(
|
|
72
|
-
resourceGroupName,
|
|
73
|
-
options,
|
|
74
|
-
settings
|
|
75
|
-
);
|
|
76
|
-
}
|
|
77
|
-
};
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
private async *listByResourceGroupPagingPage(
|
|
81
|
-
resourceGroupName: string,
|
|
82
|
-
options?: AccountsListByResourceGroupOptionalParams,
|
|
83
|
-
settings?: PageSettings
|
|
84
|
-
): AsyncIterableIterator<Account[]> {
|
|
85
|
-
let result: AccountsListByResourceGroupResponse;
|
|
86
|
-
let continuationToken = settings?.continuationToken;
|
|
87
|
-
if (!continuationToken) {
|
|
88
|
-
result = await this._listByResourceGroup(resourceGroupName, options);
|
|
89
|
-
let page = result.value || [];
|
|
90
|
-
continuationToken = result.nextLink;
|
|
91
|
-
setContinuationToken(page, continuationToken);
|
|
92
|
-
yield page;
|
|
93
|
-
}
|
|
94
|
-
while (continuationToken) {
|
|
95
|
-
result = await this._listByResourceGroupNext(
|
|
96
|
-
resourceGroupName,
|
|
97
|
-
continuationToken,
|
|
98
|
-
options
|
|
99
|
-
);
|
|
100
|
-
continuationToken = result.nextLink;
|
|
101
|
-
let page = result.value || [];
|
|
102
|
-
setContinuationToken(page, continuationToken);
|
|
103
|
-
yield page;
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
private async *listByResourceGroupPagingAll(
|
|
108
|
-
resourceGroupName: string,
|
|
109
|
-
options?: AccountsListByResourceGroupOptionalParams
|
|
110
|
-
): AsyncIterableIterator<Account> {
|
|
111
|
-
for await (const page of this.listByResourceGroupPagingPage(
|
|
112
|
-
resourceGroupName,
|
|
113
|
-
options
|
|
114
|
-
)) {
|
|
115
|
-
yield* page;
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
/**
|
|
120
|
-
* Lists all the available machine learning team accounts under the specified subscription.
|
|
121
|
-
* @param options The options parameters.
|
|
122
|
-
*/
|
|
123
|
-
public list(
|
|
124
|
-
options?: AccountsListOptionalParams
|
|
125
|
-
): PagedAsyncIterableIterator<Account> {
|
|
126
|
-
const iter = this.listPagingAll(options);
|
|
127
|
-
return {
|
|
128
|
-
next() {
|
|
129
|
-
return iter.next();
|
|
130
|
-
},
|
|
131
|
-
[Symbol.asyncIterator]() {
|
|
132
|
-
return this;
|
|
133
|
-
},
|
|
134
|
-
byPage: (settings?: PageSettings) => {
|
|
135
|
-
if (settings?.maxPageSize) {
|
|
136
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
137
|
-
}
|
|
138
|
-
return this.listPagingPage(options, settings);
|
|
139
|
-
}
|
|
140
|
-
};
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
private async *listPagingPage(
|
|
144
|
-
options?: AccountsListOptionalParams,
|
|
145
|
-
settings?: PageSettings
|
|
146
|
-
): AsyncIterableIterator<Account[]> {
|
|
147
|
-
let result: AccountsListResponse;
|
|
148
|
-
let continuationToken = settings?.continuationToken;
|
|
149
|
-
if (!continuationToken) {
|
|
150
|
-
result = await this._list(options);
|
|
151
|
-
let page = result.value || [];
|
|
152
|
-
continuationToken = result.nextLink;
|
|
153
|
-
setContinuationToken(page, continuationToken);
|
|
154
|
-
yield page;
|
|
155
|
-
}
|
|
156
|
-
while (continuationToken) {
|
|
157
|
-
result = await this._listNext(continuationToken, options);
|
|
158
|
-
continuationToken = result.nextLink;
|
|
159
|
-
let page = result.value || [];
|
|
160
|
-
setContinuationToken(page, continuationToken);
|
|
161
|
-
yield page;
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
private async *listPagingAll(
|
|
166
|
-
options?: AccountsListOptionalParams
|
|
167
|
-
): AsyncIterableIterator<Account> {
|
|
168
|
-
for await (const page of this.listPagingPage(options)) {
|
|
169
|
-
yield* page;
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
/**
|
|
174
|
-
* Gets the properties of the specified machine learning team account.
|
|
175
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team account
|
|
176
|
-
* belongs.
|
|
177
|
-
* @param accountName The name of the machine learning team account.
|
|
178
|
-
* @param options The options parameters.
|
|
179
|
-
*/
|
|
180
|
-
get(
|
|
181
|
-
resourceGroupName: string,
|
|
182
|
-
accountName: string,
|
|
183
|
-
options?: AccountsGetOptionalParams
|
|
184
|
-
): Promise<AccountsGetResponse> {
|
|
185
|
-
return this.client.sendOperationRequest(
|
|
186
|
-
{ resourceGroupName, accountName, options },
|
|
187
|
-
getOperationSpec
|
|
188
|
-
);
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
/**
|
|
192
|
-
* Creates or updates a team account with the specified parameters.
|
|
193
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team account
|
|
194
|
-
* belongs.
|
|
195
|
-
* @param accountName The name of the machine learning team account.
|
|
196
|
-
* @param parameters The parameters for creating or updating a machine learning team account.
|
|
197
|
-
* @param options The options parameters.
|
|
198
|
-
*/
|
|
199
|
-
createOrUpdate(
|
|
200
|
-
resourceGroupName: string,
|
|
201
|
-
accountName: string,
|
|
202
|
-
parameters: Account,
|
|
203
|
-
options?: AccountsCreateOrUpdateOptionalParams
|
|
204
|
-
): Promise<AccountsCreateOrUpdateResponse> {
|
|
205
|
-
return this.client.sendOperationRequest(
|
|
206
|
-
{ resourceGroupName, accountName, parameters, options },
|
|
207
|
-
createOrUpdateOperationSpec
|
|
208
|
-
);
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
/**
|
|
212
|
-
* Deletes a machine learning team account.
|
|
213
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team account
|
|
214
|
-
* belongs.
|
|
215
|
-
* @param accountName The name of the machine learning team account.
|
|
216
|
-
* @param options The options parameters.
|
|
217
|
-
*/
|
|
218
|
-
delete(
|
|
219
|
-
resourceGroupName: string,
|
|
220
|
-
accountName: string,
|
|
221
|
-
options?: AccountsDeleteOptionalParams
|
|
222
|
-
): Promise<void> {
|
|
223
|
-
return this.client.sendOperationRequest(
|
|
224
|
-
{ resourceGroupName, accountName, options },
|
|
225
|
-
deleteOperationSpec
|
|
226
|
-
);
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
/**
|
|
230
|
-
* Updates a machine learning team account with the specified parameters.
|
|
231
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team account
|
|
232
|
-
* belongs.
|
|
233
|
-
* @param accountName The name of the machine learning team account.
|
|
234
|
-
* @param parameters The parameters for updating a machine learning team account.
|
|
235
|
-
* @param options The options parameters.
|
|
236
|
-
*/
|
|
237
|
-
update(
|
|
238
|
-
resourceGroupName: string,
|
|
239
|
-
accountName: string,
|
|
240
|
-
parameters: AccountUpdateParameters,
|
|
241
|
-
options?: AccountsUpdateOptionalParams
|
|
242
|
-
): Promise<AccountsUpdateResponse> {
|
|
243
|
-
return this.client.sendOperationRequest(
|
|
244
|
-
{ resourceGroupName, accountName, parameters, options },
|
|
245
|
-
updateOperationSpec
|
|
246
|
-
);
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
/**
|
|
250
|
-
* Lists all the available machine learning team accounts under the specified resource group.
|
|
251
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team account
|
|
252
|
-
* belongs.
|
|
253
|
-
* @param options The options parameters.
|
|
254
|
-
*/
|
|
255
|
-
private _listByResourceGroup(
|
|
256
|
-
resourceGroupName: string,
|
|
257
|
-
options?: AccountsListByResourceGroupOptionalParams
|
|
258
|
-
): Promise<AccountsListByResourceGroupResponse> {
|
|
259
|
-
return this.client.sendOperationRequest(
|
|
260
|
-
{ resourceGroupName, options },
|
|
261
|
-
listByResourceGroupOperationSpec
|
|
262
|
-
);
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
/**
|
|
266
|
-
* Lists all the available machine learning team accounts under the specified subscription.
|
|
267
|
-
* @param options The options parameters.
|
|
268
|
-
*/
|
|
269
|
-
private _list(
|
|
270
|
-
options?: AccountsListOptionalParams
|
|
271
|
-
): Promise<AccountsListResponse> {
|
|
272
|
-
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
/**
|
|
276
|
-
* ListByResourceGroupNext
|
|
277
|
-
* @param resourceGroupName The name of the resource group to which the machine learning team account
|
|
278
|
-
* belongs.
|
|
279
|
-
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
|
280
|
-
* @param options The options parameters.
|
|
281
|
-
*/
|
|
282
|
-
private _listByResourceGroupNext(
|
|
283
|
-
resourceGroupName: string,
|
|
284
|
-
nextLink: string,
|
|
285
|
-
options?: AccountsListByResourceGroupNextOptionalParams
|
|
286
|
-
): Promise<AccountsListByResourceGroupNextResponse> {
|
|
287
|
-
return this.client.sendOperationRequest(
|
|
288
|
-
{ resourceGroupName, nextLink, options },
|
|
289
|
-
listByResourceGroupNextOperationSpec
|
|
290
|
-
);
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
/**
|
|
294
|
-
* ListNext
|
|
295
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
296
|
-
* @param options The options parameters.
|
|
297
|
-
*/
|
|
298
|
-
private _listNext(
|
|
299
|
-
nextLink: string,
|
|
300
|
-
options?: AccountsListNextOptionalParams
|
|
301
|
-
): Promise<AccountsListNextResponse> {
|
|
302
|
-
return this.client.sendOperationRequest(
|
|
303
|
-
{ nextLink, options },
|
|
304
|
-
listNextOperationSpec
|
|
305
|
-
);
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
// Operation Specifications
|
|
309
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
310
|
-
|
|
311
|
-
const getOperationSpec: coreClient.OperationSpec = {
|
|
312
|
-
path:
|
|
313
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}",
|
|
314
|
-
httpMethod: "GET",
|
|
315
|
-
responses: {
|
|
316
|
-
200: {
|
|
317
|
-
bodyMapper: Mappers.Account
|
|
318
|
-
},
|
|
319
|
-
default: {
|
|
320
|
-
bodyMapper: Mappers.ErrorResponse
|
|
321
|
-
}
|
|
322
|
-
},
|
|
323
|
-
queryParameters: [Parameters.apiVersion],
|
|
324
|
-
urlParameters: [
|
|
325
|
-
Parameters.$host,
|
|
326
|
-
Parameters.subscriptionId,
|
|
327
|
-
Parameters.resourceGroupName,
|
|
328
|
-
Parameters.accountName
|
|
329
|
-
],
|
|
330
|
-
headerParameters: [Parameters.accept],
|
|
331
|
-
serializer
|
|
332
|
-
};
|
|
333
|
-
const createOrUpdateOperationSpec: coreClient.OperationSpec = {
|
|
334
|
-
path:
|
|
335
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}",
|
|
336
|
-
httpMethod: "PUT",
|
|
337
|
-
responses: {
|
|
338
|
-
200: {
|
|
339
|
-
bodyMapper: Mappers.Account
|
|
340
|
-
},
|
|
341
|
-
201: {
|
|
342
|
-
bodyMapper: Mappers.Account
|
|
343
|
-
},
|
|
344
|
-
default: {
|
|
345
|
-
bodyMapper: Mappers.ErrorResponse
|
|
346
|
-
}
|
|
347
|
-
},
|
|
348
|
-
requestBody: Parameters.parameters,
|
|
349
|
-
queryParameters: [Parameters.apiVersion],
|
|
350
|
-
urlParameters: [
|
|
351
|
-
Parameters.$host,
|
|
352
|
-
Parameters.subscriptionId,
|
|
353
|
-
Parameters.resourceGroupName,
|
|
354
|
-
Parameters.accountName
|
|
355
|
-
],
|
|
356
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
357
|
-
mediaType: "json",
|
|
358
|
-
serializer
|
|
359
|
-
};
|
|
360
|
-
const deleteOperationSpec: coreClient.OperationSpec = {
|
|
361
|
-
path:
|
|
362
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}",
|
|
363
|
-
httpMethod: "DELETE",
|
|
364
|
-
responses: {
|
|
365
|
-
200: {},
|
|
366
|
-
204: {},
|
|
367
|
-
default: {
|
|
368
|
-
bodyMapper: Mappers.ErrorResponse
|
|
369
|
-
}
|
|
370
|
-
},
|
|
371
|
-
queryParameters: [Parameters.apiVersion],
|
|
372
|
-
urlParameters: [
|
|
373
|
-
Parameters.$host,
|
|
374
|
-
Parameters.subscriptionId,
|
|
375
|
-
Parameters.resourceGroupName,
|
|
376
|
-
Parameters.accountName
|
|
377
|
-
],
|
|
378
|
-
headerParameters: [Parameters.accept],
|
|
379
|
-
serializer
|
|
380
|
-
};
|
|
381
|
-
const updateOperationSpec: coreClient.OperationSpec = {
|
|
382
|
-
path:
|
|
383
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}",
|
|
384
|
-
httpMethod: "PATCH",
|
|
385
|
-
responses: {
|
|
386
|
-
200: {
|
|
387
|
-
bodyMapper: Mappers.Account
|
|
388
|
-
},
|
|
389
|
-
default: {
|
|
390
|
-
bodyMapper: Mappers.ErrorResponse
|
|
391
|
-
}
|
|
392
|
-
},
|
|
393
|
-
requestBody: Parameters.parameters1,
|
|
394
|
-
queryParameters: [Parameters.apiVersion],
|
|
395
|
-
urlParameters: [
|
|
396
|
-
Parameters.$host,
|
|
397
|
-
Parameters.subscriptionId,
|
|
398
|
-
Parameters.resourceGroupName,
|
|
399
|
-
Parameters.accountName
|
|
400
|
-
],
|
|
401
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
402
|
-
mediaType: "json",
|
|
403
|
-
serializer
|
|
404
|
-
};
|
|
405
|
-
const listByResourceGroupOperationSpec: coreClient.OperationSpec = {
|
|
406
|
-
path:
|
|
407
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts",
|
|
408
|
-
httpMethod: "GET",
|
|
409
|
-
responses: {
|
|
410
|
-
200: {
|
|
411
|
-
bodyMapper: Mappers.AccountListResult
|
|
412
|
-
},
|
|
413
|
-
default: {
|
|
414
|
-
bodyMapper: Mappers.ErrorResponse
|
|
415
|
-
}
|
|
416
|
-
},
|
|
417
|
-
queryParameters: [Parameters.apiVersion],
|
|
418
|
-
urlParameters: [
|
|
419
|
-
Parameters.$host,
|
|
420
|
-
Parameters.subscriptionId,
|
|
421
|
-
Parameters.resourceGroupName
|
|
422
|
-
],
|
|
423
|
-
headerParameters: [Parameters.accept],
|
|
424
|
-
serializer
|
|
425
|
-
};
|
|
426
|
-
const listOperationSpec: coreClient.OperationSpec = {
|
|
427
|
-
path:
|
|
428
|
-
"/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningExperimentation/accounts",
|
|
429
|
-
httpMethod: "GET",
|
|
430
|
-
responses: {
|
|
431
|
-
200: {
|
|
432
|
-
bodyMapper: Mappers.AccountListResult
|
|
433
|
-
},
|
|
434
|
-
default: {
|
|
435
|
-
bodyMapper: Mappers.ErrorResponse
|
|
436
|
-
}
|
|
437
|
-
},
|
|
438
|
-
queryParameters: [Parameters.apiVersion],
|
|
439
|
-
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
440
|
-
headerParameters: [Parameters.accept],
|
|
441
|
-
serializer
|
|
442
|
-
};
|
|
443
|
-
const listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {
|
|
444
|
-
path: "{nextLink}",
|
|
445
|
-
httpMethod: "GET",
|
|
446
|
-
responses: {
|
|
447
|
-
200: {
|
|
448
|
-
bodyMapper: Mappers.AccountListResult
|
|
449
|
-
},
|
|
450
|
-
default: {
|
|
451
|
-
bodyMapper: Mappers.ErrorResponse
|
|
452
|
-
}
|
|
453
|
-
},
|
|
454
|
-
urlParameters: [
|
|
455
|
-
Parameters.$host,
|
|
456
|
-
Parameters.subscriptionId,
|
|
457
|
-
Parameters.resourceGroupName,
|
|
458
|
-
Parameters.nextLink
|
|
459
|
-
],
|
|
460
|
-
headerParameters: [Parameters.accept],
|
|
461
|
-
serializer
|
|
462
|
-
};
|
|
463
|
-
const listNextOperationSpec: coreClient.OperationSpec = {
|
|
464
|
-
path: "{nextLink}",
|
|
465
|
-
httpMethod: "GET",
|
|
466
|
-
responses: {
|
|
467
|
-
200: {
|
|
468
|
-
bodyMapper: Mappers.AccountListResult
|
|
469
|
-
},
|
|
470
|
-
default: {
|
|
471
|
-
bodyMapper: Mappers.ErrorResponse
|
|
472
|
-
}
|
|
473
|
-
},
|
|
474
|
-
urlParameters: [
|
|
475
|
-
Parameters.$host,
|
|
476
|
-
Parameters.subscriptionId,
|
|
477
|
-
Parameters.nextLink
|
|
478
|
-
],
|
|
479
|
-
headerParameters: [Parameters.accept],
|
|
480
|
-
serializer
|
|
481
|
-
};
|
package/src/operations/index.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
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
|
-
|
|
9
|
-
export * from "./operations";
|
|
10
|
-
export * from "./accounts";
|
|
11
|
-
export * from "./workspaces";
|
|
12
|
-
export * from "./projects";
|