Skip to content

Commit 450b161

Browse files
authored
[Nginx] Sync the swagger from RPSaaSMaster in azure-rest-api-specs-pr (#20311)
1 parent c1883ee commit 450b161

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

specification/nginx/resource-manager/NGINX.NGINXPLUS/preview/2021-05-01-preview/swagger.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -898,6 +898,13 @@
898898
},
899899
"x-ms-identifiers": []
900900
},
901+
"protectedFiles": {
902+
"type": "array",
903+
"items": {
904+
"$ref": "#/definitions/NginxConfigurationFile"
905+
},
906+
"x-ms-identifiers": []
907+
},
901908
"package": {
902909
"$ref": "#/definitions/NginxConfigurationPackage"
903910
},
@@ -1117,6 +1124,25 @@
11171124
}
11181125
}
11191126
},
1127+
"NginxStorageAccount": {
1128+
"type": "object",
1129+
"properties": {
1130+
"accountName": {
1131+
"type": "string"
1132+
},
1133+
"containerName": {
1134+
"type": "string"
1135+
}
1136+
}
1137+
},
1138+
"NginxLogging": {
1139+
"type": "object",
1140+
"properties": {
1141+
"storageAccount": {
1142+
"$ref": "#/definitions/NginxStorageAccount"
1143+
}
1144+
}
1145+
},
11201146
"NginxDeploymentProperties": {
11211147
"type": "object",
11221148
"properties": {
@@ -1141,6 +1167,9 @@
11411167
},
11421168
"enableDiagnosticsSupport": {
11431169
"type": "boolean"
1170+
},
1171+
"logging": {
1172+
"$ref": "#/definitions/NginxLogging"
11441173
}
11451174
}
11461175
},
@@ -1189,6 +1218,9 @@
11891218
"properties": {
11901219
"enableDiagnosticsSupport": {
11911220
"type": "boolean"
1221+
},
1222+
"logging": {
1223+
"$ref": "#/definitions/NginxLogging"
11921224
}
11931225
}
11941226
},

specification/nginx/resource-manager/NGINX.NGINXPLUS/stable/2022-08-01/swagger.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -898,6 +898,13 @@
898898
},
899899
"x-ms-identifiers": []
900900
},
901+
"protectedFiles": {
902+
"type": "array",
903+
"items": {
904+
"$ref": "#/definitions/NginxConfigurationFile"
905+
},
906+
"x-ms-identifiers": []
907+
},
901908
"package": {
902909
"$ref": "#/definitions/NginxConfigurationPackage"
903910
},

0 commit comments

Comments
 (0)