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
This directory contains common [AutoREST.PowerShell](https://github.com/Azure/autorest.powershell) configurations for NetworkAccess v1.0 and/or beta modules.
4
+
5
+
## AutoRest Configuration
6
+
7
+
> see <https://aka.ms/autorest>
8
+
9
+
```yaml
10
+
require:
11
+
- $(this-folder)/../readme.graph.md
12
+
```
13
+
14
+
### Directives
15
+
16
+
> see https://github.com/Azure/autorest/blob/master/docs/powershell/directives.md
17
+
18
+
```yaml
19
+
directive:
20
+
# Rename headers parameter provided in the open api file to avoid conflict with existing header property generated by Autorest for custom header support.
0 commit comments