-
Notifications
You must be signed in to change notification settings - Fork 4k
adding cmdlets for edge storage account and edge storage container #10763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Can one of the admins verify this patch? |
/azpsrun |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
...BoxEdge/DataBoxEdge/Common/Cmdlets/EdgeStorageAccounts/DataBoxEdgeStorageAccountNewCmdlet.cs
Show resolved
Hide resolved
public string Name { get; set; } | ||
|
||
[Parameter(Mandatory = true, | ||
ParameterSetName = EdgeStorageAccountParameterSet, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For other parameters in this cmdlet, this property is omitted. why to specify here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, this is not required, will remove it
...dge/DataBoxEdge/Common/Cmdlets/EdgeStorageContainers/DataBoxEdgeStorageContainerNewCmdlet.cs
Show resolved
Hide resolved
@@ -237,7 +243,7 @@ private void ParseIotDeviceConnectionString() | |||
this.iotDeviceAccessKey = deviceProperties.GetOrNull(SharedAccessKey); | |||
this.iotDeviceHostHub = deviceProperties.GetOrNull(HostName); | |||
} | |||
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unnecessary changed line
Description
Checklist
CONTRIBUTING.md
ChangeLog.md
file(s) has been updated:ChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header -- no new version header should be addedDesign Issue