Skip to content

Commit

Permalink
Fix set-azurermpolicyassignment
Browse files Browse the repository at this point in the history
  • Loading branch information
vivsriaus committed Sep 18, 2015
1 parent 4951d0c commit 358dadb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ private JToken GetResource(string resourceId, string apiVersion)
{
DisplayName = this.DisplayName ?? (resource.Properties["displayName"] != null
? resource.Properties["displayName"].ToString()
: null)
: null),
Scope = resource.Properties["scope"].ToString(),
PolicyDefinitionId = resource.Properties["policyDefinitionId"].ToString()
}
};

Expand Down

0 comments on commit 358dadb

Please sign in to comment.