-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Description
Description
We been using Get-AzNetworkingServiceTag to filter out ip ranges for DataFactory.WestEurope but since last week there is only one service tag called "DataFactory" containing 280+ ipv4 ranges compared with the service tag "DataFactory.WestEurope" found in the list that only contains 7 ipv4 ranges.
This was working 2 weeks ago ,but not any longer.
Steps to reproduce
This should return 7 ip4 ranges , but returns 0 now !
#Fetch ipAddress ranges for AzureDataFactory
$serviceTags = Get-AzNetworkServiceTag -Location westeurope
$dataFactoryTags =
$ipv4CIDRs = $dataFactoryTags.Properties.AddressPrefixes | Where-Object { $ -like ".../*"}
Environment data
PS /home/jimmy> $PSVersionTable
Name Value
PSVersion 7.1.3
PSEdition Core
GitCommitId 7.1.3
OS Linux 5.4.0-1056-azure #58~18.04.1-Ubuntu SMP Wed Jul 28 23:14:18 UTC 2021
Platform Unix
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
PS /home/jimmy>
## Module versions
<!-- Please run (Get-Module -ListAvailable) and paste the output in the below code block -->
```powershell
Debug output
Error output