Skip to content

Commit

Permalink
0.1.0 release of Az.DigitalTwins
Browse files Browse the repository at this point in the history
  • Loading branch information
isra-fel committed Oct 29, 2020
1 parent fe50523 commit 02dc0ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions documentation/azure-powershell-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Data Migration | `Az.DataMigration`
Data Share | `Az.DataShare` | [![DataShare]][DataShareGallery]
Dedicated HSM | `Az.DedicatedHsm` | [![DedicatedHsm]][DedicatedHsmGallery]
Deployment Manager | `Az.DeploymentManager` | [![DeploymentManager]][DeploymentManagerGallery]
Digital Twins | `Az.DigitalTwins` | [![DigitalTwins]][DigitalTwinsGallery]
Windows Virtual Desktop | `Az.DesktopVirtualization` | [![DesktopVirtualization]][DesktopVirtualizationGallery]
Device Provisioning Services | `Az.DeviceProvisioningServices` | [![DeviceProvisioningServices]][DeviceProvisioningServicesGallery]
Dev Spaces | `Az.DevSpaces` | [![DevSpaces]][DevSpacesGallery]
Expand Down Expand Up @@ -156,6 +157,7 @@ Web App Service | `Az.Websites`
[DataShare]: https://img.shields.io/powershellgallery/v/Az.DataShare.svg?style=flat-square&label=Az.DataShare
[DedicatedHsm]: https://img.shields.io/powershellgallery/v/Az.DedicatedHsm.svg?style=flat-square&label=Az.DedicatedHsm
[DeploymentManager]: https://img.shields.io/powershellgallery/v/Az.DeploymentManager.svg?style=flat-square&label=Az.DeploymentManager
[DigitalTwins]: https://img.shields.io/powershellgallery/v/Az.DigitalTwins.svg?style=flat-square&label=Az.DigitalTwins
[DesktopVirtualization]: https://img.shields.io/powershellgallery/v/Az.DesktopVirtualization.svg?style=flat-square&label=Az.DesktopVirtualization
[DeviceProvisioningServices]: https://img.shields.io/powershellgallery/v/Az.DeviceProvisioningServices.svg?style=flat-square&label=Az.DeviceProvisioningServices
[DevSpaces]: https://img.shields.io/powershellgallery/v/Az.DevSpaces.svg?style=flat-square&label=Az.DevSpaces
Expand Down Expand Up @@ -266,6 +268,7 @@ Web App Service | `Az.Websites`
[DataShareGallery]: https://www.powershellgallery.com/packages/Az.DataShare/
[DedicatedHsmGallery]: https://www.powershellgallery.com/packages/Az.DedicatedHsm/
[DeploymentManagerGallery]: https://www.powershellgallery.com/packages/Az.DeploymentManager/
[DigitalTwinsGallery]: https://www.powershellgallery.com/packages/Az.DigitalTwins/
[DesktopVirtualizationGallery]: https://www.powershellgallery.com/packages/Az.DesktopVirtualization/
[DeviceProvisioningServicesGallery]: https://www.powershellgallery.com/packages/Az.DeviceProvisioningServices/
[DevSpacesGallery]: https://www.powershellgallery.com/packages/Az.DevSpaces/
Expand Down
6 changes: 3 additions & 3 deletions src/DigitalTwins/Az.DigitalTwins.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 2020/10/28
# Generated on: 2020/10/29
#

@{
Expand Down Expand Up @@ -45,7 +45,7 @@ PowerShellVersion = '5.1'
DotNetFrameworkVersion = '4.7.2'

# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# ClrVersion = ''
# CLRVersion = ''

# Processor architecture (None, X86, Amd64) required by this module
# ProcessorArchitecture = ''
Expand Down Expand Up @@ -113,7 +113,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
# ReleaseNotes = ''
ReleaseNotes = '* First preview release for module Az.DigitalTwins'

# Prerelease string of this module
# Prerelease = ''
Expand Down
2 changes: 2 additions & 0 deletions src/DigitalTwins/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release

## Version 0.1.0
* First preview release for module Az.DigitalTwins

0 comments on commit 02dc0ca

Please sign in to comment.