Skip to content

Commit b517e1c

Browse files
authored
Update RemoveAzureStorageContainerStoredAccessPolicy.cs
1 parent 0174083 commit b517e1c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Storage/Commands.Storage/Blob/Cmdlet/RemoveAzureStorageContainerStoredAccessPolicy.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ internal bool RemoveAzureContainerStoredAccessPolicy(IStorageBlobManagement loca
9393
[PermissionSet(SecurityAction.Demand, Name = "FullTrust")]
9494
public override void ExecuteCmdlet()
9595
{
96-
WriteWarning("Force parameter in this cmdlet will be removed in a future release.");
97-
9896
if (String.IsNullOrEmpty(Container) || String.IsNullOrEmpty(Policy)) return;
9997
bool success = RemoveAzureContainerStoredAccessPolicy(Channel, Container, Policy);
10098
string result = string.Empty;

0 commit comments

Comments
 (0)