Skip to content

Bugfix for June release #2262

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 7 commits into from
May 19, 2016
Merged

Bugfix for June release #2262

merged 7 commits into from
May 19, 2016

Conversation

hovsepm
Copy link
Contributor

@hovsepm hovsepm commented May 13, 2016

@@ -46,6 +46,11 @@ public override void ExecuteCmdlet()
{
if (!string.IsNullOrEmpty(Path))
{
if(!Common.Authentication.AzureSession.DataStore.FileExists(Path))
{
throw new PSArgumentException(string.Format("Cannot find file '{0}'", Path));
Copy link
Member

Choose a reason for hiding this comment

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

Add to resource strings

@markcowl
Copy link
Member

@hovsepm Looks good, a couple of minor comments - please merge after fixing these.

@hovsepm hovsepm merged commit 517883e into Azure:dev May 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants