Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.Web to add version stabl…
Browse files Browse the repository at this point in the history
…e/2019-08-01 (Azure#8592)

* Adding Static Site Swagger Docs

* Add string dictionary to common defs

* Fixing examples part 1

* Fixing examples part 2

* Fixing examples part 3

* Fixing examples part 4

* Fixing examples part 4

* Fixing examples part 5

* Fixing examples part 6

* Add swagger to readme and add custom words

* Add missing word and udpate files to be pretty

* Address ARM errors

* Add missing file

* Update patch static site

* Add enums, readonly, and update missing/non compliant apis

* Fix create or update custom domain example

* Add missing examples

* Ensure PUTs include config

Co-authored-by: Mitch Webster <Mitchell.Webster@microsoft.com>
  • Loading branch information
2 people authored and 00Kai0 committed Oct 12, 2020
1 parent 0080cb4 commit 522a1ff
Show file tree
Hide file tree
Showing 30 changed files with 2,667 additions and 0 deletions.
5 changes: 5 additions & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ australiasoutheast
authenticatable
Authenticode
authorizationrules
authprovider
authproviders
authsettings
authsid
autobackup
Expand Down Expand Up @@ -555,6 +557,7 @@ fsaction
Fulfilment
Fulltext
fullyqualified
functionappsettings
galician
galleryimages
Garda
Expand Down Expand Up @@ -1218,6 +1221,7 @@ reprovisions
Reregister
Rescan
reservationorders
resetapikey
resetvpnclientsharedkey
Resolvability
resourcegraph
Expand Down Expand Up @@ -1400,6 +1404,7 @@ starttask
starttaskfailed
starttime
stateful
staticsite
statusdir
stderror
stopresize
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2486,6 +2486,25 @@
}
}
},
"StringDictionary": {
"description": "String dictionary resource.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/ProxyOnlyResource"
}
],
"properties": {
"properties": {
"description": "Settings.",
"type": "object",
"additionalProperties": {
"type": "string"
},
"x-ms-client-flatten": true
}
}
},
"User": {
"description": "User credentials used for publishing activity.",
"type": "object",
Expand Down
Loading

0 comments on commit 522a1ff

Please sign in to comment.