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
15 changes: 10 additions & 5 deletions sdk/redis/Azure.ResourceManager.Redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# Release History

## 1.1.0-beta.1 (Unreleased)
## 2.0.0 (2022-11-03)

### Features Added

- ExportRdbContent has a new parameter PreferredDataArchiveAuthMethod
- ImportRdbContent has a new parameter PreferredDataArchiveAuthMethod
- RedisLinkedServerWithPropertyCreateOrUpdateContent has a new parameter GeoReplicatedPrimaryHostName
- RedisLinkedServerWithPropertyCreateOrUpdateContent has a new parameter PrimaryHostName
- RedisLinkedServerWithPropertyData has a new parameter GeoReplicatedPrimaryHostName
- RedisLinkedServerWithPropertyData has a new parameter PrimaryHostName
### Breaking Changes

### Bugs Fixed

- Deleting a linked server is now a long running operation
- Updating a cache is now a long running operation
### Other Changes
- API version 2022-06-01 will be used in HTTP requests

## 1.0.2 (2022-10-01)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,10 @@ protected RedisLinkedServerWithPropertyCollection() { }
public partial class RedisLinkedServerWithPropertyData : Azure.ResourceManager.Models.ResourceData
{
public RedisLinkedServerWithPropertyData() { }
public string GeoReplicatedPrimaryHostName { get { throw null; } }
public Azure.Core.ResourceIdentifier LinkedRedisCacheId { get { throw null; } set { } }
public Azure.Core.AzureLocation? LinkedRedisCacheLocation { get { throw null; } set { } }
public string PrimaryHostName { get { throw null; } }
public string ProvisioningState { get { throw null; } }
public Azure.ResourceManager.Redis.Models.RedisLinkedServerRole? ServerRole { get { throw null; } set { } }
}
Expand Down Expand Up @@ -244,8 +246,8 @@ protected RedisResource() { }
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Redis.RedisResource>> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual Azure.Response<Azure.ResourceManager.Redis.RedisResource> SetTags(System.Collections.Generic.IDictionary<string, string> tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Redis.RedisResource>> SetTagsAsync(System.Collections.Generic.IDictionary<string, string> tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual Azure.Response<Azure.ResourceManager.Redis.RedisResource> Update(Azure.ResourceManager.Redis.Models.RedisPatch patch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Redis.RedisResource>> UpdateAsync(Azure.ResourceManager.Redis.Models.RedisPatch patch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Redis.RedisResource> Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Redis.Models.RedisPatch patch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Redis.RedisResource>> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Redis.Models.RedisPatch patch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
}
}
namespace Azure.ResourceManager.Redis.Models
Expand All @@ -255,13 +257,15 @@ public partial class ExportRdbContent
public ExportRdbContent(string prefix, string container) { }
public string Container { get { throw null; } }
public string Format { get { throw null; } set { } }
public string PreferredDataArchiveAuthMethod { get { throw null; } set { } }
public string Prefix { get { throw null; } }
}
public partial class ImportRdbContent
{
public ImportRdbContent(System.Collections.Generic.IEnumerable<string> files) { }
public System.Collections.Generic.IList<string> Files { get { throw null; } }
public string Format { get { throw null; } set { } }
public string PreferredDataArchiveAuthMethod { get { throw null; } set { } }
}
public partial class RedisAccessKeys
{
Expand Down Expand Up @@ -345,8 +349,10 @@ public enum RedisLinkedServerRole
public partial class RedisLinkedServerWithPropertyCreateOrUpdateContent
{
public RedisLinkedServerWithPropertyCreateOrUpdateContent(Azure.Core.ResourceIdentifier linkedRedisCacheId, Azure.Core.AzureLocation linkedRedisCacheLocation, Azure.ResourceManager.Redis.Models.RedisLinkedServerRole serverRole) { }
public string GeoReplicatedPrimaryHostName { get { throw null; } }
public Azure.Core.ResourceIdentifier LinkedRedisCacheId { get { throw null; } }
public Azure.Core.AzureLocation LinkedRedisCacheLocation { get { throw null; } }
public string PrimaryHostName { get { throw null; } }
public Azure.ResourceManager.Redis.Models.RedisLinkedServerRole ServerRole { get { throw null; } }
}
public partial class RedisNameAvailabilityContent
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Compat issues with assembly Azure.ResourceManager.Redis:
MembersMustExist : Member 'public Azure.Response<Azure.ResourceManager.Redis.RedisResource> Azure.ResourceManager.Redis.RedisResource.Update(Azure.ResourceManager.Redis.Models.RedisPatch, System.Threading.CancellationToken)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'public System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Redis.RedisResource>> Azure.ResourceManager.Redis.RedisResource.UpdateAsync(Azure.ResourceManager.Redis.Models.RedisPatch, System.Threading.CancellationToken)' does not exist in the implementation but it does exist in the contract.
Total Issues: 2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.1.0-beta.1</Version>
<Version>2.0.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.0.2</ApiCompatVersion>
<PackageId>Azure.ResourceManager.Redis</PackageId>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading