Remove alternative token usage (#1053)
This commit is contained in:
parent
31cd0d1e76
commit
d61e106e89
@ -135,7 +135,7 @@ namespace Azure { namespace Storage { namespace Files { namespace Shares {
|
||||
const DeleteShareOptions& options) const
|
||||
{
|
||||
auto protocolLayerOptions = Details::ShareRestClient::Share::DeleteOptions();
|
||||
if (options.IncludeSnapshots.HasValue() and options.IncludeSnapshots.GetValue())
|
||||
if (options.IncludeSnapshots.HasValue() && options.IncludeSnapshots.GetValue())
|
||||
{
|
||||
protocolLayerOptions.XMsDeleteSnapshots = Models::DeleteSnapshotsOptionType::Include;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user