Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions sdk/nginx/azure-mgmt-nginx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# Release History

## 3.1.0b3 (2025-10-09)

### Features Added

- Model `NginxManagementClient` added parameter `cloud_setting` in method `__init__`
- Client `NginxManagementClient` added method `send_request`
- Client `NginxManagementClient` added operation group `waf_policy`
- Client `NginxManagementClient` added operation group `default_waf_policy`
- Model `NginxDeploymentApiKeyRequest` added property `system_data`
- Model `NginxDeploymentApiKeyResponse` added property `system_data`
- Model `NginxDeploymentScalingProperties` added property `auto_scale_settings`
- Model `WebApplicationFirewallStatus` added property `waf_release`
- Added enum `ActionType`
- Added model `NginxDeploymentDefaultWafPolicyListResponse`
- Added model `NginxDeploymentDefaultWafPolicyProperties`
- Added model `NginxDeploymentScalingPropertiesAutoScaleSettings`
- Added model `NginxDeploymentWafPolicy`
- Added model `NginxDeploymentWafPolicyApplyingStatus`
- Added enum `NginxDeploymentWafPolicyApplyingStatusCode`
- Added model `NginxDeploymentWafPolicyCompilingStatus`
- Added enum `NginxDeploymentWafPolicyCompilingStatusCode`
- Added model `NginxDeploymentWafPolicyMetadata`
- Added model `NginxDeploymentWafPolicyMetadataProperties`
- Added model `NginxDeploymentWafPolicyProperties`
- Added model `Operation`
- Added enum `Origin`
- Added model `ProxyResource`
- Added model `Resource`
- Added model `TrackedResource`
- Added model `DefaultWafPolicyOperations`
- Added model `WafPolicyOperations`

### Breaking Changes

- Model `NginxDeploymentScalingProperties` deleted or renamed its instance variable `profiles`
- Deleted or renamed model `NginxCertificateListResponse`
- Deleted or renamed model `NginxConfigurationListResponse`
- Deleted or renamed model `NginxDeploymentApiKeyListResponse`
- Deleted or renamed model `NginxDeploymentListResponse`
- Deleted or renamed model `OperationResult`

## 3.1.0b2 (2025-02-23)

### Features Added
Expand Down
9 changes: 4 additions & 5 deletions sdk/nginx/azure-mgmt-nginx/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
include _meta.json
recursive-include tests *.py *.json
recursive-include samples *.py *.md
include *.md
include azure/__init__.py
include azure/mgmt/__init__.py
include LICENSE
include azure/mgmt/nginx/py.typed
recursive-include tests *.py
recursive-include samples *.py *.md
include azure/__init__.py
include azure/mgmt/__init__.py
6 changes: 3 additions & 3 deletions sdk/nginx/azure-mgmt-nginx/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Microsoft Azure SDK for Python

This is the Microsoft Azure Nginx Management Client Library.
This package has been tested with Python 3.8+.
This package has been tested with Python 3.9+.
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).

## _Disclaimer_
Expand All @@ -12,7 +12,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For

### Prerequisites

- Python 3.8+ is required to use this package.
- Python 3.9+ is required to use this package.
- [Azure subscription](https://azure.microsoft.com/free/)

### Install the package
Expand All @@ -24,7 +24,7 @@ pip install azure-identity

### Authentication

By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.

- `AZURE_CLIENT_ID` for Azure client ID.
- `AZURE_TENANT_ID` for Azure tenant ID.
Expand Down
11 changes: 0 additions & 11 deletions sdk/nginx/azure-mgmt-nginx/_meta.json

This file was deleted.

7 changes: 7 additions & 0 deletions sdk/nginx/azure-mgmt-nginx/_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"apiVersion": "2025-03-01-preview",
"commit": "aae85aa3e7e4fda95ea2d3abac0ba1d8159db214",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/nginx/Nginx.Management",
"emitterVersion": "0.52.1"
}
129 changes: 129 additions & 0 deletions sdk/nginx/azure-mgmt-nginx/apiview-properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
{
"CrossLanguagePackageId": "Nginx.NginxPlus",
"CrossLanguageDefinitionId": {
"azure.mgmt.nginx.models.AnalysisCreate": "Nginx.NginxPlus.AnalysisCreate",
"azure.mgmt.nginx.models.AnalysisCreateConfig": "Nginx.NginxPlus.AnalysisCreateConfig",
"azure.mgmt.nginx.models.AnalysisDiagnostic": "Nginx.NginxPlus.AnalysisDiagnostic",
"azure.mgmt.nginx.models.AnalysisResult": "Nginx.NginxPlus.AnalysisResult",
"azure.mgmt.nginx.models.AnalysisResultData": "Nginx.NginxPlus.AnalysisResultData",
"azure.mgmt.nginx.models.AutoUpgradeProfile": "Nginx.NginxPlus.AutoUpgradeProfile",
"azure.mgmt.nginx.models.DiagnosticItem": "Nginx.NginxPlus.DiagnosticItem",
"azure.mgmt.nginx.models.ErrorAdditionalInfo": "Azure.ResourceManager.CommonTypes.ErrorAdditionalInfo",
"azure.mgmt.nginx.models.ErrorDetail": "Azure.ResourceManager.CommonTypes.ErrorDetail",
"azure.mgmt.nginx.models.ErrorResponse": "Azure.ResourceManager.CommonTypes.ErrorResponse",
"azure.mgmt.nginx.models.IdentityProperties": "Nginx.NginxPlus.IdentityProperties",
"azure.mgmt.nginx.models.Resource": "Azure.ResourceManager.CommonTypes.Resource",
"azure.mgmt.nginx.models.ProxyResource": "Azure.ResourceManager.CommonTypes.ProxyResource",
"azure.mgmt.nginx.models.NginxCertificate": "Nginx.NginxPlus.NginxCertificate",
"azure.mgmt.nginx.models.NginxCertificateErrorResponseBody": "Nginx.NginxPlus.NginxCertificateErrorResponseBody",
"azure.mgmt.nginx.models.NginxCertificateProperties": "Nginx.NginxPlus.NginxCertificateProperties",
"azure.mgmt.nginx.models.NginxConfigurationFile": "Nginx.NginxPlus.NginxConfigurationFile",
"azure.mgmt.nginx.models.NginxConfigurationPackage": "Nginx.NginxPlus.NginxConfigurationPackage",
"azure.mgmt.nginx.models.NginxConfigurationProtectedFileRequest": "Nginx.NginxPlus.NginxConfigurationProtectedFileRequest",
"azure.mgmt.nginx.models.NginxConfigurationProtectedFileResponse": "Nginx.NginxPlus.NginxConfigurationProtectedFileResponse",
"azure.mgmt.nginx.models.NginxConfigurationRequest": "Nginx.NginxPlus.NginxConfigurationRequest",
"azure.mgmt.nginx.models.NginxConfigurationRequestProperties": "Nginx.NginxPlus.NginxConfigurationRequestProperties",
"azure.mgmt.nginx.models.NginxConfigurationResponse": "Nginx.NginxPlus.NginxConfigurationResponse",
"azure.mgmt.nginx.models.NginxConfigurationResponseProperties": "Nginx.NginxPlus.NginxConfigurationResponseProperties",
"azure.mgmt.nginx.models.TrackedResource": "Azure.ResourceManager.CommonTypes.TrackedResource",
"azure.mgmt.nginx.models.NginxDeployment": "Nginx.NginxPlus.NginxDeployment",
"azure.mgmt.nginx.models.NginxDeploymentApiKeyRequest": "Nginx.NginxPlus.NginxDeploymentApiKeyRequest",
"azure.mgmt.nginx.models.NginxDeploymentApiKeyRequestProperties": "Nginx.NginxPlus.NginxDeploymentApiKeyRequestProperties",
"azure.mgmt.nginx.models.NginxDeploymentApiKeyResponse": "Nginx.NginxPlus.NginxDeploymentApiKeyResponse",
"azure.mgmt.nginx.models.NginxDeploymentApiKeyResponseProperties": "Nginx.NginxPlus.NginxDeploymentApiKeyResponseProperties",
"azure.mgmt.nginx.models.NginxDeploymentDefaultWafPolicyListResponse": "Nginx.NginxPlus.NginxDeploymentDefaultWafPolicyListResponse",
"azure.mgmt.nginx.models.NginxDeploymentDefaultWafPolicyProperties": "Nginx.NginxPlus.NginxDeploymentDefaultWafPolicyProperties",
"azure.mgmt.nginx.models.NginxDeploymentProperties": "Nginx.NginxPlus.NginxDeploymentProperties",
"azure.mgmt.nginx.models.NginxDeploymentPropertiesNginxAppProtect": "Nginx.NginxPlus.NginxDeploymentPropertiesNginxAppProtect",
"azure.mgmt.nginx.models.NginxDeploymentScalingProperties": "Nginx.NginxPlus.NginxDeploymentScalingProperties",
"azure.mgmt.nginx.models.NginxDeploymentScalingPropertiesAutoScaleSettings": "Nginx.NginxPlus.NginxDeploymentScalingPropertiesAutoScaleSettings",
"azure.mgmt.nginx.models.NginxDeploymentUpdateParameters": "Nginx.NginxPlus.NginxDeploymentUpdateParameters",
"azure.mgmt.nginx.models.NginxDeploymentUpdateProperties": "Nginx.NginxPlus.NginxDeploymentUpdateProperties",
"azure.mgmt.nginx.models.NginxDeploymentUpdatePropertiesNginxAppProtect": "Nginx.NginxPlus.NginxDeploymentUpdatePropertiesNginxAppProtect",
"azure.mgmt.nginx.models.NginxDeploymentUserProfile": "Nginx.NginxPlus.NginxDeploymentUserProfile",
"azure.mgmt.nginx.models.NginxDeploymentWafPolicy": "Nginx.NginxPlus.NginxDeploymentWafPolicy",
"azure.mgmt.nginx.models.NginxDeploymentWafPolicyApplyingStatus": "Nginx.NginxPlus.NginxDeploymentWafPolicyApplyingStatus",
"azure.mgmt.nginx.models.NginxDeploymentWafPolicyCompilingStatus": "Nginx.NginxPlus.NginxDeploymentWafPolicyCompilingStatus",
"azure.mgmt.nginx.models.NginxDeploymentWafPolicyMetadata": "Nginx.NginxPlus.NginxDeploymentWafPolicyMetadata",
"azure.mgmt.nginx.models.NginxDeploymentWafPolicyMetadataProperties": "Nginx.NginxPlus.NginxDeploymentWafPolicyMetadataProperties",
"azure.mgmt.nginx.models.NginxDeploymentWafPolicyProperties": "Nginx.NginxPlus.NginxDeploymentWafPolicyProperties",
"azure.mgmt.nginx.models.NginxFrontendIPConfiguration": "Nginx.NginxPlus.NginxFrontendIPConfiguration",
"azure.mgmt.nginx.models.NginxLogging": "Nginx.NginxPlus.NginxLogging",
"azure.mgmt.nginx.models.NginxNetworkInterfaceConfiguration": "Nginx.NginxPlus.NginxNetworkInterfaceConfiguration",
"azure.mgmt.nginx.models.NginxNetworkProfile": "Nginx.NginxPlus.NginxNetworkProfile",
"azure.mgmt.nginx.models.NginxPrivateIPAddress": "Nginx.NginxPlus.NginxPrivateIPAddress",
"azure.mgmt.nginx.models.NginxPublicIPAddress": "Nginx.NginxPlus.NginxPublicIPAddress",
"azure.mgmt.nginx.models.NginxStorageAccount": "Nginx.NginxPlus.NginxStorageAccount",
"azure.mgmt.nginx.models.Operation": "Azure.ResourceManager.CommonTypes.Operation",
"azure.mgmt.nginx.models.OperationDisplay": "Azure.ResourceManager.CommonTypes.OperationDisplay",
"azure.mgmt.nginx.models.ResourceSku": "Nginx.NginxPlus.ResourceSku",
"azure.mgmt.nginx.models.ScaleProfile": "Nginx.NginxPlus.ScaleProfile",
"azure.mgmt.nginx.models.ScaleProfileCapacity": "Nginx.NginxPlus.ScaleProfileCapacity",
"azure.mgmt.nginx.models.SystemData": "Azure.ResourceManager.CommonTypes.SystemData",
"azure.mgmt.nginx.models.UserIdentityProperties": "Nginx.NginxPlus.UserIdentityProperties",
"azure.mgmt.nginx.models.WebApplicationFirewallComponentVersions": "Nginx.NginxPlus.WebApplicationFirewallComponentVersions",
"azure.mgmt.nginx.models.WebApplicationFirewallPackage": "Nginx.NginxPlus.WebApplicationFirewallPackage",
"azure.mgmt.nginx.models.WebApplicationFirewallSettings": "Nginx.NginxPlus.WebApplicationFirewallSettings",
"azure.mgmt.nginx.models.WebApplicationFirewallStatus": "Nginx.NginxPlus.WebApplicationFirewallStatus",
"azure.mgmt.nginx.models.Origin": "Azure.ResourceManager.CommonTypes.Origin",
"azure.mgmt.nginx.models.ActionType": "Azure.ResourceManager.CommonTypes.ActionType",
"azure.mgmt.nginx.models.CreatedByType": "Azure.ResourceManager.CommonTypes.createdByType",
"azure.mgmt.nginx.models.ProvisioningState": "Nginx.NginxPlus.ProvisioningState",
"azure.mgmt.nginx.models.NginxPrivateIPAllocationMethod": "Nginx.NginxPlus.NginxPrivateIPAllocationMethod",
"azure.mgmt.nginx.models.ActivationState": "Nginx.NginxPlus.ActivationState",
"azure.mgmt.nginx.models.IdentityType": "Nginx.NginxPlus.IdentityType",
"azure.mgmt.nginx.models.NginxDeploymentWafPolicyCompilingStatusCode": "Nginx.NginxPlus.NginxDeploymentWafPolicyCompilingStatusCode",
"azure.mgmt.nginx.models.NginxDeploymentWafPolicyApplyingStatusCode": "Nginx.NginxPlus.NginxDeploymentWafPolicyApplyingStatusCode",
"azure.mgmt.nginx.models.Level": "Nginx.NginxPlus.Level",
"azure.mgmt.nginx.operations.Operations.list": "Azure.ResourceManager.Operations.list",
"azure.mgmt.nginx.aio.operations.Operations.list": "Azure.ResourceManager.Operations.list",
"azure.mgmt.nginx.operations.ApiKeysOperations.get": "Nginx.NginxPlus.NginxDeploymentApiKeyResponses.get",
"azure.mgmt.nginx.aio.operations.ApiKeysOperations.get": "Nginx.NginxPlus.NginxDeploymentApiKeyResponses.get",
"azure.mgmt.nginx.operations.ApiKeysOperations.create_or_update": "Nginx.NginxPlus.NginxDeploymentApiKeyResponses.createOrUpdate",
"azure.mgmt.nginx.aio.operations.ApiKeysOperations.create_or_update": "Nginx.NginxPlus.NginxDeploymentApiKeyResponses.createOrUpdate",
"azure.mgmt.nginx.operations.ApiKeysOperations.delete": "Nginx.NginxPlus.NginxDeploymentApiKeyResponses.delete",
"azure.mgmt.nginx.aio.operations.ApiKeysOperations.delete": "Nginx.NginxPlus.NginxDeploymentApiKeyResponses.delete",
"azure.mgmt.nginx.operations.ApiKeysOperations.list": "Nginx.NginxPlus.NginxDeploymentApiKeyResponses.list",
"azure.mgmt.nginx.aio.operations.ApiKeysOperations.list": "Nginx.NginxPlus.NginxDeploymentApiKeyResponses.list",
"azure.mgmt.nginx.operations.DeploymentsOperations.get": "Nginx.NginxPlus.NginxDeployments.get",
"azure.mgmt.nginx.aio.operations.DeploymentsOperations.get": "Nginx.NginxPlus.NginxDeployments.get",
"azure.mgmt.nginx.operations.DeploymentsOperations.begin_create_or_update": "Nginx.NginxPlus.NginxDeployments.createOrUpdate",
"azure.mgmt.nginx.aio.operations.DeploymentsOperations.begin_create_or_update": "Nginx.NginxPlus.NginxDeployments.createOrUpdate",
"azure.mgmt.nginx.operations.DeploymentsOperations.begin_update": "Nginx.NginxPlus.NginxDeployments.update",
"azure.mgmt.nginx.aio.operations.DeploymentsOperations.begin_update": "Nginx.NginxPlus.NginxDeployments.update",
"azure.mgmt.nginx.operations.DeploymentsOperations.begin_delete": "Nginx.NginxPlus.NginxDeployments.delete",
"azure.mgmt.nginx.aio.operations.DeploymentsOperations.begin_delete": "Nginx.NginxPlus.NginxDeployments.delete",
"azure.mgmt.nginx.operations.DeploymentsOperations.list_by_resource_group": "Nginx.NginxPlus.NginxDeployments.listByResourceGroup",
"azure.mgmt.nginx.aio.operations.DeploymentsOperations.list_by_resource_group": "Nginx.NginxPlus.NginxDeployments.listByResourceGroup",
"azure.mgmt.nginx.operations.DeploymentsOperations.list": "Nginx.NginxPlus.NginxDeployments.list",
"azure.mgmt.nginx.aio.operations.DeploymentsOperations.list": "Nginx.NginxPlus.NginxDeployments.list",
"azure.mgmt.nginx.operations.WafPolicyOperations.list": "Nginx.NginxPlus.NginxDeployments.wafPolicyList",
"azure.mgmt.nginx.aio.operations.WafPolicyOperations.list": "Nginx.NginxPlus.NginxDeployments.wafPolicyList",
"azure.mgmt.nginx.operations.WafPolicyOperations.get": "Nginx.NginxPlus.NginxDeploymentWafPolicies.get",
"azure.mgmt.nginx.aio.operations.WafPolicyOperations.get": "Nginx.NginxPlus.NginxDeploymentWafPolicies.get",
"azure.mgmt.nginx.operations.WafPolicyOperations.begin_create": "Nginx.NginxPlus.NginxDeploymentWafPolicies.create",
"azure.mgmt.nginx.aio.operations.WafPolicyOperations.begin_create": "Nginx.NginxPlus.NginxDeploymentWafPolicies.create",
"azure.mgmt.nginx.operations.WafPolicyOperations.begin_delete": "Nginx.NginxPlus.NginxDeploymentWafPolicies.delete",
"azure.mgmt.nginx.aio.operations.WafPolicyOperations.begin_delete": "Nginx.NginxPlus.NginxDeploymentWafPolicies.delete",
"azure.mgmt.nginx.operations.DefaultWafPolicyOperations.list": "Nginx.NginxPlus.NginxDeployments.defaultWafPolicyList",
"azure.mgmt.nginx.aio.operations.DefaultWafPolicyOperations.list": "Nginx.NginxPlus.NginxDeployments.defaultWafPolicyList",
"azure.mgmt.nginx.operations.CertificatesOperations.get": "Nginx.NginxPlus.NginxCertificates.get",
"azure.mgmt.nginx.aio.operations.CertificatesOperations.get": "Nginx.NginxPlus.NginxCertificates.get",
"azure.mgmt.nginx.operations.CertificatesOperations.begin_create_or_update": "Nginx.NginxPlus.NginxCertificates.createOrUpdate",
"azure.mgmt.nginx.aio.operations.CertificatesOperations.begin_create_or_update": "Nginx.NginxPlus.NginxCertificates.createOrUpdate",
"azure.mgmt.nginx.operations.CertificatesOperations.begin_delete": "Nginx.NginxPlus.NginxCertificates.delete",
"azure.mgmt.nginx.aio.operations.CertificatesOperations.begin_delete": "Nginx.NginxPlus.NginxCertificates.delete",
"azure.mgmt.nginx.operations.CertificatesOperations.list": "Nginx.NginxPlus.NginxCertificates.list",
"azure.mgmt.nginx.aio.operations.CertificatesOperations.list": "Nginx.NginxPlus.NginxCertificates.list",
"azure.mgmt.nginx.operations.ConfigurationsOperations.get": "Nginx.NginxPlus.NginxConfigurationResponses.get",
"azure.mgmt.nginx.aio.operations.ConfigurationsOperations.get": "Nginx.NginxPlus.NginxConfigurationResponses.get",
"azure.mgmt.nginx.operations.ConfigurationsOperations.begin_create_or_update": "Nginx.NginxPlus.NginxConfigurationResponses.createOrUpdate",
"azure.mgmt.nginx.aio.operations.ConfigurationsOperations.begin_create_or_update": "Nginx.NginxPlus.NginxConfigurationResponses.createOrUpdate",
"azure.mgmt.nginx.operations.ConfigurationsOperations.begin_delete": "Nginx.NginxPlus.NginxConfigurationResponses.delete",
"azure.mgmt.nginx.aio.operations.ConfigurationsOperations.begin_delete": "Nginx.NginxPlus.NginxConfigurationResponses.delete",
"azure.mgmt.nginx.operations.ConfigurationsOperations.list": "Nginx.NginxPlus.NginxConfigurationResponses.list",
"azure.mgmt.nginx.aio.operations.ConfigurationsOperations.list": "Nginx.NginxPlus.NginxConfigurationResponses.list",
"azure.mgmt.nginx.operations.ConfigurationsOperations.analysis": "Nginx.NginxPlus.NginxConfigurationResponses.analysis",
"azure.mgmt.nginx.aio.operations.ConfigurationsOperations.analysis": "Nginx.NginxPlus.NginxConfigurationResponses.analysis"
}
}
2 changes: 1 addition & 1 deletion sdk/nginx/azure-mgmt-nginx/azure/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
__path__ = __import__("pkgutil").extend_path(__path__, __name__) # type: ignore
2 changes: 1 addition & 1 deletion sdk/nginx/azure-mgmt-nginx/azure/mgmt/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
__path__ = __import__("pkgutil").extend_path(__path__, __name__) # type: ignore
4 changes: 2 additions & 2 deletions sdk/nginx/azure-mgmt-nginx/azure/mgmt/nginx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# Code generated by Microsoft (R) AutoRest Code Generator.
# Code generated by Microsoft (R) Python Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------
# pylint: disable=wrong-import-position
Expand All @@ -12,7 +12,7 @@
if TYPE_CHECKING:
from ._patch import * # pylint: disable=unused-wildcard-import

from ._nginx_management_client import NginxManagementClient # type: ignore
from ._client import NginxManagementClient # type: ignore
from ._version import VERSION

__version__ = VERSION
Expand Down
Loading