Skip to content

Commit da03d1e

Browse files
Merge branch 'main' into live
2 parents f8a5263 + 6931099 commit da03d1e

39 files changed

+202
-132
lines changed

articles/cyclecloud/api.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,18 @@ title: API Reference
33
description: Read the Azure CycleCloud REST API Reference. Review commands for operations and resources, such as getting cluster nodes or getting the status of the cluster.
44
author: adriankjohnson
55
ms.topic: reference
6-
ms.date: 02/08/2018
6+
ms.date: 7/15/2024
77
ms.author: adjohnso
8-
monikerRange: '>= cyclecloud-7'
8+
monikerRange: '>= cyclecloud-8'
99
---
1010
# Operations
1111

12-
::: moniker range="cyclecloud-7"
13-
[!INCLUDE [operations](~/includes/version-7/api_operations.md)]
14-
::: moniker-end
1512
::: moniker range=">= cyclecloud-8"
1613
[!INCLUDE [operations](~/includes/version-8/api_operations.md)]
1714
::: moniker-end
1815

19-
# Resources
16+
## Resources
2017

21-
::: moniker range="cyclecloud-7"
22-
[!INCLUDE [resources](./includes/version-7/api_resources.md)]
23-
::: moniker-end
2418
::: moniker range=">= cyclecloud-8"
2519
[!INCLUDE [resources](./includes/version-8/api_resources.md)]
2620
::: moniker-end

articles/cyclecloud/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure CycleCloud CLI Reference
33
description: CycleCloud CLI reference
44
author: rokeptne
5-
ms.date: 03/27/2023
5+
ms.date: 07/15/2024
66
ms.author: rokeptne
77
---
88

articles/cyclecloud/cluster-references/cluster-init-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure CycleCloud Cluster-Init Parameter Reference
33
description: See a reference for cluster-init objects to be used with Azure CycleCloud. A cluster-init object defines the CycleCloud project specifications to run on a node.
44
author: adriankjohnson
5-
ms.date: 03/27/2023
5+
ms.date: 05/31/2024
66
ms.author: adjohnso
77
ms.custom: compute-evergreen
88
---

articles/cyclecloud/cluster-references/cluster-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Cluster Reference Docs
33
description: CycleCloud template reference for the Cluster section
44
author: adriankjohnson
5-
ms.date: 03/27/2023
5+
ms.date: 05/31/2024
66
ms.author: adjohnso
77
ms.custom: compute-evergreen
88
---

articles/cyclecloud/cluster-references/cluster-template-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Cluster Template Reference Overview
33
description: View reference information on cluster templates in Azure CycleCloud. See cluster template file hierarchy, object attributes, parameters, and template objects.
44
author: mvrequa
5-
ms.date: 06/20/2023
5+
ms.date: 06/03/2024
66
ms.author: mirequa
77
ms.topic: conceptual
88
ms.service: cyclecloud

articles/cyclecloud/cluster-references/configuration-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure CycleCloud Cluster Configuration Reference
33
description: Read reference information about configuring clusters in Azure CycleCloud. Configuration objects define the configurable properties subordinate to node and nodearray.
44
author: adriankjohnson
5-
ms.date: 03/27/2023
5+
ms.date: 06/03/2024
66
ms.author: adjohnso
77
---
88

articles/cyclecloud/cluster-references/environment-reference.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
title: Cluster Template Reference - Environment
33
description: Environment reference for cluster templates for use with Azure CycleCloud
44
author: adriankjohnson
5-
ms.date: 03/27/2023
5+
ms.date: 06/03/2024
66
ms.author: adjohnso
7+
ms.service: cyclecloud
78
ms.custom: compute-evergreen
89
---
910

articles/cyclecloud/cluster-references/input-endpoint-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Cluster Template Reference - Endpoints
33
description: Read a reference guide for input endpoints to be used with Azure CycleCloud. See an attribute reference and an example.
44
author: adriankjohnson
5-
ms.date: 03/27/2023
5+
ms.date: 06/03/2024
66
ms.author: adjohnso
77
ms.custom: compute-evergreen
88
---

articles/cyclecloud/cluster-references/network-interface-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Cluster Template Reference - Network Interface Objects
33
description: Network Interface reference for cluster templates for use with Azure CycleCloud
44
author: adriankjohnson
5-
ms.date: 03/27/2023
5+
ms.date: 06/03/2024
66
ms.author: adjohnso
77
ms.custom: compute-evergreen
88
---

articles/cyclecloud/cluster-references/node-nodearray-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Cluster Template Reference - Nodes
33
description: Attributes for nodes and nodearrays within cluster templates for use with Azure CycleCloud
44
author: adriankjohnson
5-
ms.date: 03/27/2023
5+
ms.date: 07/15/2024
66
ms.author: adjohnso
77
---
88

@@ -92,15 +92,15 @@ PlacementGroupId | String | If set, this label is used to place this node in a s
9292
KeyPairLocation | Integer | Where CycleCloud will find a SSH keypair on the local filesystem
9393
KeepAlive | Boolean | If true, CycleCloud will prevent the termination of this node
9494
Locker | String | Specify the name of the locker from which to download project specs. See [Use Projects](~/how-to/projects.md)
95-
BootDiagnosticsUri | String | Storage URI for boot diagnostics (example: https://mystorageaccount.blob.core.windows.net), if specified. Storage charges will apply.
95+
BootDiagnosticsUri | String | Storage URI for boot diagnostics (example: https://mystorageaccount.blob.core.windows.net/), if specified. Storage charges will apply.
9696
HybridBenefit | Boolean | If true, enables "Azure Hybrid Benefit" licensing for Windows VMs
9797
EnableTerminateNotification (8.2.0+) | Boolean | If true, enables [Terminate Notification](/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-terminate-notification) to send events on VM deletion to the VM for local handling. This only applies to scaleset VMs.
9898
TerminateNotificationTimeout (8.2.2+) | Relative Time | If terminate-notification is enabled, this controls how long VMs are given to handle the event before being deleted.
9999
ThrottleCapacity (8.2.2+) | Boolean | If true, this nodearray will report 0 capacity to autoscalers for a default of 5 minutes after encountering a capacity issue
100100
ThrottleCapacityTime (8.2.2+) | Relative Time | If `ThrottleCapacity` is enabled, this is how long to report 0 availability after capacity is constrained. Default is "5m".
101101
HybridBenefitLicense (8.3.0+)| String | If `HybridBenefit` is true, this specifies the license to use: `RHEL_BYOS`, `SLES_BYOS`, or `Windows_Server`. Default is `Windows_Server`.
102102
FlexScaleSetId (8.3.0+) | String | If set, this is the fully qualified id of a scaleset in [Flex orchestration mode](../how-to/flex-scalesets.md) that is used for the VM for this node.
103-
EncryptionAtHost (8.4.0+) | Boolean | If true, the virtual machine will have [Encryption At Host](https://learn.microsoft.com/azure/virtual-machines/disk-encryption) enabled.
103+
EncryptionAtHost (8.4.0+) | Boolean | If true, the virtual machine will have [Encryption At Host](/azure/virtual-machines/disk-encryption) enabled.
104104
SecurityType (8.5.0+) | String | Sets the [security type](../how-to/vm-security.md); either undefined, `TrustedLaunch` or `ConfidentialVM`
105105
| EnableSecureBoot (8.5.0+) | Boolean | Enables [Secure Boot](../how-to/vm-security.md), if using Trusted Launch VMs or Confidential VMs.
106106
| EnableVTPM (8.5.0+) | Boolean | Enables [Virtual Trusted Platform Module](../how-to/vm-security.md), if using Trusted Launch VMs or Confidential VMs.

0 commit comments

Comments
 (0)