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 Script Expression Validation %%SR_PARAM's #23

Merged

Conversation

ZanattaMichael
Copy link
Owner

@ZanattaMichael ZanattaMichael commented May 7, 2023

Hello! This pull request includes several updates to the existing functionality of the project. Here are the changes that were made:

Updated Existing Functionality to include PowerShell Expressions (ac9824d)
Adding Unit Tests to Testing ConvertTo-PowerShellParameter (ac9824d, 82b86ca)
Fixing Regex Bugs in Logic (82b86ca)
Updating Documentation (d912a2c, b90c617)

The addition of PowerShell expressions should make it easier for users to work with the project and provide more flexibility in how they use it. The new unit tests help ensure that the code is working as expected and prevent any regressions from being introduced. The bug fixes in logic should improve the overall reliability and stability of the project.

Finally, the documentation has been updated to reflect all of these changes and provide clear instructions on how to use the new PowerShell expressions and run the unit tests.

Michael Zanatta added 4 commits May 7, 2023 12:45
@ZanattaMichael ZanattaMichael linked an issue May 7, 2023 that may be closed by this pull request
@ZanattaMichael ZanattaMichael changed the title 22 feature custom parameter validation for static entities Added Script Expression Validation %%SR_PARAM's May 7, 2023
@ZanattaMichael ZanattaMichael merged commit fe26336 into main Jun 14, 2023
@ZanattaMichael ZanattaMichael deleted the 22-feature-custom-parameter-validation-for-static-entities branch June 14, 2023 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Custom Parameter Validation for Static Entities
1 participant