Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
33 changes: 21 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

107 changes: 107 additions & 0 deletions sdk/nginx/arm-nginx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,111 @@
# Release History

## 4.0.0-beta.3 (2026-02-12)
Compared with version 3.0.0

### Features Added
- Added operation group ApiKeysOperations
- Added operation group DefaultWafPolicyOperations
- Added operation group WafPolicyOperations
- Added operation CertificatesOperations.createOrUpdate
- Added operation CertificatesOperations.delete
- Added operation ConfigurationsOperations.analysis
- Added operation ConfigurationsOperations.createOrUpdate
- Added operation ConfigurationsOperations.delete
- Added operation DeploymentsOperations.createOrUpdate
- Added operation DeploymentsOperations.delete
- Added operation DeploymentsOperations.update
- Added Interface AnalysisCreate
- Added Interface AnalysisCreateConfig
- Added Interface AnalysisDiagnostic
- Added Interface AnalysisResult
- Added Interface AnalysisResultData
- Added Interface ApiKeysCreateOrUpdateOptionalParams
- Added Interface ApiKeysDeleteOptionalParams
- Added Interface ApiKeysGetOptionalParams
- Added Interface ApiKeysListOptionalParams
- Added Interface AutoUpgradeProfile
- Added Interface ConfigurationsAnalysisOptionalParams
- Added Interface DefaultWafPolicyListOptionalParams
- Added Interface DiagnosticItem
- Added Interface ErrorAdditionalInfo
- Added Interface ErrorDetail
- Added Interface ErrorResponse
- Added Interface NginxCertificateErrorResponseBody
- Added Interface NginxConfigurationProtectedFileRequest
- Added Interface NginxConfigurationProtectedFileResponse
- Added Interface NginxConfigurationRequest
- Added Interface NginxConfigurationRequestProperties
- Added Interface NginxDeploymentApiKeyRequest
- Added Interface NginxDeploymentApiKeyRequestProperties
- Added Interface NginxDeploymentApiKeyResponse
- Added Interface NginxDeploymentApiKeyResponseProperties
- Added Interface NginxDeploymentDefaultWafPolicyListResponse
- Added Interface NginxDeploymentDefaultWafPolicyProperties
- Added Interface NginxDeploymentPropertiesNginxAppProtect
- Added Interface NginxDeploymentScalingPropertiesAutoScaleSettings
- Added Interface NginxDeploymentUpdatePropertiesNginxAppProtect
- Added Interface NginxDeploymentWafPolicy
- Added Interface NginxDeploymentWafPolicyApplyingStatus
- Added Interface NginxDeploymentWafPolicyCompilingStatus
- Added Interface NginxDeploymentWafPolicyMetadata
- Added Interface NginxDeploymentWafPolicyMetadataProperties
- Added Interface NginxDeploymentWafPolicyProperties
- Added Interface Operation
- Added Interface PagedAsyncIterableIterator
- Added Interface PageSettings
- Added Interface ProxyResource
- Added Interface Resource
- Added Interface RestorePollerOptions
- Added Interface ScaleProfile
- Added Interface ScaleProfileCapacity
- Added Interface SimplePollerLike
- Added Interface TrackedResource
- Added Interface WafPolicyCreateOptionalParams
- Added Interface WafPolicyDeleteOptionalParams
- Added Interface WafPolicyGetOptionalParams
- Added Interface WafPolicyListOptionalParams
- Added Interface WebApplicationFirewallComponentVersions
- Added Interface WebApplicationFirewallPackage
- Added Interface WebApplicationFirewallSettings
- Added Interface WebApplicationFirewallStatus
- Interface NginxCertificateProperties has a new optional parameter certificateError
- Interface NginxCertificateProperties has a new optional parameter keyVaultSecretCreated
- Interface NginxCertificateProperties has a new optional parameter keyVaultSecretVersion
- Interface NginxCertificateProperties has a new optional parameter sha1Thumbprint
- Interface NginxDeploymentProperties has a new optional parameter autoUpgradeProfile
- Interface NginxDeploymentProperties has a new optional parameter dataplaneApiEndpoint
- Interface NginxDeploymentProperties has a new optional parameter nginxAppProtect
- Interface NginxDeploymentScalingProperties has a new optional parameter profiles
- Interface NginxDeploymentUpdateProperties has a new optional parameter autoUpgradeProfile
- Interface NginxDeploymentUpdateProperties has a new optional parameter networkProfile
- Interface NginxDeploymentUpdateProperties has a new optional parameter webApplicationFirewallSettings
- Added Type Alias ActionType
- Added Type Alias ActivationState
- Added Type Alias AzureSupportedClouds
- Added Type Alias Level
- Added Type Alias NginxDeploymentWafPolicyApplyingStatusCode
- Added Type Alias NginxDeploymentWafPolicyCompilingStatusCode
- Added Type Alias Origin
- Added Enum AzureClouds
- Added Enum KnownActionType
- Added Enum KnownActivationState
- Added Enum KnownLevel
- Added Enum KnownNginxDeploymentWafPolicyApplyingStatusCode
- Added Enum KnownNginxDeploymentWafPolicyCompilingStatusCode
- Added Enum KnownOrigin
- Added Enum KnownVersions

### Breaking Changes
- Removed Interface ErrorResponseBody
- Removed Interface NginxCertificateListResponse
- Removed Interface NginxConfigurationListResponse
- Removed Interface NginxDeploymentListResponse
- Removed Interface ResourceProviderDefaultErrorResponse
- Interface NginxConfiguration no longer has parameter location
- Interface NginxDeploymentProperties no longer has parameter managedResourceGroup
- Parameter location of interface NginxDeployment is now required


## 4.0.0-beta.2 (2025-02-20)
Compared with version 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion sdk/nginx/arm-nginx/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
19 changes: 9 additions & 10 deletions sdk/nginx/arm-nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ This package contains an isomorphic SDK (runs both in Node.js and in browsers) f



[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/nginx/arm-nginx) |
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-nginx) |
[API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-nginx?view=azure-node-preview) |
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
Key links:

- [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/nginx/arm-nginx)
- [Package (NPM)](https://www.npmjs.com/package/@azure/arm-nginx)
- [API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-nginx?view=azure-node-preview)
- [Samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/nginx/arm-nginx/samples)

## Getting started

Expand Down Expand Up @@ -63,16 +65,16 @@ For browser environments, use the `InteractiveBrowserCredential` from the `@azur
import { InteractiveBrowserCredential } from "@azure/identity";
import { NginxManagementClient } from "@azure/arm-nginx";

const subscriptionId = "00000000-0000-0000-0000-000000000000";
const credential = new InteractiveBrowserCredential({
tenantId: "<YOUR_TENANT_ID>",
clientId: "<YOUR_CLIENT_ID>",
});
const subscriptionId = "00000000-0000-0000-0000-000000000000";
const client = new NginxManagementClient(credential, subscriptionId);
```

### JavaScript Bundle

### JavaScript Bundle
To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).

## Key concepts
Expand All @@ -97,7 +99,7 @@ For more detailed instructions on how to enable logs, you can look at the [@azur

## Next steps

Please take a look at the [samples](https://github.com/Azure-Samples/azure-samples-js-management) directory for detailed examples on how to use this library.
Please take a look at the [samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/nginx/arm-nginx/samples) directory for detailed examples on how to use this library.

## Contributing

Expand All @@ -107,9 +109,6 @@ If you'd like to contribute to this library, please read the [contributing guide

- [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)


[azure_cli]: https://learn.microsoft.com/cli/azure
[azure_sub]: https://azure.microsoft.com/free/
[azure_sub]: https://azure.microsoft.com/free/
[azure_portal]: https://portal.azure.com
[azure_identity]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity
Expand Down
8 changes: 0 additions & 8 deletions sdk/nginx/arm-nginx/_meta.json

This file was deleted.

4 changes: 1 addition & 3 deletions sdk/nginx/arm-nginx/api-extractor.json
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
{
"extends": "../../../api-extractor-base.json"
}
{ "extends": "../../../api-extractor-base.json" }
2 changes: 1 addition & 1 deletion sdk/nginx/arm-nginx/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "js",
"TagPrefix": "js/nginx/arm-nginx",
"Tag": "js/nginx/arm-nginx_774e3202f3"
"Tag": "js/nginx/arm-nginx_dd4f4ef200"
}
14 changes: 14 additions & 0 deletions sdk/nginx/arm-nginx/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import azsdkEslint from "@azure/eslint-plugin-azure-sdk";

export default azsdkEslint.config([
{
rules: {
"@azure/azure-sdk/ts-modules-only-named": "warn",
"@azure/azure-sdk/ts-package-json-types": "warn",
"@azure/azure-sdk/ts-package-json-engine-is-present": "warn",
"@azure/azure-sdk/ts-package-json-files-required": "off",
"@azure/azure-sdk/ts-package-json-main-is-cjs": "off",
"tsdoc/syntax": "warn",
},
},
]);
Loading