Skip to content

Commit 7839437

Browse files
committed
Update NGINX Swagger version to latest
1 parent e16fa89 commit 7839437

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

github-action/src/nginx-for-azure-certificate-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"resources": [
4343
{
4444
"type": "NGINX.NGINXPLUS/nginxDeployments/certificates",
45-
"apiVersion": "2021-05-01-preview",
45+
"apiVersion": "2024-11-01-preview",
4646
"name": "[concat(parameters('nginxDeploymentName'), concat('/', parameters('name')))]",
4747
"location": "[parameters('location')]",
4848
"properties": {

github-action/src/nginx-for-azure-configuration-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"resources": [
2727
{
2828
"type": "NGINX.NGINXPLUS/nginxDeployments/configurations",
29-
"apiVersion": "2021-05-01-preview",
29+
"apiVersion": "2024-11-01-preview",
3030
"name": "[concat(parameters('nginxDeploymentName'), '/default')]",
3131
"properties": {
3232
"rootFile": "[parameters('rootFile')]",

0 commit comments

Comments
 (0)