-
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 POST APIs used to Upload customer TDE certificates in CMS. #4461
Adding POST APIs used to Upload customer TDE certificates in CMS. #4461
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.
Will approve once REST spec is merged and sdk regenerated.
@@ -13,6 +13,7 @@ | |||
<![CDATA[ | |||
New features: | |||
- Added support for using sever level rule in vulnerability assessment baseline operations. | |||
- Enable customers to upload their TDE certificate to CMS |
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.
I published 1.17 today (on request from vulnerability assessment team), so now you need to bump this up to 1.18 and wipe out the old release notes (i.e. just line 15)
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.
Bump to 1.18 both in this file and in AssemblyInfo.cs
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.
Sure will do
GitHub fork: Azure | ||
Branch: master | ||
Commit: 69592a62dd01225f16a9b398664c3b9d6ddc8268 | ||
GitHub fork: nivimsft |
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 will need to generate from Azure/master before this PR can be merged
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.
Sounds good! Waiting for PR to be merged
// Update with values from a current MI on the region | ||
// | ||
string resourceGroup = ManagedInstanceResourceGroup; | ||
string managedInstanceName = ManagedInstanceName; |
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.
Tests MUST be fully automated. This means that they must create all prerequisite resources during test setup. If this is not possible, the test must be skipped (see geo restore scenario test for example)
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.
Okay, automatic provisioning of Managed instances is not currently possible. Managed instances team is working on this. I will go ahead and skip these tests for now
Commit contains appropriate tests
- Updating version to 1.18 in .csproj and assemblyInfo - regenerate client from Azure/Master, - skipping tests with long setup time
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 merge when CIs pass |
- Added support for using sever level Threat Detection. | ||
- Enable customers to upload their TDE certificate to CMS |
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.
Customers do not know what CMS is. This release note should be more like, "Added support for uploading TDE certificate into servers and managed instances."
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 right, will address
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.
Looks good, release note needs a little edit.
Thanks, now it's perfect! |
I like that, thanks for your help in making it so! :) |
Commit contains appropriate tests
Description
Adding POST APIs used to Upload customer TDE certificates in CMS code and tests
PR for spec changes Azure/azure-rest-api-specs#3248
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.