Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
…into formrecognizer_regeneration

* 'master' of https://github.com/Azure/azure-rest-api-specs: (52 commits)
  rename synapse model in java (Azure#10911)
  [Microsoft.Storage] Adding support for ResourceAccessRules (Azure#10868)
  add fix (Azure#10906)
  Revert "[Do Not Merge][Really To Review] add a new apis (Azure#10756)" (Azure#10908)
  [Do Not Merge][Really To Review] add a new apis (Azure#10756)
  Add documentation for downloading invoices through Microsoft.Billing API (Azure#10585)
  Add api-version of 2019-10-01/comsuption to go SDK (Azure#10749)
  Add location info for cross region compute feature (Azure#10816)
  Operationalinsights/data export delete all tables param (Azure#10775)
  Update SDKAutomation.yml for Azure Pipelines (Azure#10904)
  [Hub Generated] Review request for Microsoft.DigitalTwins to add version stable/2020-10-31 (Azure#10902)
  [Hub Generated] Review request for Microsoft.Insights to add version preview/2020-05-01-preview (Azure#10891)
  Add readme.azureresourceschema.md for sample rp (Azure#10764)
  [Hub Generated] Review request for Microsoft.Security to add version preview/2020-08-06-preview (Azure#10773)
  DataFactory: Update Rest Sink properties based on ship room comments. (Azure#10815)
  Bring up ACS eventgrid events swagger (Azure#10880)
  Assignment config (Azure#10850)
  .md for python (Azure#10881)
  Fixed ActionRule's polymorphism via discriminator (Azure#10829)
  Fixed S360 issues related to ARM & SDK swagger linting errors for Microsoft.Solutions. (Azure#10804)
  ...
  • Loading branch information
iscai-msft committed Sep 23, 2020
2 parents a39e531 + e15b2de commit 2642b4b
Show file tree
Hide file tree
Showing 543 changed files with 66,415 additions and 8,539 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/SDKAutomation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
SDK_REPO_NAME: azure-sdk-for-go
Trenton:
SDK_REPO_NAME: azure-sdk-for-trenton
${{ if eq(variables['ENABLE_RESOURCE_MANAGER_SCHEMAS'], 'true') }}:
Schema:
SDK_REPO_NAME: azure-resource-manager-schemas
steps:
Expand Down Expand Up @@ -80,6 +79,7 @@ jobs:
-e AZURE_DEVOPS_EXT_PAT \
-e BUILD_ID \
sdk-automation:latest npm start
condition: or(ne(variables['SDK_REPO_NAME'], 'azure-resource-manager-schemas'), endsWith(variables['SPEC_REPO'], '/azure-rest-api-specs'))
env:
BLOB_STORAGE_NAME: $(blob-storage-name)
BLOB_STORAGE_KEY: $(blob-storage-key)
Expand Down
2 changes: 1 addition & 1 deletion .github/pull_request_assignment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
- yungezz

- rule:
paths: "specification/resources/**"
paths: "specification/@(resources|powerplatform)/**"
reviewers:
- raych1

Expand Down
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/specification/analysisservices/ @taiwu
/specification/alertsmanagement/ @ofirmanor @olalavi @erangon @orieldar @ilaizi @shakednai1 @khaboasb @orenhor
/specification/apimanagement/ @promoisha @solankisamir
/specification/applicationinsights/ @alexeldeib
/specification/asazure/ @athipp
Expand Down
1 change: 1 addition & 0 deletions azure-rest-api-specs
Submodule azure-rest-api-specs added at f83281
22 changes: 22 additions & 0 deletions cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,28 @@
"networkrulesets",
"Setget"
]
},
{
"filename": "**/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2020-05-01-preview/machineLearningServices.json",
"words": [
"mysqldb",
"psqldb"
]
},
{
"filename": "**/specification/maps/data-plane/Microsoft.Maps/Render/preview/1.0/render.json",
"words": [
"Chttp",
"Fcontoso",
"Fpushpins"
]
}
,
{
"filename": "**/specification/communication/data-plane/Microsoft.CommunicationServicesChat/preview/2020-09-21-preview2/communicationserviceschat.json",
"words": [
"readreceipts"
]
}
]
}
Loading

0 comments on commit 2642b4b

Please sign in to comment.