AzureDevOpsDscNative.AzDoOrganizationGroup.dsc.adaptedResource.json
|
{
"$schema": "https://aka.ms/dsc/schemas/v3/bundled/adaptedresource/manifest.json", "type": "AzureDevOpsDscNative/AzDoOrganizationGroup", "kind": "resource", "version": "1.0.0", "capabilities": [ "set", "test", "get" ], "description": "This class represents an Azure DevOps organization group.", "author": "ZanattaMichael", "requireAdapter": "Microsoft.Adapter/PowerShell", "path": "AzureDevOpsDscNative.psd1", "schema": { "embedded": { "title": "AzureDevOpsDscNative/AzDoOrganizationGroup", "properties": { "Ensure": { "type": "string", "enum": [ "Present", "Absent" ], "title": "Ensure", "description": "The Ensure property." }, "LookupResult": { "type": "object", "title": "LookupResult", "readOnly": true, "description": "The LookupResult property." }, "GroupName": { "type": "string", "title": "GroupName", "description": "The name of the organization group. This property is mandatory and serves as the key property for the resource." }, "GroupDescription": { "type": "string", "title": "GroupDescription", "description": "The description of the organization group." } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "type": "object", "required": [ "GroupName" ], "description": "This class represents an Azure DevOps organization group." } } } |