Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed May 7, 2020
2 parents 4c56344 + 313f3af commit 3608423
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
/specification/servicebus/ @sazeesha @v-ajnava
/specification/servicefabric/ @juhacket @samedder
/specification/sql/ @dnayantara @jaredmoo @nathannfan
/specification/storage/ @jasonyang-msft @xiaonlimsft
/specification/storage/ @blueww @jasonyang-msft @xiaonlimsft
/specification/storageimportexport/ @leoz-ms
/specification/storagesync/ @ankushbindlish2
/specification/storsimple8000series/ @manaas-microsoft
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@
},
"quantity": {
"description": "The amount of the resource consumption that occurred in this time frame.",
"type": "string"
"type": "number",
"format": "double"
},
"meterId": {
"description": "Unique ID for the resource that was consumed, for example, the Resource ID.",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# AutoRest v3 generators

> see https://aka.ms/autorest
``` yaml
input-file:
- Microsoft.Commerce.Admin/preview/2015-06-01-preview/Commerce.json
```
1 change: 0 additions & 1 deletion specification/azsadmin/resource-manager/commerce/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,3 @@ uncomment the `exclude-file` section below and add the file paths.
#exclude-file:
# - $(this-folder)/Microsoft.Example/stable/2010-01-01/somefile.json
```

12 changes: 12 additions & 0 deletions specification/desktopvirtualization/resource-manager/readme.az.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## AZ

These settings apply only when `--az` is specified on the command line.

``` yaml $(az)
az:
extensions: desktopvirtualization
package-name: azure-mgmt-desktopvirtualization
namespace: azure.mgmt.desktopvirtualization
az-output-folder: $(azure-cli-extension-folder)/src/desktopvirtualization
python-sdk-output-folder: "$(az-output-folder)/azext_desktopvirtualization/vendored_sdks/desktopvirtualization"
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## CLI

These settings don't need to apply `--cli` on the command line.

``` yaml $(cli)
cli:
cli-name: desktopvirtualization
```

0 comments on commit 3608423

Please sign in to comment.