Skip to content

Latest commit

 

History

History
115 lines (92 loc) · 1.89 KB

PowerShellRepositories.adoc

File metadata and controls

115 lines (92 loc) · 1.89 KB

DSC Resource 'PowerShellRepositories'

PowerShellRepositories allows configuration of the PowerShell repositories.

Source

DSC Resource

Documentation

Table 1. Attributes of category 'PowerShellRepositories'
Parameter Attribute DataType Description Allowed Values

Repositories

Mandatory

Hashtable[]

set of Powershell repositories

Table 2. Attributes of category 'PowerShellRepositories/Repositories'
Parameter Attribute DataType Description Allowed Values

Name

Key

String

SourceLocation

String

ScriptSourceLocation

String

PublishLocation

String

ScriptPublishLocation

String

InstallationPolicy

String

  • Trusted

  • Untrusted

PackageManagementProvider

String

Ensure

String

  • Present

  • Absent

Example
PowerShellRepositories:
  Repositories:
  - Name: RepoA
    SourceLocation: https://somegallery/v2
    PublishLocation: https://somegallery/v2
  - Name: RepoB
    InstallationPolicy: trusted
    SourceLocation: https://somegallery/v2