Skip to content

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

Merged
merged 5 commits into from
Dec 26, 2019

Conversation

raviten
Copy link
Contributor

@raviten raviten commented Dec 23, 2019

Description

Checklist

  • I have read the Submitting Changes section of CONTRIBUTING.md
  • The title of the PR is clear and informative
  • The appropriate ChangeLog.md file(s) has been updated:
    • For any service, the ChangeLog.md file can be found at src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
    • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header -- no new version header should be added
  • The PR does not introduce breaking changes
  • If applicable, the changes made in the PR have proper test coverage
  • For public API changes to cmdlets:
    • a cmdlet design review was approved for the changes in this repository (Microsoft internal only)
    • the markdown help files have been regenerated using the commands listed here

Design Issue

@adxsdkps
Copy link
Collaborator

Can one of the admins verify this patch?

@raviten
Copy link
Contributor Author

raviten commented Dec 23, 2019

/azpsrun

@raviten
Copy link
Contributor Author

raviten commented Dec 23, 2019

/azp run

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@raviten
Copy link
Contributor Author

raviten commented Dec 23, 2019

/azp run

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@raviten
Copy link
Contributor Author

raviten commented Dec 24, 2019

Design Issue

@raviten
Copy link
Contributor Author

raviten commented Dec 24, 2019

public string Name { get; set; }

[Parameter(Mandatory = true,
ParameterSetName = EdgeStorageAccountParameterSet,
Copy link
Contributor

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?

Copy link
Contributor Author

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

@@ -237,7 +243,7 @@ private void ParseIotDeviceConnectionString()
this.iotDeviceAccessKey = deviceProperties.GetOrNull(SharedAccessKey);
this.iotDeviceHostHub = deviceProperties.GetOrNull(HostName);
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unnecessary changed line

@raviten raviten requested a review from msJinLei December 25, 2019 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants