Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
232e1a1
Update changelog for upcoming release (#12333)
dingmeng-xue Jul 7, 2020
bbd15d1
bug fix (#12342)
VeryEarly Jul 7, 2020
2348841
Add new module CustomProviders, HanaOnAzure, MonitoringSolutions, Con…
isra-fel Jul 7, 2020
23f3a55
Remove Microsoft.Azure.Management.MachineLearningCompute.dll from psd…
dingmeng-xue Jul 7, 2020
45a6151
fix bug for Set-AzActionRule (#12343)
VeryEarly Jul 8, 2020
979391e
Fix version compare scripts in psm1 (#12356)
dingmeng-xue Jul 8, 2020
88a8204
Remove MachineLearningCompute related legacy files (#12354)
dingmeng-xue Jul 8, 2020
968e639
Public Preview of Az.AzureStackHCI module (#12339)
sudhirap Jul 8, 2020
b1203db
Add a special judge for Az.Accounts when bump version (#12357)
chenlei-yang Jul 8, 2020
90d6a1f
Fix typo in Get-AzKeyVaultCertificate.md documentation (#12340)
cartwrightluke Jul 9, 2020
fcec559
Lower case server name in upsert server operation (#12268)
skycckk Jul 9, 2020
a96c31d
Update Frontdoor module to use latest SDK - RP API v2020-05-01 (#12358)
MoustafaEid Jul 9, 2020
372fc58
Change the logic of version bumper (#12327)
chenlei-yang Jul 9, 2020
7b93640
Add one example on Add-AzEnvironment (#12363)
dingmeng-xue Jul 10, 2020
8cf2537
fix broken links (#12368)
BethanyZhou Jul 10, 2020
907f7b0
release-2020-07-14 (#12380)
dingmeng-xue Jul 10, 2020
163fb40
Add one example on Add-AzEnvironment (#12363)
dingmeng-xue Jul 10, 2020
2a2fc7f
HCI registration uses East US billing endpoint (#12369)
sudhirap Jul 13, 2020
1199006
Reserved Instances- update autocomplete to reflect new reserved resou…
aditink Jul 13, 2020
1571a5d
Az.storage sync.tiering policy (#12383)
ankushbindlish2 Jul 13, 2020
842659e
Fix doc issue of `Import-AzKeyVaultCertificate` (#12375)
isra-fel Jul 13, 2020
cafd769
Merge branch 'release-2020-07-14'
dingmeng-xue Jul 13, 2020
565676f
Resolve conflicts in changelog
dingmeng-xue Jul 13, 2020
af31c97
[Network] Zone-redundant Public IP address (#12362)
wyunchi-ms Jul 14, 2020
efbf596
Remove the template for Az 4.0 preview (#12386)
dingmeng-xue Jul 14, 2020
92f2639
Introducing Az.Security AdaptiveApplicationControl cmdlets (#12388)
ariklin Jul 15, 2020
406cdfd
Updated Enable-AzContextAutoSave reference doc (#12389)
dcaro Jul 15, 2020
f532b9b
update nupkg (#12390)
anusapan Jul 15, 2020
d6bf06b
adding -Location parameter to get-azComputeResourceSku (#12408)
grizzlytheodore Jul 16, 2020
179e53a
Update Get-AzApiManagementPolicy.md (#12404)
mathiasi Jul 16, 2020
3a261e6
Added -ForceDelete option for Remove-AzOperationalInsightsworkspace, …
VeryEarly Jul 16, 2020
69c0ad1
Revert PR #12390 (#12415)
wyunchi-ms Jul 16, 2020
2b081c6
update changelog (#12422)
datr93 Jul 17, 2020
8f592be
Validate input region, add support for West Europe and Canary endpoin…
sudhirap Jul 17, 2020
b6da08b
Updated mapping rules for IotCentral ad IotHub (#12423)
mikefrobbins Jul 17, 2020
0efb226
Add new attributes to role assignment objects and related cmdlets (#1…
dagoroz Jul 17, 2020
7832d08
Update Set-AzVirtualNetworkGatewayConnection.md (#12419)
radwiv Jul 17, 2020
f1bb2b5
Role name fix (#12414)
kojinak Jul 17, 2020
1214527
Add tools for adding module from generation branch to master branch. …
wyunchi-ms Jul 17, 2020
faf178c
[StackHCI] Add necessary files (#12398)
wyunchi-ms Jul 17, 2020
f0c3152
Aladdin generated examples for Resources (#12428)
aladdindoc Jul 19, 2020
385cf2e
Fix for existing database error (#12421)
bradrich-msft Jul 19, 2020
8b6b73c
Aladdin generated examples for Network (#12306)
aladdindoc Jul 20, 2020
9bffc79
[DesktopVirtualization]Update module DesktopVirtualization (#12409)
wyunchi-ms Jul 20, 2020
d758c2c
Add parameter "MaxContextPopulation" for `Connect-AzAccount` (#12397)
BethanyZhou Jul 20, 2020
64177c3
Update Az.IotHub.md (#12444)
mikefrobbins Jul 21, 2020
578135a
fix merge conflicts
blueww Jul 21, 2020
56953f6
Updated mapping rules for policy cmdlets (#12442)
mikefrobbins Jul 21, 2020
c3064f8
Update Get-AzLogicAppRunHistory.md (#12445)
HoLengZai Jul 21, 2020
6a94b3a
[Storage] Support Track2 blob SAS and code revise (#12443)
blueww Jul 21, 2020
52d44e3
Improving AFS container/item discovery experience (#12433)
hiaga Jul 21, 2020
dee671a
Add a constant for more flexibility in setting the default value of M…
BethanyZhou Jul 21, 2020
744c467
Support private offers in subscription level (#12439)
olrakovs-zz Jul 22, 2020
b992178
fix merge conflicts
blueww Jul 22, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
66 changes: 0 additions & 66 deletions .github/ISSUE_TEMPLATE/az-preview-bug-report.md

This file was deleted.

114 changes: 114 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,117 @@
## 4.4.0 - July 2020
#### Az.Accounts
* Added new cmdlet 'Invoke-AzRestMethod'
* Fixed an issue that may cause authentication errors in multi-process scenarios such as running multiple Azure PowerShell cmdlets using 'Start-Job' [#9448]

#### Az.Aks
* Fixed bug 'Get-AzAks' doesn't get all clusters [#12296]

#### Az.AnalysisServices
* Removed project reference to Authentication

#### Az.Automation
* Fixed the issue that string with escape chars cannot be converted into json object.

#### Az.Compute
* Added warning when using 'New-AzVmss' without 'latest' image version

#### Az.DataFactory
* Added global parameters to Data Factory.

#### Az.EventGrid
* Updated to use the 2020-06-01 API version.
* Added new features:
- Input mapping
- Event Delivery Schema
- Private Link
- Cloud Event V10 Schema
- Service Bus Topic As Destination
- Azure Function As Destination
- WebHook Batching
- Secure webhook (AAD support)
- IpFiltering
* Updated cmdlets:
- 'New-AzEventGridSubscription'/'Update-AzEventGridSubscription':
- Add new optional parameters to support webhook batching.
- Add new optional parameters to support secured webhook using AAD.
- Add new enum for EndpointType parameter to support azure function and service bus topic as new destinations.
- Add new optional parameter for delivery schema.
- 'New-AzEventGridTopic'/'Update-AzEventGridTopic' and 'New-AzEventGridDomain'/'Update-AzEventGridDomain':
- Add new optional parameters to support IpFiltering.
- 'New-AzEventGridTopic'/'New-AzEventGridDomain':
- Add new optional parameters to support Input mapping.

#### Az.FrontDoor
* Updated module to use API 2020-05-01
* Added Private link support for Storage, Keyvault and Web App Service resources

#### Az.HDInsight
* Supported creating cluster with ADLSGen1/2 storage in national clouds.

#### Az.Monitor
* Fixed bug for 'Get-AzDiagnosticSetting' when metrics or logs are null [#12272]

#### Az.Network
* Fixed parameters swap in VWan HubVnet connection
* Added new cmdlets for Azure Network Virtual Appliance Sites
- 'Get-AzVirtualApplianceSite'
- 'New-AzVirtualApplianceSite'
- 'Remove-AzVirtualApplianceSite'
- 'Update-AzVirtualApplianceSite'
- 'New-AzOffice365PolicyProperty'
* Added new cmdlets for Azure Network Virtual Appliance
- 'Get-AzNetworkVirtualAppliance'
- 'New-AzNetworkVirtualAppliance'
- 'Remove-AzNetworkVirtualAppliance'
- 'Update-AzNetworkVirtualAppliance'
- 'Get-AzNetworkVirtualApplianceSku'
- 'New-AzVirtualApplianceSkuProperty'
* Onboarded Application Gateway to Private Link Common Cmdlets
* Onboarded StorageSync to Private Link Common Cmdlets
* Onboarded SignalR to Private Link Common Cmdlets

#### Az.RecoveryServices
* Removed project reference to Authentication
* Azure Backup tuned cmdlets help text to be more accurate.
* Azure Backup added support for fetching MAB agent jobs using 'Get-AzRecoveryServicesBackupJob' cmdlet.

#### Az.Resources
* Updated 'Save-AzResourceGroupDeploymentTemplate' to use the SDK.
* Added 'Unregister-AzResourceProvider' cmdlet.

#### Az.Sql
* Added support for Service principal and guest users in Set-AzSqlInstanceActiveDirectoryAdministrator cmdlet'
* Fixed a bug in Data Classification cmdlets.'
* Added support for Azure SQL Managed Instance failover: 'Invoke-AzSqlInstanceFailover'

#### Az.Storage
* Fixed the issue that UserAgent is not added for some data plane cmdlets.
* Supported create/update Storage account with MinimumTlsVersion and AllowBlobPublicAccess
- 'New-AzStorageAccount'
- 'Set-AzStorageAccount'
* Support enable/disable versioning on Blob Service of a Storage account
- 'Update-AzStorageBlobServiceProperty'
* Support list blobs with blob versions
- 'Get-AzStorageBlob'
* Support get/remove single blob snapshot or blob version
- 'Get-AzStorageBlob'
- 'Remove-AzStorageBlob'
* Support pipeline from blob object generated from Azure.Storage.Blobs V12
- 'Get-AzStorageBlobContent'
- 'New-AzStorageBlobSASToken'
- 'Remove-AzStorageBlob'
- 'Set-AzStorageBlobContent'
- 'Start-AzStorageBlobCopy'

#### Az.StorageSync
* Added a new version StorageSync SDK targeting ApiVersion 2020-03-01
* Added Update Storage Sync Service cmdlet
- 'Set-AzStorageSyncService'
* Added IncomingTrafficPolicy and PrivateEndpointConnections to StorageSyncService cmdlets.

#### Az.Websites
* Added support to perform operations for Slots not in the same resource group as the App Service Plan

## 4.3.0 - June 2020
#### Az.Accounts
* Supported discovering environment setting by default and adding environment via 'Add-AzEnvironment'
Expand Down
Loading