|
1 |
| -// ---------------------------------------------------------------------------------- |
2 |
| -// |
3 |
| -// Copyright Microsoft Corporation |
4 |
| -// Licensed under the Apache License, Version 2.0 (the "License"); |
| 1 | +// Copyright (c) Microsoft Corporation. All rights reserved. |
| 2 | +// Licensed under the Apache License, Version 2.0 (the ""License""); |
5 | 3 | // you may not use this file except in compliance with the License.
|
6 | 4 | // You may obtain a copy of the License at
|
7 | 5 | // http://www.apache.org/licenses/LICENSE-2.0
|
8 | 6 | // Unless required by applicable law or agreed to in writing, software
|
9 |
| -// distributed under the License is distributed on an "AS IS" BASIS, |
| 7 | +// distributed under the License is distributed on an ""AS IS"" BASIS, |
10 | 8 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
11 | 9 | // See the License for the specific language governing permissions and
|
12 | 10 | // limitations under the License.
|
13 |
| -// ---------------------------------------------------------------------------------- |
| 11 | +// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code |
| 12 | +// is regenerated. |
14 | 13 |
|
15 | 14 | using System;
|
16 | 15 | using System.Reflection;
|
| 16 | +using System.Runtime.CompilerServices; |
17 | 17 | using System.Runtime.InteropServices;
|
18 | 18 |
|
19 |
| -[assembly: AssemblyTitle("Microsoft Azure Powershell - Cdn")] |
20 |
| -[assembly: AssemblyCompany(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCompany)] |
21 |
| -[assembly: AssemblyProduct(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyProduct)] |
22 |
| -[assembly: AssemblyCopyright(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCopyright)] |
23 |
| - |
24 |
| -[assembly: ComVisible(false)] |
25 |
| -[assembly: CLSCompliant(false)] |
26 |
| -[assembly: Guid("89d80a5c-524f-42ac-9f55-8271fa0bca3d")] |
27 |
| -[assembly: AssemblyVersion("3.3.0")] |
28 |
| -[assembly: AssemblyFileVersion("3.3.0")] |
| 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 - Cdn")] |
| 23 | +[assembly: System.Reflection.AssemblyFileVersionAttribute("3.3.0")] |
| 24 | +[assembly: System.Reflection.AssemblyVersionAttribute("3.3.0")] |
| 25 | +[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)] |
| 26 | +[assembly: System.CLSCompliantAttribute(false)] |
0 commit comments