You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Details of the scenario you tried and the problem that is occurring
When you want to update an existing label policy, the resource doesn't do anything when using the Labels property. This is because the Labels parameter is removed in the code, since the Set-LabelPolicy cmdlet doesn't support the Labels parameter.
Verbose logs showing the problem
N/A
Suggested solution to the issue
We need to change the code to populate the AddLabels/RemoveLabels, based on the labels specified in Labels and the actually applied labels
The DSC configuration that is used to reproduce the issue (as detailed as possible)
# insert configuration here
The operating system the target node is running
Version of the DSC module that was used ('dev' if using current dev branch)
Dev
The text was updated successfully, but these errors were encountered:
Details of the scenario you tried and the problem that is occurring
When you want to update an existing label policy, the resource doesn't do anything when using the Labels property. This is because the Labels parameter is removed in the code, since the Set-LabelPolicy cmdlet doesn't support the Labels parameter.
Verbose logs showing the problem
N/A
Suggested solution to the issue
We need to change the code to populate the AddLabels/RemoveLabels, based on the labels specified in Labels and the actually applied labels
The DSC configuration that is used to reproduce the issue (as detailed as possible)
# insert configuration here
The operating system the target node is running
Version of the DSC module that was used ('dev' if using current dev branch)
Dev
The text was updated successfully, but these errors were encountered: