Code Monkey home page Code Monkey logo

resource-capabilities's Introduction

Azure resource capabilities

This repository contains .csv files with data about which resources support different capabilities.

resource-capabilities's People

Contributors

tfitzmac avatar yanjar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

resource-capabilities's Issues

Missing Microsoft.Insights provider and its resources in tag-support.csv

Hi!

Figured it'd be easier to open an issue here directly instead of the AzureDocs.

I'm parsing Azure Resources Data, I've noticed that there seems to be missing a Provider/Resource type in tag-support.csv.

Microsoft.Insights (Application Insights and co.) is absent from the file. I'm wondering if it's intentional or an oversight?

I know of 2 resources

  • microsoft.insights/components
  • microsoft.insights/actiongroups

Thanks a lot for the list, it is very useful for the work I'm currently doing :)

One property is missing.

Hi.

This page is missing one property and I cant find a way to give feedback about it so here it is.

https://learn.microsoft.com/en-us/azure/templates/microsoft.app/2022-03-01/managedenvironments/storages?pivots=deployment-language-bicep

It's missing the information about property called accessMode.

So in the Resource format it should be:

resource symbolicname 'Microsoft.App/managedEnvironments/storages@2022-03-01' = {
name: 'string'
parent: resourceSymbolicName
properties: {
azureFile: {
accountKey: 'string'
accountName: 'string'
shareName: 'string'
accessMode: 'string'
}
}
}

Now it's like this:
resource symbolicname 'Microsoft.App/managedEnvironments/storages@2022-03-01' = {
name: 'string'
parent: resourceSymbolicName
properties: {
azureFile: {
accountKey: 'string'
accountName: 'string'
shareName: 'string'
}
}
}

And without the property I get an error about it. Something like this:
""ManagedEnvironmentStorageAzureFilePropertyInvalidRequest\",\r\n \"message\": \"Invalid request body for managed environment storage 'rmsdevfileshare2'. Must contain 'AccountName', 'AccountKey', 'ShareName' and 'AccessMode' when setting Azure File Share Storage.\"\r\n}"\r\n "

Support for Microsoft.Insights/metricAlerts

The table indicates that Microsoft.Insights/metricAlerts resources support tags; we have a process which goes through all resources which accept tags and verifies tags are set. When it reaches resources of this type and attempts to set the tags on them we receive the following:

Set-AzResource:

<TITLE>Unsupported Request</TITLE>

Unsupported Request

PATCH to http://go.microsoft.com/fwlink/? not supported.

Reference #8.3409e8ac.1589484303.a20b7d12

CSV repository files not matching current website

We use these lists to automate a report for our customers to see if we can move them to CSP. We have noticed the CSV files in the repository do not currently match the values on the website. Examples below could you confirm if these CSV files will be updated to reflect the website.

Microsoft.DataProtection/backupvaults - Website Yes/Yes/No, CSV 0/0/0 (should be 1/1/0)
Microsoft.DBforMySQL/flexibleServers - Website Yes/Yes/No , CSV 0/0/0 (should be 1/1/0)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.