Skip to content

Commit 6962e09

Browse files
authored
Merge pull request #101 from MiYanni/dll-clients-rename
2: Rename Clients DLLs
2 parents 038bb64 + e9a143d commit 6962e09

29 files changed

+153
-97
lines changed

src/Aks/Aks.Netcore.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44

55
<PropertyGroup>
66
<TargetFramework>netstandard2.0</TargetFramework>
7-
<AssemblyName>Microsoft.Azure.PowerShell.Aks</AssemblyName>
7+
<AssemblyName>Microsoft.Azure.PowerShell.Clients.Aks</AssemblyName>
88
<RootNamespace>Microsoft.Azure.Commands.Common.Aks</RootNamespace>
99
<OutputPath>$(ProjectDir)..\..\artifacts\$(Configuration)</OutputPath>
1010
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1111
<WarningsAsErrors />
1212
</PropertyGroup>
1313

1414
<PropertyGroup>
15-
<Title>Microsoft Azure PowerShell Aks</Title>
16-
<Description>Microsoft Azure PowerShell Aks library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</Description>
17-
<PackageTags>azure;powershell;aks</PackageTags>
15+
<Title>Microsoft Azure PowerShell Clients Aks</Title>
16+
<Description>Microsoft Azure PowerShell Clients Aks library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</Description>
17+
<PackageTags>azure;powershell;clients;aks</PackageTags>
1818
<Authors>Microsoft Corporation</Authors>
1919
<Copyright>Copyright © Microsoft Corporation</Copyright>
2020
<PackageLicenseUrl>https://aka.ms/azps-common-license</PackageLicenseUrl>

src/Aks/Aks.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
4-
<id>Microsoft.Azure.PowerShell.Aks</id>
4+
<id>Microsoft.Azure.PowerShell.Clients.Aks</id>
55
<version>1.0.0</version>
6-
<title>Microsoft Azure PowerShell Aks</title>
6+
<title>Microsoft Azure PowerShell Clients Aks</title>
77
<authors>Microsoft Corporation</authors>
88
<owners>Microsoft Corporation</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<licenseUrl>https://aka.ms/azps-common-license</licenseUrl>
1111
<projectUrl>https://github.com/Azure/azure-powershell-common</projectUrl>
12-
<description>Microsoft Azure PowerShell Aks library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</description>
12+
<description>Microsoft Azure PowerShell Clients Aks library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</description>
1313
<copyright>Copyright © Microsoft Corporation</copyright>
14-
<tags>azure powershell aks</tags>
14+
<tags>azure powershell clients aks</tags>
1515
</metadata>
1616
</package>

src/Aks/Properties/AssemblyInfo.cs

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
1-
using System.Reflection;
1+
// ----------------------------------------------------------------------------------
2+
//
3+
// Copyright Microsoft Corporation
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+
// ----------------------------------------------------------------------------------
14+
15+
using System.Reflection;
216
using System.Runtime.CompilerServices;
317
using System.Runtime.InteropServices;
418

519
// General Information about an assembly is controlled through the following
620
// set of attributes. Change these attribute values to modify the information
721
// associated with an assembly.
8-
[assembly: AssemblyTitle("Microsoft Azure PowerShell Aks")]
9-
[assembly: AssemblyDescription("Microsoft Azure PowerShell Aks library. Only for use with the Azure PowerShell runtime. Not intended for general development use.")]
22+
[assembly: AssemblyTitle("Microsoft Azure PowerShell Clients Aks")]
23+
[assembly: AssemblyDescription("Microsoft Azure PowerShell Clients Aks library. Only for use with the Azure PowerShell runtime. Not intended for general development use.")]
1024
[assembly: AssemblyProduct("Microsoft Azure PowerShell")]
1125
[assembly: AssemblyCompany("Microsoft Corporation")]
1226
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation")]

src/Authorization/Authorization.Netcore.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44

55
<PropertyGroup>
66
<TargetFramework>netstandard2.0</TargetFramework>
7-
<AssemblyName>Microsoft.Azure.PowerShell.Authorization</AssemblyName>
7+
<AssemblyName>Microsoft.Azure.PowerShell.Clients.Authorization</AssemblyName>
88
<RootNamespace>Microsoft.Azure.Commands.Common.Authorization</RootNamespace>
99
<OutputPath>$(ProjectDir)..\..\artifacts\$(Configuration)</OutputPath>
1010
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1111
<WarningsAsErrors />
1212
</PropertyGroup>
1313

1414
<PropertyGroup>
15-
<Title>Microsoft Azure PowerShell Authorization</Title>
16-
<Description>Microsoft Azure PowerShell Authorization library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</Description>
17-
<PackageTags>azure;powershell;authorization</PackageTags>
15+
<Title>Microsoft Azure PowerShell Clients Authorization</Title>
16+
<Description>Microsoft Azure PowerShell Clients Authorization library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</Description>
17+
<PackageTags>azure;powershell;clients;authorization</PackageTags>
1818
<Authors>Microsoft Corporation</Authors>
1919
<Copyright>Copyright © Microsoft Corporation</Copyright>
2020
<PackageLicenseUrl>https://aka.ms/azps-common-license</PackageLicenseUrl>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
4-
<id>Microsoft.Azure.PowerShell.Authorization</id>
4+
<id>Microsoft.Azure.PowerShell.Clients.Authorization</id>
55
<version>1.0.0</version>
6-
<title>Microsoft Azure PowerShell Authorization</title>
6+
<title>Microsoft Azure PowerShell Clients Authorization</title>
77
<authors>Microsoft Corporation</authors>
88
<owners>Microsoft Corporation</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<licenseUrl>https://aka.ms/azps-common-license</licenseUrl>
1111
<projectUrl>https://github.com/Azure/azure-powershell-common</projectUrl>
12-
<description>Microsoft Azure PowerShell Authorization library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</description>
12+
<description>Microsoft Azure PowerShell Clients Authorization library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</description>
1313
<copyright>Copyright © Microsoft Corporation</copyright>
14-
<tags>azure powershell authorization</tags>
14+
<tags>azure powershell clients authorization</tags>
1515
</metadata>
1616
</package>

src/Authorization/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
// General Information about an assembly is controlled through the following
2020
// set of attributes. Change these attribute values to modify the information
2121
// associated with an assembly.
22-
[assembly: AssemblyTitle("Microsoft Azure PowerShell Authorization")]
23-
[assembly: AssemblyDescription("Microsoft Azure PowerShell Authorization library. Only for use with the Azure PowerShell runtime. Not intended for general development use.")]
22+
[assembly: AssemblyTitle("Microsoft Azure PowerShell Clients Authorization")]
23+
[assembly: AssemblyDescription("Microsoft Azure PowerShell Clients Authorization library. Only for use with the Azure PowerShell runtime. Not intended for general development use.")]
2424
[assembly: AssemblyProduct("Microsoft Azure PowerShell")]
2525
[assembly: AssemblyCompany("Microsoft Corporation")]
2626
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation")]

src/Compute.Test/Compute.Test.Netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<PropertyGroup>
66
<TargetFramework>netcoreapp2.1</TargetFramework>
7-
<AssemblyName>Microsoft.Azure.PowerShell.Compute.Test</AssemblyName>
7+
<AssemblyName>Microsoft.Azure.PowerShell.Clients.Compute.Test</AssemblyName>
88
<RootNamespace>Microsoft.Azure.Commands.Common.Compute.Tests</RootNamespace>
99
<OutputPath>$(ProjectDir)..\..\artifacts\$(Configuration)</OutputPath>
1010
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

src/Compute.Test/Properties/AssemblyInfo.cs

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
1-
using System.Reflection;
1+
// ----------------------------------------------------------------------------------
2+
//
3+
// Copyright Microsoft Corporation
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+
// ----------------------------------------------------------------------------------
14+
15+
using System.Reflection;
216
using System.Runtime.CompilerServices;
317
using System.Runtime.InteropServices;
418

519
// General Information about an assembly is controlled through the following
620
// set of attributes. Change these attribute values to modify the information
721
// associated with an assembly.
8-
[assembly: AssemblyTitle("Microsoft Azure PowerShell Compute Test")]
9-
[assembly: AssemblyDescription("Microsoft Azure PowerShell Compute Test library")]
22+
[assembly: AssemblyTitle("Microsoft Azure PowerShell Clients Compute Test")]
23+
[assembly: AssemblyDescription("Microsoft Azure PowerShell Clients Compute Test library")]
1024
[assembly: AssemblyProduct("Microsoft Azure PowerShell")]
1125
[assembly: AssemblyCompany("Microsoft Corporation")]
1226
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation")]

src/Compute/Compute.Netcore.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44

55
<PropertyGroup>
66
<TargetFramework>netstandard2.0</TargetFramework>
7-
<AssemblyName>Microsoft.Azure.PowerShell.Compute</AssemblyName>
7+
<AssemblyName>Microsoft.Azure.PowerShell.Clients.Compute</AssemblyName>
88
<RootNamespace>Microsoft.Azure.Commands.Common.Compute</RootNamespace>
99
<OutputPath>$(ProjectDir)..\..\artifacts\$(Configuration)</OutputPath>
1010
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1111
<WarningsAsErrors />
1212
</PropertyGroup>
1313

1414
<PropertyGroup>
15-
<Title>Microsoft Azure PowerShell Compute</Title>
16-
<Description>Microsoft Azure PowerShell Compute library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</Description>
17-
<PackageTags>azure;powershell;compute</PackageTags>
15+
<Title>Microsoft Azure PowerShell Clients Compute</Title>
16+
<Description>Microsoft Azure PowerShell Clients Compute library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</Description>
17+
<PackageTags>azure;powershell;clients;compute</PackageTags>
1818
<Authors>Microsoft Corporation</Authors>
1919
<Copyright>Copyright © Microsoft Corporation</Copyright>
2020
<PackageLicenseUrl>https://aka.ms/azps-common-license</PackageLicenseUrl>

src/Compute/Compute.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
4-
<id>Microsoft.Azure.PowerShell.Compute</id>
4+
<id>Microsoft.Azure.PowerShell.Clients.Compute</id>
55
<version>1.0.0</version>
6-
<title>Microsoft Azure PowerShell Compute</title>
6+
<title>Microsoft Azure PowerShell Clients Compute</title>
77
<authors>Microsoft Corporation</authors>
88
<owners>Microsoft Corporation</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<licenseUrl>https://aka.ms/azps-common-license</licenseUrl>
1111
<projectUrl>https://github.com/Azure/azure-powershell-common</projectUrl>
12-
<description>Microsoft Azure PowerShell Compute library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</description>
12+
<description>Microsoft Azure PowerShell Clients Compute library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</description>
1313
<copyright>Copyright © Microsoft Corporation</copyright>
14-
<tags>azure powershell compute</tags>
14+
<tags>azure powershell clients compute</tags>
1515
</metadata>
1616
</package>

src/Compute/Properties/AssemblyInfo.cs

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
1-
using System.Reflection;
1+
// ----------------------------------------------------------------------------------
2+
//
3+
// Copyright Microsoft Corporation
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+
// ----------------------------------------------------------------------------------
14+
15+
using System.Reflection;
216
using System.Runtime.CompilerServices;
317
using System.Runtime.InteropServices;
418

519
// General Information about an assembly is controlled through the following
620
// set of attributes. Change these attribute values to modify the information
721
// associated with an assembly.
8-
[assembly: AssemblyTitle("Microsoft Azure PowerShell Compute")]
9-
[assembly: AssemblyDescription("Microsoft Azure PowerShell Compute library. Only for use with the Azure PowerShell runtime. Not intended for general development use.")]
22+
[assembly: AssemblyTitle("Microsoft Azure PowerShell Clients Compute")]
23+
[assembly: AssemblyDescription("Microsoft Azure PowerShell Clients Compute library. Only for use with the Azure PowerShell runtime. Not intended for general development use.")]
1024
[assembly: AssemblyProduct("Microsoft Azure PowerShell")]
1125
[assembly: AssemblyCompany("Microsoft Corporation")]
1226
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation")]

src/Graph.Rbac/Graph.Rbac.Netcore.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44

55
<PropertyGroup>
66
<TargetFramework>netstandard2.0</TargetFramework>
7-
<AssemblyName>Microsoft.Azure.PowerShell.Graph.Rbac</AssemblyName>
7+
<AssemblyName>Microsoft.Azure.PowerShell.Clients.Graph.Rbac</AssemblyName>
88
<RootNamespace>Microsoft.Azure.Commands.Common.Graph.RBAC</RootNamespace>
99
<OutputPath>$(ProjectDir)..\..\artifacts\$(Configuration)</OutputPath>
1010
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1111
<WarningsAsErrors />
1212
</PropertyGroup>
1313

1414
<PropertyGroup>
15-
<Title>Microsoft Azure PowerShell Graph Rbac</Title>
16-
<Description>Microsoft Azure PowerShell Graph Rbac library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</Description>
17-
<PackageTags>azure;powershell;graph;rbac</PackageTags>
15+
<Title>Microsoft Azure PowerShell Clients Graph Rbac</Title>
16+
<Description>Microsoft Azure PowerShell Clients Graph Rbac library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</Description>
17+
<PackageTags>azure;powershell;clients;graph;rbac</PackageTags>
1818
<Authors>Microsoft Corporation</Authors>
1919
<Copyright>Copyright © Microsoft Corporation</Copyright>
2020
<PackageLicenseUrl>https://aka.ms/azps-common-license</PackageLicenseUrl>

src/Graph.Rbac/Graph.Rbac.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
4-
<id>Microsoft.Azure.PowerShell.Graph.Rbac</id>
4+
<id>Microsoft.Azure.PowerShell.Clients.Graph.Rbac</id>
55
<version>1.0.0</version>
6-
<title>Microsoft Azure PowerShell Graph Rbac</title>
6+
<title>Microsoft Azure PowerShell Clients Graph Rbac</title>
77
<authors>Microsoft Corporation</authors>
88
<owners>Microsoft Corporation</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<licenseUrl>https://aka.ms/azps-common-license</licenseUrl>
1111
<projectUrl>https://github.com/Azure/azure-powershell-common</projectUrl>
12-
<description>Microsoft Azure PowerShell Graph Rbac library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</description>
12+
<description>Microsoft Azure PowerShell Clients Graph Rbac library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</description>
1313
<copyright>Copyright © Microsoft Corporation</copyright>
14-
<tags>azure powershell graph rbac</tags>
14+
<tags>azure powershell clients graph rbac</tags>
1515
</metadata>
1616
</package>

src/Graph.Rbac/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
// General Information about an assembly is controlled through the following
2020
// set of attributes. Change these attribute values to modify the information
2121
// associated with an assembly.
22-
[assembly: AssemblyTitle("Microsoft Azure PowerShell Graph Rbac")]
23-
[assembly: AssemblyDescription("Microsoft Azure PowerShell Graph Rbac library. Only for use with the Azure PowerShell runtime. Not intended for general development use.")]
22+
[assembly: AssemblyTitle("Microsoft Azure PowerShell Clients Graph Rbac")]
23+
[assembly: AssemblyDescription("Microsoft Azure PowerShell Clients Graph Rbac library. Only for use with the Azure PowerShell runtime. Not intended for general development use.")]
2424
[assembly: AssemblyProduct("Microsoft Azure PowerShell")]
2525
[assembly: AssemblyCompany("Microsoft Corporation")]
2626
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation")]

src/KeyVault/KeyVault.Netcore.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44

55
<PropertyGroup>
66
<TargetFramework>netstandard2.0</TargetFramework>
7-
<AssemblyName>Microsoft.Azure.PowerShell.KeyVault</AssemblyName>
7+
<AssemblyName>Microsoft.Azure.PowerShell.Clients.KeyVault</AssemblyName>
88
<RootNamespace>Microsoft.Azure.Commands.Common.KeyVault</RootNamespace>
99
<OutputPath>$(ProjectDir)..\..\artifacts\$(Configuration)</OutputPath>
1010
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1111
<WarningsAsErrors />
1212
</PropertyGroup>
1313

1414
<PropertyGroup>
15-
<Title>Microsoft Azure PowerShell KeyVault</Title>
16-
<Description>Microsoft Azure PowerShell KeyVault library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</Description>
17-
<PackageTags>azure;powershell;keyvault</PackageTags>
15+
<Title>Microsoft Azure PowerShell Clients KeyVault</Title>
16+
<Description>Microsoft Azure PowerShell Clients KeyVault library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</Description>
17+
<PackageTags>azure;powershell;clients;keyvault</PackageTags>
1818
<Authors>Microsoft Corporation</Authors>
1919
<Copyright>Copyright © Microsoft Corporation</Copyright>
2020
<PackageLicenseUrl>https://aka.ms/azps-common-license</PackageLicenseUrl>

src/KeyVault/KeyVault.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
4-
<id>Microsoft.Azure.PowerShell.KeyVault</id>
4+
<id>Microsoft.Azure.PowerShell.Clients.KeyVault</id>
55
<version>1.0.0</version>
6-
<title>Microsoft Azure PowerShell KeyVault</title>
6+
<title>Microsoft Azure PowerShell Clients KeyVault</title>
77
<authors>Microsoft Corporation</authors>
88
<owners>Microsoft Corporation</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<licenseUrl>https://aka.ms/azps-common-license</licenseUrl>
1111
<projectUrl>https://github.com/Azure/azure-powershell-common</projectUrl>
12-
<description>Microsoft Azure PowerShell KeyVault library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</description>
12+
<description>Microsoft Azure PowerShell Clients KeyVault library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</description>
1313
<copyright>Copyright © Microsoft Corporation</copyright>
14-
<tags>azure powershell keyvault</tags>
14+
<tags>azure powershell clients keyvault</tags>
1515
</metadata>
1616
</package>

0 commit comments

Comments
 (0)