Skip to content

Commit

Permalink
mgmt, upgrade network to 2021-05 Azure#25116
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaofeiCao committed Nov 11, 2021
1 parent fd7148d commit b20fbe3
Show file tree
Hide file tree
Showing 186 changed files with 10,029 additions and 3,524 deletions.
2 changes: 1 addition & 1 deletion sdk/resourcemanager/api-specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
"dir": "azure-resourcemanager-network",
"source": "specification/network/resource-manager/readme.md",
"package": "com.azure.resourcemanager.network",
"args": "--tag=package-2021-03 --add-inner=ApplicationGatewayIpConfiguration,ApplicationGatewayPathRule,ApplicationGatewayProbe,ApplicationGatewayRedirectConfiguration,ApplicationGatewayRequestRoutingRule,ApplicationGatewaySslCertificate,ApplicationGatewayUrlPathMap,ApplicationGatewayAuthenticationCertificate,VirtualNetworkGatewayIpConfiguration,ConnectionMonitor,PacketCapture"
"args": "--tag=package-2021-05 --add-inner=ApplicationGatewayIpConfiguration,ApplicationGatewayPathRule,ApplicationGatewayProbe,ApplicationGatewayRedirectConfiguration,ApplicationGatewayRequestRoutingRule,ApplicationGatewaySslCertificate,ApplicationGatewayUrlPathMap,ApplicationGatewayAuthenticationCertificate,VirtualNetworkGatewayIpConfiguration,ConnectionMonitor,PacketCapture"
},
"notificationhubs": {
"dir": "azure-resourcemanager-notificationhubs",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@

## 2.10.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
### Dependency Updates

### Other Changes
- Updated `api-version` to `2021-05-01`.

## 2.9.0 (2021-10-21)

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.resourcemanager.network.fluent;

import com.azure.core.annotation.ReturnType;
import com.azure.core.annotation.ServiceMethod;
import com.azure.core.http.rest.Response;
import com.azure.core.util.Context;
import com.azure.resourcemanager.network.fluent.models.QueryResultsInner;
import com.azure.resourcemanager.network.models.IdpsQueryObject;
import reactor.core.publisher.Mono;

/** An instance of this class provides access to all the operations defined in FirewallPolicyIdpsSignaturesClient. */
public interface FirewallPolicyIdpsSignaturesClient {
/**
* Retrieves the current status of IDPS signatures for the relevant policy.
*
* @param resourceGroupName The name of the resource group.
* @param firewallPolicyName The name of the Firewall Policy.
* @param parameters Will describe the query to run against the IDPS signatures DB.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return query result.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono<Response<QueryResultsInner>> listWithResponseAsync(
String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters);

/**
* Retrieves the current status of IDPS signatures for the relevant policy.
*
* @param resourceGroupName The name of the resource group.
* @param firewallPolicyName The name of the Firewall Policy.
* @param parameters Will describe the query to run against the IDPS signatures DB.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return query result.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono<QueryResultsInner> listAsync(String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters);

/**
* Retrieves the current status of IDPS signatures for the relevant policy.
*
* @param resourceGroupName The name of the resource group.
* @param firewallPolicyName The name of the Firewall Policy.
* @param parameters Will describe the query to run against the IDPS signatures DB.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return query result.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
QueryResultsInner list(String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters);

/**
* Retrieves the current status of IDPS signatures for the relevant policy.
*
* @param resourceGroupName The name of the resource group.
* @param firewallPolicyName The name of the Firewall Policy.
* @param parameters Will describe the query to run against the IDPS signatures DB.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return query result.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Response<QueryResultsInner> listWithResponse(
String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters, Context context);
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.resourcemanager.network.fluent;

import com.azure.core.annotation.ReturnType;
import com.azure.core.annotation.ServiceMethod;
import com.azure.core.http.rest.Response;
import com.azure.core.util.Context;
import com.azure.resourcemanager.network.fluent.models.SignatureOverridesFilterValuesResponseInner;
import com.azure.resourcemanager.network.models.SignatureOverridesFilterValuesQuery;
import reactor.core.publisher.Mono;

/**
* An instance of this class provides access to all the operations defined in
* FirewallPolicyIdpsSignaturesFilterValuesClient.
*/
public interface FirewallPolicyIdpsSignaturesFilterValuesClient {
/**
* Retrieves the current filter values for the signatures overrides.
*
* @param resourceGroupName The name of the resource group.
* @param firewallPolicyName The name of the Firewall Policy.
* @param parameters Describes the filter values possibles for a given column.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return describes the list of all possible values for a specific filter value.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono<Response<SignatureOverridesFilterValuesResponseInner>> listWithResponseAsync(
String resourceGroupName, String firewallPolicyName, SignatureOverridesFilterValuesQuery parameters);

/**
* Retrieves the current filter values for the signatures overrides.
*
* @param resourceGroupName The name of the resource group.
* @param firewallPolicyName The name of the Firewall Policy.
* @param parameters Describes the filter values possibles for a given column.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return describes the list of all possible values for a specific filter value.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono<SignatureOverridesFilterValuesResponseInner> listAsync(
String resourceGroupName, String firewallPolicyName, SignatureOverridesFilterValuesQuery parameters);

/**
* Retrieves the current filter values for the signatures overrides.
*
* @param resourceGroupName The name of the resource group.
* @param firewallPolicyName The name of the Firewall Policy.
* @param parameters Describes the filter values possibles for a given column.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return describes the list of all possible values for a specific filter value.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
SignatureOverridesFilterValuesResponseInner list(
String resourceGroupName, String firewallPolicyName, SignatureOverridesFilterValuesQuery parameters);

/**
* Retrieves the current filter values for the signatures overrides.
*
* @param resourceGroupName The name of the resource group.
* @param firewallPolicyName The name of the Firewall Policy.
* @param parameters Describes the filter values possibles for a given column.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return describes the list of all possible values for a specific filter value.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Response<SignatureOverridesFilterValuesResponseInner> listWithResponse(
String resourceGroupName,
String firewallPolicyName,
SignatureOverridesFilterValuesQuery parameters,
Context context);
}
Loading

0 comments on commit b20fbe3

Please sign in to comment.