Skip to content

Commit 10213b1

Browse files
authored
Merge branch 'Azure:main' into DeploymentStacks
2 parents 06ef7f8 + 5371cee commit 10213b1

File tree

2,735 files changed

+194409
-67324
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,735 files changed

+194409
-67324
lines changed

.azure-pipelines/daily-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Please don't use ADO UI defined scheduled triggers because it takes precedence over YAML scheduled triggers.
22
# https://docs.microsoft.com/en-us/azure/devops/pipelines/process/scheduled-triggers
33
schedules:
4-
- cron: "0 0 * * *"
5-
displayName: Daily Midnight Build
4+
- cron: "0 18 * * *"
5+
displayName: 2:00 AM (UTC + 8:00) China Daily Build
66
branches:
77
include:
88
- main
@@ -153,4 +153,4 @@ jobs:
153153
inputs:
154154
artifactName: artifacts
155155
targetPath: artifacts
156-
condition: succeededOrFailed()
156+
condition: succeededOrFailed()

src/Compute/Compute/help/Add-AzVMSecret.md

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,35 +19,19 @@ Add-AzVMSecret [-VM] <PSVirtualMachine> [[-SourceVaultId] <String>] [[-Certifica
1919
```
2020

2121
## DESCRIPTION
22+
2223
The **Add-AzVMSecret** cmdlet adds a secret to a virtual machine.
2324
This value lets you add a certificate to the virtual machine.
2425
The secret must be stored in a Key Vault.
2526
For more information about Key Vault, see [What is Azure Key Vault?](https://azure.microsoft.com/en-us/documentation/articles/key-vault-whatis/).
2627
For more information about the cmdlets, see [Azure Key Vault Cmdlets](/powershell/module/az.keyvault) or the [Set-AzKeyVaultSecret](/powershell/module/az.keyvault/set-azkeyvaultsecret) cmdlet.
2728

28-
## EXAMPLES
29-
30-
### Example 1: Add a secret to a virtual machine using the Azure Key Vault virtul machine extension
31-
To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
29+
> [!NOTE]
30+
> To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows) instead of `Add-AzVMSecret`.
3231
33-
```powershell
34-
# Build settings
35-
PS C:\> $settings = @{
36-
secretsManagementSettings = @{
37-
pollingIntervalInS = "<pollingInterval>"
38-
certificateStoreName = "<certStoreName>"
39-
certificateStoreLocation = "<certStoreLoc>"
40-
observedCertificates = @("<observedCert1>", "<observedCert2>")
41-
}
42-
} | ConvertTo-Json
43-
PS C:\> $extName = "KeyVaultForLinux"
44-
PS C:\> $extPublisher = "Microsoft.Azure.KeyVault"
45-
PS C:\> $extType = "KeyVaultForLinux"
46-
# Start the deployment
47-
PS C:\> Set-AzVmExtension -TypeHandlerVersion "2.0" -ResourceGroupName <ResourceGroupName> -Location <Location> -VMName <VMName> -Name $extName -Publisher $extPublisher -Type $extType -SettingString $settings
48-
```
32+
## EXAMPLES
4933

50-
### Example 2: Add a secret to a virtual machine using Add-AzVMSecret
34+
### Example: Add a secret to a virtual machine using Add-AzVMSecret
5135
```powershell
5236
PS C:\> $VirtualMachine = New-AzVMConfig -VMName "VirtualMachine07" -VMSize "Standard_A1" -AvailabilitySetID $AvailabilitySet.Id
5337
PS C:\> $Credential = Get-Credential

src/DataFactory/DataFactoryV2.Test/DataFactoryV2.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.Azure.Management.DataFactory" Version="4.20.0" />
14+
<PackageReference Include="Microsoft.Azure.Management.DataFactory" Version="4.21.0" />
1515
<PackageReference Include="Microsoft.DataTransfer.Gateway.Encryption" Version="4.14.7587.7" />
1616
</ItemGroup>
1717

src/DataFactory/DataFactoryV2/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Updated ADF .Net SDK version to 4.20.0
21+
* Updated ADF .Net SDK version to 4.21.0
2222

2323
## Version 1.13.0
2424
* Added Customer Managed Key Encryption to DataFactory

src/DataFactory/DataFactoryV2/DataFactoryV2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.Azure.Management.DataFactory" Version="4.20.0" />
15+
<PackageReference Include="Microsoft.Azure.Management.DataFactory" Version="4.21.0" />
1616
<PackageReference Include="Microsoft.DataTransfer.Gateway.Encryption" Version="4.14.7587.7" />
1717
</ItemGroup>
1818

src/HDInsight/HDInsight/help/Az.HDInsight.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ Adds an Azure Storage key to a cluster configuration object.
3636
Disables Azure Monitor in a specified HDInsight cluster.
3737

3838
### [Disable-AzHDInsightMonitoring](Disable-AzHDInsightMonitoring.md)
39-
Disables monitoring in a HDInsight cluster and relevant logs will stop flowing to the monitoring workspace specified during enable.
39+
Disables the Classic Azure Monitor logs integration on an HDInsight cluster and relevant logs will stop flowing to the monitoring workspace specified during enable.
4040

4141
### [Enable-AzHDInsightAzureMonitor](Enable-AzHDInsightAzureMonitor.md)
4242
Enables Azure Monitor in a specified HDInsight cluster.
4343

4444
### [Enable-AzHDInsightMonitoring](Enable-AzHDInsightMonitoring.md)
45-
Enables monitoring in a HDInsight cluster and relevant logs will be sent to the monitoring workspace specified during enable.
45+
Enables the Classic Azure Monitor logs integration on an HDInsight cluster and relevant logs will be sent to the monitoring workspace specified during enable.
4646

4747
### [Get-AzHDInsightAzureMonitor](Get-AzHDInsightAzureMonitor.md)
4848
Gets the azure monitor status of a specified HDInsight cluster.
@@ -63,7 +63,7 @@ Gets the list of jobs from a cluster and lists them in reverse chronological ord
6363
Gets the log output for a job from the storage account associated with a specified cluster.
6464

6565
### [Get-AzHDInsightMonitoring](Get-AzHDInsightMonitoring.md)
66-
Gets the status of monitoring installation on the cluster.
66+
Gets the status of the Classic Azure Monitor logs integration on an HDInsight cluster.
6767

6868
### [Get-AzHDInsightPersistedScriptAction](Get-AzHDInsightPersistedScriptAction.md)
6969
Gets the persisted script actions for a cluster and lists them in chronological order, or gets details for a specified persisted script action.

src/HDInsight/HDInsight/help/Disable-AzHDInsightMonitoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Disable-AzHDInsightMonitoring
99

1010
## SYNOPSIS
11-
Disables monitoring in a HDInsight cluster and relevant logs will stop flowing to the monitoring workspace specified during enable.
11+
Disables the Classic Azure Monitor logs integration on an HDInsight cluster and relevant logs will stop flowing to the monitoring workspace specified during enable.
1212

1313
## SYNTAX
1414

@@ -18,7 +18,7 @@ Disable-AzHDInsightMonitoring [-Name] <String> [-ResourceGroupName <String>]
1818
```
1919

2020
## DESCRIPTION
21-
The **Disable-AzHDInsightMonitoring** cmdlet disables monitoring in a Azure HDInsight cluster.
21+
The **Disable-AzHDInsightMonitoring** cmdlet disables the Classic Azure Monitor logs integration on an HDInsight cluster.
2222

2323
## EXAMPLES
2424

src/HDInsight/HDInsight/help/Enable-AzHDInsightMonitoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Enable-AzHDInsightMonitoring
99

1010
## SYNOPSIS
11-
Enables monitoring in a HDInsight cluster and relevant logs will be sent to the monitoring workspace specified during enable.
11+
Enables the Classic Azure Monitor logs integration on an HDInsight cluster and relevant logs will be sent to the monitoring workspace specified during enable.
1212

1313
## SYNTAX
1414

@@ -19,7 +19,7 @@ Enable-AzHDInsightMonitoring [-Name] <String> [-WorkspaceId] <String> [-PrimaryK
1919
```
2020

2121
## DESCRIPTION
22-
The **Enable-AzHDInsightMonitoring** cmdlet enables monitoring in a Azure HDInsight cluster.
22+
The **Enable-AzHDInsightMonitoring** cmdlet enables the Classic Azure Monitor logs integration on an HDInsight cluster.
2323

2424
## EXAMPLES
2525

src/HDInsight/HDInsight/help/Get-AzHDInsightMonitoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-AzHDInsightMonitoring
99

1010
## SYNOPSIS
11-
Gets the status of monitoring installation on the cluster.
11+
Gets the status of the Classic Azure Monitor logs integration on an HDInsight cluster.
1212

1313
## SYNTAX
1414

@@ -18,7 +18,7 @@ Get-AzHDInsightMonitoring [-Name] <String> [-ResourceGroupName <String>]
1818
```
1919

2020
## DESCRIPTION
21-
The **Get-AzHDInsightMonitoring** cmdlet gets the status of monitoring installation in an Azure HDInsight cluster. If monitoring is enabled then it will also return the log analytics workspace id.
21+
The **Get-AzHDInsightMonitoring** cmdlet gets the status of the Classic Azure Monitor logs integration on an HDInsight cluster. If monitoring is enabled then it will also return the log analytics workspace id.
2222

2323
## EXAMPLES
2424

0 commit comments

Comments
 (0)