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

Fixes for descriptions; common suppression #1

Merged
merged 1 commit into from
May 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"type":"oauth2",
"authorizationUrl":"https://login.microsoftonline.com/common/oauth2/authorize",
"flow":"implicit",
"description":"Azure Active Directory OAuth2 Flow",
"description":"Azure Active Directory OAuth2 Flow.",
"scopes":{
"user_impersonation":"impersonate your user account"
}
Expand Down Expand Up @@ -68,7 +68,7 @@
"description":"Accepted and the operation will complete asynchronously."
},
"204":{
"description":"Request successful. Resource with the specified name does not exist"
"description":"Request successful. Resource with the specified name does not exist."
},
"200":{
"description":"Delete successful."
Expand Down Expand Up @@ -400,7 +400,7 @@
"$ref": "./network.json#/definitions/Resource"
}
],
"description":"Bastion Host resource"
"description":"Bastion Host resource."
},
"BastionHostListResult":{
"properties":{
Expand All @@ -419,4 +419,4 @@
"description":"Response for ListBastionHosts API service call."
}
}
}
}
3 changes: 3 additions & 0 deletions specification/network/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,9 @@ directive:
- suppress: RequiredPropertiesMissingInResourceModel
from: azureFirewallFqdnTag.json
reason: name, id and type properties are inherited from the upper level
- suppress: RequiredPropertiesMissingInResourceModel
from: bastionHost.json
reason: name, id and type properties are inherited from the upper level
- suppress: RequiredPropertiesMissingInResourceModel
from: checkDnsAvailability.json
reason: name, id and type properties are inherited from the upper level
Expand Down