Skip to content

Commit 421642c

Browse files
authored
chore: add api_shortname and library_type to repo metadata (#99)
1 parent 4c74e1c commit 421642c

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

packages/google-cloud-managedidentities/.repo-metadata.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/managed-identities/latest",
33
"api_id": "managedidentities.googleapis.com",
44
"distribution_name": "@google-cloud/managed-identities",
5-
"release_level": "GA",
5+
"release_level": "stable",
66
"default_version": "v1beta1",
77
"language": "nodejs",
88
"name_pretty": "Managed Service for Microsoft Active Directory",
99
"repo": "googleapis/nodejs-managed-identities",
1010
"product_documentation": "https://cloud.google.com/managed-microsoft-ad/",
1111
"requires_billing": true,
1212
"name": "managedidentities",
13-
"issue_tracker": "https://github.com/googleapis/nodejs-managed-identities/issues"
13+
"issue_tracker": "https://github.com/googleapis/nodejs-managed-identities/issues",
14+
"api_shortname": "managedidentities",
15+
"library_type": "GAPIC_AUTO"
1416
}

packages/google-cloud-managedidentities/README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# [Managed Service for Microsoft Active Directory: Node.js Client](https://github.com/googleapis/nodejs-managed-identities)
66

7-
[![release level](https://img.shields.io/badge/release%20level-general%20availability%20%28GA%29-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
7+
88
[![npm version](https://img.shields.io/npm/v/@google-cloud/managed-identities.svg)](https://www.npmjs.org/package/@google-cloud/managed-identities)
99
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-managed-identities/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-managed-identities)
1010

@@ -126,6 +126,11 @@ This library follows [Semantic Versioning](http://semver.org/).
126126

127127

128128

129+
This library is considered to be **stable**. The code surface will not change in backwards-incompatible ways
130+
unless absolutely necessary (e.g. because of critical security issues) or with
131+
an extensive deprecation period. Issues and requests against **stable** libraries
132+
are addressed with the highest priority.
133+
129134

130135

131136

0 commit comments

Comments
 (0)