We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e886fab commit 11a8813Copy full SHA for 11a8813
src/Common/Storage/Commands.Storage/Common/Cmdlet/NewAzureStorageAccountSasToken.cs
@@ -39,10 +39,10 @@ public class NewAzureStorageAccountSasTokenCommand : StorageCloudBlobCmdletBase
39
public string IPAddressOrRange { get; set; }
40
41
[Parameter(Mandatory = false, HelpMessage = "Start Time")]
42
- DateTime? StartTime { get; set; }
+ public DateTime? StartTime { get; set; }
43
44
[Parameter(Mandatory = false, HelpMessage = "Expiry Time")]
45
- DateTime? ExpiryTime { get; set; }
+ public DateTime? ExpiryTime { get; set; }
46
47
/// <summary>
48
/// Initializes a new instance of the NewAzureStorageAccountSasTokenCommand class.
0 commit comments