Skip to content

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

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

Closed
wants to merge 39 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
ebe9037
OOB release for Az.Automation (#20874)
BethanyZhou Feb 8, 2023
64c1955
add pipeline yml for syncing fabricbot.json aliases (#20772)
greathongtu Feb 9, 2023
939205c
[Policy Insights] Added cmdlets for policy attestations (#20696)
samarthlakhotia Feb 9, 2023
cf2cba8
[Security] Update Security module based on .NET SDK track1, using sou…
yibirnba Feb 9, 2023
7ca311e
Fix ThreadJob installation error of smoke test (#20867)
msJinLei Feb 9, 2023
e723880
Fix unexpected recommendation message (#20880)
isra-fel Feb 9, 2023
e55bf29
Update Azure.Core from 1.25.0 to 1.28.0 (#20889)
isra-fel Feb 10, 2023
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
449c6cd
Merge branch 'main' of https://github.com/Azure/azure-powershell into…
blueww Feb 17, 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
48 changes: 48 additions & 0 deletions .azure-pipelines/sync-aliases.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Variable 'ADOToken' and 'BotAccessToken' was defined in the Variables tab
schedules:
- cron: "50 15 * * *"
displayName: 11:50 PM (UTC + 8:00) China Daily Run
branches:
include:
- main

jobs:
- job: UpdateJson
displayName: Update fabricbot.json
steps:
- pwsh: |
./tools/Github/ParseUncyclo2Json.ps1 -ADOToken $(ADOToken)
displayName: Update fabricbot.json file locally

- 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 Uncyclo 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 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 Uncyclo Page"
$HeadBranch = "internal/sync-fabricbot-json"
$BaseBranch = "main"
$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'))
7 changes: 0 additions & 7 deletions .azure-pipelines/util/smoke-test-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,6 @@ jobs:
Write-Host "List artifacts..."
Get-ChildItem "$(Pipeline.Workspace)\\LocalRepo\\"

- task: NuGetCommand@2
condition: and(succeeded(), eq('${{ parameters.psVersion }}', '5.1.14'))
displayName: 'Download ThreadJob .nupkg File for PowerShell 5.1.14'
inputs:
command: custom
arguments: 'install ThreadJob -directdownload -packagesavemode nupkg -source https://www.powershellgallery.com/api/v2 -OutputDirectory packages'

- task: NuGetCommand@2
condition: and(succeeded(), eq(variables['GalleryName'], 'LocalRepo'))
displayName: 'Download Previous Az .nupkg Files'
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
2 changes: 2 additions & 0 deletions src/Accounts/Accounts/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
-->

## Upcoming Release
* Updated Azure.Core library to 1.28.0.
* Fixed an issue that the helper message about missing modules shows up at the wrong time. [#19228]

## Version 2.11.2
* Supported Web Account Manager on ARM64-based Windows systems. Fixed an issue where `Connect-AzAccount` failed with error "Unable to load DLL 'msalruntime_arm64'". [#20700]
Expand Down
4 changes: 3 additions & 1 deletion src/Accounts/Accounts/Utilities/CommandNotFoundHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ public static void RegisterCommandNotFoundAction(CommandInvocationIntrinsics cii

private static void OnCommandNotFound(object sender, CommandLookupEventArgs args)
{
if (IsAzOrAzureRMCmdlet(args.CommandName))
// The command was dispatched by the msh engine as a result of a dispatch request from an already running command.
// We are not interested in such cases.
if (args.CommandOrigin == CommandOrigin.Runspace && IsAzOrAzureRMCmdlet(args.CommandName))
{
bool isHelpful = true;
if (IsAzureRMCommand(args.CommandName))
Expand Down
4 changes: 2 additions & 2 deletions src/Accounts/AssemblyLoading/ConditionalAssemblyProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
// todo: add a tool to update assembly versions after replacing the assemblies. (Can it support newly introduced assemblies?)
// todo: consider moving the list to a standalone config file
#region AssemblyList
CreateAssembly("netcoreapp2.1", "Azure.Core", "1.25.0.0").WithPowerShellCore(),
CreateAssembly("netcoreapp2.1", "Azure.Core", "1.28.0.0").WithPowerShellCore(),
CreateAssembly("netcoreapp2.1", "Microsoft.Identity.Client", "4.49.1.0").WithPowerShellCore(),
CreateAssembly("netcoreapp3.1", "Microsoft.Identity.Client.Extensions.Msal", "2.23.0.0").WithPowerShellCore(),

Expand All @@ -64,7 +64,7 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
CreateAssembly("netstandard2.0", "System.ServiceModel.Primitives", "4.7.0.0").WithWindowsPowerShell(),
CreateAssembly("netstandard2.0", "System.Threading.Tasks.Extensions", "4.2.0.1").WithWindowsPowerShell(),

CreateAssembly("netfx", "Azure.Core", "1.25.0.0").WithWindowsPowerShell(),
CreateAssembly("netfx", "Azure.Core", "1.28.0.0").WithWindowsPowerShell(),
CreateAssembly("netfx", "Microsoft.Identity.Client", "4.49.1.0").WithWindowsPowerShell(),
CreateAssembly("netfx", "Microsoft.Identity.Client.Extensions.Msal", "2.23.0.0").WithWindowsPowerShell(),
CreateAssembly("netfx", "Newtonsoft.Json", "12.0.0.0").WithWindowsPowerShell(),
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