Skip to content

Commit 577544e

Browse files
authored
Merge pull request #103766 from mumian/0210-content-version
update the contentversion
2 parents 1739d55 + be3a02d commit 577544e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-resource-manager/templates/deploy-to-subscription.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Deploy resources to subscription
33
description: Describes how to create a resource group in an Azure Resource Manager template. It also shows how to deploy resources at the Azure subscription scope.
44
ms.topic: conceptual
5-
ms.date: 11/07/2019
5+
ms.date: 02/10/2020
66
---
77

88
# Create resource groups and resources at the subscription level
@@ -93,7 +93,7 @@ The following template creates an empty resource group.
9393
```json
9494
{
9595
"$schema": "https://schema.management.azure.com/schemas/2018-05-01/subscriptionDeploymentTemplate.json#",
96-
"contentVersion": "1.0.0.1",
96+
"contentVersion": "1.0.0.0",
9797
"parameters": {
9898
"rgName": {
9999
"type": "string"
@@ -121,7 +121,7 @@ Use the [copy element](create-multiple-instances.md) with resource groups to cre
121121
```json
122122
{
123123
"$schema": "https://schema.management.azure.com/schemas/2018-05-01/subscriptionDeploymentTemplate.json#",
124-
"contentVersion": "1.0.0.1",
124+
"contentVersion": "1.0.0.0",
125125
"parameters": {
126126
"rgNamePrefix": {
127127
"type": "string"
@@ -162,7 +162,7 @@ The following example creates a resource group, and deploys a storage account to
162162
```json
163163
{
164164
"$schema": "https://schema.management.azure.com/schemas/2018-05-01/subscriptionDeploymentTemplate.json#",
165-
"contentVersion": "1.0.0.1",
165+
"contentVersion": "1.0.0.0",
166166
"parameters": {
167167
"rgName": {
168168
"type": "string"

0 commit comments

Comments
 (0)