Skip to content

Commit 1b7fe74

Browse files
committed
resolve merge conflicts
2 parents a3ffc1d + d8fc592 commit 1b7fe74

File tree

11,720 files changed

+1393069
-685304
lines changed

Some content is hidden

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

11,720 files changed

+1393069
-685304
lines changed

.azure-pipelines/PipelineSteps/analyze-steps.ps1

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ param (
1616
[string]$PowerShellPlatform
1717
)
1818

19+
function Assert-ExitCodeSuccess {
20+
param(
21+
[string]$Operation = "Command"
22+
)
23+
if (($LASTEXITCODE -ne 0) -and ($LASTEXITCODE -ne $null)) {
24+
Write-Error "$Operation failed with exit code $LASTEXITCODE"
25+
exit $LASTEXITCODE
26+
}
27+
}
28+
1929
# Install PowerShell dependencies
2030
Write-Host -ForegroundColor Green "-------------------- Start installing PowerShell dependencies ... --------------------"
2131
Install-Module "platyPS", "PSScriptAnalyzer" -Repository PSGallery -Force -Confirm:$false -Scope CurrentUser
@@ -36,9 +46,11 @@ if ($PowerShellPlatform) {
3646
}
3747
$buildProjPath = Join-Path $RepoRoot 'build.proj'
3848
dotnet msbuild $buildProjPath /t:GenerateHelp "/p:Configuration=$Configuration"
49+
Assert-ExitCodeSuccess -Operation "Help generation"
3950
Write-Host -ForegroundColor DarkGreen "-------------------- End generating help ... --------------------`n`n`n`n`n"
4051

4152
# Static Analysis
4253
Write-Host -ForegroundColor Green "-------------------- Start static analysis ... --------------------"
4354
dotnet msbuild $buildProjPath /t:StaticAnalysis "/p:Configuration=$Configuration"
55+
Assert-ExitCodeSuccess -Operation "Static analysis"
4456
Write-Host -ForegroundColor DarkGreen "-------------------- End static analysis ... --------------------`n`n`n`n`n"

.github/policies/resourceManagement.yml

Lines changed: 82 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,22 @@ configuration:
727727
- us6193
728728
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
729729
assignMentionees: False
730+
- if:
731+
- or:
732+
- labelAdded:
733+
label: Service Attention
734+
- labelAdded:
735+
label: Blob Storage SFTP
736+
- hasLabel:
737+
label: Service Attention
738+
- hasLabel:
739+
label: Blob Storage SFTP
740+
then:
741+
- mentionUsers:
742+
mentionees:
743+
- greeshma-microsoft
744+
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
745+
assignMentionees: False
730746
- if:
731747
- or:
732748
- labelAdded:
@@ -1862,7 +1878,7 @@ configuration:
18621878
then:
18631879
- mentionUsers:
18641880
mentionees:
1865-
- rgreenMSFT
1881+
- amarjeetkr
18661882
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
18671883
assignMentionees: False
18681884
- if:
@@ -2020,6 +2036,26 @@ configuration:
20202036
- nberdy
20212037
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
20222038
assignMentionees: False
2039+
- if:
2040+
- or:
2041+
- labelAdded:
2042+
label: Service Attention
2043+
- labelAdded:
2044+
label: Device Registry
2045+
- hasLabel:
2046+
label: Service Attention
2047+
- hasLabel:
2048+
label: Device Registry
2049+
then:
2050+
- mentionUsers:
2051+
mentionees:
2052+
- rohankhandelwal
2053+
- mryanlo
2054+
- atastrophic
2055+
- c-ryan-k
2056+
- digimaun
2057+
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
2058+
assignMentionees: False
20232059
- if:
20242060
- or:
20252061
- labelAdded:
@@ -2051,7 +2087,6 @@ configuration:
20512087
- mentionUsers:
20522088
mentionees:
20532089
- anishtrakru
2054-
- derekbekoe
20552090
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
20562091
assignMentionees: False
20572092
- if:
@@ -2067,7 +2102,7 @@ configuration:
20672102
then:
20682103
- mentionUsers:
20692104
mentionees:
2070-
- sourabhguha
2105+
- YingXue
20712106
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
20722107
assignMentionees: False
20732108
- if:
@@ -2137,6 +2172,22 @@ configuration:
21372172
- Saglodha
21382173
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
21392174
assignMentionees: False
2175+
- if:
2176+
- or:
2177+
- labelAdded:
2178+
label: Service Attention
2179+
- labelAdded:
2180+
label: Fabric
2181+
- hasLabel:
2182+
label: Service Attention
2183+
- hasLabel:
2184+
label: Fabric
2185+
then:
2186+
- mentionUsers:
2187+
mentionees:
2188+
- xinzhizou
2189+
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
2190+
assignMentionees: False
21402191
- if:
21412192
- or:
21422193
- labelAdded:
@@ -3653,9 +3704,11 @@ configuration:
36533704
then:
36543705
- mentionUsers:
36553706
mentionees:
3656-
- shariq-mcs
3657-
- MSFTeegarden
3658-
- abhijitch25
3707+
- abhijitch_microsoft
3708+
- yuvalm_microsoft
3709+
- nikitagarg_microsoft
3710+
- sanar_microsoft
3711+
- cawa_microsoft
36593712
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
36603713
assignMentionees: False
36613714
- if:
@@ -3818,10 +3871,10 @@ configuration:
38183871
then:
38193872
- mentionUsers:
38203873
mentionees:
3821-
- bleroy
3822-
- tjacobhi
3823-
- markheff
3824-
- miwelsh
3874+
- kuanlu95
3875+
- efrainretana
3876+
- mattgotteiner
3877+
- Draconicida
38253878
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
38263879
assignMentionees: False
38273880
- if:
@@ -4138,6 +4191,25 @@ configuration:
41384191
- S-J-M
41394192
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
41404193
assignMentionees: False
4194+
- if:
4195+
- or:
4196+
- labelAdded:
4197+
label: Service Attention
4198+
- labelAdded:
4199+
label: StorageDiscovery
4200+
- hasLabel:
4201+
label: Service Attention
4202+
- hasLabel:
4203+
label: StorageDiscovery
4204+
then:
4205+
- mentionUsers:
4206+
mentionees:
4207+
- shanefujs
4208+
- apurv2304
4209+
- skallurk
4210+
- vdziunms
4211+
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
4212+
assignMentionees: False
41414213
- if:
41424214
- or:
41434215
- labelAdded:

ChangeLog.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,82 @@
1+
## 14.6.0 - November 2025
2+
#### Az.Compute 10.5.0
3+
* Added '-Redeploy' switch parameter for 'Update-AzHost' cmdlet to enable dedicated host redeployment.
4+
* Added '-SupportedSecurityOption' parameter to 'New-AzDiskConfig' cmdlet.
5+
* ComputeRP related cmdlets will now use 2025-04-01 version of the ComputeRP API.
6+
* Added '-AddProxyAgentExtension' parameter (Switch) to 'New-AzVmss' and 'New-AzVM'
7+
* Added '-AddProxyAgentExtension' parameter (Bool) to 'Set-AzVMProxyAgentSetting' and 'Set-AzVmssProxyAgentSetting'
8+
9+
#### Az.DataProtection 2.8.0
10+
* Added support for AzureDataLakeStorage workload
11+
12+
#### Az.DeviceRegistry 1.0.0
13+
* General availability for module Az.DeviceRegistry
14+
* GA stable release of API version 2025-10-01 for Az.DeviceRegistry. New updates include:
15+
- Schema and Schema Version asynchronous delete. No longer synchronous.
16+
- Namespace Asset and Namespace Discovered Asset EventGroups.
17+
- Namespace Device x509 certificate authentication now supports intermediate certificates and key secret names.
18+
19+
#### Az.FrontDoor 1.13.1
20+
* Added breaking change messages for next version
21+
22+
#### Az.Migrate 2.10.1
23+
* Fixed bugs in 'Initialize-AzMigrateLocalReplicationInfrastructure'
24+
- Correct AMH solution tool name of 'ServerMigration_DataReplication' is now being passed in to address replication count missing and UX experience load issues in Azure Migrate on Azure portal.
25+
* Address Join-Path compatibility issue in older version of PowerShell environment such as PowerShell 5.1 in the following commands
26+
- 'Initialize-AzMigrateLocalReplicationInfrastructure'
27+
- 'Initialize-AzMigrateReplicationInfrastructure'
28+
- 'New-AzMigrateLocalServerReplication'
29+
- 'Get-AzMigrateLocalServerReplication'
30+
- 'Set-AzMigrateLocalServerReplication'
31+
- 'Start-AzMigrateLocalServerMigration'
32+
33+
#### Az.Network 7.23.0
34+
* Added 'GeoLocationXFFHeader' and 'ClientAddrXFFHeader' as valid VariableNames in 'NewAzureApplicationGatewayFirewallCustomRuleGroupByVariable'.
35+
* Bug fix for 'AzureFirewallPolicy' to ensure 'BasePolicy' is properly set via 'Set-AzFirewallPolicy' cmdlet either via pipe or direct value.
36+
37+
#### Az.RecoveryServices 7.10.0
38+
* Added Cross region restore support for new region - northeastus5.
39+
* Added support for vault soft delete feature - Get soft deleted vault, Undelete softdeleted vault, Get deleted backup items in a soft deleted vault using ARG.
40+
41+
#### Az.RedisEnterpriseCache 1.6.0
42+
* Added a new required property: PublicNetworkAccess for Cluster.
43+
* Updated the default value of AccessKeysAuthentication property for Database to 'Disabled'.
44+
45+
#### Az.SignalR 2.3.0
46+
* Added cmdlets for managing replicas:
47+
- Get-AzSignalRReplica: get replica(s) for SignalR
48+
- New-AzSignalRReplica: create a new replica for SignalR
49+
- Remove-AzSignalRReplica: remove a replica from SignalR
50+
- Restart-AzSignalRReplica: restart a SignalR replica
51+
- Start-AzSignalRReplica: start a SignalR replica
52+
- Stop-AzSignalRReplica: stop a SignalR replica
53+
- Update-AzSignalRReplica: update a SignalR replica
54+
* Added cmdlets for managing network IP rules
55+
- New-AzSignalRNetworkIpRuleObject: create a new network IP rule object for SignalR
56+
- Add-AzSignalRNetworkIpRule: add network IP rule(s) to SignalR
57+
- Remove-AzSignalRNetworkIpRule: remove network IP rule(s) from SignalR
58+
59+
#### Az.Sql 6.3.0
60+
* Updated with support for Immutable Long-Term Retention Backups
61+
- Updated 'Set-AzSqlDatabaseBackupLongTermRetentionPolicy' cmdlet to expose 'TimeBasedImmutability' and 'TimeBasedImmutabilityMode' parameters.
62+
- Updated 'AzureSqlDatabaseBackupLongTermRetentionPolicyModel' to add 'TimeBasedImmutability' and 'TimeBasedImmutabilityMode' properties.
63+
- Updated 'AzureSqlDatabaseLongTermRetentionBackupModel' to add 'TimeBasedImmutability', 'TimeBasedImmutabilityMode', and 'LegalHoldImmutability' properties.
64+
- Added new cmdlets 'Lock-AzSqlDatabaseLongTermRetentionBackupImmutability' and 'Remove-AzSqlDatabaseLongTermRetentionBackupImmutability' for managing time-based immutability on LTR backups.
65+
- Added new cmdlets 'Set-AzSqlDatabaseLongTermRetentionBackupLegalHold' and 'Remove-AzSqlDatabaseLongTermRetentionBackupLegalHold' for managing legal hold immutability on LTR backups.
66+
67+
#### Az.StackHCI 2.6.4
68+
* Fixed bug: Buse boolean in comparision
69+
70+
#### Az.Storage 9.3.0
71+
* Supported Blob Geo Replication SLA on Storage accounts
72+
- 'New-AzStorageAccount'
73+
- 'Set-AzStorageAccount'
74+
* Supported enable Priority Replication when set object replication policy
75+
- 'Set-AzStorageObjectReplicationPolicy'
76+
* Supported get and reconcile NSP Configuration on a Storage account:
77+
- 'Get-AzStorageNetworkSecurityPerimeterConfiguration'
78+
- 'Invoke-AzStorageReconcileNetworkSecurityPerimeterConfiguration'
79+
180
## 14.5.0 - October 2025
281
#### Az.Automation 1.11.2
382
* Fixed runbook_type: 'PowerShell72' [#24779][#23967]

NuGet.Config

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -11,39 +11,3 @@
1111
<clear />
1212
</disabledPackageSources>
1313
</configuration>
14-
15-
16-
17-
18-
19-
20-
21-
22-
23-
24-
25-
26-
27-
28-
29-
30-
31-
32-
33-
34-
35-
36-
37-
38-
39-
40-
41-
42-
43-
44-
45-
46-
47-
48-
49-

documentation/Autorest-powershell-v4-new-features.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Autorest PowerShell V4 Features from the End Users' Perspective
2+
How to migrate from Autorest PowerShell v3 to v4 please refer to [here](https://go.microsoft.com/fwlink/?linkid=2340250).
23

34
## 1. Support for piping parent object:
45
This allows users to pipe parent objects into cmdlets, simplifying commands.

documentation/SyntaxChangeLog/SyntaxChangeLog-Az14.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
## 14.6.0 - November 2025
2+
#### Az.Compute 10.5.0
3+
* Modified cmdlet `New-AzDiskConfig`
4+
- Added parameter `-SupportedSecurityOption`
5+
* Modified cmdlet `New-AzDiskUpdateConfig`
6+
- Added parameter `-SupportedSecurityOption`
7+
* Modified cmdlet `New-AzVM`
8+
- Added parameter `-AddProxyAgentExtension`
9+
* Modified cmdlet `New-AzVmss`
10+
- Added parameter `-AddProxyAgentExtension`
11+
* Modified cmdlet `Set-AzVMProxyAgentSetting`
12+
- Added parameter `-AddProxyAgentExtension`
13+
* Modified cmdlet `Set-AzVmssProxyAgentSetting`
14+
- Added parameter `-AddProxyAgentExtension`
15+
* Modified cmdlet `Update-AzHost`
16+
- Added parameter `-Redeploy`
17+
#### Az.RecoveryServices 7.10.0
18+
* Added cmdlet `Get-AzRecoveryServicesSoftDeletedVault`, `Get-AzRecoveryServicesSoftDeletedVaultBackupItem`, `Undo-AzRecoveryServicesVaultDeletion`
19+
#### Az.RedisEnterpriseCache 1.6.0
20+
* Modified cmdlet `New-AzRedisEnterpriseCache`
21+
- Added parameter `-PublicNetworkAccess`
22+
* Modified cmdlet `Update-AzRedisEnterpriseCache`
23+
- Added parameter `-PublicNetworkAccess`
24+
#### Az.SignalR 2.3.0
25+
* Added cmdlet `Add-AzSignalRNetworkIpRule`, `Get-AzSignalRReplica`, `New-AzSignalRNetworkIpRuleObject`, `New-AzSignalRReplica`, `Remove-AzSignalRNetworkIpRule`, `Remove-AzSignalRReplica`, `Restart-AzSignalRReplica`, `Start-AzSignalRReplica`, `Stop-AzSignalRReplica`, `Update-AzSignalRReplica`
26+
#### Az.Sql 6.3.0
27+
* Modified cmdlet `Set-AzSqlDatabaseBackupLongTermRetentionPolicy`
28+
- Added parameters `-TimeBasedImmutability`, `-TimeBasedImmutabilityMode`
29+
* Added cmdlet `Lock-AzSqlDatabaseLongTermRetentionBackupImmutability`, `Remove-AzSqlDatabaseLongTermRetentionBackupImmutability`, `Remove-AzSqlDatabaseLongTermRetentionBackupLegalHold`, `Set-AzSqlDatabaseLongTermRetentionBackupLegalHold`
30+
#### Az.Storage 9.3.0
31+
* Modified cmdlet `New-AzStorageAccount`
32+
- Added parameter `-EnableBlobGeoPriorityReplication`
33+
* Modified cmdlet `Set-AzStorageAccount`
34+
- Added parameter `-EnableBlobGeoPriorityReplication`
35+
* Modified cmdlet `Set-AzStorageObjectReplicationPolicy`
36+
- Added parameter `-EnablePriorityReplication`
37+
* Added cmdlet `Get-AzStorageNetworkSecurityPerimeterConfiguration`, `Invoke-AzStorageReconcileNetworkSecurityPerimeterConfiguration`
38+
139
## 14.5.0 - October 2025
240
#### Az.Compute 10.4.0
341
* Modified cmdlet `Grant-AzSnapshotAccess`
@@ -741,3 +779,4 @@
741779

742780

743781

782+

0 commit comments

Comments
 (0)