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 b97baab commit a9a824cCopy full SHA for a9a824c
RELEASENOTES.md
@@ -2,6 +2,10 @@
2
3
## Release Notes
4
5
+## Release 0.3.2 April 14th 2023
6
+
7
+* Typo fix in `configureCredentials`.
8
9
## Release 0.3.1 April 11th 2023
10
11
* Fixes issue with client certificate authentication
Software/MATLAB/app/functions/configureCredentials.m
@@ -339,7 +339,7 @@
339
builder = builder.tenantId(settings.TenantId);
340
341
if isfield(settings, 'AuthorityHost') && ~isempty(settings.AuthorityHost)
342
- builder = builder.authorityHost(settings.authorityHost);
+ builder = builder.authorityHost(settings.AuthorityHost);
343
end
344
345
VERSION
@@ -1 +1 @@
1
-0.3.1
+0.3.2
0 commit comments