Skip to content

Commit

Permalink
Preannounce removal of *.deps.json files in Az modules (#2637)
Browse files Browse the repository at this point in the history
  • Loading branch information
isra-fel authored Jul 7, 2023
1 parent 5a88b9e commit 5f5b5a5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs-conceptual/azps-10.1.0/upcoming-breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ title: Upcoming breaking changes in Azure PowerShell

# Upcoming breaking changes in Azure PowerShell

## General

Beginning with Az version 10.2, Azure PowerShell will no longer include the `*.deps.json` files in
the modules' binary because of two major reasons:

1. The purpose of `*.deps.json` files is to
[guide the default probing of .NET](/dotnet/core/dependency-loading/default-probing#how-are-the-properties-populated).
However, Azure PowerShell never utilized that feature.
1. Some code scanning tools rely on `*.deps.json` files to scan for outdated dependencies, but the
files are not accurate enough because they describe the assemblies that Azure PowerShell requires
rather than what it's shipped with. This inaccuracy caused many false positives to be reported.

## Az.Aks

### `New-AzAksCluster`
Expand Down

0 comments on commit 5f5b5a5

Please sign in to comment.