-
Updated
Oct 3, 2021 - HTML
rule
Here are 162 public repositories matching this topic...
-
Updated
Apr 26, 2021 - Java
-
Updated
Sep 20, 2021 - Java
-
Updated
Oct 1, 2021 - Go
-
Updated
Sep 22, 2021 - JavaScript
-
Updated
Sep 14, 2020 - Java
-
Updated
Sep 14, 2021 - Java
-
Updated
Oct 5, 2021 - Smarty
Currently PSRule supports Windows using PowerShell 5.1 and above.
This is great for Windows administrators however not great for everyone else. When enabling validation within a CI/CD pipeline, the agent platform might not be Windows.
Containers provide portability and consistency which is very applicable for PSRule.
PowerShell is already available in a published [Docker container](https:
Rule request
Suggested rule change
Key Vault analytics solution within Log Analytics is deprecated. This solution can be cleaned up.
Applies to the following
The rule applies to the following:
- Resource type: Microsoft.OperationsManagement/solutions
- Product: OMSGallery/KeyVaultAnalytics
Additional context
[Deprecation of Key Vault analytics solution](https
-
Updated
Sep 12, 2021 - PHP
-
Updated
Oct 24, 2020 - Go
-
Updated
Mar 11, 2020 - Swift
-
Updated
Jun 25, 2021 - PHP
-
Updated
May 1, 2021 - Java
-
Updated
Sep 29, 2021 - TypeScript
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
Aug 2, 2021
-
Updated
Apr 30, 2020 - JavaScript
-
Updated
Jun 19, 2021 - PHP
-
Updated
Sep 11, 2021 - PowerShell
Improve this page
Add a description, image, and links to the rule topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rule topic, visit your repo's landing page and select "manage topics."
What
I suggest to make the return statement of
form.submit()unified for all its branching.Why
Current behavior
Now calling
form.submit()returns two different things based on the validity of a form:undefinedif a form is invalid.Promise<response>after the dispatchedaction.Expected behavior
Calling
form.submit()always returns