Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Nginx SDK to package-2024-11-01-preview #48095

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -1052,10 +1052,10 @@
# ServiceOwners: @vipray-ms

# PRLabel: %Nginx
/sdk/nginx/Azure.ResourceManager.*/ @jamesfan1 @bangbingsyb @spencerofwiti
/sdk/nginx/Azure.ResourceManager.*/ @jamesfan1 @bangbingsyb @spencerofwiti @amwaleh @briantkim93 @george-ngugi

Check failure on line 1055 in .github/CODEOWNERS

View check run for this annotation

Azure Pipelines / net - codeowners-linter - ci

.github/CODEOWNERS#L1055

.github/CODEOWNERS(1055,1): error : Error(s) on line 1055 Source Line: /sdk/nginx/Azure.ResourceManager.*/ @jamesfan1 @bangbingsyb @SpencerOfwiti @amwaleh @briantkim93 @george-ngugi -amwaleh is an invalid user. Ensure the user exists, is public member of Azure and has write permissions. -briantkim93 is an invalid user. Ensure the user exists, is public member of Azure and has write permissions. -george-ngugi is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.

# ServiceLabel: %Nginx %Mgmt
# ServiceOwners: @jamesfan1 @bangbingsyb @spencerofwiti
# ServiceOwners: @jamesfan1 @bangbingsyb @spencerofwiti @amwaleh @briantkim93 @george-ngugi

Check failure on line 1058 in .github/CODEOWNERS

View check run for this annotation

Azure Pipelines / net - codeowners-linter - ci

.github/CODEOWNERS#L1058

.github/CODEOWNERS(1058,1): error : Error(s) on line 1058 Source Line: # ServiceOwners: @jamesfan1 @bangbingsyb @SpencerOfwiti @amwaleh @briantkim93 @george-ngugi -amwaleh is an invalid user. Ensure the user exists, is public member of Azure and has write permissions. -briantkim93 is an invalid user. Ensure the user exists, is public member of Azure and has write permissions. -george-ngugi is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.

# PRLabel: %Operator Nexus - Network Cloud
/sdk/networkcloud/Azure.ResourceManager.*/ @Azure/azure-sdk-write-networkcloud
Expand Down
10 changes: 8 additions & 2 deletions sdk/nginx/Azure.ResourceManager.Nginx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
# Release History

## 1.1.0-beta.3 (Unreleased)
## 1.1.0-beta.3 (2025-02-07)

### Features Added

- Upgraded api-version tag from `package-2024-06-01-preview` to `package-2024-11-01-preview`. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/7a3f210cf6924c6139e2493f5fd0625919af1f32/specification/nginx/resource-manager/readme.md
- Added Nginx Deployment API Key support.

### Breaking Changes

### Bugs Fixed
- Rename `AnalysisResultData` to `NginxAnalysisResultDetails`.
- Removed location support from `NginxConfigurationData`.

### Other Changes

- Update AutoRest C# version to 3.0.0-beta.20241125.1

## 1.1.0-beta.2 (2024-10-30)

### Features Added
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sdk/nginx/Azure.ResourceManager.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": "net",
"TagPrefix": "net/nginx/Azure.ResourceManager.Nginx",
"Tag": "net/nginx/Azure.ResourceManager.Nginx_86ae8139a8"
"Tag": "net/nginx/Azure.ResourceManager.Nginx_2f45071f7f"
}

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

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

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

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

Loading
Loading