-
Notifications
You must be signed in to change notification settings - Fork 71
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
refactor: Migrate ACI to Azure SDK v2 - Part 1 #422
Merged
Merged
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
Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>
helayoty
force-pushed
the
update-aci-sdk
branch
from
January 20, 2023 06:23
d52fd59
to
1158ba6
Compare
Fei-Guo
reviewed
Jan 20, 2023
Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>
Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>
Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>
Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>
Fei-Guo
changed the title
refactor: Migrate ACI to Azure SDK v2
refactor: Migrate ACI to Azure SDK v2 - Part 1
Jan 20, 2023
Codecov Report
@@ Coverage Diff @@
## master #422 +/- ##
==========================================
+ Coverage 42.91% 43.28% +0.37%
==========================================
Files 50 50
Lines 5735 5829 +94
==========================================
+ Hits 2461 2523 +62
- Misses 3017 3050 +33
+ Partials 257 256 -1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Fei-Guo
reviewed
Jan 20, 2023
Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>
helayoty
force-pushed
the
update-aci-sdk
branch
from
January 20, 2023 22:51
6d4c849
to
9042a86
Compare
Fei-Guo
reviewed
Jan 23, 2023
Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>
Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>
helayoty
force-pushed
the
update-aci-sdk
branch
from
January 23, 2023 23:25
d65fb7b
to
ef04817
Compare
helayoty
force-pushed
the
update-aci-sdk
branch
from
January 24, 2023 00:33
9a162f4
to
01c10d7
Compare
Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>
helayoty
force-pushed
the
update-aci-sdk
branch
from
January 24, 2023 01:54
01c10d7
to
fb72a69
Compare
Fei-Guo
approved these changes
Jan 24, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
We mostly follow this guide for code migration:
https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/MIGRATION_GUIDE.md#pagination
v2.2.0-beta.1
azureidentity
library instead ofadal
Signed-off-by: Heba Elayoty hebaelayoty@gmail.com