-
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
Add SQL ShortTermRetention, VulnerabilityAssessment, and Elastic jobs #4351
Conversation
…h Instance Failover Group APIs (Azure#4259) * adding generated files and tests for Cloud Lifter work * updating the SDK version in .csproj and AssemblyInfo.cs files * adding Managed Instance test recording * addressing some comments * changing tabs into spaces * Regen from swagger * Updating the release note with the current changes
Short Term Retention SDK regen and tests
…o grab subscription id from env variable
… Updated tests based on feedback
Turn ON database threat detection as a preprequite to use VA
…s ran msbuild build.proj /t:build /p:Scope=SDs\SqlManagement
This brings in the ShortTermRetention code and tests.
Swagger PR: Azure/azure-rest-api-specs#2860 I merged from SqlMgmt-CloudLifter branch, updated tests, then regenerated Swagger from commit f943cdccabceca5467712cf1788cbeb52cbfb25b which is the newest commit that does not contain VA (see #4327) or jobs (see #4340) |
Blocking issues:
|
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 great apart from the minor comment
|
||
2) AutoRest information | ||
Requested version: latest | ||
Bootstrapper version: C:\Users\jugeorge\AppData\Roaming\npm `-- autorest@2.0.4262 | ||
Latest installed version: |
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 generate the code using this script instead
ShortTermRetentionPolicy -> BackupShortTermRetentionPolicy
Now I am just waiting for Azure/azure-rest-api-specs#3125 to be merged so I can do the final regen. |
Ready to merge |
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, thanks for addressing all the feedback
@@ -23,7 +23,7 @@ | |||
<PackageReference Include="WindowsAzure.Storage" Version="8.1.4" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<!--<PackageReference Include="Microsoft.Azure.Management.Sql" Version="1.15.0-preview" />--> |
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 don't really need this line
Description
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.