Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,26 @@ The format is based on and uses the types of changes according to [Keep a Change
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## Added

- `AzureConnectedMachine` Composite to install and configure the Azure Connected Machine Agent

## Changed

- Fixed Typo in AddsDomainController documentation


### Added

- AddsDomainController:
- add UnprotectFromAccidentalDeletion to allow dc promote if an existing AD computer account is protected
- AzureConnectedMachine:
- Composite to install and configure the Azure Connected Machine Agent
- DhcpServerAuthorization:
- new resource to authorize DHCP server in AD
- FailoverCluster:
- add Networks support
- add installation of required Windows Features
- update documentation
- HyperVReplica
- new resource to configure replication of Hyper-V virtual machines
- HyperVState
- new resource to control state parameters of Hyper-V virtual machines

### Changed

- Fixed Typo in AddsDomainController documentation
- DHCPServer:
- fix EnableSecurityGroups if resource is not running on a domain controller
- HyperV:
Expand Down
24 changes: 14 additions & 10 deletions doc/AzureConnectedMachine.adoc
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// CommonTasks YAML Reference: AzureConnectedMachine
// ======================================
// =================================================

:YmlCategory: AzureConnectedMachine

:abstract: {YmlCategory} downloads and installs the Azure Connected Machine Agent und connects it to your Tenant. A proxy for the download is supported.

[#dscyml_AzureConnectedMachine]
[#dscyml_azureconnectedmachine]
= DSC Resource '{YmlCategory}'

[[dscyml_AzureConnectedMachine_abstract, {abstract}]]
[[dscyml_azureconnectedmachine_abstract, {abstract}]]
{abstract}


Expand Down Expand Up @@ -50,7 +50,9 @@
| Location
| Mandatory
| String
| Specifies the Azure Location in which your Tenant is located. https://azure.microsoft.com/global-infrastructure/services/?products=azure-arc[Available Regions]
| Specifies the Azure Location in which your Tenant is located.

https://azure.microsoft.com/global-infrastructure/services/?products=azure-arc[Available Regions]
|

| Credential
Expand All @@ -69,7 +71,7 @@
|
| String
| If you want to use a different URL, e.g. an internal Server, to download the ACMA msi
| Default https://aka.ms/AzureConnectedMachineAgent[Microsoft Source]
| Default: https://aka.ms/AzureConnectedMachineAgent[Microsoft Source]

| DownloadProxy
|
Expand All @@ -81,11 +83,13 @@
|
| string
| Define where the Setup should be downloaded to
| Default: C:\DSCData\ACMA
| Default: `C:\DSCData\ACMA`

|===

To configure Azure Connected Machine Settings

To configure Azure Connected Machine Settings:

[cols="1,1,1,2a,1a" options="header"]
|===
| Parameter
Expand All @@ -94,7 +98,7 @@ To configure Azure Connected Machine Settings
| Description
| Allowed Values

| IsSingelInstance
| IsSingleInstance
|
| String
| Defines if it is a Single Instance or not. Due to the DSC Ressource it has to be the following way
Expand Down Expand Up @@ -135,8 +139,8 @@ To configure Azure Connected Machine Settings
|
| boolean
|
|- true
- false
| - true
- false


|===
Expand Down
Loading