-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Labels
Analysis ServicesService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.customer-reportedfeature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.
Description
Description
Set-AzAnalysisServicesServer can be used to enable the firewall, or configure the rules, but it cannot be used to disable the firewall entirely.
Steps to reproduce
$FWConfigEmpty = New-AzAnalysisServicesFirewallConfig
Set-AzAnalysisServicesServer -Name $servername -ResourceGroupName $RGName -FirewallConfig $FWConfigEmpty
Get-AzAnalysisServicesServer -Name $servername -ResourceGroupName $RGName
The firewall will remain turned on, but the PBI service will be set to off
Environment data
PS C:\WINDOWS\system32> $PSVersionTable
Name Value
---- -----
PSVersion 5.1.18362.628
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.18362.628
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Module versions
ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Script 1.1.0 Az.AnalysisServices {Resume-AzAnalysisServicesServer, Suspend-AzAnalysisServicesServer, Get-AzAnalysisServicesServer, Remove-AzAnalysisServicesServer...}
Debug output
No error. The firewall remains on, but the option to allow PowerBI Service is turned off.
Error output
No error
Metadata
Metadata
Assignees
Labels
Analysis ServicesService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.customer-reportedfeature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.