Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit fe9a4e7

Browse files
committed
Revert "v3(docs): add missing bits to cred binding docs"
breaks `bake check_doc_links` This reverts commit 0c01b0a.
1 parent be3ec65 commit fe9a4e7

File tree

3 files changed

+2
-43
lines changed

3 files changed

+2
-43
lines changed

docs/v3/source/includes/api_resources/_service_credential_bindings.erb

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,8 @@
22
{
33
"guid": "dde5ad2a-d8f4-44dc-a56f-0452d744f1c3",
44
"type": "app",
5-
"name": "some-name",
65
"created_at": "2015-11-13T17:02:56Z",
76
"updated_at": "2016-06-08T16:41:26Z",
8-
"last_operation": {
9-
"type": "create",
10-
"state": "succeeded",
11-
"created_at": "2015-11-13T17:02:56Z",
12-
"updated_at": "2016-06-08T16:41:26Z"
13-
},
147
"relationships": {
158
"app": {
169
"data": {
@@ -41,10 +34,8 @@
4134
{
4235
"guid": "dde5ad2a-d8f4-44dc-a56f-0452d744f1c3",
4336
"type": "key",
44-
"name": "some-name",
4537
"created_at": "2015-11-13T17:02:56Z",
4638
"updated_at": "2016-06-08T16:41:26Z",
47-
"last_operation": null,
4839
"relationships": {
4940
"service_instance": {
5041
"data": {
@@ -83,14 +74,14 @@
8374
{
8475
"guid": "dde5ad2a-d8f4-44dc-a56f-0452d744f1c3",
8576
"type": "app",
86-
"name": "some-binding-name",
8777
"created_at": "2015-11-13T17:02:56Z",
8878
"updated_at": "2016-06-08T16:41:26Z",
8979
"last_operation": {
9080
"type": "create",
9181
"state": "succeeded",
9282
"created_at": "2015-11-13T17:02:56Z",
93-
"updated_at": "2016-06-08T16:41:26Z"
83+
"created_at": "2015-11-13T17:02:56Z",
84+
"updated_at": "2015-11-13T17:02:56Z"
9485
},
9586
"relationships": {
9687
"app": {
@@ -119,7 +110,6 @@
119110
{
120111
"guid": "7aa37bad-6ccb-4ef9-ba48-9ce3a91b2b62",
121112
"type": "key",
122-
"name": "some-key-name",
123113
"created_at": "2015-11-13T17:02:56Z",
124114
"updated_at": "2016-06-08T16:41:26Z",
125115
"last_operation": null,

docs/v3/source/includes/experimental_resources/service_credential_bindings/_object.md.erb

Lines changed: 0 additions & 30 deletions
This file was deleted.

docs/v3/source/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ includes:
356356
- experimental_resources/service_bindings/list
357357
- experimental_resources/service_bindings/delete
358358
- experimental_resources/service_credential_bindings/header
359-
- experimental_resources/service_credential_bindings/object
360359
- experimental_resources/service_credential_bindings/get
361360
- experimental_resources/service_credential_bindings/list
362361
- experimental_resources/service_instances/header

0 commit comments

Comments
 (0)