Skip to content

Initial release of Azure RemoteApp cmdlet #204

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

Closed
wants to merge 60 commits into from
Closed

Conversation

yadavbdev
Copy link
Contributor

No description provided.

atpham256 and others added 30 commits February 20, 2015 15:14
- Updated Stream Analytics SDK reference to the 0.16.0-preview version
which corresponds to the 2015-01-01-preview Stream Analytics Service API
Version
- Integrated PowerShell cmdlets with the new features of the latest SDK.
Most PowerShell cmdlets were already integrated since the new properties
can be specified in the json file parameter. The most notable change was
the addition of the OutputStartMode and OutputStartTime parameters in
the StartAzureStreamAnalyticsJob cmdlet.
- Re-recorded the tests and updated the session records.
Update Stream Analytics PowerShell To Use Latest SDK
Included Amarpreet's changes for the new features
…nto dev

Conflicts:
	src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/packages.config
WriteObject(response.ConfigScript);
}
}

Copy link
Contributor

Choose a reason for hiding this comment

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

extra line break

using System.Linq;
using VisualStudio.TestTools.UnitTesting;

[TestClass]
Copy link
Contributor

Choose a reason for hiding this comment

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

Please refine from using MSTest and convert the tests to xUnit

@ogail
Copy link
Contributor

ogail commented Mar 2, 2015

  • The cmdlets file should not have business logic, instead create a RemoteAppCleint which encapsulates that.
  • Add mocked scenario tests

@markcowl
Copy link
Member

markcowl commented Mar 2, 2015

@yadavbdev Please remove the MSTest tests and commit to adding equivalent, passing xunit tests in this sprint. Also, please respond to code comments and fix the build breaks.

@relmer
Copy link
Contributor

relmer commented Mar 2, 2015

Are you asking for those to be fixed in 45 or 46? We’ll definitely commit to converting them to xunit for 46.

From: Mark Cowlishaw [mailto:[email protected]]
Sent: Monday, March 2, 2015 2:57 PM
To: Azure/azure-powershell
Cc: Rob Elmer
Subject: Re: [azure-powershell] Initial release of Azure RemoteApp cmdlet (#204)

@yadavbdevhttps://github.com/yadavbdev Please remove the MSTest tests and commit to adding equivalent, passing xunit tests in this sprint. Also, please respond to code comments and fix the build breaks.


Reply to this email directly or view it on GitHubhttps://github.com//pull/204#issuecomment-76845637.

@markcowl
Copy link
Member

markcowl commented Mar 2, 2015

@yadavbdev remove the mstest tests in 45 (i.e. before check in) and respond to the other review feedback. In sprint 46, add back the tests as xunit tests

<packages>
<package id="Hyak.Common" version="1.0.2" targetFramework="net45" />
<package id="Microsoft.Azure.Common" version="2.0.2" targetFramework="net45" />
<package id="Microsoft.Azure.Common.Authentication" version="1.0.10-preview" targetFramework="net45" />
Copy link
Member

Choose a reason for hiding this comment

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

This needs to be updated to match the Azure.Common.Authentication version used in all the other cmdlets

@markcowl
Copy link
Member

markcowl commented Mar 3, 2015

@yadavbdev There are a couple ofpackage version and depdnecy version issues which will cause problems with your install. I also notice that this contains no installer changes, so that your cmdlet dlls will not be included in the installer. See tools\BuildInstaller.ps1 for commands to update the installer. Finally, there is no online help. See https://github.com/Azure/adx-documentation-pr/blob/master/CLIs/PowerShell/Tools/cmdlet-help-doc-editor.md for details on this.

</Reference>
<Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.3.0.110281957-alpha\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.dll</HintPath>
Copy link
Member

Choose a reason for hiding this comment

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

Also a major vewrsion > all other cmdlets

@markcowl
Copy link
Member

markcowl commented Mar 3, 2015

@yadavbdev Please fix issues and retarget at the release branch (release-0.8.15)

@markcowl markcowl closed this Mar 3, 2015
huangpf referenced this pull request in AzureRT/azure-powershell Dec 13, 2015
markcowl pushed a commit that referenced this pull request Apr 28, 2016
Added logger wrapper and minor fixes in policy
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.

10 participants