We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4af3d commit e32172bCopy full SHA for e32172b
3 files changed
src/nginx/HISTORY.rst
@@ -5,7 +5,7 @@ Release History
5
6
2.0.0
7
++++++
8
-* Added support for Web Application Firewall (WAF) v2 with static analysis.
+* General Availability for Web Application Firewall (WAF) v2 with static analysis.
9
10
2.0.0b11
11
src/nginx/azext_nginx/azext_metadata.json
@@ -1,4 +1,4 @@
1
{
2
- "azext.isPreview": true,
+ "azext.isPreview": false,
3
"azext.minCliCoreVersion": "2.75.0"
4
}
src/nginx/setup.py
@@ -34,8 +34,6 @@
34
'Programming Language :: Python :: 3.11',
35
'Programming Language :: Python :: 3.12',
36
'Programming Language :: Python :: 3.13',
37
- 'Programming Language :: Python :: 3.14',
38
- 'Programming Language :: Python :: 3.15',
39
'License :: OSI Approved :: MIT License',
40
]
41
0 commit comments