Skip to content

Commit

Permalink
Need to make contents required since this is a PUT.
Browse files Browse the repository at this point in the history
Will add extensions that make it optional in C# and zero it out to an
empty stream.

update documentation to reflect param required

undo this temp change

Issue: Azure/autorest#884 is tracking support
for this being an optional param properly and not resulting in a null
reference. So I will keep this spec as is.

temp commit to remove the required flag

We need a way to have template parameters not be required when they are
in the host. I will work with Amar for this next week.

Revert "temp commit to remove the required flag"

This reverts commit be8b7bf.

Work around for issue: 903

explicitly calling out our chunked transfer APIs until issue:
Azure/autorest#903 is resolved.

Add missing method to delete all secrets in db

In hyak, we could do this by simply excluding the parameter. That is not
swagger compliant, so we need a separate entry.

Test out composites.

Remove composite specs since they don't work

update the required piece.

Try nesting again.

Removing get/set from descriptions

latest generation tool automatically adds it.

Fixed to not remove "Gets " from method descript

Add the get back to globals.

make typefieldinfo an array.

Adding offset support for append operations

This is an optional value used for unique implementations that know
exactly where in the stream they want to begin appending data.

Add file already exists exception for webhdfs

Add BadOffsetException to swagger.

Fix issues with bad rebase

had to copy back from azure and make the minor edits to these two .json
files.

Update specs for ADLA hive properties

Finalization of hive properties is in progress.

Add new catalog API version

this includes the new credential management layer.

Move the get with other operations for credentials

Add new property for job statistics

finalizingTimeUtc which gives us information about when the job
finalization started.

Removing this update from master

We are controlling this new update in a separate branch that is going to
go live later.

Update specs for ADLA hive properties

Finalization of hive properties is in progress.

Add new catalog API version

this includes the new credential management layer.

Move the get with other operations for credentials

Add new property for job statistics

finalizingTimeUtc which gives us information about when the job
finalization started.

Removing this update from master

We are controlling this new update in a separate branch that is going to
go live later.

Update job.json

minor comment update to trigger python and node rebuild of SDK.

Update to use MSGetAclStatus for ADLS

This keeps the existing behavior, which we need for proper presentation
of ACLs in PowerShell.

Add permission property to the AclStatus object

The ACL status object now includes a permission property.
Sticky bit is not supported so should not be modified.
  • Loading branch information
begoldsm authored and begoldsm committed Aug 31, 2016
1 parent 4131049 commit 4ebdc35
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@
"type": "string",
"description": "The constant value for the operation.",
"enum": [
"GETACLSTATUS"
"MSGETACLSTATUS"
]
},
{
Expand Down Expand Up @@ -1160,9 +1160,15 @@
"owner": {
"type": "string",
"description": "the user owner, an AAD Object ID."
},
"permission": {
"type": "integer",
"format": "int32",
"description": "The octal representation of the unnamed user, mask and other permissions."
},
"stickyBit": {
"type": "boolean",
"readOnly": true,
"description": "the indicator of whether the sticky bit is on or off."
}
},
Expand Down

0 comments on commit 4ebdc35

Please sign in to comment.