Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for Auto Labeling to SCSensitivityLabel and some other minor fixes #5062

Open
wants to merge 11 commits into
base: Dev
Choose a base branch
from

Conversation

ykuijs
Copy link
Member

@ykuijs ykuijs commented Sep 18, 2024

Pull Request (PR) description

This PR adds support for Auto Labeling settings to the SCSensitivityLabel resource, but also fixes some other minor issues I have encountered during testing.

This Pull Request (PR) fixes the following issues

@@ -108,11 +108,6 @@
ModuleName = 'PnP.PowerShell'
RequiredVersion = '1.12.0'
},
@{
ModuleName = 'PSDesiredStateConfiguration'
RequiredVersion = '1.1'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why removing this?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would be because of #5051, for instance I'm only not being affected by this like @ykuijs because due to my own needs I use a custom manifest which doesn't include it.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is because PSDesiredStateConfiguration isn't available in the PSGallery, but is installed by default with PSv5.1. When running the Update Dependencies cmdlet, this will never install because it is always present.....however when you have broken your environment the function cannot fix it because the module cannot be downloaded from the Gallery anyways.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v1.1 that is

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bottom line, are we okay with removing this from the manifest? @ricmestre

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NikCharlebois Yes, let's remove this please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants