Skip to content

Commit

Permalink
Update from master
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK Automation committed May 15, 2020
1 parent cebbff5 commit bff8c7e
Show file tree
Hide file tree
Showing 10 changed files with 510 additions and 1,366 deletions.
4 changes: 2 additions & 2 deletions sdk/hanaonazure/arm-hanaonazure/src/hanaManagementClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import { HanaManagementClientContext } from "./hanaManagementClientContext";
class HanaManagementClient extends HanaManagementClientContext {
// Operation groups
operations: operations.Operations;
hanaInstances: operations.HanaInstances;
sapMonitors: operations.SapMonitors;
providerInstances: operations.ProviderInstances;

/**
* Initializes a new instance of the HanaManagementClient class.
Expand All @@ -31,8 +31,8 @@ class HanaManagementClient extends HanaManagementClientContext {
constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.HanaManagementClientOptions) {
super(credentials, subscriptionId, options);
this.operations = new operations.Operations(this);
this.hanaInstances = new operations.HanaInstances(this);
this.sapMonitors = new operations.SapMonitors(this);
this.providerInstances = new operations.ProviderInstances(this);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class HanaManagementClientContext extends msRestAzure.AzureServiceClient

super(credentials, options);

this.apiVersion = '2017-11-03-preview';
this.apiVersion = '2020-02-07-preview';
this.acceptLanguage = 'en-US';
this.longRunningOperationRetryTimeout = 30;
this.baseUri = options.baseUri || this.baseUri || "https://management.azure.com";
Expand Down
Loading

0 comments on commit bff8c7e

Please sign in to comment.