Skip to content

Commit 58e0fcf

Browse files
authored
Merge pull request #288292 from MicrosoftDocs/main
10/14 11:00 AM IST Publish
2 parents 70aacac + b0ce02b commit 58e0fcf

File tree

264 files changed

+271
-532
lines changed

Some content is hidden

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

264 files changed

+271
-532
lines changed

articles/azure-edge-hardware-center/index.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ summary: Use Azure Edge Hardware Center service to order from a variety of Azure
66
metadata:
77
title: Azure Edge Hardware Center documentation
88
description: Azure Edge Hardware Center Documentation.
9-
ms.service: databox
10-
ms.subservice: edge
9+
ms.service: azure-stack-edge
1110
ms.topic: landing-page
1211
author: alkohli
1312
ms.author: alkohli

articles/azure-resource-manager/bicep/linter-rule-no-unnecessary-dependson.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Linter rule - no unnecessary dependsOn entries
33
description: Linter rule - no unnecessary dependsOn entries
44
ms.topic: reference
55
ms.custom: devx-track-bicep
6-
ms.date: 07/11/2024
6+
ms.date: 10/11/2024
77
---
88

99
# Linter rule - no unnecessary dependsOn entries
@@ -18,7 +18,7 @@ Use the following value in the [Bicep configuration file](bicep-config-linter.md
1818

1919
## Solution
2020

21-
To reduce confusion in your template, delete any dependsOn entries that aren't necessary. Bicep automatically infers most resource dependencies as long as template expressions reference other resources via symbolic names rather than strings with hard-coded IDs or names.
21+
To reduce confusion in your template, delete any dependsOn entries that aren't necessary. Bicep automatically infers most resource dependencies as long as template expressions reference other resources via symbolic names rather than strings with hard-coded IDs or names.
2222

2323
The following example fails this test because the dependsOn entry `appServicePlan` is automatically inferred by Bicep implied by the expression `appServicePlan.id` (which references resource symbolic name `appServicePlan`) in the `serverFarmId` property's value.
2424

@@ -46,7 +46,7 @@ resource webApplication 'Microsoft.Web/sites@2023-12-01' = {
4646
}
4747
```
4848

49-
You can fix it by removing the unnecessary dependsOn entry.
49+
You can fix it by removing the unnecessary dependsOn entry:
5050

5151
```bicep
5252
param location string = resourceGroup().location
@@ -69,9 +69,9 @@ resource webApplication 'Microsoft.Web/sites@2023-12-01' = {
6969
}
7070
```
7171

72-
Use **Quick Fix** to remove the unnecessary dependsOn entry.
72+
Use **Quick Fix** to remove the unnecessary dependsOn entry:
7373

74-
:::image type="content" source="./media/linter-rule-no-unnecessary-dependson/linter-rule-no-unnecessary-dependson-quick-fix.png" alt-text="The screenshot of No unnecessary dependson linter rule with quick fix.":::
74+
:::image type="content" source="./media/linter-rule-no-unnecessary-dependson/linter-rule-no-unnecessary-dependson-quick-fix.png" alt-text="A screenshot of using Quick Fix for the no-unnecessary-dependson linter rule.":::
7575

7676
## Next steps
7777

Loading

articles/databox-gateway/data-box-gateway-1905-release-notes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ description: Describes critical open issues and resolutions for the Azure Data B
44
services: databox
55
author: stevenmatthew
66

7-
ms.service: databox
8-
ms.subservice: gateway
7+
ms.service: azure-data-box-gateway
98
ms.topic: release-notes
109
ms.date: 11/11/2020
1110
ms.author: shaas

articles/databox-gateway/data-box-gateway-1906-release-notes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ description: Describes critical open issues and resolutions for the Azure Data B
44
services: databox
55
author: stevenmatthew
66

7-
ms.service: databox
8-
ms.subservice: gateway
7+
ms.service: azure-data-box-gateway
98
ms.topic: release-notes
109
ms.date: 11/11/2020
1110
ms.author: shaas

articles/databox-gateway/data-box-gateway-1911-release-notes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ description: Describes critical open issues and resolutions for the Azure Stack
44
services: databox
55
author: stevenmatthew
66

7-
ms.service: databox
8-
ms.subservice: gateway
7+
ms.service: azure-data-box-gateway
98
ms.topic: release-notes
109
ms.date: 11/11/2020
1110
ms.author: shaas

articles/databox-gateway/data-box-gateway-2007-release-notes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ description: Describes critical open issues and resolutions for the Azure Stack
44
services: databox
55
author: stevenmatthew
66

7-
ms.service: databox
8-
ms.subservice: gateway
7+
ms.service: azure-data-box-gateway
98
ms.topic: release-notes
109
ms.date: 11/11/2020
1110
ms.author: shaas

articles/databox-gateway/data-box-gateway-2101-release-notes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ description: Describes critical open issues and resolutions for the Azure Data B
44
services: databox
55
author: stevenmatthew
66

7-
ms.service: databox
8-
ms.subservice: gateway
7+
ms.service: azure-data-box-gateway
98
ms.topic: release-notes
109
ms.date: 01/29/2021
1110
ms.author: shaas

articles/databox-gateway/data-box-gateway-2105-release-notes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ description: Describes critical open issues and resolutions for the Azure Data B
44
services: databox
55
author: stevenmatthew
66

7-
ms.service: databox
8-
ms.subservice: gateway
7+
ms.service: azure-data-box-gateway
98
ms.topic: release-notes
109
ms.date: 01/07/2022
1110
ms.author: shaas

articles/databox-gateway/data-box-gateway-2301-release-notes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ description: Describes critical open issues and resolutions for the Azure Data B
44
services: databox
55
author: stevenmatthew
66

7-
ms.service: databox
8-
ms.subservice: gateway
7+
ms.service: azure-data-box-gateway
98
ms.topic: release-notes
109
ms.date: 02/15/2023
1110
ms.author: shaas

0 commit comments

Comments
 (0)