Skip to content

Commit ba12154

Browse files
gorandomPraveenkumar Ravikumar
andauthored
adding release notes (Azure#26018)
Co-authored-by: Praveenkumar Ravikumar <prravikumar@microsoft.com>
1 parent fb01c05 commit ba12154

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

sdk/redis/Microsoft.Azure.Management.Redis/src/Microsoft.Azure.Management.Redis.csproj

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,20 @@
99
<Version>8.0.0</Version>
1010
<AssemblyName>Microsoft.Azure.Management.Redis</AssemblyName>
1111
<PackageTags>Microsoft Azure Redis Cache management;Redis Management;</PackageTags>
12-
<PackageReleaseNotes>Added support for specifying ports to RedisRebootParameters to enable rebooting cache instances based on their exposed port information.</PackageReleaseNotes>
12+
<PackageReleaseNotes>
13+
[Breaking changes included]
14+
1. The type of "RedisConfiguration" is modified from IDictionary&lt;string, string&gt; to Microsoft.Azure.Management.Redis.Models.RedisCommonPropertiesRedisConfiguration in the following places
15+
Microsoft.Azure.Management.Redis.Models.RedisResource
16+
Microsoft.Azure.Management.Redis.Models.RedisCreateParameters
17+
Microsoft.Azure.Management.Redis.Models.RedisUpdateParameters
18+
19+
[New Features]
20+
1. Managed Identity can be assigned during creation of Microsoft.Azure.Management.Redis.Models.RedisResource
21+
2. Managed Identity assigned to RedisResource can be updated or deleted.
22+
23+
[Updates]
24+
1. Api version "2021-06-01" will be used in the HTTP requests.
25+
</PackageReleaseNotes>
1326
</PropertyGroup>
1427
<PropertyGroup>
1528
<TargetFrameworks>$(SdkTargetFx)</TargetFrameworks>

0 commit comments

Comments
 (0)