forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mgmt] servicenetworking release (Azure#30688)
- Loading branch information
1 parent
70dbb1b
commit 6fbad4f
Showing
98 changed files
with
4,878 additions
and
845 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,47 @@ | ||
# Release History | ||
|
||
## 1.0.1 (Unreleased) | ||
|
||
|
||
## 1.1.0-beta.1 (2024-08-22) | ||
Compared with version 1.0.0 | ||
|
||
### Features Added | ||
|
||
### Breaking Changes | ||
|
||
### Bugs Fixed | ||
|
||
### Other Changes | ||
|
||
- Added operation group SecurityPoliciesInterface | ||
- Added Interface SecurityPoliciesInterfaceCreateOrUpdateHeaders | ||
- Added Interface SecurityPoliciesInterfaceCreateOrUpdateOptionalParams | ||
- Added Interface SecurityPoliciesInterfaceDeleteHeaders | ||
- Added Interface SecurityPoliciesInterfaceDeleteOptionalParams | ||
- Added Interface SecurityPoliciesInterfaceGetOptionalParams | ||
- Added Interface SecurityPoliciesInterfaceListByTrafficControllerNextOptionalParams | ||
- Added Interface SecurityPoliciesInterfaceListByTrafficControllerOptionalParams | ||
- Added Interface SecurityPoliciesInterfaceUpdateOptionalParams | ||
- Added Interface SecurityPolicy | ||
- Added Interface SecurityPolicyConfigurations | ||
- Added Interface SecurityPolicyConfigurationsUpdate | ||
- Added Interface SecurityPolicyListResult | ||
- Added Interface SecurityPolicyProperties | ||
- Added Interface SecurityPolicyUpdate | ||
- Added Interface SecurityPolicyUpdateProperties | ||
- Added Interface TrafficControllerUpdateProperties | ||
- Added Interface WafPolicy | ||
- Added Interface WafPolicyUpdate | ||
- Added Interface WafSecurityPolicy | ||
- Added Interface WafSecurityPolicyUpdate | ||
- Added Type Alias AssociationsInterfaceDeleteResponse | ||
- Added Type Alias FrontendsInterfaceDeleteResponse | ||
- Added Type Alias PolicyType | ||
- Added Type Alias SecurityPoliciesInterfaceCreateOrUpdateResponse | ||
- Added Type Alias SecurityPoliciesInterfaceDeleteResponse | ||
- Added Type Alias SecurityPoliciesInterfaceGetResponse | ||
- Added Type Alias SecurityPoliciesInterfaceListByTrafficControllerNextResponse | ||
- Added Type Alias SecurityPoliciesInterfaceListByTrafficControllerResponse | ||
- Added Type Alias SecurityPoliciesInterfaceUpdateResponse | ||
- Added Type Alias TrafficControllerInterfaceDeleteResponse | ||
- Interface TrafficControllerProperties has a new optional parameter securityPolicies | ||
- Interface TrafficControllerProperties has a new optional parameter securityPolicyConfigurations | ||
- Interface TrafficControllerUpdate has a new optional parameter properties | ||
- Added Enum KnownPolicyType | ||
|
||
|
||
## 1.0.0 (2023-11-21) | ||
|
||
The package of @azure/arm-servicenetworking is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"commit": "164375e67a1bffb207bcf603772c289dbe42d7b5", | ||
"commit": "ba268c5654f002bc17914e0bc157f19529f1fec1", | ||
"readme": "specification/servicenetworking/resource-manager/readme.md", | ||
"autorest_command": "autorest --version=3.9.7 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=F:\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\servicenetworking\\resource-manager\\readme.md --use=@autorest/[email protected].12 --generate-sample=true --modelerfour.flatten-models=false", | ||
"autorest_command": "autorest --version=3.9.7 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\servicenetworking\\resource-manager\\readme.md --use=@autorest/[email protected].24 --generate-sample=true", | ||
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git", | ||
"release_tool": "@azure-tools/[email protected].4", | ||
"use": "@autorest/[email protected].12" | ||
"release_tool": "@azure-tools/[email protected].11", | ||
"use": "@autorest/[email protected].24" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.