-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update azure-template to remove extraneous requirements #12770
Conversation
} | ||
|
||
$attempts += 1 | ||
Invoke-RestMethod -Uri $url -Body $body -Headers $headers -Method "Post" -MaximumRetryCount 3 -RetryIntervalSec 10 |
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.
Shouldn't this be done in azure-sdk-tools to avoid getting overriden?
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.
I'm unsure how these changes made it in, give that I reset to local master. :/ Re-working.
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.
Looks good. Only question is about changes in the script in eng/common
Closing to re-open after force-pushing this branch. |
add industry and locations to armTemplate API (Azure#12770)
* CodeGen from PR 12770 in Azure/azure-rest-api-specs add industry and locations to armTemplate API (#12770) * test,version,CHANGELOG Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
The additional config items weren't being used by any automation.