Skip to content

Commit

Permalink
Merge pull request #560 from Azure/entraid-name-update
Browse files Browse the repository at this point in the history
Microsoft Entra ID name update
  • Loading branch information
danycontre authored Jan 19, 2024
2 parents 68a61cf + 4836a32 commit 8c2dd5b
Show file tree
Hide file tree
Showing 63 changed files with 1,612 additions and 191 deletions.
2 changes: 1 addition & 1 deletion carml/1.3.0/Microsoft.Compute/virtualMachines/deploy.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ param extensionDomainJoinConfig object = {
enabled: false
}

@description('Optional. The configuration for the [AAD Join] extension. Must at least contain the ["enabled": true] property to be executed.')
@description('Optional. The configuration for the [EntraID Join] extension. Must at least contain the ["enabled": true] property to be executed.')
param extensionAadJoinConfig object = {
enabled: false
}
Expand Down
2 changes: 1 addition & 1 deletion carml/1.3.0/Microsoft.Compute/virtualMachines/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ This module deploys one Virtual Machine with one or multiple NICs and optionally
| `enableDefaultTelemetry` | bool | `True` | | Enable telemetry via a Globally Unique Identifier (GUID). |
| `enableEvictionPolicy` | bool | `False` | | Specifies the eviction policy for the low priority virtual machine. Will result in 'Deallocate' eviction policy. |
| `encryptionAtHost` | bool | `True` | | This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine. This will enable the encryption for all the disks including Resource/Temp disk at host itself. For security reasons, it is recommended to set encryptionAtHost to True. Restrictions: Cannot be enabled if Azure Disk Encryption (guest-VM encryption using bitlocker/DM-Crypt) is enabled on your VMs. |
| `extensionAadJoinConfig` | object | `{object}` | | The configuration for the [AAD Join] extension. Must at least contain the ["enabled": true] property to be executed. |
| `extensionAadJoinConfig` | object | `{object}` | | The configuration for the [EntraID Join] extension. Must at least contain the ["enabled": true] property to be executed. |
| `extensionAntiMalwareConfig` | object | `{object}` | | The configuration for the [Anti Malware] extension. Must at least contain the ["enabled": true] property to be executed. |
| `extensionAzureDiskEncryptionConfig` | object | `{object}` | | The configuration for the [Azure Disk Encryption] extension. Must at least contain the ["enabled": true] property to be executed. Restrictions: Cannot be enabled on disks that have encryption at host enabled. Managed disks encrypted using Azure Disk Encryption cannot be encrypted using customer-managed keys. |
| `extensionCustomScriptConfig` | object | `{object}` | | The configuration for the [Custom Script] extension. Must at least contain the ["enabled": true] property to be executed. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ module testDeployment '../../deploy.bicep' = {
}
]
vpnClientAadConfiguration: {
// The Application ID of the "Azure VPN" Azure AD Enterprise App for Azure Public
// The Application ID of the "Azure VPN" Microsoft Entra ID Enterprise App for Azure Public
aadAudience: '41b23e61-6c1e-4545-b367-cd054e0ed4b4'
aadIssuer: 'https://sts.windows.net/${tenant().tenantId}/'
aadTenant: '${environment().authentication.loginEndpoint}/${tenant().tenantId}/'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ param virtualNetworkGatewaydiagnosticLogCategoriesToEnable array = [
'allLogs'
]

@description('Optional. Configuration for AAD Authentication for P2S Tunnel Type, Cannot be configured if clientRootCertData is provided.')
@description('Optional. Configuration for EntraID Authentication for P2S Tunnel Type, Cannot be configured if clientRootCertData is provided.')
param vpnClientAadConfiguration object = {}

@description('Optional. The name of metrics that will be streamed.')
Expand Down
4 changes: 2 additions & 2 deletions carml/1.3.0/Microsoft.Storage/storageAccounts/deploy.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ param networkAcls object = {}
@description('Optional. A Boolean indicating whether or not the service applies a secondary layer of encryption with platform managed keys for data at rest. For security reasons, it is recommended to set it to true.')
param requireInfrastructureEncryption bool = true

@description('Optional. Allow or disallow cross AAD tenant object replication.')
@description('Optional. Allow or disallow cross Microsoft Entra tenant object replication.')
param allowCrossTenantReplication bool = true

@description('Optional. Sets the custom domain name assigned to the storage account. Name is the CNAME source.')
Expand Down Expand Up @@ -159,7 +159,7 @@ param tags object = {}
@description('Optional. Enable telemetry via a Globally Unique Identifier (GUID).')
param enableDefaultTelemetry bool = true

@description('Optional. Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet.')
@description('Optional. Restrict copy to and from Azure Storage accounts within a Microsoft Entra tenant or with Private Links to the same virtual network.')
@allowed([
''
'AAD'
Expand Down
4 changes: 2 additions & 2 deletions carml/1.3.0/Microsoft.Storage/storageAccounts/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ This module is used to deploy a storage account, with the ability to deploy 1 or
| Parameter Name | Type | Default Value | Allowed Values | Description |
| :-- | :-- | :-- | :-- | :-- |
| `allowBlobPublicAccess` | bool | `False` | | Indicates whether public access is enabled for all blobs or containers in the storage account. For security reasons, it is recommended to set it to false. |
| `allowCrossTenantReplication` | bool | `True` | | Allow or disallow cross AAD tenant object replication. |
| `allowedCopyScope` | string | `''` | `['', AAD, PrivateLink]` | Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet. |
| `allowCrossTenantReplication` | bool | `True` | | Allow or disallow cross Microsoft Entra tenant object replication. |
| `allowedCopyScope` | string | `''` | `['', EntraID, PrivateLink]` | Restrict copy to and from Azure Storage accounts within a Microsoft Entra tenant or with Private Links to the same virtual network. |
| `allowSharedKeyAccess` | bool | `True` | | Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Microsoft Entra ID. The default value is null, which is equivalent to true. |
| `azureFilesIdentityBasedAuthentication` | object | `{object}` | | Provides the identity based authentication settings for Azure Files. |
| `blobServices` | _[blobServices](blobServices/readme.md)_ object | `{object}` | | Blob service and containers to deploy. |
Expand Down
2 changes: 1 addition & 1 deletion workload/arm/brownfield/deployAppAttachToolsVM.json
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@
"enabled": false
},
"metadata": {
"description": "Optional. The configuration for the [AAD Join] extension. Must at least contain the [\"enabled\": true] property to be executed."
"description": "Optional. The configuration for the [EntraID Join] extension. Must at least contain the [\"enabled\": true] property to be executed."
}
},
"extensionAntiMalwareConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,7 @@
"enabled": false
},
"metadata": {
"description": "Optional. The configuration for the [AAD Join] extension. Must at least contain the [\"enabled\": true] property to be executed."
"description": "Optional. The configuration for the [EntraID Join] extension. Must at least contain the [\"enabled\": true] property to be executed."
}
},
"extensionAntiMalwareConfig": {
Expand Down
2 changes: 1 addition & 1 deletion workload/arm/brownfield/deployStartVmOnConnect.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"avdObjectId": {
"type": "string",
"metadata": {
"description": "Required. The object ID for the Azure Virtual Desktop application in Azure AD."
"description": "Required. The object ID for the Azure Virtual Desktop application in Microsoft Entra ID."
}
},
"hostPoolResourceId": {
Expand Down
Loading

0 comments on commit 8c2dd5b

Please sign in to comment.