Elena Batanero
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 | | - | | [](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...
# 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'**...
Assembly error while importing PartnerCenter module in Azure DevOps - Azure Powershell task (Core)
# 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 [](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...
### 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...