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

Merge from Azure master #1

Merged
merged 941 commits into from
Feb 25, 2020
Merged

Merge from Azure master #1

merged 941 commits into from
Feb 25, 2020

Conversation

LTA-Thinking
Copy link
Owner

Merge from master

tjacobhi and others added 30 commits January 5, 2020 15:33
…01-Preview) (#8018)

* Added post for ListQueryKeys.

* Deprecate get listQueryKeys

* Fixed typo on returns

* Fixed naming of operation Id and included for 2015-02-28.

* Updated swagger to include private endpoint objects in the definitions.

* Updated definitions for private endpoints.

* Removed changes that are part of another PR.

* Added ipRules.

* Fixed typo.

* Update a couple of typos in README.md

* Fix formatting

* Fix minor things with swagger

* Add operations

* Add examples

* Swagger validation fixes

* Fix semantic validation issue

* fit and finishing

* run npm install; npm run prettier-fix to fix the CI check

* refactored to model the iprule object in #/definitions/.

Co-authored-by: Arvind Krishnaa J <[email protected]>
Co-authored-by: huangbolun <[email protected]>
* Add billing instructions API.

* Update description: 'by id' -> 'by name'.

* Fix description: id->name.

* Rename BillingInstruction->Instruction.
* add aks 20200101 api-version

* add api-version change

* aks api-version v20200101: add readme doc

* fix comments
* [SRP] Add response status code 404

* Add default response
…01 (#8043)

* Added previous version spec as initial commit.

* Modified all the api-version for the existing example files.

* Added tag related api spec to resource file as well add example files.

* Modified readme related files.

* Execute prettier to reorganize the file.

* Pull request comments related fixes.

* Use scope to support nested resources for tags.

* Update examples based on scope change.

* Remove first slash to resolve model validation error.

* Combine tracked resource and subscription apis for tags.

* Modifed the examples to match the changes in resource.json.

* Utilize the shared parameters, and update the examples.

* Removing "required" from TagPatchRequest as getting R2016 error.

* Collapse TagRequest and TagResponse into TagsResource.

* Removed 404 response as covered in default scenario, as well updated corresponding examples.

* Apply fix api-version from method property to client property for 2019-10-01.
* Add error property to ScriptStatus

* remove 'expiring' from provisioningState enum
Make objectId optional

Co-authored-by: amir-keren <[email protected]>
* adding new API version for Cosmos DB

* remove property that is not actually in response
* support rp swagger for public preview

* fixing spelling error

* addressing review comments

* adding common resource properties

* fixing readme.csharp.md

* adding example that was missed

* fix syntax error in swagger spec

* fixing model validation error

* put support for communication resource and other updates based on comments

* updating communication to be async, fixing version on async and location headers
* Added support for excludedActions in Blueprint API spec

* Included default excluded actions per lock mode
* multiapi databoxedge

* fix
* iot hub to multiapi

* updated
* initial version

* removed track2 files and track2 tags

* as per request removed index analyzer validation

* updated the output folder for java

* Add static Collection<DataType> method to DataType and remove static enum

* updated specs
…mains & Topics. (#8100)

* EventGrid: New preview API version with support for IPFiltering support in Domains & Topics.

EventGrid: New preview API version with support for IPFiltering support in Domains & Topics.

oTopicProperties: Following new properties are introduced:
allowTrafficFromAllIPs
inboundIpRules
o	DomainProperties: Following new properties are introduced:
	allowTrafficFromAllIPs
	inboundIpRules
o	Minor change in the description fields:
o	InboundIpRule: Following new model with the following properties are introduced:
	IpMask
	Action

* Update Examples for Domain/Topics

Update Examples for Domain/Topics

* Correct the misspelled description

Correct the misspelled description

* Fix Prettier issue

Fix Prettier issue

* add the required property on inputschemamapping
dosegal and others added 28 commits February 21, 2020 13:41
* added incidentConfiguration to ScheduledAlertRuleProperties + added dnsDomain to AccountEntityProperties

* fixed spell-check error

* removed dnsDomain from AccountEntityProperties (will create another PR for this)
* Update Salesforce LinkedService Add ApiVersion

* Update GoogleAdWords and GoogleBigQuery clientId for fix issue

* Add DB2 ConnectionString

* Salesforce add apiVersion and set securityToken optional

* Revert "Salesforce add apiVersion and set securityToken optional"

This reverts commit 233cd93.
* 2019-08-09-preview

* spell out networks

* username and credential needed to add an IdentitySource

* post listAdminCredentials

* standardize on username, password, nsxt and vcenter

* add nsxt to custom-words.txt

* default cluster does not have provisioningState

* it extends DefaultClusterProperties

* add Circuit expressRoutePrivatePeeringID

* back out some minor changes for sdk generation

* identitySources and Circuit authorizations are updateable

* add PrivateClouds_ListInSubscription

* Long running operation for Clusters_Delete (#1)

* npm run prettier

* location for all resources (#2)

* Revert "location for all resources (#2)" (#3)

This reverts commit 432e37b.

* add description TODOs

* example is PrivateClouds_Update

* require body in PrivateClouds_Update

* replaced TODOs with descriptions

* spellcheck

* "x-ms-secret": true

* Revert ""x-ms-secret": true"

This reverts commit 3358dff.

Co-authored-by: Andrew Ulliani <[email protected]>
Co-authored-by: Eugene Tolmachev <[email protected]>
* AvailableServiceTiers and CapacityReservation

* Fix typo

* Add example file

* Fix prettier
* CosmosDB autopilot support

* add readme.csharp.md

* updated description in ThroughputSettingsResource
* update swagger to accomodate for new managed db create mode (ltr)

* Adding example file for create managed db from ltr restore

* remove unused example

* undoing removal of completeRestore

* adding back complete managed restore example

* add examplee and swagger files for ltr backup/policies

* update readme; add in 2018 manage databases diffs

* remove create example from 2018

* add -preview to swagger files added to readme

* removing empty body from delete backup examples

* fix parameter name in exmple file

* add 2018 example. fix version in 2017 example

* ../../2018-06-01-preview/managedDatabases.json

* removing example from 2018

* ran prettier on some example files

* adding other files called out by prettier

* update readme to include swagger files in v3/v2/v1

* Revert "update readme to include swagger files in v3/v2/v1"
Removing files committed by prettier-fix

This reverts commit db6d146.

* reverted all unrelated files
updated readme to include swagger files in v3/v2/v1

* update swagger after introducing new error handler

* removing old versions of manageDatabase.json swagger from readme.md package composites (2018-06-01 version is referenced)

* Adding updated swagger files for:
managedDatabases
LongTermRetentionManagedInstanceBackups
ManagedInstanceLongTermRetentionPolicies

as well as relevant examples, to 2018 and 2019

* add files after running prettier-fix; removing LTR backups/policies APIs from 2019

* updated readme to use 2019 version of managedDatabases.json

* adding files fixed by prettier

* prettierfix.diff on LTR MI example
Adding Active directory object as a property to TokenCredentialsProperties
Removing objectId from TokenProperties as it was not used.
…stable/2019-09-01 (#8458)

* Added SoftDeleteRetentionInDays, CustomizedRecoverable and recoverableDays (#8457)

Co-authored-by: gdlxm <[email protected]>
Co-authored-by: iscai-msft <[email protected]>

* Added `enableRbacAuthorization` property to Key Vault management plane (#8468)

* Add default=90 to softDeleteRetentionInDays (#8476)

* Add default=90 to softDeleteRetentionInDays

Add default=90  to softDeleteRetentionInDays

* Remove default softDeleteRetentionInDays  when patching

Remove default softDeleteRetentionInDays  when patching.

Co-authored-by: gdlxm <[email protected]>
Co-authored-by: iscai-msft <[email protected]>
Co-authored-by: Fernando Colombo <[email protected]>
* Add free-form object spec for testing purpose.

* Upgrade script version.

Take latest OAV version.

* Revert "Add free-form object spec for testing purpose."

This reverts commit b711d80.
…ionLevel/expiryDateTime/fileListPath in ADF public swagger (#7947)

* add properties for ADF public swagger

* remove from datasetV1

* remove office365

* add Mds Linkedservice/Dataset/Source and properties in ADLS sink/binary sources
* Create swagger.json

Added swagger for vmwaresite, hypervsite, serversite

* Update swagger.json

Addition of Importsite resource

* Referred swagger in readme.md

* changed readme to have 2 api-versions

* Updated readme

* Updated ip address name

* Create migrate.json

* deleted preview changes

* Fixed new version

* fixed job definition, get and put site

* Update migrate.json

* Update migrate.json

* Added examples. Removed server and import stacks

* Removed extra code

* Made it in accordance with private preview PR

* Examples added

* fixed comments

* added tags

* Resolved conflicts

* fixed file

* Fixed spellings

* fixed spellings

* added examples

* fixed example

* fixed examples

* fixed examples

* fixed discrption

* fixed prettier check

* fixed enums

* prettier check

* Update readme.md
* Add PublicNetworkAccess option to server properties

* Remove IdentityTypeWithNone unrelated changes to prevent test breaking

* Remove None from enum type - unrelated changes to prevent test breaking

* Prettify swagger file
* 2020-02-01-preview for Media Services LVA

Changes to MediaGraph model
Changing PUT from sync to async
Fixing some description

* Prettier and model validations fix

* Fixing validations

* Fixing version in Common.json

* Using common types.json

* Updating new version

* Adding old version

* Revert "Adding old version"

This reverts commit 6bf3a73.

* Using common types

* Using 200 for operation locatio header.

* Fixing validation errors
…n stable/2017-06-01 (#8240)

* Update AzureStack API descriptions to include new GetCloudManifestFile API

* Add CloudManifestFile example

* Fix for spell check

* Remove CloudName

* Move new operation to AzureStack.json

* Fix model error

* Add one more optional query parameter

* Address PR comments

* Fix spell check

* Add list operation

* Fix style

* Actually fix stykle

* Use camel case name

* Modify operation description

* Fix Operation List example
)

* Adding allowProtectedAppendWrites support for Immutability Policy

* Adjust indentation

* Updating description
…onId (#8327)

* Updating the OperationId

Updating the OperationId because the grouping of operations isn't correct.

* Updating the operationId spelling

* Making prettier fixes as outputed
@LTA-Thinking LTA-Thinking merged commit 3fc6188 into LTA-Thinking:master Feb 25, 2020
LTA-Thinking pushed a commit that referenced this pull request Feb 25, 2020
* Create new preview branch and bump version

* Add more files

* Update readme.md

* Create cancelHyperDriveExperiment.json

* Add files via upload

* Restore readme.md

* Update readme.md

* Update datastore.json

* Revert DataStore json changes

* Update operationId for several service jsons (#1)

* Update datastore.json

* Update execution.json

* Update hyperdrive.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment