Commit 1270c6c
Remove Azure.Identity from cloudmachine projects (batch 7) (Azure#58463)
* Remove Azure.Identity from cloudmachine projects (batch 7)
Adds per-package override of Azure.AI.Projects to 2.1.0-beta.1, which no longer transitively pulls Azure.Identity. The CPM version (2.0.0 GA) pulls Azure.Identity 1.20.0, conflicting with the type-forwards in Azure.Core 1.53.
Once Azure.AI.Projects 2.1.0 GA ships, the override files should be cleaned up and the central version bumped.
Identity types remain available via Azure.Core 1.53 type-forwards.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Address review: combine Azure.AI.Projects override into existing conditional ItemGroup
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Remove unused Azure.Provisioning.Deployment ref from Provisioning.Tests
The package was referenced but never used in test code (no using statements, no API calls). It was the transitive source of Azure.Identity 1.12.0 that was causing CS0433 in CI after the src project's Azure.Identity ref was removed.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add tracking issue link to Azure.AI.Projects override files (Azure#58510)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent b3c1cb4 commit 1270c6c
7 files changed
Lines changed: 38 additions & 4 deletions
File tree
- eng/centralpackagemanagement/overrides
- sdk/cloudmachine
- Azure.Projects.AI.Foundry
- Azure.Projects.Provisioning
- src
- tests
- Azure.Projects/src
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
2 | 16 | | |
3 | 17 | | |
4 | 18 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
4 | 12 | | |
5 | 13 | | |
6 | 14 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
0 commit comments