adding index.md files for powershell sdk docs

This commit is contained in:
darrell-thobe-sp
2025-02-07 11:55:26 -05:00
parent 7eb93a19ec
commit f79d201b73
10 changed files with 243 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
---
id: v2024
title: V2024
pagination_label: V2024
sidebar_label: V2024
sidebar_position: 2
sidebar_class_name: v2024
keywords: ['v2024', 'PowerShell']
description: PowerShell SDK reference V2024.
slug: /tools/powershell/reference/v2024
tags: ['v2024']
---
Welcome to the PowerShell SDK documentation for API Version V2024. This guide provides an overview of both Methods and Models, helping you understand how to interact with the API effectively.
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```