Родитель
8cea00a416
Коммит
e6e8cb9f4f
|
@ -2,6 +2,9 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
- Bug fixed:
|
||||
- Fixed Data Factory version not detected with template. [#498](https://github.com/microsoft/PSRule.Rules.Azure/issues/498)
|
||||
|
||||
## v0.16.0-B2009019 (pre-release)
|
||||
|
||||
What's changed since pre-release v0.16.0-B2009011:
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
|
||||
# Synopsis: Consider migrating to DataFactory v2
|
||||
Rule 'Azure.DataFactory.Version' -Type 'Microsoft.DataFactory/datafactories', 'Microsoft.DataFactory/factories' -Tag @{ release = 'GA'; ruleSet = '2020_06' } {
|
||||
$TargetObject.ResourceType -eq 'Microsoft.DataFactory/factories'
|
||||
$Assert.HasFieldValue($PSRule.TargetType, '.', 'Microsoft.DataFactory/factories');
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче