Elena Batanero

Results 7 issues of Elena Batanero

# Description Solving Bug: https://github.com/Azure/ResourceModules/issues/1716 by removing "additionalPublicIpConfigurations" variable as Bastion only supports 1 PIP ## Pipeline references | Pipeline | | - | | [![Network: BastionHosts](https://github.com/Azure/ResourceModules/actions/workflows/ms.network.bastionhosts.yml/badge.svg?branch=users%2Fee%2FbugBastion)](https://github.com/Azure/ResourceModules/actions/workflows/ms.network.bastionhosts.yml) | # Type...

All default values should comply with a security baseline, e.g. [NIST 800](https://docs.microsoft.com/en-us/azure/governance/policy/samples/nist-sp-800-53-r5) The [build-in policies of Azure](https://github.com/Azure/azure-policy) can be used as a reference. The task would be to scan over...

enhancement
[prio] high
[cat] modules

# Steps to reproduce ``` $azureToken = New-PartnerAccessToken -ApplicationId $AppID -Credential $CSPSPNCred -RefreshToken $RefreshToken -Scopes 'https://management.azure.com//user_impersonation' -ServicePrincipal -Tenant $CustomerTenantID $graphToken = New-PartnerAccessToken -ApplicationId $AppID -Credential $CSPSPNCred -RefreshToken $RefreshToken -Scopes **'https://graph.microsoft.com/.default'**...

# Steps to reproduce Azure DevOps task: steps: - task: AzurePowerShell@5 displayName: 'Azure PowerShell script: InlineScript' inputs: azureSubscription: 'test' ScriptType: InlineScript Inline: | Install-Module -Name "PartnerCenter" -AllowClobber -Force Get-Module -ListAvailable...

# Description Update Web/hostingEnvironments to new dependencies approach Close #2144 ## Pipeline references [![Web: HostingEnvironments](https://github.com/Azure/ResourceModules/actions/workflows/ms.web.hostingenvironments.yml/badge.svg?branch=users%2Fee%2F2144_hostenv_bis)](https://github.com/Azure/ResourceModules/actions/workflows/ms.web.hostingenvironments.yml) | Pipeline | | - | | | # Type of Change Please delete options...

All default values should comply with a security baseline, e.g.[ NIST 800](https://docs.microsoft.com/en-us/azure/governance/policy/samples/nist-sp-800-53-r5) The[ build-in policies of Azure](https://github.com/Azure/azure-policy) can be used as a reference. The task would be to scan over...

enhancement
[prio] high
[cat] modules

### Description It would be really useful to have some guidelines about the syntax, rules, etc. we have to follow when updating a module. For instance, when we should create...

documentation
enhancement