Skip to content

Commit 4272d34

Browse files
committed
add community contributors
1 parent 432b2b8 commit 4272d34

File tree

115 files changed

+507
-313
lines changed

Some content is hidden

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

115 files changed

+507
-313
lines changed

ChangeLog.md

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,108 @@
1+
## 13.0.0 - November 2024
2+
#### Az.Accounts 4.0.0
3+
* [Breaking Change] Removed alias 'Resolve-Error' for the cmdlet 'Resolve-AzError'.
4+
* Updated the 'Get-AzAccessToken' breaking change warning message.
5+
* Added Long Running Operation Support for Invoke-AzRest command.
6+
7+
#### Az.App 2.0.0
8+
* The parameters of the 'New-AzContainerApp', 'New-AzContainerAppJob', 'Update-AzContainerApp', 'Update-AzContainerAppJob' commands have changed.
9+
* 'IdentityType' has been removed. 'EnableSystemAssignedIdentity' is used to enable/disable system-assigned identities.
10+
* The type of 'UserAssignedIdentity' is simplified to an array of strings that is used to specify the user's assigned identity.
11+
12+
#### Az.Compute 9.0.0
13+
* Made '-PublicIpSku' parameter Standard by default in 'New-AzVM'
14+
15+
#### Az.ConnectedMachine 1.1.0
16+
* Updated preview version api of HybridCompute to 2024-07-31
17+
18+
#### Az.ContainerInstance 4.1.0
19+
* Added ContainerGroupProfileId ContainerGroupProfileRevision StandbyPoolProfileFailContainerGroupCreateOnReuseFailure StandbyPoolProfileId to Container Group properties.
20+
* Added ConfigMapKeyValuePair to Container object properties.
21+
* Added new cmdlet to define container without using the preset default properties New-AzContainerInstanceNoDefaultObject
22+
* Added new cmdlets for Container Group Profile - Get-AzContainerInstanceContainerGroupProfile, New-AzContainerInstanceContainerGroupProfile, Remove-AzContainerInstanceContainerGroupProfile, Update-AzContainerInstanceContainerGroupProfile, Get-AzContainerInstanceContainerGroupProfileRevision
23+
24+
#### Az.DesktopVirtualization 5.4.0
25+
* Added top level arm object for app attach packages
26+
27+
#### Az.DevCenter 2.0.0
28+
* Updated data plane to 2024-05-01-preview and removed deprecation warnings.
29+
30+
#### Az.Dns 1.3.0
31+
* Added 'NAPTR' record type support in cmdlets.
32+
33+
#### Az.DnsResolver 1.1.0
34+
* Added 4 new DNS Resolver Policy (DNS Security Policy) resources into the cmdlets
35+
- DNS Resolver Policy (DNS Security Policy)
36+
- DNS Security Rule
37+
- DNS Resolver Policy Link (DNS Security Policy Link)
38+
- DNS Resolver Domain List
39+
40+
#### Az.ElasticSan 1.2.0
41+
* Removed breaking change warnings for MI best practices
42+
- 'New-AzElasticSanVolumeGroup'
43+
- 'Update-AzElasticSanVolumeGroup'
44+
45+
#### Az.HDInsight 6.3.0
46+
* Changed the type of parameter '-IdentityId' in command 'Update-AzHDInsightCluster' from 'string' to 'string[]'.
47+
48+
#### Az.KeyVault 6.3.0
49+
* Added Secret URI Parameter to Key Vault Secret Cmdlets [#23053]
50+
51+
#### Az.Monitor 6.0.0
52+
* The parameters of the 'New-AzDataCollectionEndpoint', 'New-AzDataCollectionRule', 'Update-AzDataCollectionEndpoint', 'Update-AzDataCollectionRule' commands have changed.
53+
* 'IdentityType' has been removed. 'EnableSystemAssignedIdentity' is used to enable/disable system-assigned identities.
54+
* The type of 'UserAssignedIdentity' is simplified to an array of strings that is used to specify the user's assigned identity.
55+
56+
#### Az.Network 7.11.0
57+
* Updated Device Update Private Link provider configuration
58+
- Updated Microsoft.DeviceUpdate/accounts API version to 2023-07-01
59+
60+
#### Az.RecoveryServices 7.3.0
61+
* Added CRR support for southeastus, westus3 regions.
62+
* Added support for enabling Disk access settings for managed VM restores.
63+
64+
#### Az.Resources 7.7.0
65+
* Updated Resources SDK to 2024-07-01.
66+
67+
#### Az.Sql 6.0.0
68+
* Added 'Start-AzSqlInstanceLinkFailover' cmdlet for Managed Instance Link.
69+
* Updated 'New-AzSqlInstanceLink' with new input parameters
70+
- Added 'DistributedAvailabilityGroupName', 'FailoverMode', 'InstanceLinkRole', 'SeedingMode'
71+
- Renamed 'SecondaryAvailabilityGroupName' -> 'InstanceAvailabilityGroupName'
72+
'SourceEndpoint' -> 'PartnerEndpoint'
73+
'PrimaryAvailabilityGroupName' -> 'PartnerAvailabilityGroupName'
74+
- 'TargetDatabase' -> 'Database', parameter type is changed from string to string[].
75+
* Updated 'AzureSqlManagedInstanceLinkModel' that is a return type of 'New-AzSqlInstanceLink', 'Get-AzSqlInstanceLink', 'Update-AzSqlInstanceLink' ,'Remove-AzSqlInstanceLink'
76+
* Added new optional parameter for 'New-AzSqlDatabaseSecondary' to support cross-subscription geo-replication.
77+
78+
#### Az.Storage 8.0.0
79+
* When downloading blob with parameter AbsoluteUri (alias Uri, BlobUri), not allow input parameter Context together.
80+
- 'Get-AzStorageBlobContent'
81+
* Migrated following Azure Storage File dataplane cmdlets from 'Microsoft.Azure.Storage.File' to 'Azure.Storage.Files.Shares'
82+
- 'Close-AzStorageFileHandle'
83+
- 'Get-AzStorageFile'
84+
- 'Get-AzStorageFileContent'
85+
- 'Get-AzStorageFileCopyState'
86+
- 'Get-AzStorageFileHandle'
87+
- 'Get-AzStorageShare'
88+
- 'Get-AzStorageShareStoredAccessPolicy'
89+
- 'New-AzStorageDirectory'
90+
- 'New-AzStorageShare'
91+
- 'New-AzStorageFileSASToken'
92+
- 'New-AzStorageShareSASToken'
93+
- 'New-AzStorageShareStoredAccessPolicy'
94+
- 'Remove-AzStorageDirectory'
95+
- 'Remove-AzStorageFile'
96+
- 'Remove-AzStorageShare'
97+
- 'Remove-AzStorageShareStoredAccessPolicy'
98+
- 'Rename-AzStorageDirectory'
99+
- 'Rename-AzStorageFile'
100+
- 'Set-AzStorageFileContent'
101+
- 'Set-AzStorageShareQuota'
102+
- 'Set-AzStorageShareStoredAccessPolicy'
103+
- 'Start-AzStorageFileCopy'
104+
- 'Stop-AzStorageFileCopy'
105+
1106
## 12.5.0 - October 2024
2107
#### Az.Accounts 3.0.5
3108
* Fixed the issue that 'Export-AzSshConfig' and 'Enter-AzVM' from Az.Ssh are not able to use when WAM is enabled.

setup/generate.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if( (-not (get-command -ea 0 light)) -or (-not (get-command -ea 0 heat)) -or (-n
3737
$outputName ="Az-Cmdlets"
3838

3939
# generate the product name from the current month/year.
40-
$productName = "Microsoft Azure PowerShell - October 2024"
40+
$productName = "Microsoft Azure PowerShell - November 2024"
4141

4242
# where to put temp files
4343
$tmp = Join-Path $env:temp azure-cmdlets-tmp

src/Accounts/Accounts/Az.Accounts.psd1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 31/10/2024
6+
# Generated on: 11/15/2024
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '3.0.5'
15+
ModuleVersion = '4.0.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -146,9 +146,9 @@ PrivateData = @{
146146
# IconUri = ''
147147

148148
# ReleaseNotes of this module
149-
ReleaseNotes = '* Fixed the issue that ''Export-AzSshConfig'' and ''Enter-AzVM'' from Az.Ssh are not able to use when WAM is enabled.
150-
* Added breaking change preannouncement for the removal of alias ''Resolve-Error''. #26189
151-
* Integrated new detection library to expand the scope of secrets.'
149+
ReleaseNotes = '* [Breaking Change] Removed alias ''Resolve-Error'' for the cmdlet ''Resolve-AzError''.
150+
* Updated the ''Get-AzAccessToken'' breaking change warning message.
151+
* Added Long Running Operation Support for Invoke-AzRest command.'
152152

153153
# Prerelease string of this module
154154
# Prerelease = ''

src/Accounts/Accounts/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020

2121
## Upcoming Release
22+
23+
## Version 4.0.0
2224
* [Breaking Change] Removed alias `Resolve-Error` for the cmdlet `Resolve-AzError`.
2325
* Updated the `Get-AzAccessToken` breaking change warning message.
2426
* Added Long Running Operation Support for Invoke-AzRest command.

src/Accounts/Accounts/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
// You can specify all the values or you can default the Build and Revision Numbers
4444
// by using the '*' as shown below:
4545

46-
[assembly: AssemblyVersion("3.0.5")]
47-
[assembly: AssemblyFileVersion("3.0.5")]
46+
[assembly: AssemblyVersion("4.0.0")]
47+
[assembly: AssemblyFileVersion("4.0.0")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")]
5050
#endif

src/Accounts/Accounts/Utilities/CommandMappings.json

Lines changed: 58 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"Remove-AzAccount": {},
4545
"Logout-AzAccount": {},
4646
"Select-AzSubscription": {},
47-
"Resolve-Error": {},
4847
"Save-AzProfile": {},
4948
"Get-AzDomain": {},
5049
"Invoke-AzRest": {},
@@ -1375,27 +1374,37 @@
13751374
"Connect-AzConnectedMachine": {},
13761375
"Get-AzConnectedExtensionMetadata": {},
13771376
"Get-AzConnectedLicense": {},
1377+
"Get-AzConnectedLicenseProfile": {},
13781378
"Get-AzConnectedMachine": {},
13791379
"Get-AzConnectedMachineExtension": {},
1380+
"Get-AzConnectedMachineRunCommand": {},
13801381
"Get-AzConnectedNetworkSecurityPerimeterConfiguration": {},
13811382
"Get-AzConnectedPrivateLinkScope": {},
13821383
"Install-AzConnectedMachinePatch": {},
13831384
"Invoke-AzConnectedAssessMachinePatch": {},
13841385
"Invoke-AzConnectedReconcileNetworkSecurityPerimeterConfiguration": {},
13851386
"New-AzConnectedLicense": {},
13861387
"New-AzConnectedLicenseDetail": {},
1388+
"New-AzConnectedLicenseProfile": {},
1389+
"New-AzConnectedLicenseProfileFeature": {},
13871390
"New-AzConnectedMachineExtension": {},
1391+
"New-AzConnectedMachineRunCommand": {},
13881392
"New-AzConnectedPrivateLinkScope": {},
13891393
"Remove-AzConnectedLicense": {},
1394+
"Remove-AzConnectedLicenseProfile": {},
13901395
"Remove-AzConnectedMachine": {},
13911396
"Remove-AzConnectedMachineExtension": {},
1397+
"Remove-AzConnectedMachineRunCommand": {},
13921398
"Remove-AzConnectedPrivateLinkScope": {},
13931399
"Set-AzConnectedLicense": {},
13941400
"Set-AzConnectedMachineExtension": {},
13951401
"Set-AzConnectedPrivateLinkScope": {},
13961402
"Update-AzConnectedExtension": {},
1403+
"Update-AzConnectedLicenseProfile": {},
1404+
"Update-AzConnectedLicenseProfileFeature": {},
13971405
"Update-AzConnectedMachine": {},
13981406
"Update-AzConnectedMachineExtension": {},
1407+
"Update-AzConnectedMachineRunCommand": {},
13991408
"Update-AzConnectedPrivateLinkScopeTag": {}
14001409
},
14011410
"Az.ConnectedNetwork": {
@@ -1477,25 +1486,31 @@
14771486
"Get-AzContainerInstanceCachedImage": {},
14781487
"Get-AzContainerInstanceCapability": {},
14791488
"Get-AzContainerInstanceContainerGroupOutboundNetworkDependencyEndpoint": {},
1489+
"Get-AzContainerInstanceContainerGroupProfile": {},
1490+
"Get-AzContainerInstanceContainerGroupProfileRevision": {},
14801491
"Get-AzContainerInstanceLog": {},
14811492
"Get-AzContainerInstanceUsage": {},
14821493
"Invoke-AzContainerInstanceCommand": {},
14831494
"New-AzContainerGroup": {},
14841495
"New-AzContainerGroupImageRegistryCredentialObject": {},
14851496
"New-AzContainerGroupPortObject": {},
14861497
"New-AzContainerGroupVolumeObject": {},
1498+
"New-AzContainerInstanceContainerGroupProfile": {},
14871499
"New-AzContainerInstanceEnvironmentVariableObject": {},
14881500
"New-AzContainerInstanceHttpHeaderObject": {},
14891501
"New-AzContainerInstanceInitDefinitionObject": {},
1502+
"New-AzContainerInstanceNoDefaultObject": {},
14901503
"New-AzContainerInstanceObject": {},
14911504
"New-AzContainerInstancePortObject": {},
14921505
"New-AzContainerInstanceVolumeMountObject": {},
14931506
"Remove-AzContainerGroup": {},
1507+
"Remove-AzContainerInstanceContainerGroupProfile": {},
14941508
"Remove-AzContainerInstanceSubnetServiceAssociationLink": {},
14951509
"Restart-AzContainerGroup": {},
14961510
"Start-AzContainerGroup": {},
14971511
"Stop-AzContainerGroup": {},
14981512
"Update-AzContainerGroup": {},
1513+
"Update-AzContainerInstanceContainerGroupProfile": {},
14991514
"Get-AzContainerGroupOutboundNetworkDependencyEndpoint": {}
15001515
},
15011516
"Az.ContainerRegistry": {
@@ -2276,6 +2291,7 @@
22762291
"Az.DesktopVirtualization": {
22772292
"Disconnect-AzWvdUserSession": {},
22782293
"Expand-AzWvdMsixImage": {},
2294+
"Get-AzWvdAppAttachPackage": {},
22792295
"Get-AzWvdApplication": {},
22802296
"Get-AzWvdApplicationGroup": {},
22812297
"Get-AzWvdDesktop": {},
@@ -2292,6 +2308,8 @@
22922308
"Get-AzWvdStartMenuItem": {},
22932309
"Get-AzWvdUserSession": {},
22942310
"Get-AzWvdWorkspace": {},
2311+
"Import-AzWvdAppAttachPackageInfo": {},
2312+
"New-AzWvdAppAttachPackage": {},
22952313
"New-AzWvdApplication": {},
22962314
"New-AzWvdApplicationGroup": {},
22972315
"New-AzWvdHostPool": {},
@@ -2302,6 +2320,7 @@
23022320
"New-AzWvdScalingPlanPooledSchedule": {},
23032321
"New-AzWvdWorkspace": {},
23042322
"Register-AzWvdApplicationGroup": {},
2323+
"Remove-AzWvdAppAttachPackage": {},
23052324
"Remove-AzWvdApplication": {},
23062325
"Remove-AzWvdApplicationGroup": {},
23072326
"Remove-AzWvdHostPool": {},
@@ -2316,6 +2335,7 @@
23162335
"Remove-AzWvdWorkspace": {},
23172336
"Send-AzWvdUserSessionMessage": {},
23182337
"Unregister-AzWvdApplicationGroup": {},
2338+
"Update-AzWvdAppAttachPackage": {},
23192339
"Update-AzWvdApplication": {},
23202340
"Update-AzWvdApplicationGroup": {},
23212341
"Update-AzWvdDesktop": {},
@@ -2365,6 +2385,9 @@
23652385
"Get-AzDevCenterUserCatalog": {},
23662386
"Get-AzDevCenterUserDevBox": {},
23672387
"Get-AzDevCenterUserDevBoxAction": {},
2388+
"Get-AzDevCenterUserDevBoxCustomizationGroup": {},
2389+
"Get-AzDevCenterUserDevBoxCustomizationTaskDefinition": {},
2390+
"Get-AzDevCenterUserDevBoxCustomizationTaskLog": {},
23682391
"Get-AzDevCenterUserDevBoxOperation": {},
23692392
"Get-AzDevCenterUserDevBoxRemoteConnection": {},
23702393
"Get-AzDevCenterUserEnvironment": {},
@@ -2396,6 +2419,7 @@
23962419
"New-AzDevCenterAdminProjectEnvironmentType": {},
23972420
"New-AzDevCenterAdminSchedule": {},
23982421
"New-AzDevCenterUserDevBox": {},
2422+
"New-AzDevCenterUserDevBoxCustomizationGroup": {},
23992423
"New-AzDevCenterUserEnvironment": {},
24002424
"Remove-AzDevCenterAdminAttachedNetwork": {},
24012425
"Remove-AzDevCenterAdminCatalog": {},
@@ -2423,6 +2447,7 @@
24232447
"Stop-AzDevCenterUserDevBox": {},
24242448
"Sync-AzDevCenterAdminCatalog": {},
24252449
"Sync-AzDevCenterAdminProjectCatalog": {},
2450+
"Test-AzDevCenterUserDevBoxCustomizationTaskAction": {},
24262451
"Update-AzDevCenterAdminCatalog": {},
24272452
"Update-AzDevCenterAdminDevBoxDefinition": {},
24282453
"Update-AzDevCenterAdminDevCenter": {},
@@ -2573,28 +2598,44 @@
25732598
"Get-AzDnsForwardingRulesetForwardingRule": {},
25742599
"Get-AzDnsForwardingRulesetVirtualNetworkLink": {},
25752600
"Get-AzDnsResolver": {},
2601+
"Get-AzDnsResolverDomainList": {},
25762602
"Get-AzDnsResolverInboundEndpoint": {},
25772603
"Get-AzDnsResolverOutboundEndpoint": {},
2604+
"Get-AzDnsResolverPolicy": {},
2605+
"Get-AzDnsResolverPolicyDnsSecurityRule": {},
2606+
"Get-AzDnsResolverPolicyVirtualNetworkLink": {},
25782607
"New-AzDnsForwardingRuleset": {},
25792608
"New-AzDnsForwardingRulesetForwardingRule": {},
25802609
"New-AzDnsForwardingRulesetVirtualNetworkLink": {},
25812610
"New-AzDnsResolver": {},
2611+
"New-AzDnsResolverDomainList": {},
25822612
"New-AzDnsResolverInboundEndpoint": {},
25832613
"New-AzDnsResolverIPConfigurationObject": {},
25842614
"New-AzDnsResolverOutboundEndpoint": {},
2615+
"New-AzDnsResolverPolicy": {},
2616+
"New-AzDnsResolverPolicyDnsSecurityRule": {},
2617+
"New-AzDnsResolverPolicyVirtualNetworkLink": {},
25852618
"New-AzDnsResolverTargetDnsServerObject": {},
25862619
"Remove-AzDnsForwardingRuleset": {},
25872620
"Remove-AzDnsForwardingRulesetForwardingRule": {},
25882621
"Remove-AzDnsForwardingRulesetVirtualNetworkLink": {},
25892622
"Remove-AzDnsResolver": {},
2623+
"Remove-AzDnsResolverDomainList": {},
25902624
"Remove-AzDnsResolverInboundEndpoint": {},
25912625
"Remove-AzDnsResolverOutboundEndpoint": {},
2626+
"Remove-AzDnsResolverPolicy": {},
2627+
"Remove-AzDnsResolverPolicyDnsSecurityRule": {},
2628+
"Remove-AzDnsResolverPolicyVirtualNetworkLink": {},
25922629
"Update-AzDnsForwardingRuleset": {},
25932630
"Update-AzDnsForwardingRulesetForwardingRule": {},
25942631
"Update-AzDnsForwardingRulesetVirtualNetworkLink": {},
25952632
"Update-AzDnsResolver": {},
2633+
"Update-AzDnsResolverDomainList": {},
25962634
"Update-AzDnsResolverInboundEndpoint": {},
2597-
"Update-AzDnsResolverOutboundEndpoint": {}
2635+
"Update-AzDnsResolverOutboundEndpoint": {},
2636+
"Update-AzDnsResolverPolicy": {},
2637+
"Update-AzDnsResolverPolicyDnsSecurityRule": {},
2638+
"Update-AzDnsResolverPolicyVirtualNetworkLink": {}
25982639
},
25992640
"Az.DynatraceObservability": {
26002641
"Get-AzDynatraceMonitor": {},
@@ -4047,6 +4088,14 @@
40474088
"Set-AzMarketplaceTerms": {},
40484089
"Stop-AzMarketplaceTerms": {}
40494090
},
4091+
"Az.Mdp": {
4092+
"Get-AzMdpPool": {},
4093+
"Get-AzMdpPoolAgent": {},
4094+
"Get-AzMdpSku": {},
4095+
"New-AzMdpPool": {},
4096+
"Remove-AzMdpPool": {},
4097+
"Update-AzMdpPool": {}
4098+
},
40504099
"Az.Media": {
40514100
"Get-AzMediaService": {},
40524101
"Get-AzMediaServiceKey": {},
@@ -4353,6 +4402,12 @@
43534402
"Update-AzMySqlServerConfigurationsList": {},
43544403
"Update-AzMySqlVirtualNetworkRule": {}
43554404
},
4405+
"Az.NeonPostgres": {
4406+
"Get-AzNeonPostgresOrganization": {},
4407+
"New-AzNeonPostgresOrganization": {},
4408+
"Remove-AzNeonPostgresOrganization": {},
4409+
"Update-AzNeonPostgresOrganization": {}
4410+
},
43564411
"Az.NetAppFiles": {
43574412
"Approve-AzNetAppFilesReplication": {},
43584413
"Get-AzNetAppFilesAccount": {},
@@ -7225,6 +7280,7 @@
72257280
"Get-AzSqlSyncSchema": {},
72267281
"Get-AzSqlVirtualCluster": {},
72277282
"Invoke-AzSqlDatabaseFailover": {},
7283+
"Start-AzSqlInstanceLinkFailover": {},
72287284
"Invoke-AzSqlDatabaseTransparentDataEncryptionProtectorRevalidation": {},
72297285
"Invoke-AzSqlDatabaseTransparentDataEncryptionProtectorRevert": {},
72307286
"Invoke-AzSqlElasticPoolFailover": {},

src/Accounts/AssemblyLoading/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
4444
// [assembly: AssemblyVersion("1.0.*")]
45-
[assembly: AssemblyVersion("3.0.5")]
46-
[assembly: AssemblyFileVersion("3.0.5")]
45+
[assembly: AssemblyVersion("4.0.0")]
46+
[assembly: AssemblyFileVersion("4.0.0")]

0 commit comments

Comments
 (0)