You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dsc/managing-nodes/metaConfig.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,11 @@ A **ConfigurationRepositoryWeb** defines the following properties.
126
126
|ConfigurationNames|String[]|An array of names of configurations to be pulled by the target node. These are used only if the node is registered with the pull service by using a **RegistrationKey**. For more information, see [Setting up a pull client with configuration names](../pull-server/pullClientConfigNames.md).|
127
127
|RegistrationKey|string|A GUID that registers the node with the pull service. For more information, see [Setting up a pull client with configuration names](../pull-server/pullClientConfigNames.md).|
128
128
|ServerURL|string|The URL of the configuration service.|
129
+
|ProxyURL*|string|The URL of the http proxy to use when communicating with the configuration service.|
130
+
|ProxyCredential*|pscredential|Credential to use for the http proxy.|
131
+
132
+
>!NOTE
133
+
>\* Supported in Windows versions 1809 and later.
129
134
130
135
An example script to simplify configuring the ConfigurationRepositoryWeb value for on-premises nodes
131
136
is available - see [Generating DSC metaconfigurations](https://docs.microsoft.com/azure/automation/automation-dsc-onboarding#generating-dsc-metaconfigurations)
@@ -150,6 +155,11 @@ A **ResourceRepositoryWeb** defines the following properties.
150
155
|CertificateID|string|The thumbprint of a certificate used to authenticate to the server.|
151
156
|RegistrationKey|string|A GUID that identifies the node to the pull service.|
152
157
|ServerURL|string|The URL of the configuration server.|
158
+
|ProxyURL*|string|The URL of the http proxy to use when communicating with the configuration service.|
159
+
|ProxyCredential*|pscredential|Credential to use for the http proxy.|
160
+
161
+
>!NOTE
162
+
>\* Supported in Windows versions 1809 and later.
153
163
154
164
An example script to simplify configuring the ResourceRepositoryWeb value for on-premises nodes
155
165
is available - see [Generating DSC metaconfigurations](https://docs.microsoft.com/azure/automation/automation-dsc-onboarding#generating-dsc-metaconfigurations)
@@ -175,6 +185,11 @@ The report server role is not compatible with SMB based pull service.
175
185
|CertificateID|string|The thumbprint of a certificate used to authenticate to the server.|
176
186
|RegistrationKey|string|A GUID that identifies the node to the pull service.|
177
187
|ServerURL|string|The URL of the configuration server.|
188
+
|ProxyURL*|string|The URL of the http proxy to use when communicating with the configuration service.|
189
+
|ProxyCredential*|pscredential|Credential to use for the http proxy.|
190
+
191
+
>!NOTE
192
+
>\* Supported in Windows versions 1809 and later.
178
193
179
194
An example script to simplify configuring the ReportServerWeb value for on-premises nodes
180
195
is available - see [Generating DSC metaconfigurations](https://docs.microsoft.com/azure/automation/automation-dsc-onboarding#generating-dsc-metaconfigurations)
0 commit comments