From 1a9e5f46e1259aeea84a83f06a2698bf50ae0664 Mon Sep 17 00:00:00 2001 From: azure-powershell-bot <65331932+azure-powershell-bot@users.noreply.github.com> Date: Tue, 15 Oct 2024 01:49:01 +0000 Subject: [PATCH] [skip ci] Archive ea7cf0e3724271b13899478eb9021e2a90d8ba29 --- .../Resources/Policy.Autorest/Az.Policy.psd1 | 2 +- .../Properties/AssemblyInfo.cs | 30 +++++++++---------- .../Policy.Autorest/generate-info.json | 2 +- .../Policy.Autorest/resources/README.md | 11 +++++++ 4 files changed, 27 insertions(+), 18 deletions(-) create mode 100644 generated/Resources/Policy.Autorest/resources/README.md diff --git a/generated/Resources/Policy.Autorest/Az.Policy.psd1 b/generated/Resources/Policy.Autorest/Az.Policy.psd1 index a486ffd5b646..b7fec0a9c22c 100644 --- a/generated/Resources/Policy.Autorest/Az.Policy.psd1 +++ b/generated/Resources/Policy.Autorest/Az.Policy.psd1 @@ -1,5 +1,5 @@ @{ - GUID = '54d436a4-6f2e-4977-b339-2b40665fd8c4' + GUID = 'ebf9371e-1618-4bfa-9a9e-89a3c4a5c08d' RootModule = './Az.Policy.psm1' ModuleVersion = '0.1.1' CompatiblePSEditions = 'Core', 'Desktop' diff --git a/generated/Resources/Policy.Autorest/Properties/AssemblyInfo.cs b/generated/Resources/Policy.Autorest/Properties/AssemblyInfo.cs index d5749e73343b..973007204864 100644 --- a/generated/Resources/Policy.Autorest/Properties/AssemblyInfo.cs +++ b/generated/Resources/Policy.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 - Policy")] -[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("c45f8826-2d1d-4584-98fb-c2e1d4866aa7")] -[assembly: AssemblyVersion("7.5.0")] -[assembly: AssemblyFileVersion("7.5.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 - Policy")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("7.5.0")] +[assembly: System.Reflection.AssemblyVersionAttribute("7.5.0")] +[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)] +[assembly: System.CLSCompliantAttribute(false)] diff --git a/generated/Resources/Policy.Autorest/generate-info.json b/generated/Resources/Policy.Autorest/generate-info.json index cade44a20818..fad983359711 100644 --- a/generated/Resources/Policy.Autorest/generate-info.json +++ b/generated/Resources/Policy.Autorest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "4dd8f52f-7b86-458c-b936-0937ee935a1a" + "generate_Id": "c6503927-acd2-4d64-a73d-0212bbe46ef4" } diff --git a/generated/Resources/Policy.Autorest/resources/README.md b/generated/Resources/Policy.Autorest/resources/README.md new file mode 100644 index 000000000000..937f07f8fec2 --- /dev/null +++ b/generated/Resources/Policy.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