1 //go:build go1.9 2 // +build go1.9 3 4 // Copyright (c) Microsoft Corporation. All rights reserved. 5 // Licensed under the MIT License. See License.txt in the project root for license information. 6 7 // This code was auto-generated by: 8 // github.com/Azure/azure-sdk-for-go/eng/tools/profileBuilder 9 10 package workspacesapi 11 12 import original "github.com/Azure/azure-sdk-for-go/services/machinelearning/mgmt/2019-10-01/workspaces/workspacesapi" 13 14 type ClientAPI = original.ClientAPI 15 type OperationsClientAPI = original.OperationsClientAPI 16