We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d75ff2 commit 8908ec7Copy full SHA for 8908ec7
infra/scripts/upload_team_config.py
@@ -40,6 +40,7 @@ def check_team_exists(backend_url, team_id, user_principal_id):
40
backend_url = sys.argv[1]
41
directory_path = sys.argv[2]
42
user_principal_id = sys.argv[3] if len(sys.argv) > 3 else "00000000-0000-0000-0000-000000000000"
43
+print("User principal from py : " + user_principal_id)
44
45
# Convert to absolute path if provided as relative
46
directory_path = os.path.abspath(directory_path)
0 commit comments