-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
New Microsoft.Logic API Version: 2018-07-01-preview #4770
New Microsoft.Logic API Version: 2018-07-01-preview #4770
Conversation
This introduces a lot of breaking changes. We are doing a version up of the APIs |
<None Update="TestData\IntegrationAccountAssemblyContent.dll"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
<None Update="TestData\IntegrationAccountCertificate.cer"> |
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.
Is this an authentication certificate? Not sure if we can check this in
@shahabhijeet FYI
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 was a file that had already existed in the repo to be used in tests. I'm not sure how the tests worked without the file being included. They don't work locally when I don't include it. In general this isn't a cert to anything in particular, just a cert in general.
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.
@refortie if this is a self-signed cert, this should be fine.
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 is a self signed cert.
@@ -5,7 +5,7 @@ | |||
|
|||
<PropertyGroup> | |||
<Description>Microsoft Azure LogicApps Management Library</Description> | |||
<Version>3.1.0</Version> | |||
<Version>4.0.0</Version> | |||
<PackageId>Microsoft.Azure.Management.Logic</PackageId> | |||
<PackageTags>Microsoft Azure LogicApps management;LogicApps;LogicApps management;</PackageTags> | |||
<PackageReleaseNotes/> |
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 add PackageReleaseNotes
here
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.
Added, please let me know if the formatting is incorrect
Please fix the CI errors reported |
* Change the tests to generate proper session records * Added to the changelog
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.
Need an approval from @shahabhijeet regarding the cert
Decrease size of Changelog Remove conditional on warnings as errors
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.
LGTM, will let @shahabhijeet take a look and we are good to merge
Talked to @shahabhijeet , self signed certificates are acceptable, thanks! |
Description
REST spec PRs:
Add new microsoft.logic version
Change some string Microsoft.Logic modeled enums back into enums
Remove default response from Sessions
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csproj
andAssemblyInfo.cs
files have been updated with the new version of the SDK.