Ryan Bartram

Results 7 issues of Ryan Bartram

### Description When trying to use the data resource for custom_attribute, if there are more than one of any name, then only the first is returned and this is obviously...

enhancement
acknowledged

I can use the `azapi_resource_action` to call the API [here](https://learn.microsoft.com/en-us/rest/api/desktopvirtualization/session-hosts/update?tabs=HTTP). I need the ability to pass the Force query parameter, so I can update existing resources

enhancement

Need to be able to pipe...it's a lot easier

This syntax is not powershell friendly and should look more like the second example ```pwsh # working but not powershell(y) resource "vnet1"-ApiVersion 2020-08-01 -Namespace Microsoft.Network -Type virtualNetworks { properties {...

If you define an [ArmParameter] and it has no default value, it will be created in the nested template but since it isn't in the root template there is no...

Right now when you use outputs, they are included in nested template but there is seemingly no way to output from the root template so they are available to the...

### Summary of the new feature / enhancement In order to be able to call certain types of resources, credential objects are required. I would be very useful to have...

Resolution-Answered