Skip to content
Closed
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
981 changes: 977 additions & 4 deletions sdk/eventgrid/azure-resourcemanager-eventgrid/CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions sdk/eventgrid/azure-resourcemanager-eventgrid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Azure Resource Manager EventGrid client library for Java.

This package contains Microsoft Azure SDK for EventGrid Management SDK. Azure EventGrid Management Client. Package tag package-2024-06-preview. 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 EventGrid Management SDK. Azure EventGrid Management Client test. Package tag package-2024-12-preview. 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-eventgrid</artifactId>
<version>1.2.0-beta.7</version>
<version>1.2.0-beta.8</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
434 changes: 217 additions & 217 deletions sdk/eventgrid/azure-resourcemanager-eventgrid/SAMPLE.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sdk/eventgrid/azure-resourcemanager-eventgrid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<packaging>jar</packaging>

<name>Microsoft Azure SDK for EventGrid Management</name>
<description>This package contains Microsoft Azure SDK for EventGrid Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Azure EventGrid Management Client. Package tag package-2024-06-preview.</description>
<description>This package contains Microsoft Azure SDK for EventGrid Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Azure EventGrid Management Client test. Package tag package-2024-12-preview.</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>

<licenses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@

/**
* Entry point to EventGridManager.
* Azure EventGrid Management Client.
* Azure EventGrid Management Client test.
*/
public final class EventGridManager {
private CaCertificates caCertificates;
Expand Down Expand Up @@ -325,7 +325,7 @@ public EventGridManager authenticate(TokenCredential credential, AzureProfile pr
.append("-")
.append("com.azure.resourcemanager.eventgrid")
.append("/")
.append("1.2.0-beta.7");
.append("1.0.0-beta.1");
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
userAgentBuilder.append(" (")
.append(Configuration.getGlobalConfiguration().get("java.version"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public final class CaCertificateInner extends ProxyResource {
private CaCertificateProperties innerProperties;

/*
* The system metadata relating to the CaCertificate resource.
* The system metadata relating to the Event Grid resource.
*/
private SystemData systemData;

Expand Down Expand Up @@ -60,7 +60,7 @@ private CaCertificateProperties innerProperties() {
}

/**
* Get the systemData property: The system metadata relating to the CaCertificate resource.
* Get the systemData property: The system metadata relating to the Event Grid resource.
*
* @return the systemData value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public final class ChannelInner extends ProxyResource {
private ChannelProperties innerProperties;

/*
* The system metadata relating to Channel resource.
* The system metadata relating to the Event Grid resource.
*/
private SystemData systemData;

Expand Down Expand Up @@ -64,7 +64,7 @@ private ChannelProperties innerProperties() {
}

/**
* Get the systemData property: The system metadata relating to Channel resource.
* Get the systemData property: The system metadata relating to the Event Grid resource.
*
* @return the systemData value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public final class ClientGroupInner extends ProxyResource {
private ClientGroupProperties innerProperties;

/*
* The system metadata relating to the ClientGroup resource.
* The system metadata relating to the Event Grid resource.
*/
private SystemData systemData;

Expand Down Expand Up @@ -59,7 +59,7 @@ private ClientGroupProperties innerProperties() {
}

/**
* Get the systemData property: The system metadata relating to the ClientGroup resource.
* Get the systemData property: The system metadata relating to the Event Grid resource.
*
* @return the systemData value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public final class ClientInner extends ProxyResource {
private ClientProperties innerProperties;

/*
* The system metadata relating to the Client resource.
* The system metadata relating to the Event Grid resource.
*/
private SystemData systemData;

Expand Down Expand Up @@ -62,7 +62,7 @@ private ClientProperties innerProperties() {
}

/**
* Get the systemData property: The system metadata relating to the Client resource.
* Get the systemData property: The system metadata relating to the Event Grid resource.
*
* @return the systemData value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public final class DomainInner extends Resource {
private IdentityInfo identity;

/*
* The system metadata relating to the Event Grid Domain resource.
* The system metadata relating to the Event Grid resource.
*/
private SystemData systemData;

Expand Down Expand Up @@ -120,7 +120,7 @@ public DomainInner withIdentity(IdentityInfo identity) {
}

/**
* Get the systemData property: The system metadata relating to the Event Grid Domain resource.
* Get the systemData property: The system metadata relating to the Event Grid resource.
*
* @return the systemData value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public final class DomainTopicInner extends ProxyResource {
private DomainTopicProperties innerProperties;

/*
* The system metadata relating to Domain Topic resource.
* The system metadata relating to the Event Grid resource.
*/
private SystemData systemData;

Expand Down Expand Up @@ -59,7 +59,7 @@ private DomainTopicProperties innerProperties() {
}

/**
* Get the systemData property: The system metadata relating to Domain Topic resource.
* Get the systemData property: The system metadata relating to the Event Grid resource.
*
* @return the systemData value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public final class EventSubscriptionInner extends ProxyResource {
private EventSubscriptionProperties innerProperties;

/*
* The system metadata relating to Event Subscription resource.
* The system metadata relating to the Event Grid resource.
*/
private SystemData systemData;

Expand Down Expand Up @@ -68,7 +68,7 @@ private EventSubscriptionProperties innerProperties() {
}

/**
* Get the systemData property: The system metadata relating to Event Subscription resource.
* Get the systemData property: The system metadata relating to the Event Grid resource.
*
* @return the systemData value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public EventTypeInner withDescription(String description) {
}

/**
* Get the schemaUrl property: Url of the schema for this event type.
* Get the schemaUrl property: URL of the schema for this event type.
*
* @return the schemaUrl value.
*/
Expand All @@ -137,7 +137,7 @@ public String schemaUrl() {
}

/**
* Set the schemaUrl property: Url of the schema for this event type.
* Set the schemaUrl property: URL of the schema for this event type.
*
* @param schemaUrl the schemaUrl value to set.
* @return the EventTypeInner object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public final class EventTypeProperties implements JsonSerializable<EventTypeProp
private String description;

/*
* Url of the schema for this event type.
* URL of the schema for this event type.
*/
private String schemaUrl;

Expand Down Expand Up @@ -83,7 +83,7 @@ public EventTypeProperties withDescription(String description) {
}

/**
* Get the schemaUrl property: Url of the schema for this event type.
* Get the schemaUrl property: URL of the schema for this event type.
*
* @return the schemaUrl value.
*/
Expand All @@ -92,7 +92,7 @@ public String schemaUrl() {
}

/**
* Set the schemaUrl property: Url of the schema for this event type.
* Set the schemaUrl property: URL of the schema for this event type.
*
* @param schemaUrl the schemaUrl value to set.
* @return the EventTypeProperties object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public final class ExtensionTopicInner extends ProxyResource {
private ExtensionTopicProperties innerProperties;

/*
* The system metadata relating to Extension Topic resource.
* The system metadata relating to the Event Grid resource.
*/
private SystemData systemData;

Expand Down Expand Up @@ -58,7 +58,7 @@ private ExtensionTopicProperties innerProperties() {
}

/**
* Get the systemData property: The system metadata relating to Extension Topic resource.
* Get the systemData property: The system metadata relating to the Event Grid resource.
*
* @return the systemData value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public final class NamespaceInner extends Resource {
private IdentityInfo identity;

/*
* The system metadata relating to the namespace resource.
* The system metadata relating to the Event Grid resource.
*/
private SystemData systemData;

Expand Down Expand Up @@ -118,7 +118,7 @@ public NamespaceInner withIdentity(IdentityInfo identity) {
}

/**
* Get the systemData property: The system metadata relating to the namespace resource.
* Get the systemData property: The system metadata relating to the Event Grid resource.
*
* @return the systemData value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public final class NamespaceTopicInner extends ProxyResource {
private NamespaceTopicProperties innerProperties;

/*
* The system metadata relating to namespace topic resource.
* The system metadata relating to the Event Grid resource.
*/
private SystemData systemData;

Expand Down Expand Up @@ -61,7 +61,7 @@ private NamespaceTopicProperties innerProperties() {
}

/**
* Get the systemData property: The system metadata relating to namespace topic resource.
* Get the systemData property: The system metadata relating to the Event Grid resource.
*
* @return the systemData value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public final class PartnerConfigurationInner extends ProxyResource {
private PartnerConfigurationProperties innerProperties;

/*
* The system metadata relating to partner configuration resource.
* The system metadata relating to the Event Grid resource.
*/
private SystemData systemData;

Expand Down Expand Up @@ -71,7 +71,7 @@ private PartnerConfigurationProperties innerProperties() {
}

/**
* Get the systemData property: The system metadata relating to partner configuration resource.
* Get the systemData property: The system metadata relating to the Event Grid resource.
*
* @return the systemData value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public final class PartnerDestinationInner extends Resource {
private PartnerDestinationProperties innerProperties;

/*
* The system metadata relating to Partner Destination resource.
* The system metadata relating to the Event Grid resource.
*/
private SystemData systemData;

Expand Down Expand Up @@ -63,7 +63,7 @@ private PartnerDestinationProperties innerProperties() {
}

/**
* Get the systemData property: The system metadata relating to Partner Destination resource.
* Get the systemData property: The system metadata relating to the Event Grid resource.
*
* @return the systemData value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public final class PartnerNamespaceInner extends Resource {
private PartnerNamespaceProperties innerProperties;

/*
* The system metadata relating to Partner Namespace resource.
* The system metadata relating to the Event Grid resource.
*/
private SystemData systemData;

Expand Down Expand Up @@ -65,7 +65,7 @@ private PartnerNamespaceProperties innerProperties() {
}

/**
* Get the systemData property: The system metadata relating to Partner Namespace resource.
* Get the systemData property: The system metadata relating to the Event Grid resource.
*
* @return the systemData value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public final class PartnerRegistrationInner extends Resource {
private PartnerRegistrationProperties innerProperties;

/*
* The system metadata relating to Partner Registration resource.
* The system metadata relating to the Event Grid resource.
*/
private SystemData systemData;

Expand Down Expand Up @@ -61,7 +61,7 @@ private PartnerRegistrationProperties innerProperties() {
}

/**
* Get the systemData property: The system metadata relating to Partner Registration resource.
* Get the systemData property: The system metadata relating to the Event Grid resource.
*
* @return the systemData value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public final class PartnerTopicInner extends Resource {
private PartnerTopicProperties innerProperties;

/*
* The system metadata relating to Partner Topic resource.
* The system metadata relating to the Event Grid resource.
*/
private SystemData systemData;

Expand Down Expand Up @@ -70,7 +70,7 @@ private PartnerTopicProperties innerProperties() {
}

/**
* Get the systemData property: The system metadata relating to Partner Topic resource.
* Get the systemData property: The system metadata relating to the Event Grid resource.
*
* @return the systemData value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public final class PermissionBindingInner extends ProxyResource {
private PermissionBindingProperties innerProperties;

/*
* The system metadata relating to the PermissionBinding resource.
* The system metadata relating to the Event Grid resource.
*/
private SystemData systemData;

Expand Down Expand Up @@ -60,7 +60,7 @@ private PermissionBindingProperties innerProperties() {
}

/**
* Get the systemData property: The system metadata relating to the PermissionBinding resource.
* Get the systemData property: The system metadata relating to the Event Grid resource.
*
* @return the systemData value.
*/
Expand Down
Loading
Loading