diff --git a/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/AttestationProvidersOperations.cs b/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/AttestationProvidersOperations.cs
index 927bcba2b4c8..166eab4d6928 100644
--- a/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/AttestationProvidersOperations.cs
+++ b/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/AttestationProvidersOperations.cs
@@ -271,7 +271,7 @@ internal AttestationProvidersOperations(AttestationManagementClient client)
/// The name of the resource group. The name is case insensitive.
///
///
- /// Name of the attestation service
+ /// Name of the attestation service instance.
///
///
/// Client supplied parameters.
@@ -521,7 +521,7 @@ internal AttestationProvidersOperations(AttestationManagementClient client)
/// The name of the resource group. The name is case insensitive.
///
///
- /// Name of the attestation service
+ /// Name of the attestation service instance.
///
///
/// Client supplied parameters.
diff --git a/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/AttestationProvidersOperationsExtensions.cs b/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/AttestationProvidersOperationsExtensions.cs
index 7110e4299d72..348ea6345472 100644
--- a/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/AttestationProvidersOperationsExtensions.cs
+++ b/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/AttestationProvidersOperationsExtensions.cs
@@ -71,7 +71,7 @@ public static AttestationProvider Get(this IAttestationProvidersOperations opera
/// The name of the resource group. The name is case insensitive.
///
///
- /// Name of the attestation service
+ /// Name of the attestation service instance.
///
///
/// Client supplied parameters.
@@ -91,7 +91,7 @@ public static AttestationProvider Create(this IAttestationProvidersOperations op
/// The name of the resource group. The name is case insensitive.
///
///
- /// Name of the attestation service
+ /// Name of the attestation service instance.
///
///
/// Client supplied parameters.
@@ -117,7 +117,7 @@ public static AttestationProvider Create(this IAttestationProvidersOperations op
/// The name of the resource group. The name is case insensitive.
///
///
- /// Name of the attestation service
+ /// Name of the attestation service instance.
///
///
/// Client supplied parameters.
@@ -137,7 +137,7 @@ public static AttestationProvider Update(this IAttestationProvidersOperations op
/// The name of the resource group. The name is case insensitive.
///
///
- /// Name of the attestation service
+ /// Name of the attestation service instance.
///
///
/// Client supplied parameters.
diff --git a/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/IAttestationProvidersOperations.cs b/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/IAttestationProvidersOperations.cs
index b937381183c6..7325a7a63e30 100644
--- a/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/IAttestationProvidersOperations.cs
+++ b/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/IAttestationProvidersOperations.cs
@@ -55,7 +55,7 @@ public partial interface IAttestationProvidersOperations
/// The name of the resource group. The name is case insensitive.
///
///
- /// Name of the attestation service
+ /// Name of the attestation service instance.
///
///
/// Client supplied parameters.
@@ -83,7 +83,7 @@ public partial interface IAttestationProvidersOperations
/// The name of the resource group. The name is case insensitive.
///
///
- /// Name of the attestation service
+ /// Name of the attestation service instance.
///
///
/// Client supplied parameters.
diff --git a/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/Models/AttestationProvider.cs b/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/Models/AttestationProvider.cs
index f62c9c9d8376..93b8e1a0afc9 100644
--- a/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/Models/AttestationProvider.cs
+++ b/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/Models/AttestationProvider.cs
@@ -36,19 +36,19 @@ public AttestationProvider()
///
/// The geo-location where the resource
/// lives
- /// Status of attestation service. Possible values
- /// include: 'Ready', 'NotReady', 'Error'
- /// Fully qualified resource Id for the resource. Ex -
+ /// Fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
/// The name of the resource
- /// The type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// The type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
/// Resource tags.
/// Trust model for the attestation service
/// instance.
+ /// Status of attestation service. Possible values
+ /// include: 'Ready', 'NotReady', 'Error'
/// Gets the uri of attestation service
- public AttestationProvider(string location, string status, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string trustModel = default(string), string attestUri = default(string))
+ public AttestationProvider(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string trustModel = default(string), string status = default(string), string attestUri = default(string))
: base(location, id, name, type, tags)
{
TrustModel = trustModel;
@@ -90,10 +90,6 @@ public AttestationProvider()
public override void Validate()
{
base.Validate();
- if (Status == null)
- {
- throw new ValidationException(ValidationRules.CannotBeNull, "Status");
- }
}
}
}
diff --git a/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/Models/AzureEntityResource.cs b/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/Models/AzureEntityResource.cs
index f266b983e24c..ad07bb6e5020 100644
--- a/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/Models/AzureEntityResource.cs
+++ b/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/Models/AzureEntityResource.cs
@@ -14,9 +14,12 @@ namespace Microsoft.Azure.Management.Attestation.Models
using System.Linq;
///
- /// The resource model definition for a Azure Resource Manager resource
- /// with an etag.
+ /// Entity Resource
///
+ ///
+ /// The resource model definition for an Azure Resource Manager resource
+ /// with an etag.
+ ///
public partial class AzureEntityResource : Resource
{
///
@@ -30,12 +33,12 @@ public AzureEntityResource()
///
/// Initializes a new instance of the AzureEntityResource class.
///
- /// Fully qualified resource Id for the resource. Ex -
+ /// Fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
/// The name of the resource
- /// The type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// The type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
/// Resource Etag.
public AzureEntityResource(string id = default(string), string name = default(string), string type = default(string), string etag = default(string))
: base(id, name, type)
diff --git a/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/Models/ProxyResource.cs b/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/Models/ProxyResource.cs
index 33568a455565..9b0ccb3895e5 100644
--- a/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/Models/ProxyResource.cs
+++ b/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/Models/ProxyResource.cs
@@ -13,9 +13,12 @@ namespace Microsoft.Azure.Management.Attestation.Models
using System.Linq;
///
- /// The resource model definition for a ARM proxy resource. It will have
- /// everything other than required location and tags
+ /// Proxy Resource
///
+ ///
+ /// The resource model definition for a Azure Resource Manager proxy
+ /// resource. It will not have tags and a location
+ ///
public partial class ProxyResource : Resource
{
///
@@ -29,12 +32,12 @@ public ProxyResource()
///
/// Initializes a new instance of the ProxyResource class.
///
- /// Fully qualified resource Id for the resource. Ex -
+ /// Fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
/// The name of the resource
- /// The type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// The type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
public ProxyResource(string id = default(string), string name = default(string), string type = default(string))
: base(id, name, type)
{
diff --git a/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/Models/Resource.cs b/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/Models/Resource.cs
index ad230afd4868..6aff00f39463 100644
--- a/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/Models/Resource.cs
+++ b/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/Models/Resource.cs
@@ -15,6 +15,13 @@ namespace Microsoft.Azure.Management.Attestation.Models
using Newtonsoft.Json;
using System.Linq;
+ ///
+ /// Resource
+ ///
+ ///
+ /// Common fields that are returned in the response for all Azure Resource
+ /// Manager resources
+ ///
public partial class Resource : IResource
{
///
@@ -28,12 +35,12 @@ public Resource()
///
/// Initializes a new instance of the Resource class.
///
- /// Fully qualified resource Id for the resource. Ex -
+ /// Fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
/// The name of the resource
- /// The type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// The type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
public Resource(string id = default(string), string name = default(string), string type = default(string))
{
Id = id;
@@ -48,7 +55,7 @@ public Resource()
partial void CustomInit();
///
- /// Gets fully qualified resource Id for the resource. Ex -
+ /// Gets fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
///
[JsonProperty(PropertyName = "id")]
@@ -61,9 +68,9 @@ public Resource()
public string Name { get; private set; }
///
- /// Gets the type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// Gets the type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
///
[JsonProperty(PropertyName = "type")]
public string Type { get; private set; }
diff --git a/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/Models/TrackedResource.cs b/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/Models/TrackedResource.cs
index 27a26309d751..7a9c10840b9c 100644
--- a/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/Models/TrackedResource.cs
+++ b/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/Models/TrackedResource.cs
@@ -17,8 +17,12 @@ namespace Microsoft.Azure.Management.Attestation.Models
using System.Linq;
///
- /// The resource model definition for a ARM tracked top level resource
+ /// Tracked Resource
///
+ ///
+ /// The resource model definition for an Azure Resource Manager tracked top
+ /// level resource which has 'tags' and a 'location'
+ ///
public partial class TrackedResource : Resource
{
///
@@ -34,12 +38,12 @@ public TrackedResource()
///
/// The geo-location where the resource
/// lives
- /// Fully qualified resource Id for the resource. Ex -
+ /// Fully qualified resource ID for the resource. Ex -
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
/// The name of the resource
- /// The type of the resource. Ex-
- /// Microsoft.Compute/virtualMachines or
- /// Microsoft.Storage/storageAccounts.
+ /// The type of the resource. E.g.
+ /// "Microsoft.Compute/virtualMachines" or
+ /// "Microsoft.Storage/storageAccounts"
/// Resource tags.
public TrackedResource(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary))
: base(id, name, type)
diff --git a/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/SdkInfo_AttestationManagementClient.cs b/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/SdkInfo_AttestationManagementClient.cs
index 7dafe39ff70e..d73cbdde8c92 100644
--- a/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/SdkInfo_AttestationManagementClient.cs
+++ b/sdk/attestation/Microsoft.Azure.Management.Attestation/src/Generated/SdkInfo_AttestationManagementClient.cs
@@ -24,16 +24,5 @@ public static IEnumerable> ApiInfo_AttestationMana
}.AsEnumerable();
}
}
- // BEGIN: Code Generation Metadata Section
- public static readonly String AutoRestVersion = "v2";
- public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4413";
- public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/attestation/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=E:\\git\\azure-sdk-for-net\\sdk";
- public static readonly String GithubForkName = "Azure";
- public static readonly String GithubBranchName = "master";
- public static readonly String GithubCommidId = "9dbff8c6f75666257e65d40ef2cf9d58063514e0";
- public static readonly String CodeGenerationErrors = "";
- public static readonly String GithubRepoName = "azure-rest-api-specs";
- // END: Code Generation Metadata Section
}
}
-