Results 17 issues of Preston Alvarado

Feature Request: Support multiple new line characters.

Below was pretty confusing. When setting open to a string I would expect it to be check relative vs absolute. `hostname`: '0.0.0.0' `open`: true Opens browser with `0.0.0.0:8080` `hostname`: '0.0.0.0'...

bug
help wanted

**Bicep version** run `bicep --version` via the Bicep CLI, `az bicep version` via the AZ CLI or via VS code by navigating to the extensions tab and searching for Bicep...

Needs: Triage :mag:

I want to modify the wiki but the current state does not allow this. Instead I cloned the wiki locally and pushed to a fork. Includes: * Additional metadata options...

enhancement

Most of the IntelliSense suggestions that I've been using can usually be navigated with ease. For example `Microsoft.Web/` is relatively small and contains several child resources: ![image](https://user-images.githubusercontent.com/700740/175838942-0b540623-1ff8-421a-9bda-ae06a9ae13aa.png) However with something...

enhancement

### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx-operator/issues) for duplicates. - [X] I understand...

type:enhancement
needs_triage
community

# Description winRM is passed to listeners, which is an array and not an object. I was not able to perform set-module on the virtual machine construct, that template is...

### Description Add support for Single-Authentication and Multi-Authentication for `Microsoft.Web/Connections`. Documentation Reference: * https://learn.microsoft.com/en-us/azure/logic-apps/create-managed-service-identity?tabs=consumption#single-authentication * https://learn.microsoft.com/en-us/azure/logic-apps/create-managed-service-identity?tabs=consumption#multi-authentication Real Examples: * Single-Authentication - https://github.com/Azure/SET/blob/597469375e93a3d0c946db9d56505a528220966a/Content/Azure%20Data%20Manager%20for%20Energy/Solutions/Azure%20AD/Sync%20Entitlements/src/logicapp.bicep#L14-L26 * Multi-Authentication - https://github.com/microsoft/Azure-Secure-Enclave-for-Research/blob/897feb157ada620c1660021020bfeed170c5d5ee/Bicep/child_modules/logicApp.bicep#L39-L58 Missing Specification Tickets: *...

enhancement

##### SUMMARY Ability to create a deployment at the subscription level. ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME azure_rm_subscription_deployment ##### ADDITIONAL INFORMATION

new_module_issue
medium_priority
work in
hold

**Describe the bug** Trying to use the bicep public registry in a bicep template produces an error during `Build-Bicep` This is working using the latest bicep cli to restore. ```...

bug