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 26, 2019
1 parent 083bb8d commit 81fb68d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ internal AssignmentsOperations(BlueprintManagementClient client)
}
// Construct URL
var _baseUrl = Client.BaseUri.AbsoluteUri;
var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{scope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}").ToString();
var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "{scope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}/WhoIsBlueprint").ToString();
List<string> _queryParameters = new List<string>();
if (_queryParameters.Count > 0)
{
Expand Down

0 comments on commit 81fb68d

Please sign in to comment.