Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

[AutoPR] automation/resource-manager #2483

Merged
7 commits merged into from
Mar 28, 2018

Conversation

AutorestCI
Copy link
Contributor

Created to accumulate context: automation/resource-manager

Refactorting DSC resources for preventing conflicts
* @param {string} [options.acceptLanguage] - Gets or sets the preferred language for the response.
*
* @param {number} [options.longRunningOperationRetryTimeout] - Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30.
*
* @param {boolean} [options.generateClientRequestId] - When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.
*
*/
constructor(credentials: ServiceClientCredentials, subscriptionId: string, baseUri?: string, options?: AzureServiceClientOptions);
constructor(credentials: ServiceClientCredentials, subscriptionId: string, resourceGroupName: string, automationAccountName: string, baseUri?: string, options?: AutomationClientOptions);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

method signature change. major version bump

… example (#2555)

* Generated from 1bd0ef3607579b79a6037384a6bc81135d16fec0

Add new HybridWorkerGroup update example

* Generated from a31707b308506906c0173c38458c3319469d553a

Fix the parameter name in example
…ng issues (#2556)

* Generated from 51e53725da6e2fcb29836f63c34d629ce31dafeb

Adding TestJob suppression linting issues

* Generated from 51e53725da6e2fcb29836f63c34d629ce31dafeb

Adding TestJob suppression linting issues
@ghost ghost self-assigned this Mar 28, 2018
@ghost ghost merged commit 8fc0eb5 into master Mar 28, 2018
@ghost ghost removed the in progress label Mar 28, 2018
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants