Skip to content
Prev Previous commit
Next Next commit
fix
  • Loading branch information
yaotongms committed Nov 12, 2024
commit 249e8f6480d4e5bf688ab1643491e414cd9296c0
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'New-AzConnectedLicenseProfile
}

Describe 'New-AzConnectedLicenseProfileFeature' {
It '__AllParameterSets' -skip {
It '__AllParameterSets' {
$productfeature = New-AzConnectedLicenseProfileFeature -Name "Hotpatch" -SubscriptionStatus "Enable"
$productfeature | Should -Not -BeNullOrEmpty
}
Expand Down