1
1
# Azure PowerShell documentation
2
2
3
- This repository contains the documentation for Azure PowerShell module, published on
4
- [ learn.microsoft.com] [ ms-learn ] .
3
+ This repository contains the official product documentation for Azure PowerShell, published on
4
+ [ learn.microsoft.com] [ azps-docs ] .
5
+
6
+ ## Microsoft Open Source Code of Conduct
7
+
8
+ This project has adopted the [ Microsoft Open Source Code of Conduct] [ code-of-conduct ] .
5
9
6
10
## Public contributions
7
11
@@ -11,22 +15,20 @@ documentation hosted in this repository, with different workflows:
11
15
- To submit a change for _ conceptual_ documentation (content in the ` docs-conceptual ` directory),
12
16
make a pull request against this repository. Conceptual documentation is maintained for every
13
17
supported version, so update all the affected versions.
14
- - To submit a change for _ current versions' reference_ documentation, submit a pull request against
15
- this repository. This only updates the online help available for current and previous versions.
16
- - To submit a change for _ future version reference_ documentation, submit a pull request against
17
- [ azure/azure-powershell] [ azps-source-repo ] . The reference content for new versions of the Az
18
- PowerShell module is generated from the source code and is also used in the command-line help.
18
+ - To submit a change for _ current versions of reference_ documentation, submit a pull request
19
+ against this repository. This only updates the online help available for current and previous
20
+ versions.
19
21
20
- ## Microsoft Open Source Code of Conduct
22
+ > NOTE: To submit a change for _ future versions of reference_ documentation, submit a pull request
23
+ > against [ azure/azure-powershell] [ azps-source-repo ] . The reference content for new versions of the
24
+ > Az PowerShell module is generated from the source code and is also used in the command-line help.
21
25
22
- This project uses [ Microsoft Open Source Code of Conduct] [ opensource-conduct ] . For more information,
23
- see [ Code of Conduct FAQs] [ conduct-faq ] or contact [ opencode@microsoft.com ] [ conduct-email ] for
24
- further questions or comments.
26
+ Please note that before we can accept your pull request you must sign our
27
+ [ Contribution License Agreement] [ cla ] . This is a one-time requirement.
25
28
26
29
<!-- link references -->
27
30
28
- [ ms-learn ] : (https://learn.microsoft.com/powershell/azure/)
31
+ [ azps-docs ] : https://learn.microsoft.com/powershell/azure/
32
+ [ code-of-conduct ] : CODE_OF_CONDUCT.md
29
33
[ azps-source-repo ] : https://github.com/azure/azure-powershell
30
- [ opensource-conduct ] : https://opensource.microsoft.com/codeofconduct/
31
- [ conduct-faq ] : https://opensource.microsoft.com/codeofconduct/faq/
32
- [ conduct-email ] : mailto:opencode@microsoft.com
34
+ [ cla ] : https://cla.microsoft.com/
0 commit comments