Skip to content

Commit d8f13b4

Browse files
authored
chore: update documentation (#149)
1 parent 238eb63 commit d8f13b4

File tree

131 files changed

+361
-441
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+361
-441
lines changed

docs/resources/azure.mdx

Lines changed: 274 additions & 362 deletions
Large diffs are not rendered by default.

docs/resources/base-kinds.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ class azure_subscription {
101101
}
102102
class gcp_project {
103103
}
104+
class microsoft_graph_organization {
105+
}
104106
class resource {
105107
**age**: duration
106108
**atime**: datetime
@@ -117,6 +119,7 @@ resource <|--- account
117119
account <|--- aws_account
118120
account <|--- azure_subscription
119121
account <|--- gcp_project
122+
account <|--- microsoft_graph_organization
120123
@enduml
121124
```
122125

@@ -1699,6 +1702,8 @@ class azure_location {
16991702
}
17001703
class gcp_region {
17011704
}
1705+
class microsoft_graph_organization_root {
1706+
}
17021707
class phantom_resource {
17031708
}
17041709
class region {
@@ -1721,6 +1726,7 @@ class resource {
17211726
region <|--- aws_region
17221727
region <|--- azure_location
17231728
region <|--- gcp_region
1729+
region <|--- microsoft_graph_organization_root
17241730
resource <|--- phantom_resource
17251731
phantom_resource <|--- region
17261732
@enduml
@@ -1757,6 +1763,8 @@ skinparam stereotypeCBackgroundColor #e98df7
17571763
skinparam stereotypeIBackgroundColor #e98df7
17581764
class aws_iam_role {
17591765
}
1766+
class microsoft_graph_role {
1767+
}
17601768
class resource {
17611769
**age**: duration
17621770
**atime**: datetime
@@ -1772,6 +1780,7 @@ class resource {
17721780
class role {
17731781
}
17741782
role <|--- aws_iam_role
1783+
role <|--- microsoft_graph_role
17751784
resource <|--- role
17761785
@enduml
17771786
```
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

static/img/kroki/0bdbe55eae7cc6a0e5f672b35666f300.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

static/img/kroki/0e68a9ddcff60278a63eaa1e3c3438c8.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

static/img/kroki/0e852aecba7fa6814a79db3e17fb5b97.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)