Skip to content

Conversation

nickliu-msft
Copy link
Member

No description provided.

@nickliu-msft nickliu-msft marked this pull request as draft October 16, 2025 17:03
@github-actions github-actions bot added the Storage Storage Service (Queues, Blobs, Files) label Oct 16, 2025
{
RecordingServiceVersion = StorageVersionExtensions.MaxVersion;
LiveServiceVersions = new object[] { StorageVersionExtensions.LatestVersion };
LiveServiceVersions = new object[] { StorageVersionExtensions.MaxVersion };
Copy link
Member Author

Choose a reason for hiding this comment

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

Todo: revert this at the end

Copy link

github-actions bot commented Oct 16, 2025

API Change Check

APIView identified API level changes in this PR and created the following API reviews

Azure.Storage.Blobs
Azure.Storage.Common
Azure.Storage.Files.DataLake

EnsureState();

stringToSign = ToStringToSign(userDelegationKey, accountName);
Console.WriteLine($"StringToSign = \n{stringToSign}\nEND");
Copy link
Member Author

Choose a reason for hiding this comment

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

Todo: Remove this Console log and others

Copy link
Member

@seanmcc-msft seanmcc-msft left a comment

Choose a reason for hiding this comment

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

Looks pretty good!

public string Permissions { get { throw null; } }
public string PreauthorizedAgentObjectId { get { throw null; } set { } }
public Azure.Storage.Sas.SasProtocol Protocol { get { throw null; } set { } }
public System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> RequestHeaders { get { throw null; } set { } }
Copy link
Member

Choose a reason for hiding this comment

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

Arch Board may want different name for this, leave as-is for now.

EnsureState();

stringToSign = ToStringToSign(userDelegationKey, accountName);
Console.WriteLine($"StringToSign = \n{stringToSign}\nEND");
Copy link
Member

Choose a reason for hiding this comment

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

Remove later.

{
RecordingServiceVersion = StorageVersionExtensions.MaxVersion;
LiveServiceVersions = new object[] { StorageVersionExtensions.LatestVersion };
LiveServiceVersions = new object[] { StorageVersionExtensions.MaxVersion };
Copy link
Member Author

Choose a reason for hiding this comment

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

Todo: revert this at the end

EnsureState();

stringToSign = ToStringToSign(userDelegationKey, accountName);
Console.WriteLine($"StringToSign = \n{stringToSign}\nEND");
Copy link
Member Author

Choose a reason for hiding this comment

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

Todo: remove this at the end

Copy link
Member

@seanmcc-msft seanmcc-msft left a comment

Choose a reason for hiding this comment

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

Looks good, remember to revisit when the service bugs are fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Storage Storage Service (Queues, Blobs, Files)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants