-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Adding LTR for MI to .NET SDK #10129
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
Conversation
isra-fel
left a comment
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.
Hi @xaliciayang , it failed to build because some of the models could not be found, e.g. ManagedInstanceLongTermRetentionBackup. Did you forget to check in them?
Besides, please
- add link(s) to the swagger spec review in this PR's description
- check in the metadata txt of your module under
/eng/mgmt/mgmtmetadata
Detailed process guide: https://github.com/Azure/adx-documentation-pr/blob/master/engineering/adx_netsdk_process.md#generating-net-sdk
|
Added the missing models (also added many unrelated files in attempt to sync local repo). Will remove out-of-scope files Here is the swagger PR: Azure/azure-rest-api-specs#8266 |
6b46f8c to
21aea9f
Compare
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.
this is not our change
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.
not our change
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.
are we ok to expose test endpoint?
d3334d6 to
dd81843
Compare
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.
Autorest bug??
| new Tuple<string, string, string>("Sql", "RestorePoints", "2017-03-01-preview"), | ||
| new Tuple<string, string, string>("Sql", "SensitivityLabels", "2017-03-01-preview"), | ||
| new Tuple<string, string, string>("Sql", "ServerAutomaticTuning", "2017-03-01-preview"), | ||
| new Tuple<string, string, string>("Sql", "ServerAzureADAdministrators", "2014-04-01"), |
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.
@amolagar should I revert this and leave it to you?
| /// <exception cref="System.ArgumentNullException"> | ||
| /// Thrown when a required parameter is null | ||
| /// </exception> | ||
| public SqlManagementClient(ServiceClientCredentials credentials, HttpClient httpClient, bool disposeHttpClient) : this(httpClient, disposeHttpClient) |
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.
why is this removed?
| /// </param> | ||
| /// <param name='disposeHttpClient'> | ||
| /// True: will dispose the provided httpClient on calling SqlManagementClient.Dispose(). False: will not dispose provided httpClient</param> | ||
| protected SqlManagementClient(HttpClient httpClient, bool disposeHttpClient) : base(httpClient, disposeHttpClient) |
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.
why is this removed?
| new Tuple<string, string, string>("Sql", "Usages", "2018-06-01-preview"), | ||
| new Tuple<string, string, string>("Sql", "VirtualClusters", "2015-05-01-preview"), | ||
| new Tuple<string, string, string>("Sql", "VirtualNetworkRules", "2015-05-01-preview"), | ||
| new Tuple<string, string, string>("Sql", "WorkloadClassifiers", "2019-06-01-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.
remove workloadClassifiers
...anagement/Microsoft.Azure.Management.SqlManagement/src/Microsoft.Azure.Management.Sql.csproj
Outdated
Show resolved
Hide resolved
…/Microsoft.Azure.Management.Sql.csproj
Adding clients + test file for Managed Instance Long Term Retention Tests