diff --git a/documentation/azure-powershell-modules.md b/documentation/azure-powershell-modules.md index 64bdbc459bce..8a0e807f8d4a 100644 --- a/documentation/azure-powershell-modules.md +++ b/documentation/azure-powershell-modules.md @@ -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] @@ -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 @@ -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/ diff --git a/src/DigitalTwins/Az.DigitalTwins.psd1 b/src/DigitalTwins/Az.DigitalTwins.psd1 index 6fac6b30b255..47221d6eedb4 100644 --- a/src/DigitalTwins/Az.DigitalTwins.psd1 +++ b/src/DigitalTwins/Az.DigitalTwins.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2020/10/28 +# Generated on: 2020/10/29 # @{ @@ -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 = '' @@ -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 = '' diff --git a/src/DigitalTwins/Changelog.md b/src/DigitalTwins/Changelog.md index a2434c7f8fec..8e1ad5dd6f74 100644 --- a/src/DigitalTwins/Changelog.md +++ b/src/DigitalTwins/Changelog.md @@ -18,5 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 0.1.0 * First preview release for module Az.DigitalTwins