Skip to content

Commit be69f2d

Browse files
authored
Merge branch 'main' into yifan/addwarninf
2 parents fab634a + 134b0bd commit be69f2d

File tree

3,007 files changed

+207950
-24906
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,007 files changed

+207950
-24906
lines changed

.ci-config.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,10 +264,7 @@
264264
"tools/Gen2Master/*",
265265
"tools/InstallationTests/*",
266266
"tools/Installer/*",
267-
"tools/NetCoreCsProjSync/*",
268-
"tools/NetCorePsd1Sync/*",
269267
"tools/ProjectTemplates/*",
270-
"tools/RepoTasks/*",
271268
"tools/SecurityTools/*",
272269
"tools/Test/*",
273270
"tools/Tools.Common.Test/*",

SECURITY.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.8 BLOCK -->
2+
3+
## Security
4+
5+
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).
6+
7+
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/opensource/security/definition), please report it to us as described below.
8+
9+
## Reporting Security Issues
10+
11+
**Please do not report security vulnerabilities through public GitHub issues.**
12+
13+
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/opensource/security/create-report).
14+
15+
If you prefer to submit without logging in, send email to [[email protected]](mailto:[email protected]). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/opensource/security/pgpkey).
16+
17+
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://aka.ms/opensource/security/msrc).
18+
19+
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
20+
21+
* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
22+
* Full paths of source file(s) related to the manifestation of the issue
23+
* The location of the affected source code (tag/branch/commit or direct URL)
24+
* Any special configuration required to reproduce the issue
25+
* Step-by-step instructions to reproduce the issue
26+
* Proof-of-concept or exploit code (if possible)
27+
* Impact of the issue, including how an attacker might exploit the issue
28+
29+
This information will help us triage your report more quickly.
30+
31+
If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/opensource/security/bounty) page for more details about our active programs.
32+
33+
## Preferred Languages
34+
35+
We prefer all communications to be in English.
36+
37+
## Policy
38+
39+
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/opensource/security/cvd).
40+
41+
<!-- END MICROSOFT SECURITY.MD BLOCK -->

documentation/azure-powershell-modules.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ Marketplace Ordering | `Az.MarketplaceOrdering`
105105
Media | `Az.Media` | [![Media]][MediaGallery]
106106
Migrate | `Az.Migrate` | [![Migrate]][MigrateGallery]
107107
Mixed Reality | `Az.MixedReality` | [![MixedReality]][MixedRealityGallery]
108+
Mobile Network | `Az.MobileNetwork` | [![MobileNetwork]][MobileNetworkGallery]
108109
Monitor | `Az.Monitor` | [![Monitor]][MonitorGallery]
109110
Monitoring Solutions | `Az.MonitoringSolutions` | [![MonitoringSolutions]][MonitoringSolutionsGallery]
110111
Database for MySQL | `Az.MySql` | [![MySql]][MySqlGallery]
@@ -257,6 +258,7 @@ Windows Iot Services | `Az.WindowsIotServices`
257258
[Media]: https://img.shields.io/powershellgallery/v/Az.Media.svg?style=flat-square&label=Az.Media
258259
[Migrate]: https://img.shields.io/powershellgallery/v/Az.Migrate.svg?style=flat-square&label=Az.Migrate
259260
[MixedReality]: https://img.shields.io/powershellgallery/v/Az.MixedReality.svg?style=flat-square&label=Az.MixedReality
261+
[MobileNetwork]: https://img.shields.io/powershellgallery/v/Az.MobileNetwork.svg?style=flat-square&label=Az.MobileNetwork
260262
[Monitor]: https://img.shields.io/powershellgallery/v/Az.Monitor.svg?style=flat-square&label=Az.Monitor
261263
[MonitoringSolutions]: https://img.shields.io/powershellgallery/v/Az.MonitoringSolutions.svg?style=flat-square&label=Az.MonitoringSolutions
262264
[MySql]: https://img.shields.io/powershellgallery/v/Az.MySql.svg?style=flat-square&label=Az.MySql
@@ -407,6 +409,7 @@ Windows Iot Services | `Az.WindowsIotServices`
407409
[MediaGallery]: https://www.powershellgallery.com/packages/Az.Media/
408410
[MigrateGallery]: https://www.powershellgallery.com/packages/Az.Migrate/
409411
[MixedRealityGallery]: https://www.powershellgallery.com/packages/Az.MixedReality/
412+
[MobileNetworkGallery]: https://www.powershellgallery.com/packages/Az.MobileNetwork/
410413
[MonitorGallery]: https://www.powershellgallery.com/packages/Az.Monitor/
411414
[MonitoringSolutionsGallery]: https://www.powershellgallery.com/packages/Az.MonitoringSolutions/
412415
[MySqlGallery]: https://www.powershellgallery.com/packages/Az.MySql/

0 commit comments

Comments
 (0)