Skip to content
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

Pass Sku and Ver to MsalRuntime #786

Merged
merged 4 commits into from
Feb 7, 2025
Merged

Pass Sku and Ver to MsalRuntime #786

merged 4 commits into from
Feb 7, 2025

Conversation

Ugonnaak1
Copy link
Contributor

@Ugonnaak1 Ugonnaak1 commented Jan 30, 2025

Passes Msal.py sku and version to Msalcpp during runtime flows to be used in x-client-xtra-sku header in order to support ESTS telemetry

AB#3138694

Verified

This commit was signed with the committer’s verified signature.
akeeman Arjan Keeman
@Ugonnaak1 Ugonnaak1 marked this pull request as ready for review January 30, 2025 16:59
@Ugonnaak1 Ugonnaak1 requested a review from a team as a code owner January 30, 2025 16:59
@Ugonnaak1 Ugonnaak1 requested a review from rayluo February 6, 2025 19:54
msal/broker.py Outdated
@@ -7,8 +7,12 @@
import time
import uuid

from .application import __version__
Copy link
Collaborator

@rayluo rayluo Feb 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better add a new sku.py which contains nothing but SKU="..." and __version__ = "...", and then we have both application.py and broker.py (plus __init__.py) do from .sku import .... This way, the application.py and broker.py will not have a circular reference to each other.

@rayluo rayluo merged commit a37d3a3 into dev Feb 7, 2025
17 of 18 checks passed
@rayluo rayluo deleted the akaliugonna/passSku branch February 7, 2025 01:08
@rayluo rayluo mentioned this pull request Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants