-
Notifications
You must be signed in to change notification settings - Fork 62
Release merge for 1.16.0 #15
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* New feature - Added the TransitiveMemberOf property to Device.cs. * New feature - Added the TransitiveMemberOf property to Group.cs. * New feature - Added the EmployeeId, FaxNumber, OnPremisesDistinguishedName, OtherMails, ShowInAddressList, and TransitiveMemberOf properties to User.cs. * New feature - Added the EdgeSendIntranetTrafficToInternetExplorer property to the Windows10GeneralConfiguration.cs. * New feature - Added request, paging, and navigation for the TransitiveMemberOf property Device. * New feature - Added request, paging, and navigation for the TransitiveMemberOf property Group. * New feature - Added request, paging, and navigation for the TransitiveMemberOf property User. * Change- Added updated comments to Group.cs. * Change- Added updated comments to Message.cs. * Change- Added updated comments to Organization.cs. * Change - Added updated comments to DataPolicyOperation.cs.
- Upgrade the last 2 test projects that still use packages.config to use `packagereference`. This allows also for removing transitive references in the test project like e.g the one to NewtonSoft.json - Use consistent and RTM version of test sdk - Upgrade moq Nuget package - Use RTM version of ms code coverage Nuget package - Update mstest Nuget packages - dotnet restore is not needed any more for modern SDKs -> remove it in appveyor.yaml
…traversing a site's site hierarchy.
Generated models and request builders using Typewriter
Fixes #374: Adds route to a Site's root structural property.
Adds cloning of HttpRequestMessage before retry
Generated models and request builders using Typewriter
Request Context With Middleware Options
Remove service library from core library.
Retry handler to retry on HTTP status 504.
…dated (#3) * Add azure pipeline to validate PR and script to verify that version has been updated.
**previewBuild.yml** Specifies a build pipeline that targets the latest commit to the dev branch. This pipeline will not run on PR. This pipeline performs the following * Makes sure that the version number has been incremented. * Builds the solution and runs the tests. * Signing * Sets or increments the prerelease version * Publishes the built NuGet package artifact so that it can be picked up by release pipeline. **productionBuild.yml** Specifies a build pipeline that targets the latest commit to the master branch. This pipeline will not run on PR. This pipeline performs the following * Makes sure that the version number has been incremented. * Builds the solution and runs the tests. * Signing * Publishes the built NuGet package artifact so that it can be picked up by release pipeline. **EnableSigning.ps1** Sets the csproj ready for signing. **IncrementPreviewVersion.ps1** Increments the preview version based on whether there is a publicly published preview version. Does nothing if the VersionSuffix is set in the csproj. **AssemblyInfo.cs** Updated InternalsVisibleTo to only be valid for debug profile.
Support native platform Http handlers for Xamarin.iOS and Xamarin.Android
Xamarin update requires us to use msbuild pack to create a NuGet
package.
On branch mm/supportXamarinPack
Changes to be committed:
modified: pipelines/previewBuild.yml
modified: pipelines/productionBuild.yml
* Fixed bad yaml in previewBuild.yml and productionBuild.yml * Added control to not notify on fail for manual builds * Using the /v3-flatcontainer API instead of v3/registration3 API to get released versions.
Update GraphClientFactory to skip CompressionHandler on Xamarin.iOS.
peombwa
approved these changes
Jul 2, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merges to master kickoff a prod build.