Skip to content

Commit 7e2a2f4

Browse files
authored
Merge pull request #263144 from davidsmatlak/ds-create-arg-redirect-20240112
Adds ARG redirect file and removes .NET quickstart
2 parents c6ec278 + a1aeea4 commit 7e2a2f4

File tree

5 files changed

+10
-143
lines changed

5 files changed

+10
-143
lines changed

.openpublishing.publish.config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,6 +1250,7 @@
12501250
"articles/event-grid/.openpublishing.redirection.event-grid.json",
12511251
"articles/event-hubs/.openpublishing.redirection.event-hubs.json",
12521252
"articles/governance/policy/.openpublishing.redirection.policy.json",
1253+
"articles/governance/policy/.openpublishing.redirection.resource-graph.json",
12531254
"articles/hdinsight/.openpublishing.redirection.hdinsight.json",
12541255
"articles/hdinsight-aks/.openpublishing.redirection.hdinsight-aks.json",
12551256
"articles/healthcare-apis/.openpublishing.redirection.healthcare-apis.json",
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/governance/resource-graph/first-query-dotnet.md",
5+
"redirect_url": "/azure/governance/resource-graph/overview",
6+
"redirect_document_id": false
7+
}
8+
]
9+
}

articles/governance/resource-graph/first-query-dotnet.md

Lines changed: 0 additions & 138 deletions
This file was deleted.

articles/governance/resource-graph/index.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ landingContent:
3939
url: ./first-query-azurecli.md
4040
- text: First query (Azure PowerShell)
4141
url: ./first-query-powershell.md
42-
- text: First query (.NET)
43-
url: ./first-query-dotnet.md
4442
- text: First query (Go)
4543
url: ./first-query-go.md
4644
- text: First query (Java)

articles/governance/resource-graph/toc.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
- name: Run your first query - Azure PowerShell
1818
displayName: module, docker, Az.ResourceGraph
1919
href: ./first-query-powershell.md
20-
- name: Run your first query - .NET
21-
displayName: core, auth, dotnet
22-
href: ./first-query-dotnet.md
2320
- name: Run your first query - Go
2421
displayName: package, sdk, golang
2522
href: ./first-query-go.md

0 commit comments

Comments
 (0)