Skip to content

Commit a5faa6b

Browse files
committed
fix conflicts
2 parents 5325a73 + 8197686 commit a5faa6b

File tree

4,650 files changed

+522757
-147427
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,650 files changed

+522757
-147427
lines changed

.azure-pipelines/powershell-core.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ variables:
1717
AnalysisTimeoutInMinutes: 120
1818
TestTimeoutInMinutes: 180
1919
BuildAzPredictor: false
20+
EnableTestCoverage: true
2021
PowerShellPlatform: PowerShell Core
2122

2223
trigger: none

.azure-pipelines/windows-powershell.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ variables:
99
IsGenerateBased: $[eq(variables['system.pullRequest.targetBranch'], 'generation')]
1010
BuildTimeoutInMinutes: 120
1111
AnalysisTimeoutInMinutes: 120
12+
EnableTestCoverage: true
1213
PowerShellPlatform: Windows PowerShell
1314

1415
trigger: none

ChangeLog.md

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,117 @@
1+
## 9.2.0 - December 2022
2+
#### Az.Accounts
3+
* Enabled caching tokens when logging in with a client assertion. This fixed the incorrectly short lifespan of tokens.
4+
* Upgraded target framework of Microsoft.Identity.Client to net461 [#20189]
5+
* Stored 'ServicePrincipalSecret' and 'CertificatePassword' into 'AzKeyStore'.
6+
* Updated the reference of Azure PowerShell Common to 1.3.67-preview.
7+
8+
#### Az.Aks
9+
* Bumped API version to 2022-09-01
10+
* Added parameter '-NodeOsSKU' for 'New-AzAksCluster' and parameter '-OsSKU' for 'New-AzAksNodePool'
11+
* Added parameter '-Mode' for 'New-AzAksNodePool' and 'Update-AzAksNodePool'
12+
* Added property '-NodeImageVersion' for the output of 'Get-AzAksNodePool'[#19893]
13+
* Added parameter '-NodePoolLabel' for 'Set-AzAksCluster', '-NodeLabel' for 'New-AzAksNodePool' and 'Update-AzAksNodePool'
14+
* Added parameter '-NodePoolTag' for 'New-AzAksCluster' and 'Set-AzAksCluster', '-Tag' for 'New-AzAksNodePool' and 'Update-AzAksNodePool'
15+
16+
#### Az.ApplicationInsights
17+
* Supported Workbook function. Below is the new cmdlet
18+
* 'Get-AzApplicationInsightsMyWorkbook'
19+
* 'Get-AzApplicationInsightsWorkbook'
20+
* 'Get-AzApplicationInsightsWorkbookRevision'
21+
* 'Get-AzApplicationInsightsWorkbookTemplate'
22+
* 'New-AzApplicationInsightsMyWorkbook'
23+
* 'New-AzApplicationInsightsWorkbook'
24+
* 'New-AzApplicationInsightsWorkbookTemplate'
25+
* 'New-AzApplicationInsightsWorkbookTemplateGalleryObject'
26+
* 'Remove-AzApplicationInsightsMyWorkbook'
27+
* 'Remove-AzApplicationInsightsWorkbook'
28+
* 'Remove-AzApplicationInsightsWorkbookTemplate'
29+
* 'Update-AzApplicationInsightsMyWorkbook'
30+
* 'Update-AzApplicationInsightsWorkbook'
31+
* 'Update-AzApplicationInsightsWorkbookTemplate'
32+
33+
#### Az.Compute
34+
* Fixed issue found for 'Set-AzVmssVMRunCommand' [#19985]
35+
* Fixed 'Get-AzVm' cmdlet when parameter '-Status' is provided, return property 'OsName', 'OsVersion' and 'HyperVGeneration'
36+
* Fixed 'New-AzVM' cmdlet when creating VM with bootdiagnostic storage causes exception 'Kind' cannot be null.
37+
38+
#### Az.CosmosDB
39+
* Added support for Cosmos DB Service related cmdlets.
40+
41+
#### Az.DataFactory
42+
* Updated ADF .Net SDK version to 8.0.0
43+
44+
#### Az.DataProtection
45+
* Fixed spacing issues in Set-AzDataProtectionMSIPermission.ps1
46+
47+
#### Az.EventHub
48+
* Added NamespaceV2 cmdlets for EventHub
49+
50+
#### Az.KeyVault
51+
* Fixed certificate export parameter issue in 'Add-AzKeyVaultKey' [#19623]
52+
* Fixed CertificateString decoding issue in 'Import-AzKeyVaultCertificate'
53+
* Shifted the location of key CVM release policy to GitHub [#19984]
54+
* Added fallback logic (reading default CVM policy from a local copy) if fetching default CVM Policy from GitHub failed.
55+
56+
#### Az.Monitor
57+
* Fixed bug for 'New-AzActivityLogAlert' and 'Update-AzActivityLogAlert' [#19927]
58+
59+
#### Az.Network
60+
* Added optional parameters 'CustomBlockResponseStatusCode' and 'CustomBlockResponseBody' parameter to 'AzApplicationGatewayFirewallPolicySettings'
61+
* Added a new cmdlet to get the application gateway waf manifest and rules
62+
- 'Get-AzApplicationGatewayWafDynamicManifest'
63+
64+
#### Az.RecoveryServices
65+
* Added support for passing DiskEncryptionSetId for Cross region restore
66+
* Fixed the pagination bug in 'Get-AzRecoveryServicesAsrProtectableItem' for the V2ARCM scenario.
67+
* Fixed 'IncludeDiskId' property for 'New-ASRReplicationProtectedItem' cmdlet of H2A
68+
69+
#### Az.Resources
70+
* Added cmdlet 'Get-AzADOrganization'
71+
* Fixed 'Set-AzPolicySetDefinition' InternalServerError when the initiative is too large [#20238]
72+
73+
#### Az.ServiceBus
74+
* Added NamespaceV2 cmdlets for ServiceBus.
75+
76+
#### Az.SignalR
77+
* Updated to API version 2022-08-01-preview
78+
- Added support for custom domain. Added new cmdlets New-AzWebPubSubCustomCertificate, Get-AzWebPubSubCustomCertificate, Remove-AzWebPubSubCustomCertificate, New-AzWebPubSubCustomDomain, Get-AzWebPubSubCustomDomain, Remove-AzWebPubSubCustomDomain.
79+
- Added support for event listeners in hub settings. Added new cmdlets New-AzWebPubSubEventHubEndpointObject, New-AzWebPubSubEventNameFilterObject.
80+
81+
#### Az.StackHCI
82+
* Enabled system-assigned identity on HCI cluster resource registration and repair registration flow.
83+
* Added error message in the command Register-AzStackHCI if Arc is not enabled.
84+
* Added default region confirmation prompt if the region is not mentioned in the command Register-AzStackHCI.
85+
* Added general logging improvements.
86+
* Added logic that skipping the Arc SPN permission check in Register-AzStackHCI if a customer doesn't have the required permissions to read Arc SPN credential.
87+
* Added deprecation message for the command Test-AzStackHCIConnection. Customers can use Invoke-AzStackHciConnectivityValidation from the module AzStackHCI.EnvironmentChecker for connectivity verification tests.
88+
89+
#### Az.Storage
90+
* Supported MaxPageSize, Include, and Filter parameters for listing encryption scopes
91+
- 'Get-AzStorageEncryptionScope'
92+
* Supported excludePrefix, includeDeleted, and many new schema fields in Blob Inventory
93+
- 'New-AzStorageBlobInventoryPolicyRule'
94+
95+
#### Az.Synapse
96+
* Added breaking change message for '-SparkConfigFilePath'. It will be deprecated around the middle of December.
97+
* Updated 'New-AzSynapseSparkPool' and 'Update-AzSynapseSparkPool' to support for setting spark pool configuration artifact by '-SparkCongifuration'. '-SparkCongifuration' is an alternative of parameter '-SparkConfigFilePath'.
98+
99+
#### Az.Websites
100+
* Added Tag parameter for 'New-AzWebApp' and 'New-AzWebAppSlot'
101+
* Fixed 'Set-AzWebApp' and 'Set-AZWebAppSlot' to rethrow exception when Service Principal/User doesn't have permission to list web app configuration. [#19942]
102+
103+
### Thanks to our community contributors
104+
* @Ajay1250, The example was using the wrong command (#20237)
105+
* Hiroshi Yoshioka (@hyoshioka0128), Typo "resouce"→"resource" (#20321)
106+
* Mats Estensen (@matsest), [Az.Tools.Installer]: Updates for a new minor/patch version (#20022)
107+
* Matthew Burleigh (@mburleigh), fix typos (#20020)
108+
* Mo Zaatar (@mzaatar), Change letter case in example of New-AzStorageBlobSASToken (#20018)
109+
* @patchin404, Updates Enable-AzCdnCustomDomainCustomHttps Doc (#20165)
110+
* Robin Malik (@robinmalik), Update New-AzADAppCredential.md (#20317)
111+
* @SherrySahni, container name not supported with upper case (#20012)
112+
* @sushil490023, Adding PS Cmdlets for Azure Automation Python3 operation (#19598)
113+
* Thomas Pike (@thwpike), Typo Fix (#20087)
114+
1115
## 9.1.1 - November 2022
2116
#### Az.Aks
3117
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]

documentation/breaking-changes/upcoming-breaking-changes.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,6 +1213,20 @@
12131213
- `-InputObject`
12141214
- Alias RegisteredServer is invalid and preserved for compatibility. Alias ServerEndpoint should be used instead
12151215

1216+
## Az.Synapse
1217+
1218+
### `New-AzSynapseSparkPool`
1219+
1220+
- Parameter breaking-change will happen to all parameter sets
1221+
- `-SparkConfigFilePath`
1222+
- The parameter : 'SparkConfigFilePath' is being replaced by parameter : 'SparkConfiguration'.
1223+
1224+
### `Update-AzSynapseSparkPool`
1225+
1226+
- Parameter breaking-change will happen to all parameter sets
1227+
- `-SparkConfigFilePath`
1228+
- The parameter : 'SparkConfigFilePath' is being replaced by parameter : 'SparkConfiguration'.
1229+
12161230
## Az.Websites
12171231

12181232
### `New-AzWebAppContainerPSSession`

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 - November 2022"
40+
$productName = "Microsoft Azure PowerShell - December 2022"
4141

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

src/ADDomainServices/Az.ADDomainServices.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434

3535
if(-not $accountsModule) {
36-
Write-Error "`nThis module requires $accountsName version 2.7.5 or greater. For installation instructions, please see: https://docs.microsoft.com/powershell/azure/install-az-ps" -ErrorAction Stop
36+
Write-Error "`nThis module requires $accountsName version 2.7.5 or greater. For installation instructions, please see: https://learn.microsoft.com/powershell/azure/install-az-ps" -ErrorAction Stop
3737
} elseif (($accountsModule.Version -lt [System.Version]'2.7.5') -and (-not $localAccounts)) {
3838
Write-Error "`nThis module requires $accountsName version 2.7.5 or greater. An earlier version of Az.Accounts is imported in the current PowerShell session. If you are running test, please try to add the switch '-RegenerateSupportModule' when executing 'test-module.ps1'. Otherwise please open a new PowerShell session and import this module again.`nAdditionally, this error could indicate that multiple incompatible versions of Azure PowerShell modules are installed on your system. For troubleshooting information, please see: https://aka.ms/azps-version-error" -ErrorAction Stop
3939
}

src/ADDomainServices/create-model-cmdlets.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Create an in-memory object for ${ObjectType}.
158158
.Outputs
159159
${ObjectTypeWithNamespace}
160160
.Link
161-
https://docs.microsoft.com/powershell/module/az.${ModuleName}/new-Az${ModulePrefix}${ObjectType}Object
161+
https://learn.microsoft.com/powershell/module/az.${ModuleName}/new-Az${ModulePrefix}${ObjectType}Object
162162
#>
163163
function New-Az${ModulePrefix}${ObjectType}Object {
164164
[OutputType('${ObjectTypeWithNamespace}')]

src/ADDomainServices/custom/New-AzADDomainService.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ REPLICASET <IReplicaSet[]>: List of ReplicaSets
4343
[Location <String>]: Virtual network location
4444
[SubnetId <String>]: The name of the virtual network that Domain Services will be deployed on. The id of the subnet that Domain Services will be deployed on. /virtualNetwork/vnetName/subnets/subnetName.
4545
.Link
46-
https://docs.microsoft.com/powershell/module/az.addomainservices/new-azaddomainservice
46+
https://learn.microsoft.com/powershell/module/az.addomainservices/new-azaddomainservice
4747
#>
4848
function New-AzADDomainService {
4949
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IDomainService])]

src/ADDomainServices/custom/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ These provide functionality to our HTTP pipeline and other useful features. In s
3232
### Attributes
3333
For processing the cmdlets, we've created some additional attributes:
3434
- `Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.DescriptionAttribute`
35-
- Used in C# cmdlets to provide a high-level description of the cmdlet. This is propagated to reference documentation via [help comments](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comment_based_help) in the exported scripts.
35+
- Used in C# cmdlets to provide a high-level description of the cmdlet. This is propagated to reference documentation via [help comments](https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comment_based_help) in the exported scripts.
3636
- `Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.DoNotExportAttribute`
3737
- Used in C# and script cmdlets to suppress creating an exported cmdlet at build-time. These cmdlets will *not be exposed* by `Az.ADDomainServices`.
3838
- `Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.InternalExportAttribute`

src/ADDomainServices/custom/autogen-model-cmdlets/New-AzADDomainServiceForestTrustObject.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Create an in-memory object for ForestTrust.
2323
.Outputs
2424
Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.ForestTrust
2525
.Link
26-
https://docs.microsoft.com/powershell/module/az.ADDomainService/new-AzADDomainServiceForestTrustObject
26+
https://learn.microsoft.com/powershell/module/az.ADDomainService/new-AzADDomainServiceForestTrustObject
2727
#>
2828
function New-AzADDomainServiceForestTrustObject {
2929
[OutputType('Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.ForestTrust')]

0 commit comments

Comments
 (0)