diff --git a/specification/resources/resource-manager/Microsoft.Resources/stable/2019-03-01/examples/CreateResourceGroup.json b/specification/resources/resource-manager/Microsoft.Resources/stable/2019-03-01/examples/CreateResourceGroup.json index 9a9adda03f92..3fa522a21707 100644 --- a/specification/resources/resource-manager/Microsoft.Resources/stable/2019-03-01/examples/CreateResourceGroup.json +++ b/specification/resources/resource-manager/Microsoft.Resources/stable/2019-03-01/examples/CreateResourceGroup.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "{subscription-id}", "resourceGroupName": "myResourceGroup", - "api-version": "2018-05-01", + "api-version": "2019-03-01", "parameters": { "location": "eastus" } diff --git a/specification/resources/resource-manager/Microsoft.Resources/stable/2019-03-01/examples/ExportResourceGroup.json b/specification/resources/resource-manager/Microsoft.Resources/stable/2019-03-01/examples/ExportResourceGroup.json index 5f0c654df9a3..a916403b5694 100644 --- a/specification/resources/resource-manager/Microsoft.Resources/stable/2019-03-01/examples/ExportResourceGroup.json +++ b/specification/resources/resource-manager/Microsoft.Resources/stable/2019-03-01/examples/ExportResourceGroup.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "eaee6a92-e973-4922-9471-3a0a6abf81cd", "resourceGroupName": "myResourceGroup", - "api-version": "2018-05-01", + "api-version": "2019-03-01", "parameters": { "resources": [ "*" @@ -15,7 +15,7 @@ "body": { "template": { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - "contentVersion":"1.0.0.0", + "contentVersion": "1.0.0.0", "parameters": { "myResourceType_myFirstResource_name": { "defaultValue": "myFirstResource", @@ -30,8 +30,7 @@ "type": "SecureString" } }, - "variables":{ - }, + "variables": {}, "resources": [ { "type": "My.RP/myResourceType", @@ -56,10 +55,9 @@ "error": { "code": "ExportTemplateCompletedWithErrors", "message": "Export template operation completed with errors. Some resources were not exported. Please see details for more information.", - "details":[ - ] + "details": [] } } } } -} \ No newline at end of file +} diff --git a/specification/resources/resource-manager/Microsoft.Resources/stable/2019-03-01/examples/ExportResourceGroupWithFiltering.json b/specification/resources/resource-manager/Microsoft.Resources/stable/2019-03-01/examples/ExportResourceGroupWithFiltering.json index 9584f3bd194f..f2859e253e5b 100644 --- a/specification/resources/resource-manager/Microsoft.Resources/stable/2019-03-01/examples/ExportResourceGroupWithFiltering.json +++ b/specification/resources/resource-manager/Microsoft.Resources/stable/2019-03-01/examples/ExportResourceGroupWithFiltering.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "eaee6a92-e973-4922-9471-3a0a6abf81cd", "resourceGroupName": "myResourceGroup", - "api-version": "2018-05-01", + "api-version": "2019-03-01", "parameters": { "resources": [ "/subscriptions/eaee6a92-e973-4922-9471-3a0a6abf81cd/resourceGroups/myResourceGroup/providers/My.RP/myResourceType/myFirstResource" @@ -15,15 +15,14 @@ "body": { "template": { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - "contentVersion":"1.0.0.0", + "contentVersion": "1.0.0.0", "parameters": { "myResourceType_myFirstResource_secret": { "defaultValue": null, "type": "SecureString" } }, - "variables": { - }, + "variables": {}, "resources": [ { "type": "My.RP/myResourceType", @@ -39,4 +38,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/resources/resource-manager/Microsoft.Resources/stable/2019-03-01/examples/PutDeploymentWithOnErrorDeploymentLastSuccessful.json b/specification/resources/resource-manager/Microsoft.Resources/stable/2019-03-01/examples/PutDeploymentWithOnErrorDeploymentLastSuccessful.json index 6f95a718c309..610d1ac15156 100644 --- a/specification/resources/resource-manager/Microsoft.Resources/stable/2019-03-01/examples/PutDeploymentWithOnErrorDeploymentLastSuccessful.json +++ b/specification/resources/resource-manager/Microsoft.Resources/stable/2019-03-01/examples/PutDeploymentWithOnErrorDeploymentLastSuccessful.json @@ -3,7 +3,7 @@ "subscriptionId": "{subscriptionId}", "resourceGroupName": "myResourceGroup", "deploymentName": "exampleDeploymentName", - "api-version": "2018-05-01", + "api-version": "2019-03-01", "parameters": { "properties": { "templateLink": "{templateUri}", diff --git a/specification/resources/resource-manager/Microsoft.Resources/stable/2019-03-01/examples/PutDeploymentWithOnErrorDeploymentSpecificDeployment.json b/specification/resources/resource-manager/Microsoft.Resources/stable/2019-03-01/examples/PutDeploymentWithOnErrorDeploymentSpecificDeployment.json index cfec2b113970..a9981828cf4c 100644 --- a/specification/resources/resource-manager/Microsoft.Resources/stable/2019-03-01/examples/PutDeploymentWithOnErrorDeploymentSpecificDeployment.json +++ b/specification/resources/resource-manager/Microsoft.Resources/stable/2019-03-01/examples/PutDeploymentWithOnErrorDeploymentSpecificDeployment.json @@ -3,7 +3,7 @@ "subscriptionId": "{subscriptionId}", "resourceGroupName": "myResourceGroup", "deploymentName": "exampleDeploymentName", - "api-version": "2018-05-01", + "api-version": "2019-03-01", "parameters": { "properties": { "templateLink": "{templateUri}",