Skip to content

2: Rename Clients DLLs #101

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

Merged
merged 4 commits into from
Dec 6, 2018
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/Aks/Aks.Netcore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Microsoft.Azure.PowerShell.Aks</AssemblyName>
<AssemblyName>Microsoft.Azure.PowerShell.Clients.Aks</AssemblyName>
<RootNamespace>Microsoft.Azure.Commands.Common.Aks</RootNamespace>
<OutputPath>$(ProjectDir)..\..\artifacts\$(Configuration)</OutputPath>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
</PropertyGroup>

<PropertyGroup>
<Title>Microsoft Azure PowerShell Aks</Title>
<Description>Microsoft Azure PowerShell Aks library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</Description>
<PackageTags>azure;powershell;aks</PackageTags>
<Title>Microsoft Azure PowerShell Clients Aks</Title>
<Description>Microsoft Azure PowerShell Clients Aks library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</Description>
<PackageTags>azure;powershell;clients;aks</PackageTags>
<Authors>Microsoft Corporation</Authors>
<Copyright>Copyright © Microsoft Corporation</Copyright>
<PackageLicenseUrl>https://aka.ms/azps-common-license</PackageLicenseUrl>
Expand Down
8 changes: 4 additions & 4 deletions src/Aks/Aks.nuspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.Azure.PowerShell.Aks</id>
<id>Microsoft.Azure.PowerShell.Clients.Aks</id>
<version>1.0.0</version>
<title>Microsoft Azure PowerShell Aks</title>
<title>Microsoft Azure PowerShell Clients Aks</title>
<authors>Microsoft Corporation</authors>
<owners>Microsoft Corporation</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://aka.ms/azps-common-license</licenseUrl>
<projectUrl>https://github.com/Azure/azure-powershell-common</projectUrl>
<description>Microsoft Azure PowerShell Aks library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</description>
<description>Microsoft Azure PowerShell Clients Aks library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</description>
<copyright>Copyright © Microsoft Corporation</copyright>
<tags>azure powershell aks</tags>
<tags>azure powershell clients aks</tags>
</metadata>
</package>
20 changes: 17 additions & 3 deletions src/Aks/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
using System.Reflection;
// ----------------------------------------------------------------------------------
//
// Copyright Microsoft Corporation
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// ----------------------------------------------------------------------------------

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Microsoft Azure PowerShell Aks")]
[assembly: AssemblyDescription("Microsoft Azure PowerShell Aks library. Only for use with the Azure PowerShell runtime. Not intended for general development use.")]
[assembly: AssemblyTitle("Microsoft Azure PowerShell Clients Aks")]
[assembly: AssemblyDescription("Microsoft Azure PowerShell Clients Aks library. Only for use with the Azure PowerShell runtime. Not intended for general development use.")]
[assembly: AssemblyProduct("Microsoft Azure PowerShell")]
[assembly: AssemblyCompany("Microsoft Corporation")]
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation")]
Expand Down
8 changes: 4 additions & 4 deletions src/Authorization/Authorization.Netcore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Microsoft.Azure.PowerShell.Authorization</AssemblyName>
<AssemblyName>Microsoft.Azure.PowerShell.Clients.Authorization</AssemblyName>
<RootNamespace>Microsoft.Azure.Commands.Common.Authorization</RootNamespace>
<OutputPath>$(ProjectDir)..\..\artifacts\$(Configuration)</OutputPath>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
</PropertyGroup>

<PropertyGroup>
<Title>Microsoft Azure PowerShell Authorization</Title>
<Description>Microsoft Azure PowerShell Authorization library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</Description>
<PackageTags>azure;powershell;authorization</PackageTags>
<Title>Microsoft Azure PowerShell Clients Authorization</Title>
<Description>Microsoft Azure PowerShell Clients Authorization library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</Description>
<PackageTags>azure;powershell;clients;authorization</PackageTags>
<Authors>Microsoft Corporation</Authors>
<Copyright>Copyright © Microsoft Corporation</Copyright>
<PackageLicenseUrl>https://aka.ms/azps-common-license</PackageLicenseUrl>
Expand Down
8 changes: 4 additions & 4 deletions src/Authorization/Authorization.nuspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.Azure.PowerShell.Authorization</id>
<id>Microsoft.Azure.PowerShell.Clients.Authorization</id>
<version>1.0.0</version>
<title>Microsoft Azure PowerShell Authorization</title>
<title>Microsoft Azure PowerShell Clients Authorization</title>
<authors>Microsoft Corporation</authors>
<owners>Microsoft Corporation</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://aka.ms/azps-common-license</licenseUrl>
<projectUrl>https://github.com/Azure/azure-powershell-common</projectUrl>
<description>Microsoft Azure PowerShell Authorization library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</description>
<description>Microsoft Azure PowerShell Clients Authorization library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</description>
<copyright>Copyright © Microsoft Corporation</copyright>
<tags>azure powershell authorization</tags>
<tags>azure powershell clients authorization</tags>
</metadata>
</package>
4 changes: 2 additions & 2 deletions src/Authorization/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Microsoft Azure PowerShell Authorization")]
[assembly: AssemblyDescription("Microsoft Azure PowerShell Authorization library. Only for use with the Azure PowerShell runtime. Not intended for general development use.")]
[assembly: AssemblyTitle("Microsoft Azure PowerShell Clients Authorization")]
[assembly: AssemblyDescription("Microsoft Azure PowerShell Clients Authorization library. Only for use with the Azure PowerShell runtime. Not intended for general development use.")]
[assembly: AssemblyProduct("Microsoft Azure PowerShell")]
[assembly: AssemblyCompany("Microsoft Corporation")]
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation")]
Expand Down
2 changes: 1 addition & 1 deletion src/Compute.Test/Compute.Test.Netcore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<AssemblyName>Microsoft.Azure.PowerShell.Compute.Test</AssemblyName>
<AssemblyName>Microsoft.Azure.PowerShell.Clients.Compute.Test</AssemblyName>
<RootNamespace>Microsoft.Azure.Commands.Common.Compute.Tests</RootNamespace>
<OutputPath>$(ProjectDir)..\..\artifacts\$(Configuration)</OutputPath>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
20 changes: 17 additions & 3 deletions src/Compute.Test/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
using System.Reflection;
// ----------------------------------------------------------------------------------
//
// Copyright Microsoft Corporation
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// ----------------------------------------------------------------------------------

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Microsoft Azure PowerShell Compute Test")]
[assembly: AssemblyDescription("Microsoft Azure PowerShell Compute Test library")]
[assembly: AssemblyTitle("Microsoft Azure PowerShell Clients Compute Test")]
[assembly: AssemblyDescription("Microsoft Azure PowerShell Clients Compute Test library")]
[assembly: AssemblyProduct("Microsoft Azure PowerShell")]
[assembly: AssemblyCompany("Microsoft Corporation")]
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation")]
Expand Down
8 changes: 4 additions & 4 deletions src/Compute/Compute.Netcore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Microsoft.Azure.PowerShell.Compute</AssemblyName>
<AssemblyName>Microsoft.Azure.PowerShell.Clients.Compute</AssemblyName>
<RootNamespace>Microsoft.Azure.Commands.Common.Compute</RootNamespace>
<OutputPath>$(ProjectDir)..\..\artifacts\$(Configuration)</OutputPath>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
</PropertyGroup>

<PropertyGroup>
<Title>Microsoft Azure PowerShell Compute</Title>
<Description>Microsoft Azure PowerShell Compute library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</Description>
<PackageTags>azure;powershell;compute</PackageTags>
<Title>Microsoft Azure PowerShell Clients Compute</Title>
<Description>Microsoft Azure PowerShell Clients Compute library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</Description>
<PackageTags>azure;powershell;clients;compute</PackageTags>
<Authors>Microsoft Corporation</Authors>
<Copyright>Copyright © Microsoft Corporation</Copyright>
<PackageLicenseUrl>https://aka.ms/azps-common-license</PackageLicenseUrl>
Expand Down
8 changes: 4 additions & 4 deletions src/Compute/Compute.nuspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.Azure.PowerShell.Compute</id>
<id>Microsoft.Azure.PowerShell.Clients.Compute</id>
<version>1.0.0</version>
<title>Microsoft Azure PowerShell Compute</title>
<title>Microsoft Azure PowerShell Clients Compute</title>
<authors>Microsoft Corporation</authors>
<owners>Microsoft Corporation</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://aka.ms/azps-common-license</licenseUrl>
<projectUrl>https://github.com/Azure/azure-powershell-common</projectUrl>
<description>Microsoft Azure PowerShell Compute library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</description>
<description>Microsoft Azure PowerShell Clients Compute library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</description>
<copyright>Copyright © Microsoft Corporation</copyright>
<tags>azure powershell compute</tags>
<tags>azure powershell clients compute</tags>
</metadata>
</package>
20 changes: 17 additions & 3 deletions src/Compute/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
using System.Reflection;
// ----------------------------------------------------------------------------------
//
// Copyright Microsoft Corporation
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// ----------------------------------------------------------------------------------

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Microsoft Azure PowerShell Compute")]
[assembly: AssemblyDescription("Microsoft Azure PowerShell Compute library. Only for use with the Azure PowerShell runtime. Not intended for general development use.")]
[assembly: AssemblyTitle("Microsoft Azure PowerShell Clients Compute")]
[assembly: AssemblyDescription("Microsoft Azure PowerShell Clients Compute library. Only for use with the Azure PowerShell runtime. Not intended for general development use.")]
[assembly: AssemblyProduct("Microsoft Azure PowerShell")]
[assembly: AssemblyCompany("Microsoft Corporation")]
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation")]
Expand Down
8 changes: 4 additions & 4 deletions src/Graph.Rbac/Graph.Rbac.Netcore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Microsoft.Azure.PowerShell.Graph.Rbac</AssemblyName>
<AssemblyName>Microsoft.Azure.PowerShell.Clients.Graph.Rbac</AssemblyName>
<RootNamespace>Microsoft.Azure.Commands.Common.Graph.RBAC</RootNamespace>
<OutputPath>$(ProjectDir)..\..\artifacts\$(Configuration)</OutputPath>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
</PropertyGroup>

<PropertyGroup>
<Title>Microsoft Azure PowerShell Graph Rbac</Title>
<Description>Microsoft Azure PowerShell Graph Rbac library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</Description>
<PackageTags>azure;powershell;graph;rbac</PackageTags>
<Title>Microsoft Azure PowerShell Clients Graph Rbac</Title>
<Description>Microsoft Azure PowerShell Clients Graph Rbac library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</Description>
<PackageTags>azure;powershell;clients;graph;rbac</PackageTags>
<Authors>Microsoft Corporation</Authors>
<Copyright>Copyright © Microsoft Corporation</Copyright>
<PackageLicenseUrl>https://aka.ms/azps-common-license</PackageLicenseUrl>
Expand Down
8 changes: 4 additions & 4 deletions src/Graph.Rbac/Graph.Rbac.nuspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.Azure.PowerShell.Graph.Rbac</id>
<id>Microsoft.Azure.PowerShell.Clients.Graph.Rbac</id>
<version>1.0.0</version>
<title>Microsoft Azure PowerShell Graph Rbac</title>
<title>Microsoft Azure PowerShell Clients Graph Rbac</title>
<authors>Microsoft Corporation</authors>
<owners>Microsoft Corporation</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://aka.ms/azps-common-license</licenseUrl>
<projectUrl>https://github.com/Azure/azure-powershell-common</projectUrl>
<description>Microsoft Azure PowerShell Graph Rbac library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</description>
<description>Microsoft Azure PowerShell Clients Graph Rbac library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</description>
<copyright>Copyright © Microsoft Corporation</copyright>
<tags>azure powershell graph rbac</tags>
<tags>azure powershell clients graph rbac</tags>
</metadata>
</package>
4 changes: 2 additions & 2 deletions src/Graph.Rbac/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Microsoft Azure PowerShell Graph Rbac")]
[assembly: AssemblyDescription("Microsoft Azure PowerShell Graph Rbac library. Only for use with the Azure PowerShell runtime. Not intended for general development use.")]
[assembly: AssemblyTitle("Microsoft Azure PowerShell Clients Graph Rbac")]
[assembly: AssemblyDescription("Microsoft Azure PowerShell Clients Graph Rbac library. Only for use with the Azure PowerShell runtime. Not intended for general development use.")]
[assembly: AssemblyProduct("Microsoft Azure PowerShell")]
[assembly: AssemblyCompany("Microsoft Corporation")]
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation")]
Expand Down
8 changes: 4 additions & 4 deletions src/KeyVault/KeyVault.Netcore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Microsoft.Azure.PowerShell.KeyVault</AssemblyName>
<AssemblyName>Microsoft.Azure.PowerShell.Clients.KeyVault</AssemblyName>
<RootNamespace>Microsoft.Azure.Commands.Common.KeyVault</RootNamespace>
<OutputPath>$(ProjectDir)..\..\artifacts\$(Configuration)</OutputPath>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
</PropertyGroup>

<PropertyGroup>
<Title>Microsoft Azure PowerShell KeyVault</Title>
<Description>Microsoft Azure PowerShell KeyVault library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</Description>
<PackageTags>azure;powershell;keyvault</PackageTags>
<Title>Microsoft Azure PowerShell Clients KeyVault</Title>
<Description>Microsoft Azure PowerShell Clients KeyVault library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</Description>
<PackageTags>azure;powershell;clients;keyvault</PackageTags>
<Authors>Microsoft Corporation</Authors>
<Copyright>Copyright © Microsoft Corporation</Copyright>
<PackageLicenseUrl>https://aka.ms/azps-common-license</PackageLicenseUrl>
Expand Down
8 changes: 4 additions & 4 deletions src/KeyVault/KeyVault.nuspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.Azure.PowerShell.KeyVault</id>
<id>Microsoft.Azure.PowerShell.Clients.KeyVault</id>
<version>1.0.0</version>
<title>Microsoft Azure PowerShell KeyVault</title>
<title>Microsoft Azure PowerShell Clients KeyVault</title>
<authors>Microsoft Corporation</authors>
<owners>Microsoft Corporation</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://aka.ms/azps-common-license</licenseUrl>
<projectUrl>https://github.com/Azure/azure-powershell-common</projectUrl>
<description>Microsoft Azure PowerShell KeyVault library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</description>
<description>Microsoft Azure PowerShell Clients KeyVault library. Only for use with the Azure PowerShell runtime. Not intended for general development use.</description>
<copyright>Copyright © Microsoft Corporation</copyright>
<tags>azure powershell keyvault</tags>
<tags>azure powershell clients keyvault</tags>
</metadata>
</package>
Loading