Skip to content

Commit ee03e62

Browse files
authored
Update Readme.md
1 parent dc51ef2 commit ee03e62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Import-Module PSServiceNow
2424
Get-ServiceNowIncident -MatchContains @{short_description='PowerShell'} -ServiceNowCredential $PSCredential -ServiceNowURL $ServiceNowURL
2525
```
2626

27+
### Azure Automation Integration Module Support
28+
The module can use the `Connection` parameter in conjunction with the included `PSServiceNow-Automation.json` file for use as an Azure automation integration module. Details of the process is available at [Authoring Integration Modules for Azure Automation](https://azure.microsoft.com/en-us/blog/authoring-integration-modules-for-azure-automation). The `Connection` parameter accepts a hashtable object that requires a username, password, and ServiceNowURL allowing you to leverage the parameter for other uses as well.
29+
2730
## Cmdlets
2831
* Get-ServiceNowChangeRequest
2932
* Get-ServiceNowConfigurationItem

0 commit comments

Comments
 (0)