Skip to content

Commit a2e6368

Browse files
committed
Cleanup queryRef as now queries are structured
Signed-off-by: Yury Tsarev <[email protected]>
1 parent 9c3e3a1 commit a2e6368

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ spec:
192192
| `group` | string | Single group name for group membership queries |
193193
| `groups` | []string | List of group names for group object ID queries |
194194
| `servicePrincipals` | []string | List of service principal names |
195-
| `queryRef` | string | Optional. Reference to retrieve the query from status or context. Format: `status.<field>` or `context.<field>` |
196195
| `target` | string | Required. Where to store the query results. Can be `status.<field>` or `context.<field>` |
197196
| `skipQueryWhenTargetHasData` | bool | Optional. When true, will skip the query if the target already has data |
198197

input/v1beta1/input.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ type Input struct {
3939
// +optional
4040
ServicePrincipals []*string `json:"servicePrincipals,omitempty"`
4141

42-
// Reference to retrieve the query string (e.g., from status or context)
43-
// Overrides Query field if used
44-
// +optional
45-
QueryRef *string `json:"queryRef,omitempty"`
46-
4742
// Target where to store the Query Result
4843
Target string `json:"target"`
4944

input/v1beta1/zz_generated.deepcopy.go

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package/input/msgraph.fn.crossplane.io_inputs.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ spec:
4646
type: string
4747
metadata:
4848
type: object
49-
queryRef:
50-
description: |-
51-
Reference to retrieve the query string (e.g., from status or context)
52-
Overrides Query field if used
53-
type: string
5449
queryType:
5550
description: |-
5651
QueryType defines the type of Microsoft Graph API query to perform

0 commit comments

Comments
 (0)