Azure / Azure/azure-powershell
[Feature]: Deploy and retrieve Datafactory with Purview configuration using DatafactoryV2 cmdlets
Open
act-codegen-extensibility-squad
customer-reported
Data Factory
feature-request
Service Attention
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 51
Description
### Description of the new feature
The AzDatafactoryV2 cmdlet does not reflect the current configuration of Datafactory as it is deployed in Azure. Get-AzDatafactoryV2 doesnt retrieve the Purview configuration. Likewise, the Set-AzDatafactoryV2 cmdlet cannot deploy a Datafactory with a Purview configuration.
### Proposed implementation details (optional)
Add propertie to cmdlets
```
"purviewConfiguration": {
"purviewResourceId": "string"
},
```
Contributor guide
Assessment
This issue has not been assessed yet.