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 c37f36b commit da5baf3Copy full SHA for da5baf3
msal/application.py
@@ -21,7 +21,7 @@
21
22
23
# The __init__.py will import this. Not the other way around.
24
-__version__ = "1.5.1"
+__version__ = "1.6.0"
25
26
logger = logging.getLogger(__name__)
27
@@ -131,8 +131,8 @@ def __init__(
131
{
132
"private_key": "...-----BEGIN PRIVATE KEY-----...",
133
"thumbprint": "A1B2C3D4E5F6...",
134
- "public_certificate": "...-----BEGIN CERTIFICATE-----..." (Optional. See below.)
135
- "passphrase": "Passphrase if the private_key is encrypted (Optional)"
+ "public_certificate": "...-----BEGIN CERTIFICATE-----... (Optional. See below.)",
+ "passphrase": "Passphrase if the private_key is encrypted (Optional. Added in version 1.6.0)",
136
}
137
138
*Added in version 0.5.0*:
0 commit comments