Skip to content

Commit e53eec7

Browse files
update azure identity package (#332)
## Purpose <!-- Describe the intention of the changes being proposed. What problem does it solve or functionality does it add? --> * ... ## Does this introduce a breaking change? <!-- Mark one with an "x". --> ``` [ ] Yes [ ] No ``` Fix #331 ## Pull Request Type What kind of change does this Pull Request introduce? <!-- Please check the one that applies to this PR using "x". --> ``` [ ] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [ ] Documentation content changes [ ] Other... Please describe: ``` ## How to Test * Get the code ``` git clone [repo-address] cd [repo-name] git checkout [branch-name] npm install ``` * Test the code <!-- Add steps to run the tests suite and/or manually test --> ``` ``` ## What to Check Verify that the following are valid * ... ## Other Information <!-- Add any other helpful information that may be needed here. -->
1 parent bb5d3f4 commit e53eec7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<AzureFormRecognizerVersion>4.1.0</AzureFormRecognizerVersion>
5-
<AzureIdentityVersion>1.11.0</AzureIdentityVersion>
5+
<AzureIdentityVersion>1.11.4</AzureIdentityVersion>
66
<AzureSearchDocumentsVersion>11.5.0-beta.4</AzureSearchDocumentsVersion>
77
<AzureStorageBlobsVersion>12.17.0</AzureStorageBlobsVersion>
88
<AzureOpenAIVersion>1.0.0-beta.7</AzureOpenAIVersion>

app/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PackageVersion Include="Azure.AI.FormRecognizer" Version="4.1.0" />
88
<PackageVersion Include="Azure.AI.OpenAI" Version="1.0.0-beta.12" />
99
<PackageVersion Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.3.0" />
10-
<PackageVersion Include="Azure.Identity" Version="1.11.0" />
10+
<PackageVersion Include="Azure.Identity" Version="1.11.4" />
1111
<PackageVersion Include="Azure.Search.Documents" Version="11.5.1" />
1212
<PackageVersion Include="Azure.Storage.Blobs" Version="12.19.1" />
1313
<PackageVersion Include="Azure.Storage.Files.Shares" Version="12.17.1" />

0 commit comments

Comments
 (0)