Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: willdavsmith <[email protected]>
  • Loading branch information
willdavsmith committed Dec 26, 2024
1 parent a17b4bb commit d7bb509
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"contentVersion": "1.0.0.0",
"metadata": {
"_EXPERIMENTAL_WARNING": "This template uses ARM features that are experimental. Experimental features should be enabled for testing purposes only, as there are no guarantees about the quality or stability of these features. Do not enable these settings for any production usage, or your production environment may be subject to breaking.",
"_EXPERIMENTAL_FEATURES_ENABLED": [
"Extensibility"
],
"_EXPERIMENTAL_FEATURES_ENABLED": ["Extensibility"],
"_generator": {
"name": "bicep",
"version": "0.32.4.45862",
Expand Down Expand Up @@ -68,9 +66,7 @@
"contentVersion": "1.0.0.0",
"metadata": {
"_EXPERIMENTAL_WARNING": "This template uses ARM features that are experimental. Experimental features should be enabled for testing purposes only, as there are no guarantees about the quality or stability of these features. Do not enable these settings for any production usage, or your production environment may be subject to breaking.",
"_EXPERIMENTAL_FEATURES_ENABLED": [
"Extensibility"
],
"_EXPERIMENTAL_FEATURES_ENABLED": ["Extensibility"],
"_generator": {
"name": "bicep",
"version": "0.32.4.45862",
Expand Down Expand Up @@ -120,9 +116,7 @@
}
}
},
"dependsOn": [
"env"
]
"dependsOn": ["env"]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"contentVersion": "1.0.0.0",
"metadata": {
"_EXPERIMENTAL_WARNING": "This template uses ARM features that are experimental. Experimental features should be enabled for testing purposes only, as there are no guarantees about the quality or stability of these features. Do not enable these settings for any production usage, or your production environment may be subject to breaking.",
"_EXPERIMENTAL_FEATURES_ENABLED": [
"Extensibility"
],
"_EXPERIMENTAL_FEATURES_ENABLED": ["Extensibility"],
"_generator": {
"name": "bicep",
"version": "0.32.4.45862",
Expand Down Expand Up @@ -71,9 +69,7 @@
]
}
},
"dependsOn": [
"env"
]
"dependsOn": ["env"]
},
"recipe": {
"import": "Radius",
Expand All @@ -85,10 +81,7 @@
"environment": "[reference('env').id]"
}
},
"dependsOn": [
"app",
"env"
]
"dependsOn": ["app", "env"]
}
}
}
}

0 comments on commit d7bb509

Please sign in to comment.