-
Updated
Oct 23, 2020 - Ruby
rule
Here are 129 public repositories matching this topic...
-
Updated
Sep 3, 2020 - Java
-
Updated
Oct 20, 2020 - Java
-
Updated
Oct 22, 2020 - Go
-
Updated
Sep 28, 2020 - HTML
-
Updated
Sep 14, 2020 - Java
-
Updated
Oct 23, 2020 - Java
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:
-
Updated
Oct 23, 2020 - Smarty
-
Updated
Aug 16, 2020 - PHP
-
Updated
Sep 14, 2020 - Go
-
Updated
Mar 11, 2020 - Swift
Rule request
Suggested rule change
Network Security Group analytics solution within Log Analytics is deprecated. This solution can be cleaned up.
Use Traffic Analytics instead.
Applies to the following
The rule applies to the following:
- Resource type: Microsoft.OperationsManagement/solutions
- Product: OMSGallery/AzureNSGAnalytics
Additional context
[Dep
-
Updated
Jan 6, 2020 - Java
-
Updated
Jun 1, 2020 - TypeScript
-
Updated
Apr 30, 2020 - JavaScript
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
Sep 14, 2020
-
Updated
Aug 16, 2020 - PHP
-
Updated
Sep 10, 2020 - 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