Skip to content

Commit

Permalink
[Azure Stack] Updates to Azs.Commerce.Admin spec for autorest config (#…
Browse files Browse the repository at this point in the history
…9033)

* Cumulative commit message:
commit 4ec980f (azure/stackadmin)
Author: Yuxing Zhou <zyx.pulsars@gmail.com>
Date:   Wed Mar 18 15:14:57 2020 +0800

    [Azure Stack] Add scaleUnit and volumeLabel parameter to Disks_List (#8733)

    * add scaleUnit and volumeLabel to Disks_List

    * fix ref location

    * update parameter description

commit dd09a40
Author: bganapa <bganapa@microsoft.com>
Date:   Tue Mar 17 17:32:10 2020 -0700

    Update to camelCasing for resourceGroups

commit 4212dd0
Author: bganapa <bganapa@microsoft.com>
Date:   Tue Mar 17 17:30:07 2020 -0700

    Update to camelCasing for resourcegroups                                                                                                                                                                                                    commit b62db8ba4e29e14935ff33e82bda029393eb8393                                                                         Merge: 08d597a fbe7670                                                                                              Author: Vishnu Priya Ananthu Sundaram <viananth@microsoft.com>                                                          Date:   Thu Mar 12 11:23:30 2020 -0700
    Merge branch 'stackadmin' of https://github.com/Azure/azure-rest-api-specs into stackadmin

commit fbe7670
Author: bganapa <bganapa@microsoft.com>
Date:   Tue Mar 10 14:06:55 2020 -0700

    Update resourceGroups casing

commit 848e5f7
Author: bganapa <bganapa@microsoft.com>
Date:   Tue Mar 10 14:05:10 2020 -0700

    Update resourcegroups casing to resourceGroups

commit 591ff3c
Author: bganapa <bganapa@microsoft.com>
Date:   Tue Mar 10 13:58:14 2020 -0700

    Update Updates.json

commit adaabc1
Author: bganapa <bganapa@microsoft.com>
Date:   Wed Mar 4 18:07:20 2020 -0800

    Changing casing in resourcgroups to resourceGroups

commit 72efdec
Author: bganapa <bganapa@microsoft.com>
Date:   Thu Feb 27 17:26:56 2020 -0800

    Update to have $(this-folder)/ in the input files

* Add autorest config to readme.md

* Fix path reference

* Auto-generated values
  • Loading branch information
viananth authored May 7, 2020
1 parent 344eaaa commit 7c6942d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
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
```
5 changes: 2 additions & 3 deletions specification/azsadmin/resource-manager/commerce/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ This block is updated by an automatic script. Edits may be lost!

``` yaml $(tag) == 'all-api-versions' /* autogenerated */
# include the azure profile definitions from the standard location
require: $(this-folder)/../../../../profiles/readme.md
require: ../../../../profiles/readme.md
# all the input files across all versions
input-file:
- $(this-folder)/Microsoft.Commerce.Admin/preview/2015-06-01-preview/Commerce.json
- Microsoft.Commerce.Admin/preview/2015-06-01-preview/Commerce.json
```

Expand All @@ -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
```

0 comments on commit 7c6942d

Please sign in to comment.