Brian Moore
Brian Moore
re: VS - we probably need a project type to make it more elegant, I don't think it's a ton of work (assuming we wouldn't have things like the Add...
I don't see any issue with that, but it only solve the problem for people using that type of project... If I have a SQL project or want to deploy...
The scope property on Microsoft.Authorization/roleAssignments is flagged as read-only but is available for PUT.
@sethwenzel - those are all "extension resources" and we'll have a simpler way for constructing them as we did with the scope property in JSON. Anything that has "providers" in...
@jongio how would you use that (parameterization)?
got it - wouldn't the proposal in the OP allow for that though? e.g. ```bicep targetScope = [ 'subscription' 'resourceGroup' ] ``` The file can then be used at either...
`targetScope` is really just for tooling to go grab proper context when validating the template... > if so, It would be nice if we had one CLI command that could...
adjacent scenario for different scopes, though this is on the resource itself.... I want a module for a roleAssignment. A module is needed because the name for a roleAssignment needs...
I think one difference may be that in ```roleAssignment``` case, the type is not known at compile time... so in 2245/2246 the type declaration would be parameterized.