Skip to content

Commit

Permalink
Remove queue warning (#23112)
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanz7 authored Oct 31, 2023
1 parent 8869f27 commit 8b823a0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ namespace Microsoft.WindowsAzure.Commands.Storage.Queue.Cmdlet
using System.Management.Automation;
using System.Security.Permissions;

[GenericBreakingChangeWithVersion("Permissions in the ouput access policy will be changed to a string like \"raup\" in a future release.",
"11.0.0", "6.0.0")]
[Cmdlet("Set", Azure.Commands.ResourceManager.Common.AzureRMConstants.AzurePrefix + "StorageQueueStoredAccessPolicy", SupportsShouldProcess = true), OutputType(typeof(String))]
public class SetAzureStorageQueueStoredAccessPolicyCommand : StorageQueueBaseCmdlet
{
Expand Down

0 comments on commit 8b823a0

Please sign in to comment.