Skip to content

Commit

Permalink
Merge pull request Azure#26386 from Azure/joyer/analysis-services-rename
Browse files Browse the repository at this point in the history
[AnalysisService] rename AnalysisService SDK to AnalysisServices
  • Loading branch information
Nickcandy authored Oct 18, 2024
2 parents 2a7d402 + 1746d43 commit c575a2d
Show file tree
Hide file tree
Showing 47 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PsModuleName>AnalysisService</PsModuleName>
<PsModuleName>AnalysisServices</PsModuleName>
</PropertyGroup>
<Import Project="$(MSBuildThisFileDirectory)..\..\Az.props" />
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Microsoft.Azure.PowerShell.AnalysisService.Management.Sdk</AssemblyName>
<RootNamespace>Microsoft.Azure.Management.AnalysisService</RootNamespace>
<AssemblyName>Microsoft.Azure.PowerShell.AnalysisServices.Management.Sdk</AssemblyName>
<RootNamespace>Microsoft.Azure.Management.AnalysisServices</RootNamespace>
<NoWarn>$(NoWarn);CS0108;CS1573</NoWarn>
</PropertyGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\AnalysisService.Management.Sdk\AnalysisService.Management.Sdk.csproj" />
<ProjectReference Include="..\AnalysisServices.Dataplane\AnalysisServices.Dataplane.csproj" />
<ProjectReference Include="..\AnalysisServices.Management.Sdk\AnalysisServices.Management.Sdk.csproj" />
</ItemGroup>

</Project>
10 changes: 5 additions & 5 deletions src/AnalysisServices/AnalysisServices.sln
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnalysisServices", "Analysi
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestFx", "..\..\tools\TestFx\TestFx.csproj", "{592A383A-76BC-4BCA-BD6A-7F112631704E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnalysisService.Management.Sdk", "AnalysisService.Management.Sdk\AnalysisService.Management.Sdk.csproj", "{FC9AB621-5BDA-48A8-8CF2-AF2CAB9508F9}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnalysisServices.Management.Sdk", "AnalysisServices.Management.Sdk\AnalysisServices.Management.Sdk.csproj", "{72971D25-2BC6-4384-9449-085B437FD815}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -75,10 +75,10 @@ Global
{592A383A-76BC-4BCA-BD6A-7F112631704E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{592A383A-76BC-4BCA-BD6A-7F112631704E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{592A383A-76BC-4BCA-BD6A-7F112631704E}.Release|Any CPU.Build.0 = Release|Any CPU
{FC9AB621-5BDA-48A8-8CF2-AF2CAB9508F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC9AB621-5BDA-48A8-8CF2-AF2CAB9508F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC9AB621-5BDA-48A8-8CF2-AF2CAB9508F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC9AB621-5BDA-48A8-8CF2-AF2CAB9508F9}.Release|Any CPU.Build.0 = Release|Any CPU
{72971D25-2BC6-4384-9449-085B437FD815}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72971D25-2BC6-4384-9449-085B437FD815}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72971D25-2BC6-4384-9449-085B437FD815}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72971D25-2BC6-4384-9449-085B437FD815}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\AnalysisService.Management.Sdk\AnalysisService.Management.Sdk.csproj" />
<ProjectReference Include="..\AnalysisServices.Management.Sdk\AnalysisServices.Management.Sdk.csproj" />
</ItemGroup>

<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ DotNetFrameworkVersion = '4.7.2'
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.0'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.PowerShell.AnalysisService.Management.Sdk.dll'
RequiredAssemblies = 'Microsoft.Azure.PowerShell.AnalysisServices.Management.Sdk.dll'

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()
Expand Down
4 changes: 2 additions & 2 deletions src/AnalysisServices/AnalysisServices/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
- Additional information about change #1
-->
## Upcoming Release
* Migrate Analysis SDK to generated SDK
* Migrated AnalysisServices SDK to generated SDK
- Removed "Microsoft.Azure.Management.Analysis" Version "2.0.4" PackageReference
- Added AnalysisService.Management.Sdk ProjectReference
- Added AnalysisServices.Management.Sdk ProjectReference

## Version 1.1.5
* Removed the outdated deps.json file.
Expand Down

0 comments on commit c575a2d

Please sign in to comment.