-
Notifications
You must be signed in to change notification settings - Fork 548
Expand file tree
/
Copy path.whatsnew.json
More file actions
97 lines (97 loc) · 2.54 KB
/
.whatsnew.json
File metadata and controls
97 lines (97 loc) · 2.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"$schema": "https://github.com/dotnet/docs-tools/blob/main/WhatsNew.Infrastructure/Configuration/reposettings.schema.json",
"repositoryName": "azure-dev-docs-pr",
"repositoryOwner": "MicrosoftDocs",
"docSetProductName": "Azure developer documentation",
"rootDirectory": "articles/",
"docLinkSettings": {
"linkFormat": "relative",
"relativeLinkPrefix": "./"
},
"repositoryUrl": "https://github.com/MicrosoftDocs/azure-dev-docs-pr",
"branches": [
{
"name": "main",
"isDefault": true
}
],
"inclusionCriteria": { "minAdditionsToFile": 40 },
"areas": [
{
"names": ["ai"],
"heading": "AI apps using Azure services"
},
{
"names": ["ansible"],
"heading": "Ansible on Azure"
},
{
"names": ["github"],
"heading": "Azure and GitHub integration"
},
{
"names": ["azure-developer-cli"],
"heading": "Azure Developer CLI (azd)"
},
{
"names": ["cpp"],
"heading": "Azure for C++"
},
{
"names": ["go"],
"heading": "Azure for Go"
},
{
"names": ["javascript"],
"heading": "Azure for JavaScript"
},
{
"names": ["java"],
"heading": "Azure for Java"
},
{
"names": ["python"],
"heading": "Azure for Python"
},
{
"names": ["rust"],
"heading": "Azure for Rust"
},
{
"names": ["azure-mcp-server"],
"heading": "Azure MCP Server"
},
{
"names": ["dev-tunnels"],
"heading": "Dev tunnels"
},
{
"names": ["github-copilot-app-modernization"],
"heading": "GitHub Copilot Modernization"
},
{
"names": ["github-copilot-azure"],
"heading": "GitHub Copilot for Azure"
},
{
"names": ["iac"],
"heading": "Infrastructure as Code"
},
{
"names": ["intro"],
"heading": "Introduction to Azure for developers"
},
{
"names": ["jenkins"],
"heading": "Jenkins on Azure"
},
{
"names": ["terraform"],
"heading": "Terraform on Azure"
},
{
"names": ["typespec"],
"heading": "TypeSpec"
}
]
}