Skip to content

Commit

Permalink
CodeGen from PR 20681 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Adding resourceconnector - Appliance GA API version (Azure#20681)

* Adding resourceconnector - appliance GA API verson

* Update swagger PR to add ArtifactURL and Another SSHKey type - ScopesAccessKey

* Commiting previous API Version 2022-04-15-preview

* Commiting latest API Version 2022-10-27

* Update to v3 types:

* Adding words to custom-words.txt

* run prettier check

* Use v3 for appliance resource type too

* resolve merge conflicts in custom words.txt

* add in readmes

* Add blockchain to latest profile

* Add additional types

* track2 modify eventhub readme.go.md (Azure#15338)

* track2 modify operationalinsights readme.go.md (Azure#15354)

* track2 modify security readme.go.md (Azure#15357)

* track2 modify eventgrid readme.go.md (Azure#15358)

* [Hub Generated] Public private branch 'dev-azure-kusto-Microsoft.Kusto-2021-08-27' (Azure#15905)

* Adds base for updating Microsoft.Kusto from version stable/2021-01-01 to version 2021-08-27

* Updates readme

* Updates API version in new specs and examples

* Swagger changes

* it1

* hh

* it2

* it3

* it5

* it6

* it7

* readme

* it10

* it11

* it11

* it 12

* it 13

* prettier

* python

* allowedIpRangeList - remove default

* bassel changes

* checkNameAvailability

* fix lint

* checkName

* fix

* managedPrivate check name

* prettier

* Update readme.python.md

* add attached enum

* Dor comments

* fix description

* readOnly

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

* update the format to int64 for creationtimestamp and expirationtimestamp

* Updating Delete example to include location header for 202 response

* fix header in delete example

Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
Co-authored-by: JiahuiPeng <46921893+804873052@users.noreply.github.com>
Co-authored-by: hila levi <88654259+hilalevi170@users.noreply.github.com>
Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
Co-authored-by: Aditi Malladi <amalladi@Aditis-MacBook-Pro.local>
  • Loading branch information
6 people committed Nov 9, 2022
1 parent 74c0091 commit 8840e5f
Show file tree
Hide file tree
Showing 10 changed files with 342 additions and 394 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# Release History

## 1.0.0 (2022-11-09)
### Breaking Changes

- Function `*AppliancesClient.ListClusterCustomerUserCredential` has been removed
- Struct `ApplianceListClusterCustomerUserCredentialResults` has been removed
- Struct `AppliancesClientListClusterCustomerUserCredentialOptions` has been removed
- Struct `AppliancesClientListClusterCustomerUserCredentialResponse` has been removed

### Features Added

- New const `SSHKeyTypeScopedAccessKey`
- New const `StatusImageDeprovisioning`
- New const `StatusImageProvisioned`
- New const `StatusImageDownloaded`
- New const `StatusImageProvisioning`
- New const `StatusUpgradingKVAIO`
- New const `ArtifactTypeLogsArtifactType`
- New const `SSHKeyTypeLogsKey`
- New const `StatusImagePending`
- New const `StatusWaitingForKVAIO`
- New const `SSHKeyTypeManagementCAKey`
- New const `StatusImageUnknown`
- New const `StatusImageDownloading`
- New type alias `ArtifactType`
- New function `*AppliancesClient.ListKeys(context.Context, string, string, *AppliancesClientListKeysOptions) (AppliancesClientListKeysResponse, error)`
- New function `*AppliancesClient.GetTelemetryConfig(context.Context, *AppliancesClientGetTelemetryConfigOptions) (AppliancesClientGetTelemetryConfigResponse, error)`
- New function `PossibleArtifactTypeValues() []ArtifactType`
- New struct `ApplianceGetTelemetryConfigResult`
- New struct `ApplianceListKeysResults`
- New struct `AppliancesClientGetTelemetryConfigOptions`
- New struct `AppliancesClientGetTelemetryConfigResponse`
- New struct `AppliancesClientListKeysOptions`
- New struct `AppliancesClientListKeysResponse`
- New struct `ArtifactProfile`
- New field `SystemData` in struct `Resource`
- New field `SystemData` in struct `TrackedResource`
- New field `Certificate` in struct `SSHKey`
- New field `CreationTimeStamp` in struct `SSHKey`
- New field `ExpirationTimeStamp` in struct `SSHKey`


## 0.2.0 (2022-06-28)
### Features Added

Expand Down

Large diffs are not rendered by default.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/a7de71ef99f5ea2aefe38bbd3c55db09c64547e8/specification/resourceconnector/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/a7de71ef99f5ea2aefe38bbd3c55db09c64547e8/specification/resourceconnector/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/resourceconnector/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/resourceconnector/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 0.2.0
module-version: 1.0.0

```
Loading

0 comments on commit 8840e5f

Please sign in to comment.