Skip to content

Get-AzNetworkingServiceTag , region is no longer available for DataFactory  #15818

@JimmyHjelte

Description

@JimmyHjelte

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 = $serviceTags.Values | Where-Object { $.Name -eq "DataFactory.WestEurope" }
$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


Metadata

Metadata

Assignees

No one assigned

    Labels

    NetworkService AttentionThis issue is responsible by Azure service team.needs-author-feedbackMore information is needed from author to address the issue.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions