Update power-platform-connector-instructions.md

This commit is contained in:
Troy Taylor 2025-07-04 11:46:57 -04:00 committed by GitHub
parent 913a04d7f8
commit 58dc8e6c07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,8 +17,8 @@ This workspace contains JSON Schema definitions for Power Platform Custom Connec
## File Structure Understanding ## File Structure Understanding
### 1. apiDefinition.swagger.schema.json ### 1. apiDefinition.swagger.json
- **Purpose**: This file validates Swagger 2.0 API definitions with Power Platform extensions. - **Purpose**: This file contains Swagger 2.0 API definitions with Power Platform extensions.
- **Key Features**: - **Key Features**:
- Standard Swagger 2.0 properties including info, paths, definitions, and more. - Standard Swagger 2.0 properties including info, paths, definitions, and more.
- Microsoft-specific extensions that begin with `x-ms-*` prefixes. - Microsoft-specific extensions that begin with `x-ms-*` prefixes.
@ -26,14 +26,14 @@ This workspace contains JSON Schema definitions for Power Platform Custom Connec
- Dynamic schema support that provides runtime flexibility. - Dynamic schema support that provides runtime flexibility.
- Security definitions that support OAuth2, API Key, and Basic Auth authentication methods. - Security definitions that support OAuth2, API Key, and Basic Auth authentication methods.
### 2. paconn-apiProperties.schema.json ### 2. apiProperties.json
- **Purpose**: This file defines connector metadata, authentication configurations, and policy configurations. - **Purpose**: This file defines connector metadata, authentication configurations, and policy configurations.
- **Key Components**: - **Key Components**:
- **Connection Parameters**: These support various authentication types including OAuth, API Key, and Gateway configurations. - **Connection Parameters**: These support various authentication types including OAuth, API Key, and Gateway configurations.
- **Policy Template Instances**: These handle data transformation and routing policies for the connector. - **Policy Template Instances**: These handle data transformation and routing policies for the connector.
- **Connector Metadata**: This includes publisher information, capabilities, and branding elements. - **Connector Metadata**: This includes publisher information, capabilities, and branding elements.
### 3. paconn-settings.schema.json ### 3. settings.json
- **Purpose**: This file provides environment and deployment configuration settings for the paconn tool. - **Purpose**: This file provides environment and deployment configuration settings for the paconn tool.
- **Configuration Options**: - **Configuration Options**:
- Environment GUID targeting for specific Power Platform environments. - Environment GUID targeting for specific Power Platform environments.