Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## 15.4.0 - March 2026
#### Az.ComputeLimit 0.1.0
* First release of Az.ComputeLimit module

#### Az.Accounts 5.3.3
* Updated MSAL to 4.82.1 to fix an issue with ARM endpoint discovery.

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PsModuleName>ComputeLimit</PsModuleName>
<PsRootModuleName>ComputeLimit</PsRootModuleName>
<PsModuleFolder>ComputeLimit.Autorest</PsModuleFolder>
<RootNamespace>Microsoft.Azure.PowerShell.Cmdlets.ComputeLimit</RootNamespace>
</PropertyGroup>

<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.props" />
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
</Project>
Loading
Loading