Skip to content

Commit 3a78c24

Browse files
committed
set pre-release, changelog
1 parent 540c87a commit 3a78c24

File tree

6 files changed

+6
-3
lines changed

6 files changed

+6
-3
lines changed

src/Compute/Compute/Az.Compute.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ PrivateData = @{
263263
* Added ''-AddProxyAgentExtension'' parameter (Bool) to ''Set-AzVMProxyAgentSetting'' and ''Set-AzVmssProxyAgentSetting'''
264264

265265
# Prerelease string of this module
266-
# Prerelease = ''
266+
Prerelease = 'preview'
267267

268268
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
269269
# RequireLicenseAcceptance = $false

src/Compute/Compute/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
2121
-->
2222
## Upcoming Release
23+
* Supported `-DryRun` and `-ExportBicep`
2324
* Improved user experience and consistency. This may introduce breaking changes. Please refer to [here](https://go.microsoft.com/fwlink/?linkid=2340249).
2425
* Updated Azure.Core from 1.45.0 to 1.47.3
2526
* Added `-EnableAutomaticUpgrade` and `-TreatFailureAsDeploymentFailure` parameters (Bool) to `New-AzVmGalleryApplication` and `New-AzVmssGalleryApplication` cmdlets.

src/Network/Network/Az.Network.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ PrivateData = @{
814814
* Bug fix for ''AzureFirewallPolicy'' to ensure ''BasePolicy'' is properly set via ''Set-AzFirewallPolicy'' cmdlet either via pipe or direct value.'
815815

816816
# Prerelease string of this module
817-
# Prerelease = ''
817+
Prerelease = 'preview'
818818

819819
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
820820
# RequireLicenseAcceptance = $false

src/Network/Network/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
--->
2020

2121
## Upcoming Release
22+
* Supported `-DryRun` and `-ExportBicep`
2223
* Onboarded `Microsoft.Security/privateLinks` to Private Link Common Cmdlets
2324

2425
## Version 7.23.0

src/Storage/Storage.Management/Az.Storage.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ PrivateData = @{
260260
- ''Invoke-AzStorageReconcileNetworkSecurityPerimeterConfiguration'''
261261

262262
# Prerelease string of this module
263-
# Prerelease = ''
263+
Prerelease = 'preview'
264264

265265
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
266266
# RequireLicenseAcceptance = $false

src/Storage/Storage.Management/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Supported `-DryRun` and `-ExportBicep`
2122
* Updated Azure.Core from 1.45.0 to 1.47.3
2223
* Supported Storage account planned failover: `Invoke-AzStorageAccountFailover`, `Get-AzStorageAccount`
2324

0 commit comments

Comments
 (0)