Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Do not Squash] Merge main branch to Az.Storage-preview branch #20973

Merged
merged 38 commits into from
Feb 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
d4510cc
updata some old moudle metadata json file (#20892)
greathongtu Feb 10, 2023
e2ed802
[DataFactory]Updated ADF .Net SDK version to 9.1.0 (#20875)
Jingshu923 Feb 10, 2023
2577567
Service Client Code generation for Redis Cache RP (#20894)
rohanand-MS Feb 10, 2023
a317e63
Change sync alias.yml (#20899)
greathongtu Feb 10, 2023
97176e9
Correct help docs for *-AzCosmosDBAccount (#20891)
BethanyZhou Feb 10, 2023
58aa75d
Sync fabricbot.json (#20831)
azure-powershell-bot Feb 13, 2023
565c798
[Az.DataMigration] Change Azure Database Migration Service in documen…
ash1625 Feb 13, 2023
e28579e
Corrected syntax for ConfirmAction (#20902)
brettmillerb Feb 13, 2023
d67d180
Update New-AzSynapseRoleAssignment.md (#20905)
meenalsri Feb 13, 2023
33f2ffe
Update Remove-AzSynapseRoleAssignment.md (#20906)
meenalsri Feb 13, 2023
7c0057c
Added note for scenario when an SPN role assignment is listed (#20907)
meenalsri Feb 13, 2023
ddf4080
Use pwsh7.2.8 temporarily till 7.2.10 is available (#20911)
BethanyZhou Feb 13, 2023
4d1b136
Fix the issue that CI doesn't check online version of help doc (#20901)
wyunchi-ms Feb 13, 2023
80470b8
Snat cmdlet fwp (#20854)
Gizachew-Eshetie Feb 14, 2023
f44cad1
OOB of Az.ConnectedKubernetes (#20904)
Nickcandy Feb 14, 2023
194e4c0
Pipeline for fabricbot aliases (#20915)
greathongtu Feb 14, 2023
4355b90
Update the validate set of NodeSize for spark pool related cmdlets (#…
yanjungao718 Feb 15, 2023
d7880ae
Add missing online version (#20916)
wyunchi-ms Feb 15, 2023
547da57
{AzureFrontDoor} fixes Azure/azure-powershell#20870 Adding Tag parame…
navba-MSFT Feb 15, 2023
70a01e4
Migrate ServiceBus from generation to main (#20927)
azure-powershell-bot Feb 16, 2023
1a4a204
Pipeline for fabricbot aliases (#20931)
greathongtu Feb 16, 2023
884d4b1
[AppService]: fix #16816- New-AzWebAppSSLBinding is missing the -What…
Kotasudhakarreddy Feb 16, 2023
96a3e1d
-PerformancePlus for New-AzDiskConfig (#20937)
grizzlytheodore Feb 17, 2023
fcc0121
breaking change message for New-AzVmss (#20935)
grizzlytheodore Feb 17, 2023
8322965
[IoT]IoT Hub SDK version update to 4.2.0 and fixed Get-AzIoTHub to wo…
Elsie4ever Feb 17, 2023
4834191
Migrate ServiceLinker from generation to main (#20952)
azure-powershell-bot Feb 17, 2023
4e32b16
{Network} Fix Reset-AzVirtualNetworkGateway Example (#20950)
SaurabhSharma-MSFT Feb 17, 2023
9e02753
Migrate ManagedServiceIdentity from generation to main (#20951)
azure-powershell-bot Feb 17, 2023
9db4c3b
[Az.ConnectedKubernetes] support proxy environments and fix issues (#…
yinghsugn Feb 17, 2023
a491163
Sync upcoming breaking changes doc (#20925)
NoriZC Feb 17, 2023
ec1efee
Register Microsoft.Monitor RP in Network cmdlets (#20948)
GokulPrasad-Work Feb 17, 2023
e954245
Move ConnectedKubernetes to main (#20958)
BethanyZhou Feb 17, 2023
20c1c88
analyze cmdlets differences (#20460)
greathongtu Feb 20, 2023
f5f89f2
update tests and session records (#20965)
jago2136 Feb 20, 2023
e043ae6
OOB of Az.ConnectedKubernetes (#20959)
BethanyZhou Feb 20, 2023
442971b
[Relay] added upcoming breaking change message. (#20930)
LucasYao93 Feb 20, 2023
919880f
Migrate ServiceBus from generation to main (#20971)
azure-powershell-bot Feb 20, 2023
ab469ee
Merge branch 'main' of https://github.com/Azure/azure-powershell into…
blueww Feb 20, 2023
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
  •  
  •  
  •  
7 changes: 7 additions & 0 deletions .azure-pipelines/SyncDocsConfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"SyncPath": [
"documentation/breaking-changes/upcoming-breaking-changes.md"
],
"UnSyncPath": [
]
}
4 changes: 2 additions & 2 deletions .azure-pipelines/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ parameters:
- name: ps7_2
displayName: PowerShell 7.2.x Version
type: string
default: 7.2.*
default: 7.2.8
- name: ps7_3
displayName: PowerShell 7.3.x Version
type: string
Expand Down Expand Up @@ -198,4 +198,4 @@ jobs:
agentPoolName: ${{ variables.macOsAgentPoolName }}
agentPoolVMImage: ${{ variables.macOsAgentPoolVMImage }}
psVersion: ${{ parameters.preview_ps }}
netCoreVersion: ${{ parameters.netCoreVersion_7 }}
netCoreVersion: ${{ parameters.netCoreVersion_7 }}
56 changes: 56 additions & 0 deletions .azure-pipelines/sync-MSdoc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
resources:
repositories:
- repository: self
type: git
ref: main

trigger:
branches:
include:
- main
paths:
include:
- documentation\breaking-changes\upcoming-breaking-changes.md

variables:
TargetedRepo: azure-docs-powershell
TargetedBranchName: sync-upcoming-breaking-changes
GithubToken: $(GITHUB_TOKEN)

jobs:
- job: Sync
displayName: Sync task
condition: succeeded()
strategy:
matrix:
Generation:
BranchName: ${{ variables.TargetedBranchName }}

steps:
- task: PowerShell@2
displayName: Sync branch
inputs:
targetType: inline
script: >-
./tools/SyncDocsToMicrosoftDocsOrg.ps1 -BranchName $(BranchName) -GithubToken $(GithubToken)
pwsh: true

- pwsh: |
$Title = "Sync upcoming breaking changes docs from Azure/azure-powershell repo"
$HeadBranch = "$(BranchName)"
$BaseBranch = "main"
$Description = "Sync latest upcoming breaking changes doc from Azure/azure-powershell repo."
$Headers = @{"Accept" = "application/vnd.github+json"; "Authorization" = "Bearer $(GithubToken)"}
$PrBody = @"
<!-- DO NOT DELETE THIS TEMPLATE -->

## Description
$Description

<!-- Please add a brief description of the changes made in this PR. If you have an ongoing or finished cmdlet design, please paste the link below. -->
"@
$RequestBody = @{"title" = $Title; "body" = $PrBody; "head" = $HeadBranch; "base" = $BaseBranch }
Invoke-WebRequest -Uri https://api.github.com/repos/MicrosoftDocs/azure-docs-powershell/pulls -method POST -Headers $Headers -Body ($RequestBody | ConvertTo-Json)

continueOnError: true
displayName: Create PR to main branch
35 changes: 22 additions & 13 deletions .azure-pipelines/sync-aliases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,29 @@ jobs:
./tools/Github/ParseWiki2Json.ps1 -ADOToken $(ADOToken)
displayName: Update fabricbot.json file locally

- task: PowerShell@2
displayName: Git commit and push
inputs:
targetType: inline
script: |
git config --global user.email "[email protected]"
git config --global user.name "azure-powershell-bot"
git checkout -b "internal/sync-fabricbot-json"
- pwsh: |
$gitStatus = git status -s
if (-not $gitStatus) {
Write-Host "The wiki has no changes ."
Write-Host "##vso[task.setvariable variable=ChangesDetected]false"
} else {
Write-Host "There are changes in the repository."
Write-Host "##vso[task.setvariable variable=ChangesDetected]true"
}
displayName: Check if Wiki table has any changes

- pwsh: |
git config --global user.email "[email protected]"
git config --global user.name "azure-powershell-bot"
git checkout -b "internal/sync-fabricbot-json"

git add .
git commit -m "Sync fabricbot.json"
git add .
git commit -m "Sync fabricbot.json"

git remote set-url origin https://$(BotAccessToken)@github.com/Azure/azure-powershell.git;
git push origin internal/sync-fabricbot-json --force
git remote set-url origin https://azure-powershell-bot:$(BotAccessToken)@github.com/Azure/azure-powershell.git;
git push origin internal/sync-fabricbot-json --force
displayName: Git commit and push
condition: and(succeeded(), eq(variables['ChangesDetected'], 'true'))

- pwsh: |
$Title = "Sync fabricbot.json According To ADO Wiki Page"
Expand All @@ -36,4 +45,4 @@ jobs:
$Description = "This PR sync taskType: scheduledAndTrigger part of fabricbot.json from table of Service-Team-Label-and-Contact-List in ADO wiki page"
./tools/Github/CreatePR.ps1 -Title $Title -HeadBranch $HeadBranch -BaseBranch $BaseBranch -BotAccessToken $(BotAccessToken) -Description $Description
displayName: Create PR to main branch

condition: and(succeeded(), eq(variables['ChangesDetected'], 'true'))
3 changes: 2 additions & 1 deletion .ci-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@
"signature:module",
"test:dependence-module",
"file-change:module",
"ux:module"
"ux:module",
"cmdlet-diff:module"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions .github/fabricbot.json
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@
],
"mentionees": [
"mojayara",
"Prasanna-Padmanabhan"
"jportugal0"
]
},
{
Expand Down Expand Up @@ -2231,7 +2231,7 @@
"Migrate"
],
"mentionees": [
"shijojoy"
"prsadhu-ms-idc"
]
},
{
Expand Down
1 change: 0 additions & 1 deletion build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@
<MakeDir Directories="$(StaticAnalysisOutputDirectory)" />

<Exec Command="$(PowerShellCoreCommandPrefix) &quot;Set-Variable -Name ProgressPreference -Value 'SilentlyContinue';. $(RepoTools)/GenerateHelp.ps1 -ValidateMarkdownHelp -GenerateMamlHelp -BuildConfig $(Configuration)&quot;" />
<Exec Command="dotnet $(RepoArtifacts)StaticAnalysis/StaticAnalysis.Netcore.dll -p $(RepoArtifacts)$(Configuration) -r $(StaticAnalysisOutputDirectory) --analyzers help -h -u -m '@(ModulesChanged)'" Condition="'$(RunStaticAnalysis)' == 'true'" />
</Target>

<!-- Everything except Publish -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.ADDomainServices
online version: https://learn.microsoft.com/powershell/module/az.ADDomainService/new-AzADDomainServiceForestTrustObject
online version: https://learn.microsoft.com/powershell/module/az.addomainservices/new-azaddomainserviceforesttrustobject
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.ADDomainServices
online version: https://learn.microsoft.com/powershell/module/az.ADDomainService/new-AzADDomainServiceReplicaSetObject
online version: https://learn.microsoft.com/powershell/module/az.addomainservices/new-azaddomainservicereplicasetobject
schema: 2.0.0
---

Expand Down
10 changes: 8 additions & 2 deletions src/Accounts/Accounts/Utilities/CommandMappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4316,6 +4316,7 @@
"Remove-AzNetworkManagerManagementGroupConnection": {},
"Set-AzNetworkManagerManagementGroupConnection": {},
"Get-AzFirewallLearnedIpPrefix": {},
"New-AzFirewallPolicySnat": {},
"List-AzApplicationGatewayAvailableWafRuleSets": {},
"List-AzApplicationGatewayAvailableSslOptions": {},
"List-AzApplicationGatewaySslPredefinedPolicy": {},
Expand Down Expand Up @@ -4535,7 +4536,11 @@
"Start-AzPolicyRemediation": {},
"Stop-AzPolicyRemediation": {},
"Get-AzPolicyMetadata": {},
"Start-AzPolicyComplianceScan": {}
"Start-AzPolicyComplianceScan": {},
"New-AzPolicyAttestation": {},
"Get-AzPolicyAttestation": {},
"Set-AzPolicyAttestation": {},
"Remove-AzPolicyAttestation": {}
},
"Az.Portal": {
"Get-AzPortalDashboard": {},
Expand Down Expand Up @@ -5577,6 +5582,7 @@
"Get-AzServiceLinkerConfigurationForContainerApp": {},
"Get-AzServiceLinkerConfigurationForSpringCloud": {},
"Get-AzServiceLinkerConfigurationForWebApp": {},
"Get-AzServiceLinkerConfigurationName": {},
"Get-AzServiceLinkerForContainerApp": {},
"Get-AzServiceLinkerForSpringCloud": {},
"Get-AzServiceLinkerForWebApp": {},
Expand All @@ -5591,7 +5597,7 @@
"New-AzServiceLinkerSystemAssignedIdentityAuthInfoObject": {},
"New-AzServiceLinkerUserAssignedIdentityAuthInfoObject": {},
"Remove-AzServiceLinkerForContainerApp": {},
"Remove-AzServiceLinkerForSpringcloud": {},
"Remove-AzServiceLinkerForSpringCloud": {},
"Remove-AzServiceLinkerForWebApp": {},
"Test-AzServiceLinkerForContainerApp": {},
"Test-AzServiceLinkerForSpringCloud": {},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement.dll-Help.xml
Module Name: Az.AlertsManagement
online version: https://learn.microsoft.com/powershell/module/az.alertsmanagement/get-azactionrule
online version: https://learn.microsoft.com/powershell/module/az.alertsmanagement/get-azalertprocessingrule
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement.dll-Help.xml
Module Name: Az.AlertsManagement
online version: https://learn.microsoft.com/powershell/module/az.alertsmanagement/remove-azactionrule
online version: https://learn.microsoft.com/powershell/module/az.alertsmanagement/remove-azalertprocessingrule
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement.dll-Help.xml
Module Name: Az.AlertsManagement
online version: https://learn.microsoft.com/powershell/module/az.alertsmanagement/set-azactionrule
online version: https://learn.microsoft.com/powershell/module/az.alertsmanagement/set-azalertprocessingrule
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement.dll-Help.xml
Module Name: Az.AlertsManagement
online version: https://learn.microsoft.com/powershell/module/az.alertsmanagement/update-azactionrule
online version: https://learn.microsoft.com/powershell/module/az.alertsmanagement/update-azalertprocessingrule
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/App/help/New-AzContainerAppCustomDomainObject.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.App
online version: https://learn.microsoft.com/powershell/module/az./new-azcontainerappcustomdomainobject
online version: https://learn.microsoft.com/powershell/module/az.app/new-azcontainerappcustomdomainobject
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/App/help/New-AzContainerAppDaprMetadataObject.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.App
online version: https://learn.microsoft.com/powershell/module/az./new-azcontainerappdaprmetadataobject
online version: https://learn.microsoft.com/powershell/module/az.app/new-azcontainerappdaprmetadataobject
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/App/help/New-AzContainerAppEnvironmentVarObject.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.App
online version: https://learn.microsoft.com/powershell/module/az./new-azcontainerappenvironmentvarobject
online version: https://learn.microsoft.com/powershell/module/az.app/new-azcontainerappenvironmentvarobject
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/App/help/New-AzContainerAppIdentityProviderObject.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.App
online version: https://learn.microsoft.com/powershell/module/az./new-azcontainerappidentityproviderobject
online version: https://learn.microsoft.com/powershell/module/az.app/new-azcontainerappidentityproviderobject
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/App/help/New-AzContainerAppProbeHeaderObject.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.App
online version: https://learn.microsoft.com/powershell/module/az./new-azcontainerappprobeheaderobject
online version: https://learn.microsoft.com/powershell/module/az.app/new-azcontainerappprobeheaderobject
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/App/help/New-AzContainerAppProbeObject.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.App
online version: https://learn.microsoft.com/powershell/module/az./new-azcontainerappprobeobject
online version: https://learn.microsoft.com/powershell/module/az.app/new-azcontainerappprobeobject
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/App/help/New-AzContainerAppRegistryCredentialObject.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.App
online version: https://learn.microsoft.com/powershell/module/az./new-azcontainerappregistrycredentialobject
online version: https://learn.microsoft.com/powershell/module/az.app/new-azcontainerappregistrycredentialobject
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/App/help/New-AzContainerAppScaleRuleAuthObject.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.App
online version: https://learn.microsoft.com/powershell/module/az./new-azcontainerappscaleruleauthobject
online version: https://learn.microsoft.com/powershell/module/az.app/new-azcontainerappscaleruleauthobject
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/App/help/New-AzContainerAppScaleRuleObject.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.App
online version: https://learn.microsoft.com/powershell/module/az./new-azcontainerappscaleruleobject
online version: https://learn.microsoft.com/powershell/module/az.app/new-azcontainerappscaleruleobject
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/App/help/New-AzContainerAppSecretObject.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.App
online version: https://learn.microsoft.com/powershell/module/az./new-azcontainerappsecretobject
online version: https://learn.microsoft.com/powershell/module/az.app/new-azcontainerappsecretobject
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/App/help/New-AzContainerAppTemplateObject.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.App
online version: https://learn.microsoft.com/powershell/module/az./new-azcontainerapptemplateobject
online version: https://learn.microsoft.com/powershell/module/az.app/new-azcontainerapptemplateobject
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/App/help/New-AzContainerAppTrafficWeightObject.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.App
online version: https://learn.microsoft.com/powershell/module/az./new-azcontainerapptrafficweightobject
online version: https://learn.microsoft.com/powershell/module/az.app/new-azcontainerapptrafficweightobject
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/App/help/New-AzContainerAppVolumeMountObject.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.App
online version: https://learn.microsoft.com/powershell/module/az./new-azcontainerappvolumemountobject
online version: https://learn.microsoft.com/powershell/module/az.app/new-azcontainerappvolumemountobject
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/App/help/New-AzContainerAppVolumeObject.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.App
online version: https://learn.microsoft.com/powershell/module/az./new-azcontainerappvolumeobject
online version: https://learn.microsoft.com/powershell/module/az.app/new-azcontainerappvolumeobject
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.ApplicationInsights
online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/new-azapplicationinsightscontinuousexport
online version: https://learn.microsoft.com/powershell/module/az.applicationinsights/set-azapplicationinsightscontinuousexport
schema: 2.0.0
---

Expand Down
Loading