Skip to content

Commit 77a9d9a

Browse files
authored
Fix AppConfiguration Linux test by rename sub module (#28084)
1 parent 7a2acb7 commit 77a9d9a

File tree

49 files changed

+71
-31
lines changed

Some content is hidden

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

49 files changed

+71
-31
lines changed

src/AppConfiguration/AppConfiguration.sln

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accoun
1919
EndProject
2020
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppConfiguration", "AppConfiguration\AppConfiguration.csproj", "{AAA0CCC9-9FD8-4D1E-98FE-62005C6A6A05}"
2121
EndProject
22-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.AppConfigurationData", "..\..\generated\AppConfiguration\AppConfigurationData.Autorest\Az.AppConfigurationData.csproj", "{AAA3136C-E832-41E3-B774-3A4B4F997C3B}"
23-
EndProject
2422
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AppConfiguration.Autorest", "AppConfiguration.Autorest", "{0274B85D-B38C-5E54-FB34-3750CA0399A4}"
2523
EndProject
2624
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.AppConfiguration", "..\..\generated\AppConfiguration\AppConfiguration.Autorest\Az.AppConfiguration.csproj", "{5E5A1097-03B4-487A-A094-4ACC278B73D0}"
2725
EndProject
26+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AppConfigurationdata.Autorest", "AppConfigurationdata.Autorest", "{EF43BCD0-DC0A-3145-8EB8-34F6F1B43072}"
27+
EndProject
28+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.AppConfigurationdata", "..\..\generated\AppConfiguration\AppConfigurationdata.Autorest\Az.AppConfigurationdata.csproj", "{A849BC0F-947B-4AC8-A554-685C1284AE9F}"
29+
EndProject
2830
Global
2931
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3032
Debug|Any CPU = Debug|Any CPU
@@ -119,18 +121,6 @@ Global
119121
{AAA0CCC9-9FD8-4D1E-98FE-62005C6A6A05}.Release|x64.Build.0 = Release|Any CPU
120122
{AAA0CCC9-9FD8-4D1E-98FE-62005C6A6A05}.Release|x86.ActiveCfg = Release|Any CPU
121123
{AAA0CCC9-9FD8-4D1E-98FE-62005C6A6A05}.Release|x86.Build.0 = Release|Any CPU
122-
{AAA3136C-E832-41E3-B774-3A4B4F997C3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
123-
{AAA3136C-E832-41E3-B774-3A4B4F997C3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
124-
{AAA3136C-E832-41E3-B774-3A4B4F997C3B}.Debug|x64.ActiveCfg = Debug|Any CPU
125-
{AAA3136C-E832-41E3-B774-3A4B4F997C3B}.Debug|x64.Build.0 = Debug|Any CPU
126-
{AAA3136C-E832-41E3-B774-3A4B4F997C3B}.Debug|x86.ActiveCfg = Debug|Any CPU
127-
{AAA3136C-E832-41E3-B774-3A4B4F997C3B}.Debug|x86.Build.0 = Debug|Any CPU
128-
{AAA3136C-E832-41E3-B774-3A4B4F997C3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
129-
{AAA3136C-E832-41E3-B774-3A4B4F997C3B}.Release|Any CPU.Build.0 = Release|Any CPU
130-
{AAA3136C-E832-41E3-B774-3A4B4F997C3B}.Release|x64.ActiveCfg = Release|Any CPU
131-
{AAA3136C-E832-41E3-B774-3A4B4F997C3B}.Release|x64.Build.0 = Release|Any CPU
132-
{AAA3136C-E832-41E3-B774-3A4B4F997C3B}.Release|x86.ActiveCfg = Release|Any CPU
133-
{AAA3136C-E832-41E3-B774-3A4B4F997C3B}.Release|x86.Build.0 = Release|Any CPU
134124
{5E5A1097-03B4-487A-A094-4ACC278B73D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
135125
{5E5A1097-03B4-487A-A094-4ACC278B73D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
136126
{5E5A1097-03B4-487A-A094-4ACC278B73D0}.Debug|x64.ActiveCfg = Debug|Any CPU
@@ -143,6 +133,18 @@ Global
143133
{5E5A1097-03B4-487A-A094-4ACC278B73D0}.Release|x64.Build.0 = Release|Any CPU
144134
{5E5A1097-03B4-487A-A094-4ACC278B73D0}.Release|x86.ActiveCfg = Release|Any CPU
145135
{5E5A1097-03B4-487A-A094-4ACC278B73D0}.Release|x86.Build.0 = Release|Any CPU
136+
{A849BC0F-947B-4AC8-A554-685C1284AE9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
137+
{A849BC0F-947B-4AC8-A554-685C1284AE9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
138+
{A849BC0F-947B-4AC8-A554-685C1284AE9F}.Debug|x64.ActiveCfg = Debug|Any CPU
139+
{A849BC0F-947B-4AC8-A554-685C1284AE9F}.Debug|x64.Build.0 = Debug|Any CPU
140+
{A849BC0F-947B-4AC8-A554-685C1284AE9F}.Debug|x86.ActiveCfg = Debug|Any CPU
141+
{A849BC0F-947B-4AC8-A554-685C1284AE9F}.Debug|x86.Build.0 = Debug|Any CPU
142+
{A849BC0F-947B-4AC8-A554-685C1284AE9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
143+
{A849BC0F-947B-4AC8-A554-685C1284AE9F}.Release|Any CPU.Build.0 = Release|Any CPU
144+
{A849BC0F-947B-4AC8-A554-685C1284AE9F}.Release|x64.ActiveCfg = Release|Any CPU
145+
{A849BC0F-947B-4AC8-A554-685C1284AE9F}.Release|x64.Build.0 = Release|Any CPU
146+
{A849BC0F-947B-4AC8-A554-685C1284AE9F}.Release|x86.ActiveCfg = Release|Any CPU
147+
{A849BC0F-947B-4AC8-A554-685C1284AE9F}.Release|x86.Build.0 = Release|Any CPU
146148
EndGlobalSection
147149
GlobalSection(SolutionProperties) = preSolution
148150
HideSolutionNode = FALSE
@@ -155,5 +157,6 @@ Global
155157
{8B389447-87EC-484E-B771-5D387632713A} = {E4EA62CD-566F-439D-A591-A3969389B28E}
156158
{AFC99D4F-4983-4CC4-A284-4A763374FC3B} = {E4EA62CD-566F-439D-A591-A3969389B28E}
157159
{5E5A1097-03B4-487A-A094-4ACC278B73D0} = {0274B85D-B38C-5E54-FB34-3750CA0399A4}
160+
{A849BC0F-947B-4AC8-A554-685C1284AE9F} = {EF43BCD0-DC0A-3145-8EB8-34F6F1B43072}
158161
EndGlobalSection
159162
EndGlobal

src/AppConfiguration/AppConfiguration/Az.AppConfiguration.psd1

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 5/14/2025
6+
# Generated on: 7/2/2025
77
#
88

99
@{
@@ -51,25 +51,25 @@ DotNetFrameworkVersion = '4.7.2'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.0.0'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.1.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = 'AppConfiguration.Autorest/bin/Az.AppConfiguration.private.dll',
58-
'AppConfigurationData.Autorest/bin/Az.AppConfigurationdata.private.dll'
58+
'AppConfigurationdata.Autorest/bin/Az.AppConfigurationdata.private.dll'
5959

6060
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
61-
# ScriptsToProcess = @()
61+
ScriptsToProcess = @()
6262

6363
# Type files (.ps1xml) to be loaded when importing this module
64-
# TypesToProcess = @()
64+
TypesToProcess = @()
6565

6666
# Format files (.ps1xml) to be loaded when importing this module
6767
FormatsToProcess = 'AppConfiguration.Autorest/Az.AppConfiguration.format.ps1xml',
68-
'AppConfigurationData.Autorest/Az.AppConfigurationdata.format.ps1xml'
68+
'AppConfigurationdata.Autorest/Az.AppConfigurationdata.format.ps1xml'
6969

7070
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
7171
NestedModules = @('AppConfiguration.Autorest/Az.AppConfiguration.psm1',
72-
'AppConfigurationData.Autorest/Az.AppConfigurationdata.psm1')
72+
'AppConfigurationdata.Autorest/Az.AppConfigurationdata.psm1')
7373

7474
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
7575
FunctionsToExport = 'Clear-AzAppConfigurationDeletedStore',
@@ -109,7 +109,7 @@ PrivateData = @{
109109
PSData = @{
110110

111111
# Tags applied to this module. These help with module discovery in online galleries.
112-
Tags = 'Azure','ResourceManager','ARM','PSModule','AppConfiguration'
112+
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'AppConfiguration'
113113

114114
# A URL to the license for this module.
115115
LicenseUri = 'https://aka.ms/azps-license'
@@ -134,7 +134,7 @@ PrivateData = @{
134134

135135
} # End of PSData hashtable
136136

137-
} # End of PrivateData hashtable
137+
} # End of PrivateData hashtable
138138

139139
# HelpInfo URI of this module
140140
# HelpInfoURI = ''

src/AppConfiguration/AppConfigurationData.Autorest/generate-info.json

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0 (the ""License"");
3+
// you may not use this file except in compliance with the License.
4+
// You may obtain a copy of the License at
5+
// http://www.apache.org/licenses/LICENSE-2.0
6+
// Unless required by applicable law or agreed to in writing, software
7+
// distributed under the License is distributed on an ""AS IS"" BASIS,
8+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// See the License for the specific language governing permissions and
10+
// limitations under the License.
11+
// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
12+
// is regenerated.
13+
14+
using System;
15+
using System.Reflection;
16+
using System.Runtime.CompilerServices;
17+
using System.Runtime.InteropServices;
18+
19+
[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")]
20+
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
21+
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
22+
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - AppConfigurationdata")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("2.0.0")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("2.0.0")]
25+
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
26+
[assembly: System.CLSCompliantAttribute(false)]

0 commit comments

Comments
 (0)