Skip to content

Commit bd19c92

Browse files
committed
Use latest service swagger
We have had 2024-11-01-preview released for a while now and are consuming it in tools such as Terraform. We should also consume it in our Action so that customer get the latest API features.
1 parent 8cd7bdf commit bd19c92

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)