-
Notifications
You must be signed in to change notification settings - Fork 88
[PM-21187] Rename Azure AD to Entra ID #797
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #797 +/- ##
========================================
- Coverage 7.73% 7.72% -0.02%
========================================
Files 68 68
Lines 2754 2759 +5
Branches 474 475 +1
========================================
Hits 213 213
- Misses 2526 2531 +5
Partials 15 15 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
New Issues (3)Checkmarx found the following issues in this Pull Request
|
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.
1 comment, otherwise looks good
src/services/state.service.ts
Outdated
const azureConfig = config as AzureConfiguration; | ||
await this.setAzureKey(azureConfig.key); | ||
case DirectoryType.EntraID: { | ||
const azureConfig = config as EntraIdConfiguration; |
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.
should probably be renamed:
const azureConfig = config as EntraIdConfiguration; | |
const entraIdConfig = config as EntraIdConfiguration; |
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.
One always sneaks through
788d035
to
97e7b95
Compare
When QA test this, please get ask them to test the upgrade path to ensure that the Azure/Entra config and key aren't lost when upgrading between versions. |
Co-authored-by: Thomas Rittson <[email protected]>
|
🎟️ Tracking
PM-21187
📔 Objective
This renames Azure AD to Entra ID. It includes file names and commands. Existing configs should continue to work, but will be assigned to entra config behind the scenes.
📸 Screenshots
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes