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
| :exclamation: Azure API Management Policy toolkit is not yet published to nuget. For now, please follow the repository setup guide to obtain packages mentioned in the document. |
@@ -48,10 +48,10 @@ dotnet new class -n ApiOperationPolicy
48
48
```
49
49
50
50
The class in the file should inherit from `IDocument` interface and have `Document` attribute
51
-
from `Mielek.Azure.ApiManagement.PolicyToolkit.Authoring` namespace.
51
+
from `Azure.ApiManagement.PolicyToolkit.Authoring` namespace.
52
52
53
53
```csharp
54
-
using Mielek.Azure.ApiManagement.PolicyToolkit.Authoring;
54
+
using Azure.ApiManagement.PolicyToolkit.Authoring;
55
55
56
56
namespace Contoso.Apis.Policies;
57
57
@@ -104,7 +104,7 @@ solution folder.
104
104
105
105
```shell
106
106
cd .. # Go to solution folder if not already there
0 commit comments