forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generated from efc4df9a56b07c208454cd242dd014c83f919de3
Explicitly model parameter definitions and values
- Loading branch information
SDK Automation
committed
Oct 30, 2019
1 parent
e448b36
commit cfe6660
Showing
16 changed files
with
950 additions
and
1,180 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
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.