Skip to content

Commit

Permalink
PR
Browse files Browse the repository at this point in the history
Signed-off-by: willdavsmith <[email protected]>
  • Loading branch information
willdavsmith committed Dec 24, 2024
1 parent 0b80d92 commit 4ed836d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 29 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 @@ -53,4 +51,4 @@
}
}
}
}
}
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 @@ -43,4 +41,4 @@
}
}
}
}
}
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 @@ -65,9 +63,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 @@ -108,9 +104,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 @@ -65,9 +63,7 @@
"environment": "[reference('env').id]"
}
},
"dependsOn": [
"env"
]
"dependsOn": ["env"]
},
"recipe": {
"import": "Radius",
Expand All @@ -79,10 +75,7 @@
"environment": "[reference('env').id]"
}
},
"dependsOn": [
"app",
"env"
]
"dependsOn": ["app", "env"]
}
}
}
}

0 comments on commit 4ed836d

Please sign in to comment.