Skip to content

Commit 8602abe

Browse files
committed
Moved SQL PowerShell Examples
Moved location of SQL PowerShell Examples to be after Example Scripts.
1 parent a66c7c7 commit 8602abe

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

docs/azure_data_studio/README_FOR_MARKETPLACE.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -75,33 +75,6 @@ To open/view the extension's examples in Visual Studio Code, run the following f
7575
code (Get-ChildItem $Home\.azuredatastudio\extensions\ms-vscode.PowerShell-*\examples)[-1]
7676
```
7777

78-
## Contributing to the Code
79-
80-
Check out the [development documentation](docs/development.md) for more details
81-
on how to contribute to this extension!
82-
83-
## Maintainers
84-
85-
- [Keith Hill](https://github.com/rkeithhill) - [@r_keith_hill](http://twitter.com/r_keith_hill)
86-
- [Tyler Leonhardt](https://github.com/tylerl0706) - [@TylerLeonhardt](http://twitter.com/tylerleonhardt)
87-
- [Rob Holt](https://github.com/rjmholt)
88-
89-
## License
90-
91-
This extension is [licensed under the MIT License](LICENSE.txt). Please see the
92-
[third-party notices](Third%20Party%20Notices.txt) file for details on the third-party
93-
binaries that we include with releases of this project.
94-
95-
## [Code of Conduct][conduct-md]
96-
97-
This project has adopted the [Microsoft Open Source Code of Conduct][conduct-code].
98-
For more information see the [Code of Conduct FAQ][conduct-FAQ] or contact [[email protected]][conduct-email] with any additional questions or comments.
99-
100-
[conduct-code]: http://opensource.microsoft.com/codeofconduct/
101-
[conduct-FAQ]: http://opensource.microsoft.com/codeofconduct/faq/
102-
[conduct-email]: mailto:[email protected]
103-
[conduct-md]: https://github.com/PowerShell/vscode-powershell/blob/master/CODE_OF_CONDUCT.md
104-
10578
## SQL PowerShell Examples
10679
In order to use these examples (below), you need to install the SqlServer module from the [PowerShell Gallery](https://www.powershellgallery.com/packages/SqlServer).
10780

@@ -166,3 +139,30 @@ FOREACH {
166139
Get-SqlAgentJobHistory -ServerInstance $_.Name -Since Midnight -OutcomesType Failed
167140
}
168141
```
142+
143+
## Contributing to the Code
144+
145+
Check out the [development documentation](docs/development.md) for more details
146+
on how to contribute to this extension!
147+
148+
## Maintainers
149+
150+
- [Keith Hill](https://github.com/rkeithhill) - [@r_keith_hill](http://twitter.com/r_keith_hill)
151+
- [Tyler Leonhardt](https://github.com/tylerl0706) - [@TylerLeonhardt](http://twitter.com/tylerleonhardt)
152+
- [Rob Holt](https://github.com/rjmholt)
153+
154+
## License
155+
156+
This extension is [licensed under the MIT License](LICENSE.txt). Please see the
157+
[third-party notices](Third%20Party%20Notices.txt) file for details on the third-party
158+
binaries that we include with releases of this project.
159+
160+
## [Code of Conduct][conduct-md]
161+
162+
This project has adopted the [Microsoft Open Source Code of Conduct][conduct-code].
163+
For more information see the [Code of Conduct FAQ][conduct-FAQ] or contact [[email protected]][conduct-email] with any additional questions or comments.
164+
165+
[conduct-code]: http://opensource.microsoft.com/codeofconduct/
166+
[conduct-FAQ]: http://opensource.microsoft.com/codeofconduct/faq/
167+
[conduct-email]: mailto:[email protected]
168+
[conduct-md]: https://github.com/PowerShell/vscode-powershell/blob/master/CODE_OF_CONDUCT.md

0 commit comments

Comments
 (0)