@@ -12,23 +12,23 @@ import * as msRest from "@azure/ms-rest-js";
1212import * as Models from "./models" ;
1313import * as Mappers from "./models/mappers" ;
1414import * as operations from "./operations" ;
15- import { AzureVMwareSolutionAPIContext } from "./azureVMwareSolutionAPIContext " ;
15+ import { AVSClientContext } from "./aVSClientContext " ;
1616
1717
18- class AzureVMwareSolutionAPI extends AzureVMwareSolutionAPIContext {
18+ class AVSClient extends AVSClientContext {
1919 // Operation groups
2020 operations : operations . Operations ;
2121 locations : operations . Locations ;
2222 privateClouds : operations . PrivateClouds ;
2323 clusters : operations . Clusters ;
2424
2525 /**
26- * Initializes a new instance of the AzureVMwareSolutionAPI class.
26+ * Initializes a new instance of the AVSClient class.
2727 * @param credentials Credentials needed for the client to connect to Azure.
2828 * @param subscriptionId Unique identifier for the Azure subscription
2929 * @param [options] The parameter options
3030 */
31- constructor ( credentials : msRest . ServiceClientCredentials , subscriptionId : string , options ?: Models . AzureVMwareSolutionAPIOptions ) {
31+ constructor ( credentials : msRest . ServiceClientCredentials , subscriptionId : string , options ?: Models . AVSClientOptions ) {
3232 super ( credentials , subscriptionId , options ) ;
3333 this . operations = new operations . Operations ( this ) ;
3434 this . locations = new operations . Locations ( this ) ;
@@ -40,9 +40,9 @@ class AzureVMwareSolutionAPI extends AzureVMwareSolutionAPIContext {
4040// Operation Specifications
4141
4242export {
43- AzureVMwareSolutionAPI ,
44- AzureVMwareSolutionAPIContext ,
45- Models as AzureVMwareSolutionAPIModels ,
46- Mappers as AzureVMwareSolutionAPIMappers
43+ AVSClient ,
44+ AVSClientContext ,
45+ Models as AVSModels ,
46+ Mappers as AVSMappers
4747} ;
4848export * from "./operations" ;
0 commit comments