Skip to content

Commit e3e351a

Browse files
azure-pipelines[bot]azure-powershell-botNickcandy
authored
Migrate Resources from generation to release-2024-11-11 (#26535)
* 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]>
1 parent c0f336b commit e3e351a

File tree

246 files changed

+37096
-12
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

246 files changed

+37096
-12
lines changed

src/Resources/Authorization.Autorest/Az.Authorization.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
GUID = '57a55527-7087-451e-84e4-04cf34c3f59d'
2+
GUID = 'de90936a-b512-40d3-93cd-aa8c85077b04'
33
RootModule = './Az.Authorization.psm1'
44
ModuleVersion = '0.1.0'
55
CompatiblePSEditions = 'Core', 'Desktop'

src/Resources/Authorization.Autorest/help/Az.Authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Module Name: Az.Authorization
3-
Module Guid: 57a55527-7087-451e-84e4-04cf34c3f59d
3+
Module Guid: de90936a-b512-40d3-93cd-aa8c85077b04
44
Download Help Link: https://learn.microsoft.com/powershell/module/az.authorization
55
Help Version: 1.0.0.0
66
Locale: en-US
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<PsModuleName>DataBoundary</PsModuleName>
4+
<PsRootModuleName>Resources</PsRootModuleName>
5+
<PsModuleFolder>DataBoundary.Autorest</PsModuleFolder>
6+
</PropertyGroup>
7+
8+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.props" />
9+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
10+
</Project>

0 commit comments

Comments
 (0)