You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an engineer, I would like to create a function/cmdlet to support API Management Service API Diagnostics so that we can support future customer's needs.
The bicep resource is Microsoft.ApiManagement/service/apis/diagnostics
Create Confirm-ApiManagementDiagnostic.ps1 and unit tests
Add ApiManagementDiagnostic to ResourceType enum
Wire up Confirm-ApiManagementDiagnostic to Get-ResourceByType.ps1
Create example tests, bicep and documentation in examples folder
The text was updated successfully, but these errors were encountered:
As an engineer, I would like to create a function/cmdlet to support API Management Service API Diagnostics so that we can support future customer's needs.
The bicep resource is
Microsoft.ApiManagement/service/apis/diagnostics
Confirm-ApiManagementDiagnostic.ps1
and unit testsApiManagementDiagnostic
toResourceType
enumConfirm-ApiManagementDiagnostic
toGet-ResourceByType.ps1
examples
folderThe text was updated successfully, but these errors were encountered: