Skip to content

Commit

Permalink
Move Functions to main (Azure#19343)
Browse files Browse the repository at this point in the history
* Move Functions to main

* remove extra help docs

* changelog

Co-authored-by: azure-powershell-bot <[email protected]>
  • Loading branch information
isra-fel and azure-powershell-bot authored Aug 30, 2022
1 parent 215ec62 commit b173372
Show file tree
Hide file tree
Showing 1,413 changed files with 11,975 additions and 10,409 deletions.
6 changes: 0 additions & 6 deletions src/Functions/Az.Functions.format.ps1xml
Original file line number Diff line number Diff line change
Expand Up @@ -3129,9 +3129,6 @@
<TableColumnHeader>
<Label>Operator</Label>
</TableColumnHeader>
<TableColumnHeader>
<Label>Value</Label>
</TableColumnHeader>
</TableHeaders>
<TableRowEntries>
<TableRowEntry>
Expand All @@ -3145,9 +3142,6 @@
<TableColumnItem>
<PropertyName>Operator</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>Value</PropertyName>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
</TableRowEntries>
Expand Down
4 changes: 2 additions & 2 deletions src/Functions/Az.Functions.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 5/19/2022
# Generated on: 8/29/2022
#

@{
Expand Down Expand Up @@ -115,7 +115,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Fixed an issue that New-AzFunctionApp cmdlet should write a warning message when setting default values for parameters that are not provided.'
# ReleaseNotes = ''

# Prerelease string of this module
# Prerelease = ''
Expand Down
2 changes: 1 addition & 1 deletion src/Functions/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release

* Made PowerShell 7.2 the default when creating a PowerShell function app
## Version 4.0.3
* Fixed an issue that New-AzFunctionApp cmdlet should write a warning message when setting default values for parameters that are not provided.

Expand Down
158 changes: 79 additions & 79 deletions src/Functions/Functions.sln
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
VisualStudioVersion = 16.6.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{B05057AE-D060-4EB3-88B3-4A0ED7EDEA0D}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{41A3C78F-D064-42B8-8D3D-43F5A180DBFA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{C38891CA-C59B-4380-930B-8E2A31A21568}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{77358F03-7BF6-40FA-87EF-44A0E9A9403F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{06E5EB89-4532-4AE8-B10C-44587C5FDA87}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{DB5DDDC9-C569-4C05-BC48-ACC6B4228D2B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{A1AF8367-9F9C-4D40-A491-394A19362F11}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{69D82805-0DA3-46B6-9B6F-E77727206944}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{19F9BACF-B8CC-421E-A1A5-73D6636AEE75}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{469CF7E4-0C60-4E07-80EB-C6B4F7612859}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Functions", "Az.Functions.csproj", "{5B123267-DA9F-47DC-BBCF-B8EDE98D21AC}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Functions", "Az.Functions.csproj", "{CDF90100-F969-4DB3-8BFB-EB2C0C039C2B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -28,77 +28,77 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B05057AE-D060-4EB3-88B3-4A0ED7EDEA0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B05057AE-D060-4EB3-88B3-4A0ED7EDEA0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B05057AE-D060-4EB3-88B3-4A0ED7EDEA0D}.Debug|x64.ActiveCfg = Debug|Any CPU
{B05057AE-D060-4EB3-88B3-4A0ED7EDEA0D}.Debug|x64.Build.0 = Debug|Any CPU
{B05057AE-D060-4EB3-88B3-4A0ED7EDEA0D}.Debug|x86.ActiveCfg = Debug|Any CPU
{B05057AE-D060-4EB3-88B3-4A0ED7EDEA0D}.Debug|x86.Build.0 = Debug|Any CPU
{B05057AE-D060-4EB3-88B3-4A0ED7EDEA0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B05057AE-D060-4EB3-88B3-4A0ED7EDEA0D}.Release|Any CPU.Build.0 = Release|Any CPU
{B05057AE-D060-4EB3-88B3-4A0ED7EDEA0D}.Release|x64.ActiveCfg = Release|Any CPU
{B05057AE-D060-4EB3-88B3-4A0ED7EDEA0D}.Release|x64.Build.0 = Release|Any CPU
{B05057AE-D060-4EB3-88B3-4A0ED7EDEA0D}.Release|x86.ActiveCfg = Release|Any CPU
{B05057AE-D060-4EB3-88B3-4A0ED7EDEA0D}.Release|x86.Build.0 = Release|Any CPU
{C38891CA-C59B-4380-930B-8E2A31A21568}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C38891CA-C59B-4380-930B-8E2A31A21568}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C38891CA-C59B-4380-930B-8E2A31A21568}.Debug|x64.ActiveCfg = Debug|Any CPU
{C38891CA-C59B-4380-930B-8E2A31A21568}.Debug|x64.Build.0 = Debug|Any CPU
{C38891CA-C59B-4380-930B-8E2A31A21568}.Debug|x86.ActiveCfg = Debug|Any CPU
{C38891CA-C59B-4380-930B-8E2A31A21568}.Debug|x86.Build.0 = Debug|Any CPU
{C38891CA-C59B-4380-930B-8E2A31A21568}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C38891CA-C59B-4380-930B-8E2A31A21568}.Release|Any CPU.Build.0 = Release|Any CPU
{C38891CA-C59B-4380-930B-8E2A31A21568}.Release|x64.ActiveCfg = Release|Any CPU
{C38891CA-C59B-4380-930B-8E2A31A21568}.Release|x64.Build.0 = Release|Any CPU
{C38891CA-C59B-4380-930B-8E2A31A21568}.Release|x86.ActiveCfg = Release|Any CPU
{C38891CA-C59B-4380-930B-8E2A31A21568}.Release|x86.Build.0 = Release|Any CPU
{06E5EB89-4532-4AE8-B10C-44587C5FDA87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06E5EB89-4532-4AE8-B10C-44587C5FDA87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06E5EB89-4532-4AE8-B10C-44587C5FDA87}.Debug|x64.ActiveCfg = Debug|Any CPU
{06E5EB89-4532-4AE8-B10C-44587C5FDA87}.Debug|x64.Build.0 = Debug|Any CPU
{06E5EB89-4532-4AE8-B10C-44587C5FDA87}.Debug|x86.ActiveCfg = Debug|Any CPU
{06E5EB89-4532-4AE8-B10C-44587C5FDA87}.Debug|x86.Build.0 = Debug|Any CPU
{06E5EB89-4532-4AE8-B10C-44587C5FDA87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06E5EB89-4532-4AE8-B10C-44587C5FDA87}.Release|Any CPU.Build.0 = Release|Any CPU
{06E5EB89-4532-4AE8-B10C-44587C5FDA87}.Release|x64.ActiveCfg = Release|Any CPU
{06E5EB89-4532-4AE8-B10C-44587C5FDA87}.Release|x64.Build.0 = Release|Any CPU
{06E5EB89-4532-4AE8-B10C-44587C5FDA87}.Release|x86.ActiveCfg = Release|Any CPU
{06E5EB89-4532-4AE8-B10C-44587C5FDA87}.Release|x86.Build.0 = Release|Any CPU
{A1AF8367-9F9C-4D40-A491-394A19362F11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1AF8367-9F9C-4D40-A491-394A19362F11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1AF8367-9F9C-4D40-A491-394A19362F11}.Debug|x64.ActiveCfg = Debug|Any CPU
{A1AF8367-9F9C-4D40-A491-394A19362F11}.Debug|x64.Build.0 = Debug|Any CPU
{A1AF8367-9F9C-4D40-A491-394A19362F11}.Debug|x86.ActiveCfg = Debug|Any CPU
{A1AF8367-9F9C-4D40-A491-394A19362F11}.Debug|x86.Build.0 = Debug|Any CPU
{A1AF8367-9F9C-4D40-A491-394A19362F11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1AF8367-9F9C-4D40-A491-394A19362F11}.Release|Any CPU.Build.0 = Release|Any CPU
{A1AF8367-9F9C-4D40-A491-394A19362F11}.Release|x64.ActiveCfg = Release|Any CPU
{A1AF8367-9F9C-4D40-A491-394A19362F11}.Release|x64.Build.0 = Release|Any CPU
{A1AF8367-9F9C-4D40-A491-394A19362F11}.Release|x86.ActiveCfg = Release|Any CPU
{A1AF8367-9F9C-4D40-A491-394A19362F11}.Release|x86.Build.0 = Release|Any CPU
{19F9BACF-B8CC-421E-A1A5-73D6636AEE75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F9BACF-B8CC-421E-A1A5-73D6636AEE75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F9BACF-B8CC-421E-A1A5-73D6636AEE75}.Debug|x64.ActiveCfg = Debug|Any CPU
{19F9BACF-B8CC-421E-A1A5-73D6636AEE75}.Debug|x64.Build.0 = Debug|Any CPU
{19F9BACF-B8CC-421E-A1A5-73D6636AEE75}.Debug|x86.ActiveCfg = Debug|Any CPU
{19F9BACF-B8CC-421E-A1A5-73D6636AEE75}.Debug|x86.Build.0 = Debug|Any CPU
{19F9BACF-B8CC-421E-A1A5-73D6636AEE75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19F9BACF-B8CC-421E-A1A5-73D6636AEE75}.Release|Any CPU.Build.0 = Release|Any CPU
{19F9BACF-B8CC-421E-A1A5-73D6636AEE75}.Release|x64.ActiveCfg = Release|Any CPU
{19F9BACF-B8CC-421E-A1A5-73D6636AEE75}.Release|x64.Build.0 = Release|Any CPU
{19F9BACF-B8CC-421E-A1A5-73D6636AEE75}.Release|x86.ActiveCfg = Release|Any CPU
{19F9BACF-B8CC-421E-A1A5-73D6636AEE75}.Release|x86.Build.0 = Release|Any CPU
{5B123267-DA9F-47DC-BBCF-B8EDE98D21AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B123267-DA9F-47DC-BBCF-B8EDE98D21AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B123267-DA9F-47DC-BBCF-B8EDE98D21AC}.Debug|x64.ActiveCfg = Debug|Any CPU
{5B123267-DA9F-47DC-BBCF-B8EDE98D21AC}.Debug|x64.Build.0 = Debug|Any CPU
{5B123267-DA9F-47DC-BBCF-B8EDE98D21AC}.Debug|x86.ActiveCfg = Debug|Any CPU
{5B123267-DA9F-47DC-BBCF-B8EDE98D21AC}.Debug|x86.Build.0 = Debug|Any CPU
{5B123267-DA9F-47DC-BBCF-B8EDE98D21AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B123267-DA9F-47DC-BBCF-B8EDE98D21AC}.Release|Any CPU.Build.0 = Release|Any CPU
{5B123267-DA9F-47DC-BBCF-B8EDE98D21AC}.Release|x64.ActiveCfg = Release|Any CPU
{5B123267-DA9F-47DC-BBCF-B8EDE98D21AC}.Release|x64.Build.0 = Release|Any CPU
{5B123267-DA9F-47DC-BBCF-B8EDE98D21AC}.Release|x86.ActiveCfg = Release|Any CPU
{5B123267-DA9F-47DC-BBCF-B8EDE98D21AC}.Release|x86.Build.0 = Release|Any CPU
{41A3C78F-D064-42B8-8D3D-43F5A180DBFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41A3C78F-D064-42B8-8D3D-43F5A180DBFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41A3C78F-D064-42B8-8D3D-43F5A180DBFA}.Debug|x64.ActiveCfg = Debug|Any CPU
{41A3C78F-D064-42B8-8D3D-43F5A180DBFA}.Debug|x64.Build.0 = Debug|Any CPU
{41A3C78F-D064-42B8-8D3D-43F5A180DBFA}.Debug|x86.ActiveCfg = Debug|Any CPU
{41A3C78F-D064-42B8-8D3D-43F5A180DBFA}.Debug|x86.Build.0 = Debug|Any CPU
{41A3C78F-D064-42B8-8D3D-43F5A180DBFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41A3C78F-D064-42B8-8D3D-43F5A180DBFA}.Release|Any CPU.Build.0 = Release|Any CPU
{41A3C78F-D064-42B8-8D3D-43F5A180DBFA}.Release|x64.ActiveCfg = Release|Any CPU
{41A3C78F-D064-42B8-8D3D-43F5A180DBFA}.Release|x64.Build.0 = Release|Any CPU
{41A3C78F-D064-42B8-8D3D-43F5A180DBFA}.Release|x86.ActiveCfg = Release|Any CPU
{41A3C78F-D064-42B8-8D3D-43F5A180DBFA}.Release|x86.Build.0 = Release|Any CPU
{77358F03-7BF6-40FA-87EF-44A0E9A9403F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77358F03-7BF6-40FA-87EF-44A0E9A9403F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77358F03-7BF6-40FA-87EF-44A0E9A9403F}.Debug|x64.ActiveCfg = Debug|Any CPU
{77358F03-7BF6-40FA-87EF-44A0E9A9403F}.Debug|x64.Build.0 = Debug|Any CPU
{77358F03-7BF6-40FA-87EF-44A0E9A9403F}.Debug|x86.ActiveCfg = Debug|Any CPU
{77358F03-7BF6-40FA-87EF-44A0E9A9403F}.Debug|x86.Build.0 = Debug|Any CPU
{77358F03-7BF6-40FA-87EF-44A0E9A9403F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77358F03-7BF6-40FA-87EF-44A0E9A9403F}.Release|Any CPU.Build.0 = Release|Any CPU
{77358F03-7BF6-40FA-87EF-44A0E9A9403F}.Release|x64.ActiveCfg = Release|Any CPU
{77358F03-7BF6-40FA-87EF-44A0E9A9403F}.Release|x64.Build.0 = Release|Any CPU
{77358F03-7BF6-40FA-87EF-44A0E9A9403F}.Release|x86.ActiveCfg = Release|Any CPU
{77358F03-7BF6-40FA-87EF-44A0E9A9403F}.Release|x86.Build.0 = Release|Any CPU
{DB5DDDC9-C569-4C05-BC48-ACC6B4228D2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB5DDDC9-C569-4C05-BC48-ACC6B4228D2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB5DDDC9-C569-4C05-BC48-ACC6B4228D2B}.Debug|x64.ActiveCfg = Debug|Any CPU
{DB5DDDC9-C569-4C05-BC48-ACC6B4228D2B}.Debug|x64.Build.0 = Debug|Any CPU
{DB5DDDC9-C569-4C05-BC48-ACC6B4228D2B}.Debug|x86.ActiveCfg = Debug|Any CPU
{DB5DDDC9-C569-4C05-BC48-ACC6B4228D2B}.Debug|x86.Build.0 = Debug|Any CPU
{DB5DDDC9-C569-4C05-BC48-ACC6B4228D2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB5DDDC9-C569-4C05-BC48-ACC6B4228D2B}.Release|Any CPU.Build.0 = Release|Any CPU
{DB5DDDC9-C569-4C05-BC48-ACC6B4228D2B}.Release|x64.ActiveCfg = Release|Any CPU
{DB5DDDC9-C569-4C05-BC48-ACC6B4228D2B}.Release|x64.Build.0 = Release|Any CPU
{DB5DDDC9-C569-4C05-BC48-ACC6B4228D2B}.Release|x86.ActiveCfg = Release|Any CPU
{DB5DDDC9-C569-4C05-BC48-ACC6B4228D2B}.Release|x86.Build.0 = Release|Any CPU
{69D82805-0DA3-46B6-9B6F-E77727206944}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69D82805-0DA3-46B6-9B6F-E77727206944}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69D82805-0DA3-46B6-9B6F-E77727206944}.Debug|x64.ActiveCfg = Debug|Any CPU
{69D82805-0DA3-46B6-9B6F-E77727206944}.Debug|x64.Build.0 = Debug|Any CPU
{69D82805-0DA3-46B6-9B6F-E77727206944}.Debug|x86.ActiveCfg = Debug|Any CPU
{69D82805-0DA3-46B6-9B6F-E77727206944}.Debug|x86.Build.0 = Debug|Any CPU
{69D82805-0DA3-46B6-9B6F-E77727206944}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69D82805-0DA3-46B6-9B6F-E77727206944}.Release|Any CPU.Build.0 = Release|Any CPU
{69D82805-0DA3-46B6-9B6F-E77727206944}.Release|x64.ActiveCfg = Release|Any CPU
{69D82805-0DA3-46B6-9B6F-E77727206944}.Release|x64.Build.0 = Release|Any CPU
{69D82805-0DA3-46B6-9B6F-E77727206944}.Release|x86.ActiveCfg = Release|Any CPU
{69D82805-0DA3-46B6-9B6F-E77727206944}.Release|x86.Build.0 = Release|Any CPU
{469CF7E4-0C60-4E07-80EB-C6B4F7612859}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{469CF7E4-0C60-4E07-80EB-C6B4F7612859}.Debug|Any CPU.Build.0 = Debug|Any CPU
{469CF7E4-0C60-4E07-80EB-C6B4F7612859}.Debug|x64.ActiveCfg = Debug|Any CPU
{469CF7E4-0C60-4E07-80EB-C6B4F7612859}.Debug|x64.Build.0 = Debug|Any CPU
{469CF7E4-0C60-4E07-80EB-C6B4F7612859}.Debug|x86.ActiveCfg = Debug|Any CPU
{469CF7E4-0C60-4E07-80EB-C6B4F7612859}.Debug|x86.Build.0 = Debug|Any CPU
{469CF7E4-0C60-4E07-80EB-C6B4F7612859}.Release|Any CPU.ActiveCfg = Release|Any CPU
{469CF7E4-0C60-4E07-80EB-C6B4F7612859}.Release|Any CPU.Build.0 = Release|Any CPU
{469CF7E4-0C60-4E07-80EB-C6B4F7612859}.Release|x64.ActiveCfg = Release|Any CPU
{469CF7E4-0C60-4E07-80EB-C6B4F7612859}.Release|x64.Build.0 = Release|Any CPU
{469CF7E4-0C60-4E07-80EB-C6B4F7612859}.Release|x86.ActiveCfg = Release|Any CPU
{469CF7E4-0C60-4E07-80EB-C6B4F7612859}.Release|x86.Build.0 = Release|Any CPU
{CDF90100-F969-4DB3-8BFB-EB2C0C039C2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDF90100-F969-4DB3-8BFB-EB2C0C039C2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDF90100-F969-4DB3-8BFB-EB2C0C039C2B}.Debug|x64.ActiveCfg = Debug|Any CPU
{CDF90100-F969-4DB3-8BFB-EB2C0C039C2B}.Debug|x64.Build.0 = Debug|Any CPU
{CDF90100-F969-4DB3-8BFB-EB2C0C039C2B}.Debug|x86.ActiveCfg = Debug|Any CPU
{CDF90100-F969-4DB3-8BFB-EB2C0C039C2B}.Debug|x86.Build.0 = Debug|Any CPU
{CDF90100-F969-4DB3-8BFB-EB2C0C039C2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDF90100-F969-4DB3-8BFB-EB2C0C039C2B}.Release|Any CPU.Build.0 = Release|Any CPU
{CDF90100-F969-4DB3-8BFB-EB2C0C039C2B}.Release|x64.ActiveCfg = Release|Any CPU
{CDF90100-F969-4DB3-8BFB-EB2C0C039C2B}.Release|x64.Build.0 = Release|Any CPU
{CDF90100-F969-4DB3-8BFB-EB2C0C039C2B}.Release|x86.ActiveCfg = Release|Any CPU
{CDF90100-F969-4DB3-8BFB-EB2C0C039C2B}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
4 changes: 2 additions & 2 deletions src/Functions/custom/FunctionsStack/LinuxFunctionsStacks.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
"supportedFunctionsExtensionVersions": [
"~4"
],
"isDefault": false,
"isDefault": true,
"minorVersions": [],
"applicationInsights": true,
"appSettingsDictionary": {
Expand All @@ -328,7 +328,7 @@
"use32BitWorkerProcess": false,
"linuxFxVersion": "PowerShell|7.2"
},
"isPreview": true,
"isPreview": false,
"isDeprecated": false,
"isHidden": false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
"supportedFunctionsExtensionVersions": [
"~4"
],
"isDefault": false,
"isDefault": true,
"minorVersions": [],
"applicationInsights": true,
"appSettingsDictionary": {
Expand All @@ -234,7 +234,7 @@
"use32BitWorkerProcess": true,
"netFrameworkVersion": "v6.0"
},
"isPreview": true,
"isPreview": false,
"isDeprecated": false,
"isHidden": false
},
Expand Down
2 changes: 1 addition & 1 deletion src/Functions/exports/Get-AzFunctionApp.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ begin {
$parameterSet = $PSCmdlet.ParameterSetName

if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) {
[Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString()
[Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString()
}
$preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId
if ($preTelemetryId -eq '') {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ begin {
$parameterSet = $PSCmdlet.ParameterSetName

if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) {
[Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString()
[Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString()
}
$preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId
if ($preTelemetryId -eq '') {
Expand Down
2 changes: 1 addition & 1 deletion src/Functions/exports/Get-AzFunctionAppPlan.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ begin {
$parameterSet = $PSCmdlet.ParameterSetName

if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) {
[Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString()
[Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString()
}
$preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId
if ($preTelemetryId -eq '') {
Expand Down
2 changes: 1 addition & 1 deletion src/Functions/exports/Get-AzFunctionAppSetting.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ begin {
$parameterSet = $PSCmdlet.ParameterSetName

if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) {
[Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString()
[Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString()
}
$preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId
if ($preTelemetryId -eq '') {
Expand Down
2 changes: 1 addition & 1 deletion src/Functions/exports/Get-AzSystemAssignedIdentity.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ begin {
$parameterSet = $PSCmdlet.ParameterSetName

if ($null -eq [Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion) {
[Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Runspace.Version.ToString()
[Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet]::PowerShellVersion = $Host.Version.ToString()
}
$preTelemetryId = [Microsoft.WindowsAzure.Commands.Common.MetricHelper]::TelemetryId
if ($preTelemetryId -eq '') {
Expand Down
Loading

0 comments on commit b173372

Please sign in to comment.