Josh Barker
Josh Barker
@xuzhang3 In the portal, I set the scope to the Subscription and chose a Resource Group. Yep, the environment is `AzureCloud` and scopeLevel is `Subscription`.
@xuzhang3 How did you go with the service team?
Hey @apparentlymart, I too would to be able to find out outdated providers. I'm thinking something like [npm outdated](https://docs.npmjs.com/cli/v7/commands/npm-outdated) would be quite helpful. ```bash $ npm outdated Package Current Wanted...
Hey @mattray, Have you seen the Azure resource pack? - https://github.com/inspec/inspec-azure There's quite a few more resources in there. Are you planning on supporting resources from there too?
Hey @tombuildsstuff , no worries. I added it in here as target is Azure resources and that's where the APIs are defined, but also understand from a consumer point of...
Hey @manicminer , no worries! Thanks for your explanation and it totally makes sense. Glad to see the feature get in!
Hi @eyalbe4, I've started work on this. At a high level, I'll be making 4 methods. - Get - Create - Update - Delete However, I have 2 questions. 1....
Hi @eyalbe4, Ah, okay. Originally, I was planning to extend the existing [terraform provider](https://github.com/jfrog/terraform-provider-artifactory/blob/master/docs/index.md) to support an `artifactory_watches` resource, as artifactory and xray are tightly integrated. I also was under...