Skip to content

Commit 7e754cb

Browse files
authored
Polish changelog for upcoming release (Azure#14559)
* Polish for upcoming release * update changelog * Revert couple changes * Update file
1 parent b1ffc97 commit 7e754cb

File tree

6 files changed

+9
-23
lines changed

6 files changed

+9
-23
lines changed

src/IotHub/IotHub/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Updates IoT Hub Management SDK and models to version 3.0.0 (api-version 2020-03-01)
21+
* Updated IoT Hub Management SDK and models to version 3.0.0 (api-version 2020-03-01)
2222

2323
## Version 2.7.2
2424
* Fixed a regression regarding SAS token generation

src/RedisEnterpriseCache/Az.RedisEnterpriseCache.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = './Az.RedisEnterpriseCache.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.0.0'
15+
ModuleVersion = '0.1.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'

src/ServiceFabric/ServiceFabric/ChangeLog.md

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,15 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Add parameters to `Add-AzServiceFabricNodeType` to facilitate easy alternate OS image creation for new node type.
22-
Parameters: `VMImagePublisher`, `VMImageOffer`, `VMImageSku`, `VMImageVersion`
23-
- Example usage: For a Ubuntu 16.04 cluster, add a new Ubuntu 18 node type: <br/>
24-
```powershell
25-
$resouceGroup="Group1"
26-
$clusterName="Contoso01SFCluster"
27-
$nodeTypeName="nt2"
28-
$securePassword = ConvertTo-SecureString -String 'Password$123456' -AsPlainText -Force
29-
30-
Add-AzServiceFabricNodeType -ResourceGroupName $resouceGroup -ClusterName $clusterName -NodeType $nodeTypeName -Capacity 5 -VmUserName adminuser -VmPassword $securePassword -DurabilityLevel Silver -Verbose -VMImageSku 18.04-LTS
31-
```
32-
* Add parameter `IsPrimaryNodeType` to `Add-AzServiceFabricNodeType` to be able to create an additional primary node type,
33-
for the purpose of transitioning the primary node type to another one in the case of OS migration.
21+
* Added parameters `VMImagePublisher`, `VMImageOffer`, `VMImageSku`, `VMImageVersion` to `Add-AzServiceFabricNodeType` to facilitate easy alternate OS image creation for new node type.
22+
* Added parameter `IsPrimaryNodeType` to `Add-AzServiceFabricNodeType` to be able to create an additional primary node type, for the purpose of transitioning the primary node type to another one in the case of OS migration.
3423
* `Add-AzServiceFabricNodeType` now correctly copies the LinuxDiagnostic extension. This was previously not working for Linux.
3524
* `Add-AzServiceFabricNodeType` now correctly copies the RDP/SSH load balancer inbound NAT port mapping to the new node type.
36-
* Add template for `UbuntuServer1804` for creating Ubuntu 18.04 clusters using `New-AzServiceFabricCluster`.
37-
* `Remove-AzServiceFabricNodeType` was incorrectly blocking Bronze durability node types for removal, and this has been updated
38-
to only block when the Bronze durability level differs between the SF node type and VMSS setting.
25+
* Added template for `UbuntuServer1804` for creating Ubuntu 18.04 clusters using `New-AzServiceFabricCluster`.
26+
* `Remove-AzServiceFabricNodeType` was incorrectly blocking Bronze durability node types for removal, and this has been updated to only block when the Bronze durability level differs between the SF node type and VMSS setting.
3927
* Added cmdlet `Update-AzServiceFabricVmImage` to update the delivered SF runtime package type. This must be changed when migrating from Ubuntu 16 to 18.
4028
* Added cmdlet `Update-AzServiceFabricNodeType` to update the properties of a cluster node type. For now this is solely used to update whether the node type is primary via bool parameter `-IsPrimaryNodeType $false`.
41-
* `Update-AzServiceFabricReliability` is now able to update reliability level when the cluster has more than one primary node type.
42-
To do this, the name of the node type is supplied via the new -NodeType parameter.
29+
* `Update-AzServiceFabricReliability` is now able to update reliability level when the cluster has more than one primary node type. To do this, the name of the node type is supplied via the new -NodeType parameter.
4330

4431
## Version 2.2.2
4532
* Fixed `Add-AzServiceFabricNodeType`. Added node type to service fabric cluster before creating virtual machine scale set.

src/Websites/Websites/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Add-AzWebAppAccessRestrictionRule: Allow all supported Service Tags and validate against Service Tag API.
21+
* Updated `Add-AzWebAppAccessRestrictionRule` to allow all supported Service Tags and validate against Service Tag API.
2222

2323
## Version 2.4.0
2424
* Introduced an option to give custom timeout for `Publish-AzWebApp`

tools/Az/Az.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.6'; },
103103
@{ModuleName = 'Az.PrivateDns'; RequiredVersion = '1.0.3'; },
104104
@{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '3.4.1'; },
105105
@{ModuleName = 'Az.RedisCache'; RequiredVersion = '1.4.0'; },
106-
@{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.0.0'; },
106+
@{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '0.1.0'; },
107107
@{ModuleName = 'Az.Relay'; RequiredVersion = '1.0.3'; },
108108
@{ModuleName = 'Az.Resources'; RequiredVersion = '3.3.0'; },
109109
@{ModuleName = 'Az.ServiceBus'; RequiredVersion = '1.4.1'; },
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
"Module","Minimal Version"
2-
"Az.Databricks","1.1.0"
32
"Az.RedisEnterpriseCache","1.0.0"

0 commit comments

Comments
 (0)