From b9c9e9a1f0c696caf6e76e0032e4566f8dad1758 Mon Sep 17 00:00:00 2001 From: developer-relations-sp Date: Mon, 24 Mar 2025 19:56:39 +0000 Subject: [PATCH] Update to powershell SDK docs: 14044666832 --- .../tools/sdk/powershell/Reference/Beta/Models/AccessProfile.md | 2 +- docs/tools/sdk/powershell/Reference/V3/Models/AccessProfile.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tools/sdk/powershell/Reference/Beta/Models/AccessProfile.md b/docs/tools/sdk/powershell/Reference/Beta/Models/AccessProfile.md index 2cb99dac2..50304a33e 100644 --- a/docs/tools/sdk/powershell/Reference/Beta/Models/AccessProfile.md +++ b/docs/tools/sdk/powershell/Reference/Beta/Models/AccessProfile.md @@ -21,7 +21,7 @@ Name | Type | Description | Notes **Description** | **String** | Information about the Access Profile | [optional] **Created** | **System.DateTime** | Date the Access Profile was created | [optional] [readonly] **Modified** | **System.DateTime** | Date the Access Profile was last modified. | [optional] [readonly] -**Enabled** | **Boolean** | Whether the Access Profile is enabled. If the Access Profile is enabled then you must include at least one Entitlement. | [optional] [default to $true] +**Enabled** | **Boolean** | Whether the Access Profile is enabled. If the Access Profile is enabled then you must include at least one Entitlement. | [optional] [default to $false] **Owner** | [**OwnerReference**](owner-reference) | | [required] **Source** | [**AccessProfileSourceRef**](access-profile-source-ref) | | [required] **Entitlements** | [**[]EntitlementRef**](entitlement-ref) | A list of entitlements associated with the Access Profile. If enabled is false this is allowed to be empty otherwise it needs to contain at least one Entitlement. | [optional] diff --git a/docs/tools/sdk/powershell/Reference/V3/Models/AccessProfile.md b/docs/tools/sdk/powershell/Reference/V3/Models/AccessProfile.md index cd7a7a72a..38e5821f0 100644 --- a/docs/tools/sdk/powershell/Reference/V3/Models/AccessProfile.md +++ b/docs/tools/sdk/powershell/Reference/V3/Models/AccessProfile.md @@ -21,7 +21,7 @@ Name | Type | Description | Notes **Description** | **String** | Information about the Access Profile | [optional] **Created** | **System.DateTime** | Date the Access Profile was created | [optional] [readonly] **Modified** | **System.DateTime** | Date the Access Profile was last modified. | [optional] [readonly] -**Enabled** | **Boolean** | Whether the Access Profile is enabled. If the Access Profile is enabled then you must include at least one Entitlement. | [optional] [default to $true] +**Enabled** | **Boolean** | Whether the Access Profile is enabled. If the Access Profile is enabled then you must include at least one Entitlement. | [optional] [default to $false] **Owner** | [**OwnerReference**](owner-reference) | | [required] **Source** | [**AccessProfileSourceRef**](access-profile-source-ref) | | [required] **Entitlements** | [**[]EntitlementRef**](entitlement-ref) | A list of entitlements associated with the Access Profile. If enabled is false this is allowed to be empty otherwise it needs to contain at least one Entitlement. | [optional]