diff --git a/src/SDKs/Blueprint/Management.Blueprint/Customizations/Constants.cs b/src/SDKs/Blueprint/Management.Blueprint/Customizations/Constants.cs index 6cf58d6f02c2a..dab2ecfa72493 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Customizations/Constants.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Customizations/Constants.cs @@ -52,12 +52,5 @@ public static class AssignmentProvisioningState public const string Deleting = "Deleting"; } - - public static class AssignmentLockMode - { - public const string None = "none"; - public const string AllResourcesReadOnly = "allResourcesReadOnly"; - public const string AllResourcesDoNotDelete = "allResourcesDoNotDelete"; - } } } diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/ArtifactsOperations.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/ArtifactsOperations.cs index 76649a52173aa..25795db2fb08c 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/ArtifactsOperations.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/ArtifactsOperations.cs @@ -51,7 +51,7 @@ internal ArtifactsOperations(BlueprintManagementClient client) public BlueprintManagementClient Client { get; private set; } /// - /// Create or update Blueprint artifact. + /// Create or update blueprint artifact. /// /// /// The scope of the resource. Valid scopes are: management group (format: @@ -59,13 +59,13 @@ internal ArtifactsOperations(BlueprintManagementClient client) /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// name of the artifact. + /// Name of the blueprint artifact. /// /// - /// Blueprint artifact to save. + /// Blueprint artifact to create or update. /// /// /// Headers that will be added to request. @@ -267,7 +267,7 @@ internal ArtifactsOperations(BlueprintManagementClient client) } /// - /// Get a Blueprint artifact. + /// Get a blueprint artifact. /// /// /// The scope of the resource. Valid scopes are: management group (format: @@ -275,10 +275,10 @@ internal ArtifactsOperations(BlueprintManagementClient client) /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// name of the artifact. + /// Name of the blueprint artifact. /// /// /// Headers that will be added to request. @@ -469,7 +469,7 @@ internal ArtifactsOperations(BlueprintManagementClient client) } /// - /// Delete a Blueprint artifact. + /// Delete a blueprint artifact. /// /// /// The scope of the resource. Valid scopes are: management group (format: @@ -477,10 +477,10 @@ internal ArtifactsOperations(BlueprintManagementClient client) /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// name of the artifact. + /// Name of the blueprint artifact. /// /// /// Headers that will be added to request. @@ -671,7 +671,7 @@ internal ArtifactsOperations(BlueprintManagementClient client) } /// - /// List artifacts for a given Blueprint. + /// List artifacts for a given blueprint definition. /// /// /// The scope of the resource. Valid scopes are: management group (format: @@ -679,7 +679,7 @@ internal ArtifactsOperations(BlueprintManagementClient client) /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// /// Headers that will be added to request. @@ -864,7 +864,7 @@ internal ArtifactsOperations(BlueprintManagementClient client) } /// - /// List artifacts for a given Blueprint. + /// List artifacts for a given blueprint definition. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/ArtifactsOperationsExtensions.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/ArtifactsOperationsExtensions.cs index f47053b3498c2..3b444809388fb 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/ArtifactsOperationsExtensions.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/ArtifactsOperationsExtensions.cs @@ -22,7 +22,7 @@ namespace Microsoft.Azure.Management.Blueprint public static partial class ArtifactsOperationsExtensions { /// - /// Create or update Blueprint artifact. + /// Create or update blueprint artifact. /// /// /// The operations group for this extension method. @@ -33,13 +33,13 @@ public static partial class ArtifactsOperationsExtensions /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// name of the artifact. + /// Name of the blueprint artifact. /// /// - /// Blueprint artifact to save. + /// Blueprint artifact to create or update. /// public static Artifact CreateOrUpdate(this IArtifactsOperations operations, string scope, string blueprintName, string artifactName, Artifact artifact) { @@ -47,7 +47,7 @@ public static Artifact CreateOrUpdate(this IArtifactsOperations operations, stri } /// - /// Create or update Blueprint artifact. + /// Create or update blueprint artifact. /// /// /// The operations group for this extension method. @@ -58,13 +58,13 @@ public static Artifact CreateOrUpdate(this IArtifactsOperations operations, stri /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// name of the artifact. + /// Name of the blueprint artifact. /// /// - /// Blueprint artifact to save. + /// Blueprint artifact to create or update. /// /// /// The cancellation token. @@ -78,7 +78,7 @@ public static Artifact CreateOrUpdate(this IArtifactsOperations operations, stri } /// - /// Get a Blueprint artifact. + /// Get a blueprint artifact. /// /// /// The operations group for this extension method. @@ -89,10 +89,10 @@ public static Artifact CreateOrUpdate(this IArtifactsOperations operations, stri /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// name of the artifact. + /// Name of the blueprint artifact. /// public static Artifact Get(this IArtifactsOperations operations, string scope, string blueprintName, string artifactName) { @@ -100,7 +100,7 @@ public static Artifact Get(this IArtifactsOperations operations, string scope, s } /// - /// Get a Blueprint artifact. + /// Get a blueprint artifact. /// /// /// The operations group for this extension method. @@ -111,10 +111,10 @@ public static Artifact Get(this IArtifactsOperations operations, string scope, s /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// name of the artifact. + /// Name of the blueprint artifact. /// /// /// The cancellation token. @@ -128,7 +128,7 @@ public static Artifact Get(this IArtifactsOperations operations, string scope, s } /// - /// Delete a Blueprint artifact. + /// Delete a blueprint artifact. /// /// /// The operations group for this extension method. @@ -139,10 +139,10 @@ public static Artifact Get(this IArtifactsOperations operations, string scope, s /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// name of the artifact. + /// Name of the blueprint artifact. /// public static Artifact Delete(this IArtifactsOperations operations, string scope, string blueprintName, string artifactName) { @@ -150,7 +150,7 @@ public static Artifact Delete(this IArtifactsOperations operations, string scope } /// - /// Delete a Blueprint artifact. + /// Delete a blueprint artifact. /// /// /// The operations group for this extension method. @@ -161,10 +161,10 @@ public static Artifact Delete(this IArtifactsOperations operations, string scope /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// name of the artifact. + /// Name of the blueprint artifact. /// /// /// The cancellation token. @@ -178,7 +178,7 @@ public static Artifact Delete(this IArtifactsOperations operations, string scope } /// - /// List artifacts for a given Blueprint. + /// List artifacts for a given blueprint definition. /// /// /// The operations group for this extension method. @@ -189,7 +189,7 @@ public static Artifact Delete(this IArtifactsOperations operations, string scope /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// public static IPage List(this IArtifactsOperations operations, string scope, string blueprintName) { @@ -197,7 +197,7 @@ public static IPage List(this IArtifactsOperations operations, string } /// - /// List artifacts for a given Blueprint. + /// List artifacts for a given blueprint definition. /// /// /// The operations group for this extension method. @@ -208,7 +208,7 @@ public static IPage List(this IArtifactsOperations operations, string /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// /// The cancellation token. @@ -222,7 +222,7 @@ public static IPage List(this IArtifactsOperations operations, string } /// - /// List artifacts for a given Blueprint. + /// List artifacts for a given blueprint definition. /// /// /// The operations group for this extension method. @@ -236,7 +236,7 @@ public static IPage ListNext(this IArtifactsOperations operations, str } /// - /// List artifacts for a given Blueprint. + /// List artifacts for a given blueprint definition. /// /// /// The operations group for this extension method. diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/AssignmentOperations.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/AssignmentOperations.cs index 2309419e8b804..e2c2918b95163 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/AssignmentOperations.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/AssignmentOperations.cs @@ -51,7 +51,7 @@ internal AssignmentOperations(BlueprintManagementClient client) public BlueprintManagementClient Client { get; private set; } /// - /// List Operations for given blueprint assignment within a subscription. + /// List operations for given blueprint assignment within a subscription. /// /// /// The scope of the resource. Valid scopes are: management group (format: @@ -59,7 +59,7 @@ internal AssignmentOperations(BlueprintManagementClient client) /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the assignment. + /// Name of the blueprint assignment. /// /// /// Headers that will be added to request. @@ -244,7 +244,7 @@ internal AssignmentOperations(BlueprintManagementClient client) } /// - /// Get a Blueprint assignment operation. + /// Get a blueprint assignment operation. /// /// /// The scope of the resource. Valid scopes are: management group (format: @@ -252,10 +252,10 @@ internal AssignmentOperations(BlueprintManagementClient client) /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the assignment. + /// Name of the blueprint assignment. /// /// - /// Name of the assignment operation. + /// Name of the blueprint assignment operation. /// /// /// Headers that will be added to request. @@ -446,7 +446,7 @@ internal AssignmentOperations(BlueprintManagementClient client) } /// - /// List Operations for given blueprint assignment within a subscription. + /// List operations for given blueprint assignment within a subscription. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/AssignmentOperationsExtensions.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/AssignmentOperationsExtensions.cs index ddfb6d07a33bc..107318ae232ba 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/AssignmentOperationsExtensions.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/AssignmentOperationsExtensions.cs @@ -22,7 +22,7 @@ namespace Microsoft.Azure.Management.Blueprint public static partial class AssignmentOperationsExtensions { /// - /// List Operations for given blueprint assignment within a subscription. + /// List operations for given blueprint assignment within a subscription. /// /// /// The operations group for this extension method. @@ -33,7 +33,7 @@ public static partial class AssignmentOperationsExtensions /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the assignment. + /// Name of the blueprint assignment. /// public static IPage List(this IAssignmentOperations operations, string scope, string assignmentName) { @@ -41,7 +41,7 @@ public static IPage List(this IAssignmentOperations operati } /// - /// List Operations for given blueprint assignment within a subscription. + /// List operations for given blueprint assignment within a subscription. /// /// /// The operations group for this extension method. @@ -52,7 +52,7 @@ public static IPage List(this IAssignmentOperations operati /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the assignment. + /// Name of the blueprint assignment. /// /// /// The cancellation token. @@ -66,7 +66,7 @@ public static IPage List(this IAssignmentOperations operati } /// - /// Get a Blueprint assignment operation. + /// Get a blueprint assignment operation. /// /// /// The operations group for this extension method. @@ -77,10 +77,10 @@ public static IPage List(this IAssignmentOperations operati /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the assignment. + /// Name of the blueprint assignment. /// /// - /// Name of the assignment operation. + /// Name of the blueprint assignment operation. /// public static AssignmentOperation Get(this IAssignmentOperations operations, string scope, string assignmentName, string assignmentOperationName) { @@ -88,7 +88,7 @@ public static AssignmentOperation Get(this IAssignmentOperations operations, str } /// - /// Get a Blueprint assignment operation. + /// Get a blueprint assignment operation. /// /// /// The operations group for this extension method. @@ -99,10 +99,10 @@ public static AssignmentOperation Get(this IAssignmentOperations operations, str /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the assignment. + /// Name of the blueprint assignment. /// /// - /// Name of the assignment operation. + /// Name of the blueprint assignment operation. /// /// /// The cancellation token. @@ -116,7 +116,7 @@ public static AssignmentOperation Get(this IAssignmentOperations operations, str } /// - /// List Operations for given blueprint assignment within a subscription. + /// List operations for given blueprint assignment within a subscription. /// /// /// The operations group for this extension method. @@ -130,7 +130,7 @@ public static IPage ListNext(this IAssignmentOperations ope } /// - /// List Operations for given blueprint assignment within a subscription. + /// List operations for given blueprint assignment within a subscription. /// /// /// The operations group for this extension method. diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/AssignmentsOperations.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/AssignmentsOperations.cs index 6ac09732cf125..b915c017198cc 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/AssignmentsOperations.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/AssignmentsOperations.cs @@ -51,7 +51,7 @@ internal AssignmentsOperations(BlueprintManagementClient client) public BlueprintManagementClient Client { get; private set; } /// - /// Create or update a Blueprint assignment. + /// Create or update a blueprint assignment. /// /// /// The scope of the resource. Valid scopes are: management group (format: @@ -59,10 +59,10 @@ internal AssignmentsOperations(BlueprintManagementClient client) /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the assignment. + /// Name of the blueprint assignment. /// /// - /// assignment object to save. + /// Blueprint assignment object to save. /// /// /// Headers that will be added to request. @@ -262,7 +262,7 @@ internal AssignmentsOperations(BlueprintManagementClient client) } /// - /// Get a Blueprint assignment. + /// Get a blueprint assignment. /// /// /// The scope of the resource. Valid scopes are: management group (format: @@ -270,7 +270,7 @@ internal AssignmentsOperations(BlueprintManagementClient client) /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the assignment. + /// Name of the blueprint assignment. /// /// /// Headers that will be added to request. @@ -455,7 +455,7 @@ internal AssignmentsOperations(BlueprintManagementClient client) } /// - /// Delete a Blueprint assignment. + /// Delete a blueprint assignment. /// /// /// The scope of the resource. Valid scopes are: management group (format: @@ -463,7 +463,7 @@ internal AssignmentsOperations(BlueprintManagementClient client) /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the assignment. + /// Name of the blueprint assignment. /// /// /// Headers that will be added to request. @@ -648,7 +648,7 @@ internal AssignmentsOperations(BlueprintManagementClient client) } /// - /// List Blueprint assignments within a subscription. + /// List blueprint assignments within a subscription. /// /// /// The scope of the resource. Valid scopes are: management group (format: @@ -832,7 +832,7 @@ internal AssignmentsOperations(BlueprintManagementClient client) } /// - /// List Blueprint assignments within a subscription. + /// List blueprint assignments within a subscription. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/AssignmentsOperationsExtensions.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/AssignmentsOperationsExtensions.cs index 710cc12ec39bc..e4be2f26927ca 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/AssignmentsOperationsExtensions.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/AssignmentsOperationsExtensions.cs @@ -22,7 +22,7 @@ namespace Microsoft.Azure.Management.Blueprint public static partial class AssignmentsOperationsExtensions { /// - /// Create or update a Blueprint assignment. + /// Create or update a blueprint assignment. /// /// /// The operations group for this extension method. @@ -33,10 +33,10 @@ public static partial class AssignmentsOperationsExtensions /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the assignment. + /// Name of the blueprint assignment. /// /// - /// assignment object to save. + /// Blueprint assignment object to save. /// public static Assignment CreateOrUpdate(this IAssignmentsOperations operations, string scope, string assignmentName, Assignment assignment) { @@ -44,7 +44,7 @@ public static Assignment CreateOrUpdate(this IAssignmentsOperations operations, } /// - /// Create or update a Blueprint assignment. + /// Create or update a blueprint assignment. /// /// /// The operations group for this extension method. @@ -55,10 +55,10 @@ public static Assignment CreateOrUpdate(this IAssignmentsOperations operations, /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the assignment. + /// Name of the blueprint assignment. /// /// - /// assignment object to save. + /// Blueprint assignment object to save. /// /// /// The cancellation token. @@ -72,7 +72,7 @@ public static Assignment CreateOrUpdate(this IAssignmentsOperations operations, } /// - /// Get a Blueprint assignment. + /// Get a blueprint assignment. /// /// /// The operations group for this extension method. @@ -83,7 +83,7 @@ public static Assignment CreateOrUpdate(this IAssignmentsOperations operations, /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the assignment. + /// Name of the blueprint assignment. /// public static Assignment Get(this IAssignmentsOperations operations, string scope, string assignmentName) { @@ -91,7 +91,7 @@ public static Assignment Get(this IAssignmentsOperations operations, string scop } /// - /// Get a Blueprint assignment. + /// Get a blueprint assignment. /// /// /// The operations group for this extension method. @@ -102,7 +102,7 @@ public static Assignment Get(this IAssignmentsOperations operations, string scop /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the assignment. + /// Name of the blueprint assignment. /// /// /// The cancellation token. @@ -116,7 +116,7 @@ public static Assignment Get(this IAssignmentsOperations operations, string scop } /// - /// Delete a Blueprint assignment. + /// Delete a blueprint assignment. /// /// /// The operations group for this extension method. @@ -127,7 +127,7 @@ public static Assignment Get(this IAssignmentsOperations operations, string scop /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the assignment. + /// Name of the blueprint assignment. /// public static Assignment Delete(this IAssignmentsOperations operations, string scope, string assignmentName) { @@ -135,7 +135,7 @@ public static Assignment Delete(this IAssignmentsOperations operations, string s } /// - /// Delete a Blueprint assignment. + /// Delete a blueprint assignment. /// /// /// The operations group for this extension method. @@ -146,7 +146,7 @@ public static Assignment Delete(this IAssignmentsOperations operations, string s /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the assignment. + /// Name of the blueprint assignment. /// /// /// The cancellation token. @@ -160,7 +160,7 @@ public static Assignment Delete(this IAssignmentsOperations operations, string s } /// - /// List Blueprint assignments within a subscription. + /// List blueprint assignments within a subscription. /// /// /// The operations group for this extension method. @@ -176,7 +176,7 @@ public static IPage List(this IAssignmentsOperations operations, str } /// - /// List Blueprint assignments within a subscription. + /// List blueprint assignments within a subscription. /// /// /// The operations group for this extension method. @@ -198,7 +198,7 @@ public static IPage List(this IAssignmentsOperations operations, str } /// - /// List Blueprint assignments within a subscription. + /// List blueprint assignments within a subscription. /// /// /// The operations group for this extension method. @@ -212,7 +212,7 @@ public static IPage ListNext(this IAssignmentsOperations operations, } /// - /// List Blueprint assignments within a subscription. + /// List blueprint assignments within a subscription. /// /// /// The operations group for this extension method. diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/BlueprintManagementClient.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/BlueprintManagementClient.cs index 9778ee19b9e40..bbbfecf6b26a6 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/BlueprintManagementClient.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/BlueprintManagementClient.cs @@ -47,7 +47,7 @@ public partial class BlueprintManagementClient : ServiceClient - /// Client Api Version. + /// Client API Version. /// public string ApiVersion { get; private set; } diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/BlueprintsOperations.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/BlueprintsOperations.cs index f513bd68f4619..7f622380f6a7b 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/BlueprintsOperations.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/BlueprintsOperations.cs @@ -51,7 +51,7 @@ internal BlueprintsOperations(BlueprintManagementClient client) public BlueprintManagementClient Client { get; private set; } /// - /// Create or update Blueprint definition. + /// Create or update a blueprint definition. /// /// /// The scope of the resource. Valid scopes are: management group (format: @@ -59,7 +59,7 @@ internal BlueprintsOperations(BlueprintManagementClient client) /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// /// Blueprint definition. @@ -270,7 +270,7 @@ internal BlueprintsOperations(BlueprintManagementClient client) /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// /// Headers that will be added to request. @@ -463,7 +463,7 @@ internal BlueprintsOperations(BlueprintManagementClient client) /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// /// Headers that will be added to request. @@ -648,7 +648,7 @@ internal BlueprintsOperations(BlueprintManagementClient client) } /// - /// Create or update blueprint definition. + /// List blueprint definitions. /// /// /// The scope of the resource. Valid scopes are: management group (format: @@ -832,7 +832,7 @@ internal BlueprintsOperations(BlueprintManagementClient client) } /// - /// Create or update blueprint definition. + /// List blueprint definitions. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/BlueprintsOperationsExtensions.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/BlueprintsOperationsExtensions.cs index 5384fc0655036..c6eef0850560f 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/BlueprintsOperationsExtensions.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/BlueprintsOperationsExtensions.cs @@ -22,7 +22,7 @@ namespace Microsoft.Azure.Management.Blueprint public static partial class BlueprintsOperationsExtensions { /// - /// Create or update Blueprint definition. + /// Create or update a blueprint definition. /// /// /// The operations group for this extension method. @@ -33,7 +33,7 @@ public static partial class BlueprintsOperationsExtensions /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// /// Blueprint definition. @@ -44,7 +44,7 @@ public static BlueprintModel CreateOrUpdate(this IBlueprintsOperations operation } /// - /// Create or update Blueprint definition. + /// Create or update a blueprint definition. /// /// /// The operations group for this extension method. @@ -55,7 +55,7 @@ public static BlueprintModel CreateOrUpdate(this IBlueprintsOperations operation /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// /// Blueprint definition. @@ -83,7 +83,7 @@ public static BlueprintModel CreateOrUpdate(this IBlueprintsOperations operation /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// public static BlueprintModel Get(this IBlueprintsOperations operations, string scope, string blueprintName) { @@ -102,7 +102,7 @@ public static BlueprintModel Get(this IBlueprintsOperations operations, string s /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// /// The cancellation token. @@ -127,7 +127,7 @@ public static BlueprintModel Get(this IBlueprintsOperations operations, string s /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// public static BlueprintModel Delete(this IBlueprintsOperations operations, string scope, string blueprintName) { @@ -146,7 +146,7 @@ public static BlueprintModel Delete(this IBlueprintsOperations operations, strin /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// /// The cancellation token. @@ -160,7 +160,7 @@ public static BlueprintModel Delete(this IBlueprintsOperations operations, strin } /// - /// Create or update blueprint definition. + /// List blueprint definitions. /// /// /// The operations group for this extension method. @@ -176,7 +176,7 @@ public static IPage List(this IBlueprintsOperations operations, } /// - /// Create or update blueprint definition. + /// List blueprint definitions. /// /// /// The operations group for this extension method. @@ -198,7 +198,7 @@ public static IPage List(this IBlueprintsOperations operations, } /// - /// Create or update blueprint definition. + /// List blueprint definitions. /// /// /// The operations group for this extension method. @@ -212,7 +212,7 @@ public static IPage ListNext(this IBlueprintsOperations operatio } /// - /// Create or update blueprint definition. + /// List blueprint definitions. /// /// /// The operations group for this extension method. diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/IArtifactsOperations.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/IArtifactsOperations.cs index 3e2b4f344911d..6426da2701473 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/IArtifactsOperations.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/IArtifactsOperations.cs @@ -24,7 +24,7 @@ namespace Microsoft.Azure.Management.Blueprint public partial interface IArtifactsOperations { /// - /// Create or update Blueprint artifact. + /// Create or update blueprint artifact. /// /// /// The scope of the resource. Valid scopes are: management group @@ -33,13 +33,13 @@ public partial interface IArtifactsOperations /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// name of the artifact. + /// Name of the blueprint artifact. /// /// - /// Blueprint artifact to save. + /// Blueprint artifact to create or update. /// /// /// The headers that will be added to request. @@ -58,7 +58,7 @@ public partial interface IArtifactsOperations /// Task> CreateOrUpdateWithHttpMessagesAsync(string scope, string blueprintName, string artifactName, Artifact artifact, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Get a Blueprint artifact. + /// Get a blueprint artifact. /// /// /// The scope of the resource. Valid scopes are: management group @@ -67,10 +67,10 @@ public partial interface IArtifactsOperations /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// name of the artifact. + /// Name of the blueprint artifact. /// /// /// The headers that will be added to request. @@ -89,7 +89,7 @@ public partial interface IArtifactsOperations /// Task> GetWithHttpMessagesAsync(string scope, string blueprintName, string artifactName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Delete a Blueprint artifact. + /// Delete a blueprint artifact. /// /// /// The scope of the resource. Valid scopes are: management group @@ -98,10 +98,10 @@ public partial interface IArtifactsOperations /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// name of the artifact. + /// Name of the blueprint artifact. /// /// /// The headers that will be added to request. @@ -120,7 +120,7 @@ public partial interface IArtifactsOperations /// Task> DeleteWithHttpMessagesAsync(string scope, string blueprintName, string artifactName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// List artifacts for a given Blueprint. + /// List artifacts for a given blueprint definition. /// /// /// The scope of the resource. Valid scopes are: management group @@ -129,7 +129,7 @@ public partial interface IArtifactsOperations /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// /// The headers that will be added to request. @@ -148,7 +148,7 @@ public partial interface IArtifactsOperations /// Task>> ListWithHttpMessagesAsync(string scope, string blueprintName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// List artifacts for a given Blueprint. + /// List artifacts for a given blueprint definition. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/IAssignmentOperations.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/IAssignmentOperations.cs index 4c3e6ef717864..0ad62b0cd13dc 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/IAssignmentOperations.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/IAssignmentOperations.cs @@ -24,7 +24,7 @@ namespace Microsoft.Azure.Management.Blueprint public partial interface IAssignmentOperations { /// - /// List Operations for given blueprint assignment within a + /// List operations for given blueprint assignment within a /// subscription. /// /// @@ -34,7 +34,7 @@ public partial interface IAssignmentOperations /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the assignment. + /// Name of the blueprint assignment. /// /// /// The headers that will be added to request. @@ -53,7 +53,7 @@ public partial interface IAssignmentOperations /// Task>> ListWithHttpMessagesAsync(string scope, string assignmentName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Get a Blueprint assignment operation. + /// Get a blueprint assignment operation. /// /// /// The scope of the resource. Valid scopes are: management group @@ -62,10 +62,10 @@ public partial interface IAssignmentOperations /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the assignment. + /// Name of the blueprint assignment. /// /// - /// Name of the assignment operation. + /// Name of the blueprint assignment operation. /// /// /// The headers that will be added to request. @@ -84,7 +84,7 @@ public partial interface IAssignmentOperations /// Task> GetWithHttpMessagesAsync(string scope, string assignmentName, string assignmentOperationName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// List Operations for given blueprint assignment within a + /// List operations for given blueprint assignment within a /// subscription. /// /// diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/IAssignmentsOperations.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/IAssignmentsOperations.cs index dbc3dc55dec14..4bc59ff9e61c1 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/IAssignmentsOperations.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/IAssignmentsOperations.cs @@ -24,7 +24,7 @@ namespace Microsoft.Azure.Management.Blueprint public partial interface IAssignmentsOperations { /// - /// Create or update a Blueprint assignment. + /// Create or update a blueprint assignment. /// /// /// The scope of the resource. Valid scopes are: management group @@ -33,10 +33,10 @@ public partial interface IAssignmentsOperations /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the assignment. + /// Name of the blueprint assignment. /// /// - /// assignment object to save. + /// Blueprint assignment object to save. /// /// /// The headers that will be added to request. @@ -55,7 +55,7 @@ public partial interface IAssignmentsOperations /// Task> CreateOrUpdateWithHttpMessagesAsync(string scope, string assignmentName, Assignment assignment, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Get a Blueprint assignment. + /// Get a blueprint assignment. /// /// /// The scope of the resource. Valid scopes are: management group @@ -64,7 +64,7 @@ public partial interface IAssignmentsOperations /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the assignment. + /// Name of the blueprint assignment. /// /// /// The headers that will be added to request. @@ -83,7 +83,7 @@ public partial interface IAssignmentsOperations /// Task> GetWithHttpMessagesAsync(string scope, string assignmentName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Delete a Blueprint assignment. + /// Delete a blueprint assignment. /// /// /// The scope of the resource. Valid scopes are: management group @@ -92,7 +92,7 @@ public partial interface IAssignmentsOperations /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the assignment. + /// Name of the blueprint assignment. /// /// /// The headers that will be added to request. @@ -111,7 +111,7 @@ public partial interface IAssignmentsOperations /// Task> DeleteWithHttpMessagesAsync(string scope, string assignmentName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// List Blueprint assignments within a subscription. + /// List blueprint assignments within a subscription. /// /// /// The scope of the resource. Valid scopes are: management group @@ -136,7 +136,7 @@ public partial interface IAssignmentsOperations /// Task>> ListWithHttpMessagesAsync(string scope, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// List Blueprint assignments within a subscription. + /// List blueprint assignments within a subscription. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/IBlueprintManagementClient.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/IBlueprintManagementClient.cs index 55a409b19b7ca..b14e9d68abb53 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/IBlueprintManagementClient.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/IBlueprintManagementClient.cs @@ -41,7 +41,7 @@ public partial interface IBlueprintManagementClient : System.IDisposable ServiceClientCredentials Credentials { get; } /// - /// Client Api Version. + /// Client API Version. /// string ApiVersion { get; } diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/IBlueprintsOperations.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/IBlueprintsOperations.cs index d48bd0e86e6bb..a402f0b4bf75b 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/IBlueprintsOperations.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/IBlueprintsOperations.cs @@ -24,7 +24,7 @@ namespace Microsoft.Azure.Management.Blueprint public partial interface IBlueprintsOperations { /// - /// Create or update Blueprint definition. + /// Create or update a blueprint definition. /// /// /// The scope of the resource. Valid scopes are: management group @@ -33,7 +33,7 @@ public partial interface IBlueprintsOperations /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// /// Blueprint definition. @@ -64,7 +64,7 @@ public partial interface IBlueprintsOperations /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// /// The headers that will be added to request. @@ -92,7 +92,7 @@ public partial interface IBlueprintsOperations /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// /// The headers that will be added to request. @@ -111,7 +111,7 @@ public partial interface IBlueprintsOperations /// Task> DeleteWithHttpMessagesAsync(string scope, string blueprintName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Create or update blueprint definition. + /// List blueprint definitions. /// /// /// The scope of the resource. Valid scopes are: management group @@ -136,7 +136,7 @@ public partial interface IBlueprintsOperations /// Task>> ListWithHttpMessagesAsync(string scope, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Create or update blueprint definition. + /// List blueprint definitions. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/IPublishedArtifactsOperations.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/IPublishedArtifactsOperations.cs index 0fc52863d2a08..72863955a881d 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/IPublishedArtifactsOperations.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/IPublishedArtifactsOperations.cs @@ -24,7 +24,7 @@ namespace Microsoft.Azure.Management.Blueprint public partial interface IPublishedArtifactsOperations { /// - /// Get an artifact for a published Blueprint. + /// Get an artifact for a published blueprint definition. /// /// /// The scope of the resource. Valid scopes are: management group @@ -33,13 +33,13 @@ public partial interface IPublishedArtifactsOperations /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// version of the published blueprint. + /// Version of the published blueprint definition. /// /// - /// name of the artifact. + /// Name of the blueprint artifact. /// /// /// The headers that will be added to request. @@ -58,7 +58,7 @@ public partial interface IPublishedArtifactsOperations /// Task> GetWithHttpMessagesAsync(string scope, string blueprintName, string versionId, string artifactName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// List artifacts for a published Blueprint. + /// List artifacts for a version of a published blueprint definition. /// /// /// The scope of the resource. Valid scopes are: management group @@ -67,10 +67,10 @@ public partial interface IPublishedArtifactsOperations /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// version of the published blueprint. + /// Version of the published blueprint definition. /// /// /// The headers that will be added to request. @@ -89,7 +89,7 @@ public partial interface IPublishedArtifactsOperations /// Task>> ListWithHttpMessagesAsync(string scope, string blueprintName, string versionId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// List artifacts for a published Blueprint. + /// List artifacts for a version of a published blueprint definition. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/IPublishedBlueprintsOperations.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/IPublishedBlueprintsOperations.cs index 7157d17505802..7ed1fe90db810 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/IPublishedBlueprintsOperations.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/IPublishedBlueprintsOperations.cs @@ -24,8 +24,8 @@ namespace Microsoft.Azure.Management.Blueprint public partial interface IPublishedBlueprintsOperations { /// - /// Publish a new version of the Blueprint with the latest artifacts. - /// Published Blueprints are immutable. + /// Publish a new version of the blueprint definition with the latest + /// artifacts. Published blueprint definitions are immutable. /// /// /// The scope of the resource. Valid scopes are: management group @@ -34,10 +34,10 @@ public partial interface IPublishedBlueprintsOperations /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// version of the published blueprint. + /// Version of the published blueprint definition. /// /// /// The headers that will be added to request. @@ -56,7 +56,7 @@ public partial interface IPublishedBlueprintsOperations /// Task> CreateWithHttpMessagesAsync(string scope, string blueprintName, string versionId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Get a published Blueprint. + /// Get a published version of a blueprint definition. /// /// /// The scope of the resource. Valid scopes are: management group @@ -65,10 +65,10 @@ public partial interface IPublishedBlueprintsOperations /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// version of the published blueprint. + /// Version of the published blueprint definition. /// /// /// The headers that will be added to request. @@ -87,7 +87,7 @@ public partial interface IPublishedBlueprintsOperations /// Task> GetWithHttpMessagesAsync(string scope, string blueprintName, string versionId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Delete a published Blueprint. + /// Delete a published version of a blueprint definition. /// /// /// The scope of the resource. Valid scopes are: management group @@ -96,10 +96,10 @@ public partial interface IPublishedBlueprintsOperations /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// version of the published blueprint. + /// Version of the published blueprint definition. /// /// /// The headers that will be added to request. @@ -118,7 +118,7 @@ public partial interface IPublishedBlueprintsOperations /// Task> DeleteWithHttpMessagesAsync(string scope, string blueprintName, string versionId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// List published versions of given Blueprint. + /// List published versions of given blueprint definition. /// /// /// The scope of the resource. Valid scopes are: management group @@ -127,7 +127,7 @@ public partial interface IPublishedBlueprintsOperations /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// /// The headers that will be added to request. @@ -146,7 +146,7 @@ public partial interface IPublishedBlueprintsOperations /// Task>> ListWithHttpMessagesAsync(string scope, string blueprintName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// List published versions of given Blueprint. + /// List published versions of given blueprint definition. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/Artifact.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/Artifact.cs index ced770c5ee6e9..24d082a592686 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/Artifact.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/Artifact.cs @@ -13,7 +13,7 @@ namespace Microsoft.Azure.Management.Blueprint.Models using System.Linq; /// - /// Represents a Blueprint artifact. + /// Represents a blueprint artifact. /// public partial class Artifact : AzureResourceBase { diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/Assignment.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/Assignment.cs index 8578090e8f3f8..7424a5c6038e5 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/Assignment.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/Assignment.cs @@ -18,7 +18,7 @@ namespace Microsoft.Azure.Management.Blueprint.Models using System.Linq; /// - /// Represents a Blueprint assignment. + /// Represents a blueprint assignment. /// [Rest.Serialization.JsonTransformation] public partial class Assignment : TrackedResource @@ -34,11 +34,12 @@ public Assignment() /// /// Initializes a new instance of the Assignment class. /// - /// The location of this Blueprint + /// The location of this blueprint /// assignment. - /// Managed Service Identity for this Blueprint - /// assignment - /// Blueprint parameter values. + /// Managed identity for this blueprint + /// assignment. + /// Blueprint assignment parameter + /// values. /// Names and locations of resource group /// placeholders. /// String Id used to locate any resource on @@ -48,16 +49,16 @@ public Assignment() /// One-liner string explain this /// resource. /// Multi-line explain this resource. - /// ID of the Blueprint definition - /// resource. - /// Status of Blueprint assignment. This field is + /// ID of the published version of a + /// blueprint definition. + /// Status of blueprint assignment. This field is /// readonly. - /// Defines how Blueprint-managed resources will be - /// locked. - /// State of the assignment. Possible - /// values include: 'creating', 'validating', 'waiting', 'deploying', - /// 'cancelling', 'locking', 'succeeded', 'failed', 'canceled', - /// 'deleting' + /// Defines how resources deployed by a blueprint + /// assignment are locked. + /// State of the blueprint assignment. + /// Possible values include: 'creating', 'validating', 'waiting', + /// 'deploying', 'cancelling', 'locking', 'succeeded', 'failed', + /// 'canceled', 'deleting' public Assignment(string location, ManagedServiceIdentity identity, IDictionary parameters, IDictionary resourceGroups, string id = default(string), string type = default(string), string name = default(string), string displayName = default(string), string description = default(string), string blueprintId = default(string), AssignmentStatus status = default(AssignmentStatus), AssignmentLockSettings locks = default(AssignmentLockSettings), string provisioningState = default(string)) : base(location, id, type, name) { @@ -79,7 +80,7 @@ public Assignment() partial void CustomInit(); /// - /// Gets or sets managed Service Identity for this Blueprint assignment + /// Gets or sets managed identity for this blueprint assignment. /// [JsonProperty(PropertyName = "identity")] public ManagedServiceIdentity Identity { get; set; } @@ -97,13 +98,13 @@ public Assignment() public string Description { get; set; } /// - /// Gets or sets ID of the Blueprint definition resource. + /// Gets or sets ID of the published version of a blueprint definition. /// [JsonProperty(PropertyName = "properties.blueprintId")] public string BlueprintId { get; set; } /// - /// Gets or sets blueprint parameter values. + /// Gets or sets blueprint assignment parameter values. /// [JsonProperty(PropertyName = "properties.parameters")] public IDictionary Parameters { get; set; } @@ -115,22 +116,22 @@ public Assignment() public IDictionary ResourceGroups { get; set; } /// - /// Gets status of Blueprint assignment. This field is readonly. + /// Gets status of blueprint assignment. This field is readonly. /// [JsonProperty(PropertyName = "properties.status")] public AssignmentStatus Status { get; private set; } /// - /// Gets or sets defines how Blueprint-managed resources will be - /// locked. + /// Gets or sets defines how resources deployed by a blueprint + /// assignment are locked. /// [JsonProperty(PropertyName = "properties.locks")] public AssignmentLockSettings Locks { get; set; } /// - /// Gets state of the assignment. Possible values include: 'creating', - /// 'validating', 'waiting', 'deploying', 'cancelling', 'locking', - /// 'succeeded', 'failed', 'canceled', 'deleting' + /// Gets state of the blueprint assignment. Possible values include: + /// 'creating', 'validating', 'waiting', 'deploying', 'cancelling', + /// 'locking', 'succeeded', 'failed', 'canceled', 'deleting' /// [JsonProperty(PropertyName = "properties.provisioningState")] public string ProvisioningState { get; private set; } diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/AssignmentDeploymentJob.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/AssignmentDeploymentJob.cs index 814c96b23955d..a85e6f5818ce2 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/AssignmentDeploymentJob.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/AssignmentDeploymentJob.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.Blueprint.Models using System.Linq; /// - /// Represents individual job in given assignment operation. + /// Represents individual job in given blueprint assignment operation. /// public partial class AssignmentDeploymentJob { @@ -31,7 +31,7 @@ public AssignmentDeploymentJob() /// /// Initializes a new instance of the AssignmentDeploymentJob class. /// - /// Kind of the job. + /// Kind of job. /// Name of the action performed in this /// job. /// Id of this job. @@ -59,7 +59,7 @@ public AssignmentDeploymentJob() partial void CustomInit(); /// - /// Gets or sets kind of the job. + /// Gets or sets kind of job. /// [JsonProperty(PropertyName = "kind")] public string Kind { get; set; } diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/AssignmentLockMode.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/AssignmentLockMode.cs index 3e9daf8b7b6b1..aef7ae7992979 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/AssignmentLockMode.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/AssignmentLockMode.cs @@ -17,6 +17,7 @@ namespace Microsoft.Azure.Management.Blueprint.Models public static class AssignmentLockMode { public const string None = "None"; - public const string AllResources = "AllResources"; + public const string AllResourcesReadOnly = "AllResourcesReadOnly"; + public const string AllResourcesDoNotDelete = "AllResourcesDoNotDelete"; } } diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/AssignmentLockSettings.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/AssignmentLockSettings.cs index 9a3b07e178639..8271cff9becdf 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/AssignmentLockSettings.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/AssignmentLockSettings.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.Management.Blueprint.Models using System.Linq; /// - /// Defines how Blueprint-managed resources will be locked. + /// Defines how resources deployed by a blueprint assignment are locked. /// public partial class AssignmentLockSettings { @@ -30,7 +30,7 @@ public AssignmentLockSettings() /// Initializes a new instance of the AssignmentLockSettings class. /// /// Lock mode. Possible values include: 'None', - /// 'AllResources' + /// 'AllResourcesReadOnly', 'AllResourcesDoNotDelete' public AssignmentLockSettings(string mode = default(string)) { Mode = mode; @@ -44,7 +44,7 @@ public AssignmentLockSettings() /// /// Gets or sets lock mode. Possible values include: 'None', - /// 'AllResources' + /// 'AllResourcesReadOnly', 'AllResourcesDoNotDelete' /// [JsonProperty(PropertyName = "mode")] public string Mode { get; set; } diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/AssignmentOperation.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/AssignmentOperation.cs index b37f7adebba09..0ccc9d88f3ba1 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/AssignmentOperation.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/AssignmentOperation.cs @@ -19,7 +19,7 @@ namespace Microsoft.Azure.Management.Blueprint.Models /// /// Represents underlying deployment detail for each update to the - /// assignment. + /// blueprint assignment. /// [Rest.Serialization.JsonTransformation] public partial class AssignmentOperation : AzureResourceBase @@ -39,17 +39,18 @@ public AssignmentOperation() /// Azure. /// Type of this resource. /// Name of this resource. - /// The blueprint version used for the - /// assignment operation. - /// State of this assignment + /// The published version of the + /// blueprint definition used for the blueprint assignment + /// operation. + /// State of this blueprint assignment + /// operation. + /// Create time of this blueprint assignment /// operation. - /// Create time of this Assignment - /// Operation. /// Start time of the underlying /// deployment. /// Finish time of the overall underlying /// deployments. - /// List of jobs in this assignment + /// List of jobs in this blueprint assignment /// operation. public AssignmentOperation(string id = default(string), string type = default(string), string name = default(string), string blueprintVersion = default(string), string assignmentState = default(string), string timeCreated = default(string), string timeStarted = default(string), string timeFinished = default(string), IList deployments = default(IList)) : base(id, type, name) @@ -69,20 +70,20 @@ public AssignmentOperation() partial void CustomInit(); /// - /// Gets or sets the blueprint version used for the assignment - /// operation. + /// Gets or sets the published version of the blueprint definition used + /// for the blueprint assignment operation. /// [JsonProperty(PropertyName = "properties.blueprintVersion")] public string BlueprintVersion { get; set; } /// - /// Gets or sets state of this assignment operation. + /// Gets or sets state of this blueprint assignment operation. /// [JsonProperty(PropertyName = "properties.assignmentState")] public string AssignmentState { get; set; } /// - /// Gets or sets create time of this Assignment Operation. + /// Gets or sets create time of this blueprint assignment operation. /// [JsonProperty(PropertyName = "properties.timeCreated")] public string TimeCreated { get; set; } @@ -100,7 +101,7 @@ public AssignmentOperation() public string TimeFinished { get; set; } /// - /// Gets or sets list of jobs in this assignment operation. + /// Gets or sets list of jobs in this blueprint assignment operation. /// [JsonProperty(PropertyName = "properties.deployments")] public IList Deployments { get; set; } diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/AssignmentStatus.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/AssignmentStatus.cs index 73edfbda62947..6e2edf645134e 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/AssignmentStatus.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/AssignmentStatus.cs @@ -13,7 +13,7 @@ namespace Microsoft.Azure.Management.Blueprint.Models using System.Linq; /// - /// The status of Blueprint assignment. This field is readonly. + /// The status of a blueprint assignment. This field is readonly. /// public partial class AssignmentStatus : BlueprintResourceStatusBase { @@ -28,9 +28,10 @@ public AssignmentStatus() /// /// Initializes a new instance of the AssignmentStatus class. /// - /// Creation time of this blueprint. - /// Last modified time of this - /// blueprint. + /// Creation time of this blueprint + /// definition. + /// Last modified time of this blueprint + /// definition. public AssignmentStatus(string timeCreated = default(string), string lastModified = default(string)) : base(timeCreated, lastModified) { diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/BlueprintModel.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/BlueprintModel.cs index b89fcb58680bb..1c3f632e1f97e 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/BlueprintModel.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/BlueprintModel.cs @@ -41,18 +41,18 @@ public BlueprintModel() /// One-liner string explain this /// resource. /// Multi-line explain this resource. - /// Status of the Blueprint. This field is + /// Status of the blueprint. This field is /// readonly. - /// The scope where this Blueprint can be - /// applied. Possible values include: 'subscription', + /// The scope where this blueprint definition + /// can be assigned. Possible values include: 'subscription', /// 'managementGroup' - /// Parameters required by this Blueprint + /// Parameters required by this blueprint /// definition. /// Resource group placeholders defined by - /// this Blueprint definition. - /// Published versions of this - /// blueprint. - /// Layout view of the blueprint, for UI + /// this blueprint definition. + /// Published versions of this blueprint + /// definition. + /// Layout view of the blueprint definition for UI /// reference. public BlueprintModel(string id = default(string), string type = default(string), string name = default(string), string displayName = default(string), string description = default(string), BlueprintStatus status = default(BlueprintStatus), string targetScope = default(string), IDictionary parameters = default(IDictionary), IDictionary resourceGroups = default(IDictionary), object versions = default(object), object layout = default(object)) : base(id, type, name) @@ -86,39 +86,41 @@ public BlueprintModel() public string Description { get; set; } /// - /// Gets status of the Blueprint. This field is readonly. + /// Gets status of the blueprint. This field is readonly. /// [JsonProperty(PropertyName = "properties.status")] public BlueprintStatus Status { get; private set; } /// - /// Gets or sets the scope where this Blueprint can be applied. - /// Possible values include: 'subscription', 'managementGroup' + /// Gets or sets the scope where this blueprint definition can be + /// assigned. Possible values include: 'subscription', + /// 'managementGroup' /// [JsonProperty(PropertyName = "properties.targetScope")] public string TargetScope { get; set; } /// - /// Gets or sets parameters required by this Blueprint definition. + /// Gets or sets parameters required by this blueprint definition. /// [JsonProperty(PropertyName = "properties.parameters")] public IDictionary Parameters { get; set; } /// - /// Gets or sets resource group placeholders defined by this Blueprint + /// Gets or sets resource group placeholders defined by this blueprint /// definition. /// [JsonProperty(PropertyName = "properties.resourceGroups")] public IDictionary ResourceGroups { get; set; } /// - /// Gets or sets published versions of this blueprint. + /// Gets or sets published versions of this blueprint definition. /// [JsonProperty(PropertyName = "properties.versions")] public object Versions { get; set; } /// - /// Gets or sets layout view of the blueprint, for UI reference. + /// Gets or sets layout view of the blueprint definition for UI + /// reference. /// [JsonProperty(PropertyName = "properties.layout")] public object Layout { get; set; } diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/BlueprintResourceStatusBase.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/BlueprintResourceStatusBase.cs index 5dfd693bbfe3f..a6b6b758db3ed 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/BlueprintResourceStatusBase.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/BlueprintResourceStatusBase.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.Management.Blueprint.Models using System.Linq; /// - /// Shared status properties between all Blueprint resources. + /// Shared status properties between all blueprint resources. /// public partial class BlueprintResourceStatusBase { @@ -31,9 +31,10 @@ public BlueprintResourceStatusBase() /// Initializes a new instance of the BlueprintResourceStatusBase /// class. /// - /// Creation time of this blueprint. - /// Last modified time of this - /// blueprint. + /// Creation time of this blueprint + /// definition. + /// Last modified time of this blueprint + /// definition. public BlueprintResourceStatusBase(string timeCreated = default(string), string lastModified = default(string)) { TimeCreated = timeCreated; @@ -47,13 +48,13 @@ public BlueprintResourceStatusBase() partial void CustomInit(); /// - /// Gets creation time of this blueprint. + /// Gets creation time of this blueprint definition. /// [JsonProperty(PropertyName = "timeCreated")] public string TimeCreated { get; private set; } /// - /// Gets last modified time of this blueprint. + /// Gets last modified time of this blueprint definition. /// [JsonProperty(PropertyName = "lastModified")] public string LastModified { get; private set; } diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/BlueprintStatus.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/BlueprintStatus.cs index d5241340f2027..b410d3ba58864 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/BlueprintStatus.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/BlueprintStatus.cs @@ -28,9 +28,10 @@ public BlueprintStatus() /// /// Initializes a new instance of the BlueprintStatus class. /// - /// Creation time of this blueprint. - /// Last modified time of this - /// blueprint. + /// Creation time of this blueprint + /// definition. + /// Last modified time of this blueprint + /// definition. public BlueprintStatus(string timeCreated = default(string), string lastModified = default(string)) : base(timeCreated, lastModified) { diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/KeyVaultReference.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/KeyVaultReference.cs index 515bc62acb272..67409e8b7d6c8 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/KeyVaultReference.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/KeyVaultReference.cs @@ -15,7 +15,7 @@ namespace Microsoft.Azure.Management.Blueprint.Models using System.Linq; /// - /// Specifies the link to a KeyVault. + /// Specifies the link to a Key Vault. /// public partial class KeyVaultReference { @@ -30,7 +30,7 @@ public KeyVaultReference() /// /// Initializes a new instance of the KeyVaultReference class. /// - /// Azure resource ID of the KeyVault. + /// Azure resource ID of the Key Vault. public KeyVaultReference(string id) { Id = id; @@ -43,7 +43,7 @@ public KeyVaultReference(string id) partial void CustomInit(); /// - /// Gets or sets azure resource ID of the KeyVault. + /// Gets or sets azure resource ID of the Key Vault. /// [JsonProperty(PropertyName = "id")] public string Id { get; set; } diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ManagedServiceIdentity.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ManagedServiceIdentity.cs index 0ef0e04d9b835..37e9944c183ee 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ManagedServiceIdentity.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ManagedServiceIdentity.cs @@ -17,7 +17,7 @@ namespace Microsoft.Azure.Management.Blueprint.Models using System.Linq; /// - /// Managed Service Identity + /// Managed identity generic object. /// public partial class ManagedServiceIdentity { @@ -32,14 +32,14 @@ public ManagedServiceIdentity() /// /// Initializes a new instance of the ManagedServiceIdentity class. /// - /// Type of the Managed Service Identity. Possible - /// values include: 'None', 'SystemAssigned', 'UserAssigned' + /// Type of the managed identity. Possible values + /// include: 'None', 'SystemAssigned', 'UserAssigned' /// Azure Active Directory principal ID /// associated with this Identity. /// ID of the Azure Active Directory. - /// The list of user identities - /// associated with the resource, key will be Azure resource Id of the - /// ManagedIdentity. + /// The list of user-assigned + /// managed identities associated with the resource. Key is the Azure + /// resource Id of the managed identity. public ManagedServiceIdentity(string type, string principalId = default(string), string tenantId = default(string), IDictionary userAssignedIdentities = default(IDictionary)) { Type = type; @@ -55,8 +55,8 @@ public ManagedServiceIdentity() partial void CustomInit(); /// - /// Gets or sets type of the Managed Service Identity. Possible values - /// include: 'None', 'SystemAssigned', 'UserAssigned' + /// Gets or sets type of the managed identity. Possible values include: + /// 'None', 'SystemAssigned', 'UserAssigned' /// [JsonProperty(PropertyName = "type")] public string Type { get; set; } @@ -75,8 +75,9 @@ public ManagedServiceIdentity() public string TenantId { get; set; } /// - /// Gets or sets the list of user identities associated with the - /// resource, key will be Azure resource Id of the ManagedIdentity. + /// Gets or sets the list of user-assigned managed identities + /// associated with the resource. Key is the Azure resource Id of the + /// managed identity. /// [JsonProperty(PropertyName = "userAssignedIdentities")] public IDictionary UserAssignedIdentities { get; set; } diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ParameterDefinition.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ParameterDefinition.cs index 3b586cc13b415..3135fa3cdead4 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ParameterDefinition.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ParameterDefinition.cs @@ -34,15 +34,15 @@ public ParameterDefinition() /// /// Initializes a new instance of the ParameterDefinition class. /// - /// Allowed data types for Azure Resource Manager - /// template parameters. Possible values include: 'string', 'array', - /// 'bool', 'int', 'object', 'secureObject', 'secureString' + /// Allowed data types for Resource Manager template + /// parameters. Possible values include: 'string', 'array', 'bool', + /// 'int', 'object', 'secureObject', 'secureString' /// DisplayName of this /// parameter/resourceGroup. /// Description of this /// parameter/resourceGroup. /// StrongType for UI to render rich - /// experience during assignment time. + /// experience during blueprint assignment. /// Default Value for this /// parameter. /// Array of allowed values for this @@ -64,7 +64,7 @@ public ParameterDefinition() partial void CustomInit(); /// - /// Gets or sets allowed data types for Azure Resource Manager template + /// Gets or sets allowed data types for Resource Manager template /// parameters. Possible values include: 'string', 'array', 'bool', /// 'int', 'object', 'secureObject', 'secureString' /// @@ -85,7 +85,7 @@ public ParameterDefinition() /// /// Gets or sets strongType for UI to render rich experience during - /// assignment time. + /// blueprint assignment. /// [JsonProperty(PropertyName = "metadata.strongType")] public string StrongType { get; set; } diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ParameterValue.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ParameterValue.cs index 931f72eb1a389..2bf6583d81c6e 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ParameterValue.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ParameterValue.cs @@ -30,8 +30,8 @@ public ParameterValue() /// /// Initializes a new instance of the ParameterValue class. /// - /// actual value. - /// Optional property, just to establish + /// Actual value. + /// Optional property. Establishes /// ParameterValueBase as a BaseClass. public ParameterValue(object value, string description = default(string)) : base(description) diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ParameterValueBase.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ParameterValueBase.cs index 2399f2adea6ea..27b86e660efc5 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ParameterValueBase.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ParameterValueBase.cs @@ -29,7 +29,7 @@ public ParameterValueBase() /// /// Initializes a new instance of the ParameterValueBase class. /// - /// Optional property, just to establish + /// Optional property. Establishes /// ParameterValueBase as a BaseClass. public ParameterValueBase(string description = default(string)) { @@ -43,8 +43,8 @@ public ParameterValueBase() partial void CustomInit(); /// - /// Gets or sets optional property, just to establish - /// ParameterValueBase as a BaseClass. + /// Gets or sets optional property. Establishes ParameterValueBase as a + /// BaseClass. /// [JsonProperty(PropertyName = "description")] public string Description { get; set; } diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/PolicyAssignmentArtifact.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/PolicyAssignmentArtifact.cs index b31883a60ce10..71990da27f235 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/PolicyAssignmentArtifact.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/PolicyAssignmentArtifact.cs @@ -18,7 +18,7 @@ namespace Microsoft.Azure.Management.Blueprint.Models using System.Linq; /// - /// Blueprint artifact applies Policy assignments. + /// Blueprint artifact that applies a Policy assignment. /// [Newtonsoft.Json.JsonObject("policyAssignment")] [Rest.Serialization.JsonTransformation] diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/PublishedBlueprint.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/PublishedBlueprint.cs index b746722867c3a..aa2bdb60aef9a 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/PublishedBlueprint.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/PublishedBlueprint.cs @@ -18,7 +18,7 @@ namespace Microsoft.Azure.Management.Blueprint.Models using System.Linq; /// - /// Represents a published Blueprint. + /// Represents a published blueprint. /// [Rest.Serialization.JsonTransformation] public partial class PublishedBlueprint : AzureResourceBase @@ -41,18 +41,18 @@ public PublishedBlueprint() /// One-liner string explain this /// resource. /// Multi-line explain this resource. - /// Status of the Blueprint. This field is + /// Status of the blueprint. This field is /// readonly. - /// The scope where this Blueprint can be - /// applied. Possible values include: 'subscription', + /// The scope where this blueprint definition + /// can be assigned. Possible values include: 'subscription', /// 'managementGroup' - /// Parameters required by this Blueprint + /// Parameters required by this blueprint /// definition. /// Resource group placeholders defined by - /// this Blueprint definition. - /// Name of the Blueprint + /// this blueprint definition. + /// Name of the published blueprint /// definition. - /// Version-specific change notes + /// Version-specific change notes. public PublishedBlueprint(string id = default(string), string type = default(string), string name = default(string), string displayName = default(string), string description = default(string), BlueprintStatus status = default(BlueprintStatus), string targetScope = default(string), IDictionary parameters = default(IDictionary), IDictionary resourceGroups = default(IDictionary), string blueprintName = default(string), string changeNotes = default(string)) : base(id, type, name) { @@ -85,39 +85,40 @@ public PublishedBlueprint() public string Description { get; set; } /// - /// Gets status of the Blueprint. This field is readonly. + /// Gets status of the blueprint. This field is readonly. /// [JsonProperty(PropertyName = "properties.status")] public BlueprintStatus Status { get; private set; } /// - /// Gets or sets the scope where this Blueprint can be applied. - /// Possible values include: 'subscription', 'managementGroup' + /// Gets or sets the scope where this blueprint definition can be + /// assigned. Possible values include: 'subscription', + /// 'managementGroup' /// [JsonProperty(PropertyName = "properties.targetScope")] public string TargetScope { get; set; } /// - /// Gets or sets parameters required by this Blueprint definition. + /// Gets or sets parameters required by this blueprint definition. /// [JsonProperty(PropertyName = "properties.parameters")] public IDictionary Parameters { get; set; } /// - /// Gets or sets resource group placeholders defined by this Blueprint + /// Gets or sets resource group placeholders defined by this blueprint /// definition. /// [JsonProperty(PropertyName = "properties.resourceGroups")] public IDictionary ResourceGroups { get; set; } /// - /// Gets or sets name of the Blueprint definition. + /// Gets or sets name of the published blueprint definition. /// [JsonProperty(PropertyName = "properties.blueprintName")] public string BlueprintName { get; set; } /// - /// Gets or sets version-specific change notes + /// Gets or sets version-specific change notes. /// [JsonProperty(PropertyName = "properties.changeNotes")] public string ChangeNotes { get; set; } diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ResourceGroupDefinition.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ResourceGroupDefinition.cs index 11ab731c73b0b..7cdd85da99a36 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ResourceGroupDefinition.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ResourceGroupDefinition.cs @@ -18,7 +18,7 @@ namespace Microsoft.Azure.Management.Blueprint.Models using System.Linq; /// - /// Represents an Azure resource group in a Blueprint definition. + /// Represents an Azure resource group in a blueprint definition. /// [Rest.Serialization.JsonTransformation] public partial class ResourceGroupDefinition @@ -34,21 +34,23 @@ public ResourceGroupDefinition() /// /// Initializes a new instance of the ResourceGroupDefinition class. /// - /// Name of this resourceGroup, leave empty if the - /// resource group name will be specified during the Blueprint + /// Name of this resourceGroup. Leave empty if the + /// resource group name will be specified during the blueprint /// assignment. - /// Location of this resourceGroup, leave empty + /// Location of this resourceGroup. Leave empty /// if the resource group location will be specified during the - /// Blueprint assignment. + /// blueprint assignment. /// DisplayName of this /// parameter/resourceGroup. /// Description of this /// parameter/resourceGroup. /// StrongType for UI to render rich - /// experience during assignment time. + /// experience during blueprint assignment. /// Artifacts which need to be deployed before /// this resource group. - public ResourceGroupDefinition(string name = default(string), string location = default(string), string displayName = default(string), string description = default(string), string strongType = default(string), IList dependsOn = default(IList)) + /// Tags to be assigned to this resource + /// group. + public ResourceGroupDefinition(string name = default(string), string location = default(string), string displayName = default(string), string description = default(string), string strongType = default(string), IList dependsOn = default(IList), IDictionary tags = default(IDictionary)) { Name = name; Location = location; @@ -56,6 +58,7 @@ public ResourceGroupDefinition() Description = description; StrongType = strongType; DependsOn = dependsOn; + Tags = tags; CustomInit(); } @@ -65,16 +68,16 @@ public ResourceGroupDefinition() partial void CustomInit(); /// - /// Gets or sets name of this resourceGroup, leave empty if the - /// resource group name will be specified during the Blueprint + /// Gets or sets name of this resourceGroup. Leave empty if the + /// resource group name will be specified during the blueprint /// assignment. /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } /// - /// Gets or sets location of this resourceGroup, leave empty if the - /// resource group location will be specified during the Blueprint + /// Gets or sets location of this resourceGroup. Leave empty if the + /// resource group location will be specified during the blueprint /// assignment. /// [JsonProperty(PropertyName = "location")] @@ -94,7 +97,7 @@ public ResourceGroupDefinition() /// /// Gets or sets strongType for UI to render rich experience during - /// assignment time. + /// blueprint assignment. /// [JsonProperty(PropertyName = "metadata.strongType")] public string StrongType { get; set; } @@ -106,6 +109,12 @@ public ResourceGroupDefinition() [JsonProperty(PropertyName = "dependsOn")] public IList DependsOn { get; set; } + /// + /// Gets or sets tags to be assigned to this resource group. + /// + [JsonProperty(PropertyName = "tags")] + public IDictionary Tags { get; set; } + /// /// Validate the object. /// diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ResourceGroupValue.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ResourceGroupValue.cs index 5245815e7c42d..46c5a8cf6c7f2 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ResourceGroupValue.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ResourceGroupValue.cs @@ -30,8 +30,8 @@ public ResourceGroupValue() /// /// Initializes a new instance of the ResourceGroupValue class. /// - /// Name of the resource group - /// Location of the resource group + /// Name of the resource group. + /// Location of the resource group. public ResourceGroupValue(string name = default(string), string location = default(string)) { Name = name; @@ -45,13 +45,13 @@ public ResourceGroupValue() partial void CustomInit(); /// - /// Gets or sets name of the resource group + /// Gets or sets name of the resource group. /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } /// - /// Gets or sets location of the resource group + /// Gets or sets location of the resource group. /// [JsonProperty(PropertyName = "location")] public string Location { get; set; } diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ResourceProviderOperation.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ResourceProviderOperation.cs index 03ddda6d8c09a..fe90bcfd20023 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ResourceProviderOperation.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ResourceProviderOperation.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.Management.Blueprint.Models using System.Linq; /// - /// Supported operation of this resource provider. + /// Supported operations of this resource provider. /// public partial class ResourceProviderOperation { diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ResourceProviderOperationList.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ResourceProviderOperationList.cs index 8576cb9477bf6..630f00f662a25 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ResourceProviderOperationList.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/ResourceProviderOperationList.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.Blueprint.Models using System.Linq; /// - /// Result of the request to list operations. + /// Results of the request to list operations. /// public partial class ResourceProviderOperationList { diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/RoleAssignmentArtifact.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/RoleAssignmentArtifact.cs index efdae55b1dc3b..ce0bc3d1dd02d 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/RoleAssignmentArtifact.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/RoleAssignmentArtifact.cs @@ -18,7 +18,7 @@ namespace Microsoft.Azure.Management.Blueprint.Models using System.Linq; /// - /// Blueprint artifact applies Azure role assignment. + /// Blueprint artifact that applies a Role assignment. /// [Newtonsoft.Json.JsonObject("roleAssignment")] [Rest.Serialization.JsonTransformation] @@ -38,7 +38,7 @@ public RoleAssignmentArtifact() /// Azure resource ID of the /// RoleDefinition. /// Array of user or group identities in - /// Azure Active Directory. The roleDefinition will apply to these + /// Azure Active Directory. The roleDefinition will apply to each /// identity. /// String Id used to locate any resource on /// Azure. @@ -50,8 +50,7 @@ public RoleAssignmentArtifact() /// Artifacts which need to be deployed before /// the specified artifact. /// RoleAssignment will be scope to this - /// resourceGroup, if left empty, it would scope to the - /// subscription. + /// resourceGroup. If empty, it scopes to the subscription. public RoleAssignmentArtifact(string roleDefinitionId, object principalIds, string id = default(string), string type = default(string), string name = default(string), string displayName = default(string), string description = default(string), IList dependsOn = default(IList), string resourceGroup = default(string)) : base(id, type, name) { @@ -96,14 +95,14 @@ public RoleAssignmentArtifact() /// /// Gets or sets array of user or group identities in Azure Active - /// Directory. The roleDefinition will apply to these identity. + /// Directory. The roleDefinition will apply to each identity. /// [JsonProperty(PropertyName = "properties.principalIds")] public object PrincipalIds { get; set; } /// - /// Gets or sets roleAssignment will be scope to this resourceGroup, if - /// left empty, it would scope to the subscription. + /// Gets or sets roleAssignment will be scope to this resourceGroup. If + /// empty, it scopes to the subscription. /// [JsonProperty(PropertyName = "properties.resourceGroup")] public string ResourceGroup { get; set; } diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/SecretReferenceParameterValue.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/SecretReferenceParameterValue.cs index 091c5ca10d95e..4fdc62b955e88 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/SecretReferenceParameterValue.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/SecretReferenceParameterValue.cs @@ -33,7 +33,7 @@ public SecretReferenceParameterValue() /// class. /// /// Specifies the reference. - /// Optional property, just to establish + /// Optional property. Establishes /// ParameterValueBase as a BaseClass. public SecretReferenceParameterValue(SecretValueReference reference, string description = default(string)) : base(description) diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/SecretValueReference.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/SecretValueReference.cs index 4fb363f499fa0..5a03d55ff472d 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/SecretValueReference.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/SecretValueReference.cs @@ -15,7 +15,7 @@ namespace Microsoft.Azure.Management.Blueprint.Models using System.Linq; /// - /// Reference to a KeyVault secret. + /// Reference to a Key Vault secret. /// public partial class SecretValueReference { @@ -30,11 +30,11 @@ public SecretValueReference() /// /// Initializes a new instance of the SecretValueReference class. /// - /// Specifies the reference to a given Azure - /// KeyVault. + /// Specifies the reference to a given Azure Key + /// Vault. /// Name of the secret. - /// Version of the secret, (if there are - /// multiple versions) + /// The version of the secret to use. If + /// left blank, the latest version of the secret is used. public SecretValueReference(KeyVaultReference keyVault, string secretName, string secretVersion = default(string)) { KeyVault = keyVault; @@ -49,7 +49,7 @@ public SecretValueReference() partial void CustomInit(); /// - /// Gets or sets specifies the reference to a given Azure KeyVault. + /// Gets or sets specifies the reference to a given Azure Key Vault. /// [JsonProperty(PropertyName = "keyVault")] public KeyVaultReference KeyVault { get; set; } @@ -61,8 +61,8 @@ public SecretValueReference() public string SecretName { get; set; } /// - /// Gets or sets version of the secret, (if there are multiple - /// versions) + /// Gets or sets the version of the secret to use. If left blank, the + /// latest version of the secret is used. /// [JsonProperty(PropertyName = "secretVersion")] public string SecretVersion { get; set; } diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/TemplateArtifact.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/TemplateArtifact.cs index f8eda52327d23..ae3e9de11a282 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/TemplateArtifact.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/TemplateArtifact.cs @@ -18,7 +18,7 @@ namespace Microsoft.Azure.Management.Blueprint.Models using System.Linq; /// - /// Blueprint artifact deploys Azure resource manager template. + /// Blueprint artifact that deploys a Resource Manager template. /// [Newtonsoft.Json.JsonObject("template")] [Rest.Serialization.JsonTransformation] @@ -35,9 +35,10 @@ public TemplateArtifact() /// /// Initializes a new instance of the TemplateArtifact class. /// - /// The Azure Resource Manager template - /// body. - /// Template parameter values. + /// The Resource Manager template blueprint + /// artifact body. + /// Resource Manager template blueprint + /// artifact parameter values. /// String Id used to locate any resource on /// Azure. /// Type of this resource. @@ -48,7 +49,8 @@ public TemplateArtifact() /// Artifacts which need to be deployed before /// the specified artifact. /// If applicable, the name of the resource - /// group placeholder to which the template will be deployed. + /// group placeholder to which the Resource Manager template blueprint + /// artifact will be deployed. public TemplateArtifact(object template, IDictionary parameters, string id = default(string), string type = default(string), string name = default(string), string displayName = default(string), string description = default(string), IList dependsOn = default(IList), string resourceGroup = default(string)) : base(id, type, name) { @@ -86,20 +88,22 @@ public TemplateArtifact() public IList DependsOn { get; set; } /// - /// Gets or sets the Azure Resource Manager template body. + /// Gets or sets the Resource Manager template blueprint artifact body. /// [JsonProperty(PropertyName = "properties.template")] public object Template { get; set; } /// /// Gets or sets if applicable, the name of the resource group - /// placeholder to which the template will be deployed. + /// placeholder to which the Resource Manager template blueprint + /// artifact will be deployed. /// [JsonProperty(PropertyName = "properties.resourceGroup")] public string ResourceGroup { get; set; } /// - /// Gets or sets template parameter values. + /// Gets or sets resource Manager template blueprint artifact parameter + /// values. /// [JsonProperty(PropertyName = "properties.parameters")] public IDictionary Parameters { get; set; } diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/TrackedResource.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/TrackedResource.cs index e4274c0809af0..4a3bb26f05400 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/TrackedResource.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/TrackedResource.cs @@ -30,7 +30,7 @@ public TrackedResource() /// /// Initializes a new instance of the TrackedResource class. /// - /// The location of this Blueprint + /// The location of this blueprint /// assignment. /// String Id used to locate any resource on /// Azure. @@ -49,7 +49,7 @@ public TrackedResource() partial void CustomInit(); /// - /// Gets or sets the location of this Blueprint assignment. + /// Gets or sets the location of this blueprint assignment. /// [JsonProperty(PropertyName = "location")] public string Location { get; set; } diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/UserAssignedIdentity.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/UserAssignedIdentity.cs index bbdb6a45366a9..37ce3509661aa 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/UserAssignedIdentity.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/Models/UserAssignedIdentity.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.Management.Blueprint.Models using System.Linq; /// - /// User assigned Identity + /// User-assigned managed identity. /// public partial class UserAssignedIdentity { diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/PublishedArtifactsOperations.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/PublishedArtifactsOperations.cs index dbe1295d75df9..ff1fc57b457e9 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/PublishedArtifactsOperations.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/PublishedArtifactsOperations.cs @@ -51,7 +51,7 @@ internal PublishedArtifactsOperations(BlueprintManagementClient client) public BlueprintManagementClient Client { get; private set; } /// - /// Get an artifact for a published Blueprint. + /// Get an artifact for a published blueprint definition. /// /// /// The scope of the resource. Valid scopes are: management group (format: @@ -59,13 +59,13 @@ internal PublishedArtifactsOperations(BlueprintManagementClient client) /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// version of the published blueprint. + /// Version of the published blueprint definition. /// /// - /// name of the artifact. + /// Name of the blueprint artifact. /// /// /// Headers that will be added to request. @@ -262,7 +262,7 @@ internal PublishedArtifactsOperations(BlueprintManagementClient client) } /// - /// List artifacts for a published Blueprint. + /// List artifacts for a version of a published blueprint definition. /// /// /// The scope of the resource. Valid scopes are: management group (format: @@ -270,10 +270,10 @@ internal PublishedArtifactsOperations(BlueprintManagementClient client) /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// version of the published blueprint. + /// Version of the published blueprint definition. /// /// /// Headers that will be added to request. @@ -464,7 +464,7 @@ internal PublishedArtifactsOperations(BlueprintManagementClient client) } /// - /// List artifacts for a published Blueprint. + /// List artifacts for a version of a published blueprint definition. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/PublishedArtifactsOperationsExtensions.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/PublishedArtifactsOperationsExtensions.cs index 8c577554f2a54..0a27481e6f37e 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/PublishedArtifactsOperationsExtensions.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/PublishedArtifactsOperationsExtensions.cs @@ -22,7 +22,7 @@ namespace Microsoft.Azure.Management.Blueprint public static partial class PublishedArtifactsOperationsExtensions { /// - /// Get an artifact for a published Blueprint. + /// Get an artifact for a published blueprint definition. /// /// /// The operations group for this extension method. @@ -33,13 +33,13 @@ public static partial class PublishedArtifactsOperationsExtensions /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// version of the published blueprint. + /// Version of the published blueprint definition. /// /// - /// name of the artifact. + /// Name of the blueprint artifact. /// public static Artifact Get(this IPublishedArtifactsOperations operations, string scope, string blueprintName, string versionId, string artifactName) { @@ -47,7 +47,7 @@ public static Artifact Get(this IPublishedArtifactsOperations operations, string } /// - /// Get an artifact for a published Blueprint. + /// Get an artifact for a published blueprint definition. /// /// /// The operations group for this extension method. @@ -58,13 +58,13 @@ public static Artifact Get(this IPublishedArtifactsOperations operations, string /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// version of the published blueprint. + /// Version of the published blueprint definition. /// /// - /// name of the artifact. + /// Name of the blueprint artifact. /// /// /// The cancellation token. @@ -78,7 +78,7 @@ public static Artifact Get(this IPublishedArtifactsOperations operations, string } /// - /// List artifacts for a published Blueprint. + /// List artifacts for a version of a published blueprint definition. /// /// /// The operations group for this extension method. @@ -89,10 +89,10 @@ public static Artifact Get(this IPublishedArtifactsOperations operations, string /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// version of the published blueprint. + /// Version of the published blueprint definition. /// public static IPage List(this IPublishedArtifactsOperations operations, string scope, string blueprintName, string versionId) { @@ -100,7 +100,7 @@ public static IPage List(this IPublishedArtifactsOperations operations } /// - /// List artifacts for a published Blueprint. + /// List artifacts for a version of a published blueprint definition. /// /// /// The operations group for this extension method. @@ -111,10 +111,10 @@ public static IPage List(this IPublishedArtifactsOperations operations /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// version of the published blueprint. + /// Version of the published blueprint definition. /// /// /// The cancellation token. @@ -128,7 +128,7 @@ public static IPage List(this IPublishedArtifactsOperations operations } /// - /// List artifacts for a published Blueprint. + /// List artifacts for a version of a published blueprint definition. /// /// /// The operations group for this extension method. @@ -142,7 +142,7 @@ public static IPage ListNext(this IPublishedArtifactsOperations operat } /// - /// List artifacts for a published Blueprint. + /// List artifacts for a version of a published blueprint definition. /// /// /// The operations group for this extension method. diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/PublishedBlueprintsOperations.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/PublishedBlueprintsOperations.cs index 57eaf78eb733e..b243524616142 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/PublishedBlueprintsOperations.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/PublishedBlueprintsOperations.cs @@ -51,8 +51,8 @@ internal PublishedBlueprintsOperations(BlueprintManagementClient client) public BlueprintManagementClient Client { get; private set; } /// - /// Publish a new version of the Blueprint with the latest artifacts. Published - /// Blueprints are immutable. + /// Publish a new version of the blueprint definition with the latest + /// artifacts. Published blueprint definitions are immutable. /// /// /// The scope of the resource. Valid scopes are: management group (format: @@ -60,10 +60,10 @@ internal PublishedBlueprintsOperations(BlueprintManagementClient client) /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// version of the published blueprint. + /// Version of the published blueprint definition. /// /// /// Headers that will be added to request. @@ -254,7 +254,7 @@ internal PublishedBlueprintsOperations(BlueprintManagementClient client) } /// - /// Get a published Blueprint. + /// Get a published version of a blueprint definition. /// /// /// The scope of the resource. Valid scopes are: management group (format: @@ -262,10 +262,10 @@ internal PublishedBlueprintsOperations(BlueprintManagementClient client) /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// version of the published blueprint. + /// Version of the published blueprint definition. /// /// /// Headers that will be added to request. @@ -456,7 +456,7 @@ internal PublishedBlueprintsOperations(BlueprintManagementClient client) } /// - /// Delete a published Blueprint. + /// Delete a published version of a blueprint definition. /// /// /// The scope of the resource. Valid scopes are: management group (format: @@ -464,10 +464,10 @@ internal PublishedBlueprintsOperations(BlueprintManagementClient client) /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// version of the published blueprint. + /// Version of the published blueprint definition. /// /// /// Headers that will be added to request. @@ -658,7 +658,7 @@ internal PublishedBlueprintsOperations(BlueprintManagementClient client) } /// - /// List published versions of given Blueprint. + /// List published versions of given blueprint definition. /// /// /// The scope of the resource. Valid scopes are: management group (format: @@ -666,7 +666,7 @@ internal PublishedBlueprintsOperations(BlueprintManagementClient client) /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// /// Headers that will be added to request. @@ -851,7 +851,7 @@ internal PublishedBlueprintsOperations(BlueprintManagementClient client) } /// - /// List published versions of given Blueprint. + /// List published versions of given blueprint definition. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/PublishedBlueprintsOperationsExtensions.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/PublishedBlueprintsOperationsExtensions.cs index f41e6642528ad..66c6b4d7dfc8c 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/PublishedBlueprintsOperationsExtensions.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/PublishedBlueprintsOperationsExtensions.cs @@ -22,8 +22,8 @@ namespace Microsoft.Azure.Management.Blueprint public static partial class PublishedBlueprintsOperationsExtensions { /// - /// Publish a new version of the Blueprint with the latest artifacts. Published - /// Blueprints are immutable. + /// Publish a new version of the blueprint definition with the latest + /// artifacts. Published blueprint definitions are immutable. /// /// /// The operations group for this extension method. @@ -34,10 +34,10 @@ public static partial class PublishedBlueprintsOperationsExtensions /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// version of the published blueprint. + /// Version of the published blueprint definition. /// public static PublishedBlueprint Create(this IPublishedBlueprintsOperations operations, string scope, string blueprintName, string versionId) { @@ -45,8 +45,8 @@ public static PublishedBlueprint Create(this IPublishedBlueprintsOperations oper } /// - /// Publish a new version of the Blueprint with the latest artifacts. Published - /// Blueprints are immutable. + /// Publish a new version of the blueprint definition with the latest + /// artifacts. Published blueprint definitions are immutable. /// /// /// The operations group for this extension method. @@ -57,10 +57,10 @@ public static PublishedBlueprint Create(this IPublishedBlueprintsOperations oper /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// version of the published blueprint. + /// Version of the published blueprint definition. /// /// /// The cancellation token. @@ -74,7 +74,7 @@ public static PublishedBlueprint Create(this IPublishedBlueprintsOperations oper } /// - /// Get a published Blueprint. + /// Get a published version of a blueprint definition. /// /// /// The operations group for this extension method. @@ -85,10 +85,10 @@ public static PublishedBlueprint Create(this IPublishedBlueprintsOperations oper /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// version of the published blueprint. + /// Version of the published blueprint definition. /// public static PublishedBlueprint Get(this IPublishedBlueprintsOperations operations, string scope, string blueprintName, string versionId) { @@ -96,7 +96,7 @@ public static PublishedBlueprint Get(this IPublishedBlueprintsOperations operati } /// - /// Get a published Blueprint. + /// Get a published version of a blueprint definition. /// /// /// The operations group for this extension method. @@ -107,10 +107,10 @@ public static PublishedBlueprint Get(this IPublishedBlueprintsOperations operati /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// version of the published blueprint. + /// Version of the published blueprint definition. /// /// /// The cancellation token. @@ -124,7 +124,7 @@ public static PublishedBlueprint Get(this IPublishedBlueprintsOperations operati } /// - /// Delete a published Blueprint. + /// Delete a published version of a blueprint definition. /// /// /// The operations group for this extension method. @@ -135,10 +135,10 @@ public static PublishedBlueprint Get(this IPublishedBlueprintsOperations operati /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// version of the published blueprint. + /// Version of the published blueprint definition. /// public static PublishedBlueprint Delete(this IPublishedBlueprintsOperations operations, string scope, string blueprintName, string versionId) { @@ -146,7 +146,7 @@ public static PublishedBlueprint Delete(this IPublishedBlueprintsOperations oper } /// - /// Delete a published Blueprint. + /// Delete a published version of a blueprint definition. /// /// /// The operations group for this extension method. @@ -157,10 +157,10 @@ public static PublishedBlueprint Delete(this IPublishedBlueprintsOperations oper /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// - /// version of the published blueprint. + /// Version of the published blueprint definition. /// /// /// The cancellation token. @@ -174,7 +174,7 @@ public static PublishedBlueprint Delete(this IPublishedBlueprintsOperations oper } /// - /// List published versions of given Blueprint. + /// List published versions of given blueprint definition. /// /// /// The operations group for this extension method. @@ -185,7 +185,7 @@ public static PublishedBlueprint Delete(this IPublishedBlueprintsOperations oper /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// public static IPage List(this IPublishedBlueprintsOperations operations, string scope, string blueprintName) { @@ -193,7 +193,7 @@ public static IPage List(this IPublishedBlueprintsOperations } /// - /// List published versions of given Blueprint. + /// List published versions of given blueprint definition. /// /// /// The operations group for this extension method. @@ -204,7 +204,7 @@ public static IPage List(this IPublishedBlueprintsOperations /// subscription (format: '/subscriptions/{subscriptionId}'). /// /// - /// name of the blueprint. + /// Name of the blueprint definition. /// /// /// The cancellation token. @@ -218,7 +218,7 @@ public static IPage List(this IPublishedBlueprintsOperations } /// - /// List published versions of given Blueprint. + /// List published versions of given blueprint definition. /// /// /// The operations group for this extension method. @@ -232,7 +232,7 @@ public static IPage ListNext(this IPublishedBlueprintsOperat } /// - /// List published versions of given Blueprint. + /// List published versions of given blueprint definition. /// /// /// The operations group for this extension method. diff --git a/src/SDKs/Blueprint/Management.Blueprint/Generated/SdkInfo_BlueprintManagementClient.cs b/src/SDKs/Blueprint/Management.Blueprint/Generated/SdkInfo_BlueprintManagementClient.cs index 41e26d291811f..7d7b12de0bbfb 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Generated/SdkInfo_BlueprintManagementClient.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Generated/SdkInfo_BlueprintManagementClient.cs @@ -28,5 +28,16 @@ public static IEnumerable> ApiInfo_BlueprintManage }.AsEnumerable(); } } + // BEGIN: Code Generation Metadata Section + public static readonly String AutoRestVersion = "latest"; + public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4283"; + public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/blueprint/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=E:\\Repos\\azure-sdk-for-net\\src\\SDKs"; + public static readonly String GithubForkName = "Azure"; + public static readonly String GithubBranchName = "master"; + public static readonly String GithubCommidId = "8aa15b5d44d5487f810a4b992d2e7569abd84341"; + public static readonly String CodeGenerationErrors = ""; + public static readonly String GithubRepoName = "azure-rest-api-specs"; + // END: Code Generation Metadata Section } } + diff --git a/src/SDKs/Blueprint/Management.Blueprint/Microsoft.Azure.Management.Blueprint.csproj b/src/SDKs/Blueprint/Management.Blueprint/Microsoft.Azure.Management.Blueprint.csproj index 662c7e2144c9d..0536a97f6e39a 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Microsoft.Azure.Management.Blueprint.csproj +++ b/src/SDKs/Blueprint/Management.Blueprint/Microsoft.Azure.Management.Blueprint.csproj @@ -6,19 +6,18 @@ Microsoft.Azure.Management.Blueprint Provides Microsoft Azure Blueprint management operations including the ability to create, update and delete Blueprint definition and assignment. - 0.10.0-preview + 0.11.0-preview Microsoft Azure Blueprint Management Library Microsoft.Azure.Management.Blueprint Blueprint; diff --git a/src/SDKs/Blueprint/Management.Blueprint/Properties/AssemblyInfo.cs b/src/SDKs/Blueprint/Management.Blueprint/Properties/AssemblyInfo.cs index 507b925c3b8f2..966d84b40c2c6 100644 --- a/src/SDKs/Blueprint/Management.Blueprint/Properties/AssemblyInfo.cs +++ b/src/SDKs/Blueprint/Management.Blueprint/Properties/AssemblyInfo.cs @@ -11,8 +11,8 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Azure .NET SDK")] -[assembly: AssemblyVersion("0.10.0.0")] -[assembly: AssemblyFileVersion("0.10.0.0")] +[assembly: AssemblyVersion("0.11.0.0")] +[assembly: AssemblyFileVersion("0.11.0.0")] [assembly: AssemblyCopyright("Copyright (c) Microsoft Corporation")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/src/SDKs/_metadata/blueprint_resource-manager.txt b/src/SDKs/_metadata/blueprint_resource-manager.txt new file mode 100644 index 0000000000000..7a6de647ea536 --- /dev/null +++ b/src/SDKs/_metadata/blueprint_resource-manager.txt @@ -0,0 +1,14 @@ +Installing AutoRest version: latest +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/blueprint/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=E:\Repos\azure-sdk-for-net\src\SDKs +2019-03-14 20:48:03 UTC +Azure-rest-api-specs repository information +GitHub fork: Azure +Branch: master +Commit: 8aa15b5d44d5487f810a4b992d2e7569abd84341 +AutoRest information +Requested version: latest +Bootstrapper version: autorest@2.0.4283