-
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
Adding Standard_Microsoft sku in CDN pricing tier #4713
Conversation
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.
Left a couple of comments
@@ -8,8 +8,8 @@ | |||
[assembly: AssemblyTitle("Microsoft Azure CDN Management Library")] | |||
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure CDN.")] | |||
|
|||
[assembly: AssemblyVersion("4.0.0.0")] | |||
[assembly: AssemblyFileVersion("4.0.1.0")] | |||
[assembly: AssemblyVersion("4.0.1.0")] |
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 do not modify the AssemblyVersion
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.
Changes reverted
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.
Was this code generated using generate.ps1?
Changes to a .txt log file must also be generated please commit those changes
@azuresdkci Retest this please |
Logs added. |
@dsgouda is it the log file you were looking for? |
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.
Everything looks great, please squash commits into a single commit and we should be good to merge
update version address comments log Dev auth lib (#4677) * bringing back DeviceAuth for .NETCore * adding more tests for auth library [Do Not Merge] RecoveryServices.Backup update for latest release (#4613) * SDK 1806 update * Incrementing the version * Revert "SDK 1806 update" This reverts commit 0519fee. * Revert "Incrementing the version" This reverts commit 49135af. * RecoveryServices.Backup release * Recovery services backup 1807 Generated using Generate.ps1 * incorporating feedback [Monitor] Fixing incidents #3585 [Monitor] Breaking change found in AutoScale spec (Swagger spec) and #3293 [Monitor] Add serviceBusRuleId to the DiagnosticSettings resource (Swagger spec) (#4655) bumping CR version to be used within SdkCommon scope (#4682) * bumping CR version to be used within SdkCommon scope * fixing test asserts Test fx (#4685) * Adding release notes. Fixing versions for dependencies * adding dependencies for intrim release [Cognitive Services] Update endpoint template for Content Moderator SDK. Fix issue of metadata. Updating references for references used among SdkCommon scope. Updating assemblyInfo. Updating build file for ubuntu (#4693) Fix ContentModerator Release Notes. Support database sensitivity labels Added generated clients in addition to corresponding tests. Increase client side timeout for some server requests - Requests whose default timeouts are 2m should have a client side timeout longer than 2m. Stop doing hacky %5C/%2F handling in shared key auth - The underlying server bug/behavior which caused us to need to do this has been fixed in the latest REST API version. Fix bug where sharedkey auth fails in netcoreapp 2.1 - This is due to https://github.com/dotnet/corefx/issues/31172 Add CopyNodeFileContentToStream and CopyNodeFileContentToString - This allows callers to bypass a superfluous GetFileProperties call if they're really interested in performance when downloading files. Add default retry policy on BatchClient Correct FileConventions error string Remove OpenAsync since we don't make any async calls - Nor do we plan to. Fix confusing ResizeErrors documentation Regenerate code based on 2018-08-01.7.0 Swagger spec - Update SDK version to 9.0. - Update changelog. Fix tests Update AzSdk.RP.props Re-generated Network for August release Updated release notes Remove LoadBalancerOutboundNatRule's test Update Network SDK version Updated Network SDK Updating repository to use the latest released test tools (#4695) * Updating repository to use the latest released test tools * removing CR as well as TestFx version specified in the test projects * disabling botservice tests * Fixing keyvault test projects build issues Regenerated EventGrid DataPlane SDK to account for recent Swagger updates from ARM and IotHub teams. Added unit tests corresponding to new event types (IoT and ARM) Updated version and package release notes. Updating major version of the package per PR feedback. Regenerate Policy SDK Update resource manager metadata Update version and release notes Re-generated with latest metadata generation script updating bootstrapper with support for LKG Skipping setting user agent info if it is empty (#4686) * Skipping setting user agent info if it is empty * fixing assemblyinfo Treating warnings as errors for A projects (#4694) Generating SDK for websites (#4688) * Generating SDK for websites * Adding the generated files * Undo NuGet.config changes & updating version * Updating to use the latest Microsoft.Rest.ClientRuntime.Azure & re-enabling a test * Version update * Updating with the swagger update for deletedSites Updated for 2018-Preview Added generate.ps1, changes to support Azure Disk Encryption & Accelerated Networking are included. updating CR for the repo. Fixing failing tests (#4714)
… into psSdkJson6
@dsgouda I'm not sure how to do this on GitHub. Could you help? |
The easiest way I can think of is:
|
Hi, @dsgouda , It appears that I was working on branch psSdkJson6 and I am not sure how to make it clean again. |
That would be the safest bet. Please make sure you save your changes somewhere while doing so |
Description
Regenerating CDN SDK based on latest swagger spec.
Azure/azure-rest-api-specs#3628
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.