Skip to content

Commit c411363

Browse files
Merge pull request #7 from Azure/master
nerge
2 parents e14e1c4 + 0c70c57 commit c411363

File tree

1,655 files changed

+3959047
-4950979
lines changed

Some content is hidden

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

1,655 files changed

+3959047
-4950979
lines changed

.azure-pipelines/powershell-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ variables:
55
LinuxImage: ubuntu-18.04
66
MacOSName: macOS
77
MacOSImage: macOS-10.13
8-
TestFramework: netcoreapp2.1
8+
TestFramework: netcoreapp2.2
99
TestTarget: Test
1010
Configuration: Debug
1111

.azure-pipelines/windows-powershell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
variables:
22
WindowsName: windows
33
WindowsImage: VS2017-Win2016
4-
TestFramework: net472
5-
TestTarget: TestNet472
4+
TestFramework: netcoreapp2.2
5+
TestTarget: Test
66
Configuration: Debug
77

88
jobs:

ChangeLog.md

Lines changed: 224 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,227 @@
1+
## 3.3.0 - January 2020
2+
#### Az.Accounts
3+
* Updated Add-AzEnvironment and Set-AzEnvironment to accept parameters AzureAttestationServiceEndpointResourceId and AzureAttestationServiceEndpointSuffix
4+
5+
#### Az.Cdn
6+
* Display error response detail in New-AzCdnEndpoint cmdlet
7+
8+
#### Az.Compute
9+
* Fix Set-AzVMCustomScriptExtension cmdlet for a VM with managed OD disk which does not have OS profile.
10+
11+
#### Az.ContainerInstance
12+
* Fixed parameter names used by example of New-AzContainerGroup
13+
14+
#### Az.DataBoxEdge
15+
* Added cmdlet 'Get-AzDataBoxEdgeStorageContainer'
16+
- Get the Edge Storage Container
17+
* Added cmdlet 'New-AzDataBoxEdgeStorageContainer'
18+
- Create new Edge Storage Container
19+
* Added cmdlet 'Remove-AzDataBoxEdgeStorageContainer'
20+
- Remove the Edge Storage Container
21+
* Added cmdlet 'Invoke-AzDataBoxEdgeStorageContainer'
22+
- Invoke action to refresh data on Edge Storage Container
23+
* Added cmdlet 'Get-AzDataBoxEdgeStorageAccount'
24+
- Get the Edge Storage Account
25+
* Added cmdlet 'New-AzDataBoxEdgeStorageAccount'
26+
- Create new Edge Storage Account
27+
* Added cmdlet 'Remove-AzDataBoxEdgeStorageAccount'
28+
- Remove the Edge Storage Account
29+
* Invoke cmdlet 'Invoke-AzDataBoxEdgeShare'
30+
- Invoke action to refresh data on share
31+
* Added cmdlet 'Set-AzDataBoxEdgeStorageAccountCredential'
32+
- Set the az databoxedge storage account credential
33+
34+
#### Az.DataFactory
35+
* Add AutoUpdateETA, LatestVersion, PushedVersion, TaskQueueId and VersionStatus properties for Get-AzDataFactoryV2IntegrationRuntime cmd
36+
* Update ADF .Net SDK version to 4.6.0
37+
* Add parameter 'PublicIPs' for 'Set-AzureRmDataFactoryV2IntegrationRuntime' cmd
38+
to enable create Azure-SSIS IR with static public IP addresses.
39+
40+
#### Az.DevTestLabs
41+
* Remove the broken link in Get-AzDtlAllowedVMSizesPolicy.md
42+
43+
#### Az.EventHub
44+
* Fix for issue 10634 : Fix the null Object reference for remove eventhubnamespace
45+
46+
#### Az.HDInsight
47+
* Fix Invoke-AzHDInsightHiveJob.md error.
48+
49+
#### Az.MachineLearning
50+
* Removed below cmdlets because MachineLearningCompute is not available any longer
51+
- Get-AzMlOpCluster
52+
- Get-AzMlOpClusterKey
53+
- New-AzMlOpCluster
54+
- Remove-AzMlOpCluster
55+
- Set-AzMlOpCluster
56+
- Test-AzMlOpClusterSystemServicesUpdateAvailability
57+
- Update-AzMlOpClusterSystemService
58+
59+
#### Az.Network
60+
* Upgrade dependency of Microsoft.Azure.Management.Sql from 1.36-preview to 1.37-preview
61+
62+
#### Az.RecoveryServices
63+
* Azure Site Recovery change support for managed disk vms encrypted at rest with customer managed leys for Azure to Azure provider.
64+
* Azure Site Recovery support to input disk encryption Set Id as optional input at enabling protection for Vmware to Azure.
65+
* Azure Site Recovery support to input disk encryption Set Id as optional input at disk level to enable protection for Vmware to Azure.
66+
* Azure Site Recovery support to update replication protected item with disk encryption set Map for HyperV to Azure.
67+
68+
#### Az.Resources
69+
* Fix an error in help document of 'Remove-AzTag'.
70+
71+
#### Az.Sql
72+
* Fix vulnerability assessment set baseline cmdlets functionality to work on master db for azure database and limit it on managed instance system databases.
73+
* Fix an error when creating SQL instance failover group
74+
75+
#### Az.SqlVirtualMachine
76+
* Add DR as a new valid License type
77+
78+
#### Az.Storage
79+
* Add breaking change warning message for DefaultAction Value change in a future release
80+
- Update-AzStorageAccountNetworkRuleSet
81+
* Support Get last sync time of Storage account by run get-AzureRMStorageAccount with parameter -IncludeGeoReplicationStats
82+
- Get-AzureRMStorageAccount
83+
84+
## 3.2.0 - December 2019
85+
86+
### General
87+
* Update references in .psd1 to use relative path for all modules
88+
89+
#### Az.Accounts
90+
* Set correct UserAgent for client-side telemetry for Az 4.0 preview
91+
* Display user friendly error message when context is null in Az 4.0 preview
92+
93+
#### Az.Batch
94+
* Fix issue #10602, where **New-AzBatchPool** did not properly send 'VirtualMachineConfiguration.ContainerConfiguration' or 'VirtualMachineConfiguration.DataDisks' to the server.
95+
96+
#### Az.DataFactory
97+
* Update ADF .Net SDK version to 4.5.0
98+
99+
#### Az.FrontDoor
100+
* Added WAF managed rules exclusion support
101+
* Add SocketAddr to auto-complete
102+
103+
#### Az.HealthcareApis
104+
* Exception Handling
105+
106+
#### Az.KeyVault
107+
* Fixed error accessing value that is potentially not set
108+
* Elliptic Curve Cryptography Certificate Managment
109+
- Added support to specify the Curve for Certificate Policies
110+
111+
#### Az.Monitor
112+
* Adding optional argument to the Add Diagnostic Settings command. A switch argument that if present indicates that the export to Log Analytics must be to a fixed schema (a.k.a. dedicated, data type)
113+
114+
#### Az.Network
115+
* Support for IpGroups in AzureFirewall Application,Nat & Network Rules.
116+
117+
#### Az.RecoveryServices
118+
* Added SoftDelete feature for VM and added tests for softdelete
119+
* Azure Site Recovery support for Azure Disk Encryption One Pass for Azure to Azure.
120+
121+
#### Az.Resources
122+
* Fix an issue where template deployment fails to read a template parameter if its name conflicts with some built-in parameter name.
123+
* Updated policy cmdlets to use new api version 2019-09-01 that introduces grouping support within policy set definitions.
124+
125+
#### Az.Sql
126+
* Upgraded storage creation in Vulnerability Assessment auto enablement to StorageV2
127+
128+
#### Az.Storage
129+
* Support generate Blob/Constainer Idenity based SAS token with Storage Context based on Oauth authentication
130+
- New-AzStorageContainerSASToken
131+
- New-AzStorageBlobSASToken
132+
* Support revoke Storage Account User Delegation Keys, so all Idenity SAS tokens are revoked
133+
- Revoke-AzStorageAccountUserDelegationKeys
134+
* Upgrade to Microsoft.Azure.Management.Storage 14.2.0, to support new API version 2019-06-01.
135+
* Support Share QuotaGiB more than 5120 in Management plane File Share cmdlets, and add parameter alias 'Quota' to parameter 'QuotaGiB'
136+
- New-AzRmStorageShare
137+
- Update-AzRmStorageShare
138+
* Add parameter alias 'QuotaGiB' to parameter 'Quota'
139+
- Set-AzStorageShareQuota
140+
* Fix the issue that Set-AzStorageContainerAcl can clean up the stored Access Policy
141+
- Set-AzStorageContainerAcl
142+
143+
## 3.1.0 - November 2019
144+
### Highlights since the last major release
145+
* Az.DataBoxEdge 1.0.0 released
146+
* Az.SqlVirtualMachine 1.0.0 released
147+
148+
#### Az.Compute
149+
* VM Reapply feature
150+
- Add Reapply parameter to Set-AzVM cmdlet
151+
* VM Scale Set AutomaticRepairs feature:
152+
- Add EnableAutomaticRepair, AutomaticRepairGracePeriod, and AutomaticRepairMaxInstanceRepairsPercent parameters to the following cmdlets:
153+
New-AzVmssConfig
154+
Update-AzVmss
155+
* Cross tenant gallery image support for New-AzVM
156+
* Add 'Spot' to the argument completer of Priority parameter in New-AzVM, New-AzVMConfig and New-AzVmss cmdlets
157+
* Add DiskIOPSReadWrite and DiskMBpsReadWrite parameters to Add-AzVmssDataDisk cmdlet
158+
* Change SourceImageId parameter of New-AzGalleryImageVersion cmdlet to optional
159+
* Add OSDiskImage and DataDiskImage parameters to New-AzGalleryImageVersion cmdlet
160+
* Add HyperVGeneration parameter to New-AzGalleryImageDefinition cmdlet
161+
* Add SkipExtensionsOnOverprovisionedVMs parameters to New-AzVmss, New-AzVmssConfig and Update-AzVmss cmdlets
162+
163+
#### Az.DataBoxEdge
164+
* Added cmdlet `Get-AzDataBoxEdgeOrder`
165+
- Get the Order
166+
* Added cmdlet `New-AzDataBoxEdgeOrder`
167+
- Create new Order
168+
* Added cmdlet `Remove-AzDataBoxEdgeOrder`
169+
- Remove the Order
170+
* Change in cmdlet `New-AzDataBoxEdgeShare`
171+
- Now creates Local Share
172+
* Added cmdlet `Set-AzDataBoxEdgeRole`
173+
- Now IotRole can be mapped to Share
174+
* Added cmdlet `Invoke-AzDataBoxEdgeDevice`
175+
- Invoke scan update, download update, install updates on the device
176+
* Added cmdlet `Get-AzDataBoxEdgeTrigger`
177+
- Gets the information about Triggers
178+
* Added cmdlet `New-AzDataBoxEdgeTrigger`
179+
- Create new Triggers
180+
* Added cmdlet `Remove-AzDataBoxEdgeTrigger`
181+
- Remove the Triggers
182+
183+
#### Az.DataFactory
184+
* Update ADF .Net SDK version to 4.4.0
185+
* Add parameter 'ExpressCustomSetup' for 'Set-AzureRmDataFactoryV2IntegrationRuntime' cmd to enable setup configurations and 3rd party components without custom setup script.
186+
187+
#### Az.DataLakeStore
188+
* Update documentation of Get-AzDataLakeStoreDeletedItem and Restore-AzDataLakeStoreDeletedItem
189+
190+
#### Az.EventHub
191+
* Fix for issue 10301 : Fix the SAS Token date format
192+
193+
#### Az.FrontDoor
194+
* Add MinimumTlsVersion parameter to Enable-AzFrontDoorCustomDomainHttps and New-AzFrontDoorFrontendEndpointObject
195+
* Add HealthProbeMethod and EnabledState parameters to New-AzFrontDoorHealthProbeSettingObject
196+
* Add new cmdlet to create BackendPoolsSettings objec to pass into creation/update of Front Door
197+
- New-AzFrontDoorBackendPoolsSettingObject
198+
199+
#### Az.Network
200+
* Change 'Start-AzVirtualNetworkGatewayConnectionPacketCapture.md' and 'Start-AzVirtualnetworkGatewayPacketCapture.md' FilterData option examples.
201+
202+
#### Az.PrivateDns
203+
* Updated PrivateDns .net sdk to version 1.0.0
204+
205+
#### Az.RecoveryServices
206+
* Azure Site Recovery support to select disk type at enabling protection.
207+
* Azure Site Recovery bug fix for recovery plan action edit.
208+
* Azure Backup SQL Restore support to accept filestream DBs.
209+
210+
#### Az.RedisCache
211+
* Added 'MinimumTlsVersion' parameter in 'New-AzRedisCache' and 'Set-AzRedisCache' cmdlets. Also, added 'MinimumTlsVersion' in the output of 'Get-AzRedisCache' cmdlet.
212+
* Added validation on '-Size' parameter for 'Set-AzRedisCache' and 'New-AzRedisCache' cmdlets
213+
214+
#### Az.Resources
215+
- Updated policy cmdlets to use new api version 2019-06-01 that has new EnforcementMode property in policy assignment.
216+
- Updated create policy definition help example
217+
- Fix bug Remove-AZADServicePrincipal -ServicePrincipalName, throw null reference when service principal name not found.
218+
- Fix bug New-AZADServicePrincipal, throw null reference when tenant doesn't have any subscription.
219+
- Change New-AzAdServicePrincipal to add credentials only to associated application.
220+
221+
#### Az.Sql
222+
* Added support for database ReadReplicaCount.
223+
* Fixed Set-AzSqlDatabase when zone redundancy not set
224+
1225
## 3.0.0 - November 2019
2226
### General
3227
* Az.PrivateDns 1.0.0 released

0 commit comments

Comments
 (0)