Skip to content

Commit 95ce1f7

Browse files
BethanyZhouazure-powershell-botlijinpei2008
authored
Move AppConfiguration to main (#17543)
* Move AppConfiguration to main * update changelog.md * Update src/AppConfiguration/ChangeLog.md * Update src/AppConfiguration/ChangeLog.md Co-authored-by: azure-powershell-bot <[email protected]> Co-authored-by: lijinpei2008 <[email protected]>
1 parent 84b1352 commit 95ce1f7

File tree

260 files changed

+11878
-1849
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

260 files changed

+11878
-1849
lines changed
Lines changed: 86 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,104 @@
1+
12
Microsoft Visual Studio Solution File, Format Version 12.00
23
# Visual Studio Version 16
3-
VisualStudioVersion = 16.0.29709.97
4+
VisualStudioVersion = 16.0.30114.105
45
MinimumVisualStudioVersion = 10.0.40219.1
5-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{CB5F09BD-8690-4C89-80B1-4FF3DEF3548F}"
67
EndProject
7-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{62843FE6-7575-4D88-B989-7DF7EEC0BC01}"
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{0DD402BD-4E03-4F17-AE92-5915D757B742}"
89
EndProject
9-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{442C609B-A431-4A71-B289-08F0B63C83E5}"
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{B37D6085-640F-4AB7-8FF3-D5753FA50034}"
1011
EndProject
11-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{59E8F6B8-8F0E-403F-B88B-9736DBC396D9}"
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{5BD84E7D-2633-4DBD-BED1-C968D912A53D}"
1213
EndProject
13-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Az.AppConfiguration", "Az.AppConfiguration.csproj", "{967FAB03-A165-41CC-B3B5-02A73B88F7F9}"
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{D31D58D9-5ABC-4807-80BA-05EFDC825A15}"
15+
EndProject
16+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.AppConfiguration", "Az.AppConfiguration.csproj", "{F6D3A0A3-ED77-4F67-8DA3-1F1770D2257D}"
1417
EndProject
1518
Global
1619
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1720
Debug|Any CPU = Debug|Any CPU
21+
Debug|x64 = Debug|x64
22+
Debug|x86 = Debug|x86
1823
Release|Any CPU = Release|Any CPU
19-
EndGlobalSection
20-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
21-
{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
22-
{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
23-
{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
24-
{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Release|Any CPU.Build.0 = Release|Any CPU
25-
{62843FE6-7575-4D88-B989-7DF7EEC0BC01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
26-
{62843FE6-7575-4D88-B989-7DF7EEC0BC01}.Debug|Any CPU.Build.0 = Debug|Any CPU
27-
{62843FE6-7575-4D88-B989-7DF7EEC0BC01}.Release|Any CPU.ActiveCfg = Release|Any CPU
28-
{62843FE6-7575-4D88-B989-7DF7EEC0BC01}.Release|Any CPU.Build.0 = Release|Any CPU
29-
{442C609B-A431-4A71-B289-08F0B63C83E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
30-
{442C609B-A431-4A71-B289-08F0B63C83E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
31-
{442C609B-A431-4A71-B289-08F0B63C83E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
32-
{442C609B-A431-4A71-B289-08F0B63C83E5}.Release|Any CPU.Build.0 = Release|Any CPU
33-
{59E8F6B8-8F0E-403F-B88B-9736DBC396D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
34-
{59E8F6B8-8F0E-403F-B88B-9736DBC396D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
35-
{59E8F6B8-8F0E-403F-B88B-9736DBC396D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
36-
{59E8F6B8-8F0E-403F-B88B-9736DBC396D9}.Release|Any CPU.Build.0 = Release|Any CPU
37-
{967FAB03-A165-41CC-B3B5-02A73B88F7F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
38-
{967FAB03-A165-41CC-B3B5-02A73B88F7F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
39-
{967FAB03-A165-41CC-B3B5-02A73B88F7F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
40-
{967FAB03-A165-41CC-B3B5-02A73B88F7F9}.Release|Any CPU.Build.0 = Release|Any CPU
24+
Release|x64 = Release|x64
25+
Release|x86 = Release|x86
4126
EndGlobalSection
4227
GlobalSection(SolutionProperties) = preSolution
4328
HideSolutionNode = FALSE
4429
EndGlobalSection
45-
GlobalSection(ExtensibilityGlobals) = postSolution
46-
SolutionGuid = {F9B3D96E-9680-40BE-A917-02EE655D6030}
30+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
31+
{CB5F09BD-8690-4C89-80B1-4FF3DEF3548F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
32+
{CB5F09BD-8690-4C89-80B1-4FF3DEF3548F}.Debug|Any CPU.Build.0 = Debug|Any CPU
33+
{CB5F09BD-8690-4C89-80B1-4FF3DEF3548F}.Debug|x64.ActiveCfg = Debug|Any CPU
34+
{CB5F09BD-8690-4C89-80B1-4FF3DEF3548F}.Debug|x64.Build.0 = Debug|Any CPU
35+
{CB5F09BD-8690-4C89-80B1-4FF3DEF3548F}.Debug|x86.ActiveCfg = Debug|Any CPU
36+
{CB5F09BD-8690-4C89-80B1-4FF3DEF3548F}.Debug|x86.Build.0 = Debug|Any CPU
37+
{CB5F09BD-8690-4C89-80B1-4FF3DEF3548F}.Release|Any CPU.ActiveCfg = Release|Any CPU
38+
{CB5F09BD-8690-4C89-80B1-4FF3DEF3548F}.Release|Any CPU.Build.0 = Release|Any CPU
39+
{CB5F09BD-8690-4C89-80B1-4FF3DEF3548F}.Release|x64.ActiveCfg = Release|Any CPU
40+
{CB5F09BD-8690-4C89-80B1-4FF3DEF3548F}.Release|x64.Build.0 = Release|Any CPU
41+
{CB5F09BD-8690-4C89-80B1-4FF3DEF3548F}.Release|x86.ActiveCfg = Release|Any CPU
42+
{CB5F09BD-8690-4C89-80B1-4FF3DEF3548F}.Release|x86.Build.0 = Release|Any CPU
43+
{0DD402BD-4E03-4F17-AE92-5915D757B742}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
44+
{0DD402BD-4E03-4F17-AE92-5915D757B742}.Debug|Any CPU.Build.0 = Debug|Any CPU
45+
{0DD402BD-4E03-4F17-AE92-5915D757B742}.Debug|x64.ActiveCfg = Debug|Any CPU
46+
{0DD402BD-4E03-4F17-AE92-5915D757B742}.Debug|x64.Build.0 = Debug|Any CPU
47+
{0DD402BD-4E03-4F17-AE92-5915D757B742}.Debug|x86.ActiveCfg = Debug|Any CPU
48+
{0DD402BD-4E03-4F17-AE92-5915D757B742}.Debug|x86.Build.0 = Debug|Any CPU
49+
{0DD402BD-4E03-4F17-AE92-5915D757B742}.Release|Any CPU.ActiveCfg = Release|Any CPU
50+
{0DD402BD-4E03-4F17-AE92-5915D757B742}.Release|Any CPU.Build.0 = Release|Any CPU
51+
{0DD402BD-4E03-4F17-AE92-5915D757B742}.Release|x64.ActiveCfg = Release|Any CPU
52+
{0DD402BD-4E03-4F17-AE92-5915D757B742}.Release|x64.Build.0 = Release|Any CPU
53+
{0DD402BD-4E03-4F17-AE92-5915D757B742}.Release|x86.ActiveCfg = Release|Any CPU
54+
{0DD402BD-4E03-4F17-AE92-5915D757B742}.Release|x86.Build.0 = Release|Any CPU
55+
{B37D6085-640F-4AB7-8FF3-D5753FA50034}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
56+
{B37D6085-640F-4AB7-8FF3-D5753FA50034}.Debug|Any CPU.Build.0 = Debug|Any CPU
57+
{B37D6085-640F-4AB7-8FF3-D5753FA50034}.Debug|x64.ActiveCfg = Debug|Any CPU
58+
{B37D6085-640F-4AB7-8FF3-D5753FA50034}.Debug|x64.Build.0 = Debug|Any CPU
59+
{B37D6085-640F-4AB7-8FF3-D5753FA50034}.Debug|x86.ActiveCfg = Debug|Any CPU
60+
{B37D6085-640F-4AB7-8FF3-D5753FA50034}.Debug|x86.Build.0 = Debug|Any CPU
61+
{B37D6085-640F-4AB7-8FF3-D5753FA50034}.Release|Any CPU.ActiveCfg = Release|Any CPU
62+
{B37D6085-640F-4AB7-8FF3-D5753FA50034}.Release|Any CPU.Build.0 = Release|Any CPU
63+
{B37D6085-640F-4AB7-8FF3-D5753FA50034}.Release|x64.ActiveCfg = Release|Any CPU
64+
{B37D6085-640F-4AB7-8FF3-D5753FA50034}.Release|x64.Build.0 = Release|Any CPU
65+
{B37D6085-640F-4AB7-8FF3-D5753FA50034}.Release|x86.ActiveCfg = Release|Any CPU
66+
{B37D6085-640F-4AB7-8FF3-D5753FA50034}.Release|x86.Build.0 = Release|Any CPU
67+
{5BD84E7D-2633-4DBD-BED1-C968D912A53D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
68+
{5BD84E7D-2633-4DBD-BED1-C968D912A53D}.Debug|Any CPU.Build.0 = Debug|Any CPU
69+
{5BD84E7D-2633-4DBD-BED1-C968D912A53D}.Debug|x64.ActiveCfg = Debug|Any CPU
70+
{5BD84E7D-2633-4DBD-BED1-C968D912A53D}.Debug|x64.Build.0 = Debug|Any CPU
71+
{5BD84E7D-2633-4DBD-BED1-C968D912A53D}.Debug|x86.ActiveCfg = Debug|Any CPU
72+
{5BD84E7D-2633-4DBD-BED1-C968D912A53D}.Debug|x86.Build.0 = Debug|Any CPU
73+
{5BD84E7D-2633-4DBD-BED1-C968D912A53D}.Release|Any CPU.ActiveCfg = Release|Any CPU
74+
{5BD84E7D-2633-4DBD-BED1-C968D912A53D}.Release|Any CPU.Build.0 = Release|Any CPU
75+
{5BD84E7D-2633-4DBD-BED1-C968D912A53D}.Release|x64.ActiveCfg = Release|Any CPU
76+
{5BD84E7D-2633-4DBD-BED1-C968D912A53D}.Release|x64.Build.0 = Release|Any CPU
77+
{5BD84E7D-2633-4DBD-BED1-C968D912A53D}.Release|x86.ActiveCfg = Release|Any CPU
78+
{5BD84E7D-2633-4DBD-BED1-C968D912A53D}.Release|x86.Build.0 = Release|Any CPU
79+
{D31D58D9-5ABC-4807-80BA-05EFDC825A15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
80+
{D31D58D9-5ABC-4807-80BA-05EFDC825A15}.Debug|Any CPU.Build.0 = Debug|Any CPU
81+
{D31D58D9-5ABC-4807-80BA-05EFDC825A15}.Debug|x64.ActiveCfg = Debug|Any CPU
82+
{D31D58D9-5ABC-4807-80BA-05EFDC825A15}.Debug|x64.Build.0 = Debug|Any CPU
83+
{D31D58D9-5ABC-4807-80BA-05EFDC825A15}.Debug|x86.ActiveCfg = Debug|Any CPU
84+
{D31D58D9-5ABC-4807-80BA-05EFDC825A15}.Debug|x86.Build.0 = Debug|Any CPU
85+
{D31D58D9-5ABC-4807-80BA-05EFDC825A15}.Release|Any CPU.ActiveCfg = Release|Any CPU
86+
{D31D58D9-5ABC-4807-80BA-05EFDC825A15}.Release|Any CPU.Build.0 = Release|Any CPU
87+
{D31D58D9-5ABC-4807-80BA-05EFDC825A15}.Release|x64.ActiveCfg = Release|Any CPU
88+
{D31D58D9-5ABC-4807-80BA-05EFDC825A15}.Release|x64.Build.0 = Release|Any CPU
89+
{D31D58D9-5ABC-4807-80BA-05EFDC825A15}.Release|x86.ActiveCfg = Release|Any CPU
90+
{D31D58D9-5ABC-4807-80BA-05EFDC825A15}.Release|x86.Build.0 = Release|Any CPU
91+
{F6D3A0A3-ED77-4F67-8DA3-1F1770D2257D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
92+
{F6D3A0A3-ED77-4F67-8DA3-1F1770D2257D}.Debug|Any CPU.Build.0 = Debug|Any CPU
93+
{F6D3A0A3-ED77-4F67-8DA3-1F1770D2257D}.Debug|x64.ActiveCfg = Debug|Any CPU
94+
{F6D3A0A3-ED77-4F67-8DA3-1F1770D2257D}.Debug|x64.Build.0 = Debug|Any CPU
95+
{F6D3A0A3-ED77-4F67-8DA3-1F1770D2257D}.Debug|x86.ActiveCfg = Debug|Any CPU
96+
{F6D3A0A3-ED77-4F67-8DA3-1F1770D2257D}.Debug|x86.Build.0 = Debug|Any CPU
97+
{F6D3A0A3-ED77-4F67-8DA3-1F1770D2257D}.Release|Any CPU.ActiveCfg = Release|Any CPU
98+
{F6D3A0A3-ED77-4F67-8DA3-1F1770D2257D}.Release|Any CPU.Build.0 = Release|Any CPU
99+
{F6D3A0A3-ED77-4F67-8DA3-1F1770D2257D}.Release|x64.ActiveCfg = Release|Any CPU
100+
{F6D3A0A3-ED77-4F67-8DA3-1F1770D2257D}.Release|x64.Build.0 = Release|Any CPU
101+
{F6D3A0A3-ED77-4F67-8DA3-1F1770D2257D}.Release|x86.ActiveCfg = Release|Any CPU
102+
{F6D3A0A3-ED77-4F67-8DA3-1F1770D2257D}.Release|x86.Build.0 = Release|Any CPU
47103
EndGlobalSection
48104
EndGlobal

src/AppConfiguration/Az.AppConfiguration.format.ps1xml

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -153,19 +153,13 @@
153153
<TableColumnHeader>
154154
<Label>Name</Label>
155155
</TableColumnHeader>
156-
<TableColumnHeader>
157-
<Label>Type</Label>
158-
</TableColumnHeader>
159156
</TableHeaders>
160157
<TableRowEntries>
161158
<TableRowEntry>
162159
<TableColumnItems>
163160
<TableColumnItem>
164161
<PropertyName>Name</PropertyName>
165162
</TableColumnItem>
166-
<TableColumnItem>
167-
<PropertyName>Type</PropertyName>
168-
</TableColumnItem>
169163
</TableColumnItems>
170164
</TableRowEntry>
171165
</TableRowEntries>
@@ -184,9 +178,6 @@
184178
<TableColumnHeader>
185179
<Label>Name</Label>
186180
</TableColumnHeader>
187-
<TableColumnHeader>
188-
<Label>Type</Label>
189-
</TableColumnHeader>
190181
</TableHeaders>
191182
<TableRowEntries>
192183
<TableRowEntry>
@@ -197,9 +188,6 @@
197188
<TableColumnItem>
198189
<PropertyName>Name</PropertyName>
199190
</TableColumnItem>
200-
<TableColumnItem>
201-
<PropertyName>Type</PropertyName>
202-
</TableColumnItem>
203191
</TableColumnItems>
204192
</TableRowEntry>
205193
</TableRowEntries>
@@ -553,19 +541,13 @@
553541
<TableColumnHeader>
554542
<Label>Name</Label>
555543
</TableColumnHeader>
556-
<TableColumnHeader>
557-
<Label>Type</Label>
558-
</TableColumnHeader>
559544
</TableHeaders>
560545
<TableRowEntries>
561546
<TableRowEntry>
562547
<TableColumnItems>
563548
<TableColumnItem>
564549
<PropertyName>Name</PropertyName>
565550
</TableColumnItem>
566-
<TableColumnItem>
567-
<PropertyName>Type</PropertyName>
568-
</TableColumnItem>
569551
</TableColumnItems>
570552
</TableRowEntry>
571553
</TableRowEntries>
@@ -625,19 +607,13 @@
625607
<TableColumnHeader>
626608
<Label>Name</Label>
627609
</TableColumnHeader>
628-
<TableColumnHeader>
629-
<Label>Type</Label>
630-
</TableColumnHeader>
631610
</TableHeaders>
632611
<TableRowEntries>
633612
<TableRowEntry>
634613
<TableColumnItems>
635614
<TableColumnItem>
636615
<PropertyName>Name</PropertyName>
637616
</TableColumnItem>
638-
<TableColumnItem>
639-
<PropertyName>Type</PropertyName>
640-
</TableColumnItem>
641617
</TableColumnItems>
642618
</TableRowEntry>
643619
</TableRowEntries>
@@ -653,19 +629,13 @@
653629
<TableColumnHeader>
654630
<Label>Name</Label>
655631
</TableColumnHeader>
656-
<TableColumnHeader>
657-
<Label>Type</Label>
658-
</TableColumnHeader>
659632
</TableHeaders>
660633
<TableRowEntries>
661634
<TableRowEntry>
662635
<TableColumnItems>
663636
<TableColumnItem>
664637
<PropertyName>Name</PropertyName>
665638
</TableColumnItem>
666-
<TableColumnItem>
667-
<PropertyName>Type</PropertyName>
668-
</TableColumnItem>
669639
</TableColumnItems>
670640
</TableRowEntry>
671641
</TableRowEntries>
@@ -774,9 +744,6 @@
774744
<TableColumnHeader>
775745
<Label>Name</Label>
776746
</TableColumnHeader>
777-
<TableColumnHeader>
778-
<Label>Type</Label>
779-
</TableColumnHeader>
780747
</TableHeaders>
781748
<TableRowEntries>
782749
<TableRowEntry>
@@ -787,9 +754,6 @@
787754
<TableColumnItem>
788755
<PropertyName>Name</PropertyName>
789756
</TableColumnItem>
790-
<TableColumnItem>
791-
<PropertyName>Type</PropertyName>
792-
</TableColumnItem>
793757
</TableColumnItems>
794758
</TableRowEntry>
795759
</TableRowEntries>
@@ -808,9 +772,6 @@
808772
<TableColumnHeader>
809773
<Label>TenantId</Label>
810774
</TableColumnHeader>
811-
<TableColumnHeader>
812-
<Label>Type</Label>
813-
</TableColumnHeader>
814775
</TableHeaders>
815776
<TableRowEntries>
816777
<TableRowEntry>
@@ -821,9 +782,6 @@
821782
<TableColumnItem>
822783
<PropertyName>TenantId</PropertyName>
823784
</TableColumnItem>
824-
<TableColumnItem>
825-
<PropertyName>Type</PropertyName>
826-
</TableColumnItem>
827785
</TableColumnItems>
828786
</TableRowEntry>
829787
</TableRowEntries>

src/AppConfiguration/Az.AppConfiguration.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 11/13/2020
6+
# Generated on: 3/21/2022
77
#
88

99
@{
@@ -45,7 +45,7 @@ PowerShellVersion = '5.1'
4545
DotNetFrameworkVersion = '4.7.2'
4646

4747
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
48-
# CLRVersion = ''
48+
# ClrVersion = ''
4949

5050
# Processor architecture (None, X86, Amd64) required by this module
5151
# ProcessorArchitecture = ''
@@ -111,7 +111,7 @@ PrivateData = @{
111111
# IconUri = ''
112112

113113
# ReleaseNotes of this module
114-
ReleaseNotes = '* General availability of ''Az.AppConfiguration'' module'
114+
# ReleaseNotes = ''
115115

116116
# Prerelease string of this module
117117
# Prerelease = ''

src/AppConfiguration/Az.AppConfiguration.psm1

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# region Generated
22
# ----------------------------------------------------------------------------------
3-
#
4-
# Copyright Microsoft Corporation
5-
# Licensed under the Apache License, Version 2.0 (the "License");
6-
# you may not use this file except in compliance with the License.
7-
# You may obtain a copy of the License at
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
# Unless required by applicable law or agreed to in writing, software
10-
# distributed under the License is distributed on an "AS IS" BASIS,
11-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
# See the License for the specific language governing permissions and
13-
# limitations under the License.
3+
# Copyright (c) Microsoft Corporation. All rights reserved.
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
# Unless required by applicable law or agreed to in writing, software
9+
# distributed under the License is distributed on an "AS IS" BASIS,
10+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
# See the License for the specific language governing permissions and
12+
# limitations under the License.
13+
# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
14+
# is regenerated.
1415
# ----------------------------------------------------------------------------------
1516
# Load required Az.Accounts module
1617
$accountsName = 'Az.Accounts'
@@ -24,17 +25,17 @@
2425
}
2526
}
2627
if(-not $accountsModule) {
27-
$hasAdequateVersion = (Get-Module -Name $accountsName -ListAvailable | Where-Object { $_.Version -ge [System.Version]'1.8.1' } | Measure-Object).Count -gt 0
28+
$hasAdequateVersion = (Get-Module -Name $accountsName -ListAvailable | Where-Object { $_.Version -ge [System.Version]'2.2.3' } | Measure-Object).Count -gt 0
2829
if($hasAdequateVersion) {
29-
$accountsModule = Import-Module -Name $accountsName -MinimumVersion 1.8.1 -Scope Global -PassThru
30+
$accountsModule = Import-Module -Name $accountsName -MinimumVersion 2.2.3 -Scope Global -PassThru
3031
}
3132
}
3233
}
3334

3435
if(-not $accountsModule) {
35-
Write-Error "`nThis module requires $accountsName version 1.8.1 or greater. For installation instructions, please see: https://docs.microsoft.com/en-us/powershell/azure/install-az-ps" -ErrorAction Stop
36-
} elseif (($accountsModule.Version -lt [System.Version]'1.8.1') -and (-not $localAccounts)) {
37-
Write-Error "`nThis module requires $accountsName version 1.8.1 or greater. An earlier version of Az.Accounts is imported in the current PowerShell session. If you are running test, please try to remove '.PSSharedModules' in your home directory. Otherwise please open a new PowerShell session and import this module again.`nAdditionally, this error could indicate that multiple incompatible versions of Azure PowerShell modules are installed on your system. For troubleshooting information, please see: https://aka.ms/azps-version-error" -ErrorAction Stop
36+
Write-Error "`nThis module requires $accountsName version 2.2.3 or greater. For installation instructions, please see: https://docs.microsoft.com/powershell/azure/install-az-ps" -ErrorAction Stop
37+
} elseif (($accountsModule.Version -lt [System.Version]'2.2.3') -and (-not $localAccounts)) {
38+
Write-Error "`nThis module requires $accountsName version 2.2.3 or greater. An earlier version of Az.Accounts is imported in the current PowerShell session. If you are running test, please try to add the switch '-RegenerateSupportModule' when executing 'test-module.ps1'. Otherwise please open a new PowerShell session and import this module again.`nAdditionally, this error could indicate that multiple incompatible versions of Azure PowerShell modules are installed on your system. For troubleshooting information, please see: https://aka.ms/azps-version-error" -ErrorAction Stop
3839
}
3940
Write-Information "Loaded Module '$($accountsModule.Name)'"
4041

@@ -50,6 +51,7 @@
5051
# Tweaks the pipeline on module load
5152
$instance.OnModuleLoad = $VTable.OnModuleLoad
5253

54+
5355
# Tweaks the pipeline per call
5456
$instance.OnNewRequest = $VTable.OnNewRequest
5557

src/AppConfiguration/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Added parameter "PublicNetworkAccess" in `New-AzAppConfigurationStore` and `Update-AzAppConfigurationStore`
2122

2223
## Version 1.0.0
2324
* General availability of 'Az.AppConfiguration' module

0 commit comments

Comments
 (0)