Skip to content

Commit dfdb731

Browse files
[DeviceUpdate]Move DeviceUpdate to main (#19504)
* Move DeviceUpdate to main * Create SignatureIssues.csv * update documentation/azure-powershell-modules.md and tools/AzPreview/AzPreview.psd1 Co-authored-by: azure-powershell-bot <[email protected]>
1 parent 66b26fd commit dfdb731

File tree

480 files changed

+85288
-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.

480 files changed

+85288
-0
lines changed

documentation/azure-powershell-modules.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Dedicated HSM | `Az.DedicatedHsm`
6060
Deployment Manager | `Az.DeploymentManager` | [![DeploymentManager]][DeploymentManagerGallery]
6161
Windows Virtual Desktop | `Az.DesktopVirtualization` | [![DesktopVirtualization]][DesktopVirtualizationGallery]
6262
Device Provisioning Services | `Az.DeviceProvisioningServices` | [![DeviceProvisioningServices]][DeviceProvisioningServicesGallery]
63+
Device Update | `Az.DeviceUpdate` | [![DeviceUpdate]][DeviceUpdate]
6364
Dev Spaces | `Az.DevSpaces` | [![DevSpaces]][DevSpacesGallery]
6465
DevTest Labs | `Az.DevTestLabs` | [![DevTestLabs]][DevTestLabsGallery]
6566
Digital Twins | `Az.DigitalTwins` | [![DigitalTwins]][DigitalTwinsGallery]
@@ -208,6 +209,7 @@ Machine Learning Services | `Az.MachineLearningServices`
208209
[DiskPool]: https://img.shields.io/powershellgallery/v/Az.DiskPool.svg?style=flat-square&label=Az.DiskPool
209210
[DesktopVirtualization]: https://img.shields.io/powershellgallery/v/Az.DesktopVirtualization.svg?style=flat-square&label=Az.DesktopVirtualization
210211
[DeviceProvisioningServices]: https://img.shields.io/powershellgallery/v/Az.DeviceProvisioningServices.svg?style=flat-square&label=Az.DeviceProvisioningServices
212+
[DeviceUpdate]: https://img.shields.io/powershellgallery/v/Az.DeviceUpdate.svg?style=flat-square&label=Az.DeviceUpdate
211213
[DevSpaces]: https://img.shields.io/powershellgallery/v/Az.DevSpaces.svg?style=flat-square&label=Az.DevSpaces
212214
[DevTestLabs]: https://img.shields.io/powershellgallery/v/Az.DevTestLabs.svg?style=flat-square&label=Az.DevTestLabs
213215
[Dns]: https://img.shields.io/powershellgallery/v/Az.Dns.svg?style=flat-square&label=Az.Dns
@@ -352,6 +354,7 @@ Machine Learning Services | `Az.MachineLearningServices`
352354
[DiskPoolGallery]: https://www.powershellgallery.com/packages/Az.DiskPool/
353355
[DesktopVirtualizationGallery]: https://www.powershellgallery.com/packages/Az.DesktopVirtualization/
354356
[DeviceProvisioningServicesGallery]: https://www.powershellgallery.com/packages/Az.DeviceProvisioningServices/
357+
[DeviceUpdate]: https://www.powershellgallery.com/packages/Az.DeviceUpdate/
355358
[DevSpacesGallery]: https://www.powershellgallery.com/packages/Az.DevSpaces/
356359
[DevTestLabsGallery]: https://www.powershellgallery.com/packages/Az.DevTestLabs/
357360
[DnsGallery]: https://www.powershellgallery.com/packages/Az.Dns/
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<PsModuleName>DeviceUpdate</PsModuleName>
4+
</PropertyGroup>
5+
6+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.props" />
7+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
8+
</Project>

0 commit comments

Comments
 (0)