karlrissland

Results 24 issues of karlrissland

Any thoughts on why I am getting constant is connecting... messages? The server is up, and I can connect, but can't seem to track down the source of these messages......

You need to add the Entity Framework Package to the function app, this isn't documented.

Subscription Id is hardcoded in the template making it difficult to redeploy to another subscription. ![image](https://user-images.githubusercontent.com/9871029/185421219-91354221-6f1d-465c-8fb5-8b52979f5b64.png)

This is more of a feature request. There is no way to extract a version set. You have to extract each API version independently. Would like to be able to...

Extracted an API with multiple revisions. When template was deployed, no revisions were deployed, looking back at templates, no revisions were extracted. Additionally, Extensions GUI doesn't display revisions, only versions.

Template deployment fails when API is configured with a backend that is using named values for the backend API key. ![image](https://user-images.githubusercontent.com/9871029/185401682-94a2c97c-3dca-4a72-a809-f85eaae23bcc.png) {"status":"Failed","error":{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list...

Two issues Taking a stab at the parameters to redeploy an extracted api leads me to an invalid template error; {'code': 'InvalidTemplate', 'target': '/subscriptions/412b86d9-242b-452c-8273-a4da78837adc/resourceGroups/APIM/providers/Microsoft.Resources/deployments/apisTemplate', 'message': 'Deployment template validation failed: \'The...

Trying to leverage from an Azure function with the following code ![image](https://github.com/JohnTheGr8/Renci.SshNet.Async/assets/9871029/fa28b9ba-79db-4ab0-9941-f03b1f886269) Receiving the following error when trying to connect ![image](https://github.com/JohnTheGr8/Renci.SshNet.Async/assets/9871029/c7e69d90-4cde-42b7-b508-a4e20b01f098) Here is how my project is setup ![image](https://github.com/JohnTheGr8/Renci.SshNet.Async/assets/9871029/cc9112f9-1a21-4d4e-8423-b9a5c00bd55d) Pulled...

### Release version v6.0.0-alpha.1.0.8 ### Describe the bug My config.yaml is set to only extract an api as follows; ` apiNames: - demo-conference-api versionSetNames: backendNames: [ignore] diagnosticNames: [ignore] loggerNames: [ignore]...

enhancement

### Release version v6.0.0-alpha.1.0.8 ### Describe the bug Trying to run the default extractor from github against a consumption tier APIM instance. Both full extract and extracting with the config.yaml...