-
Notifications
You must be signed in to change notification settings - Fork 493
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 preview to main #2311
Update preview to main #2311
Conversation
…arious clients (#2248) Update our code docs to better explain proxy settings
* fix(iot-svc): update debug assert * Temporarily disable import devices/configs test (#2263) * fix(iot-svc): update debug assert * Reduce modules in ModulesClient_GetModulesOnDevice to 2
…esher disposal. (#2260) * Fix issue with AMQP connection pool * Dispose the connection holder appropriately * Add unit testing capability to connection pool
* Added types for different credentials * Altered code to work with new types * Fixed Managers * removed unneeded #if !NET451 * Filled in method summaries * refactored GetHeaderProvider * Added documentation * Formatting fixes to address comments
* Fix doc comment list bullets * Change to use description tag
* Update RegistryManager instantiation doc comments * Update other service client doc comments.
#2309) * Update to Azure.Core 1.22.0 to update dependency on System.Text.Encodings.Web * Update readme.md typo * Update readme.md for patch 4 of latest LTS
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
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.
The only changes we should be seeing are those you've made in your feature branch.
Also, the feature branch should be named more specifically, like previews/dps-rbac
.
This PR is meant to be the one updating preview from master, not to merge my feature branch into preview |
As a part of
Checkout a branch from
Checkout a branch from
Git checkout preview 1 can be treated as optional. It is recommended when the If I'm not mistaken, this PR is meant to address (2). Is that correct @dylanbulfinMS ? |
Checklist
main
branch.Description of the changes
Reference/Link to the issue solved with this PR (if any)