Skip to content
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

update attestation sdk #6966

Merged
merged 5 commits into from
Jul 18, 2019
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,14 @@ public partial class AttestationManagementClient : ServiceClient<AttestationMana
public ServiceClientCredentials Credentials { get; private set; }

/// <summary>
/// Subscription credentials that uniquely identify the Microsoft Azure
/// subscription. The subscription ID forms part of the URI for every service
/// call.
/// Client API version.
/// </summary>
public string SubscriptionId { get; set; }
public string ApiVersion { get; private set; }

/// <summary>
/// Client API version.
/// The ID of the target subscription.
/// </summary>
public string ApiVersion { get; private set; }
public string SubscriptionId { get; set; }

/// <summary>
/// The preferred language for the response.
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public static partial class AttestationProvidersOperationsExtensions
/// The operations group for this extension method.
/// </param>
/// <param name='resourceGroupName'>
/// Name of the resource group to which the resource belongs.
/// The name of the resource group. The name is case insensitive.
/// </param>
/// <param name='providerName'>
/// Name of the attestation service instance
Expand All @@ -47,7 +47,7 @@ public static AttestationProvider Get(this IAttestationProvidersOperations opera
/// The operations group for this extension method.
/// </param>
/// <param name='resourceGroupName'>
/// Name of the resource group to which the resource belongs.
/// The name of the resource group. The name is case insensitive.
/// </param>
/// <param name='providerName'>
/// Name of the attestation service instance
Expand All @@ -70,7 +70,7 @@ public static AttestationProvider Get(this IAttestationProvidersOperations opera
/// The operations group for this extension method.
/// </param>
/// <param name='resourceGroupName'>
/// Name of the resource group to which the resource belongs.
/// The name of the resource group. The name is case insensitive.
/// </param>
/// <param name='providerName'>
/// Name of the attestation service
Expand All @@ -90,7 +90,7 @@ public static AttestationProvider Get(this IAttestationProvidersOperations opera
/// The operations group for this extension method.
/// </param>
/// <param name='resourceGroupName'>
/// Name of the resource group to which the resource belongs.
/// The name of the resource group. The name is case insensitive.
/// </param>
/// <param name='providerName'>
/// Name of the attestation service
Expand All @@ -116,7 +116,7 @@ public static AttestationProvider Get(this IAttestationProvidersOperations opera
/// The operations group for this extension method.
/// </param>
/// <param name='resourceGroupName'>
/// Name of the resource group to which the resource belongs.
/// The name of the resource group. The name is case insensitive.
/// </param>
/// <param name='providerName'>
/// Name of the attestation service
Expand All @@ -133,7 +133,7 @@ public static void Delete(this IAttestationProvidersOperations operations, strin
/// The operations group for this extension method.
/// </param>
/// <param name='resourceGroupName'>
/// Name of the resource group to which the resource belongs.
/// The name of the resource group. The name is case insensitive.
/// </param>
/// <param name='providerName'>
/// Name of the attestation service
Expand Down Expand Up @@ -181,7 +181,7 @@ public static IEnumerable<AttestationProvider> List(this IAttestationProvidersOp
/// The operations group for this extension method.
/// </param>
/// <param name='resourceGroupName'>
/// Name of the resource group to which the resource belongs.
/// The name of the resource group. The name is case insensitive.
/// </param>
public static IEnumerable<AttestationProvider> ListByResourceGroup(this IAttestationProvidersOperations operations, string resourceGroupName)
{
Expand All @@ -195,7 +195,7 @@ public static IEnumerable<AttestationProvider> ListByResourceGroup(this IAttesta
/// The operations group for this extension method.
/// </param>
/// <param name='resourceGroupName'>
/// Name of the resource group to which the resource belongs.
/// The name of the resource group. The name is case insensitive.
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,14 @@ public partial interface IAttestationManagementClient : System.IDisposable
ServiceClientCredentials Credentials { get; }

/// <summary>
/// Subscription credentials that uniquely identify the Microsoft Azure
/// subscription. The subscription ID forms part of the URI for every
/// service call.
/// Client API version.
/// </summary>
string SubscriptionId { get; set; }
string ApiVersion { get; }

/// <summary>
/// Client API version.
/// The ID of the target subscription.
/// </summary>
string ApiVersion { get; }
string SubscriptionId { get; set; }

/// <summary>
/// The preferred language for the response.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public partial interface IAttestationProvidersOperations
/// Get the status of Attestation Provider.
/// </summary>
/// <param name='resourceGroupName'>
/// Name of the resource group to which the resource belongs.
/// The name of the resource group. The name is case insensitive.
/// </param>
/// <param name='providerName'>
/// Name of the attestation service instance
Expand All @@ -38,7 +38,7 @@ public partial interface IAttestationProvidersOperations
/// <param name='cancellationToken'>
/// The cancellation token.
/// </param>
/// <exception cref="ErrorResultException">
/// <exception cref="Microsoft.Rest.Azure.CloudException">
/// Thrown when the operation returned an invalid status code
/// </exception>
/// <exception cref="Microsoft.Rest.SerializationException">
Expand All @@ -52,7 +52,7 @@ public partial interface IAttestationProvidersOperations
/// Creates or updates the Attestation Provider.
/// </summary>
/// <param name='resourceGroupName'>
/// Name of the resource group to which the resource belongs.
/// The name of the resource group. The name is case insensitive.
/// </param>
/// <param name='providerName'>
/// Name of the attestation service
Expand All @@ -66,7 +66,7 @@ public partial interface IAttestationProvidersOperations
/// <param name='cancellationToken'>
/// The cancellation token.
/// </param>
/// <exception cref="ErrorResultException">
/// <exception cref="Microsoft.Rest.Azure.CloudException">
/// Thrown when the operation returned an invalid status code
/// </exception>
/// <exception cref="Microsoft.Rest.SerializationException">
Expand All @@ -80,7 +80,7 @@ public partial interface IAttestationProvidersOperations
/// Delete Attestation Service.
/// </summary>
/// <param name='resourceGroupName'>
/// Name of the resource group to which the resource belongs.
/// The name of the resource group. The name is case insensitive.
/// </param>
/// <param name='providerName'>
/// Name of the attestation service
Expand All @@ -91,7 +91,7 @@ public partial interface IAttestationProvidersOperations
/// <param name='cancellationToken'>
/// The cancellation token.
/// </param>
/// <exception cref="ErrorResultException">
/// <exception cref="Microsoft.Rest.Azure.CloudException">
/// Thrown when the operation returned an invalid status code
/// </exception>
/// <exception cref="Microsoft.Rest.ValidationException">
Expand All @@ -107,7 +107,7 @@ public partial interface IAttestationProvidersOperations
/// <param name='cancellationToken'>
/// The cancellation token.
/// </param>
/// <exception cref="ErrorResultException">
/// <exception cref="Microsoft.Rest.Azure.CloudException">
/// Thrown when the operation returned an invalid status code
/// </exception>
/// <exception cref="Microsoft.Rest.SerializationException">
Expand All @@ -121,15 +121,15 @@ public partial interface IAttestationProvidersOperations
/// Returns attestation providers list in a resource group.
/// </summary>
/// <param name='resourceGroupName'>
/// Name of the resource group to which the resource belongs.
/// The name of the resource group. The name is case insensitive.
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
/// </param>
/// <exception cref="ErrorResultException">
/// <exception cref="Microsoft.Rest.Azure.CloudException">
/// Thrown when the operation returned an invalid status code
/// </exception>
/// <exception cref="Microsoft.Rest.SerializationException">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public partial interface IOperations
/// <param name='cancellationToken'>
/// The cancellation token.
/// </param>
/// <exception cref="ErrorResultException">
/// <exception cref="Microsoft.Rest.Azure.CloudException">
/// Thrown when the operation returned an invalid status code
/// </exception>
/// <exception cref="Microsoft.Rest.SerializationException">
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading