Skip to content

Commit

Permalink
Release Google.Cloud.GdcHardwareManagement.V1Alpha version 1.0.0-alph…
Browse files Browse the repository at this point in the history
…a02 (#13605)

Changes in this release:

### New features

- Add an order type field to distinguish a fulfillment request from a sales inquiry ([commit 0a66c68](https://togithub.com/googleapis/google-cloud-dotnet/commit/0a66c68ce14f9baaba295bfc06a624be78729bc7))
- Add support to mark comments as read or unread ([commit 0a66c68](https://togithub.com/googleapis/google-cloud-dotnet/commit/0a66c68ce14f9baaba295bfc06a624be78729bc7))
- Rename zone state signal READY_FOR_SITE_TURNUP to FACTORY_TURNUP_CHECKS_PASSED ([commit 0a66c68](https://togithub.com/googleapis/google-cloud-dotnet/commit/0a66c68ce14f9baaba295bfc06a624be78729bc7))

### Documentation improvements

- Clarify how access_times are used ([commit 0a66c68](https://togithub.com/googleapis/google-cloud-dotnet/commit/0a66c68ce14f9baaba295bfc06a624be78729bc7))
  • Loading branch information
jskeet authored Sep 26, 2024
1 parent cbcb99b commit 63e1d9e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-alpha01</Version>
<Version>1.0.0-alpha02</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Distributed Cloud Hardware Management API (v1alpha)</Description>
Expand Down
12 changes: 12 additions & 0 deletions apis/Google.Cloud.GdcHardwareManagement.V1Alpha/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Version history

## Version 1.0.0-alpha02, released 2024-09-26

### New features

- Add an order type field to distinguish a fulfillment request from a sales inquiry ([commit 0a66c68](https://github.com/googleapis/google-cloud-dotnet/commit/0a66c68ce14f9baaba295bfc06a624be78729bc7))
- Add support to mark comments as read or unread ([commit 0a66c68](https://github.com/googleapis/google-cloud-dotnet/commit/0a66c68ce14f9baaba295bfc06a624be78729bc7))
- Rename zone state signal READY_FOR_SITE_TURNUP to FACTORY_TURNUP_CHECKS_PASSED ([commit 0a66c68](https://github.com/googleapis/google-cloud-dotnet/commit/0a66c68ce14f9baaba295bfc06a624be78729bc7))

### Documentation improvements

- Clarify how access_times are used ([commit 0a66c68](https://github.com/googleapis/google-cloud-dotnet/commit/0a66c68ce14f9baaba295bfc06a624be78729bc7))

## Version 1.0.0-alpha01, released 2024-06-26

Initial release.
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -2608,7 +2608,7 @@
},
{
"id": "Google.Cloud.GdcHardwareManagement.V1Alpha",
"version": "1.0.0-alpha01",
"version": "1.0.0-alpha02",
"type": "grpc",
"productName": "GDC Hardware Management",
"productUrl": "https://cloud.google.com/distributed-cloud/edge/latest/docs",
Expand Down

0 comments on commit 63e1d9e

Please sign in to comment.