Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
1 change: 0 additions & 1 deletion src/Accounts/Accounts/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
- Additional information about change #1
-->
## Upcoming Release
* Fixed typo in comments
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this line need to be removed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed it because I found the change has no impact to customer. The message on release notes may confuse customer.

* Fixed an issue that may cause Az to skip logs in Azure Automation or PowerShell jobs [#11492]

## Version 1.8.0
Expand Down
2 changes: 1 addition & 1 deletion src/MixedReality/MixedReality/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Introducing Azure Remote Rendering Management Cmdlets
* Added Azure Remote Rendering Management Cmdlets

## Version 0.1.3
* Update references in .psd1 to use relative path
Expand Down
2 changes: 1 addition & 1 deletion src/PrivateDns/PrivateDns/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Correct verbose output string formatting for Remove-AzPrivateDnsRecordSet
* Corrected verbose output string formatting for Remove-AzPrivateDnsRecordSet

## Version 1.0.2
* Update references in .psd1 to use relative path
Expand Down
2 changes: 1 addition & 1 deletion src/RecoveryServices/RecoveryServices/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Azure Site Recovery support for creating recovery plan for zone to zoen replication from xml input.
* Azure Site Recovery support for creating recovery plan for zone to zone replication from xml input.

## Version 2.9.0
* Azure Site Recovery added support for protecting proximity placement group virtual machines for Azure to Azure provider.
Expand Down
2 changes: 1 addition & 1 deletion src/Sql/Sql/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
## Upcoming Release
* Added UsePrivateLinkConnection to `New-AzSqlSyncGroup`, `Update-AzSqlSyncGroup`, `New-AzSqlSyncMember` and `Update-AzSqlSyncMember`
* Added SyncMemberAzureDatabaseResourceId to `New-AzSqlSyncMember` and `Update-AzSqlSyncMember`
* Add Guest user lookup support to Set SQL Server Azure Active Directory Admin cmdlet
* Added Guest user lookup support to Set SQL Server Azure Active Directory Admin cmdlet

## Version 2.6.1
* Enhance performance of:
Expand Down
2 changes: 1 addition & 1 deletion src/StackEdge/StackEdge/Az.StackEdge.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.8.0'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Management.DataBoxEdge.dll'
Expand Down
6 changes: 1 addition & 5 deletions tools/VersionController/MinimalVersion.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
"Module","Minimal Version"
"Az.Aks","1.1.1"
"Az.Compute","4.1.0"
"Az.Functions","1.0.0"
"Az.Resources","2.0.1"
"Az.StackEdge","0.1.0"
"Az.DesktopVirtualization","1.0.0"