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 Policies so that we can support future customer's needs.
The bicep resource is Microsoft.ApiManagement/service/apis/policies
Create Confirm-ApiManagementPolicy.ps1 and unit tests
Add ApiManagementPolicy 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 Policies so that we can support future customer's needs.
The bicep resource is
Microsoft.ApiManagement/service/apis/policies
Confirm-ApiManagementPolicy.ps1
and unit testsApiManagementPolicy
toResourceType
enumConfirm-ApiManagementDiagnostic
toGet-ResourceByType.ps1
examples
folderThe text was updated successfully, but these errors were encountered: