Skip to content

Commit

Permalink
Merge branch 'network-november' of https://github.com/Azure/azure-pow…
Browse files Browse the repository at this point in the history
…ershell into frnarea/MacSecSciState
  • Loading branch information
francescanarea committed Jan 29, 2021
2 parents 68de3c7 + 9c72a1d commit 5b9eea9
Show file tree
Hide file tree
Showing 2,990 changed files with 423,601 additions and 160,743 deletions.
98 changes: 98 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,101 @@
## 5.4.0 - January 2021
#### Az.Accounts
* Shown correct client request id on debug message [#13745]
* Added common Azure PowerShell exception type
* Supported storage API 2019-06-01

#### Az.Automation
* Fixed issue where description was not populated for update management schedules

#### Az.CosmosDB
* General availability of 'Az.CosmosDB' module
* Restricting New-AzCosmosDBAccount cmdlet to make update calls to existing Database Accounts.
* Introducing AnalyticalStorageTTL in SqlContainer.

#### Az.IotHub
* Fixed a regression regarding SAS token generation

#### Az.KeyVault
* Fixed an issue in Secret Management module

#### Az.LogicApp
* Fixed issue that 'Get-AzLogicAppTriggerHistory' and 'Get-AzLogicAppRunAction' only retrieving the first page of results [#9141]

#### Az.Monitor
* Added cmdlets for data collection rules:
- 'Get-AzDataCollectionRule'
- 'New-AzDataCollectionRule'
- 'Set-AzDataCollectionRule'
- 'Update-AzDataCollectionRule'
- 'Remove-AzDataCollectionRule'
* Added cmdlets for data collection rules associations
- 'Get-AzDataCollectionRuleAssociation'
- 'New-AzDataCollectionRuleAssociation'
- 'Remove-AzDataCollectionRuleAssociation'

#### Az.Network
* Added new cmdlets for CRUD of VpnGatewayNATRule.
- 'New-AzAzVpnGatewayNatRule'
- 'Update-AzAzVpnGatewayNatRule'
- 'Get-AzAzVpnGatewayNatRule'
- 'Remove-AzAzVpnGatewayNatRule'
* Updated cmdlets to set NATRule on VpnGateway resource and associate it with VpnSiteLinkConnection resource.
- 'New-AzVpnGateway'
- 'Update-AzVpnGateway'
- 'New-AzVpnSiteLinkConnection'
* Updated cmdlets to enable setting of ConnectionMode on Virtual Network Gateway Connections.
- 'New-AzVirtualNetworkGatewayConnection'
- 'Set-AzVirtualNetworkGatewayConnection'
* Updated 'New-AzFirewallPolicyApplicationRule' cmdlet:
- Added parameter TargetUrl
- Added parameter TerminateTLS
* Added new cmdlets for Azure Firewall Premium Features
- 'New-AzFirewallPolicyIntrusionDetection'
- 'New-AzFirewallPolicyIntrusionDetectionBypassTraffic'
- 'New-AzFirewallPolicyIntrusionDetectionSignatureOverride'
* Updated New-AzFirewallPolicy cmdlet:
- Added parameter -SkuTier
- Added parameter -Identity
- Added parameter -UserAssignedIdentityId
- Added parameter -IntrusionDetection
- Added parameter -TransportSecurityName
- Added parameter -TransportSecurityKeyVaultSecretId
* Added new cmdlet to fetch IKE Security Associations for Virtual Network Gateway Connections.
- 'Get-AzVirtualNetworkGatewayConnectionIkeSa'
* Added multiple Authentication support for p2sVpnGateway
- Updated New-AzVpnServerConfiguration and Update-AzVpnServerConfiguration to allow multiple authentication parameters to be set.
* Updated 'New-AzVpnGateway' and 'New-AzP2sVpnGateway' cmdlet:
- Added parameter EnableRoutingPreferenceInternetFlag

#### Az.RecoveryServices
* Added Cross Region Restore feature.
* Blocked getting workload config when target item is an availability group.

#### Az.Resources
* Added support for -QueryString parameter in New-Az*Deployments cmdlets

#### Az.Sql
* Made 'Start-AzSqlInstanceDatabaseLogReplay' cmdlet synchronous, added -AsJob flag

#### Az.Storage
* Fix ContinuationToken never null when list blob with -IncludeVersion
- 'Get-AzStorageBlob'

#### Az.Websites
* Added support for App Service Managed certificates
- 'New-AzWebAppCertificate'
- 'Remove-AzWebAppCertificate'
* Fixed issue that causes Docker Password to be removed from appsettings in 'Set-AzWebApp' and 'Set-AzWebAppSlot'

### Thanks to our community contributors
* Ivan Akcheurov (@ivanakcheurov), Update Set-AzSecurityWorkspaceSetting.md (#13877)
* @javiermarasco, Update example (#13837)
* @jhaprakash26, Update Set-AzVirtualNetwork.md (#13857)
* Michael Holmes (@MichaelHolmesWP), Update New-AzStorageTableStoredAccessPolicy.md (#13871)
* Michael James (@mikejwhat), Allow Get-AzLogicAppTriggerHistory and Get-AzLogicAppRunAction to return more than 30 results (#13846)
* @Willem-J-an, Fix bug causing Docker Password to be removed from appsettings in Set-AzWebApp(Slot) (#13866)


## 5.3.0 - December 2020
#### Az.Accounts
* Fixed the issue that Http proxy is not respected in Windows PowerShell [#13647]
Expand Down
1 change: 0 additions & 1 deletion NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<add key="local-feed" value="tools/LocalFeed" />
<add key="myget-azure-powershell" value="https://www.myget.org/F/azure-powershell/api/v3/index.json" />
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="powershell-core" value="https://powershell.myget.org/F/powershell-core/api/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
This repository contains PowerShell cmdlets for developers and administrators to develop, deploy, and manage Microsoft Azure applications.

Try it out in Azure Cloud Shell!
* Direct link: Open a browser to https://shell.azure.com
* Azure portal: Select the Cloud Shell icon on the [Azure portal](https://portal.azure.com/):

[![CloudShellIcon]][CloudShell]
[![CloudShellLaunchIcon](https://docs.microsoft.com/en-us/azure/cloud-shell/media/overview/portal-launch-icon.png)](#)

## Modules
Below is a table containing our Azure PowerShell rollup module.
Expand Down Expand Up @@ -180,9 +182,6 @@ _This project has adopted the [Microsoft Open Source Code of Conduct][CodeOfCond
[DotNetFramework]: https://dotnet.microsoft.com/download/dotnet-framework-runtime
[PowerShellCore]: https://github.com/PowerShell/PowerShell/releases/latest

[CloudShell]: https://shell.azure.com/powershell
[CloudShellIcon]: https://shell.azure.com/images/launchcloudshell.png "Launch Azure Cloud Shell"

[ContributionGuidelines]: https://azure.github.io/guidelines/
[CodeOfConduct]: https://opensource.microsoft.com/codeofconduct/
[CodeOfConductFaq]: https://opensource.microsoft.com/codeofconduct/faq/
Expand Down
8 changes: 7 additions & 1 deletion documentation/azure-powershell-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Azure PowerShell | `Az`
Azure Service | Module Name | PowerShell Gallery Link
------------------------------------- | --------------------------------------- | -----------------------
Accounts | `Az.Accounts` | [![Accounts]][AccountsGallery]
ADDomainServices | `Az.ADDomainServices` | [![ADDomainServices]][ADDomainServicesGallery]
Advisor | `Az.Advisor` | [![Advisor]][AdvisorGallery]
Kubernetes Service | `Az.Aks` | [![Aks]][AksGallery]
Alert Management | `Az.AlertsManagement` | [![AlertsManagement]][AlertsManagementGallery]
Expand Down Expand Up @@ -59,6 +60,7 @@ Front Door | `Az.FrontDoor`
Functions | `Az.Functions` | [![Functions]][FunctionsGallery]
Guest Configuration | `Az.GuestConfiguration` | [![GuestConfiguration]][GuestConfigurationGallery]
SAP HANA on Azure | `Az.HanaOnAzure` | [![HanaOnAzure]][HanaOnAzureGallery]
HealthBot | `Az.HealthBot` | [![HealthBot]][HealthBotGallery]
HDInsight | `Az.HDInsight` | [![HDInsight]][HDInsightGallery]
API for FHIR | `Az.HealthcareApis` | [![HealthcareApis]][HealthcareApisGallery]
HPC Cache | `Az.HPCCache` | [![HPCCache]][HPCCacheGallery]
Expand Down Expand Up @@ -131,6 +133,7 @@ Windows Iot Services | `Az.WindowsIotServices`
<!-- Shields -->
[Az]: https://img.shields.io/powershellgallery/v/Az.svg?style=flat-square&label=Az
[Accounts]: https://img.shields.io/powershellgallery/v/Az.Accounts.svg?style=flat-square&label=Az.Accounts
[ADDomainServices]: https://img.shields.io/powershellgallery/v/Az.ADDomainServices.svg?style=flat-square&label=Az.ADDomainServices
[Advisor]: https://img.shields.io/powershellgallery/v/Az.Advisor.svg?style=flat-square&label=Az.Advisor
[Aks]: https://img.shields.io/powershellgallery/v/Az.Aks.svg?style=flat-square&label=Az.Aks
[AlertsManagement]: https://img.shields.io/powershellgallery/v/Az.AlertsManagement.svg?style=flat-square&label=Az.AlertsManagement
Expand Down Expand Up @@ -179,6 +182,7 @@ Windows Iot Services | `Az.WindowsIotServices`
[Functions]: https://img.shields.io/powershellgallery/v/Az.Functions.svg?style=flat-square&label=Az.Functions
[GuestConfiguration]: https://img.shields.io/powershellgallery/v/Az.GuestConfiguration.svg?style=flat-square&label=Az.GuestConfiguration
[HanaOnAzure]: https://img.shields.io/powershellgallery/v/Az.HanaOnAzure.svg?style=flat-square&label=Az.HanaOnAzure
[HealthBot]: https://img.shields.io/powershellgallery/v/Az.HealthBot.svg?style=flat-square&label=Az.HealthBot
[HDInsight]: https://img.shields.io/powershellgallery/v/Az.HDInsight.svg?style=flat-square&label=Az.HDInsight
[HealthcareApis]: https://img.shields.io/powershellgallery/v/Az.HealthcareApis.svg?style=flat-square&label=Az.HealthcareApis
[HPCCache]: https://img.shields.io/powershellgallery/v/Az.HPCCache.svg?style=flat-square&label=Az.HPCCache
Expand Down Expand Up @@ -249,6 +253,7 @@ Windows Iot Services | `Az.WindowsIotServices`
<!-- PS Gallery -->
[AzGallery]: https://www.powershellgallery.com/packages/Az/
[AccountsGallery]: https://www.powershellgallery.com/packages/Az.Accounts/
[ADDomainServicesGallery]: https://www.powershellgallery.com/packages/Az.ADDomainServices/
[AdvisorGallery]: https://www.powershellgallery.com/packages/Az.Advisor/
[AksGallery]: https://www.powershellgallery.com/packages/Az.Aks/
[AlertsManagementGallery]: https://www.powershellgallery.com/packages/Az.AlertsManagement/
Expand Down Expand Up @@ -297,6 +302,7 @@ Windows Iot Services | `Az.WindowsIotServices`
[FunctionsGallery]: https://www.powershellgallery.com/packages/Az.Functions/
[GuestConfigurationGallery]: https://www.powershellgallery.com/packages/Az.GuestConfiguration/
[HanaOnAzureGallery]: https://www.powershellgallery.com/packages/Az.HanaOnAzure/
[HealthBotGallery]: https://www.powershellgallery.com/packages/Az.HealthBot/
[HDInsightGallery]: https://www.powershellgallery.com/packages/Az.HDInsight/
[HealthcareApisGallery]: https://www.powershellgallery.com/packages/Az.HealthcareApis/
[HPCCacheGallery]: https://www.powershellgallery.com/packages/Az.HPCCache/
Expand Down Expand Up @@ -362,4 +368,4 @@ Windows Iot Services | `Az.WindowsIotServices`
[TrafficManagerGallery]: https://www.powershellgallery.com/packages/Az.TrafficManager/
[VMWareGallery]: https://www.powershellgallery.com/packages/Az.VMWare/
[WebsitesGallery]: https://www.powershellgallery.com/packages/Az.Websites/
[WindowsIotServicesGallery]: https://www.powershellgallery.com/packages/Az.WindowsIotServices/
[WindowsIotServicesGallery]: https://www.powershellgallery.com/packages/Az.WindowsIotServices/
2 changes: 1 addition & 1 deletion setup/generate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if( (-not (get-command -ea 0 light)) -or (-not (get-command -ea 0 heat)) -or (-n
$outputName ="Az-Cmdlets"

# generate the product name from the current month/year.
$productName = "Microsoft Azure PowerShell - December 2020"
$productName = "Microsoft Azure PowerShell - January 2021"

# where to put temp files
$tmp = Join-Path $env:temp azure-cmdlets-tmp
Expand Down
48 changes: 48 additions & 0 deletions src/ADDomainServices/ADDomainServices.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{62843FE6-7575-4D88-B989-7DF7EEC0BC01}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{442C609B-A431-4A71-B289-08F0B63C83E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{59E8F6B8-8F0E-403F-B88B-9736DBC396D9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Az.ADDomainServices", "Az.ADDomainServices.csproj", "{1C203C0C-E0FD-40D2-B79E-C6DA52E4E350}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Release|Any CPU.Build.0 = Release|Any CPU
{62843FE6-7575-4D88-B989-7DF7EEC0BC01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62843FE6-7575-4D88-B989-7DF7EEC0BC01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62843FE6-7575-4D88-B989-7DF7EEC0BC01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62843FE6-7575-4D88-B989-7DF7EEC0BC01}.Release|Any CPU.Build.0 = Release|Any CPU
{442C609B-A431-4A71-B289-08F0B63C83E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{442C609B-A431-4A71-B289-08F0B63C83E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{442C609B-A431-4A71-B289-08F0B63C83E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{442C609B-A431-4A71-B289-08F0B63C83E5}.Release|Any CPU.Build.0 = Release|Any CPU
{59E8F6B8-8F0E-403F-B88B-9736DBC396D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59E8F6B8-8F0E-403F-B88B-9736DBC396D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59E8F6B8-8F0E-403F-B88B-9736DBC396D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59E8F6B8-8F0E-403F-B88B-9736DBC396D9}.Release|Any CPU.Build.0 = Release|Any CPU
{1C203C0C-E0FD-40D2-B79E-C6DA52E4E350}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C203C0C-E0FD-40D2-B79E-C6DA52E4E350}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C203C0C-E0FD-40D2-B79E-C6DA52E4E350}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C203C0C-E0FD-40D2-B79E-C6DA52E4E350}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F9B3D96E-9680-40BE-A917-02EE655D6030}
EndGlobalSection
EndGlobal
7 changes: 7 additions & 0 deletions src/ADDomainServices/Az.ADDomainServices.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PsModuleName>ADDomainServices</PsModuleName>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)..\Az.autorest.props" />
</Project>
Loading

0 comments on commit 5b9eea9

Please sign in to comment.