Skip to content

Commit

Permalink
Generated from b1da08951a0828c7f9e0678549b54d137e15961a
Browse files Browse the repository at this point in the history
Removing contentions APIs from spec
  • Loading branch information
SDK Automation committed Oct 4, 2019
1 parent 3c37147 commit 27344d4
Show file tree
Hide file tree
Showing 37 changed files with 263 additions and 92 deletions.
6 changes: 3 additions & 3 deletions appservice/resource-manager/v2016_03_01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<version>1.1.0</version>
<relativePath>../../../pom.management.xml</relativePath>
<version>0.0.3-beta</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>azure-mgmt-appservice</artifactId>
<artifactId>azure-mgmt-web</artifactId>
<version>1.0.0-beta</version>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for Web Management</name>
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_03_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.AnalysisDefinitionInner;

/**
* Type representing AnalysisDefinition.
*/
public interface AnalysisDefinition extends HasInner<AnalysisDefinitionInner>, HasManager<AppServiceManager> {
public interface AnalysisDefinition extends HasInner<AnalysisDefinitionInner>, HasManager<WebManager> {
/**
* @return the description 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_03_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.ApplicationStackInner;
import java.util.List;

/**
* Type representing ApplicationStack.
*/
public interface ApplicationStack extends HasInner<ApplicationStackInner>, HasManager<AppServiceManager> {
public interface ApplicationStack extends HasInner<ApplicationStackInner>, HasManager<WebManager> {
/**
* @return the dependency 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_03_01.implementation.BillingMeterInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.WebManager;

/**
* Type representing BillingMeter.
*/
public interface BillingMeter extends HasInner<BillingMeterInner>, HasManager<AppServiceManager> {
public interface BillingMeter extends HasInner<BillingMeterInner>, HasManager<WebManager> {
/**
* @return the billingLocation 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_03_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.WebManager;
import java.util.List;
import org.joda.time.DateTime;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.CertificateInner;

/**
* Type representing Certificate.
*/
public interface Certificate extends HasInner<CertificateInner>, Resource, GroupableResourceCore<AppServiceManager, CertificateInner>, HasResourceGroup, Refreshable<Certificate>, Updatable<Certificate.Update>, HasManager<AppServiceManager> {
public interface Certificate extends HasInner<CertificateInner>, Resource, GroupableResourceCore<WebManager, CertificateInner>, HasResourceGroup, Refreshable<Certificate>, Updatable<Certificate.Update>, HasManager<WebManager> {
/**
* @return the cerBlob 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_03_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.CsmOperationDescriptionInner;

/**
* Type representing CsmOperationDescription.
*/
public interface CsmOperationDescription extends HasInner<CsmOperationDescriptionInner>, HasManager<AppServiceManager> {
public interface CsmOperationDescription extends HasInner<CsmOperationDescriptionInner>, HasManager<WebManager> {
/**
* @return the display 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_03_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.DeletedSiteInner;

/**
* Type representing DeletedSite.
*/
public interface DeletedSite extends HasInner<DeletedSiteInner>, HasManager<AppServiceManager> {
public interface DeletedSite extends HasInner<DeletedSiteInner>, HasManager<WebManager> {
/**
* @return the deletedTimestamp 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_03_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.DetectorDefinitionInner;

/**
* Type representing DetectorDefinition.
*/
public interface DetectorDefinition extends HasInner<DetectorDefinitionInner>, HasManager<AppServiceManager> {
public interface DetectorDefinition extends HasInner<DetectorDefinitionInner>, HasManager<WebManager> {
/**
* @return the description value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
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_03_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.WebManager;
import java.util.List;

/**
* Type representing DetectorResponse.
*/
public interface DetectorResponse extends HasInner<DetectorResponseInner>, Indexable, Refreshable<DetectorResponse>, HasManager<AppServiceManager> {
public interface DetectorResponse extends HasInner<DetectorResponseInner>, Indexable, Refreshable<DetectorResponse>, HasManager<WebManager> {
/**
* @return the dataset value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
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_03_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.WebManager;
import java.util.List;
import org.joda.time.DateTime;

/**
* Type representing DiagnosticAnalysis.
*/
public interface DiagnosticAnalysis extends HasInner<DiagnosticAnalysisInner>, Indexable, Refreshable<DiagnosticAnalysis>, HasManager<AppServiceManager> {
public interface DiagnosticAnalysis extends HasInner<DiagnosticAnalysisInner>, Indexable, Refreshable<DiagnosticAnalysis>, HasManager<WebManager> {
/**
* @return the abnormalTimePeriods 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_03_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.WebManager;

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

import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.DiagnosticDetectorResponseInner;
import java.util.List;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.DetectorDefinitionInner;
Expand All @@ -19,7 +19,7 @@
/**
* Type representing DiagnosticDetectorResponse.
*/
public interface DiagnosticDetectorResponse extends HasInner<DiagnosticDetectorResponseInner>, HasManager<AppServiceManager> {
public interface DiagnosticDetectorResponse extends HasInner<DiagnosticDetectorResponseInner>, HasManager<WebManager> {
/**
* @return the abnormalTimePeriods 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_03_01.implementation.RecommendationInner;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.WebManager;
import org.joda.time.DateTime;
import java.util.UUID;
import java.util.List;

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

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

/**
* Type representing RecommendationRule.
*/
public interface RecommendationRule extends HasInner<RecommendationRuleInner>, HasManager<AppServiceManager> {
public interface RecommendationRule extends HasInner<RecommendationRuleInner>, HasManager<WebManager> {
/**
* @return the actionName 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_03_01.implementation.AppServiceManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.WebManager;
import com.microsoft.azure.management.appservice.v2016_03_01.implementation.ResourceHealthMetadataInner;

/**
* Type representing ResourceHealthMetadata.
*/
public interface ResourceHealthMetadata extends HasInner<ResourceHealthMetadataInner>, HasManager<AppServiceManager> {
public interface ResourceHealthMetadata extends HasInner<ResourceHealthMetadataInner>, HasManager<WebManager> {
/**
* @return the category value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
import com.microsoft.azure.arm.model.implementation.WrapperImpl;

class AnalysisDefinitionImpl extends WrapperImpl<AnalysisDefinitionInner> implements AnalysisDefinition {
private final AppServiceManager manager;
AnalysisDefinitionImpl(AnalysisDefinitionInner inner, AppServiceManager manager) {
private final WebManager manager;
AnalysisDefinitionImpl(AnalysisDefinitionInner inner, WebManager manager) {
super(inner);
this.manager = manager;
}

@Override
public AppServiceManager manager() {
public WebManager manager() {
return this.manager;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
import com.microsoft.azure.management.appservice.v2016_03_01.StackMajorVersion;

class ApplicationStackImpl extends WrapperImpl<ApplicationStackInner> implements ApplicationStack {
private final AppServiceManager manager;
ApplicationStackImpl(ApplicationStackInner inner, AppServiceManager manager) {
private final WebManager manager;
ApplicationStackImpl(ApplicationStackInner inner, WebManager manager) {
super(inner);
this.manager = manager;
}

@Override
public AppServiceManager manager() {
public WebManager manager() {
return this.manager;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
import rx.Observable;

class BillingMeterImpl extends WrapperImpl<BillingMeterInner> implements BillingMeter {
private final AppServiceManager manager;
private final WebManager manager;

BillingMeterImpl(BillingMeterInner inner, AppServiceManager manager) {
BillingMeterImpl(BillingMeterInner inner, WebManager manager) {
super(inner);
this.manager = manager;
}

@Override
public AppServiceManager manager() {
public WebManager manager() {
return this.manager;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@

class BillingMetersImpl extends WrapperImpl<BillingMetersInner> implements BillingMeters {
private PagedListConverter<BillingMeterInner, BillingMeter> converter;
private final AppServiceManager manager;
private final WebManager manager;

BillingMetersImpl(AppServiceManager manager) {
BillingMetersImpl(WebManager manager) {
super(manager.inner().billingMeters());
this.manager = manager;
this.converter = new PagedListConverter<BillingMeterInner, BillingMeter>() {
Expand All @@ -33,7 +33,7 @@ public Observable<BillingMeter> typeConvertAsync(BillingMeterInner inner) {
};
}

public AppServiceManager manager() {
public WebManager manager() {
return this.manager;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
import com.microsoft.azure.management.appservice.v2016_03_01.KeyVaultSecretStatus;
import rx.functions.Func1;

class CertificateImpl extends GroupableResourceCoreImpl<Certificate, CertificateInner, CertificateImpl, AppServiceManager> implements Certificate, Certificate.Definition, Certificate.Update {
class CertificateImpl extends GroupableResourceCoreImpl<Certificate, CertificateInner, CertificateImpl, WebManager> implements Certificate, Certificate.Definition, Certificate.Update {
private CertificatePatchResource updateParameter;
CertificateImpl(String name, CertificateInner inner, AppServiceManager manager) {
CertificateImpl(String name, CertificateInner inner, WebManager manager) {
super(name, inner, manager);
this.updateParameter = new CertificatePatchResource();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
import com.microsoft.azure.PagedList;
import com.microsoft.azure.Page;

class CertificatesImpl extends GroupableResourcesCoreImpl<Certificate, CertificateImpl, CertificateInner, CertificatesInner, AppServiceManager> implements Certificates {
protected CertificatesImpl(AppServiceManager manager) {
class CertificatesImpl extends GroupableResourcesCoreImpl<Certificate, CertificateImpl, CertificateInner, CertificatesInner, WebManager> implements Certificates {
protected CertificatesImpl(WebManager manager) {
super(manager.inner().certificates(), manager);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
import com.microsoft.azure.management.appservice.v2016_03_01.CsmOperationDescriptionProperties;

class CsmOperationDescriptionImpl extends WrapperImpl<CsmOperationDescriptionInner> implements CsmOperationDescription {
private final AppServiceManager manager;
CsmOperationDescriptionImpl(CsmOperationDescriptionInner inner, AppServiceManager manager) {
private final WebManager manager;
CsmOperationDescriptionImpl(CsmOperationDescriptionInner inner, WebManager manager) {
super(inner);
this.manager = manager;
}

@Override
public AppServiceManager manager() {
public WebManager manager() {
return this.manager;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
import com.microsoft.azure.arm.model.implementation.WrapperImpl;

class DeletedSiteImpl extends WrapperImpl<DeletedSiteInner> implements DeletedSite {
private final AppServiceManager manager;
DeletedSiteImpl(DeletedSiteInner inner, AppServiceManager manager) {
private final WebManager manager;
DeletedSiteImpl(DeletedSiteInner inner, WebManager manager) {
super(inner);
this.manager = manager;
}

@Override
public AppServiceManager manager() {
public WebManager manager() {
return this.manager;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
import com.microsoft.azure.management.appservice.v2016_03_01.DeletedSite;

class DeletedWebAppsImpl extends WrapperImpl<DeletedWebAppsInner> implements DeletedWebApps {
private final AppServiceManager manager;
private final WebManager manager;

DeletedWebAppsImpl(AppServiceManager manager) {
DeletedWebAppsImpl(WebManager manager) {
super(manager.inner().deletedWebApps());
this.manager = manager;
}

public AppServiceManager manager() {
public WebManager manager() {
return this.manager;
}

Expand Down
Loading

0 comments on commit 27344d4

Please sign in to comment.