Skip to content

Commit b3a08cf

Browse files
authored
Update RemoveAzureStorageTableStoredAccessPolicy.cs
1 parent 6ce1d82 commit b3a08cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Storage/Commands.Storage/Table/Cmdlet/RemoveAzureStorageTableStoredAccessPolicy.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ internal bool RemoveAzureTableStoredAccessPolicy(IStorageTableManagement localCh
9191
[PermissionSet(SecurityAction.Demand, Name = "FullTrust")]
9292
public override void ExecuteCmdlet()
9393
{
94-
WriteWarning("Force parameter in this cmdlet will be removed in a future release.");
95-
9694
if (String.IsNullOrEmpty(Table) || String.IsNullOrEmpty(Policy)) return;
9795
bool success = RemoveAzureTableStoredAccessPolicy(Channel, Table, Policy);
9896
string result = string.Empty;

0 commit comments

Comments
 (0)