Skip to content

Commit d62e6a6

Browse files
author
Srinivas Alluri
committed
Merge branch 'main' of https://github.com/Azure/azure-powershell into neon-ga-ps-cli-generator
2 parents 56b82b1 + 2055cf4 commit d62e6a6

File tree

3,156 files changed

+531741
-145006
lines changed

Some content is hidden

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

3,156 files changed

+531741
-145006
lines changed

.ci-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@
129129
{
130130
"patterns": [
131131
"src/{ModuleName}/*",
132-
"src/{ModuleName}"
132+
"src/{ModuleName}",
133+
"generated/{ModuleName}/*"
133134
],
134135
"phases": [
135136
"build:related-module",

ChangeLog.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,70 @@
1+
## 14.0.0 - May 2025
2+
#### Az.Accounts 5.0.0
3+
* Changed the default output access token of 'Get-AzAccessToken' from plain text to 'SecureString'.
4+
* Removed the warning message about failing to initialize PSStyle in automation runbooks. [#26155]
5+
* Increased the timeout for tab-completion of location, resource group, etc. to 10 seconds.
6+
7+
#### Az.Aks 7.0.0
8+
* Introduced various new features by upgrading code generator. Please see detail [here](https://github.com/Azure/azure-powershell/blob/main/documentation/Autorest-powershell-v4-new-features.md).
9+
* Updated the default value of '-NodeVmSize' parameter in 'New-AzAksCluster' and '-VmSize' parameter in 'New-AzAksNodePool' from 'Standard_D2_V2' to being dynamically selected by the AKS resource provider based on quota and capacity in the next major release.
10+
11+
#### Az.AppConfiguration 2.0.0
12+
* Introduced various new features by upgrading code generator. Please see detail [here](https://github.com/Azure/azure-powershell/blob/main/documentation/Autorest-powershell-v4-new-features.md).
13+
14+
#### Az.Cdn 5.0.0
15+
* Upgraded Api version to 2025-04-15
16+
* Added support for cipher
17+
* Added support for migration from classic cdn to afdx
18+
19+
#### Az.Compute 10.0.0
20+
* Added new properties 'Architecture', 'HyperVGeneration', and 'ImageDeprecationStatus' to be returned in 'Get-AzVMImage' ListVMImage parameter set.
21+
* Deprecated 'Get-AzVMSize' 'List Virtual Machine Size' parameter set.
22+
* Added new parameters 'EnableAutomaticZoneRebalance', 'AutomaticZoneRebalanceStrategy' and 'AutomaticZoneRebalanceBehavior' to 'New-AzVmssConfig' and 'Update-AzVmss' cmdlets for VMSS Automatic Zone Rebalancing.
23+
24+
#### Az.EventHub 5.3.0
25+
* Added parameters 'MaxReplicationLagDurationInSeconds' and 'Replicalocation' in cmdlets 'New-AzEventHubNamespace' & 'Set-AzEventHubNamespace'
26+
* Added new cmdlets for doing namespace failover - 'Start-AzEventHubNamespaceFailOver'
27+
* Added new cmdlets for generating replication object for Replication parameter - 'New-AzEventHubLocationsNameObject'
28+
29+
#### Az.Functions 4.2.1
30+
* Updated API client to latest commit for version 2023-12-01
31+
* Refreshed stack definitions
32+
* Enforced runtime EOL policy for function app creation: block expired, warn if within 6 months
33+
34+
#### Az.ManagedServiceIdentity 2.0.0
35+
* Introduced various new features by upgrading code generator. Please see details [here](https://github.com/Azure/azure-powershell/blob/main/documentation/Autorest-powershell-v4-new-features.md).
36+
37+
#### Az.Migrate 2.7.1
38+
* Added validation for Data.Replication
39+
- Added validation to protect virtual machines in 'New-AzMigrateLocalServerReplication'
40+
41+
#### Az.Network 7.16.2
42+
* Onboarded 'Microsoft.FluidRelay/fluidRelayServers' to private link cmdlets
43+
44+
#### Az.RecoveryServices 7.7.1
45+
* Updated 'GetAzureRmRecoveryServicesBackupSchedulePolicyObject' to default the 'PolicySubType' to 'Enhanced' for AzureVM.
46+
* Updated Azure Backup SDK version to support protecting TVM with standard policy.
47+
48+
#### Az.RedisEnterpriseCache 1.5.0
49+
* Added support for listing all SKUs a cluster can scale to.
50+
* Added a new enum: NoCluster for Clustering policy.
51+
52+
#### Az.Resources 8.0.0
53+
* [Breaking Change] Updated API version of resource types from latest to DefaultApiVersion for cmdlets '*-AzResource' and 'Invoke-AzResourceAction'.
54+
55+
#### Az.Sql 6.0.4
56+
* Added server level action groups in enum of action groups to be able to be configured via auditing.
57+
58+
#### Az.StackHCI 2.6.0
59+
* Added EOL Message for 22H2
60+
61+
#### Az.Storage 9.0.0
62+
* Removed MD5 from blob and file upload in some scenarios
63+
- 'Set-AzStorageFileContent'
64+
- 'Set-AzStorageBlobContent'
65+
* Added prompt for customer confirmation for long running account migration operation .
66+
- 'Start-AzStorageAccountMigration'
67+
168
## 13.5.0 - May 2025
269
#### Az.Accounts 4.2.0
370
* Updated warning message about MFA. For more details, see https://go.microsoft.com/fwlink/?linkid=2276314

documentation/SyntaxChangeLog/SyntaxChangeLog-Az14.md

Lines changed: 495 additions & 0 deletions
Large diffs are not rendered by default.

eng/emitter-package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
"version": "0.1.0",
44
"type": "module",
55
"dependencies": {
6-
"@typespec/compiler": "0.67.1",
6+
"@typespec/compiler": "1.0.0",
77
"@azure-tools/typespec-powershell": "0.0.x",
8-
"@azure-tools/typespec-autorest": "0.53.0",
9-
"@azure-tools/typespec-azure-core": "0.53.0",
10-
"@azure-tools/typespec-azure-resource-manager": "0.53.0",
11-
"@azure-tools/typespec-client-generator-core": "0.53.1",
12-
"@azure-tools/typespec-azure-rulesets": "0.53.0",
13-
"@typespec/http": "0.67.1",
14-
"@typespec/openapi": "0.67.1",
15-
"@typespec/rest": "0.67.1",
16-
"@typespec/streams": "0.67.1",
17-
"@typespec/versioning": "0.67.1",
18-
"@typespec/xml": "0.67.1",
8+
"@azure-tools/typespec-autorest": "0.56.0",
9+
"@azure-tools/typespec-azure-core": "0.56.0",
10+
"@azure-tools/typespec-azure-resource-manager": "0.56.0",
11+
"@azure-tools/typespec-client-generator-core": "0.56.0",
12+
"@azure-tools/typespec-azure-rulesets": "0.56.0",
13+
"@typespec/http": "1.0.1",
14+
"@typespec/openapi": "1.0.0",
15+
"@typespec/rest": "0.70.0",
16+
"@typespec/streams": "0.70.0",
17+
"@typespec/versioning": "0.70.0",
18+
"@typespec/xml": "0.70.0",
1919
"@azure-tools/typespec-liftr-base": "0.8.0"
2020
},
2121
"private": true

generated/Communication/Communication.Autorest/Az.Communication.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<PropertyGroup>
33
<PsModuleName>Communication</PsModuleName>
44
<PsRootModuleName>Communication</PsRootModuleName>
5+
<PsModuleFolder>Communication.Autorest</PsModuleFolder>
56
</PropertyGroup>
67

78
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.props" />
89
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
9-
1010
</Project>

0 commit comments

Comments
 (0)