Skip to content

Commit

Permalink
Update upcoming-breaking-changes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isra-fel committed Jul 7, 2023
1 parent 5a88b9e commit 8179d0a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 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,13 @@ title: Upcoming breaking changes in Azure PowerShell

# Upcoming breaking changes in Azure PowerShell

## General

Starting from Az version 10.2, Azure PowerShell will stop including the *.deps.json files in the modules' binary. This is because of two major reasons:

1. The purpose of *.deps.json files is to [guide the default probing of .NET](https://learn.microsoft.com/en-us/dotnet/core/dependency-loading/default-probing#how-are-the-properties-populated). However, Azure PowerShell never utilized that feature.
2. 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 being reported.

## Az.Aks

### `New-AzAksCluster`
Expand Down

0 comments on commit 8179d0a

Please sign in to comment.