Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ com.azure.resourcemanager:azure-resourcemanager-peering;1.0.0;1.1.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-policyinsights;1.0.0;1.1.0-beta.2
com.azure.resourcemanager:azure-resourcemanager-support;1.1.0;1.2.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-subscription;1.0.0;1.1.0-beta.2
com.azure.resourcemanager:azure-resourcemanager-powerbidedicated;1.0.0;1.1.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-powerbidedicated;1.0.0;1.1.0
com.azure.resourcemanager:azure-resourcemanager-applicationinsights;1.1.0;1.2.0-beta.2
com.azure.resourcemanager:azure-resourcemanager-deploymentmanager;1.0.0-beta.2;1.0.0-beta.3
com.azure.resourcemanager:azure-resourcemanager-notificationhubs;1.0.0;1.1.0-beta.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,98 @@
# Release History

## 1.1.0-beta.1 (Unreleased)
## 1.1.0 (2026-03-05)

### Features Added
- Azure Resource Manager PowerBIDedicated client library for Java. This package contains Microsoft Azure SDK for PowerBIDedicated Management SDK. PowerBI Dedicated Web API provides a RESTful set of web services that enables users to create, retrieve, update, and delete Power BI dedicated capacities. Package api-version 2021-01-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

### Breaking Changes

### Bugs Fixed
#### `models.OperationListResult` was removed

### Other Changes
#### `models.AutoScaleVCoreListResult` was removed

#### `models.DedicatedCapacities` was removed

#### `PowerBIDedicatedManager` was modified

* `fluent.PowerBIDedicated serviceClient()` -> `fluent.PowerBIDedicatedManagementClient serviceClient()`

#### `models.AutoScaleVCoreSku` was modified

* `validate()` was removed

#### `models.CheckCapacityNameAvailabilityParameters` was modified

* `validate()` was removed

#### `models.OperationDisplay` was modified

* `OperationDisplay()` was changed to private access
* `validate()` was removed
* `withDescription(java.lang.String)` was removed

#### `models.SkuDetailsForExistingResource` was modified

* `SkuDetailsForExistingResource()` was changed to private access
* `withSku(models.CapacitySku)` was removed
* `withResourceType(java.lang.String)` was removed
* `validate()` was removed

#### `models.DedicatedCapacityAdministrators` was modified

* `validate()` was removed

#### `models.MetricSpecificationDimensionsItem` was modified

* `MetricSpecificationDimensionsItem()` was changed to private access
* `withDisplayName(java.lang.String)` was removed
* `validate()` was removed

#### `models.AutoScaleVCoreUpdateParameters` was modified

* `validate()` was removed

#### `models.ServiceSpecification` was modified

* `ServiceSpecification()` was changed to private access
* `withMetricSpecifications(java.util.List)` was removed
* `withLogSpecifications(java.util.List)` was removed
* `validate()` was removed

#### `models.LogSpecification` was modified

* `LogSpecification()` was changed to private access
* `withDisplayName(java.lang.String)` was removed
* `validate()` was removed

#### `models.CapacitySku` was modified

* `validate()` was removed

#### `models.DedicatedCapacity$Definition` was modified

* `withSystemData(com.azure.core.management.SystemData)` was removed

#### `models.DedicatedCapacityUpdateParameters` was modified

* `validate()` was removed

#### `models.MetricSpecification` was modified

* `MetricSpecification()` was changed to private access
* `validate()` was removed
* `withDisplayDescription(java.lang.String)` was removed
* `withDimensions(java.util.List)` was removed
* `withDisplayName(java.lang.String)` was removed

#### `models.AutoScaleVCore$Definition` was modified

* `withSystemData(com.azure.core.management.SystemData)` was removed

#### `models.OperationProperties` was modified

* `OperationProperties()` was changed to private access
* `withServiceSpecification(models.ServiceSpecification)` was removed
* `validate()` was removed

## 1.0.0 (2024-12-25)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Azure Resource Manager PowerBIDedicated client library for Java.

This package contains Microsoft Azure SDK for PowerBIDedicated Management SDK. PowerBI Dedicated Web API provides a RESTful set of web services that enables users to create, retrieve, update, and delete Power BI dedicated capacities. Package tag package-2021-01-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
This package contains Microsoft Azure SDK for PowerBIDedicated Management SDK. PowerBI Dedicated Web API provides a RESTful set of web services that enables users to create, retrieve, update, and delete Power BI dedicated capacities. Package api-version 2021-01-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

## We'd love to hear your feedback

Expand Down Expand Up @@ -32,7 +32,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-powerbidedicated</artifactId>
<version>1.1.0-beta.1</version>
<version>1.1.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand All @@ -52,15 +52,15 @@ Azure subscription ID can be configured via `AZURE_SUBSCRIPTION_ID` environment
Assuming the use of the `DefaultAzureCredential` credential class, the client can be authenticated using the following code:

```java
AzureProfile profile = new AzureProfile(AzureEnvironment.AZURE);
AzureProfile profile = new AzureProfile(AzureCloud.AZURE_PUBLIC_CLOUD);
TokenCredential credential = new DefaultAzureCredentialBuilder()
.authorityHost(profile.getEnvironment().getActiveDirectoryEndpoint())
.build();
PowerBIDedicatedManager manager = PowerBIDedicatedManager
.authenticate(credential, profile);
```

The sample code assumes global Azure. Please change `AzureEnvironment.AZURE` variable if otherwise.
The sample code assumes global Azure. Please change the `AzureCloud.AZURE_PUBLIC_CLOUD` variable if otherwise.

See [Authentication][authenticate] for more options.

Expand Down Expand Up @@ -100,5 +100,3 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
[coc]: https://opensource.microsoft.com/codeofconduct/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/


Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ import java.util.Map;
*/
public final class AutoScaleVCoresCreateSamples {
/*
* x-ms-original-file:
* specification/powerbidedicated/resource-manager/Microsoft.PowerBIdedicated/stable/2021-01-01/examples/
* createAutoScaleVCore.json
* x-ms-original-file: 2021-01-01/createAutoScaleVCore.json
*/
/**
* Sample code: Create auto scale v-core.
Expand Down Expand Up @@ -84,9 +82,7 @@ public final class AutoScaleVCoresCreateSamples {
*/
public final class AutoScaleVCoresDeleteSamples {
/*
* x-ms-original-file:
* specification/powerbidedicated/resource-manager/Microsoft.PowerBIdedicated/stable/2021-01-01/examples/
* deleteAutoScaleVCore.json
* x-ms-original-file: 2021-01-01/deleteAutoScaleVCore.json
*/
/**
* Sample code: Delete an auto scale v-core.
Expand All @@ -109,9 +105,7 @@ public final class AutoScaleVCoresDeleteSamples {
*/
public final class AutoScaleVCoresGetByResourceGroupSamples {
/*
* x-ms-original-file:
* specification/powerbidedicated/resource-manager/Microsoft.PowerBIdedicated/stable/2021-01-01/examples/
* getAutoScaleVCore.json
* x-ms-original-file: 2021-01-01/getAutoScaleVCore.json
*/
/**
* Sample code: Get details of an auto scale v-core.
Expand All @@ -134,9 +128,7 @@ public final class AutoScaleVCoresGetByResourceGroupSamples {
*/
public final class AutoScaleVCoresListSamples {
/*
* x-ms-original-file:
* specification/powerbidedicated/resource-manager/Microsoft.PowerBIdedicated/stable/2021-01-01/examples/
* listAutoScaleVCoresInSubscription.json
* x-ms-original-file: 2021-01-01/listAutoScaleVCoresInSubscription.json
*/
/**
* Sample code: List auto scale v-cores in subscription.
Expand All @@ -158,9 +150,7 @@ public final class AutoScaleVCoresListSamples {
*/
public final class AutoScaleVCoresListByResourceGroupSamples {
/*
* x-ms-original-file:
* specification/powerbidedicated/resource-manager/Microsoft.PowerBIdedicated/stable/2021-01-01/examples/
* listAutoScaleVCoresInResourceGroup.json
* x-ms-original-file: 2021-01-01/listAutoScaleVCoresInResourceGroup.json
*/
/**
* Sample code: List auto scale v-cores in resource group.
Expand Down Expand Up @@ -188,9 +178,7 @@ import java.util.Map;
*/
public final class AutoScaleVCoresUpdateSamples {
/*
* x-ms-original-file:
* specification/powerbidedicated/resource-manager/Microsoft.PowerBIdedicated/stable/2021-01-01/examples/
* updateAutoScaleVCore.json
* x-ms-original-file: 2021-01-01/updateAutoScaleVCore.json
*/
/**
* Sample code: Update auto scale v-core parameters.
Expand Down Expand Up @@ -233,9 +221,7 @@ import com.azure.resourcemanager.powerbidedicated.models.CheckCapacityNameAvaila
*/
public final class CapacitiesCheckNameAvailabilitySamples {
/*
* x-ms-original-file:
* specification/powerbidedicated/resource-manager/Microsoft.PowerBIdedicated/stable/2021-01-01/examples/
* checkNameAvailability.json
* x-ms-original-file: 2021-01-01/checkNameAvailability.json
*/
/**
* Sample code: Check name availability of a capacity.
Expand Down Expand Up @@ -268,9 +254,7 @@ import java.util.Map;
*/
public final class CapacitiesCreateSamples {
/*
* x-ms-original-file:
* specification/powerbidedicated/resource-manager/Microsoft.PowerBIdedicated/stable/2021-01-01/examples/
* createCapacity.json
* x-ms-original-file: 2021-01-01/createCapacity.json
*/
/**
* Sample code: Create capacity.
Expand Down Expand Up @@ -311,9 +295,7 @@ public final class CapacitiesCreateSamples {
*/
public final class CapacitiesDeleteSamples {
/*
* x-ms-original-file:
* specification/powerbidedicated/resource-manager/Microsoft.PowerBIdedicated/stable/2021-01-01/examples/
* deleteCapacity.json
* x-ms-original-file: 2021-01-01/deleteCapacity.json
*/
/**
* Sample code: Get details of a capacity.
Expand All @@ -335,9 +317,7 @@ public final class CapacitiesDeleteSamples {
*/
public final class CapacitiesGetByResourceGroupSamples {
/*
* x-ms-original-file:
* specification/powerbidedicated/resource-manager/Microsoft.PowerBIdedicated/stable/2021-01-01/examples/getCapacity
* .json
* x-ms-original-file: 2021-01-01/getCapacity.json
*/
/**
* Sample code: Get details of a capacity.
Expand All @@ -359,9 +339,7 @@ public final class CapacitiesGetByResourceGroupSamples {
*/
public final class CapacitiesListSamples {
/*
* x-ms-original-file:
* specification/powerbidedicated/resource-manager/Microsoft.PowerBIdedicated/stable/2021-01-01/examples/
* listCapacitiesInSubscription.json
* x-ms-original-file: 2021-01-01/listCapacitiesInSubscription.json
*/
/**
* Sample code: Get details of a capacity.
Expand All @@ -383,9 +361,7 @@ public final class CapacitiesListSamples {
*/
public final class CapacitiesListByResourceGroupSamples {
/*
* x-ms-original-file:
* specification/powerbidedicated/resource-manager/Microsoft.PowerBIdedicated/stable/2021-01-01/examples/
* listCapacitiesInResourceGroup.json
* x-ms-original-file: 2021-01-01/listCapacitiesInResourceGroup.json
*/
/**
* Sample code: List capacities in resource group.
Expand All @@ -407,9 +383,7 @@ public final class CapacitiesListByResourceGroupSamples {
*/
public final class CapacitiesListSkusSamples {
/*
* x-ms-original-file:
* specification/powerbidedicated/resource-manager/Microsoft.PowerBIdedicated/stable/2021-01-01/examples/
* listSKUsForNew.json
* x-ms-original-file: 2021-01-01/listSKUsForNew.json
*/
/**
* Sample code: List eligible SKUs for a new capacity.
Expand All @@ -431,9 +405,7 @@ public final class CapacitiesListSkusSamples {
*/
public final class CapacitiesListSkusForCapacitySamples {
/*
* x-ms-original-file:
* specification/powerbidedicated/resource-manager/Microsoft.PowerBIdedicated/stable/2021-01-01/examples/
* listSKUsForExisting.json
* x-ms-original-file: 2021-01-01/listSKUsForExisting.json
*/
/**
* Sample code: List eligible SKUs for an existing capacity.
Expand All @@ -455,9 +427,7 @@ public final class CapacitiesListSkusForCapacitySamples {
*/
public final class CapacitiesResumeSamples {
/*
* x-ms-original-file:
* specification/powerbidedicated/resource-manager/Microsoft.PowerBIdedicated/stable/2021-01-01/examples/
* resumeCapacity.json
* x-ms-original-file: 2021-01-01/resumeCapacity.json
*/
/**
* Sample code: Get details of a capacity.
Expand All @@ -479,9 +449,7 @@ public final class CapacitiesResumeSamples {
*/
public final class CapacitiesSuspendSamples {
/*
* x-ms-original-file:
* specification/powerbidedicated/resource-manager/Microsoft.PowerBIdedicated/stable/2021-01-01/examples/
* suspendCapacity.json
* x-ms-original-file: 2021-01-01/suspendCapacity.json
*/
/**
* Sample code: Suspend capacity.
Expand Down Expand Up @@ -511,9 +479,7 @@ import java.util.Map;
*/
public final class CapacitiesUpdateSamples {
/*
* x-ms-original-file:
* specification/powerbidedicated/resource-manager/Microsoft.PowerBIdedicated/stable/2021-01-01/examples/
* updateToGen2.json
* x-ms-original-file: 2021-01-01/updateToGen2.json
*/
/**
* Sample code: Update capacity to Generation 2.
Expand All @@ -533,9 +499,7 @@ public final class CapacitiesUpdateSamples {
}

/*
* x-ms-original-file:
* specification/powerbidedicated/resource-manager/Microsoft.PowerBIdedicated/stable/2021-01-01/examples/
* updateCapacity.json
* x-ms-original-file: 2021-01-01/updateCapacity.json
*/
/**
* Sample code: Update capacity parameters.
Expand Down Expand Up @@ -577,9 +541,7 @@ public final class CapacitiesUpdateSamples {
*/
public final class OperationsListSamples {
/*
* x-ms-original-file:
* specification/powerbidedicated/resource-manager/Microsoft.PowerBIdedicated/stable/2021-01-01/examples/operations.
* json
* x-ms-original-file: 2021-01-01/operations.json
*/
/**
* Sample code: List operations.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!--
~ Copyright (c) Microsoft Corporation. All rights reserved.
~ Licensed under the MIT License.
~ Code generated by Microsoft (R) AutoRest Code Generator.
~ Code generated by Microsoft (R) TypeSpec Code Generator.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.azure</groupId>
Expand All @@ -14,11 +14,11 @@

<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-powerbidedicated</artifactId>
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure.resourcemanager:azure-resourcemanager-powerbidedicated;current} -->
<version>1.1.0</version> <!-- {x-version-update;com.azure.resourcemanager:azure-resourcemanager-powerbidedicated;current} -->
<packaging>jar</packaging>

<name>Microsoft Azure SDK for PowerBIDedicated Management</name>
<description>This package contains Microsoft Azure SDK for PowerBIDedicated Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. PowerBI Dedicated Web API provides a RESTful set of web services that enables users to create, retrieve, update, and delete Power BI dedicated capacities. Package tag package-2021-01-01.</description>
<description>This package contains Microsoft Azure SDK for PowerBIDedicated Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. PowerBI Dedicated Web API provides a RESTful set of web services that enables users to create, retrieve, update, and delete Power BI dedicated capacities. Package api-version 2021-01-01.</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>

<licenses>
Expand All @@ -45,7 +45,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jacoco.min.linecoverage>0</jacoco.min.linecoverage>
<jacoco.min.branchcoverage>0</jacoco.min.branchcoverage>
<spotless.skip>false</spotless.skip>
<revapi.skip>true</revapi.skip>
</properties>
<dependencies>
<dependency>
Expand Down
Loading
Loading