Henry Buckle
Henry Buckle
Does Jerakia still support eyaml decryption? It's mentioned in the docs but I can't see it in the code at all. Adding `output_filter :encryption, :provider => :eyaml` to the policy...
### Summary Example schema ```json { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "http://example.com", "anyOf": [ { "type": "object", "properties": { "empty_array": { "type": "array", "default": [], "items": { "type": "object" } } }...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/PowerShellGet) - [X] Search the existing issues. ###...
I'm trying to create a TCPPING stack with PDC. The following resource works to create the stack ```puppet wildfly::resource { '/subsystem=jgroups/stack=tcpping': recursive => true, content => { 'protocols' => [...
```hcl resource "azuredevops_project" "project" { name = var.name work_item_template = var.work_item_template version_control = "Git" visibility = "private" } resource "azuredevops_environment" "example" { project_id = azuredevops_project.project.id name = "example" } resource...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/PowerShellGet) - [X] Search the existing issues. ###...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/PSResourceGet) - [X] Search the existing issues. ###...
### Summary of the new feature / enhancement There seems to be a lot of work going on to make this work with ACR, while I don't disagree with that...
With the removal of the 1809 image there doesn't appear to be an image that will work with Azure Pipelines anymore, as the hosted agents are running on Server 2019...