Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update provisioningStatus field name for assignment #10754

Merged
merged 29 commits into from
Sep 16, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
64b3a99
Add list and get software to GuestConfiguration
Oct 27, 2018
35a781b
Use newer API version for software
Oct 30, 2018
20198d2
Merge pull request #1 from Azure/master
abhinav-ghai Nov 1, 2018
476bbe9
Revert software Swagger spec since these are private preview only
Nov 1, 2018
1527e47
Merge pull request #2 from Azure/master
abhinav-ghai Dec 19, 2018
e89758a
Merge pull request #3 from Azure/master
abhinav-ghai Jul 31, 2020
7782767
Add Automanage resource provider
Aug 5, 2020
5a39850
Address validation tool errors
Aug 5, 2020
938b949
spelling add antimalware
Aug 5, 2020
6cf1edb
Address lint errors
Aug 5, 2020
c6cd7b9
Fix error response
Aug 5, 2020
cf9594c
Fix newline
Aug 6, 2020
90da52f
Fix Operations API Lint
abhinav-ghai Aug 11, 2020
d479715
Fix operations example
abhinav-ghai Aug 11, 2020
d48040a
Merge branch 'master' into master
fengzhou-msft Aug 12, 2020
c2306ed
Fix prettier and lint
abhinav-ghai Aug 12, 2020
ff9a179
Address lint and prettier errors
abhinav-ghai Aug 12, 2020
2df45f7
Merge branch 'master' of parent into master
abhinav-ghai Sep 4, 2020
28eba09
Use common definitions and correct pref enum
abhinav-ghai Sep 4, 2020
99e3c66
Fix parameter
abhinav-ghai Sep 4, 2020
7ba3ef5
Address comments
abhinav-ghai Sep 4, 2020
13900e2
Fix update examples
abhinav-ghai Sep 4, 2020
ed92f47
Prettier fix
abhinav-ghai Sep 4, 2020
6934fa7
Fix python md
abhinav-ghai Sep 9, 2020
5177288
Change provisioningStatus field name
abhinav-ghai Sep 10, 2020
c77946b
Fix config profile name in examples
abhinav-ghai Sep 10, 2020
fcefbc8
resolve conflict
abhinav-ghai Sep 10, 2020
dda0f95
Address conflict
abhinav-ghai Sep 15, 2020
b98d182
Merge branch master
abhinav-ghai Sep 15, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix parameter
  • Loading branch information
abhinav-ghai committed Sep 4, 2020
commit 99e3c66a1b8df90e0ee1eeac556a10989d6b19bc
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/VmNameParameter"
"$ref": "#/parameters/VmNameParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -445,7 +445,7 @@
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/VmNameParameter"
"$ref": "#/parameters/VmNameParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -498,7 +498,7 @@
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/VmNameParameter"
"$ref": "#/parameters/VmNameParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -1259,5 +1259,14 @@
"description": "The response of the list ConfigurationProfilePreference operation."
}
},
"parameters": {}
"parameters": {
"VmNameParameter": {
"name": "vmName",
"in": "path",
"required": true,
"type": "string",
"description": "The name of the virtual machine.",
"x-ms-parameter-location": "method"
}
}
}
1 change: 1 addition & 0 deletions specification/automanage/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ require: $(this-folder)/../../../profiles/readme.md
# all the input files across all versions
input-file:
- $(this-folder)/Microsoft.Automanage/preview/2020-06-30-preview/automanage.json

```

If there are files that should not be in the `all-api-versions` set,
Expand Down