Skip to content

Commit 8840e5f

Browse files
SDKAutomarkcowlAlancerehilalevi170msyyc
committed
CodeGen from PR 20681 in Azure/azure-rest-api-specs
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 <[email protected]> * 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 <[email protected]> Co-authored-by: JiahuiPeng <[email protected]> Co-authored-by: hila levi <[email protected]> Co-authored-by: msyyc <[email protected]> Co-authored-by: Aditi Malladi <[email protected]>
1 parent 74c0091 commit 8840e5f

File tree

10 files changed

+342
-394
lines changed

10 files changed

+342
-394
lines changed

sdk/resourcemanager/resourceconnector/armresourceconnector/CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,46 @@
11
# Release History
22

3+
## 1.0.0 (2022-11-09)
4+
### Breaking Changes
5+
6+
- Function `*AppliancesClient.ListClusterCustomerUserCredential` has been removed
7+
- Struct `ApplianceListClusterCustomerUserCredentialResults` has been removed
8+
- Struct `AppliancesClientListClusterCustomerUserCredentialOptions` has been removed
9+
- Struct `AppliancesClientListClusterCustomerUserCredentialResponse` has been removed
10+
11+
### Features Added
12+
13+
- New const `SSHKeyTypeScopedAccessKey`
14+
- New const `StatusImageDeprovisioning`
15+
- New const `StatusImageProvisioned`
16+
- New const `StatusImageDownloaded`
17+
- New const `StatusImageProvisioning`
18+
- New const `StatusUpgradingKVAIO`
19+
- New const `ArtifactTypeLogsArtifactType`
20+
- New const `SSHKeyTypeLogsKey`
21+
- New const `StatusImagePending`
22+
- New const `StatusWaitingForKVAIO`
23+
- New const `SSHKeyTypeManagementCAKey`
24+
- New const `StatusImageUnknown`
25+
- New const `StatusImageDownloading`
26+
- New type alias `ArtifactType`
27+
- New function `*AppliancesClient.ListKeys(context.Context, string, string, *AppliancesClientListKeysOptions) (AppliancesClientListKeysResponse, error)`
28+
- New function `*AppliancesClient.GetTelemetryConfig(context.Context, *AppliancesClientGetTelemetryConfigOptions) (AppliancesClientGetTelemetryConfigResponse, error)`
29+
- New function `PossibleArtifactTypeValues() []ArtifactType`
30+
- New struct `ApplianceGetTelemetryConfigResult`
31+
- New struct `ApplianceListKeysResults`
32+
- New struct `AppliancesClientGetTelemetryConfigOptions`
33+
- New struct `AppliancesClientGetTelemetryConfigResponse`
34+
- New struct `AppliancesClientListKeysOptions`
35+
- New struct `AppliancesClientListKeysResponse`
36+
- New struct `ArtifactProfile`
37+
- New field `SystemData` in struct `Resource`
38+
- New field `SystemData` in struct `TrackedResource`
39+
- New field `Certificate` in struct `SSHKey`
40+
- New field `CreationTimeStamp` in struct `SSHKey`
41+
- New field `ExpirationTimeStamp` in struct `SSHKey`
42+
43+
344
## 0.2.0 (2022-06-28)
445
### Features Added
546

sdk/resourcemanager/resourceconnector/armresourceconnector/appliances_client.go

Lines changed: 101 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/resourceconnector/armresourceconnector/appliances_client_example_test.go

Lines changed: 0 additions & 266 deletions
This file was deleted.

sdk/resourcemanager/resourceconnector/armresourceconnector/autorest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/a7de71ef99f5ea2aefe38bbd3c55db09c64547e8/specification/resourceconnector/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/a7de71ef99f5ea2aefe38bbd3c55db09c64547e8/specification/resourceconnector/resource-manager/readme.go.md
8+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/resourceconnector/resource-manager/readme.md
9+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/resourceconnector/resource-manager/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 0.2.0
11+
module-version: 1.0.0
1212

1313
```

0 commit comments

Comments
 (0)