diff --git a/generated/ResourceMover/ResourceMover.Autorest/Properties/AssemblyInfo.cs b/generated/ResourceMover/ResourceMover.Autorest/Properties/AssemblyInfo.cs index 7cdbfb0d1fcb..98c7e9827d41 100644 --- a/generated/ResourceMover/ResourceMover.Autorest/Properties/AssemblyInfo.cs +++ b/generated/ResourceMover/ResourceMover.Autorest/Properties/AssemblyInfo.cs @@ -1,28 +1,26 @@ -// ---------------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); +// Copyright (c) Microsoft Corporation. All rights reserved. +// 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, +// 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. -// ---------------------------------------------------------------------------------- +// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +// is regenerated. using System; using System.Reflection; +using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -[assembly: AssemblyTitle("Microsoft Azure Powershell - ResourceMover")] -[assembly: AssemblyCompany(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCompany)] -[assembly: AssemblyProduct(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyProduct)] -[assembly: AssemblyCopyright(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCopyright)] - -[assembly: ComVisible(false)] -[assembly: CLSCompliant(false)] -[assembly: Guid("45c83526-098a-460e-8b82-01f8487d2e94")] -[assembly: AssemblyVersion("1.3.0")] -[assembly: AssemblyFileVersion("1.3.0")] +[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")] +[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")] +[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")] +[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - ResourceMover")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.0")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.3.0")] +[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)] +[assembly: System.CLSCompliantAttribute(false)] diff --git a/generated/ResourceMover/ResourceMover.Autorest/generate-info.json b/generated/ResourceMover/ResourceMover.Autorest/generate-info.json index d25d3c5cad66..1acd7e090183 100644 --- a/generated/ResourceMover/ResourceMover.Autorest/generate-info.json +++ b/generated/ResourceMover/ResourceMover.Autorest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "07cb2b15-feee-4391-a45e-8314458515b9" + "generate_Id": "e5b52387-7e7d-427e-887f-563707db4fed" } diff --git a/generated/ResourceMover/ResourceMover.Autorest/resources/README.md b/generated/ResourceMover/ResourceMover.Autorest/resources/README.md new file mode 100644 index 000000000000..937f07f8fec2 --- /dev/null +++ b/generated/ResourceMover/ResourceMover.Autorest/resources/README.md @@ -0,0 +1,11 @@ +# Resources +This directory can contain any additional resources for module that are not required at runtime. This directory **does not** get packaged with the module. If you have assets for custom implementation, place them into the `..\custom` folder. + +## Info +- Modifiable: yes +- Generated: no +- Committed: yes +- Packaged: no + +## Purpose +Use this folder to put anything you want to keep around as part of the repository for the module, but is not something that is required for the module. For example, development files, packaged builds, or additional information. This is only intended to be used in repositories where the module's output directory is cleaned, but tangential resources for the module want to remain intact. \ No newline at end of file