Skip to content

Example New-AzApiManagementBackendServiceFabric does not set serverX509Name issuerCertificateThumbprint #15874

Open
@jusnitlive

Description

@jusnitlive

https://github.com/Azure/azure-powershell/blob/main/src/ApiManagement/ApiManagement/help/New-AzApiManagementBackendServiceFabric.md#example-1-create-a-backend-service-fabric-in-memory-object

Results in a issuerCertificateThumbprint value of "System.Object[]"

PS C:>$serviceFabric = New-AzApiManagementBackendServiceFabric -ManagementEndpoint $ManagementEndpoints -ClientCertificateThumbprint "33CC47C6FCA848DC9B14A6F071C1EF7C" -ServerX509Name @{"CN=foobar.net" = @('33CC47C6FCA848DC9B14A6F071C1EF7C'); } -ServerCertificateThumbprint $ServerCertificateThumbprints

-ServerX509Name @{"CN=foobar.net" = @('33CC47C6FCA848DC9B14A6F071C1EF7C'); } should be
-ServerX509Name @{"CN=foobar.net" = "33CC47C6FCA848DC9B14A6F071C1EF7C"; }

Metadata

Metadata

Assignees

Labels

API ManagementService AttentionThis issue is responsible by Azure service team.customer-reportedquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions