Skip to content

Commit

Permalink
Adding LTR for MI to .NET SDK (#10129)
Browse files Browse the repository at this point in the history
* adding LTR MI tests for net

* adding test session records

* adding generated files

* adding another generated file

* fixing things that should not have been updated

* additional fix; for API that is not ready

* making sure versions are correct in SdkInfo

* add updated test recordings; add skip tags to some tests

* fix a version

* session records

* reset serverazuread version

* add databasestate files

* make tests and records consistent

* other required files

* rearranging

* Update sdk/sqlmanagement/Microsoft.Azure.Management.SqlManagement/src/Microsoft.Azure.Management.Sql.csproj

* bump version

Co-authored-by: Yeming Liu <felix_liu@outlook.com>
  • Loading branch information
xaliciayang and isra-fel authored Mar 3, 2020
1 parent 4dbdac1 commit 77bf34a
Show file tree
Hide file tree
Showing 29 changed files with 9,294 additions and 85 deletions.
10 changes: 5 additions & 5 deletions eng/mgmt/mgmtmetadata/sql_resource-manager.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Installing AutoRest version: latest
Installing AutoRest version: 2.0.4413
AutoRest installed successfully.
Commencing code generation
Generating CSharp code
Executing AutoRest command
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/sql/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=.
2020-02-23 19:19:13 UTC
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/sql/resource-manager/readme.md --csharp --version=2.0.4413 --reflect-api-versions --csharp-sdks-folder=.
2020-03-03 04:25:24 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: d02e9b574cff98fc6419756545b212db59ded346
Commit: b61ec0f15e0107933cfb0cb2a554569c7490256e
AutoRest information
Requested version: latest
Requested version: 2.0.4413
Bootstrapper version: autorest@2.0.4413

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,175 @@
// <auto-generated>
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is
// regenerated.
// </auto-generated>

namespace Microsoft.Azure.Management.Sql
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;

/// <summary>
/// ManagedInstanceLongTermRetentionPoliciesOperations operations.
/// </summary>
public partial interface IManagedInstanceLongTermRetentionPoliciesOperations
{
/// <summary>
/// Gets a managed database's long term retention policy.
/// </summary>
/// <param name='resourceGroupName'>
/// The name of the resource group that contains the resource. You can
/// obtain this value from the Azure Resource Manager API or the
/// portal.
/// </param>
/// <param name='managedInstanceName'>
/// The name of the managed instance.
/// </param>
/// <param name='databaseName'>
/// The name of the database.
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
/// </param>
/// <exception cref="Microsoft.Rest.Azure.CloudException">
/// Thrown when the operation returned an invalid status code
/// </exception>
/// <exception cref="Microsoft.Rest.SerializationException">
/// Thrown when unable to deserialize the response
/// </exception>
/// <exception cref="Microsoft.Rest.ValidationException">
/// Thrown when a required parameter is null
/// </exception>
Task<AzureOperationResponse<ManagedInstanceLongTermRetentionPolicy>> GetWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, string databaseName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
/// <summary>
/// Sets a managed database's long term retention policy.
/// </summary>
/// <param name='resourceGroupName'>
/// The name of the resource group that contains the resource. You can
/// obtain this value from the Azure Resource Manager API or the
/// portal.
/// </param>
/// <param name='managedInstanceName'>
/// The name of the managed instance.
/// </param>
/// <param name='databaseName'>
/// The name of the database.
/// </param>
/// <param name='parameters'>
/// The long term retention policy info.
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
/// </param>
/// <exception cref="Microsoft.Rest.Azure.CloudException">
/// Thrown when the operation returned an invalid status code
/// </exception>
/// <exception cref="Microsoft.Rest.SerializationException">
/// Thrown when unable to deserialize the response
/// </exception>
/// <exception cref="Microsoft.Rest.ValidationException">
/// Thrown when a required parameter is null
/// </exception>
Task<AzureOperationResponse<ManagedInstanceLongTermRetentionPolicy>> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, string databaseName, ManagedInstanceLongTermRetentionPolicy parameters, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
/// <summary>
/// Gets a database's long term retention policy.
/// </summary>
/// <param name='resourceGroupName'>
/// The name of the resource group that contains the resource. You can
/// obtain this value from the Azure Resource Manager API or the
/// portal.
/// </param>
/// <param name='managedInstanceName'>
/// The name of the managed instance.
/// </param>
/// <param name='databaseName'>
/// The name of the database.
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
/// </param>
/// <exception cref="Microsoft.Rest.Azure.CloudException">
/// Thrown when the operation returned an invalid status code
/// </exception>
/// <exception cref="Microsoft.Rest.SerializationException">
/// Thrown when unable to deserialize the response
/// </exception>
/// <exception cref="Microsoft.Rest.ValidationException">
/// Thrown when a required parameter is null
/// </exception>
Task<AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionPolicy>>> ListByDatabaseWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, string databaseName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
/// <summary>
/// Sets a managed database's long term retention policy.
/// </summary>
/// <param name='resourceGroupName'>
/// The name of the resource group that contains the resource. You can
/// obtain this value from the Azure Resource Manager API or the
/// portal.
/// </param>
/// <param name='managedInstanceName'>
/// The name of the managed instance.
/// </param>
/// <param name='databaseName'>
/// The name of the database.
/// </param>
/// <param name='parameters'>
/// The long term retention policy info.
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
/// </param>
/// <exception cref="Microsoft.Rest.Azure.CloudException">
/// Thrown when the operation returned an invalid status code
/// </exception>
/// <exception cref="Microsoft.Rest.SerializationException">
/// Thrown when unable to deserialize the response
/// </exception>
/// <exception cref="Microsoft.Rest.ValidationException">
/// Thrown when a required parameter is null
/// </exception>
Task<AzureOperationResponse<ManagedInstanceLongTermRetentionPolicy>> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string managedInstanceName, string databaseName, ManagedInstanceLongTermRetentionPolicy parameters, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
/// <summary>
/// Gets a database's long term retention policy.
/// </summary>
/// <param name='nextPageLink'>
/// The NextLink from the previous successful call to List operation.
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
/// </param>
/// <exception cref="Microsoft.Rest.Azure.CloudException">
/// Thrown when the operation returned an invalid status code
/// </exception>
/// <exception cref="Microsoft.Rest.SerializationException">
/// Thrown when unable to deserialize the response
/// </exception>
/// <exception cref="Microsoft.Rest.ValidationException">
/// Thrown when a required parameter is null
/// </exception>
Task<AzureOperationResponse<IPage<ManagedInstanceLongTermRetentionPolicy>>> ListByDatabaseNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ public partial interface ISqlManagementClient : System.IDisposable
/// </summary>
IRestorableDroppedDatabasesOperations RestorableDroppedDatabases { get; }

/// <summary>
/// Gets the IServersOperations.
/// </summary>
IServersOperations Servers { get; }

/// <summary>
/// Gets the IServerConnectionPoliciesOperations.
/// </summary>
Expand Down Expand Up @@ -132,11 +127,6 @@ public partial interface ISqlManagementClient : System.IDisposable
/// </summary>
IReplicationLinksOperations ReplicationLinks { get; }

/// <summary>
/// Gets the IServerAzureADAdministratorsOperations.
/// </summary>
IServerAzureADAdministratorsOperations ServerAzureADAdministrators { get; }

/// <summary>
/// Gets the IServerCommunicationLinksOperations.
/// </summary>
Expand Down Expand Up @@ -387,11 +377,6 @@ public partial interface ISqlManagementClient : System.IDisposable
/// </summary>
IElasticPoolOperations ElasticPoolOperations { get; }

/// <summary>
/// Gets the ICapabilitiesOperations.
/// </summary>
ICapabilitiesOperations Capabilities { get; }

/// <summary>
/// Gets the IDatabaseVulnerabilityAssessmentScansOperations.
/// </summary>
Expand Down Expand Up @@ -477,6 +462,36 @@ public partial interface ISqlManagementClient : System.IDisposable
/// </summary>
IManagedInstancesOperations ManagedInstances { get; }

/// <summary>
/// Gets the IPrivateEndpointConnectionsOperations.
/// </summary>
IPrivateEndpointConnectionsOperations PrivateEndpointConnections { get; }

/// <summary>
/// Gets the IPrivateLinkResourcesOperations.
/// </summary>
IPrivateLinkResourcesOperations PrivateLinkResources { get; }

/// <summary>
/// Gets the IServersOperations.
/// </summary>
IServersOperations Servers { get; }

/// <summary>
/// Gets the ICapabilitiesOperations.
/// </summary>
ICapabilitiesOperations Capabilities { get; }

/// <summary>
/// Gets the ILongTermRetentionManagedInstanceBackupsOperations.
/// </summary>
ILongTermRetentionManagedInstanceBackupsOperations LongTermRetentionManagedInstanceBackups { get; }

/// <summary>
/// Gets the IManagedInstanceLongTermRetentionPoliciesOperations.
/// </summary>
IManagedInstanceLongTermRetentionPoliciesOperations ManagedInstanceLongTermRetentionPolicies { get; }

/// <summary>
/// Gets the IManagedDatabaseRestoreDetailsOperations.
/// </summary>
Expand All @@ -488,14 +503,9 @@ public partial interface ISqlManagementClient : System.IDisposable
IManagedDatabasesOperations ManagedDatabases { get; }

/// <summary>
/// Gets the IPrivateEndpointConnectionsOperations.
/// </summary>
IPrivateEndpointConnectionsOperations PrivateEndpointConnections { get; }

/// <summary>
/// Gets the IPrivateLinkResourcesOperations.
/// Gets the IServerAzureADAdministratorsOperations.
/// </summary>
IPrivateLinkResourcesOperations PrivateLinkResources { get; }
IServerAzureADAdministratorsOperations ServerAzureADAdministrators { get; }

}
}
Loading

0 comments on commit 77bf34a

Please sign in to comment.