-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Conversation
- 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
…was created by the backend (simplevnet-*)
… the upload script and adding feature check
WriteObject(response.ConfigScript); | ||
} | ||
} | ||
|
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.
extra line break
using System.Linq; | ||
using VisualStudio.TestTools.UnitTesting; | ||
|
||
[TestClass] |
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.
Please refine from using MSTest and convert the tests to xUnit
|
@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. |
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]] @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. — |
…Automation library
@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" /> |
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.
This needs to be updated to match the Azure.Common.Authentication version used in all the other cmdlets
@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> |
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.
Also a major vewrsion > all other cmdlets
@yadavbdev Please fix issues and retarget at the release branch (release-0.8.15) |
Added logger wrapper and minor fixes in policy
No description provided.