Skip to content

Commit 2970726

Browse files
committed
resolve merge conflicts
2 parents 8c66d6b + c0731e4 commit 2970726

File tree

4,645 files changed

+793320
-161159
lines changed

Some content is hidden

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

4,645 files changed

+793320
-161159
lines changed

.azure-pipelines/security-tools.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,23 @@ jobs:
5252
outputFormat: sarif
5353
scanFolder: SecurityTmp
5454
suppressionsFile: tools/SecurityTools/CredScanSuppressions.json
55+
- task: PowerShell@2
56+
displayName: Run external CredScan
57+
env:
58+
GDN_CREDSCAN_OUTPUTTYPE: sarif
59+
Scan_Folder: SecurityTmp
60+
GDN_CREDSCAN_SUPPRESSIONSPATH: tools/SecurityTools/CredScanSuppressions.json
61+
GDN_CREDSCAN_SUPPRESSASERROR: False
62+
inputs:
63+
targetType: inline
64+
script: |
65+
nuget.exe install Microsoft.Security.DevOps.Cli
66+
$toolsPath = Join-Path ("Microsoft.Security.DevOps.Cli*" | Resolve-Path) tools
67+
$env:Path = "$toolsPath;$env:Path"
68+
$env:GDN_CREDSCAN_TARGETDIRECTORY = (Resolve-Path $env:Scan_Folder).Path
69+
guardian init -f
70+
guardian run -t CredScan
71+
5572
- task: PowerShell@2
5673
displayName: Generate a response text file for BinSkim
5774
inputs:

.github/policies/resourceManagement.yml

Lines changed: 134 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,22 @@ configuration:
194194
- yairgil
195195
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
196196
assignMentionees: False
197+
- if:
198+
- or:
199+
- labelAdded:
200+
label: Service Attention
201+
- labelAdded:
202+
label: Amg
203+
- hasLabel:
204+
label: Service Attention
205+
- hasLabel:
206+
label: Amg
207+
then:
208+
- mentionUsers:
209+
mentionees:
210+
- ABZhang0
211+
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
212+
assignMentionees: False
197213
- if:
198214
- or:
199215
- labelAdded:
@@ -280,6 +296,22 @@ configuration:
280296
- azmonapplicationinsights
281297
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
282298
assignMentionees: False
299+
- if:
300+
- or:
301+
- labelAdded:
302+
label: Service Attention
303+
- labelAdded:
304+
label: Appservice-kube
305+
- hasLabel:
306+
label: Service Attention
307+
- hasLabel:
308+
label: Appservice-kube
309+
then:
310+
- mentionUsers:
311+
mentionees:
312+
- Juliehzl
313+
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
314+
assignMentionees: False
283315
- if:
284316
- or:
285317
- labelAdded:
@@ -675,6 +707,7 @@ configuration:
675707
- mentionUsers:
676708
mentionees:
677709
- cabbpt
710+
- theelderwand
678711
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
679712
assignMentionees: False
680713
- if:
@@ -1056,6 +1089,9 @@ configuration:
10561089
- mentionUsers:
10571090
mentionees:
10581091
- gxy001
1092+
- yangyuan
1093+
- tianxin-ms
1094+
- xiaomin-ms
10591095
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
10601096
assignMentionees: False
10611097
- if:
@@ -1221,6 +1257,22 @@ configuration:
12211257
- sandeepraichura
12221258
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
12231259
assignMentionees: False
1260+
- if:
1261+
- or:
1262+
- labelAdded:
1263+
label: Service Attention
1264+
- labelAdded:
1265+
label: confcom
1266+
- hasLabel:
1267+
label: Service Attention
1268+
- hasLabel:
1269+
label: confcom
1270+
then:
1271+
- mentionUsers:
1272+
mentionees:
1273+
- SethHollandsworth
1274+
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
1275+
assignMentionees: False
12241276
- if:
12251277
- or:
12261278
- labelAdded:
@@ -1269,6 +1321,22 @@ configuration:
12691321
- raghushantha
12701322
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
12711323
assignMentionees: False
1324+
- if:
1325+
- or:
1326+
- labelAdded:
1327+
label: Service Attention
1328+
- labelAdded:
1329+
label: connectedvmware
1330+
- hasLabel:
1331+
label: Service Attention
1332+
- hasLabel:
1333+
label: connectedvmware
1334+
then:
1335+
- mentionUsers:
1336+
mentionees:
1337+
- nascarsayan
1338+
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
1339+
assignMentionees: False
12721340
- if:
12731341
- or:
12741342
- labelAdded:
@@ -2015,6 +2083,22 @@ configuration:
20152083
- Saglodha
20162084
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
20172085
assignMentionees: False
2086+
- if:
2087+
- or:
2088+
- labelAdded:
2089+
label: Service Attention
2090+
- labelAdded:
2091+
label: fleet
2092+
- hasLabel:
2093+
label: Service Attention
2094+
- hasLabel:
2095+
label: fleet
2096+
then:
2097+
- mentionUsers:
2098+
mentionees:
2099+
- Ealianis
2100+
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
2101+
assignMentionees: False
20182102
- if:
20192103
- or:
20202104
- labelAdded:
@@ -2254,6 +2338,22 @@ configuration:
22542338
- Tanmayeekamath
22552339
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
22562340
assignMentionees: False
2341+
- if:
2342+
- or:
2343+
- labelAdded:
2344+
label: Service Attention
2345+
- labelAdded:
2346+
label: load
2347+
- hasLabel:
2348+
label: Service Attention
2349+
- hasLabel:
2350+
label: load
2351+
then:
2352+
- mentionUsers:
2353+
mentionees:
2354+
- Himanshu49
2355+
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
2356+
assignMentionees: False
22572357
- if:
22582358
- or:
22592359
- labelAdded:
@@ -3281,8 +3381,8 @@ configuration:
32813381
then:
32823382
- mentionUsers:
32833383
mentionees:
3284-
- tjsomasundaram
3285-
- aimankhan
3384+
- sreehari-ms
3385+
- vivekkhare31
32863386
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
32873387
assignMentionees: False
32883388
- if:
@@ -3602,6 +3702,22 @@ configuration:
36023702
- alzimmermsft
36033703
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
36043704
assignMentionees: False
3705+
- if:
3706+
- or:
3707+
- labelAdded:
3708+
label: Service Attention
3709+
- labelAdded:
3710+
label: scvmm
3711+
- hasLabel:
3712+
label: Service Attention
3713+
- hasLabel:
3714+
label: scvmm
3715+
then:
3716+
- mentionUsers:
3717+
mentionees:
3718+
- hsurana06
3719+
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
3720+
assignMentionees: False
36053721
- if:
36063722
- or:
36073723
- labelAdded:
@@ -3653,6 +3769,22 @@ configuration:
36533769
- nazang
36543770
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
36553771
assignMentionees: False
3772+
- if:
3773+
- or:
3774+
- labelAdded:
3775+
label: Service Attention
3776+
- labelAdded:
3777+
label: SelfHelp
3778+
- hasLabel:
3779+
label: Service Attention
3780+
- hasLabel:
3781+
label: SelfHelp
3782+
then:
3783+
- mentionUsers:
3784+
mentionees:
3785+
- kenabd
3786+
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
3787+
assignMentionees: False
36563788
- if:
36573789
- or:
36583790
- labelAdded:

ChangeLog.md

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,94 @@
1+
## 12.4.0 - October 2024
2+
#### Az.App 1.1.0
3+
* Added breaking change messages:
4+
* 'New-AzContainerApp'
5+
* 'New-AzContainerAppJob'
6+
* 'Update-AzContainerApp'
7+
* 'Update-AzContainerAppJob'
8+
* Fixed an issue that caused Get/New-Az* cmdlets with returned objects to incorrectly expose the parameter [-PassThru].
9+
* 'Get-AzContainerApp'
10+
* 'Get-AzContainerAppAuthToken'
11+
* 'Get-AzContainerAppDiagnosticRoot'
12+
* 'New-AzContainerAppManagedCert'
13+
14+
#### Az.Billing 2.1.0
15+
* Renamed 'Get-UsageAggregates' to 'Get-AzUsageAggregate' and added 'Get-UsageAggregates' as the alias to avoid breaking change.
16+
17+
#### Az.Compute 8.4.0
18+
* Added 'SkuProfileVmSize' and 'SkuProfileAllocationStrategy' parameters to 'New-AzVmss', 'New-AzVmssConfig', and 'Update-AzVmss' cmdlets for VMSS Instance Mix operations.
19+
* Added a new optional parameter '-GenerateSshKey-type' to the 'New-AzVM' cmdlet, allowing users to specify the type of SSH key to generate (Ed25519 or RSA).
20+
* Added 'EnableResilientVMCreate' and 'EnableResilientVMDelete' parameters to 'Update-AzVmss' and 'New-AzVmssConfig' cmdlets for enhanced VM resilience options.
21+
* Added 'IsVMInStandByPool' property to 'PSVirtualMachineInstanceView' object. [#25736]
22+
23+
#### Az.CosmosDB 1.15.0
24+
* Added new parameter 'DisableTtl' to 'Restore-AzCosmosDBAccount'.
25+
26+
#### Az.DataFactory 1.18.8
27+
* Added support for Iceberg format as a sink.
28+
* Enabled sslMode and useSystemTrustStore options for MariaDB.
29+
30+
#### Az.ElasticSan 1.1.0
31+
* Supported 'EnforceDataIntegrityCheckForIscsi' for creating and updating volume groups
32+
33+
#### Az.HDInsight 6.2.1
34+
* Fixed a bug: Error occurs when setting the same assigned identity for storage and esp configurations.
35+
36+
#### Az.KeyVault 6.2.0
37+
* Fixed a parameter validation issue in Set-AzureKeyVaultCertificatePolicy. [#25649]
38+
39+
#### Az.Monitor 5.2.2
40+
* Added breaking change messages:
41+
* 'New-AzDataCollectionEndpoint'
42+
* 'New-AzDataCollectionRule'
43+
* 'Update-AzDataCollectionEndpoint'
44+
* 'Update-AzDataCollectionRule'
45+
* Updated documentation for 'New-AzActionGroupLogicAppReceiverObject'
46+
47+
#### Az.Network 7.9.0
48+
* Onboarded 'Microsoft.VideoIndexer/accounts' to private link cmdlets
49+
* Added support to create, get and delete Bastion shareable links
50+
- 'New-AzBastionShareableLink'
51+
- 'Get-AzBastionShareableLink'
52+
- 'Remove-AzBastionShareableLink'
53+
* Fixed a bug in cmdlet 'Invoke-AzFirewallPacketCapture' which caused the packet capture request to be stuck in a waiting for activation state.
54+
* Updated cmdlet to add the property of 'Sensitivity', and updated corresponding cmdlets.
55+
- 'New-AzApplicationGatewayFirewallPolicyManagedRuleOverride'
56+
* Added support for 'DefaultOutboundAccess' property in 'Set-AzVirtualNetworkSubnetConfig' command
57+
* Added support for 'EnabledFilteringCriteria' property in 'New-AzNetworkWatcherFlowLog' and 'Set-AzNetworkWatcherFlowLog' commands
58+
* Added support of 'UserAssignedIdentityId' Property in 'New-AzNetworkWatcherFlowLog' and 'Set-AzNetworkWatcherFlowLog' commands
59+
* Added support of 'DestinationIPAddress' property in 'New-AzPrivateLinkService' command
60+
- 'LoadBalancerFrontendIpConfiguration' is not a mandatory parameter anymore.
61+
- The user can provide either 'LoadBalancerFrontendIpConfiguration' or 'DestinationIPAddress'.
62+
63+
#### Az.RecoveryServices 7.2.0
64+
* Fixed bug for making RecoveryAzureStorageAccountId parameter optional in 'New-ASRReplicationProtectedItem' cmdlet of H2A.
65+
66+
#### Az.RedisEnterpriseCache 1.3.0
67+
* Added support for using Microsoft Entra token-based authentication.
68+
* Added the new properties of Cluster: highAvailability and redundancyMode.
69+
* Added new product SKUs.
70+
* Added the new properties of Database: accessKeysAuthentication.
71+
* Added Invoke-AzRedisEnterpriseCacheForceDatabaseLinkToReplicationGroup to force link geo replicated caches.
72+
* Added Update-AzRedisEnterpriseCacheDatabaseDbRedisVersion to upgrade the redis database version directly.
73+
74+
#### Az.Resources 7.5.0
75+
* Added 'ResourceSelector' and 'Override' parameters to 'New/Update-AzPolicyAssignment'.
76+
* Added 'ResourceSelector' parameter to 'New/Update-AzPolicyExemption'.
77+
* Removed 'Experimental' notice from '-WithSource' parameter to 'Publish-AzBicepModule'.
78+
79+
#### Az.StackHCIVM 1.0.5
80+
* Fixed the update issue
81+
82+
#### Az.Storage 7.4.0
83+
* Added a warning for an upcoming breaking change for removing references to 'Microsoft.Azure.Storage.File'
84+
- 'Start-AzStorageFileCopy'
85+
86+
#### Az.Websites 3.2.2
87+
* Fix bug where parameters could not be set to false for 'Publish-AzWebApp'
88+
89+
### Thanks to our community contributors
90+
* @jufuku0108, Update New-AzKeyVault.md (#26032)
91+
192
## 12.3.0 - September 2024
293
#### Az.Accounts 3.0.4
394
* Added customized UserAgent for ARM telemetry.

docker/Dockerfile-alpine-3.17

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM mcr.microsoft.com/powershell:alpine-3.17
2+
RUN apk update && apk upgrade --no-cache
23

34
ARG REPOSITORY=PSGallery
45
ARG MODULE=Az
@@ -36,7 +37,9 @@ RUN if [ "${LATEST}" = True ] ; then \
3637
pwsh -Command Invoke-WebRequest -uri ${BLOB_URL} -OutFile latest.tar.gz && \
3738
mkdir latest && \
3839
tar -zxvf ./latest.tar.gz -C ./latest && \
39-
pwsh -Command ./latest/InstallModule.ps1 -Scope AllUsers;\
40+
pwsh -Command ./latest/InstallModule.ps1 -Scope AllUsers &&\
41+
rm -fr latest &&\
42+
rm -f latest.tar.gz ;\
4043
else \
4144
# install old azure-powershell from PSGallery
4245
pwsh -Command Set-PSRepository -Name ${REPOSITORY} -InstallationPolicy Trusted && \

0 commit comments

Comments
 (0)