Skip to content

Commit

Permalink
Merge pull request #2345 from daspecster/update-project-create-docs
Browse files Browse the repository at this point in the history
Add note about resource_manager projects being an alpha feature.
  • Loading branch information
daspecster committed Sep 19, 2016
2 parents 2ee65ab + d4ed47f commit 5f1cda9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/resource-manager-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ With this API, you can do the following:
Don't forget to look at the :ref:`Authentication` section below.
It's slightly different from the rest of this library.

.. warning::

Alpha

The `projects.create() API method`_ is in the Alpha stage. It might be changed in
backward-incompatible ways and is not recommended for production use. It is
not subject to any SLA or deprecation policy. Access to this feature is
currently invite-only. For an invitation, contact our sales team at
https://cloud.google.com/contact.

.. _projects.create() API method: https://cloud.google.com/resource-manager/docs/creating-project

Here's a quick example of the full life-cycle:

.. code-block:: python
Expand Down

0 comments on commit 5f1cda9

Please sign in to comment.