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

[ReleasePR sdk/appservice/mgmt-v2016_09_01] [Hub Generated] Review request for Microsoft.Web to add version stable/2019-08-01 #9185

Closed
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
8 changes: 5 additions & 3 deletions sdk/appservice/mgmt-v2016_09_01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<version>1.3.0</version>
<version>1.1.0</version>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-appservice</artifactId>
<version>1.0.0-beta-2</version>
<artifactId>azure-mgmt-web</artifactId>
<version>1.0.0-beta</version>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for Web Management</name>
<description>This package contains Microsoft Web Management SDK.</description>
Expand Down Expand Up @@ -71,6 +71,8 @@
<artifactId>azure-arm-client-runtime</artifactId>
<type>test-jar</type>
<scope>test</scope>
<!--Below version for test jar needs to be removed, this will be done as part of v1-runtime 1.6.7-->
<version>1.6.5</version>
</dependency>
</dependencies>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.AddressResponseInner;
import java.util.List;

/**
* Type representing AddressResponse.
*/
public interface AddressResponse extends HasInner<AddressResponseInner>, HasManager<AppServiceManager> {
public interface AddressResponse extends HasInner<AddressResponseInner>, HasManager<WebManager> {
/**
* @return the internalIpAddress value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
import com.microsoft.azure.arm.model.Appliable;
import com.microsoft.azure.arm.model.Creatable;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.WebManager;
import java.util.List;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.StampCapacityInner;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.AppServiceEnvironmentResourceInner;

/**
* Type representing AppServiceEnvironmentResource.
*/
public interface AppServiceEnvironmentResource extends HasInner<AppServiceEnvironmentResourceInner>, Resource, GroupableResourceCore<AppServiceManager, AppServiceEnvironmentResourceInner>, HasResourceGroup, Refreshable<AppServiceEnvironmentResource>, Updatable<AppServiceEnvironmentResource.Update>, HasManager<AppServiceManager> {
public interface AppServiceEnvironmentResource extends HasInner<AppServiceEnvironmentResourceInner>, Resource, GroupableResourceCore<WebManager, AppServiceEnvironmentResourceInner>, HasResourceGroup, Refreshable<AppServiceEnvironmentResource>, Updatable<AppServiceEnvironmentResource.Update>, HasManager<WebManager> {
/**
* @return the allowedMultiSizes value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
import com.microsoft.azure.arm.model.Appliable;
import com.microsoft.azure.arm.model.Creatable;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.WebManager;
import org.joda.time.DateTime;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.AppServicePlanInner;

/**
* Type representing AppServicePlan.
*/
public interface AppServicePlan extends HasInner<AppServicePlanInner>, Resource, GroupableResourceCore<AppServiceManager, AppServicePlanInner>, HasResourceGroup, Refreshable<AppServicePlan>, Updatable<AppServicePlan.Update>, HasManager<AppServiceManager> {
public interface AppServicePlan extends HasInner<AppServicePlanInner>, Resource, GroupableResourceCore<WebManager, AppServicePlanInner>, HasResourceGroup, Refreshable<AppServicePlan>, Updatable<AppServicePlan.Update>, HasManager<WebManager> {
/**
* @return the adminSiteName value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.CapabilityInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.WebManager;

/**
* Type representing Capability.
*/
public interface Capability extends HasInner<CapabilityInner>, HasManager<AppServiceManager> {
public interface Capability extends HasInner<CapabilityInner>, HasManager<WebManager> {
/**
* @return the name value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.CsmUsageQuotaInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.WebManager;
import org.joda.time.DateTime;

/**
* Type representing CsmUsageQuota.
*/
public interface CsmUsageQuota extends HasInner<CsmUsageQuotaInner>, HasManager<AppServiceManager> {
public interface CsmUsageQuota extends HasInner<CsmUsageQuotaInner>, HasManager<WebManager> {
/**
* @return the currentValue value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.AppServicePlanInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.WebManager;
import org.joda.time.DateTime;
import java.util.Map;

/**
* Type representing HostingEnvironmentAppServicePlan.
*/
public interface HostingEnvironmentAppServicePlan extends HasInner<AppServicePlanInner>, HasManager<AppServiceManager> {
public interface HostingEnvironmentAppServicePlan extends HasInner<AppServicePlanInner>, HasManager<WebManager> {
/**
* @return the adminSiteName value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.HostingEnvironmentDiagnosticsInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.WebManager;

/**
* Type representing HostingEnvironmentDiagnostics.
*/
public interface HostingEnvironmentDiagnostics extends HasInner<HostingEnvironmentDiagnosticsInner>, HasManager<AppServiceManager> {
public interface HostingEnvironmentDiagnostics extends HasInner<HostingEnvironmentDiagnosticsInner>, HasManager<WebManager> {
/**
* @return the diagnosicsOutput value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.ResourceMetricInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.WebManager;
import org.joda.time.DateTime;
import java.util.List;

/**
* Type representing HostingEnvironmentResourceMetric.
*/
public interface HostingEnvironmentResourceMetric extends HasInner<ResourceMetricInner>, HasManager<AppServiceManager> {
public interface HostingEnvironmentResourceMetric extends HasInner<ResourceMetricInner>, HasManager<WebManager> {
/**
* @return the endTime value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.SiteInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.WebManager;
import java.util.List;
import org.joda.time.DateTime;
import java.util.Map;

/**
* Type representing HostingEnvironmentSite.
*/
public interface HostingEnvironmentSite extends HasInner<SiteInner>, HasManager<AppServiceManager> {
public interface HostingEnvironmentSite extends HasInner<SiteInner>, HasManager<WebManager> {
/**
* @return the availabilityState value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
import com.microsoft.azure.arm.model.Indexable;
import com.microsoft.azure.arm.model.Refreshable;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.WebManager;

/**
* Type representing HybridConnection.
*/
public interface HybridConnection extends HasInner<HybridConnectionInner>, Indexable, Refreshable<HybridConnection>, HasManager<AppServiceManager> {
public interface HybridConnection extends HasInner<HybridConnectionInner>, Indexable, Refreshable<HybridConnection>, HasManager<WebManager> {
/**
* @return the hostname value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.HybridConnectionKeyInner;

/**
* Type representing HybridConnectionKey.
*/
public interface HybridConnectionKey extends HasInner<HybridConnectionKeyInner>, HasManager<AppServiceManager> {
public interface HybridConnectionKey extends HasInner<HybridConnectionKeyInner>, HasManager<WebManager> {
/**
* @return the id value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.HybridConnectionLimitsInner;

/**
* Type representing HybridConnectionLimits.
*/
public interface HybridConnectionLimits extends HasInner<HybridConnectionLimitsInner>, HasManager<AppServiceManager> {
public interface HybridConnectionLimits extends HasInner<HybridConnectionLimitsInner>, HasManager<WebManager> {
/**
* @return the current value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.MetricDefinitionInner;
import java.util.List;

/**
* Type representing MetricDefinition.
*/
public interface MetricDefinition extends HasInner<MetricDefinitionInner>, HasManager<AppServiceManager> {
public interface MetricDefinition extends HasInner<MetricDefinitionInner>, HasManager<WebManager> {
/**
* @return the displayName value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.WorkerPoolResourceInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.WebManager;
import java.util.List;

/**
* Type representing MultiRolePools.
*/
public interface MultiRolePools extends HasInner<WorkerPoolResourceInner>, HasManager<AppServiceManager> {
public interface MultiRolePools extends HasInner<WorkerPoolResourceInner>, HasManager<WebManager> {
/**
* @return the computeMode value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.OperationInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.WebManager;
import org.joda.time.DateTime;
import java.util.List;
import java.util.UUID;

/**
* Type representing Operation.
*/
public interface Operation extends HasInner<OperationInner>, HasManager<AppServiceManager> {
public interface Operation extends HasInner<OperationInner>, HasManager<WebManager> {
/**
* @return the createdTime value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.ResourceMetricDefinitionInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.WebManager;
import java.util.List;
import java.util.Map;

/**
* Type representing ResourceMetricDefinition.
*/
public interface ResourceMetricDefinition extends HasInner<ResourceMetricDefinitionInner>, HasManager<AppServiceManager> {
public interface ResourceMetricDefinition extends HasInner<ResourceMetricDefinitionInner>, HasManager<WebManager> {
/**
* @return the id value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.ResourceMetricInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.WebManager;
import org.joda.time.DateTime;
import java.util.List;

/**
* Type representing ServerfarmResourceMetric.
*/
public interface ServerfarmResourceMetric extends HasInner<ResourceMetricInner>, HasManager<AppServiceManager> {
public interface ServerfarmResourceMetric extends HasInner<ResourceMetricInner>, HasManager<WebManager> {
/**
* @return the endTime value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.SiteInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.WebManager;
import java.util.List;
import org.joda.time.DateTime;
import java.util.Map;

/**
* Type representing ServerfarmSite.
*/
public interface ServerfarmSite extends HasInner<SiteInner>, HasManager<AppServiceManager> {
public interface ServerfarmSite extends HasInner<SiteInner>, HasManager<WebManager> {
/**
* @return the availabilityState value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.SkuInfoInner;

/**
* Type representing SkuInfo.
*/
public interface SkuInfo extends HasInner<SkuInfoInner>, HasManager<AppServiceManager> {
public interface SkuInfo extends HasInner<SkuInfoInner>, HasManager<WebManager> {
/**
* @return the capacity value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.StampCapacityInner;

/**
* Type representing StampCapacity.
*/
public interface StampCapacity extends HasInner<StampCapacityInner>, HasManager<AppServiceManager> {
public interface StampCapacity extends HasInner<StampCapacityInner>, HasManager<WebManager> {
/**
* @return the availableCapacity value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.UsageInner;
import org.joda.time.DateTime;

/**
* Type representing Usage.
*/
public interface Usage extends HasInner<UsageInner>, HasManager<AppServiceManager> {
public interface Usage extends HasInner<UsageInner>, HasManager<WebManager> {
/**
* @return the computeMode value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
import com.microsoft.azure.arm.model.Updatable;
import com.microsoft.azure.arm.model.Appliable;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_09_01.implementation.WebManager;

/**
* Type representing VnetGateway.
*/
public interface VnetGateway extends HasInner<VnetGatewayInner>, Indexable, Refreshable<VnetGateway>, Updatable<VnetGateway.Update>, HasManager<AppServiceManager> {
public interface VnetGateway extends HasInner<VnetGatewayInner>, Indexable, Refreshable<VnetGateway>, Updatable<VnetGateway.Update>, HasManager<WebManager> {
/**
* @return the id value.
*/
Expand Down
Loading