Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,6 @@ public class RuntimeStack {
/** Tomcat 9.0-jre8 image with catalina root set to Azure wwwroot. */
public static final RuntimeStack TOMCAT_9_0_JRE8 = COLLECTION.addValue(new RuntimeStack("TOMCAT", "9.0-jre8"));

/** WildFly 14.0-jre8 image. */
public static final RuntimeStack WILDFLY_14_JRE8 = COLLECTION.addValue(new RuntimeStack("WILDFLY", "14-jre8"));

/** The name of the language runtime stack. */
private String stack;
/** The version of the runtime. */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Licensed under the MIT License.
Copy link
Contributor

@xseeseesee xseeseesee Mar 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we apply this change to all existing files in different modules?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can get some script to do this. Maybe later when someone finished more important tasks...

Currently newly generated code will use this short style.

// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.management.resources;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.management.resources;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.management.resources;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.management.resources;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.management.resources;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.management.resources;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.management.resources;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.management.resources;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.management.resources;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.management.resources;
Expand Down Expand Up @@ -52,19 +50,19 @@ public final class DeploymentOperationProperties {
private Object statusMessage;

/*
* Target resource.
* The target resource.
*/
@JsonProperty(value = "targetResource", access = JsonProperty.Access.WRITE_ONLY)
private TargetResource targetResource;

/*
* HTTP message.
* The HTTP request message.
*/
@JsonProperty(value = "request", access = JsonProperty.Access.WRITE_ONLY)
private HttpMessage request;

/*
* HTTP message.
* The HTTP response message.
*/
@JsonProperty(value = "response", access = JsonProperty.Access.WRITE_ONLY)
private HttpMessage response;
Expand Down Expand Up @@ -125,7 +123,7 @@ public Object getStatusMessage() {
}

/**
* Get the targetResource property: Target resource.
* Get the targetResource property: The target resource.
*
* @return the targetResource value.
*/
Expand All @@ -134,7 +132,7 @@ public TargetResource getTargetResource() {
}

/**
* Get the request property: HTTP message.
* Get the request property: The HTTP request message.
*
* @return the request value.
*/
Expand All @@ -143,7 +141,7 @@ public HttpMessage getRequest() {
}

/**
* Get the response property: HTTP message.
* Get the response property: The HTTP response message.
*
* @return the response value.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.management.resources;
Expand All @@ -24,7 +22,8 @@ public class DeploymentProperties {
private Object template;

/*
* Entity representing the reference to the template.
* The URI of the template. Use either the templateLink property or the
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this change caused by generator change also?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. I think it is from changes by modelerfour. Not confirmed.

* template property, but not both.
*/
@JsonProperty(value = "templateLink")
private TemplateLink templateLink;
Expand All @@ -40,7 +39,9 @@ public class DeploymentProperties {
private Object parameters;

/*
* Entity representing the reference to the deployment parameters.
* The URI of parameters file. You use this element to link to an existing
* parameters file. Use either the parametersLink property or the
* parameters property, but not both.
*/
@JsonProperty(value = "parametersLink")
private ParametersLink parametersLink;
Expand All @@ -58,13 +59,13 @@ public class DeploymentProperties {
private DeploymentMode mode;

/*
* The debug setting.
* The debug setting of the deployment.
*/
@JsonProperty(value = "debugSetting")
private DebugSetting debugSetting;

/*
* Deployment on error behavior.
* The deployment on error behavior.
*/
@JsonProperty(value = "onErrorDeployment")
private OnErrorDeployment onErrorDeployment;
Expand Down Expand Up @@ -98,8 +99,8 @@ public DeploymentProperties setTemplate(Object template) {
}

/**
* Get the templateLink property: Entity representing the reference to the
* template.
* Get the templateLink property: The URI of the template. Use either the
* templateLink property or the template property, but not both.
*
* @return the templateLink value.
*/
Expand All @@ -108,8 +109,8 @@ public TemplateLink getTemplateLink() {
}

/**
* Set the templateLink property: Entity representing the reference to the
* template.
* Set the templateLink property: The URI of the template. Use either the
* templateLink property or the template property, but not both.
*
* @param templateLink the templateLink value to set.
* @return the DeploymentProperties object itself.
Expand Down Expand Up @@ -150,8 +151,9 @@ public DeploymentProperties setParameters(Object parameters) {
}

/**
* Get the parametersLink property: Entity representing the reference to
* the deployment parameters.
* Get the parametersLink property: The URI of parameters file. You use
* this element to link to an existing parameters file. Use either the
* parametersLink property or the parameters property, but not both.
*
* @return the parametersLink value.
*/
Expand All @@ -160,8 +162,9 @@ public ParametersLink getParametersLink() {
}

/**
* Set the parametersLink property: Entity representing the reference to
* the deployment parameters.
* Set the parametersLink property: The URI of parameters file. You use
* this element to link to an existing parameters file. Use either the
* parametersLink property or the parameters property, but not both.
*
* @param parametersLink the parametersLink value to set.
* @return the DeploymentProperties object itself.
Expand Down Expand Up @@ -204,7 +207,7 @@ public DeploymentProperties setMode(DeploymentMode mode) {
}

/**
* Get the debugSetting property: The debug setting.
* Get the debugSetting property: The debug setting of the deployment.
*
* @return the debugSetting value.
*/
Expand All @@ -213,7 +216,7 @@ public DebugSetting getDebugSetting() {
}

/**
* Set the debugSetting property: The debug setting.
* Set the debugSetting property: The debug setting of the deployment.
*
* @param debugSetting the debugSetting value to set.
* @return the DeploymentProperties object itself.
Expand All @@ -224,7 +227,7 @@ public DeploymentProperties setDebugSetting(DebugSetting debugSetting) {
}

/**
* Get the onErrorDeployment property: Deployment on error behavior.
* Get the onErrorDeployment property: The deployment on error behavior.
*
* @return the onErrorDeployment value.
*/
Expand All @@ -233,7 +236,7 @@ public OnErrorDeployment getOnErrorDeployment() {
}

/**
* Set the onErrorDeployment property: Deployment on error behavior.
* Set the onErrorDeployment property: The deployment on error behavior.
*
* @param onErrorDeployment the onErrorDeployment value to set.
* @return the DeploymentProperties object itself.
Expand Down
Loading