1. Packages
  2. Azure Native
  3. API Docs
  4. devcenter
  5. getProjectCatalogSyncErrorDetails
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.devcenter.getProjectCatalogSyncErrorDetails

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

Gets project catalog synchronization error details

Uses Azure REST API version 2024-02-01.

Other available API versions: 2024-05-01-preview, 2024-06-01-preview, 2024-07-01-preview, 2024-08-01-preview, 2024-10-01-preview, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native devcenter [ApiVersion]. See the version guide for details.

Using getProjectCatalogSyncErrorDetails

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getProjectCatalogSyncErrorDetails(args: GetProjectCatalogSyncErrorDetailsArgs, opts?: InvokeOptions): Promise<GetProjectCatalogSyncErrorDetailsResult>
function getProjectCatalogSyncErrorDetailsOutput(args: GetProjectCatalogSyncErrorDetailsOutputArgs, opts?: InvokeOptions): Output<GetProjectCatalogSyncErrorDetailsResult>
Copy
def get_project_catalog_sync_error_details(catalog_name: Optional[str] = None,
                                           project_name: Optional[str] = None,
                                           resource_group_name: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetProjectCatalogSyncErrorDetailsResult
def get_project_catalog_sync_error_details_output(catalog_name: Optional[pulumi.Input[str]] = None,
                                           project_name: Optional[pulumi.Input[str]] = None,
                                           resource_group_name: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetProjectCatalogSyncErrorDetailsResult]
Copy
func GetProjectCatalogSyncErrorDetails(ctx *Context, args *GetProjectCatalogSyncErrorDetailsArgs, opts ...InvokeOption) (*GetProjectCatalogSyncErrorDetailsResult, error)
func GetProjectCatalogSyncErrorDetailsOutput(ctx *Context, args *GetProjectCatalogSyncErrorDetailsOutputArgs, opts ...InvokeOption) GetProjectCatalogSyncErrorDetailsResultOutput
Copy

> Note: This function is named GetProjectCatalogSyncErrorDetails in the Go SDK.

public static class GetProjectCatalogSyncErrorDetails 
{
    public static Task<GetProjectCatalogSyncErrorDetailsResult> InvokeAsync(GetProjectCatalogSyncErrorDetailsArgs args, InvokeOptions? opts = null)
    public static Output<GetProjectCatalogSyncErrorDetailsResult> Invoke(GetProjectCatalogSyncErrorDetailsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetProjectCatalogSyncErrorDetailsResult> getProjectCatalogSyncErrorDetails(GetProjectCatalogSyncErrorDetailsArgs args, InvokeOptions options)
public static Output<GetProjectCatalogSyncErrorDetailsResult> getProjectCatalogSyncErrorDetails(GetProjectCatalogSyncErrorDetailsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:devcenter:getProjectCatalogSyncErrorDetails
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

CatalogName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Catalog.
ProjectName
This property is required.
Changes to this property will trigger replacement.
string
The name of the project.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
CatalogName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Catalog.
ProjectName
This property is required.
Changes to this property will trigger replacement.
string
The name of the project.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
catalogName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Catalog.
projectName
This property is required.
Changes to this property will trigger replacement.
String
The name of the project.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
catalogName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Catalog.
projectName
This property is required.
Changes to this property will trigger replacement.
string
The name of the project.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
catalog_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the Catalog.
project_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the project.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
catalogName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Catalog.
projectName
This property is required.
Changes to this property will trigger replacement.
String
The name of the project.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.

getProjectCatalogSyncErrorDetails Result

The following output properties are available:

Conflicts []CatalogConflictErrorResponse
Catalog items that have conflicting names.
Errors []CatalogSyncErrorResponse
Errors that occured during synchronization.
OperationError CatalogErrorDetailsResponse
Error information for the overall synchronization operation.
conflicts List<CatalogConflictErrorResponse>
Catalog items that have conflicting names.
errors List<CatalogSyncErrorResponse>
Errors that occured during synchronization.
operationError CatalogErrorDetailsResponse
Error information for the overall synchronization operation.
conflicts CatalogConflictErrorResponse[]
Catalog items that have conflicting names.
errors CatalogSyncErrorResponse[]
Errors that occured during synchronization.
operationError CatalogErrorDetailsResponse
Error information for the overall synchronization operation.
conflicts Sequence[CatalogConflictErrorResponse]
Catalog items that have conflicting names.
errors Sequence[CatalogSyncErrorResponse]
Errors that occured during synchronization.
operation_error CatalogErrorDetailsResponse
Error information for the overall synchronization operation.
conflicts List<Property Map>
Catalog items that have conflicting names.
errors List<Property Map>
Errors that occured during synchronization.
operationError Property Map
Error information for the overall synchronization operation.

Supporting Types

CatalogConflictErrorResponse

Name This property is required. string
Name of the conflicting catalog item.
Path This property is required. string
The path of the file that has a conflicting name.
Name This property is required. string
Name of the conflicting catalog item.
Path This property is required. string
The path of the file that has a conflicting name.
name This property is required. String
Name of the conflicting catalog item.
path This property is required. String
The path of the file that has a conflicting name.
name This property is required. string
Name of the conflicting catalog item.
path This property is required. string
The path of the file that has a conflicting name.
name This property is required. str
Name of the conflicting catalog item.
path This property is required. str
The path of the file that has a conflicting name.
name This property is required. String
Name of the conflicting catalog item.
path This property is required. String
The path of the file that has a conflicting name.

CatalogErrorDetailsResponse

Code string
An identifier for the error.
Message string
A message describing the error.
Code string
An identifier for the error.
Message string
A message describing the error.
code String
An identifier for the error.
message String
A message describing the error.
code string
An identifier for the error.
message string
A message describing the error.
code str
An identifier for the error.
message str
A message describing the error.
code String
An identifier for the error.
message String
A message describing the error.

CatalogSyncErrorResponse

ErrorDetails This property is required. List<Pulumi.AzureNative.DevCenter.Inputs.CatalogErrorDetailsResponse>
Errors associated with the file.
Path This property is required. string
The path of the file the error is associated with.
ErrorDetails This property is required. []CatalogErrorDetailsResponse
Errors associated with the file.
Path This property is required. string
The path of the file the error is associated with.
errorDetails This property is required. List<CatalogErrorDetailsResponse>
Errors associated with the file.
path This property is required. String
The path of the file the error is associated with.
errorDetails This property is required. CatalogErrorDetailsResponse[]
Errors associated with the file.
path This property is required. string
The path of the file the error is associated with.
error_details This property is required. Sequence[CatalogErrorDetailsResponse]
Errors associated with the file.
path This property is required. str
The path of the file the error is associated with.
errorDetails This property is required. List<Property Map>
Errors associated with the file.
path This property is required. String
The path of the file the error is associated with.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi