Docs.MS Release Updates for azure-resourcemanager-sql (#1371)
* Update docs metadata and targeting for release of azure-resourcemanager-eventhubs * Update docs metadata and targeting for release of azure-resourcemanager-redis * Update docs metadata and targeting for release of azure-resourcemanager-cdn * Update docs metadata and targeting for release of azure-resourcemanager-trafficmanager * Update docs metadata and targeting for release of azure-resourcemanager-containerinstance * Update docs metadata and targeting for release of azure-resourcemanager-privatedns * Update docs metadata and targeting for release of azure-resourcemanager-dns * Update docs metadata and targeting for release of azure-resourcemanager-containerregistry * Update docs metadata and targeting for release of azure-resourcemanager-appplatform * Update docs metadata and targeting for release of azure-resourcemanager-sql Co-authored-by: Tanyi Chen <tanchen@microsoft.com>
This commit is contained in:
Родитель
7d9873f6ea
Коммит
24dbd33ad3
|
@ -1,23 +1,22 @@
|
|||
---
|
||||
title: Azure Resource Manager App Platform client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-resourcemanager-appplatform, appplatform
|
||||
keywords: Azure, java, SDK, API, azure-resourcemanager-appplatform, springcloud
|
||||
author: maggiepint
|
||||
ms.author: magpint
|
||||
ms.date: 09/03/2020
|
||||
ms.date: 10/19/2020
|
||||
ms.topic: article
|
||||
ms.prod: azure
|
||||
ms.technology: azure
|
||||
ms.devlang: java
|
||||
ms.service: appplatform
|
||||
ms.service: springcloud
|
||||
---
|
||||
|
||||
# Azure Resource Manager App Platform client library for Java - Version 2.0.0-beta.4
|
||||
# Azure Resource Manager App Platform client library for Java - Version 2.0.0-beta.5
|
||||
|
||||
|
||||
Azure Resource Manager App Platform client library for Java - Version 2.0.0-beta.4
|
||||
Azure Resource Manager App Platform client library for Java
|
||||
|
||||
|
||||
For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azure-sdk-java-mgmt).
|
||||
For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
|
||||
|
||||
## Getting started
|
||||
|
||||
|
@ -32,7 +31,7 @@ For documentation on how to use this package, please see [Azure Management Libra
|
|||
<dependency>
|
||||
<groupId>com.azure.resourcemanager</groupId>
|
||||
<artifactId>azure-resourcemanager-appplatform</artifactId>
|
||||
<version>2.0.0-beta.4</version>
|
||||
<version>2.0.0-beta.5</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
|
|
@ -0,0 +1,57 @@
|
|||
---
|
||||
title: Azure Resource Manager CDN client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-resourcemanager-cdn,
|
||||
author: maggiepint
|
||||
ms.author: magpint
|
||||
ms.date: 10/19/2020
|
||||
ms.topic: article
|
||||
ms.prod: azure
|
||||
ms.technology: azure
|
||||
ms.devlang: java
|
||||
ms.service:
|
||||
---
|
||||
|
||||
# Azure Resource Manager CDN client library for Java - Version 2.0.0-beta.5
|
||||
|
||||
|
||||
Azure Resource Manager CDN client library for Java
|
||||
|
||||
For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azure-sdk-java-mgmt).
|
||||
|
||||
## Getting started
|
||||
|
||||
### Prerequisites
|
||||
|
||||
- Java Development Kit (JDK) with version 8 or above
|
||||
|
||||
### Adding the package to your product
|
||||
|
||||
[//]: # ({x-version-update-start;com.azure.resourcemanager:azure-resourcemanager-cdn;current})
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>com.azure.resourcemanager</groupId>
|
||||
<artifactId>azure-resourcemanager-cdn</artifactId>
|
||||
<version>2.0.0-beta.5</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
||||
## Key concepts
|
||||
|
||||
## Examples
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
## Next steps
|
||||
|
||||
## Contributing
|
||||
|
||||
If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft
|
||||
Azure Projects Contribution Guidelines](http://azure.github.io/guidelines.html).
|
||||
|
||||
1. Fork it
|
||||
1. Create your feature branch (`git checkout -b my-new-feature`)
|
||||
1. Commit your changes (`git commit -am 'Add some feature'`)
|
||||
1. Push to the branch (`git push origin my-new-feature`)
|
||||
1. Create new Pull Request
|
||||
|
|
@ -3,7 +3,7 @@ title: Azure Resource Manager Container Instance client library for Java
|
|||
keywords: Azure, java, SDK, API, azure-resourcemanager-containerinstance, containerinstance
|
||||
author: maggiepint
|
||||
ms.author: magpint
|
||||
ms.date: 09/03/2020
|
||||
ms.date: 10/19/2020
|
||||
ms.topic: article
|
||||
ms.prod: azure
|
||||
ms.technology: azure
|
||||
|
@ -11,13 +11,12 @@ ms.devlang: java
|
|||
ms.service: containerinstance
|
||||
---
|
||||
|
||||
# Azure Resource Manager Container Instance client library for Java - Version 2.0.0-beta.4
|
||||
# Azure Resource Manager Container Instance client library for Java - Version 2.0.0-beta.5
|
||||
|
||||
|
||||
Azure Resource Manager Container Instance client library for Java - Version 2.0.0-beta.4
|
||||
Azure Resource Manager Container Instance client library for Java
|
||||
|
||||
|
||||
For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azure-sdk-java-mgmt).
|
||||
For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
|
||||
|
||||
## Getting started
|
||||
|
||||
|
@ -32,7 +31,7 @@ For documentation on how to use this package, please see [Azure Management Libra
|
|||
<dependency>
|
||||
<groupId>com.azure.resourcemanager</groupId>
|
||||
<artifactId>azure-resourcemanager-containerinstance</artifactId>
|
||||
<version>2.0.0-beta.4</version>
|
||||
<version>2.0.0-beta.5</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
|
|
@ -3,7 +3,7 @@ title: Azure Resource Manager Containerregistry client library for Java
|
|||
keywords: Azure, java, SDK, API, azure-resourcemanager-containerregistry, containerregistry
|
||||
author: maggiepint
|
||||
ms.author: magpint
|
||||
ms.date: 09/03/2020
|
||||
ms.date: 10/19/2020
|
||||
ms.topic: article
|
||||
ms.prod: azure
|
||||
ms.technology: azure
|
||||
|
@ -11,13 +11,12 @@ ms.devlang: java
|
|||
ms.service: containerregistry
|
||||
---
|
||||
|
||||
# Azure Resource Manager Containerregistry client library for Java - Version 2.0.0-beta.4
|
||||
# Azure Resource Manager Containerregistry client library for Java - Version 2.0.0-beta.5
|
||||
|
||||
|
||||
Azure Resource Manager Containerregistry client library for Java - Version 2.0.0-beta.4
|
||||
Azure Resource Manager Containerregistry client library for Java
|
||||
|
||||
|
||||
For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azure-sdk-java-mgmt).
|
||||
For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
|
||||
|
||||
## Getting started
|
||||
|
||||
|
@ -32,7 +31,7 @@ For documentation on how to use this package, please see [Azure Management Libra
|
|||
<dependency>
|
||||
<groupId>com.azure.resourcemanager</groupId>
|
||||
<artifactId>azure-resourcemanager-containerregistry</artifactId>
|
||||
<version>2.0.0-beta.4</version>
|
||||
<version>2.0.0-beta.5</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
|
|
@ -3,7 +3,7 @@ title: Azure Resource Manager dns client library for Java
|
|||
keywords: Azure, java, SDK, API, azure-resourcemanager-dns, dns
|
||||
author: maggiepint
|
||||
ms.author: magpint
|
||||
ms.date: 09/03/2020
|
||||
ms.date: 10/19/2020
|
||||
ms.topic: article
|
||||
ms.prod: azure
|
||||
ms.technology: azure
|
||||
|
@ -11,13 +11,12 @@ ms.devlang: java
|
|||
ms.service: dns
|
||||
---
|
||||
|
||||
# Azure Resource Manager dns client library for Java - Version 2.0.0-beta.4
|
||||
# Azure Resource Manager dns client library for Java - Version 2.0.0-beta.5
|
||||
|
||||
|
||||
Azure Resource Manager dns client library for Java - Version 2.0.0-beta.4
|
||||
Azure Resource Manager dns client library for Java
|
||||
|
||||
|
||||
For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azure-sdk-java-mgmt).
|
||||
For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
|
||||
|
||||
## Getting started
|
||||
|
||||
|
@ -32,7 +31,7 @@ For documentation on how to use this package, please see [Azure Management Libra
|
|||
<dependency>
|
||||
<groupId>com.azure.resourcemanager</groupId>
|
||||
<artifactId>azure-resourcemanager-dns</artifactId>
|
||||
<version>2.0.0-beta.4</version>
|
||||
<version>2.0.0-beta.5</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
|
|
@ -1,23 +1,22 @@
|
|||
---
|
||||
title: Azure Resource Manager EventHubs client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-resourcemanager-eventhubs,
|
||||
keywords: Azure, java, SDK, API, azure-resourcemanager-eventhubs, eventhubs
|
||||
author: maggiepint
|
||||
ms.author: magpint
|
||||
ms.date: 09/03/2020
|
||||
ms.date: 10/19/2020
|
||||
ms.topic: article
|
||||
ms.prod: azure
|
||||
ms.technology: azure
|
||||
ms.devlang: java
|
||||
ms.service:
|
||||
ms.service: eventhubs
|
||||
---
|
||||
|
||||
# Azure Resource Manager EventHubs client library for Java - Version 2.0.0-beta.4
|
||||
# Azure Resource Manager EventHubs client library for Java - Version 2.0.0-beta.5
|
||||
|
||||
|
||||
Azure Resource Manager EventHubs client library for Java - Version 2.0.0-beta.4
|
||||
Azure Resource Manager EventHubs client library for Java
|
||||
|
||||
|
||||
For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azure-sdk-java-mgmt).
|
||||
For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
|
||||
|
||||
## Getting started
|
||||
|
||||
|
@ -32,7 +31,7 @@ For documentation on how to use this package, please see [Azure Management Libra
|
|||
<dependency>
|
||||
<groupId>com.azure.resourcemanager</groupId>
|
||||
<artifactId>azure-resourcemanager-eventhubs</artifactId>
|
||||
<version>2.0.0-beta.4</version>
|
||||
<version>2.0.0-beta.5</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
|
|
@ -3,7 +3,7 @@ title: Azure Resource Manager Private DNS client library for Java
|
|||
keywords: Azure, java, SDK, API, azure-resourcemanager-privatedns,
|
||||
author: maggiepint
|
||||
ms.author: magpint
|
||||
ms.date: 09/03/2020
|
||||
ms.date: 10/19/2020
|
||||
ms.topic: article
|
||||
ms.prod: azure
|
||||
ms.technology: azure
|
||||
|
@ -11,13 +11,12 @@ ms.devlang: java
|
|||
ms.service:
|
||||
---
|
||||
|
||||
# Azure Resource Manager Private DNS client library for Java - Version 2.0.0-beta.4
|
||||
# Azure Resource Manager Private DNS client library for Java - Version 2.0.0-beta.5
|
||||
|
||||
|
||||
Azure Resource Manager Private DNS client library for Java - Version 2.0.0-beta.4
|
||||
Azure Resource Manager Private DNS client library for Java
|
||||
|
||||
|
||||
For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azure-sdk-java-mgmt).
|
||||
For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
|
||||
|
||||
## Getting started
|
||||
|
||||
|
@ -32,7 +31,7 @@ For documentation on how to use this package, please see [Azure Management Libra
|
|||
<dependency>
|
||||
<groupId>com.azure.resourcemanager</groupId>
|
||||
<artifactId>azure-resourcemanager-privatedns</artifactId>
|
||||
<version>2.0.0-beta.4</version>
|
||||
<version>2.0.0-beta.5</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
|
|
@ -1,21 +1,20 @@
|
|||
---
|
||||
title: Azure Resource Manager redis cache client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-resourcemanager-redis,
|
||||
keywords: Azure, java, SDK, API, azure-resourcemanager-redis, redis
|
||||
author: maggiepint
|
||||
ms.author: magpint
|
||||
ms.date: 09/03/2020
|
||||
ms.date: 10/19/2020
|
||||
ms.topic: article
|
||||
ms.prod: azure
|
||||
ms.technology: azure
|
||||
ms.devlang: java
|
||||
ms.service:
|
||||
ms.service: redis
|
||||
---
|
||||
|
||||
# Azure Resource Manager redis cache client library for Java - Version 2.0.0-beta.4
|
||||
# Azure Resource Manager redis cache client library for Java - Version 2.0.0-beta.5
|
||||
|
||||
|
||||
Azure Resource Manager redis cache client library for Java - Version 2.0.0-beta.4
|
||||
|
||||
Azure Resource Manager redis cache client library for Java
|
||||
|
||||
## Getting started
|
||||
|
||||
|
@ -30,7 +29,7 @@ Azure Resource Manager redis cache client library for Java - Version 2.0.0-beta.
|
|||
<dependency>
|
||||
<groupId>com.azure.resourcemanager</groupId>
|
||||
<artifactId>azure-resourcemanager-redis</artifactId>
|
||||
<version>2.0.0-beta.4</version>
|
||||
<version>2.0.0-beta.5</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
|
|
@ -3,7 +3,7 @@ title: Azure Resource Manager sql client library for Java
|
|||
keywords: Azure, java, SDK, API, azure-resourcemanager-sql, sql
|
||||
author: maggiepint
|
||||
ms.author: magpint
|
||||
ms.date: 09/03/2020
|
||||
ms.date: 10/19/2020
|
||||
ms.topic: article
|
||||
ms.prod: azure
|
||||
ms.technology: azure
|
||||
|
@ -11,13 +11,12 @@ ms.devlang: java
|
|||
ms.service: sql
|
||||
---
|
||||
|
||||
# Azure Resource Manager sql client library for Java - Version 2.0.0-beta.4
|
||||
# Azure Resource Manager sql client library for Java - Version 2.0.0-beta.5
|
||||
|
||||
|
||||
Azure Resource Manager sql client library for Java - Version 2.0.0-beta.4
|
||||
Azure Resource Manager sql client library for Java
|
||||
|
||||
|
||||
For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azure-sdk-java-mgmt).
|
||||
For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
|
||||
|
||||
## Getting started
|
||||
|
||||
|
@ -32,7 +31,7 @@ For documentation on how to use this package, please see [Azure Management Libra
|
|||
<dependency>
|
||||
<groupId>com.azure.resourcemanager</groupId>
|
||||
<artifactId>azure-resourcemanager-sql</artifactId>
|
||||
<version>2.0.0-beta.4</version>
|
||||
<version>2.0.0-beta.5</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
|
|
@ -1,23 +1,22 @@
|
|||
---
|
||||
title: Azure Resource Manager traffic manager client library for Java
|
||||
keywords: Azure, java, SDK, API, azure-resourcemanager-trafficmanager,
|
||||
keywords: Azure, java, SDK, API, azure-resourcemanager-trafficmanager, trafficmanager
|
||||
author: maggiepint
|
||||
ms.author: magpint
|
||||
ms.date: 09/03/2020
|
||||
ms.date: 10/19/2020
|
||||
ms.topic: article
|
||||
ms.prod: azure
|
||||
ms.technology: azure
|
||||
ms.devlang: java
|
||||
ms.service:
|
||||
ms.service: trafficmanager
|
||||
---
|
||||
|
||||
# Azure Resource Manager traffic manager client library for Java - Version 2.0.0-beta.4
|
||||
# Azure Resource Manager traffic manager client library for Java - Version 2.0.0-beta.5
|
||||
|
||||
|
||||
Azure Resource Manager traffic manager client library for Java - Version 2.0.0-beta.4
|
||||
Azure Resource Manager traffic manager client library for Java
|
||||
|
||||
|
||||
For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azure-sdk-java-mgmt).
|
||||
For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
|
||||
|
||||
## Getting started
|
||||
|
||||
|
@ -32,7 +31,7 @@ For documentation on how to use this package, please see [Azure Management Libra
|
|||
<dependency>
|
||||
<groupId>com.azure.resourcemanager</groupId>
|
||||
<artifactId>azure-resourcemanager-trafficmanager</artifactId>
|
||||
<version>2.0.0-beta.4</version>
|
||||
<version>2.0.0-beta.5</version>
|
||||
</dependency>
|
||||
```
|
||||
[//]: # ({x-version-update-end})
|
||||
|
|
80
package.json
80
package.json
|
@ -1314,6 +1314,14 @@
|
|||
"packageGroupId": "com.azure.resourcemanager",
|
||||
"excludePath": []
|
||||
},
|
||||
{
|
||||
"packageArtifactId": "azure-resourcemanager-sql",
|
||||
"packageGroupId": "com.azure.resourcemanager",
|
||||
"packageDownloadUrl": "https://repo1.maven.org/maven2",
|
||||
"packageVersion": "2.0.0-beta.5",
|
||||
"excludePath": [],
|
||||
"inputPath": []
|
||||
},
|
||||
{
|
||||
"packageGroupId": "com.azure.resourcemanager",
|
||||
"excludePath": [],
|
||||
|
@ -1321,6 +1329,78 @@
|
|||
"packageArtifactId": "azure-resourcemanager",
|
||||
"packageVersion": "2.0.0-beta.5",
|
||||
"inputPath": []
|
||||
},
|
||||
{
|
||||
"packageGroupId": "com.azure.resourcemanager",
|
||||
"packageDownloadUrl": "https://repo1.maven.org/maven2",
|
||||
"packageArtifactId": "azure-resourcemanager-appplatform",
|
||||
"inputPath": [],
|
||||
"excludePath": [],
|
||||
"packageVersion": "2.0.0-beta.5"
|
||||
},
|
||||
{
|
||||
"packageArtifactId": "azure-resourcemanager-containerregistry",
|
||||
"packageVersion": "2.0.0-beta.5",
|
||||
"packageDownloadUrl": "https://repo1.maven.org/maven2",
|
||||
"packageGroupId": "com.azure.resourcemanager",
|
||||
"excludePath": [],
|
||||
"inputPath": []
|
||||
},
|
||||
{
|
||||
"packageArtifactId": "azure-resourcemanager-dns",
|
||||
"packageDownloadUrl": "https://repo1.maven.org/maven2",
|
||||
"inputPath": [],
|
||||
"packageGroupId": "com.azure.resourcemanager",
|
||||
"excludePath": [],
|
||||
"packageVersion": "2.0.0-beta.5"
|
||||
},
|
||||
{
|
||||
"excludePath": [],
|
||||
"packageGroupId": "com.azure.resourcemanager",
|
||||
"inputPath": [],
|
||||
"packageDownloadUrl": "https://repo1.maven.org/maven2",
|
||||
"packageVersion": "2.0.0-beta.5",
|
||||
"packageArtifactId": "azure-resourcemanager-privatedns"
|
||||
},
|
||||
{
|
||||
"packageDownloadUrl": "https://repo1.maven.org/maven2",
|
||||
"inputPath": [],
|
||||
"packageArtifactId": "azure-resourcemanager-containerinstance",
|
||||
"packageVersion": "2.0.0-beta.5",
|
||||
"excludePath": [],
|
||||
"packageGroupId": "com.azure.resourcemanager"
|
||||
},
|
||||
{
|
||||
"packageVersion": "2.0.0-beta.5",
|
||||
"excludePath": [],
|
||||
"packageDownloadUrl": "https://repo1.maven.org/maven2",
|
||||
"packageGroupId": "com.azure.resourcemanager",
|
||||
"inputPath": [],
|
||||
"packageArtifactId": "azure-resourcemanager-trafficmanager"
|
||||
},
|
||||
{
|
||||
"inputPath": [],
|
||||
"excludePath": [],
|
||||
"packageVersion": "2.0.0-beta.5",
|
||||
"packageGroupId": "com.azure.resourcemanager",
|
||||
"packageDownloadUrl": "https://repo1.maven.org/maven2",
|
||||
"packageArtifactId": "azure-resourcemanager-cdn"
|
||||
},
|
||||
{
|
||||
"packageVersion": "2.0.0-beta.5",
|
||||
"excludePath": [],
|
||||
"inputPath": [],
|
||||
"packageArtifactId": "azure-resourcemanager-redis",
|
||||
"packageGroupId": "com.azure.resourcemanager",
|
||||
"packageDownloadUrl": "https://repo1.maven.org/maven2"
|
||||
},
|
||||
{
|
||||
"inputPath": [],
|
||||
"excludePath": [],
|
||||
"packageGroupId": "com.azure.resourcemanager",
|
||||
"packageArtifactId": "azure-resourcemanager-eventhubs",
|
||||
"packageVersion": "2.0.0-beta.5",
|
||||
"packageDownloadUrl": "https://repo1.maven.org/maven2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче