You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Emit Signal method and delegate to provide a hook into events
* Update Az.Accounts dependency to 1.8.4
* Adding target attribute to nuspec file elements
* Using backslash path separator in nuspec for cross platform compatability
* Remove Init method constructor call.
* Revert "Emit Signal method and delegate to provide a hook into events"
* Emit Signal method and delegate to provide hook into events for Non-Azure scenarios.
* Update ISendAsync.cs (#662)
* Update ISendAsync.cs
pass only Authorization to next header for long running operations.
* Update ISendAsync.cs
* Update ISendAsync.cs
fix potential null reference
* Update ISendAsync.cs
* Update ISendAsync.cs
* Update ISendAsync.cs
* update gitignore (#670)
* Add scan pipelines (#681)
* Update development.md - add how to debug (#683)
* Update development.md
* Update development.md
* Fix some merging issues
Co-authored-by: George Ndungu <[email protected]>
Co-authored-by: Tim Mullender <[email protected]>
Co-authored-by: Yabo Hu <[email protected]>
Co-authored-by: Yeming Liu <[email protected]>
Co-authored-by: Dingmeng Xue <[email protected]>
Copy file name to clipboardExpand all lines: docs/development.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,8 @@ To use the locally built version of the plugin, add `--use:<path>` to the comman
71
71
72
72
### Debugging
73
73
74
-
COMING SOON.
74
+
1. Start generating: `autorest-beta --use:C:\path\to\local\autorest.powershell --powershell.debugger`. It will wait for debugger to attach.
75
+
1. Start debugging: open autorest.powershell repo in vscode; press `F5`. You will see "Debugger attached." in your autorest console, then you can start debugging.
Copy file name to clipboardExpand all lines: powershell/resources/assets/tools/Resources/readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This directory contains the PowerShell module for the Resources service.
17
17
This module was primarily generated via [AutoRest](https://github.com/Azure/autorest) using the [PowerShell](https://github.com/Azure/autorest.powershell) extension.
18
18
19
19
## Module Requirements
20
-
-[Az.Accounts module](https://www.powershellgallery.com/packages/Az.Accounts/), version 1.7.4 or greater
20
+
-[Az.Accounts module](https://www.powershellgallery.com/packages/Az.Accounts/), version 1.8.1 or greater
21
21
22
22
## Authentication
23
23
AutoRest does not generate authentication code for the module. Authentication is handled via Az.Accounts by altering the HTTP payload before it is sent.
0 commit comments