Skip to content

Commit 4e992eb

Browse files
committed
Merge branch 'master' of https://github.com/Azure/azure-powershell into mergestorage
2 parents 1c072ad + 0f3ceed commit 4e992eb

File tree

654 files changed

+564987
-308096
lines changed

Some content is hidden

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

654 files changed

+564987
-308096
lines changed

docker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Please follow [Docker's official instructions][install] to install `docker` corr
1515

1616
## Release
1717

18-
The release containers derive from the [Powershell image][powershell image], and then install the current Az package.
18+
The release containers derive from the [Powershell image][powershell image], and then install the current Az package. Starting with Az 3.6.1 the images are using PowerShell 7, the previous versions are using PowerShell 6.2.4.
1919

2020
[powershell image]: https://hub.docker.com/_/microsoft-powershell
2121

@@ -99,4 +99,4 @@ For more information see the [Code of Conduct FAQ][conduct-FAQ] or contact [open
9999

100100
[conduct-code]: http://opensource.microsoft.com/codeofconduct/
101101
[conduct-FAQ]: http://opensource.microsoft.com/codeofconduct/faq/
102-
[conduct-email]: mailto:[email protected]
102+
[conduct-email]: mailto:[email protected]
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Breaking changes in module Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll
2+
3+
The following cmdlets were affected this release:
4+
5+
6+
7+
8+
### **Resolve-AzError**
9+
- Cmdlet : 'Resolve-AzError'
10+
- The `Resolve-Error` alias will be removed in a future release. Please change any scripts that use this alias to use `Resolve-AzError` instead.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Breaking changes in module Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices.Dataplane.dll
2+
3+
The following cmdlets were affected this release:
4+
5+
6+
7+
8+
### **Add-AzAnalysisServicesAccount**
9+
- Cmdlet : 'Add-AzAnalysisServicesAccount'
10+
- The cmdlet is being deprecated. There will be no replacement for it.
11+
Note :The change is expected to take effect from the version : '2.0.0'
12+
13+
14+
15+
BreakingChangesAttributesCmdLetDeprecationMessageNoReplacement
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
## Breaking changes in module Microsoft.Azure.PowerShell.Cmdlets.Batch.dll
2+
3+
The following cmdlets were affected this release:
4+
5+
6+
7+
8+
### **Get-AzBatchAccountKey**
9+
- Cmdlet : 'Get-AzBatchAccountKey'
10+
- Get-AzBatchAccountKeys alias will be removed in an upcoming breaking change release
11+
Note :The change is expected to take effect from the version : '2.0.0'
12+
13+
14+
15+
16+
17+
18+
### **Get-AzBatchRemoteLoginSetting**
19+
- Cmdlet : 'Get-AzBatchRemoteLoginSetting'
20+
- Get-AzBatchRemoteLoginSettings alias will be removed in an upcoming breaking change release
21+
Note :The change is expected to take effect from the version : '2.0.0'
22+
23+
24+
25+
26+
27+
28+
### **Get-AzBatchJobStatistic**
29+
- Cmdlet : 'Get-AzBatchJobStatistic'
30+
- Get-AzBatchJobStatistics alias will be removed in an upcoming breaking change release
31+
Note :The change is expected to take effect from the version : '2.0.0'
32+
33+
34+
35+
36+
37+
38+
### **Get-AzBatchLocationQuota**
39+
- Cmdlet : 'Get-AzBatchLocationQuota'
40+
- Get-AzBatchLocationQuotas alias will be removed in an upcoming breaking change release
41+
Note :The change is expected to take effect from the version : '2.0.0'
42+
43+
44+
45+
46+
47+
48+
### **Get-AzBatchPoolNodeCount**
49+
- Cmdlet : 'Get-AzBatchPoolNodeCount'
50+
- Get-AzBatchPoolNodeCounts alias will be removed in an upcoming breaking change release
51+
Note :The change is expected to take effect from the version : '2.0.0'
52+
53+
54+
55+
56+
57+
58+
### **Get-AzBatchPoolStatistic**
59+
- Cmdlet : 'Get-AzBatchPoolStatistic'
60+
- Get-AzBatchPoolStatistics alias will be removed in an upcoming breaking change release
61+
Note :The change is expected to take effect from the version : '2.0.0'
62+
63+
64+
65+
66+
67+
68+
### **Get-AzBatchPoolUsageMetric**
69+
- Cmdlet : 'Get-AzBatchPoolUsageMetric'
70+
- Get-AzBatchPoolUsageMetrics alias will be removed in an upcoming breaking change release
71+
Note :The change is expected to take effect from the version : '2.0.0'
72+
73+
74+
75+
76+
77+
78+
### **Get-AzBatchTaskCount**
79+
- Cmdlet : 'Get-AzBatchTaskCount'
80+
- Get-AzBatchTaskCounts alias will be removed in an upcoming breaking change release
81+
Note :The change is expected to take effect from the version : '2.0.0'
82+
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## Breaking changes in module Microsoft.Azure.PowerShell.Cmdlets.Cdn.dll
2+
3+
The following cmdlets were affected this release:
4+
5+
6+
7+
8+
### **Get-AzCdnEdgeNode**
9+
- Cmdlet : 'Get-AzCdnEdgeNode'
10+
- Get-AzCdnEdgeNodes alias will be removed in an upcoming breaking change release
11+
Note :The change is expected to take effect from the version : '2.0.0'
12+
13+
14+
15+
16+
17+
18+
### **Disable-AzCdnCustomDomain**
19+
- Cmdlet : 'Disable-AzCdnCustomDomain'
20+
- The cmdlet 'Disable-AzCdnCustomDomainHttps' is replacing this cmdlet.
21+
22+
23+
BreakingChangesAttributesCmdLetDeprecationMessageWithReplacement: Disable-AzCdnCustomDomainHttps
24+
25+
26+
27+
28+
29+
### **Enable-AzCdnCustomDomain**
30+
- Cmdlet : 'Enable-AzCdnCustomDomain'
31+
- The cmdlet 'Enable-AzCdnCustomDomainHttps' is replacing this cmdlet.
32+
33+
34+
BreakingChangesAttributesCmdLetDeprecationMessageWithReplacement: Enable-AzCdnCustomDomainHttps
35+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Breaking changes in module Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices.dll
2+
3+
The following cmdlets were affected this release:
4+
5+
6+
7+
8+
### **Get-AzCognitiveServicesAccountSku**
9+
- Cmdlet : 'Get-AzCognitiveServicesAccountSku'
10+
- Get-AzCognitiveServicesAccountSkus alias will be removed in an upcoming breaking change release
11+
Note :The change is expected to take effect from the version : '2.0.0'
12+
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
## Breaking changes in module Microsoft.Azure.PowerShell.Cmdlets.Compute.dll
2+
3+
The following cmdlets were affected this release:
4+
5+
6+
7+
8+
### **Remove-AzVmssDiagnosticsExtension**
9+
- Cmdlet : 'Remove-AzVmssDiagnosticsExtension'
10+
- The output type 'Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy' is being deprecated without a replacement.
11+
Note :The change is expected to take effect from the version : 'MaxInstanceRepairsPercent property will be removed.'
12+
13+
14+
15+
BreakingChangesAttributesCmdLetOutputTypeDeprecated: Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy
16+
17+
18+
19+
20+
### **New-AzProximityPlacementGroup**
21+
- Cmdlet : 'New-AzProximityPlacementGroup'
22+
- The output type 'Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup' is being deprecated without a replacement.
23+
Note :The change is expected to take effect from the version : 'AvailabilitySetsColocationStatus, VirtualMachinesColocationStatus and VirtualMachineScaleSetsColocationStatus properties will be removed when the types of AvailabilitySets, VirtualMachines and VirtualMachineScaleSets are changed from SubResource to SubResourceWithColocationStatus.'
24+
25+
26+
27+
BreakingChangesAttributesCmdLetOutputTypeDeprecated: Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup
28+
29+
30+
31+
32+
### **Get-AzProximityPlacementGroup**
33+
- Cmdlet : 'Get-AzProximityPlacementGroup'
34+
- The output type 'Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup' is being deprecated without a replacement.
35+
Note :The change is expected to take effect from the version : 'AvailabilitySetsColocationStatus, VirtualMachinesColocationStatus and VirtualMachineScaleSetsColocationStatus properties will be removed when the types of AvailabilitySets, VirtualMachines and VirtualMachineScaleSets are changed from SubResource to SubResourceWithColocationStatus.'
36+
37+
38+
39+
BreakingChangesAttributesCmdLetOutputTypeDeprecated: Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup
40+
41+
42+
43+
44+
### **New-AzVmssConfig**
45+
The following parameters were affected this release:
46+
#### **AutomaticRepairMaxInstanceRepairsPercent**
47+
- Cmdlet : 'New-AzVmssConfig'
48+
- The parameter : 'AutomaticRepairMaxInstanceRepairsPercent' is changing.
49+
Change description : AutomaticRepairMaxInstanceRepairsPercent is not supported until future.
50+
51+
52+
#### **AssignIdentity**
53+
- Cmdlet : 'New-AzVmssConfig'
54+
- The parameter : 'AssignIdentity' is changing.
55+
Change description : 'IdentityType' parameter with 'SystemAssigned' value will be used instead of 'AssignIdentity'
56+
57+
58+
59+
60+
61+
### **Update-AzVmss**
62+
The following parameters were affected this release:
63+
#### **AutomaticRepairMaxInstanceRepairsPercent**
64+
- Cmdlet : 'Update-AzVmss'
65+
- The parameter : 'AutomaticRepairMaxInstanceRepairsPercent' is changing.
66+
Change description : AutomaticRepairMaxInstanceRepairsPercent is not supported until future.
67+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Breaking changes in module Microsoft.Azure.PowerShell.Cmdlets.DataLakeStore.dll
2+
3+
The following cmdlets were affected this release:
4+
5+
6+
7+
8+
### **Export-AzDataLakeStoreChildItemProperty**
9+
- Cmdlet : 'Export-AzDataLakeStoreChildItemProperty'
10+
- Export-AzDataLakeStoreChildItemProperties alias will be removed in an upcoming breaking change release
11+
Note :The change is expected to take effect from the version : '2.0.0'
12+
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
## Breaking changes in module Microsoft.Azure.PowerShell.Cmdlets.EventHub.dll
2+
3+
The following cmdlets were affected this release:
4+
5+
6+
7+
8+
### **Get-AzEventHubNamespace**
9+
- Cmdlet : 'Get-AzEventHubNamespace'
10+
- "The output type 'Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes' is changing"
11+
- The following properties in the output type are being deprecated :
12+
'ResourceGroup'
13+
- The following properties are being added to the output type :
14+
'ResourceGroupName' 'Tags'
15+
16+
17+
BreakingChangesAttributesCmdLetOutputChange2: Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes
18+
BreakingChangesAttributesCmdLetOutputPropertiesRemoved: 'ResourceGroup'
19+
BreakingChangesAttributesCmdLetOutputPropertiesAdded: 'ResourceGroupName' 'Tags'
20+
21+
22+
23+
24+
25+
### **New-AzEventHubNamespace**
26+
- Cmdlet : 'New-AzEventHubNamespace'
27+
- "The output type 'Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes' is changing"
28+
- The following properties in the output type are being deprecated :
29+
'ResourceGroup'
30+
- The following properties are being added to the output type :
31+
'ResourceGroupName' 'Tags'
32+
33+
34+
BreakingChangesAttributesCmdLetOutputChange2: Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes
35+
BreakingChangesAttributesCmdLetOutputPropertiesRemoved: 'ResourceGroup'
36+
BreakingChangesAttributesCmdLetOutputPropertiesAdded: 'ResourceGroupName' 'Tags'
37+
38+
39+
40+
41+
42+
### **Set-AzEventHubNamespace**
43+
- Cmdlet : 'Set-AzEventHubNamespace'
44+
- "The output type 'Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes' is changing"
45+
- The following properties in the output type are being deprecated :
46+
'ResourceGroup'
47+
- The following properties are being added to the output type :
48+
'ResourceGroupName' 'Tags'
49+
50+
51+
BreakingChangesAttributesCmdLetOutputChange2: Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes
52+
BreakingChangesAttributesCmdLetOutputPropertiesRemoved: 'ResourceGroup'
53+
BreakingChangesAttributesCmdLetOutputPropertiesAdded: 'ResourceGroupName' 'Tags'
54+
55+
56+
The following parameters were affected this release:
57+
#### **State**
58+
- Cmdlet : 'Set-AzEventHubNamespace'
59+
- The parameter : 'State' is changing.
60+
Change description : 'State' Parameter is being deprecated without being replaced
61+
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Breaking changes in module Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll
2+
3+
The following cmdlets were affected this release:
4+
5+
6+
7+
8+
### **New-AzKeyVaultCertificateAdministratorDetail**
9+
- Cmdlet : 'New-AzKeyVaultCertificateAdministratorDetail'
10+
- New-AzKeyVaultCertificateAdministratorDetails alias will be removed in an upcoming breaking change release
11+
Note :The change is expected to take effect from the version : '2.0.0'
12+
13+
14+
15+
16+
17+
18+
### **New-AzKeyVaultCertificateOrganizationDetail**
19+
- Cmdlet : 'New-AzKeyVaultCertificateOrganizationDetail'
20+
- New-AzKeyVaultCertificateOrganizationDetails alias will be removed in an upcoming breaking change release
21+
Note :The change is expected to take effect from the version : '2.0.0'
22+
23+
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Breaking changes in module Microsoft.Azure.PowerShell.Cmdlets.LogicApp.dll
2+
3+
The following cmdlets were affected this release:
4+
5+
6+
7+
8+
### **New-AzIntegrationAccountMap**
9+
The following parameters were affected this release:
10+
#### **ContentType**
11+
- Cmdlet : 'New-AzIntegrationAccountMap'
12+
- The parameter : 'ContentType' is changing.
13+
Change description : ContentType is being deprecated without being replaced. It will be inferred from MapType
14+
15+
16+
17+
18+
19+
### **Set-AzIntegrationAccountMap**
20+
The following parameters were affected this release:
21+
#### **ContentType**
22+
- Cmdlet : 'Set-AzIntegrationAccountMap'
23+
- The parameter : 'ContentType' is changing.
24+
Change description : ContentType is being deprecated without being replaced. It will be inferred from MapType
25+
26+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Breaking changes in module Microsoft.Azure.PowerShell.Cmdlets.MachineLearning.dll
2+
3+
The following cmdlets were affected this release:
4+
5+
6+
7+
8+
### **Get-AzMlWebServiceKey**
9+
- Cmdlet : 'Get-AzMlWebServiceKey'
10+
- Get-AzMlWebServiceKeys alias will be removed in an upcoming breaking change release
11+
Note :The change is expected to take effect from the version : '2.0.0'
12+
13+
14+
15+
16+

0 commit comments

Comments
 (0)