Skip to content

Commit 0388f9a

Browse files
authored
Merge branch 'main' into main
2 parents 00d96ff + 5b8b7c6 commit 0388f9a

File tree

2,376 files changed

+211846
-97106
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,376 files changed

+211846
-97106
lines changed

ChangeLog.md

Lines changed: 128 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,130 @@
1+
## 7.5.0 - April 2022
2+
#### Az.Accounts
3+
* Upgraded Microsoft.Rest.ClientRuntime to 2.3.24
4+
5+
#### Az.Aks
6+
* Updated the description of 'Force' in 'Invoke-AzAksRunCommand' [#17756]
7+
* Fixed the issue that 'identity' cannot be piped into 'Set-AzAksCluster' [#17376]
8+
9+
#### Az.ApiManagement
10+
Added warning message for upcoming breaking change.
11+
12+
#### Az.Batch
13+
* Updated Az.Batch to use 'Microsoft.Azure.Batch' SDK version 15.3.0
14+
- Add ability to assign user-assigned managed identities to 'PSCloudPool'. These identities will be made available on each node in the pool, and can be used to access various resources.
15+
- Added 'IdentityReference' property to the following models to support accessing resources via managed identity:
16+
- 'PSAzureBlobFileSystemConfiguration'
17+
- 'PSOutputFileBlobContainerDestination'
18+
- 'PSContainerRegistry'
19+
- 'PSResourceFile'
20+
- 'PSUploadBatchServiceLogsConfiguration'
21+
- Added new 'extensions' property to 'PSVirtualMachineConfiguration' on 'PSCloudPool' to specify virtual machine extensions for nodes
22+
- Added the ability to specify availability zones using a new property 'NodePlacementConfiguration' on 'VirtualMachineConfiguration'
23+
- Added new 'OSDisk' property to 'VirtualMachineConfiguration', which contains settings for the operating system disk of the Virtual Machine.
24+
- The 'Placement' property on 'PSDiffDiskSettings' specifies the ephemeral disk placement for operating system disks for all VMs in the pool. Setting it to 'CacheDisk' will store the ephemeral OS disk on the VM cache.
25+
- Added 'MaxParallelTasks' property on 'PSCloudJob' to control the maximum allowed tasks per job (defaults to -1, meaning unlimited).
26+
- Added 'VirtualMachineInfo' property on 'PSComputeNode' which contains information about the current state of the virtual machine, including the exact version of the marketplace image the VM is using.
27+
- Added 'RecurrenceInterval' property to 'PSSchedule' to control the interval between the start times of two successive job under a job schedule.
28+
- Added a new 'Get-AzBatchComputeNodeExtension' command, which gets a specific extension by name, or a list of all extensions, for a given compute node.
29+
* Updated Az.Batch'Microsoft.Azure.Management.Batch' SDK version 14.0.0.
30+
- Added a new 'Get-AzBatchSupportedVirtualMachineSku' command, which gets the list of Batch-supported Virtual Machine VM sizes available at a given location.
31+
- Added a new 'Get-AzBatchTaskSlotCount' command, which gets the number of task slots required by a given job.
32+
- 'MaxTasksPerComputeNode' has been renamed to 'TaskSlotsPerNode', to match a change in functionality.
33+
- 'MaxTasksPerComputeNode' will remain as an alias but will be removed in a coming update.
34+
35+
#### Az.Cdn
36+
* Added breaking change messages for all cmdlets in Az.CDN module
37+
38+
#### Az.CognitiveServices
39+
* Updated CognitiveServices PowerShell to use 2022-03-01 version.
40+
* Added 'Get-AzCognitiveServicesAccountModel' cmdlet.
41+
42+
#### Az.Compute
43+
* Added '-ImageReferenceId' parameter to following cmdlets: 'New-AzVm', 'New-AzVmConfig', 'New-AzVmss', 'Set-AzVmssStorageProfile'
44+
* Added functionality for cross-tenant image reference for VM, VMSS, Managed Disk, and Gallery Image Version creation.
45+
* 'New-AzGallery' can take in '-Permission' parameter to set its sharingProfile property.
46+
* 'Update-AzGallery' can update sharingProfile.
47+
* 'Get-AzGallery' can take in '-Expand' parameter for expanded resource view.
48+
* New parameter set for the following cmdlets to support Shared Image Gallery Direct Sharing
49+
- Get-AzGallery
50+
- Get-AzGalleryImageDefinition
51+
- Get-AzGalleryImageVersion
52+
* Updates and improvements to 'Add-AzVhd'
53+
- Added '-DiskHyperVGeneration' and '-DiskOsType' parameters to the DirectUploadToManagedDisk parameter set for upload to more robust managed disk settings.
54+
- Updated progress output functions so that it works with VHD files with '&' character in its name.
55+
- Updated so that uploading dynamically sized VHD files are converted to fixed size during upload.
56+
- Fixed a bug in uploading a differencing disk.
57+
- Automatically delete converted/resized VHD files after upload.
58+
- Fixed a bug that indicates '-ResourceGroupName' parameter as optional when it is actually mandatory.
59+
60+
#### Az.ContainerInstance
61+
* Supported empty directory volume and secret volume for creating container group [#17410]
62+
63+
#### Az.DataFactory
64+
* Updated ADF .Net SDK version to 6.0.0
65+
66+
#### Az.EventHub
67+
* Deprecating older MSI related fields in New-AzEventHubNamespace and Set-AzEventHubNamespace
68+
69+
#### Az.KeyVault
70+
* Supported getting random number from managed HSM by 'Get-AzKeyVaultRandomNumber'
71+
* Skipped subscription connection status validation for Az.KeyVault.Extension [#17712]
72+
* Enabled public network access setting
73+
74+
#### Az.Kusto
75+
* Supported inline script resource (creation of script with content instead of sas token)
76+
* Added managed identity support to EventGrid
77+
* Added databaseRouting (Single/Multi) to all data connections
78+
* Added PublicIPType to cluster
79+
80+
#### Az.Network
81+
* Fixed 'ArgumentNullException' in 'Add-AzureRmRouteConfig' when 'RouteTable.Routes' is null.
82+
83+
#### Az.RecoveryServices
84+
* Added support for multiple backups per day (hourly) Enhanced policy for workloadType AzureVM.
85+
86+
#### Az.Resources
87+
* Fixed redundant quotes in list pagination [#17667]
88+
* Added cmdlet 'Update-AzADGroup' [#17514]
89+
* Updated API version to beta for group member related cmdlet to allow service principal to be add, get and delete from group [#16698]
90+
* Added parameter '-OwnedApplication' for 'Get-AzADApplication' to get applications owned by current user
91+
* Added parameter '-Web' for 'Update-AzADApplication' [#16750]
92+
93+
#### Az.Security
94+
* Added new cmdlets for security Automations API
95+
96+
#### Az.StackHCI
97+
* Updated firewall rules for Attestation network to block all other traffic
98+
* Updated cluster to ignore Attestation network
99+
100+
#### Az.Storage
101+
* Supported DaysAfterLastTierChangeGreaterThan in Management Policy
102+
- 'Add-AzStorageAccountManagementPolicyAction'
103+
* Fixed the issue that upload blob might fail on Linux [#17743]
104+
- 'Set-AzStorageBlobContent'
105+
* Supported AllowPermanentDelete when enable blob soft delete
106+
- 'Enable-AzStorageBlobDeleteRetentionPolicy'
107+
* Added breaking change warning message for upcoming cmdlet breaking change
108+
- 'Get-AzStorageFile'
109+
110+
#### Az.Synapse
111+
* Added support for Synapse Azure Active Directory (Azure AD) only authentication
112+
- Added 'Get-AzSynapseActiveDirectoryOnlyAuthentication' cmdlet
113+
- Added 'Enable-AzSynapseActiveDirectoryOnlyAuthentication' cmdlet
114+
- Added 'Disable-AzSynapseActiveDirectoryOnlyAuthentication' cmdlet
115+
116+
#### Az.Websites
117+
* Updated 'New-AzWebAppContainerPSSession' with CmdletDeprecation Attribute [#16646]
118+
* Updated 'Restore-AzDeletedWebApp' to fix issue that prevents the cmdlet from working on hosts with a locale is anything different from 'en-US'
119+
120+
### Thanks to our community contributors
121+
* Aleksandar Nikolić (@alexandair), Fix the UniqueName property in the examples (#17826)
122+
* @enevoj, Markup rendering issue? (#17732)
123+
* @jeremytanyz, Update Set-AzStorageFileContent.md (#17805)
124+
* Martin Bentancour (@mbentancour), Fix DateTime issue restoring deleted webapp (#16308)
125+
* Preben Huybrechts (@pregress), Perform null check before accessing it (#16552)
126+
* Ryan Buckman (@ryan-buckman), update example 1 command description to match the ApiRevision arg in code sample (#17741)
127+
1128
## 7.4.0 - April 2022
2129
#### Az.Accounts
3130
* Added 'SshCredentialFactory' to support get ssh credential of vm from msal.
@@ -779,7 +906,7 @@ This release migrates Microsoft.Azure.Graph SDK to MicrosoftGraph SDK.
779906
* Performance improvement for Get-AzPolicyAlias when -NamespaceMatch matches a single RP namespace
780907

781908
#### Az.Security
782-
* Added new cmdlets for security Automations API
909+
* Updated Security .NET SDK package reference to version 3.0.0
783910

784911
#### Az.ServiceBus
785912
* Added support for ZoneRedundant and optional switch parameter 'DisableLocalAuth' to 'New-AzServiceBusNamespace' and 'Set-AzServiceBusNamespace'

documentation/development-docs/common-assemblies.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ For further reading, please visit https://docs.microsoft.com/en-us/dotnet/standa
2525
5. Extract DLL file in nuget package folder `lib/net461` (alternatively, `netstandard2.0`) of `Azure.Core` and changed dependencies and copy them to `src/lib/NetFxPreloadAssemblies`.
2626
6. Update assembly version of `Azure.Core` and changed dependencies to .NET Framework in `/src/Accounts/Authentication/Utilities/CustomAssemblyResolver.cs`.
2727
7. Verify built `Az.Accounts` can work with existing Azure PowerShell modules on PowerShell 7 and Windows PowerShell.
28-
- Import module into PowerShell 7 or Windows PowerShell.
29-
```powershell
30-
Import-Module .\artifacts\Release\Az.Accounts\Az.Accounts.psd1
31-
```
28+
- Import module into PowerShell 7 or Windows PowerShell, and ensure there is no error in verbose output
29+
```powershell
30+
$VerbosePreference = "Continue"
31+
Import-Module .\artifacts\Release\Az.Accounts\Az.Accounts.psd1
32+
```
3233
- Connect to Azure and switch to your test subscription
3334
```powershell
3435
Connect-AzAccount

src/Accounts/Accounts/Az.Accounts.psd1

Lines changed: 3 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: 3/31/2022
6+
# Generated on: 4/22/2022
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '2.7.5'
15+
ModuleVersion = '2.7.6'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -145,9 +145,7 @@ PrivateData = @{
145145
# IconUri = ''
146146

147147
# ReleaseNotes of this module
148-
ReleaseNotes = '* Added ''SshCredentialFactory'' to support get ssh credential of vm from msal.
149-
* Fixed the bug of cmdlet fails when -DefaultProfile is set to service principal login context. [#16617]
150-
* Fixed the issue that authorization does not work in Dogfood environment'
148+
ReleaseNotes = '* Upgraded Microsoft.Rest.ClientRuntime to 2.3.24'
151149

152150
# Prerelease string of this module
153151
# Prerelease = ''

src/Accounts/Accounts/AzureRmAlias/Mappings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2068,6 +2068,10 @@
20682068
"Remove-AzSearchQueryKey": "Remove-AzureRmSearchQueryKey"
20692069
},
20702070
"Az.Security": {
2071+
"New-AzAlertsSuppressionRuleScope": "New-AzureRmAlertsSuppressionRuleScope",
2072+
"Get-AzAlertsSuppressionRule": "Get-AzureRmAlertsSuppressionRule",
2073+
"Set-AzAlertsSuppressionRule": "Set-AzureRmAlertsSuppressionRule",
2074+
"Remove-AzAlertsSuppressionRule": "Remove-AzureRmAlertsSuppressionRule",
20712075
"Get-AzSecurityAlert": "Get-AzureRmSecurityAlert",
20722076
"Set-AzSecurityAlert": "Set-AzureRmSecurityAlert",
20732077
"Get-AzSecurityAutoProvisioningSetting": "Get-AzureRmSecurityAutoProvisioningSetting",

src/Accounts/Accounts/ChangeLog.md

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

2121
## Upcoming Release
22+
* Upgraded System.Reflection.DispatchProxy on Windows PowerShell [#17856]
23+
24+
## Version 2.7.6
2225
* Upgraded Microsoft.Rest.ClientRuntime to 2.3.24
2326

2427
## Version 2.7.5

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("2.7.5")]
47-
[assembly: AssemblyFileVersion("2.7.5")]
46+
[assembly: AssemblyVersion("2.7.6")]
47+
[assembly: AssemblyFileVersion("2.7.6")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")]
5050
#endif

src/Accounts/Authentication/Properties/AssemblyInfo.cs

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

src/Accounts/Authentication/Utilities/CustomAssemblyResolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public static class CustomAssemblyResolver
3838
{"System.Net.Http.WinHttpHandler", new Version("4.0.2.0")},
3939
{"System.Numerics.Vectors", new Version("4.1.4.0")},
4040
{"System.Private.ServiceModel", new Version("4.7.0.0")}, //used by Compute
41-
{"System.Reflection.DispatchProxy", new Version("4.0.3.0")},
41+
{"System.Reflection.DispatchProxy", new Version("4.0.4.0")},
4242
{"System.Runtime.CompilerServices.Unsafe", new Version("4.0.6.0")},
4343
{"System.Security.AccessControl", new Version("4.1.1.0")},
4444
{"System.Security.Cryptography.Cng", new Version("4.3.0.0")},

src/Accounts/Authenticators/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
// You can specify all the values or you can default the Build and Revision Numbers
4949
// by using the '*' as shown below:
5050
// [assembly: AssemblyVersion("1.0.*")]
51-
[assembly: AssemblyVersion("2.7.5")]
52-
[assembly: AssemblyFileVersion("2.7.5")]
51+
[assembly: AssemblyVersion("2.7.6")]
52+
[assembly: AssemblyFileVersion("2.7.6")]

src/Aks/Aks.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("5970aa1c-f499-4b40-aeee-426ab8876d7e")]
27-
[assembly: AssemblyVersion("3.1.2")]
28-
[assembly: AssemblyFileVersion("3.1.2")]
27+
[assembly: AssemblyVersion("3.1.3")]
28+
[assembly: AssemblyFileVersion("3.1.3")]

src/Aks/Aks/Az.Aks.psd1

Lines changed: 6 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: 2/24/2022
6+
# Generated on: 4/22/2022
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '3.1.2'
15+
ModuleVersion = '3.1.3'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.4'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.6'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'YamlDotNet.dll', 'AutoMapper.dll',
@@ -89,7 +89,7 @@ CmdletsToExport = 'Get-AzAksCluster', 'New-AzAksCluster', 'Remove-AzAksCluster',
8989
# VariablesToExport = @()
9090

9191
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
92-
AliasesToExport = 'Get-AzAks', 'New-AzAks', 'Remove-AzAks', 'Set-AzAks'
92+
AliasesToExport = @()
9393

9494
# DSC resources to export from this module
9595
# DscResourcesToExport = @()
@@ -118,7 +118,8 @@ PrivateData = @{
118118
# IconUri = ''
119119

120120
# ReleaseNotes of this module
121-
ReleaseNotes = '* Updated the breaking change warning messages [#16805]'
121+
ReleaseNotes = '* Updated the description of ''Force'' in ''Invoke-AzAksRunCommand'' [#17756]
122+
* Fixed the issue that ''identity'' cannot be piped into ''Set-AzAksCluster'' [#17376]'
122123

123124
# Prerelease string of this module
124125
# Prerelease = ''

src/Aks/Aks/ChangeLog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Removed these aliases:
22+
* `Get-AzAks`
23+
* `New-AzAks`
24+
* `Set-AzAks`
25+
* `Remove-AzAks`
26+
27+
## Version 3.1.3
28+
* Updated the description of `Force` in `Invoke-AzAksRunCommand` [#17756]
2129
* Fixed the issue that `identity` cannot be piped into `Set-AzAksCluster` [#17376]
2230

2331
## Version 3.1.2

src/Aks/Aks/Commands/GetAzureRmAks.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ namespace Microsoft.Azure.Commands.Aks
2929
{
3030
[GenericBreakingChange("Get-AzAks will be removed in the next major release. Please use Get-AzAksCluster instead of Get-AzAks")]
3131
[Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "AksCluster", DefaultParameterSetName = ResourceGroupParameterSet)]
32-
[Alias("Get-" + ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "Aks")]
3332
[OutputType(typeof(PSKubernetesCluster))]
3433
public class GetAzureRmAks : KubeCmdletBase
3534
{

src/Aks/Aks/Commands/NewAzureRmAks.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ namespace Microsoft.Azure.Commands.Aks
4040
{
4141
[GenericBreakingChange("New-AzAks will be removed in the next major release. Please use New-AzAksCluster instead of New-AzAks")]
4242
[Cmdlet("New", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "AksCluster", DefaultParameterSetName = DefaultParamSet, SupportsShouldProcess = true)]
43-
[Alias("New-" + ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "Aks")]
4443
[OutputType(typeof(PSKubernetesCluster))]
4544
public class NewAzureRmAks : CreateOrUpdateKubeBase
4645
{

src/Aks/Aks/Commands/RemoveAzureRmAks.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ namespace Microsoft.Azure.Commands.Aks
2424
{
2525
[GenericBreakingChange("Remove-AzAks will be removed in the next major release. Please use Remove-AzAksCluster instead of Remove-AzAks")]
2626
[Cmdlet("Remove", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "AksCluster", SupportsShouldProcess = true, DefaultParameterSetName = GroupNameParameterSet)]
27-
[Alias("Remove-" + ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "Aks")]
2827
[OutputType(typeof(bool))]
2928
public class RemoveAzureRmAks : KubeCmdletBase
3029
{

src/Aks/Aks/Commands/RunAzureRmAksCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public class RunAzureRmAksCommand : KubeCmdletBase
9292
[Parameter(Mandatory = false, HelpMessage = "Run cmdlet in the background")]
9393
public SwitchParameter AsJob { get; set; }
9494

95-
[Parameter(Mandatory = false, HelpMessage = "Remove managed Kubernetes cluster without prompt")]
95+
[Parameter(Mandatory = false, HelpMessage = "Execute the command without confirm")]
9696
public SwitchParameter Force { get; set; }
9797

9898
private string GetCommandContext()

src/Aks/Aks/Commands/SetAzureRmAks.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ namespace Microsoft.Azure.Commands.Aks
3838
{
3939
[GenericBreakingChange("Set-AzAks will be removed in the next major release. Please use Set-AzAksCluster instead of Set-AzAks")]
4040
[Cmdlet("Set", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "AksCluster", DefaultParameterSetName = DefaultParamSet, SupportsShouldProcess = true)]
41-
[Alias("Set-" + ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "Aks")]
4241
[OutputType(typeof(PSKubernetesCluster))]
4342
public class SetAzureRmAks : CreateOrUpdateKubeBase
4443
{

src/Aks/Aks/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
[assembly: ComVisible(false)]
2424
[assembly: CLSCompliant(false)]
2525
[assembly: Guid("a97e0c3e-e389-46a6-b73d-2b9bd6909bdb")]
26-
[assembly: AssemblyVersion("3.1.2")]
27-
[assembly: AssemblyFileVersion("3.1.2")]
26+
[assembly: AssemblyVersion("3.1.3")]
27+
[assembly: AssemblyFileVersion("3.1.3")]

src/Aks/Aks/help/Az.Aks.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Gets the details of the upgrade profile for a managed cluster with a specified r
3131

3232
### [Get-AzAksVersion](Get-AzAksVersion.md)
3333
List available version for creating managed Kubernetes cluster.
34+
The operation returns properties of each orchestrator including version, available upgrades and whether that version or upgrades are in preview.
3435

3536
### [Import-AzAksCredential](Import-AzAksCredential.md)
3637
Import and merge Kubectl config for a managed Kubernetes Cluster.
@@ -44,6 +45,10 @@ Run a shell command (with kubectl, helm) on your aks cluster, support attaching
4445
### [New-AzAksCluster](New-AzAksCluster.md)
4546
Create a new managed Kubernetes cluster.
4647

48+
The cmdlet may call below Microsoft Graph API according to input parameters:
49+
50+
- POST /servicePrincipals
51+
4752
### [New-AzAksNodePool](New-AzAksNodePool.md)
4853
Create a new node pool in specified cluster.
4954

src/Aks/Aks/help/Invoke-AzAksRunCommand.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Accept wildcard characters: False
119119
```
120120
121121
### -Force
122-
Remove managed Kubernetes cluster without prompt
122+
Execute the command without confirm
123123
124124
```yaml
125125
Type: System.Management.Automation.SwitchParameter

0 commit comments

Comments
 (0)