diff --git a/DiscoveryJson/osconfig.v1beta.json b/DiscoveryJson/osconfig.v1beta.json
index baa5d3b5b88..2d2a6461b9b 100644
--- a/DiscoveryJson/osconfig.v1beta.json
+++ b/DiscoveryJson/osconfig.v1beta.json
@@ -689,7 +689,7 @@
}
}
},
- "revision": "20241021",
+ "revision": "20241201",
"rootUrl": "https://osconfig.googleapis.com/",
"schemas": {
"AptRepository": {
@@ -2339,11 +2339,11 @@
"id": "TimeZone",
"properties": {
"id": {
- "description": "IANA Time Zone Database time zone, e.g. \"America/New_York\".",
+ "description": "IANA Time Zone Database time zone. For example \"America/New_York\".",
"type": "string"
},
"version": {
- "description": "Optional. IANA Time Zone Database version number, e.g. \"2019a\".",
+ "description": "Optional. IANA Time Zone Database version number. For example \"2019a\".",
"type": "string"
}
},
diff --git a/Src/Generated/Google.Apis.OSConfig.v1beta/Google.Apis.OSConfig.v1beta.cs b/Src/Generated/Google.Apis.OSConfig.v1beta/Google.Apis.OSConfig.v1beta.cs
index 6763fd71232..1a2d18355a1 100644
--- a/Src/Generated/Google.Apis.OSConfig.v1beta/Google.Apis.OSConfig.v1beta.cs
+++ b/Src/Generated/Google.Apis.OSConfig.v1beta/Google.Apis.OSConfig.v1beta.cs
@@ -3714,11 +3714,11 @@ public class TimeOfDay : Google.Apis.Requests.IDirectResponseSchema
/// Represents a time zone from the [IANA Time Zone Database](https://www.iana.org/time-zones).
public class TimeZone : Google.Apis.Requests.IDirectResponseSchema
{
- /// IANA Time Zone Database time zone, e.g. "America/New_York".
+ /// IANA Time Zone Database time zone. For example "America/New_York".
[Newtonsoft.Json.JsonPropertyAttribute("id")]
public virtual string Id { get; set; }
- /// Optional. IANA Time Zone Database version number, e.g. "2019a".
+ /// Optional. IANA Time Zone Database version number. For example "2019a".
[Newtonsoft.Json.JsonPropertyAttribute("version")]
public virtual string Version { get; set; }
diff --git a/Src/Generated/Google.Apis.OSConfig.v1beta/Google.Apis.OSConfig.v1beta.csproj b/Src/Generated/Google.Apis.OSConfig.v1beta/Google.Apis.OSConfig.v1beta.csproj
index 711dff0705e..15d9020107c 100644
--- a/Src/Generated/Google.Apis.OSConfig.v1beta/Google.Apis.OSConfig.v1beta.csproj
+++ b/Src/Generated/Google.Apis.OSConfig.v1beta/Google.Apis.OSConfig.v1beta.csproj
@@ -3,7 +3,7 @@
Google.Apis.OSConfig.v1beta Client Library
- 1.68.0.3581
+ 1.68.0.3622
Google LLC
Copyright 2024 Google LLC
Google