Skip to content

Commit

Permalink
CodeGen from PR 20502 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
[Hub Generated] Review request for Microsoft.HybridCompute to add version preview/2022-08-11-preview (Azure#20502)

* Adds base for updating Microsoft.HybridCompute from version preview/2022-05-10-preview to version 2022-08-11-preview

* Updates readme

* Updates API version in new specs and examples

* Squashing commits into 1

* Added plural + singular naming

* fixed extension types

* Made return types singular

* Added comment changes

* reverted enum change and update trackedResource to v3

* fixed param name

* fixed more plural/singular issues in the example

* added x-ms-client-flatten:true and moved location to the upper layer

* explicitly declare location

* tried resource instead

* using v3 to avoid conflicts

* updated v3 in privatelinkscopes.json too

* removed Resource inheritance and moved requestId to id

* Update readme.python.md

Azure/azure-rest-api-specs#20502 (comment)

* Update readme.go.md

* Added ProxyResource common type to ExtensionValue definition

* Add location in the ExtensionValue defn

* Fix syntax error

* Fix linit error by removing location property

* Remove location

* Remove location

* Prettyfy json

Co-authored-by: dorothyhu <jinahu@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Raghu Shantha [MSFT] <raghus@microsoft.com>
  • Loading branch information
4 people committed Oct 11, 2022
1 parent cd7fa29 commit 16b5828
Show file tree
Hide file tree
Showing 136 changed files with 7,335 additions and 1,090 deletions.
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 (2022-10-11)

- Azure Resource Manager HybridCompute client library for Java. This package contains Microsoft Azure SDK for HybridCompute Management SDK. The Hybrid Compute Management Client. Package tag package-preview-2022-08. 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-15)

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

Azure Resource Manager HybridCompute client library for Java.

This package contains Microsoft Azure SDK for HybridCompute Management SDK. The Hybrid Compute Management Client. Package tag package-preview-2021-03. 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 HybridCompute Management SDK. The Hybrid Compute Management Client. Package tag package-preview-2022-08. 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-hybridcompute</artifactId>
<version>1.0.0-beta.1</version>
<version>1.0.0-beta.2</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down Expand Up @@ -74,6 +74,9 @@ See [API design][design] for general introduction on design and key concepts on

## Examples

[Code snippets and samples](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/hybridcompute/azure-resourcemanager-hybridcompute/SAMPLE.md)


## Troubleshooting

## Next steps
Expand Down
Loading

0 comments on commit 16b5828

Please sign in to comment.