forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generated from addfb1fa4ed6f546c1215840edfb98a3188ac1d7
fix spacing
- Loading branch information
SDK Automation
committed
Mar 20, 2020
1 parent
aca6b23
commit 8a537e7
Showing
17 changed files
with
952 additions
and
1,182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 44 additions & 0 deletions
44
sdk/managedapplications/arm-managedapplications/src/applicationClient.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
/* | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for | ||
* license information. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
* Changes may cause incorrect behavior and will be lost if the code is | ||
* regenerated. | ||
*/ | ||
|
||
import * as msRest from "@azure/ms-rest-js"; | ||
import * as Models from "./models"; | ||
import * as Mappers from "./models/mappers"; | ||
import * as operations from "./operations"; | ||
import { ApplicationClientContext } from "./applicationClientContext"; | ||
|
||
|
||
class ApplicationClient extends ApplicationClientContext { | ||
// Operation groups | ||
applications: operations.Applications; | ||
applicationDefinitions: operations.ApplicationDefinitions; | ||
|
||
/** | ||
* Initializes a new instance of the ApplicationClient class. | ||
* @param credentials Credentials needed for the client to connect to Azure. | ||
* @param subscriptionId The ID of the target subscription. | ||
* @param [options] The parameter options | ||
*/ | ||
constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.ApplicationClientOptions) { | ||
super(credentials, subscriptionId, options); | ||
this.applications = new operations.Applications(this); | ||
this.applicationDefinitions = new operations.ApplicationDefinitions(this); | ||
} | ||
} | ||
|
||
// Operation Specifications | ||
|
||
export { | ||
ApplicationClient, | ||
ApplicationClientContext, | ||
Models as ApplicationModels, | ||
Mappers as ApplicationMappers | ||
}; | ||
export * from "./operations"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
138 changes: 0 additions & 138 deletions
138
sdk/managedapplications/arm-managedapplications/src/managedApplicationClient.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.