Skip to content
Merged
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
6 changes: 4 additions & 2 deletions documentation/azure-powershell-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Time Series Insights | `Az.TimeSeriesInsights`
Traffic Manager | `Az.TrafficManager` | [![TrafficManager]][TrafficManagerGallery]
VMWare Virtual Stream | `Az.VMWare` | [![VMWare]][VMWareGallery]
Web App Service | `Az.Websites` | [![Websites]][WebsitesGallery]

Windows Iot Services | `Az.WindowsIotServices` | [![WindowsIotServices]][WindowsIotServicesGallery]

<!-- References -->

Expand Down Expand Up @@ -232,6 +232,7 @@ Web App Service | `Az.Websites`
[TrafficManager]: https://img.shields.io/powershellgallery/v/Az.TrafficManager.svg?style=flat-square&label=Az.TrafficManager
[VMWare]: https://img.shields.io/powershellgallery/v/Az.VMWare.svg?style=flat-square&label=Az.VMWare
[Websites]: https://img.shields.io/powershellgallery/v/Az.Websites.svg?style=flat-square&label=Az.Websites
[WindowsIotServices]: https://img.shields.io/powershellgallery/v/Az.WindowsIotServices.svg?style=flat-square&label=Az.WindowsIotServices

<!-- PS Gallery -->
[AzGallery]: https://www.powershellgallery.com/packages/Az/
Expand Down Expand Up @@ -342,4 +343,5 @@ Web App Service | `Az.Websites`
[TimeSeriesInsightsGallery]: https://www.powershellgallery.com/packages/Az.TimeSeriesInsights/
[TrafficManagerGallery]: https://www.powershellgallery.com/packages/Az.TrafficManager/
[VMWareGallery]: https://www.powershellgallery.com/packages/Az.VMWare/
[WebsitesGallery]: https://www.powershellgallery.com/packages/Az.Websites/
[WebsitesGallery]: https://www.powershellgallery.com/packages/Az.Websites/
[WindowsIotServicesGallery]: https://www.powershellgallery.com/packages/Az.WindowsIotServices/
7 changes: 7 additions & 0 deletions src/WindowsIotServices/Az.WindowsIotServices.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PsModuleName>WindowsIotServices</PsModuleName>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)..\Az.autorest.props" />
</Project>
Loading