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

[AutoPR azure-resourcemanager-deploymentmanager] Deploymentmanager readme t2 config(wave4) #8493

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
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Release History

## 1.0.0-beta.2 (Unreleased)
## 1.0.0-beta.1 (2021-05-12)

- Azure Resource Manager Deployment client library for Java. This package contains Microsoft Azure SDK for Deployment Management SDK. REST APIs for orchestrating deployments using the Azure Deployment Manager (ADM). See https://docs.microsoft.com/en-us/azure/azure-resource-manager/deployment-manager-overview for more information. Package tag package-2019-11-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

## 1.0.0-beta.1 (2021-04-20)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Azure Resource Manager Deployment client library for Java.

This package contains Microsoft Azure SDK for Deployment Management SDK. REST APIs for orchestrating deployments using the Azure Deployment Manager (ADM). See https://docs.microsoft.com/azure/azure-resource-manager/deployment-manager-overview for more information. Package tag package-2019-11-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
This package contains Microsoft Azure SDK for Deployment Management SDK. REST APIs for orchestrating deployments using the Azure Deployment Manager (ADM). See https://docs.microsoft.com/en-us/azure/azure-resource-manager/deployment-manager-overview for more information. Package tag package-2019-11-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

## We'd love to hear your feedback

Expand Down Expand Up @@ -32,7 +32,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-deploymentmanager</artifactId>
<version>1.0.0-beta.1</version>
<version>1.0.0-beta.2</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<packaging>jar</packaging>

<name>Microsoft Azure SDK for Deployment Management</name>
<description>This package contains Microsoft Azure SDK for Deployment Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. REST APIs for orchestrating deployments using the Azure Deployment Manager (ADM). See https://docs.microsoft.com/azure/azure-resource-manager/deployment-manager-overview for more information. Package tag package-2019-11-01-preview.</description>
<description>This package contains Microsoft Azure SDK for Deployment Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. REST APIs for orchestrating deployments using the Azure Deployment Manager (ADM). See https://docs.microsoft.com/en-us/azure/azure-resource-manager/deployment-manager-overview for more information. Package tag package-2019-11-01-preview.</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>

<licenses>
Expand Down Expand Up @@ -51,6 +51,24 @@
<artifactId>azure-core-management</artifactId>
<version>1.2.2</version> <!-- {x-version-update;com.azure:azure-core-management;dependency} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.2.5</version> <!-- {x-version-update;com.azure:azure-identity;dependency} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.6.2</version> <!-- {x-version-update;com.azure:azure-core-test;dependency} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-resources</artifactId>
<version>2.4.0</version> <!-- {x-version-update;com.azure.resourcemanager:azure-resourcemanager-resources;dependency} -->
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

/**
* Entry point to DeploymentManager. REST APIs for orchestrating deployments using the Azure Deployment Manager (ADM).
* See https://docs.microsoft.com/azure/azure-resource-manager/deployment-manager-overview for more information.
* See https://docs.microsoft.com/en-us/azure/azure-resource-manager/deployment-manager-overview for more information.
*/
public final class DeploymentManager {
private ServiceTopologies serviceTopologies;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
/**
* Package containing the inner data models for AzureDeploymentManager. REST APIs for orchestrating deployments using
* the Azure Deployment Manager (ADM). See
* https://docs.microsoft.com/azure/azure-resource-manager/deployment-manager-overview for more information.
* https://docs.microsoft.com/en-us/azure/azure-resource-manager/deployment-manager-overview for more information.
*/
package com.azure.resourcemanager.deploymentmanager.fluent.models;
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
/**
* Package containing the service clients for AzureDeploymentManager. REST APIs for orchestrating deployments using the
* Azure Deployment Manager (ADM). See
* https://docs.microsoft.com/azure/azure-resource-manager/deployment-manager-overview for more information.
* https://docs.microsoft.com/en-us/azure/azure-resource-manager/deployment-manager-overview for more information.
*/
package com.azure.resourcemanager.deploymentmanager.fluent;
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
/**
* Package containing the implementations for AzureDeploymentManager. REST APIs for orchestrating deployments using the
* Azure Deployment Manager (ADM). See
* https://docs.microsoft.com/azure/azure-resource-manager/deployment-manager-overview for more information.
* https://docs.microsoft.com/en-us/azure/azure-resource-manager/deployment-manager-overview for more information.
*/
package com.azure.resourcemanager.deploymentmanager.implementation;
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
/**
* Package containing the data models for AzureDeploymentManager. REST APIs for orchestrating deployments using the
* Azure Deployment Manager (ADM). See
* https://docs.microsoft.com/azure/azure-resource-manager/deployment-manager-overview for more information.
* https://docs.microsoft.com/en-us/azure/azure-resource-manager/deployment-manager-overview for more information.
*/
package com.azure.resourcemanager.deploymentmanager.models;
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
/**
* Package containing the classes for AzureDeploymentManager. REST APIs for orchestrating deployments using the Azure
* Deployment Manager (ADM). See
* https://docs.microsoft.com/azure/azure-resource-manager/deployment-manager-overview for more information.
* https://docs.microsoft.com/en-us/azure/azure-resource-manager/deployment-manager-overview for more information.
*/
package com.azure.resourcemanager.deploymentmanager;