This repository has been archived by the owner on May 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 566
Conversation
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
Refactorting DSC resources for preventing conflicts
This was referenced Mar 20, 2018
Merged
This was referenced Mar 20, 2018
amarzavery
reviewed
Mar 22, 2018
* @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); |
There was a problem hiding this comment.
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
Move automation parameters to method
This was referenced Mar 23, 2018
Adding patch API for Configurations
This was referenced Mar 23, 2018
… 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
self-assigned this
Mar 28, 2018
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created to accumulate context: automation/resource-manager