Skip to content

Commit 099b48f

Browse files
[WindowsIotServices]First preview release. (#13609)
Time out due to SQL module. Force merge it. * [WindowsIotServices]First preview release. * [WindowsIotServices] Updated documentation/azure-powershell-modules.md. Co-authored-by: Dingmeng Xue <[email protected]>
1 parent c11537e commit 099b48f

File tree

244 files changed

+29006
-2
lines changed

Some content is hidden

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

244 files changed

+29006
-2
lines changed

documentation/azure-powershell-modules.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Time Series Insights | `Az.TimeSeriesInsights`
118118
Traffic Manager | `Az.TrafficManager` | [![TrafficManager]][TrafficManagerGallery]
119119
VMWare Virtual Stream | `Az.VMWare` | [![VMWare]][VMWareGallery]
120120
Web App Service | `Az.Websites` | [![Websites]][WebsitesGallery]
121-
121+
Windows Iot Services | `Az.WindowsIotServices` | [![WindowsIotServices]][WindowsIotServicesGallery]
122122

123123
<!-- References -->
124124

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

236237
<!-- PS Gallery -->
237238
[AzGallery]: https://www.powershellgallery.com/packages/Az/
@@ -342,4 +343,5 @@ Web App Service | `Az.Websites`
342343
[TimeSeriesInsightsGallery]: https://www.powershellgallery.com/packages/Az.TimeSeriesInsights/
343344
[TrafficManagerGallery]: https://www.powershellgallery.com/packages/Az.TrafficManager/
344345
[VMWareGallery]: https://www.powershellgallery.com/packages/Az.VMWare/
345-
[WebsitesGallery]: https://www.powershellgallery.com/packages/Az.Websites/
346+
[WebsitesGallery]: https://www.powershellgallery.com/packages/Az.Websites/
347+
[WindowsIotServicesGallery]: https://www.powershellgallery.com/packages/Az.WindowsIotServices/
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>WindowsIotServices</PsModuleName>
4+
</PropertyGroup>
5+
6+
<Import Project="$(MSBuildThisFileDirectory)..\Az.autorest.props" />
7+
</Project>

0 commit comments

Comments
 (0)