Skip to content

Commit f601bad

Browse files
authored
【Release】sdk/resourcemanger/appconfiguration/armappconfiguration/2.2.0 (Azure#23787)
* update: update emitter-package(-lock).json * [Release] sdk/resourcemanager/appconfiguration/armappconfiguration/2.2.0 generation from spec commit: d477c7caa09bf82e22c419be0a99d170552b5892 * update config * update api version in test-proxy
1 parent 5cb5fb0 commit f601bad

28 files changed

+1128
-399
lines changed

sdk/resourcemanager/appconfiguration/armappconfiguration/CHANGELOG.md

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

3+
## 2.2.0 (2024-11-20)
4+
### Features Added
5+
6+
- New enum type `AuthenticationMode` with values `AuthenticationModeLocal`, `AuthenticationModePassThrough`
7+
- New enum type `CompositionType` with values `CompositionTypeKey`, `CompositionTypeKeyLabel`
8+
- New enum type `PrivateLinkDelegation` with values `PrivateLinkDelegationDisabled`, `PrivateLinkDelegationEnabled`
9+
- New enum type `SnapshotStatus` with values `SnapshotStatusArchived`, `SnapshotStatusFailed`, `SnapshotStatusProvisioning`, `SnapshotStatusReady`
10+
- New function `*ClientFactory.NewSnapshotsClient() *SnapshotsClient`
11+
- New function `NewSnapshotsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SnapshotsClient, error)`
12+
- New function `*SnapshotsClient.BeginCreate(context.Context, string, string, string, Snapshot, *SnapshotsClientBeginCreateOptions) (*runtime.Poller[SnapshotsClientCreateResponse], error)`
13+
- New function `*SnapshotsClient.Get(context.Context, string, string, string, *SnapshotsClientGetOptions) (SnapshotsClientGetResponse, error)`
14+
- New struct `DataPlaneProxyProperties`
15+
- New struct `KeyValueFilter`
16+
- New struct `Snapshot`
17+
- New struct `SnapshotProperties`
18+
- New field `DataPlaneProxy` in struct `ConfigurationStoreProperties`
19+
- New field `DataPlaneProxy` in struct `ConfigurationStorePropertiesUpdateParameters`
20+
21+
322
## 2.1.0 (2023-11-24)
423
### Features Added
524

sdk/resourcemanager/appconfiguration/armappconfiguration/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "go",
44
"TagPrefix": "go/resourcemanager/appconfiguration/armappconfiguration",
5-
"Tag": "go/resourcemanager/appconfiguration/armappconfiguration_7bfb1cf27c"
5+
"Tag": "go/resourcemanager/appconfiguration/armappconfiguration_78be2d1df5"
66
}

sdk/resourcemanager/appconfiguration/armappconfiguration/autorest.md

Lines changed: 4 additions & 4 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/1f22d4dbd99b0fe347ad79e79d4eb1ed44a87291/specification/appconfiguration/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/1f22d4dbd99b0fe347ad79e79d4eb1ed44a87291/specification/appconfiguration/resource-manager/readme.go.md
8+
- https://github.com/Azure/azure-rest-api-specs/blob/d477c7caa09bf82e22c419be0a99d170552b5892/specification/appconfiguration/resource-manager/readme.md
9+
- https://github.com/Azure/azure-rest-api-specs/blob/d477c7caa09bf82e22c419be0a99d170552b5892/specification/appconfiguration/resource-manager/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 2.1.0
12-
tag: package-2023-03-01
11+
module-version: 2.2.0
12+
tag: package-2024-05-01
1313
```

sdk/resourcemanager/appconfiguration/armappconfiguration/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
// Licensed under the MIT License. See License.txt in the project root for license information.
33

44
// This file enables 'go generate' to regenerate this specific SDK
5-
//go:generate pwsh ../../../../eng/scripts/build.ps1 -skipBuild -cleanGenerated -format -tidy -generate resourcemanager/appconfiguration/armappconfiguration
5+
//go:generate pwsh ../../../../eng/scripts/build.ps1 -skipBuild -cleanGenerated -format -tidy -generate -removeUnreferencedTypes resourcemanager/appconfiguration/armappconfiguration
66

77
package armappconfiguration

sdk/resourcemanager/appconfiguration/armappconfiguration/client_factory.go

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

sdk/resourcemanager/appconfiguration/armappconfiguration/configurationstores_client.go

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

0 commit comments

Comments
 (0)