Adding files for Managed Instances, Managed Databases, and Instance Failover Groups#4244
Adding files for Managed Instances, Managed Databases, and Instance Failover Groups#4244dsgouda merged 7 commits intoAzure:psSdkJson6from jugeorge:psSdkJson6
Conversation
dsgouda
left a comment
There was a problem hiding this comment.
Needs a few minor changes.
| new Tuple<string, string, string>("Sql", "FailoverGroups", "2015-05-01-preview"), | ||
| new Tuple<string, string, string>("Sql", "FirewallRules", "2014-04-01"), | ||
| new Tuple<string, string, string>("Sql", "GeoBackupPolicies", "2014-04-01"), | ||
| new Tuple<string, string, string>("Sql", "InstanceFailoverGroups", "2017-10-01-preview"), |
There was a problem hiding this comment.
Please run msbuild build.proj /t:build /p:Scope=SDKs\SqlManagement and commit any artifacts that may be generated
There was a problem hiding this comment.
no new files were generated
There was a problem hiding this comment.
| return v12Server; | ||
| } | ||
|
|
||
| public ManagedInstance CreateManagedInstance(ResourceGroup resourceGroup) |
There was a problem hiding this comment.
nit: Please fix indentation
in other places too
| Type dsc to start/install the DS Consolidated Console | ||
|
|
||
| 2018-04-06 18:59:06 UTC | ||
| 2018-04-18 15:16:26 UTC |
There was a problem hiding this comment.
Please create a generate.ps1 similar to this and regenerate the code.
There was a problem hiding this comment.
@dsgouda when I try and run the generate.ps1 file I've added, I get "Could not find module: C:\azure-sdk-for-net\tools\SdkBuildTools\psModules\CodeGenerationModules\generateDotNetSdkCode.psm1. Please run msbuild build.proj to install the module." However, this file is in the folder and the msbuild is passing. Any ideas why?
dsgouda
left a comment
There was a problem hiding this comment.
LGTM subject to builds passing.
|
Overriding CI since last commit should not have any effect |
Description
These are the generated files (and corresponding tests) for Managed Instances, Managed Databases, and Instance Failover Groups. These were merged in with the following PRs:
Azure/azure-rest-api-specs#2706
Azure/azure-rest-api-specs#2615
Azure/azure-rest-api-specs#2892
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csprojandAssemblyInfo.csfiles have been updated with the new version of the SDK.