Skip to content

Fix folder name case in generated folder #28216

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jul 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@{
GUID = '35b5598b-3f94-4285-9496-74783c6cbe02'
GUID = '3b9833a8-dc77-4172-afe7-da97ed36393d'
RootModule = './Az.AppConfigurationdata.psm1'
ModuleVersion = '1.0.0'
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"generate_Id": "e8ad164f-f3b3-4e5e-965f-6e2e8f9a156f"
}
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public partial class AppConfigurationdata
case global::System.Net.HttpStatusCode.OK:
{
await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; }
await onOk(_response,null /* deserializeFromResponse doesn't support '-header-' C:\Users\cloudtest\.autorest\@autorest_powershell@4.0.742\node_modules\@autorest\powershell\dist\llcsharp\schema\object.js*/);
await onOk(_response,null /* deserializeFromResponse doesn't support '-header-' C:\Users\bernardpan\.autorest\@autorest_powershell@4.0.743\node_modules\@autorest\powershell\dist\llcsharp\schema\object.js*/);
break;
}
default:
Expand Down Expand Up @@ -384,7 +384,7 @@ public partial class AppConfigurationdata
case global::System.Net.HttpStatusCode.OK:
{
await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; }
await onOk(_response,null /* deserializeFromResponse doesn't support '-header-' C:\Users\cloudtest\.autorest\@autorest_powershell@4.0.742\node_modules\@autorest\powershell\dist\llcsharp\schema\object.js*/);
await onOk(_response,null /* deserializeFromResponse doesn't support '-header-' C:\Users\bernardpan\.autorest\@autorest_powershell@4.0.743\node_modules\@autorest\powershell\dist\llcsharp\schema\object.js*/);
break;
}
default:
Expand Down Expand Up @@ -586,7 +586,7 @@ public partial class AppConfigurationdata
case global::System.Net.HttpStatusCode.OK:
{
await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; }
await onOk(_response,null /* deserializeFromResponse doesn't support '-header-' C:\Users\cloudtest\.autorest\@autorest_powershell@4.0.742\node_modules\@autorest\powershell\dist\llcsharp\schema\object.js*/);
await onOk(_response,null /* deserializeFromResponse doesn't support '-header-' C:\Users\bernardpan\.autorest\@autorest_powershell@4.0.743\node_modules\@autorest\powershell\dist\llcsharp\schema\object.js*/);
break;
}
default:
Expand Down Expand Up @@ -795,7 +795,7 @@ public partial class AppConfigurationdata
case global::System.Net.HttpStatusCode.OK:
{
await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; }
await onOk(_response,null /* deserializeFromResponse doesn't support '-header-' C:\Users\cloudtest\.autorest\@autorest_powershell@4.0.742\node_modules\@autorest\powershell\dist\llcsharp\schema\object.js*/);
await onOk(_response,null /* deserializeFromResponse doesn't support '-header-' C:\Users\bernardpan\.autorest\@autorest_powershell@4.0.743\node_modules\@autorest\powershell\dist\llcsharp\schema\object.js*/);
break;
}
default:
Expand Down Expand Up @@ -1167,7 +1167,7 @@ public partial class AppConfigurationdata
case global::System.Net.HttpStatusCode.NoContent:
{
await eventListener.Signal(Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.Events.BeforeResponseDispatch, _response); if( eventListener.Token.IsCancellationRequested ) { return; }
await onNoContent(_response,null /* deserializeFromResponse doesn't support '-header-' C:\Users\cloudtest\.autorest\@autorest_powershell@4.0.742\node_modules\@autorest\powershell\dist\llcsharp\schema\object.js*/);
await onNoContent(_response,null /* deserializeFromResponse doesn't support '-header-' C:\Users\bernardpan\.autorest\@autorest_powershell@4.0.743\node_modules\@autorest\powershell\dist\llcsharp\schema\object.js*/);
break;
}
default:
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@{
GUID = '5520044e-6378-4984-b5f0-231004f1e12f'
GUID = '0b7e8529-58ce-4721-ac94-e0e474e9def5'
RootModule = './Az.ComputeSchedule.psm1'
ModuleVersion = '0.1.0'
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"generate_Id": "2e36179d-8afd-4630-a6d6-daf7de1cc158"
}
Loading