generated from crossplane/upjet-provider-template
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust example manifests for converting singleton lists to embedded o…
…bjects - Fix the example manifest examples/directoryroles/v1beta1/customdirectoryrole.yaml Signed-off-by: Alper Rifat Ulucinar <[email protected]>
- Loading branch information
Showing
30 changed files
with
160 additions
and
6 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io> | ||
# | ||
# SPDX-License-Identifier: CC0-1.0 | ||
|
||
apiVersion: applications.azuread.upbound.io/v1beta2 | ||
kind: Application | ||
metadata: | ||
annotations: | ||
meta.upbound.io/example-id: applications/v1beta1/application | ||
labels: | ||
testing.upbound.io/example-name: example | ||
name: example | ||
spec: | ||
forProvider: | ||
displayName: example-${Rand.RFC1123Subdomain} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io> | ||
# | ||
# SPDX-License-Identifier: CC0-1.0 | ||
|
||
apiVersion: conditionalaccess.azuread.upbound.io/v1beta1 | ||
kind: AccessPolicy | ||
metadata: | ||
annotations: | ||
meta.upbound.io/example-id: conditionalaccess/v1beta1/accesspolicy | ||
labels: | ||
testing.upbound.io/example-name: example | ||
name: example | ||
spec: | ||
forProvider: | ||
conditions: | ||
- applications: | ||
- excludedApplications: [] | ||
includedApplications: | ||
- All | ||
clientAppTypes: | ||
- all | ||
devices: | ||
- filter: | ||
- mode: exclude | ||
rule: device.operatingSystem eq "Doors" | ||
locations: | ||
- excludedLocations: | ||
- AllTrusted | ||
includedLocations: | ||
- All | ||
platforms: | ||
- excludedPlatforms: | ||
- iOS | ||
includedPlatforms: | ||
- android | ||
signInRiskLevels: | ||
- medium | ||
userRiskLevels: | ||
- medium | ||
users: | ||
- excludedUsers: | ||
- GuestsOrExternalUsers | ||
includedUsers: | ||
- All | ||
displayName: example policy | ||
grantControls: | ||
- builtInControls: | ||
- mfa | ||
operator: OR | ||
sessionControls: | ||
- applicationEnforcedRestrictionsEnabled: true | ||
cloudAppSecurityPolicy: monitorOnly | ||
signInFrequency: 10 | ||
signInFrequencyPeriod: hours | ||
state: disabled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io> | ||
# | ||
# SPDX-License-Identifier: CC0-1.0 | ||
|
||
apiVersion: conditionalaccess.azuread.upbound.io/v1beta2 | ||
kind: Location | ||
metadata: | ||
annotations: | ||
meta.upbound.io/example-id: conditionalaccess/v1beta1/location | ||
labels: | ||
testing.upbound.io/example-name: example-ip | ||
name: example-ip | ||
spec: | ||
forProvider: | ||
displayName: IP Named Location | ||
ip: | ||
ipRanges: | ||
- 1.1.1.1/32 | ||
- 2.2.2.2/32 | ||
trusted: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io> | ||
# | ||
# SPDX-License-Identifier: CC0-1.0 | ||
|
||
apiVersion: groups.azuread.upbound.io/v1beta2 | ||
kind: Group | ||
metadata: | ||
annotations: | ||
meta.upbound.io/example-id: groups/v1beta1/group | ||
labels: | ||
testing.upbound.io/example-name: example | ||
name: example | ||
spec: | ||
forProvider: | ||
displayName: example | ||
securityEnabled: true |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io> | ||
# | ||
# SPDX-License-Identifier: CC0-1.0 | ||
|
||
apiVersion: invitations.azuread.upbound.io/v1beta2 | ||
kind: Invitation | ||
metadata: | ||
annotations: | ||
meta.upbound.io/example-id: invitations/v1beta1/invitation | ||
upjet.upbound.io/manual-intervention: "This resource either requires a user with an email in untrusted domain | ||
(but this needs collaboration configuration) or an email in a trusted domain (but in our testing account invitations | ||
in this domain has been disabled)" | ||
labels: | ||
testing.upbound.io/example-name: example | ||
name: example | ||
spec: | ||
forProvider: | ||
userEmailAddress: [email protected] | ||
redirectUrl: https://portal.azure.com |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io> | ||
# | ||
# SPDX-License-Identifier: CC0-1.0 | ||
|
||
apiVersion: serviceprincipals.azuread.upbound.io/v1beta2 | ||
kind: Principal | ||
metadata: | ||
annotations: | ||
meta.upbound.io/example-id: serviceprincipals/v1beta1/principal | ||
labels: | ||
testing.upbound.io/example-name: example | ||
name: example | ||
spec: | ||
forProvider: | ||
applicationIdSelector: | ||
matchLabels: | ||
testing.upbound.io/example-name: example | ||
appRoleAssignmentRequired: false | ||
--- | ||
apiVersion: applications.azuread.upbound.io/v1beta1 | ||
kind: Application | ||
metadata: | ||
annotations: | ||
meta.upbound.io/example-id: serviceprincipals/v1beta1/principal | ||
labels: | ||
testing.upbound.io/example-name: example | ||
name: example | ||
spec: | ||
forProvider: | ||
displayName: example |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.