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

[Folder Structure] Main - Update module folder structure from MarketplaceOrdering to Migrate #23383

Merged
merged 1 commit into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PsModuleName>MarketplaceOrdering</PsModuleName>
<PsRootModuleName>MarketplaceOrdering</PsRootModuleName>
</PropertyGroup>

<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.props" />
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.hybrid.props" />
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />

</Project>
76 changes: 41 additions & 35 deletions src/MarketplaceOrdering/MarketplaceOrdering.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,21 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{B709DE9E-CBEF-43F2-B006-C5B21CB7CB28}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{CB5E57E7-1392-42A9-9F72-28265712C058}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{FF257548-5617-45A2-B9F5-2C9A001D663B}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{48F128D8-9816-4810-A6EF-A1DFC6C95713}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{736E3C5D-688A-4A36-BA0E-3AE448258041}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{43D32B03-F10B-4365-9AD7-86B0170F257E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{1046FD64-F366-4A5F-8DF6-DEE270C5FC0A}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{EFB0C821-2A71-43F7-AB5A-DAE4C5A7B273}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{705FDE43-CE6F-4A6B-AAD0-67E9D7EC2103}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{0345E7BF-CAF0-4FE7-A70A-C7745803C13C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{038A68FC-D1C9-4431-A1C5-C3BB5854442C}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{0F1BCAC7-2937-482A-B3E9-BCB3D8BDEAC6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MarketplaceOrdering", "Az.MarketplaceOrdering.csproj", "{1B7CD602-AC34-4D30-A9B4-16AD728D3907}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarketplaceOrdering", "MarketplaceOrdering\MarketplaceOrdering.csproj", "{096AB4E5-608F-47A8-B6CD-F80BFB47CA87}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MarketplaceOrdering", "MarketplaceOrdering.Autorest\Az.MarketplaceOrdering.csproj", "{C6C5059B-EA07-4959-91C8-8B2F97BC15A6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -26,33 +28,37 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B709DE9E-CBEF-43F2-B006-C5B21CB7CB28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B709DE9E-CBEF-43F2-B006-C5B21CB7CB28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B709DE9E-CBEF-43F2-B006-C5B21CB7CB28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B709DE9E-CBEF-43F2-B006-C5B21CB7CB28}.Release|Any CPU.Build.0 = Release|Any CPU
{FF257548-5617-45A2-B9F5-2C9A001D663B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF257548-5617-45A2-B9F5-2C9A001D663B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF257548-5617-45A2-B9F5-2C9A001D663B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF257548-5617-45A2-B9F5-2C9A001D663B}.Release|Any CPU.Build.0 = Release|Any CPU
{736E3C5D-688A-4A36-BA0E-3AE448258041}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{736E3C5D-688A-4A36-BA0E-3AE448258041}.Debug|Any CPU.Build.0 = Debug|Any CPU
{736E3C5D-688A-4A36-BA0E-3AE448258041}.Release|Any CPU.ActiveCfg = Release|Any CPU
{736E3C5D-688A-4A36-BA0E-3AE448258041}.Release|Any CPU.Build.0 = Release|Any CPU
{1046FD64-F366-4A5F-8DF6-DEE270C5FC0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1046FD64-F366-4A5F-8DF6-DEE270C5FC0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1046FD64-F366-4A5F-8DF6-DEE270C5FC0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1046FD64-F366-4A5F-8DF6-DEE270C5FC0A}.Release|Any CPU.Build.0 = Release|Any CPU
{705FDE43-CE6F-4A6B-AAD0-67E9D7EC2103}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{705FDE43-CE6F-4A6B-AAD0-67E9D7EC2103}.Debug|Any CPU.Build.0 = Debug|Any CPU
{705FDE43-CE6F-4A6B-AAD0-67E9D7EC2103}.Release|Any CPU.ActiveCfg = Release|Any CPU
{705FDE43-CE6F-4A6B-AAD0-67E9D7EC2103}.Release|Any CPU.Build.0 = Release|Any CPU
{038A68FC-D1C9-4431-A1C5-C3BB5854442C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{038A68FC-D1C9-4431-A1C5-C3BB5854442C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{038A68FC-D1C9-4431-A1C5-C3BB5854442C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{038A68FC-D1C9-4431-A1C5-C3BB5854442C}.Release|Any CPU.Build.0 = Release|Any CPU
{1B7CD602-AC34-4D30-A9B4-16AD728D3907}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B7CD602-AC34-4D30-A9B4-16AD728D3907}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B7CD602-AC34-4D30-A9B4-16AD728D3907}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B7CD602-AC34-4D30-A9B4-16AD728D3907}.Release|Any CPU.Build.0 = Release|Any CPU
{CB5E57E7-1392-42A9-9F72-28265712C058}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB5E57E7-1392-42A9-9F72-28265712C058}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB5E57E7-1392-42A9-9F72-28265712C058}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB5E57E7-1392-42A9-9F72-28265712C058}.Release|Any CPU.Build.0 = Release|Any CPU
{48F128D8-9816-4810-A6EF-A1DFC6C95713}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48F128D8-9816-4810-A6EF-A1DFC6C95713}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48F128D8-9816-4810-A6EF-A1DFC6C95713}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48F128D8-9816-4810-A6EF-A1DFC6C95713}.Release|Any CPU.Build.0 = Release|Any CPU
{43D32B03-F10B-4365-9AD7-86B0170F257E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43D32B03-F10B-4365-9AD7-86B0170F257E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43D32B03-F10B-4365-9AD7-86B0170F257E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43D32B03-F10B-4365-9AD7-86B0170F257E}.Release|Any CPU.Build.0 = Release|Any CPU
{EFB0C821-2A71-43F7-AB5A-DAE4C5A7B273}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFB0C821-2A71-43F7-AB5A-DAE4C5A7B273}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFB0C821-2A71-43F7-AB5A-DAE4C5A7B273}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFB0C821-2A71-43F7-AB5A-DAE4C5A7B273}.Release|Any CPU.Build.0 = Release|Any CPU
{0345E7BF-CAF0-4FE7-A70A-C7745803C13C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0345E7BF-CAF0-4FE7-A70A-C7745803C13C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0345E7BF-CAF0-4FE7-A70A-C7745803C13C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0345E7BF-CAF0-4FE7-A70A-C7745803C13C}.Release|Any CPU.Build.0 = Release|Any CPU
{0F1BCAC7-2937-482A-B3E9-BCB3D8BDEAC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F1BCAC7-2937-482A-B3E9-BCB3D8BDEAC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F1BCAC7-2937-482A-B3E9-BCB3D8BDEAC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F1BCAC7-2937-482A-B3E9-BCB3D8BDEAC6}.Release|Any CPU.Build.0 = Release|Any CPU
{096AB4E5-608F-47A8-B6CD-F80BFB47CA87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{096AB4E5-608F-47A8-B6CD-F80BFB47CA87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{096AB4E5-608F-47A8-B6CD-F80BFB47CA87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{096AB4E5-608F-47A8-B6CD-F80BFB47CA87}.Release|Any CPU.Build.0 = Release|Any CPU
{C6C5059B-EA07-4959-91C8-8B2F97BC15A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6C5059B-EA07-4959-91C8-8B2F97BC15A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6C5059B-EA07-4959-91C8-8B2F97BC15A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6C5059B-EA07-4959-91C8-8B2F97BC15A6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
#
# Module manifest for module 'Az.MarketplaceOrdering'
#
# Generated by: Microsoft Corporation
#
# Generated on: 11/13/2023
#

@{

# Script module or binary module file associated with this manifest.
# RootModule = ''

# Version number of this module.
ModuleVersion = '2.0.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'

# ID used to uniquely identify this module
GUID = '95b51ba9-b0c9-430e-bab9-69492bc277cf'

# Author of this module
Author = 'Microsoft Corporation'

# Company or vendor of this module
CompanyName = 'Microsoft Corporation'

# Copyright statement for this module
Copyright = 'Microsoft Corporation. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Microsoft Azure PowerShell: MarketplaceOrdering cmdlets'

# Minimum version of the PowerShell engine required by this module
PowerShellVersion = '5.1'

# Name of the PowerShell host required by this module
# PowerShellHostName = ''

# Minimum version of the PowerShell host required by this module
# PowerShellHostVersion = ''

# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
DotNetFrameworkVersion = '4.7.2'

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

# Processor architecture (None, X86, Amd64) required by this module
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.2'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies =
'MarketplaceOrdering.Autorest/bin/Az.MarketplaceOrdering.private.dll'

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

# Type files (.ps1xml) to be loaded when importing this module
# TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess =
'MarketplaceOrdering.Autorest/Az.MarketplaceOrdering.format.ps1xml'

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('MarketplaceOrdering.Autorest/Az.MarketplaceOrdering.psm1')

# 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.
FunctionsToExport = 'Get-AzMarketplaceTerms', 'Invoke-AzMarketplaceSignTerms',
'Set-AzMarketplaceTerms', 'Stop-AzMarketplaceTerms'

# Cmdlets 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 cmdlets to export.
CmdletsToExport = @()

# Variables to export from this module
VariablesToExport = '*'

# Aliases 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 aliases to export.
AliasesToExport = '*'

# DSC resources to export from this module
# DscResourcesToExport = @()

# List of all modules packaged with this module
# ModuleList = @()

# List of all files packaged with this module
# FileList = @()

# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
PrivateData = @{

PSData = @{

# Tags applied to this module. These help with module discovery in online galleries.
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'MarketplaceOrdering'

# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'

# A URL to the main website for this project.
ProjectUri = 'https://github.com/Azure/azure-powershell'

# A URL to an icon representing this module.
# IconUri = ''

# ReleaseNotes of this module
# ReleaseNotes = ''

# Prerelease string of this module
# Prerelease = ''

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false

# External dependent modules of this module
# ExternalModuleDependencies = @()

} # End of PSData hashtable

} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''

# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''

}

Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="$(MSBuildThisFileDirectory)..\..\Az.props" />
<Import Project="$(MSBuildThisFileDirectory)..\..\psm1.props" />

<PropertyGroup>
<PsModuleName>MarketplaceOrdering</PsModuleName>
</PropertyGroup>

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>$(AzAssemblyPrefix)$(PsModuleName)</AssemblyName>
<RootNamespace>$(AzAssemblyPrefix)$(PsModuleName)</RootNamespace>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>$(RepoArtifacts)$(Configuration)\Az.$(PsModuleName)\</OutputPath>
<PublishDir>$(OutputPath)</PublishDir>
</PropertyGroup>

<!-- Assets -->
<ItemGroup>
<None Update="Az.$(PsModuleName).psd1" CopyToOutputDirectory="PreserveNewest" />
<None Update="help\*.md" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>

<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />

</Project>
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PsModuleName>Migrate</PsModuleName>
<PsRootModuleName>Migrate</PsRootModuleName>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)..\Az.autorest.props" />
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.hybrid.props" />
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />

</Project>
File renamed without changes.
Loading