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

Release Master to branch 2022-06-01-preview #21767

Merged
merged 501 commits into from
Dec 13, 2022

Conversation

yanfa317
Copy link
Contributor

@yanfa317 yanfa317 commented Dec 6, 2022

Choose a PR Template

Switch to "Preview" on this description then select one of the choices below.

Click here to open a PR for a Data Plane API.

Click here to open a PR for a Control Plane (ARM) API.

audunn and others added 30 commits October 13, 2022 16:39
* Add missing api-version parameter

* update vg examples

* update vg examples2
* Fixing examples on 2020-05-01 to fix s360 linting alert.

* Added example for Get_operations api

* correction

* fixed dates

Co-authored-by: Umang Shah <umangshah@microsoft.com>
…on stable/2021-10-01 (Azure#20856)

* swagger correctness changes

* fix json files to pass model validation
…to add version stable/2021-11-01 (Azure#20999)

* Adds base for updating Microsoft.InstanceMetadataService from version stable/2021-10-01 to version 2021-11-01

* Updates readme

* Updates API version in new specs and examples

* update

* update

* update

* prettier

* updating tag

* Update specification/imds/data-plane/readme.md

Co-authored-by: Joshua McCarthy <joshdmccarthy@gmail.com>

Co-authored-by: Joshua McCarthy <joshdmccarthy@gmail.com>
* Update fabricbot.json

* Update .github/fabricbot.json

Co-authored-by: Mike Kistler <mikekistler@microsoft.com>

Co-authored-by: Mike Kistler <mikekistler@microsoft.com>
Co-authored-by: swagger-automation <swagger@microsoft.com>
* Fix lint error

* Fix model validation error

* Fix model validation error

* Fix lint error

* Fix R4030 - UniqueXmsExample

* Fix ROUNDTRIP_INCONSISTENT_PROPERTY error

* Made prettier

* Resolve lint error
* Fix operation missed example and duration value is invalid format in example linter errors

* Update example file to fix schema issue

Co-authored-by: Zhenyu Zhou <zhezhou@microsoft.com>
Co-authored-by: QI, XIAOXU <xqiab@connect.ust.hk>
…zure#20399)

* Adds base for updating Microsoft.ApiManagement from version preview/2021-12-01-preview to version 2022-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* APIM Auth Servers (Azure#19234)

* APIM Auth Servers

* adding x-ms-identifiers

* removing some weird, invisible special char

* formatting

* oAuth2AuthenticationSettings moved to AuthSettings

* Formatting

Co-authored-by: Milan Zolota <mizolota@microsoft.com>

* API Management Authorization Endpoints (Azure#19615)

* Add blockchain to latest profile

* Add additional types

* add authorizations definitions

* authorizations operations

* add examples

* update readme

* fix examples

* fix linter delete errors

* address CI validation errors

* prettier fix

* update to 2022-04

* fix readme

* Update specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2022-04-01-preview/apimauthorizationproviders.json

Co-authored-by: Sean Kim <seaki@microsoft.com>

* update versions

* Apply suggestions from code review

Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
Co-authored-by: Annaji Sharma Ganti <anganti@microsoft.com>
Co-authored-by: Annaji Sharma Ganti <42851022+annaji-msft@users.noreply.github.com>

* Move Long running Create Operation from Location based to Azure-AsyncOperation Header (Azure#19733)

* azure-asyncOperation

* prettier

* fix(apim): Add missing 'metrics' property to diagnostics contract in 2022-04-01-preview (Azure#20317)

* apim /PUT apis import add translateRequiredQueryParameters (Azure#20333)

* [2022-04-01-preview] Replace resource with proxyresource and TrackedResource (Azure#20461)

* replace resource with proxyresource

* revert to proxyresource

* Add type object to authorization definitions (Azure#20631)

Authorization definitions were missing "type": "object", and this change adds that key/value pair

* Add type object to policy fragment definition (Azure#20585)

* APIM Open ID Connect providers (Azure#20622)

* APIM Open ID Connect providers

* added new proeprties for update

* prettier

* [APIM] Add Nat Gateway (Azure#19990)

* Update apimdeployment.json

* Create ApiManagementCreateServiceWithNatGatewayEnabled.json

* fix typo in file

* Change Nat Gateway property to enum

* modify type of natgateway state

* update property name

* add example reference

* small fix in example

* rename to  outboundPublicIPAddresses

Co-authored-by: Samir Solanki <samirsolanki@outlook.com>

* [2022-04-01-preview] MIgrate2Stv2 API (Azure#20504)

* migrate2stv2

* updated to post

* 202 and location

* add body to 202

* remove body from 202

Co-authored-by: Vatsa Patel <vatsapatel@microsoft.com>
Co-authored-by: Samir Solanki <samirsolanki@outlook.com>
Co-authored-by: vatsapatel@microsoft.colm <vatsapatel@microsoft.colm>

* Address Authorizations MissingTypeObject errors (Azure#20919)

* Add forgotten If-Match header (Azure#20920)

* Add forgotten If-Match header

`If-Match` header for the `DeleteAuthorizationAccessPolicy.json file` was forgotten. This change adds the wildcard character for the `If-Match` header for that file.

* Update ApiManagementDeleteAuthorization.json

* Use common types for specs and count as readonly (Azure#21023)

* common types

* count readonly

* Sasolank/more review comments (Azure#21025)

* XML

* proxy to gateway

* Update Authorizations Spec (Azure#21027)

* Update definitions.json

Update wording for PostGetLoginLink endpoint description

* Update apimauthorizationproviders.json

Add 201 response to all Authorization PUT requests

* Updated examples and fixed formatting

There was a formatting issue within apimauthorizationproviders.json, and the Authorization examples needed to be updated with the new 201 responses for creating/updating Authorization entities.

* Add long-running-operation key/value

Added x-ms-long-running-operation: true to Authorization PUT requests

* Remove long-running-operations

* readonly revert (Azure#21050)

* Set  SchemaContract.Document as required. (Azure#20110)

* Updated documentation of the SchemaContract. Server use to return code 500 in case SchemaContract.Document is null. That issue was fixed in the APIM and server will return proper response code.

* Fix AzureApiValidation

* update field with properties

* revert remaining readonly on collection (Azure#21051)

* Change to camel casing for "accesspolicies" (Azure#21070)

* Change to camel casing for "accesspolicies"

* More camel casing updates for access policies

* list example fixed (Azure#21089)

* fix definition (Azure#21110)

* upgrade to v3 for common types (Azure#21109)

* upgrade to v3

* Space

* revert to v2 proxyResource

Co-authored-by: Milan Zolota <Hardell@users.noreply.github.com>
Co-authored-by: Milan Zolota <mizolota@microsoft.com>
Co-authored-by: Sean D Kim <seandkim14@gmail.com>
Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
Co-authored-by: Annaji Sharma Ganti <anganti@microsoft.com>
Co-authored-by: Annaji Sharma Ganti <42851022+annaji-msft@users.noreply.github.com>
Co-authored-by: Tom Kerkhove <kerkhove.tom@gmail.com>
Co-authored-by: Korolev Dmitry <deagle.gross@gmail.com>
Co-authored-by: Logan Zipkes <44794089+LFZ96@users.noreply.github.com>
Co-authored-by: Rafał Mielowski <mielex@gmail.com>
Co-authored-by: malincrist <92857141+malincrist@users.noreply.github.com>
Co-authored-by: GuanchenIntern <109827715+GuanchenIntern@users.noreply.github.com>
Co-authored-by: VatsaPatel <vatsapatel13@gmail.com>
Co-authored-by: Vatsa Patel <vatsapatel@microsoft.com>
Co-authored-by: vatsapatel@microsoft.colm <vatsapatel@microsoft.colm>
Co-authored-by: Maxim Agapov <103097563+agapovm@users.noreply.github.com>
* [fix S360] add missing property to REVISIONS/REPLICAS/

fix s360 https://portal.azure-devex-tools.com/amekpis/correctness/detail?errorId=6F43822E-1FAA-4D7C-BCFE-9B8816F67241

* add 200 response for patch action to fix s360

* add example of patch200

* Update ManagedEnvironments_GetAuthToken.json

Co-authored-by: Nan Jiang <naji@microsoft.com>
* Adding Language Authoring 2022-10-01-preview to the specification folder

* fixes for PR checks

* prettier fixes

* PR comments

* Update specification/cognitiveservices/data-plane/Language/preview/2022-10-01-preview/analyzeconversations-authoring.json

* Update specification/cognitiveservices/data-plane/Language/preview/2022-10-01-preview/analyzeconversations-authoring.json

Co-authored-by: Heath Stewart <heaths@outlook.com>
…ersion preview/2021-10-01-preview (Azure#20733)

* Add blockchain to latest profile

* Add additional types

* update enum name

* update cluster max size and add default values

* add gateway message bus

* tenantId and principalId to readonly

* add blobpathprefix

* add file ref input

* add missed example files

* add 200 response code to scale

* add to 2020GA version

Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
Co-authored-by: Roslyn Lu <roslu@microsoft.com>
…st (Azure#21133)

Co-authored-by: Srivatsa Sinha <srsinha@microsoft.com>
* Fix RoundTrip error

* Fix model validation error

* Fix missing definition ManagedIntegrationRuntime

* Fix Invalid_Type error

* Revert "Fix Invalid_Type error"

This reverts commit 3216774.
… preview (Azure#21142)

* Updating version

* Update

* Update specification/recoveryservicesbackup/resource-manager/readme.md

Co-authored-by: Wei Dong <40835867+dw511214992@users.noreply.github.com>

* Update readme.python.md

* Update readme.md

* Update readme.python.md

* Update specification/recoveryservicesbackup/resource-manager/readme.md

Co-authored-by: Wei Dong <40835867+dw511214992@users.noreply.github.com>

* Update readme.python.md

Co-authored-by: Pratima Upadhyay <pratima.upadhyay02@gmail.com>
Co-authored-by: Wei Dong <40835867+dw511214992@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
…review/2021-02-01-preview (Azure#21040)

* NSP Link API changes

* minor fix

* fix errors

* fix error

* fix error

* fix lint error

* skip location from proxy resource

* fix sdk error

* fix linter check

* immutability flag changes

* removed v2 properties.

* minor fix

* removed default value as it is not supported by swagger

* make outbound profile read only

* minor change

* add x-ms-long-running-operation-options

* Fix review comments

* minor fix
…02-preview (Azure#21038)

* Adds base for updating Microsoft.ContainerService from version preview/2022-08-03-preview to version 2022-09-02-preview

* Updates readme

* Updates API version in new specs and examples

* Custom CA Trust updates for 20220902 preview version (Azure#20995)

* add create managed cluster example with certs

* add description of custom ca certs in managed cluster security profile json

* better phrasing

* Use dummy base64 encoded values for examples, set format: byte for cert array

* Update specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-09-02-preview/managedClusters.json

Co-authored-by: Matthew Christopher <matthchr@users.noreply.github.com>

* update description

* add exception for linter camel case

Co-authored-by: Mikolaj Umanski <mumanski@microsoft.com>
Co-authored-by: Matthew Christopher <matthchr@users.noreply.github.com>

* Containerservice 2022 09 02 preview fleet (Azure#20939)

* Fleet swagger 09-02 api

* Add to README

* Wrong ref

* Add options per lint diff err

* Add headers per lint feedbacks

* Add min and max length

* Add networkProfile.ebpfDataplane field to 20220902preview API (Azure#20955)

* Add HostNetwork NSG Control fields (Azure#20949)

* Update readmes for the 2022-09-02-preview dev branch of container service (Azure#20951)

* update readmes

* undo go readme

* fix tag for python sdk (Azure#21057)

* [containerservice-dev] Revert "Containerservice 2022 09 02 preview fleet (Azure#20939)" (Azure#21073)

* Revert "Containerservice 2022 09 02 preview fleet (Azure#20939)"

This reverts commit 7f97803.

* add fleet previous version to readme to pass CI

* Add fleet 0702 base for change comparison (Azure#21093)

* add 07-02-fleet-base

* bump apiversion reference

Co-authored-by: Stephane Erbrech <stephane.erbrech@gmail.com>

* Fleet swagger 09-02 api (Azure#21104)

Co-authored-by: nguyenmin <mnguyenn@protonmail.com>

Co-authored-by: Mikołaj Umański <mik.umanski@gmail.com>
Co-authored-by: Mikolaj Umanski <mumanski@microsoft.com>
Co-authored-by: Matthew Christopher <matthchr@users.noreply.github.com>
Co-authored-by: Minh Nguyen <mnguyenn@protonmail.com>
Co-authored-by: Will Daly <wedaly@users.noreply.github.com>
Co-authored-by: ccc <jialun.cai@pm.me>
Co-authored-by: Stéphane Erbrech <stephane.erbrech@gmail.com>
* Adds base for updating Microsoft.KeyVault from version preview/7.3-preview to version 7.4-preview

* Updates readme

* Updates API version in new specs and examples

* Key Vault 7.4-preview to 7.4-preview.1 (Azure#15900)

* KeyVault 7.4-preview to 7.4-preview.1

* Fix spelling error for subsequent KV versions

* Key Vault keys API: Add OKP key type and EdDSA digital signature (Azure#15989)

* Add OKP key type and EdDSA digital signature

* Address feedback

* Fix validation error

* dedge/api entityid (Azure#17854)

* Add EntityId to the API definitions for secrets, keys, and certificates

* fixed typos on entity ID

* added entityId to the api samples

* fixed examples

* [keyvault] - sync 7.3 stable changes to 7.4-preview.1 (Azure#18649)

* [keyvault] - sync 7.3 stable changes to 7.4-preview.1

* remove export sample

* add x-ms-client-name for targetAttestationToken

* settings-specs (Azure#20937)

* settings-specs

* my embarrassing typo errors

* pr feedback changes

* description change

* setting name param

* type specifier

* modelAsString

* only support at

* reference in readme

* prettier fixes

* fixes

* prettier

* lint fixes

* ran prettier

* lint fix

* prettier on common.json

* remove from common.json

* make all APIVersionParams equal

* fix breaking change

* setting name

* setting name param

* Make ApiVersionParameter global

* Merge securitydomain.json changes from stable/7.3

Co-authored-by: Heath Stewart <heaths@microsoft.com>

* Remove entity id (Azure#21092)

* Update certificates.json

* Update keys.json

* Update secrets.json

* Update CreateKey-example.json

* Update GetCertificate-example.json

* Update GetCertificateVersions-example.json

* Update GetCertificates-example.json

* Update GetKey-example.json

* Update GetKeys-example.json

* Update GetSecret-example.json

* Update GetSecrets-example.json

* Update GetCertificateVersions-example.json

* Sync operation and attributes descriptions with 7.3 (Azure#21119)

* Sync operation and attributes descriptions with 7.3

* Update certificates.json

* Update secrets.json

* Update storage.json

* Update keys.json

* Update keys.json

* Remove duplicate double quotes

* Remove duplicate description from certificates.json

Co-authored-by: Heath Stewart <heaths@microsoft.com>

* Change order of parameters in DeleteRoleDefinition-example.json

* Fix azure-sdk-for-go build issue

Co-authored-by: Alexander Schmidt <aschmidt@microsoft.com>
Co-authored-by: dedgems <99688216+dedgems@users.noreply.github.com>
Co-authored-by: Maor Leger <maorleger@users.noreply.github.com>
Co-authored-by: Maddie Lucas <85301813+maddiemlucas@users.noreply.github.com>
Co-authored-by: Jack Lichwa <52512203+jlichwa@users.noreply.github.com>
* Fix swagger issues for cdn preview version

* Updates

* Updates
This was referenced Dec 6, 2022
@msyyc
Copy link
Member

msyyc commented Dec 6, 2022

Hi, @msyyc, can you help us to approve this PR so that our branch can be updated with lastest main ? Thanks!

Why don't you merge main into target branch directly? The PR has so many files update, so I am afraid your operation of git is not right.

@yanfa317
Copy link
Contributor Author

yanfa317 commented Dec 6, 2022

@msyyc, since I have no authorization to do it, can you help us to do it? We just need to make sure the branch is sync with latest main branch. Thanks!

@msyyc
Copy link
Member

msyyc commented Dec 7, 2022

@msyyc, since I have no authorization to do it, can you help us to do it? We just need to make sure the branch is sync with latest main branch. Thanks!

@akning-ms Could you help merge it? Even though the PR contains so many files, it is just sync operation with main branch. (I can't help update target directly since it is protected branch):
image

@akning-ms
Copy link
Contributor

Can I know what the reason to do this? I am afraid it will cause issue when you submit PR against main from this release branch if I force merge it. I think you can create another release branch via openapi hub

@yanfa317
Copy link
Contributor Author

yanfa317 commented Dec 7, 2022

@akning-ms , we want to work on this branch, but this branch is far behind main branch, so we have to rebease it first. It is not necessary to use this PR. if you have better to make this branch sync with main, it would be great. Thanks!

@yanfa317
Copy link
Contributor Author

yanfa317 commented Dec 8, 2022

@akning-ms Can you help us? Thanks!

@akning-ms
Copy link
Contributor

Hi @yanfa317 , As I said, I am afraid you can not create correct PR to main from this release-branch after my force merge, do you have any PR alredy merged into the branch?

@yanfa317
Copy link
Contributor Author

@akning-ms we haven't made any seperated PRs in this branch. So it is OK to force merge main into this one. Thanks!

@akning-ms akning-ms merged commit 9646392 into Azure:release-network-2022-06-01-preview Dec 13, 2022
@yanfa317
Copy link
Contributor Author

Hi, @akning-ms Thanks so much for merging this. But since this PR has been delayed for long time, it is behind main branch again. Can you help us to merge the lastest main branch in to this branch? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.