Richard SP.

Results 6 issues of Richard SP.

Currently every IBuilder defines a `BuildResources` method which takes in a single argument which is the location. I propose that this be expanded to a context object which could include...

I have come across a use-case recently where I'd like to be able to upload a number of blobs to a storage account as part of a deployment through Farmer....

enhancement
up-for-grabs

This PR closes #857 The changes in this PR are as follows: * Added add_to_ad_group(s) operators to userAssignedIdentity builder * Added IPostDeploy action to userAssignedIdentity I have read the [contributing...

discussion

When creating a user-assigned identity, it would be great if there was a way to automatically add the given user to a named AAD group. This would allow permissions to...

Trying to update a VM which was created with an older version of farmer now fails as of #894 ```json { "status": "Failed", "error": { "code": "BadRequest", "message": "The specified...

bug

Currently, Utf8Json supports serialising to and from classes implementing `System.Collections.Generic.IDictionary` if and only if that class has two generic type arguments. I ask whether that restriction could be lifted? Given...