-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add support and tests for SSL on custom domains in CDN #5406
Add support and tests for SSL on custom domains in CDN #5406
Conversation
Since we use an existing susbscription that is used for other testing too, the tests failed beacuse they assumed it is a clean subscription. I changed that assumption so that they(hopefully) work with any subscription in record mode.
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.
You are missing Swagger PR information.
Paste a link to the swagger PR.
Also update nuget package version in .csproj, also update version in AssemblyInfo.cs
Generate SDK using generate.ps1, which will essentially generate all the meta data files that are required for .NET SDK
|
src/SDKs/Cdn/Management.Cdn/Microsoft.Azure.Management.Cdn.csproj
Outdated
Show resolved
Hide resolved
@shahabhijeet - can you take a look again at the PR please? |
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
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.
If you are planning to release this SDK, please update version info in .csproj and AssemblyInfo.cs
Also add release notes.
@shahabhijeet - I updated both in the last commit or the commits before. Not sure what I am still missing. |
* Add support and tests for SSL on custom domains in CDN * Fix the test failure for profiles * Fix the build and refactor the profile tests Since we use an existing susbscription that is used for other testing too, the tests failed beacuse they assumed it is a clean subscription. I changed that assumption so that they(hopefully) work with any subscription in record mode. * Update nuget package version * Update file version * Update the moinor version since new functionality was added
* Add support and tests for SSL on custom domains in CDN * Fix the test failure for profiles * Fix the build and refactor the profile tests Since we use an existing susbscription that is used for other testing too, the tests failed beacuse they assumed it is a clean subscription. I changed that assumption so that they(hopefully) work with any subscription in record mode. * Update nuget package version * Update file version * Update the moinor version since new functionality was added
Link to swagger PR - Azure/azure-rest-api-specs#5276