Skip to content

Commit d201e31

Browse files
authored
revert config.md changes
1 parent 2674d04 commit d201e31

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

docs/reference/config.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -454,16 +454,7 @@ The following settings are available:
454454

455455
`azure.managedIdentity.clientId`
456456
: The client ID for an Azure [managed identity](https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/overview). Defaults to environment variable `AZURE_MANAGED_IDENTITY_USER`.
457-
- `server`Add a comment on line L1000Add diff commentMarkdown input: edit mode selected.WritePreviewHeadingBoldItalicQuoteCodeLinkUnordered listNumbered listTask listMentionReferenceSaved repliesAdd FilesPaste, drop, or click to add filesCancelCommentStart a reviewReturn to code
458-
- `token`
459-
- `tokenFile`
460-
- `verifySsl`
461-
- `sslCert`
462-
- `sslCertFile`
463-
- `clientCert`
464-
- `clientCertFile`
465-
- `clientKey`
466-
- `clientKeyFile`
457+
467458
`azure.managedIdentity.system`
468459
: When `true`, use the system-assigned [managed identity](https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/overview) to authenticate Azure resources. Defaults to environment variable `AZURE_MANAGED_IDENTITY_SYSTEM`.
469460

@@ -964,9 +955,10 @@ The following settings are available:
964955
: The URL of an existing subnetwork resource in the network to which the VM will be attached.
965956

966957
: You can specify the subnetwork as a full or partial URL. For example, the following are all valid URLs:
967-
- `https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetwork}`
968-
- `projects/{project}/regions/{region}/subnetworks/{subnetwork}`
969-
- `regions/{region}/subnetworks/{subnetwork}`
958+
959+
- `https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetwork}`
960+
- `projects/{project}/regions/{region}/subnetworks/{subnetwork}`
961+
- `regions/{region}/subnetworks/{subnetwork}`
970962

971963
`google.batch.usePrivateAddress`
972964
: Do not provision public IP addresses for VMs, such that they only have an internal IP address (default: `false`).
@@ -1744,7 +1736,6 @@ The following settings are available:
17441736
: Specify arbitrary tags for published files.
17451737

17461738
: For example:
1747-
17481739
```groovy
17491740
workflow.output.tags = [FOO: 'hello', BAR: 'world']
1750-
```
1741+
```

0 commit comments

Comments
 (0)