Skip to content

Commit

Permalink
Migrate Resources from generation to release-2024-11-11 (#26535)
Browse files Browse the repository at this point in the history
* Move Resources to release-2024-11-11

* Create UXMetadataIssues.csv

* Update ChangeLog.md

---------

Co-authored-by: azure-powershell-bot <[email protected]>
Co-authored-by: NanxiangLiu <[email protected]>
  • Loading branch information
3 people authored Oct 30, 2024
1 parent c0f336b commit e3e351a
Show file tree
Hide file tree
Showing 246 changed files with 37,096 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/Resources/Authorization.Autorest/Az.Authorization.psd1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@{
GUID = '57a55527-7087-451e-84e4-04cf34c3f59d'
GUID = 'de90936a-b512-40d3-93cd-aa8c85077b04'
RootModule = './Az.Authorization.psm1'
ModuleVersion = '0.1.0'
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Az.Authorization
Module Guid: 57a55527-7087-451e-84e4-04cf34c3f59d
Module Guid: de90936a-b512-40d3-93cd-aa8c85077b04
Download Help Link: https://learn.microsoft.com/powershell/module/az.authorization
Help Version: 1.0.0.0
Locale: en-US
Expand Down
10 changes: 10 additions & 0 deletions src/Resources/DataBoundary.Autorest/Az.DataBoundary.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PsModuleName>DataBoundary</PsModuleName>
<PsRootModuleName>Resources</PsRootModuleName>
<PsModuleFolder>DataBoundary.Autorest</PsModuleFolder>
</PropertyGroup>

<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.props" />
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
</Project>
Loading

0 comments on commit e3e351a

Please sign in to comment.