Skip to content

Commit 28e3013

Browse files
authored
Merge pull request #48926 from mumian/0131-learnpath2-apiversion
update api versions
2 parents bad34b2 + d28f05a commit 28e3013

File tree

72 files changed

+91
-91
lines changed

Some content is hidden

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

72 files changed

+91
-91
lines changed

learn-pr/azure/arm-template-whatif/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
description: Introduction
99
author: mumian
1010
ms.author: jgao
11-
ms.date: 09/27/2024
11+
ms.date: 01/31/2025
1212
ms.topic: unit
1313
ms.custom:
1414
- team=nextgen

learn-pr/azure/arm-template-whatif/2-deployment-modes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
description: Learn about the two deployment modes for Azure, incremental and complete.
99
author: mumian
1010
ms.author: jgao
11-
ms.date: 09/27/2024
11+
ms.date: 01/31/2025
1212
ms.topic: unit
1313
ms.custom:
1414
- team=nextgen

learn-pr/azure/arm-template-whatif/3-what-if.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
description: Deploying and hoping for the best is not the approach you should be taking. The what-if operation is here to address this fact. This unit will cover what it is and how to use it.
99
author: mumian
1010
ms.author: jgao
11-
ms.date: 09/27/2024
11+
ms.date: 01/31/2025
1212
ms.topic: unit
1313
ms.custom:
1414
- team=nextgen

learn-pr/azure/arm-template-whatif/4-exercise-what-if.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
description: Use the what-if tool to predict what a deployment will carry out if it's applied.
99
author: mumian
1010
ms.author: jgao
11-
ms.date: 09/27/2024
11+
ms.date: 01/31/2025
1212
ms.topic: unit
1313
ms.custom: team=nextgen, devx-track-bicep
1414
zone_pivot_groups: arm-template-language-azure-shell-interface

learn-pr/azure/arm-template-whatif/5-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Knowledge check
88
description: Three multiple-choice questions
9-
ms.date: 09/27/2024
9+
ms.date: 01/31/2025
1010
author: mumian
1111
ms.author: jgao
1212
ms.topic: unit

learn-pr/azure/arm-template-whatif/6-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Summary
88
description: Summary
9-
ms.date: 09/27/2024
9+
ms.date: 01/31/2025
1010
author: mumian
1111
ms.author: jgao
1212
ms.topic: unit

learn-pr/azure/arm-template-whatif/includes/code/4-template-after.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resource vnet 'Microsoft.Network/virtualNetworks@2024-01-01' = {
1+
resource vnet 'Microsoft.Network/virtualNetworks@2024-05-01' = {
22
name: 'vnet-001'
33
location: resourceGroup().location
44
tags: {

learn-pr/azure/arm-template-whatif/includes/code/4-template-after.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"variables": {},
66
"resources": [
77
{
8-
"apiVersion": "2024-01-01",
8+
"apiVersion": "2024-05-01",
99
"type": "Microsoft.Network/virtualNetworks",
1010
"name": "vnet-001",
1111
"location": "[resourceGroup().location]",

learn-pr/azure/arm-template-whatif/includes/code/4-template-before.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resource vnet 'Microsoft.Network/virtualNetworks@2024-01-01' = {
1+
resource vnet 'Microsoft.Network/virtualNetworks@2024-05-01' = {
22
name: 'vnet-001'
33
location: resourceGroup().location
44
tags: {

learn-pr/azure/arm-template-whatif/includes/code/4-template-before.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"variables": {},
66
"resources": [
77
{
8-
"apiVersion": "2024-01-01",
8+
"apiVersion": "2024-05-01",
99
"type": "Microsoft.Network/virtualNetworks",
1010
"name": "vnet-001",
1111
"location": "[resourceGroup().location]",

0 commit comments

Comments
 (0)