Skip to content

Commit c897149

Browse files
[CostManagement] Init for CostManagement (#13646)
* Init for CostManagement * Init for CostManagement * Fix the issue of document * Add release notes for Costmanagement. Co-authored-by: wyunchi-ms <[email protected]> Co-authored-by: Dingmeng Xue <[email protected]>
1 parent d939cb0 commit c897149

File tree

576 files changed

+76587
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

576 files changed

+76587
-0
lines changed

documentation/azure-powershell-modules.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Connected Machine | `Az.ConnectedMachine`
3333
Container Instance | `Az.ContainerInstance` | [![ContainerInstance]][ContainerInstanceGallery]
3434
Container Registry | `Az.ContainerRegistry` | [![ContainerRegistry]][ContainerRegistryGallery]
3535
Cosmos DB | `Az.CosmosDB` | [![CosmosDB]][CosmosDBGallery]
36+
Cost Management | `Az.CostManagement` | [![CostManagement]][CostManagementGallery]
3637
Custom Resource Providers | `Az.CustomProviders` | [![CustomProviders]][CustomProvidersGallery]
3738
Data Box | `Az.DataBox` | [![DataBox]][DataBoxGallery]
3839
Data Box Edge (Stack Edge) | `Az.DataBoxEdge` | [![DataBoxEdge]][DataBoxEdgeGallery]
@@ -148,6 +149,7 @@ Windows Iot Services | `Az.WindowsIotServices`
148149
[ContainerInstance]: https://img.shields.io/powershellgallery/v/Az.ContainerInstance.svg?style=flat-square&label=Az.ContainerInstance
149150
[ContainerRegistry]: https://img.shields.io/powershellgallery/v/Az.ContainerRegistry.svg?style=flat-square&label=Az.ContainerRegistry
150151
[CosmosDB]: https://img.shields.io/powershellgallery/v/Az.CosmosDB.svg?style=flat-square&label=Az.CosmosDB
152+
[CostManagement]: https://img.shields.io/powershellgallery/v/Az.CostManagement.svg?style=flat-square&label=Az.CostManagement
151153
[CustomProviders]: https://img.shields.io/powershellgallery/v/Az.CustomProviders.svg?style=flat-square&label=Az.CustomProviders
152154
[DataBox]: https://img.shields.io/powershellgallery/v/Az.DataBox.svg?style=flat-square&label=Az.DataBox
153155
[DataBoxEdge]: https://img.shields.io/powershellgallery/v/Az.DataBoxEdge.svg?style=flat-square&label=Az.DataBoxEdge
@@ -261,6 +263,7 @@ Windows Iot Services | `Az.WindowsIotServices`
261263
[ContainerInstanceGallery]: https://www.powershellgallery.com/packages/Az.ContainerInstance/
262264
[ContainerRegistryGallery]: https://www.powershellgallery.com/packages/Az.ContainerRegistry/
263265
[CosmosDBGallery]: https://www.powershellgallery.com/packages/Az.CosmosDB/
266+
[CostManagementGallery]: https://www.powershellgallery.com/packages/Az.CostManagement/
264267
[CustomProvidersGallery]: https://www.powershellgallery.com/packages/Az.CustomProviders/
265268
[DataBoxGallery]: https://www.powershellgallery.com/packages/Az.DataBox/
266269
[DataBoxEdgeGallery]: https://www.powershellgallery.com/packages/Az.DataBoxEdge/
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<PsModuleName>CostManagement</PsModuleName>
4+
</PropertyGroup>
5+
6+
<Import Project="$(MSBuildThisFileDirectory)..\Az.autorest.props" />
7+
</Project>

0 commit comments

Comments
 (0)