Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make get_new_correlation_id private
  • Loading branch information
sgonzalezMSFT committed Oct 1, 2019
commit 0751be04f4e9c4afde241c81c49e8ec5ab7cd9ca
2 changes: 1 addition & 1 deletion msal/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ def _validate_ssh_cert_input_data(self, data):
"you must include a string parameter named 'key_id' "
"which identifies the key in the 'req_cnf' argument.")

def get_new_correlation_id(self):
def _get_new_correlation_id(self):
return str(uuid.uuid4())

def _build_current_telemetry_request_header(self, public_api_id, force_refresh=False):
Expand Down