Skip to content

Commit

Permalink
.NET SDK Resource Provider:'Blueprint'
Browse files Browse the repository at this point in the history
REST Spec PR 'Azure/azure-rest-api-specs#5470'
REST Spec PR Author 'filizt'
REST Spec PR Last commit
  • Loading branch information
adxsdknet committed Mar 27, 2019
1 parent 00d93e7 commit 14d7510
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public BlueprintModel()
/// <param name="status">Status of the blueprint. This field is
/// readonly.</param>
/// <param name="targetScope">The scope where this blueprint definition
/// can be assigned. Possible values include: 'subscription',
/// 'managementGroup'</param>
/// can be assigned. Management group is reserved for future use.
/// Possible values include: 'subscription', 'managementGroup'</param>
/// <param name="parameters">Parameters required by this blueprint
/// definition.</param>
/// <param name="resourceGroups">Resource group placeholders defined by
Expand Down Expand Up @@ -93,8 +93,8 @@ public BlueprintModel()

/// <summary>
/// Gets or sets the scope where this blueprint definition can be
/// assigned. Possible values include: 'subscription',
/// 'managementGroup'
/// assigned. Management group is reserved for future use. Possible
/// values include: 'subscription', 'managementGroup'
/// </summary>
[JsonProperty(PropertyName = "properties.targetScope")]
public string TargetScope { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public PublishedBlueprint()
/// <param name="status">Status of the blueprint. This field is
/// readonly.</param>
/// <param name="targetScope">The scope where this blueprint definition
/// can be assigned. Possible values include: 'subscription',
/// 'managementGroup'</param>
/// can be assigned. Management group is reserved for future use.
/// Possible values include: 'subscription', 'managementGroup'</param>
/// <param name="parameters">Parameters required by this blueprint
/// definition.</param>
/// <param name="resourceGroups">Resource group placeholders defined by
Expand Down Expand Up @@ -92,8 +92,8 @@ public PublishedBlueprint()

/// <summary>
/// Gets or sets the scope where this blueprint definition can be
/// assigned. Possible values include: 'subscription',
/// 'managementGroup'
/// assigned. Management group is reserved for future use. Possible
/// values include: 'subscription', 'managementGroup'
/// </summary>
[JsonProperty(PropertyName = "properties.targetScope")]
public string TargetScope { get; set; }
Expand Down

0 comments on commit 14d7510

Please sign in to comment.